* {
  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;
}
/* ========================================================================= */
#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #dad9d9;
  color: #7a7a7a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  z-index: 99;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: #7a7a7a;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  left: -9999px;
}
/* SIMPLE LIGHTBOX ===================================================================== */
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 1;
  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;
  color: #000;
  width: 30px;
  height: 30px;
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.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: 30px;
  width: 60px;
  height: 60px;
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 30px;
  width: 60px;
  height: 60px;
  background-image: url('../images/arrow-left.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}
.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;
  -o-transition: 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;
}
.termsfeed-com---nb-simple {
  width: 100% !important;
  max-width: 100% !important;
}
.termsfeed-com---nb,
.termsfeed-com---nb-simple {
  background: #fff !important;
  color: black !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 2 !important;
  letter-spacing: 0.25em !important;
  padding: 20px !important;
}
.termsfeed-com---nb .cc-nb-main-container,
.termsfeed-com---nb-simple .cc-nb-main-container {
  padding: 0 !important;
}
.termsfeed-com---nb .cc-nb-title,
.termsfeed-com---nb-simple .cc-nb-title {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 18px !important;
  letter-spacing: 0em !important;
  margin: 0 0 5px 0 !important;
  line-height: normal !important;
}
.termsfeed-com---nb .cc-nb-text,
.termsfeed-com---nb-simple .cc-nb-text {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 2 !important;
  letter-spacing: 0.05em !important;
}
.termsfeed-com---nb .cc-nb-buttons-container .cc-nb-okagree,
.termsfeed-com---nb-simple .cc-nb-buttons-container .cc-nb-okagree {
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.34em !important;
  padding: 8px 10px !important;
  color: white !important;
  border: 1px solid black !important;
  text-decoration: none !important;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  text-align: center !important;
  background-color: black !important;
  border-radius: unset !important;
  margin-bottom: 5px !important;
}
.termsfeed-com---nb .cc-nb-buttons-container .cc-nb-okagree:hover,
.termsfeed-com---nb-simple .cc-nb-buttons-container .cc-nb-okagree:hover {
  opacity: 0.6;
}
.termsfeed-com---nb .cc-nb-buttons-container .cc-nb-reject,
.termsfeed-com---nb-simple .cc-nb-buttons-container .cc-nb-reject {
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.34em !important;
  padding: 8px 10px !important;
  color: black !important;
  border: 1px solid black !important;
  text-decoration: none !important;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  text-align: center !important;
  background-color: transparent !important;
  border-radius: unset !important;
  margin-bottom: 5px !important;
  display: none !important;
}
.termsfeed-com---nb .cc-nb-buttons-container .cc-nb-reject:hover,
.termsfeed-com---nb-simple .cc-nb-buttons-container .cc-nb-reject:hover {
  opacity: 0.4;
}
.termsfeed-com---nb .cc-nb-buttons-container .cc-nb-changep,
.termsfeed-com---nb-simple .cc-nb-buttons-container .cc-nb-changep {
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.34em !important;
  padding: 8px 10px !important;
  color: #c4c3c3 !important;
  border: 1px solid #c4c3c3 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  text-align: center !important;
  background-color: transparent !important;
  border-radius: unset !important;
}
.termsfeed-com---nb .cc-nb-buttons-container .cc-nb-changep:hover,
.termsfeed-com---nb-simple .cc-nb-buttons-container .cc-nb-changep:hover {
  opacity: 0.6;
}
.termsfeed-com---nb {
  z-index: 99 !important;
}
.termsfeed-com---pc-dialog {
  color: black !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 1.29 !important;
  letter-spacing: 0.05em !important;
}
.termsfeed-com---pc-dialog .cc-pc-head-title-text {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
  margin: 0 0 5px 0 !important;
  line-height: normal !important;
}
.termsfeed-com---pc-dialog .cc-pc-head-title-headline {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
  margin: 0 0 5px 0 !important;
  line-height: normal !important;
}
.termsfeed-com---pc-dialog .cc-cp-body-content-entry-title {
  font-family: sofia-pro, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0 !important;
  margin: 0 0 5px 0;
  line-height: normal;
}
.termsfeed-com---pc-dialog .cc-cp-body .cc-cp-body-tabs .cc-cp-body-tabs-item-link {
  text-decoration: none !important;
  color: black !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 1.29 !important;
  letter-spacing: 0.05em !important;
}
.termsfeed-com---pc-dialog .cc-cp-body-content-entry-text,
.termsfeed-com---pc-dialog .cc-custom-checkbox label {
  color: black !important;
  font-family: sofia-pro, sans-serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 13px !important;
  line-height: 1.29 !important;
  letter-spacing: 0.05em !important;
}
.termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked + label:before {
  background-color: black !important;
}
.termsfeed-com---pc-dialog .cc-cp-foot {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  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;
}
.termsfeed-com---pc-dialog .cc-cp-foot .cc-cp-foot-byline {
  display: none !important;
}
.termsfeed-com---pc-dialog .cc-cp-foot .cc-cp-foot-button .cc-cp-foot-save {
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.34em !important;
  padding: 8px 10px !important;
  color: white !important;
  border: 1px solid black !important;
  text-decoration: none !important;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  text-align: center !important;
  background-color: black !important;
  border-radius: none !important;
}
/* ANIMATIONS ====================================================================== */
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px) translateX(-50%);
            transform: translateY(-20px) translateX(-50%);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes fadeInZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadeanimation {
  opacity: 0;
}
.fadeanimation.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUp {
  -webkit-animation: fadeInUp 1s ease-in-out forwards;
          animation: fadeInUp 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInUp.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInUp.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInUp.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInUp.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInUp.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeIn.fadeInZoom {
  -webkit-animation: fadeInZoom 1s ease-in-out forwards;
          animation: fadeInZoom 1s ease-in-out forwards;
}
.fadeanimation.fadeIn.fadeInZoom.delay03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeanimation.fadeIn.fadeInZoom.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.fadeanimation.fadeIn.fadeInZoom.delay07 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.fadeanimation.fadeIn.fadeInZoom.delay09 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeanimation.fadeIn.fadeInZoom.delay11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.fadeanimation.fadeInUp {
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.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;
}
/* STYLES ====================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #efefef;
  color: #000000;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out forwards;
          animation: fadeIn 1s ease-in-out forwards;
}
h1,
h2 {
  font-family: freight-big-pro, serif;
  font-size: 45px;
  line-height: 1.11;
  letter-spacing: 0;
  margin: 0;
  font-weight: 300;
}
h1 + .txt,
h2 + .txt {
  margin-top: 40px;
}
h3 {
  font-family: freight-big-pro, serif;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
.link {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.15em;
  margin: 30px 0 0 0;
  font-size: calc(14px - 1px);
  cursor: pointer;
}
.link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  width: 100%;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  text-decoration: none;
}
.link:hover::after {
  left: 50%;
  right: 50%;
  width: 0;
}
#form-success {
  display: none;
}
#feedback {
  text-align: center;
  font-weight: bold;
}
#feedback.erroneous,
#feedback.error {
  padding: 10px;
  background-color: crimson;
  color: #fff;
  margin-top: 10px;
  display: block;
}
#feedback.success {
  display: block;
  color: #000000;
}
#popup-form,
#popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
#popup-form .popup-container,
#popup .popup-container {
  padding: 60px 40px 40px 40px;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 10px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 10px -10px rgba(0, 0, 0, 0.2);
}
#popup-form .popup-close,
#popup .popup-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
#popup-form .popup-close img,
#popup .popup-close img {
  width: 24px;
  height: auto;
  pointer-events: none;
}
#popup-form.active,
#popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
  -webkit-appearance: none;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #7a7a7a;
  background-color: transparent;
  width: 100%;
}
#contact-form input[type=text]::-webkit-input-placeholder, #contact-form input[type=email]::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {
  color: #7a7a7a;
}
#contact-form input[type=text]::-moz-placeholder, #contact-form input[type=email]::-moz-placeholder, #contact-form textarea::-moz-placeholder {
  color: #7a7a7a;
}
#contact-form input[type=text]:-ms-input-placeholder, #contact-form input[type=email]:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder {
  color: #7a7a7a;
}
#contact-form input[type=text]::-ms-input-placeholder, #contact-form input[type=email]::-ms-input-placeholder, #contact-form textarea::-ms-input-placeholder {
  color: #7a7a7a;
}
#contact-form input[type=text]::placeholder,
#contact-form input[type=email]::placeholder,
#contact-form textarea::placeholder {
  color: #7a7a7a;
}
#contact-form input[type=text].erroneous,
#contact-form input[type=email].erroneous,
#contact-form textarea.erroneous {
  border-color: crimson;
}
#contact-form input[type=text].erroneous::-webkit-input-placeholder, #contact-form input[type=email].erroneous::-webkit-input-placeholder, #contact-form textarea.erroneous::-webkit-input-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous::-moz-placeholder, #contact-form input[type=email].erroneous::-moz-placeholder, #contact-form textarea.erroneous::-moz-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous:-ms-input-placeholder, #contact-form input[type=email].erroneous:-ms-input-placeholder, #contact-form textarea.erroneous:-ms-input-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous::-ms-input-placeholder, #contact-form input[type=email].erroneous::-ms-input-placeholder, #contact-form textarea.erroneous::-ms-input-placeholder {
  color: crimson;
}
#contact-form input[type=text].erroneous::placeholder,
#contact-form input[type=email].erroneous::placeholder,
#contact-form textarea.erroneous::placeholder {
  color: crimson;
}
#contact-form .policy {
  margin-top: 10px;
  margin-bottom: 25px;
}
#contact-form .policy label {
  position: relative;
  color: #7a7a7a;
  margin-left: 25px;
}
#contact-form .policy label a {
  color: #7a7a7a;
}
#contact-form .policy label a:hover {
  text-decoration: none;
}
#contact-form .policy:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: 50%;
  border: 1px solid #7a7a7a;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#contact-form .policy:not(#IE8) input[type=checkbox] {
  display: none;
}
#contact-form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2713";
  line-height: 0.8;
  font-size: 16px;
  font-family: system-ui;
  font-weight: normal;
}
@media screen and (min-width: 0 \0) {
  #contact-form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
    line-height: 8px;
  }
}
#contact-form .policy.error:not(#IE8) label:before {
  border: 1px solid crimson !important;
}
#contact-form .policy.error label {
  color: crimson;
}
#contact-form .policy.error label a {
  color: crimson;
}
#contact-form input[type=submit] {
  background: none;
  color: #7a7a7a;
  font: inherit;
  outline: inherit;
  text-align: center;
  cursor: pointer;
  border: 1px solid #7a7a7a;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#contact-form input[type=submit]:hover {
  background-color: #7a7a7a;
  color: #fff;
}
#contact-form .error-text {
  color: crimson;
  margin: 10px 0;
}
#contact-form .form-group.error input,
#contact-form .form-group.error textarea {
  color: crimson !important;
  border-bottom: 1px solid crimson;
}
#contact-form .form-group.error input::-webkit-input-placeholder, #contact-form .form-group.error textarea::-webkit-input-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input::-moz-placeholder, #contact-form .form-group.error textarea::-moz-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input:-ms-input-placeholder, #contact-form .form-group.error textarea:-ms-input-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input::-ms-input-placeholder, #contact-form .form-group.error textarea::-ms-input-placeholder {
  color: crimson !important;
}
#contact-form .form-group.error input::placeholder,
#contact-form .form-group.error textarea::placeholder {
  color: crimson !important;
}
.formline {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.formline:last-child {
  margin-bottom: 0;
}
.formline input[type=text],
.formline input[type=email],
.formline input[type=number],
.formline textarea {
  width: calc(50% - 12px);
}
.formline input[type=text]:first-child,
.formline input[type=email]:first-child,
.formline input[type=number]:first-child,
.formline textarea:first-child {
  margin-right: 24px;
}
.formline input[type=text].w25,
.formline input[type=email].w25,
.formline input[type=number].w25,
.formline textarea.w25 {
  width: calc(25% - 12px);
}
.formline input[type=text].w75,
.formline input[type=email].w75,
.formline input[type=number].w75,
.formline textarea.w75 {
  width: calc(75% - 12px);
}
.formline .select {
  width: calc(50% - 12px);
}
.formline .select:first-child {
  margin-right: 24px;
}
.formfield {
  margin-bottom: 10px;
}
.formfield label {
  display: block;
  color: #7a7a7a;
}
.formfield input {
  display: block;
}
#feedback {
  display: none;
}
.plg-container,
.plg-header-container,
.plg-footer-container {
  display: block;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 80px;
}
.plg-header-container,
.plg-footer-container {
  max-width: 1650px;
}
.plg-imagecontainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.plg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plg-home img {
  width: 100%;
  height: auto;
  max-width: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plg-home img.white {
  display: none;
}
.plg-home img.iconlogo {
  display: none;
  max-width: 40px;
}
img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.socials {
  margin: 0 0 0 50px;
  padding: 0;
  list-style-type: none;
}
.socials li {
  display: inline-block;
  margin: 0 1px 0 0;
}
.socials li a img {
  width: 20px;
  height: auto;
}
.socials li a img.white {
  display: none;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 90;
  background-color: #efefef;
}
header .plg-header-container {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .plg-header-container .plg-home {
  margin: 0 auto 0 0;
}
header nav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header nav ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  height: 1px;
  left: 50%;
  right: 50%;
  width: 0;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
header nav ul li a:hover {
  text-decoration: none;
}
header nav ul li a:hover::after {
  left: 0%;
  right: 0%;
  width: 100%;
  opacity: 1;
}
header nav ul li.active a {
  text-decoration: none;
}
header nav ul li.active a::after {
  left: 0%;
  right: 0%;
  width: 100%;
  opacity: 1;
}
header nav ul li:last-child {
  margin: 0;
}
header nav.active {
  opacity: 1;
  pointer-events: auto;
}
header.scrolled {
  background-color: #efefef;
  -webkit-box-shadow: 0px 7px 10px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 7px 10px -10px rgba(0, 0, 0, 0.2);
}
header.scrolled .plg-home img {
  max-width: 140px;
  /*&.fulllogo {
                    display: none;
                }

                &.iconlogo {
                    display: inline-block;
                    max-width: 40px;
                }*/
}
@media only screen and (min-width: 881px) {
  header:not(.scrolled).whitecontent .plg-home img.black {
    display: none;
  }
  header:not(.scrolled).whitecontent .plg-home img.white {
    display: inline-block;
  }
  header:not(.scrolled).whitecontent nav ul li a {
    color: #fff;
  }
  header:not(.scrolled).whitecontent nav ul li a:after {
    background-color: #fff;
  }
  header:not(.scrolled).whitecontent .plg-hamburger .plg-hamburger-box .plg-hamburger-inner,
  header:not(.scrolled).whitecontent .plg-hamburger .plg-hamburger-box .plg-hamburger-inner:before,
  header:not(.scrolled).whitecontent .plg-hamburger .plg-hamburger-box .plg-hamburger-inner:after {
    background-color: #fff;
  }
  header:not(.scrolled).whitecontent .socials li a img.black {
    display: none;
  }
  header:not(.scrolled).whitecontent .socials li a img.white {
    display: inline-block;
  }
}
.headerheight {
  height: 132px;
}
.plg-hamburger {
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  height: 27px;
  width: 27px;
  margin-left: 50px;
}
.plg-hamburger .plg-hamburger-box {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner,
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:before,
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:after {
  position: absolute;
  width: 27px;
  height: 1px;
  right: 0;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #000000;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner {
  top: 50%;
  display: block;
  width: 27px;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:before,
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:after {
  display: block;
  content: "";
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:before {
  top: -8px;
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.plg-hamburger .plg-hamburger-box .plg-hamburger-inner:after {
  bottom: -8px;
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.plg-hamburger.active .plg-hamburger-box .plg-hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 27px;
  background-color: transparent !important;
}
.plg-hamburger.active .plg-hamburger-box .plg-hamburger-inner:before {
  top: 0;
  width: 27px;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.plg-hamburger.active .plg-hamburger-box .plg-hamburger-inner:after {
  bottom: 0;
  width: 27px;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -o-transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.plg-hamburger.hidedesktop {
  display: none;
}
.slick-slider {
  height: 100%;
}
.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-list .slick-track {
  height: 100%;
}
.slick-slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
.slick-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.plg-scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(90vh - 148px);
  z-index: 5;
  width: 25px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 12.5px;
  cursor: pointer;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.plg-scroll:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
  -webkit-animation: 1.7s scroll infinite;
          animation: 1.7s scroll infinite;
}
#plg-homesection1 {
  height: auto;
  width: 100%;
}
#plg-homesection1 .plg-fc-slider {
  height: auto;
  width: 100%;
}
#plg-homesection1 .plg-fc-slider .plg-fc-item {
  height: auto;
  width: 100%;
}
#plg-homesection1 .plg-fc-slider .plg-fc-item .plg-imagecontainer {
  /*height: 0;
                padding-bottom: 40%;*/
  width: 100%;
  height: auto;
}
#plg-homesection2 {
  margin-top: 90px;
  text-align: center;
}
#plg-homesection2 h1 {
  margin-bottom: 45px;
}
#plg-homesection2 .txt {
  max-width: 350px;
  margin: 0 auto;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item {
  margin-top: 120px;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid {
  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;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.image {
  padding-left: 80px;
  width: 50%;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.image .plg-imagecontainer {
  width: 100%;
  height: 0;
  padding-bottom: 145%;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text {
  width: 50%;
  padding: 0 80px;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text h2 {
  font-size: 25px;
  font-family: sofia-pro, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 45px 0 0 0;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text .txt {
  margin: 35px auto 0 0;
  max-width: 330px;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.image {
  padding-left: 0;
  padding-right: 80px;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.text {
  text-align: right;
}
.plg-textblockssection .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.text .txt {
  margin: 35px 0 0 auto;
}
.plg-textblockssection.flipped .plg-tb-grid .plg-tb-item .plg-tb-innergrid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.plg-textblockssection.flipped .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.image {
  padding-left: 0;
  padding-right: 80px;
}
.plg-textblockssection.flipped .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text {
  text-align: right;
}
.plg-textblockssection.flipped .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text .txt {
  margin-right: 0;
  margin-left: auto;
}
.plg-textblockssection.flipped .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.plg-textblockssection.flipped .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.image {
  padding-left: 80px;
  padding-right: 0;
}
.plg-textblockssection.flipped .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.text {
  text-align: left;
}
.plg-textblockssection.flipped .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.text .txt {
  margin-right: auto;
  margin-left: 0;
}
.plg-wideimage {
  margin-top: 140px;
}
.plg-quotesection {
  margin-top: 150px;
  margin-bottom: 150px;
}
.plg-quotesection blockquote {
  margin: 0;
  padding: 0;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 1;
  font-family: freight-big-pro, serif;
  font-weight: 300;
  text-align: center;
}
.plg-quotesection blockquote:before {
  content: '“';
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.plg-quotesection blockquote:after {
  content: '”';
  position: absolute;
  bottom: -85px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
footer {
  margin-top: 120px;
  padding-bottom: 100px;
  text-transform: uppercase;
}
footer .plg-footer-container {
  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;
}
footer .plg-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .plg-logo img {
  max-width: 40px;
}
footer .siteby {
  position: absolute;
  right: 80px;
  bottom: -20px;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  color: #afafaf;
}
#plg-aboutsection1 h1 {
  margin: 70px 0 0 0;
  text-align: center;
}
#plg-aboutsection3 {
  margin-top: 140px;
  text-align: center;
}
#plg-aboutsection3 .plg-a3-innercontainer {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
#template-contact .plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid a {
  text-decoration: none;
}
#template-contact .plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid a:hover {
  text-decoration: underline;
}
#template-contact .plg-textblockssection .plg-tb-grid .plg-tb-item:first-child {
  line-height: 1.85;
}
#template-contact .plg-textblockssection .plg-tb-grid .plg-tb-item:first-child .plg-tb-innergrid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#template-contact .plg-textblockssection .plg-tb-grid .plg-tb-item:first-child .whitespace {
  display: inline-block;
  padding-top: 70px;
}
#plg-contactbanner {
  margin-bottom: 60px;
}
#plg-contactsection1 {
  text-align: center;
}
#plg-contactsection1 h1 {
  margin-bottom: 35px;
}
#plg-contactsection1 .txt {
  max-width: 400px;
  margin: 0 auto;
}
#plg-contactsection1 .txt a {
  text-decoration: none;
}
#plg-contactsection1 .txt a:hover {
  text-decoration: underline;
}
#template-jobs .headerheight + .plg-wideimage {
  margin-top: 0;
}
#plg-jobssection1 {
  margin-top: 70px;
  text-align: center;
}
#plg-jobssection1 .plg-js1-innercontainer {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
#plg-jobssection3 {
  margin-top: 50px;
  text-align: center;
}
#plg-jobssection3 .plg-jobsgrid {
  margin-top: 60px;
}
#plg-jobssection3 .plg-jobsgrid .plg-jobsitem {
  background-color: #e3e3e3;
  max-width: 800px;
  margin: 0 auto 5px auto;
  padding: 50px 20px;
  text-align: left;
}
#plg-jobssection3 .plg-jobsgrid .plg-jobsitem h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  text-align: center;
}
#plg-jobssection3 .plg-jobsgrid .plg-jobsitem .txt {
  height: 0;
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  max-width: 600px;
  margin: 0 auto;
}
#plg-jobssection3 .plg-jobsgrid .plg-jobsitem .links {
  max-width: 600px;
  margin: 0 auto;
}
#plg-jobssection3 .plg-jobsgrid .plg-jobsitem .trigger .less {
  display: none;
}
#plg-jobssection3 .plg-jobsgrid .plg-jobsitem .trigger.active .more {
  display: none;
}
#plg-jobssection3 .plg-jobsgrid .plg-jobsitem .trigger.active .less {
  display: inline-block;
}
#plg-jobssection3 .plg-jobsgrid .plg-jobsitem.active h3 {
  margin-bottom: 45px;
}
#plg-jobssection3 .plg-jobsgrid .plg-jobsitem.active .txt {
  height: auto;
  opacity: 1;
  -webkit-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  -o-transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out 0.2s;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out 0.2s;
}
#plg-jobssection3 .plg-jobsimages {
  max-width: 800px;
  margin: 0 auto;
}
#plg-jobssection3 .plg-jobsimages .plg-imagesgrid {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 5px);
  margin-left: -2.5px;
  margin-right: -2.5px;
}
#plg-jobssection3 .plg-jobsimages img {
  margin: 0 2.5px 5px 2.5px;
  width: calc(50% - 5px);
  height: auto;
}
#plg-jobssection3 .plg-jobsimages img:first-child {
  width: calc(100% - 5px);
}
#plg-projectssection1 h1 {
  text-align: center;
  margin: 0 0 70px 0;
}
#plg-projectssection1 .plg-ps1-grid {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 0;
}
#plg-projectssection1 .plg-ps1-grid .plg-ps1-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  page-break-inside: avoid;
  display: inline-block;
  text-decoration: none;
}
#plg-projectssection1 .plg-ps1-grid .plg-ps1-item figure .image {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
#plg-projectssection1 .plg-ps1-grid .plg-ps1-item figure figcaption {
  padding: 15px 0 70px 0;
  text-transform: uppercase;
  font-size: calc(14px - 1px);
}
#plg-projectssection1 .plg-ps1-grid .plg-ps1-item figure img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  line-height: 0;
  font-size: 0;
  margin: 0;
}
#plg-projectssection1 .plg-ps1-grid .plg-ps1-item:hover figure img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#plg-projectsection1 {
  text-align: center;
}
#plg-projectsection1 .txt {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 60px;
}
#plg-projectsection1 .link {
  z-index: 5;
}
#plg-projectsection1 .plg-p1-grid {
  margin-top: 60px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
#plg-projectsection1 .plg-p1-grid .plg-p1-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  page-break-inside: avoid;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 15px;
}
#plg-projectsection1 .plg-p1-grid .plg-p1-item figure .image {
  overflow: hidden;
  display: block;
  width: 100%;
}
#plg-projectsection1 .plg-p1-grid .plg-p1-item figure img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  line-height: 0;
  font-size: 0;
  margin: 0;
  display: block;
}
#plg-projectsection1 .plg-p1-grid .plg-p1-item:hover figure img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#plg-textpage h1,
#plg-textpage h2,
#plg-textpage h3,
#plg-textpage h4 {
  margin-bottom: 10px;
}
#plg-textpage p + h1,
#plg-textpage p + h2,
#plg-textpage p + h3 p + h4 {
  margin-top: 40px;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 880px) {
  .plg-scroll {
    display: none !important;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: #e3e3e3;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav ul {
    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;
  }
  header nav ul li {
    margin: 0 0 20px 0;
  }
  header nav ul li a {
    font-size: 20px;
  }
  header nav.active {
    opacity: 0;
    pointer-events: none;
  }
  header .socials {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 98;
    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;
    margin: 0;
    opacity: 0;
    pointer-events: none;
  }
  header .socials li {
    margin-right: 15px;
  }
  header .socials li a img {
    width: 25px;
  }
  header .socials li:last-child {
    margin: 0;
  }
  header.activemobile nav {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  header.activemobile .socials {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .plg-hamburger {
    z-index: 99;
  }
  .plg-hamburger.hidedesktop {
    display: inline-block;
  }
  header {
    padding: 20px 0;
  }
  .headerheight {
    height: 139px;
  }
  .plg-home {
    z-index: 99;
  }
  .plg-home img {
    max-width: 150px;
  }
  .plg-home img.iconlogo {
    max-width: 40px;
  }
  .plg-container,
  .plg-header-container,
  .plg-footer-container {
    padding: 0 20px;
  }
  /*.plg-fc-slider{
        margin-top: 138px;
    }*/
  #plg-homesection2 {
    margin-top: 30px;
  }
  .plg-textblockssection .plg-tb-grid .plg-tb-item {
    margin-top: 40px;
  }
  .plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -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-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.image {
    width: 100%;
    padding: 0;
    margin: 40px 0 0 0;
  }
  .plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text h2 {
    margin: 0;
  }
  .plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text .txt {
    max-width: unset;
  }
  .plg-textblockssection .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -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-textblockssection .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.image {
    width: 100%;
    padding: 0;
    margin: 40px 0 0 0;
  }
  .plg-textblockssection .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.text {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .plg-textblockssection .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.text h2 {
    margin: 0;
  }
  .plg-textblockssection.flipped .plg-tb-grid .plg-tb-item .plg-tb-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .plg-textblockssection.flipped .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.image {
    padding: 0;
  }
  .plg-textblockssection.flipped .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text {
    text-align: left;
  }
  .plg-textblockssection.flipped .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .plg-textblockssection.flipped .plg-tb-grid .plg-tb-item:nth-child(even) .plg-tb-innergrid .plg-tb-inneritem.image {
    padding: 0;
  }
  #plg-homesection2 + .plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #plg-homesection2 + .plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.image {
    margin: 0;
  }
  #plg-homesection2 + .plg-textblockssection .plg-tb-grid .plg-tb-item .plg-tb-innergrid .plg-tb-inneritem.text {
    margin: 40px 0 0 0;
  }
  .plg-wideimage {
    margin-top: 45px;
  }
  .plg-quotesection {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  #plg-projectssection1 .plg-ps1-grid {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  #plg-projectsection1 .plg-p1-grid {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  #plg-aboutsection1 h1 {
    text-align: left;
  }
  #plg-contactbanner {
    margin-bottom: 40px;
  }
  #plg-contactsection1 {
    text-align: left;
    margin-bottom: 40px;
  }
  #plg-contactsection1 .txt {
    text-align: left;
    max-width: unset;
  }
  #plg-contactsection1 .txt br + br + br {
    display: none;
  }
  footer {
    margin-top: 40px;
    font-size: 13px;
    padding-bottom: 40px;
  }
  footer .plg-logo {
    position: absolute;
    left: 20px;
    top: 4px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  footer .plg-logo img {
    max-width: 25px;
  }
  footer .plg-footer-container {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  footer .plg-f-left {
    margin-top: 30px;
    padding-left: 40px;
  }
  footer .plg-f-right {
    margin-top: 10px;
    padding-left: 40px;
  }
  footer .siteby {
    display: inline-block;
    position: relative;
    right: unset;
    bottom: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 20px 0 0 40px;
  }
}
@media only screen and (max-width: 650px) {
  .plg-quotesection blockquote {
    font-size: 34px;
  }
  #plg-projectssection1 h1 {
    margin: 0 0 40px 0;
  }
  #plg-projectssection1 .plg-ps1-grid {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  #plg-projectssection1 .plg-ps1-grid .plg-ps1-item figure figcaption {
    padding-bottom: 40px;
  }
  #plg-projectsection1 .txt {
    margin-top: 40px;
  }
  #plg-projectsection1 .plg-p1-grid {
    margin-top: 45px;
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  #plg-aboutsection1 h1 {
    margin-top: 40px;
  }
  #plg-aboutsection3 {
    margin-top: 40px;
  }
  #plg-jobssection1 {
    margin-top: 40px;
  }
  #plg-jobssection3 {
    margin-top: 0;
  }
  /*#template-contact{
        .plg-textblockssection{
            .plg-tb-grid{
                .plg-tb-item{
                    &:first-child{
                        margin-top: 0;
                        .whitespace{
                            padding: 0;
                        }
                    }
                }
            }
        }
    }*/
}
