a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
sub,
sup {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 60%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1vw;
  opacity: 0;
  animation: fadeIn 2s forwards;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
p {
  padding: 0;
  margin: 0;
}
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 2000;
  animation: fadeIn 1s 5s forwards reverse;
}
.preloader .line {
  position: relative;
  width: 8rem;
  height: 0.25rem;
  background-color: rgba(36, 101, 42, 0.1);
  transform: skew(30deg);
  overflow: hidden;
}
.preloader .line::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00461C;
  transform: translateX(-100%);
  content: "";
  animation: preloader 5s forwards;
}
@keyframes preloader {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.animation-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.characteristic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #777;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}
.characteristic::before {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.75em;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}
.characteristic.date::before {
  background-image: url("/assets/icons/calendar.svg");
}
.characteristic.size::before {
  background-image: url("/assets/icons/area.svg");
}
.characteristic.location::before {
  background-image: url("/assets/icons/location.svg");
}
.characteristic.house::before {
  background-image: url("/assets/icons/house.svg");
}
.characteristic.budget::before {
  background-image: url("/assets/icons/budget.svg");
}
.characteristic button {
  margin-left: 0.5em;
  color: #00461C;
  font-size: inherit;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
}
.characteristic button:hover {
  text-decoration: none;
}
.social {
  padding: 1rem 0;
}
.social a {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
}
.social a:hover {
  opacity: 0.75;
}
.social small {
  display: block;
  padding-top: 1rem;
  font-size: 0.8rem;
  opacity: 0.5;
}
.social .facebook {
  background-image: url("/assets/icons/facebook.svg");
}
.social .linkedin {
  background-image: url("/assets/icons/linkedin.svg");
}
.social .instagram {
  background-image: url("/assets/icons/instagram.svg");
}
.social-green .social .facebook {
  background-image: url("/assets/icons/facebook_green.svg");
}
.social-green .social .linkedin {
  background-image: url("/assets/icons/linkedin_green.svg");
}
.social-green .social .instagram {
  background-image: url("/assets/icons/instagram_green.svg");
}
.form-message-wrapper {
  padding-top: 1rem;
  color: #00461C;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.close-action-wrapper .close-button {
  height: 2rem;
  width: 2rem;
  background-color: #f2f2f2;
  background-image: url("/assets/icons/cross_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.5vw;
  }
}
h1 {
  position: relative;
  display: inline-block;
  color: #00461c;
  font-size: 6em;
  font-weight: bold;
  letter-spacing: 0.01em;
}
h1 em {
  color: #f18903;
}
h2 {
  color: #00461c;
  font-size: 3.5em;
  font-weight: bold;
  line-height: 1.2;
}
h2 em {
  color: #f18903;
}
h3 {
  color: #00461c;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
}
h3 em {
  color: #f18903;
}
h4 {
  padding-bottom: 0.75em;
  color: #aaaaaa;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.plain-text {
  color: #5f5f5f;
  font-size: 1rem;
  line-height: 1.6;
}
.plain-text li {
  position: relative;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.plain-text li::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #00461c;
  content: "";
}
.plain-text a {
  color: #00461c;
}
.small-text {
  color: #aaa;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1600px) {
  .plain-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 5em;
  }
  h3 {
    font-size: 4em;
  }
}
details summary {
  font-size: 1rem;
  line-height: 1.6;
  padding: 2em 0;
  color: #00461c;
  font-weight: 400;
  cursor: pointer;
  display: block;
}
details summary:before {
  content: "+";
  font-size: 1rem;
  margin-right: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  text-align: center;
}
details[open] summary {
  visibility: hidden;
  padding: 0;
}
details[open] summary:before {
  content: "-";
}
/*
@media screen and (max-width: 800px) {
    h1 {
        font-size: 8em;
    }

    h2 {
        font-size: 4em;
    }
}
@media screen and (max-width: 600px) {
    h2 {
        font-size: 5em;
    }
}
@media screen and (max-height: 500px), screen and (max-width: 600px) {
    h3 {
        font-size: 3em;
    }

    .plain-text {
        font-size: 0.9rem;
    }
}
@media screen and (max-height: 400px) {
    .plain-text {
        font-size: 0.8rem;
    }
}*/
/* inputs */
.input-secondary {
  display: block;
  width: 100%;
  height: 4em;
  padding: 0 4em 0 3em;
  background-color: transparent;
  color: #555;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.input-secondary.error {
  color: #bd4825;
}
.input-secondary-wrapper {
  position: relative;
  display: block;
  margin-right: 0.15rem;
}
.input-secondary-wrapper::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  content: '';
  transform: skew(30deg);
  transform-origin: 0 0;
  z-index: -10;
}
.input-secondary-wrapper .error-message {
  right: -2em;
  color: rgba(255, 255, 255, 0.7);
}
.input-tertiary-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.input-tertiary {
  width: 100%;
  height: 4em;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.input-tertiary.green {
  border-bottom: 1px solid #c5d0c9;
  color: #00461C;
  font-weight: 400;
}
.input-tertiary.white {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}
.input-tertiary.error {
  border-bottom: 1px solid rgba(189, 72, 37, 0.5);
  color: #bd4825;
}
.input-tertiary.green.error::-webkit-input-placeholder {
  color: #cf6a4c;
}
.input-tertiary.green.error::-moz-placeholder {
  color: #cf6a4c;
}
.input-tertiary.green.error:-ms-input-placeholder {
  color: #cf6a4c;
}
.input-tertiary.green.error:-moz-placeholder {
  color: #cf6a4c;
}
@media screen and (min-width: 1600px) {
  .input-secondary {
    font-size: 1.35rem;
  }
  .input-tertiary {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .input-secondary,
  .input-tertiary {
    font-size: 0.9rem;
  }
}
.range-wrapper-tertiary {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 4em;
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
}
.range-wrapper-tertiary label {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.range-wrapper-tertiary .range-value {
  font-size: 1.25em;
}
input[type=range] {
  position: absolute;
  bottom: 0;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: 2px solid #f17e02;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 2px solid #f17e02;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
input[type=range]::-ms-thumb {
  box-shadow: none;
  border: 2px solid #f17e02;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
@media screen and (min-width: 1600px) {
  .range-wrapper-tertiary {
    font-size: 1.25rem;
  }
  .range-wrapper-tertiary .range-value {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .range-wrapper-tertiary {
    font-size: 0.9rem;
  }
}
.file-upload-wrapper {
  position: relative;
  display: flex;
  height: 4em;
  margin-bottom: 1rem;
}
.file-upload-wrapper::before {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 1.25em;
  border-bottom: 1px solid #c5d0c9;
  color: #86948b;
  background-image: url("/assets/icons/cross_green.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5em;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  content: attr(data-name);
  box-sizing: border-box;
  display: none;
}
.file-upload-wrapper span {
  position: relative;
  width: 50%;
  height: 100%;
  text-align: center;
}
.file-upload-wrapper span::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  transform: skew(30deg);
  z-index: -10;
}
.file-upload-wrapper .title {
  padding: 0.75em 0 0.75em 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.1em;
  z-index: 5;
}
.file-upload-wrapper .title::before {
  background-image: linear-gradient(to right, #4c8050, #25662b);
  transform-origin: 0 0;
}
.file-upload-wrapper .conditions {
  padding: 0.5em;
  color: #8a8e8c;
  font-size: 1em;
  line-height: 1.4;
}
.file-upload-wrapper .conditions::before {
  background-color: #dae4dd;
  transform-origin: 100% 100%;
}
.file-upload-wrapper input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}
.file-upload-wrapper.file-uploaded::before {
  display: block;
}
.file-upload-wrapper.file-uploaded span {
  display: none;
}
@media screen and (max-width: 1200px) {
  .file-upload-wrapper {
    height: 3.5rem;
  }
  .file-upload-wrapper::before {
    font-size: 0.9rem;
  }
  .file-upload-wrapper .title {
    font-size: 0.9rem;
  }
  .file-upload-wrapper .conditions {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 800px) {
  .file-upload-wrapper {
    height: 3.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .file-upload-wrapper span {
    width: 90%;
  }
  .file-upload-wrapper .title {
    padding-left: 0;
    font-size: 0.9rem;
  }
  .file-upload-wrapper .title::before {
    transform-origin: center;
  }
  .file-upload-wrapper .conditions {
    font-size: 0.9rem;
  }
  .file-upload-wrapper .conditions::before {
    display: none;
  }
}
input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2em;
  min-width: 1.5em;
  min-height: 1.5em;
  font-size: 1.05rem;
  cursor: pointer;
}
input[type='checkbox'] + label:after,
input[type='checkbox'] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.25em;
  height: 1.25em;
  box-sizing: border-box;
  content: '';
}
input[type='checkbox'] + label:before {
  background-color: transparent;
  border: 1px solid;
  transition: border-color 0.3s;
}
input[type='checkbox'] + label:after {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s;
}
input[type='checkbox'] + label.green {
  color: #336b49;
  font-weight: 300;
}
input[type='checkbox'] + label.green:before {
  border-color: #dcdcdc;
}
input[type='checkbox'] + label.green:after {
  background-color: #336b49;
  background-image: url("/assets/icons/check_white.svg");
}
input[type='checkbox'] + label.green:hover::before {
  border-color: #336b49;
}
input[type='checkbox'] + label.white {
  color: #fff;
  font-weight: 400;
}
input[type='checkbox'] + label.white:before {
  border-color: #fff;
}
input[type='checkbox'] + label.white:after {
  background-color: #fff;
  background-image: url("/assets/icons/check_orange.svg");
}
input[type='checkbox']:checked + label {
  font-weight: 400;
}
input[type='checkbox']:checked + label:after {
  opacity: 1;
}
.button-primary {
  position: relative;
  padding: 1.4em 4em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 2.25em;
  background-position: right 2em center;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  animation: arrow 3s infinite;
  cursor: pointer;
  text-decoration: none;
}
.button-primary::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #f18903, #e66d02);
  content: '';
  transform: skew(30deg);
  transform-origin: center;
  z-index: -10;
  transition: transform 0.3s;
}
.button-primary::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.001));
  content: '';
  transform: translateX(-100%) skew(30deg);
  transform-origin: center;
  transition: transform 0.5s;
  z-index: -9;
  animation: shadow 3s infinite;
}
.button-primary:hover::before {
  transform: skew(30deg) translatex(0.5rem);
}
.button-primary.arrow-to-left {
  padding-right: 5em;
  background-image: url("/assets/icons/arrow_right_long_white.svg");
}
.button-primary.arrow-to-left::before {
  transform-origin: 0 0;
}
.button-primary.arrow-to-left::after {
  transform-origin: 0 0;
}
/* seconday */
.button-secondary {
  position: relative;
  display: inline-block;
  height: 4em;
  padding: 0 5em 0 4em;
  background-color: transparent;
  background-image: url("/assets/icons/arrow_right_long_white.svg");
  background-repeat: no-repeat;
  background-size: 2.2em;
  background-position: right 2em center;
  color: #fff;
  font-size: 1.1em;
  white-space: pre;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  line-height: 4em;
  letter-spacing: 0.1em;
  cursor: pointer;
  animation: arrow 2s infinite;
}
.button-secondary::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #4c8050, #00461c);
  content: '';
  transform: skew(30deg);
  transform-origin: 0 0;
  z-index: -10;
  transition: transform 0.3s;
}
.button-secondary::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.001));
  content: '';
  transform: translateX(-100%) skew(30deg);
  transform-origin: 0 0;
  transition: transform 0.5s;
  z-index: -9;
  animation: shadow 3s infinite;
}
.button-secondary:hover::before {
  transform: skew(30deg) translatex(0.5rem);
}
.button-tertiary {
  display: inline-block;
  padding: 1em;
  color: #00461C;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 2.25em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.button-tertiary.arrow-to-left {
  padding-left: 3em;
  background-image: url("/assets/icons/arrow_left_long_green.svg");
  background-position: left center;
}
.button-tertiary.arrow-to-right {
  padding-right: 3em;
  background-image: url("/assets/icons/arrow_right_long_green.svg");
  background-position: right center;
}
.extra-orange::before {
  background-image: linear-gradient(to right, #e95a14, #e54904);
}
@keyframes arrow {
  0% {
    background-position: right 2em center;
  }
  50% {
    background-position: right 1.5em center;
  }
}
@keyframes shadow {
  0% {
    transform: translateX(-100%) skew(30deg);
    opacity: 1;
  }
  100%,
  30% {
    transform: translateX(100%) skew(30deg);
    opacity: 1;
  }
  100%,
  70% {
    transform: translateX(100%) skew(30deg);
    opacity: 0;
  }
}
@media screen and (min-width: 1600px) {
  .button-primary {
    font-size: 1.5rem;
  }
  .button-secondary {
    font-size: 1.35rem;
  }
  .button-tertiary {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .button-primary,
  .button-secondary,
  .button-tertiary {
    font-size: 0.9rem;
  }
}
/* textarea */
.textarea-tertiary-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.textarea-tertiary {
  width: 100%;
  padding-top: 1.25em;
  min-height: 4em;
  max-height: 10em;
  font-size: 1em;
  letter-spacing: 0.1em;
  resize: vertical;
}
.textarea-tertiary.green.error {
  border-bottom: 1px solid rgba(189, 72, 37, 0.5);
  color: #bd4825;
}
.textarea-tertiary.green {
  border-bottom: 1px solid #c5d0c9;
  color: #00461C;
  font-weight: 400;
}
.textarea-tertiary.white {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}
.textarea-tertiary.error::-webkit-input-placeholder {
  color: #cf6a4c;
}
.textarea-tertiary.error::-moz-placeholder {
  color: #cf6a4c;
}
.textarea-tertiary.error:-ms-input-placeholder {
  color: #cf6a4c;
}
.textarea-tertiary.error:-moz-placeholder {
  color: #cf6a4c;
}
@media screen and (min-width: 1600px) {
  .textarea-tertiary {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .textarea-tertiary {
    font-size: 0.9rem;
  }
}
input.date-picker {
  background-image: url("/assets/icons/calendar_white.svg");
  background-repeat: no-repeat;
  background-size: 2em;
  background-position: center right;
}
.dp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(74, 36, 21, 0.4);
  z-index: 2000;
}
.dp {
  position: relative;
  background: #FFF;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  border-radius: 0;
  max-height: 400px;
  z-index: 1000;
  padding-top: 6px;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.dp:before {
  content: ' ';
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #f18502;
}
.dp-permanent .dp {
  padding-top: 0;
  border: 1px solid #EEE;
  box-shadow: none;
}
.dp-permanent .dp:before {
  display: none;
}
.dp-cal {
  min-height: 300px;
}
.dp-below {
  position: absolute;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw;
}
.dp-permanent {
  position: relative;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw;
}
.dp-permanent .dp {
  z-index: 0;
}
.dp-modal .dp {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 90%;
  transform: translate(-50%, -50%);
  animation: slide-up 0.3s forwards;
}
.dp-months {
  padding: 24px;
}
.dp-years {
  box-sizing: border-box;
  max-height: 400px;
  padding: 8px 0;
  overflow: auto !important;
  /* HACK for Chrome on Android */
}
.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #3B404D;
  border-radius: 2px;
  border: 0;
  background: transparent;
}
.dp-cal-header {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  background: #f5f5f5;
}
.dp-next,
.dp-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 14px;
  color: #777;
  border-radius: 2px;
  border: 0;
  background: transparent;
}
.dp-next:focus,
.dp-next:hover,
.dp-prev:focus,
.dp-prev:hover {
  outline: none;
  color: inherit;
}
.dp-prev {
  left: 24px;
}
.dp-next {
  right: 24px;
}
.dp-next:before,
.dp-prev:before {
  content: '';
  border: 2px solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: border-color 0.2s;
  margin: 9px 0 40px 4px;
}
.dp-prev:before {
  border-right: 0;
  border-bottom: 0;
}
.dp-next:before {
  border-left: 0;
  border-top: 0;
  margin-left: 0;
  margin-right: 4px;
}
.dp-cal-month,
.dp-cal-year {
  display: inline-block;
  font-size: 1.4em;
  padding: 16px 8px 8px;
  outline: none;
}
.dp-cal-footer {
  text-align: center;
  background: #f5f5f5;
}
.dp-day-today:after {
  content: '';
  height: 0;
  width: 0;
  border: 7px solid #227BD7;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.dp-clear,
.dp-close,
.dp-today {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  padding: 8px;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: transparent;
}
.dp-permanent .dp-clear,
.dp-permanent .dp-close {
  display: none;
}
.dp-cal-month:active,
.dp-cal-year:active,
.dp-clear:active,
.dp-close:active,
.dp-next:active,
.dp-prev:active,
.dp-today:active {
  background: #75BCFC;
  color: white;
}
@media screen and (width: 1200px) {
  .dp-cal-month:focus,
  .dp-cal-month:hover,
  .dp-cal-year:focus,
  .dp-cal-year:hover,
  .dp-clear:focus,
  .dp-clear:hover,
  .dp-close:focus,
  .dp-close:hover,
  .dp-next:focus,
  .dp-next:hover,
  .dp-prev:focus,
  .dp-prev:hover,
  .dp-today:focus,
  .dp-today:hover {
    background: #75BCFC;
    color: white;
  }
}
.dp-col-header,
.dp-day {
  width: 14.28571429%;
  display: inline-block;
  padding: 8px;
  text-align: center;
}
.dp-col-header {
  color: #AAA;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 8px 0;
}
.dp-month {
  width: 33%;
  display: inline-block;
  padding: 8px;
}
.dp-year {
  display: block;
  padding: 8px 40px;
  width: 100%;
}
.dp-edge-day {
  color: #AAA;
}
.dp-current,
.dp-current:focus,
.dp-day:focus,
.dp-day:hover,
.dp-month:focus,
.dp-month:hover,
.dp-year:focus,
.dp-year:hover {
  outline: none;
  background: #75BCFC;
  color: white;
}
.dp-selected,
.dp-selected:focus,
.dp-selected:hover {
  background: #00461C;
  color: #FFF;
}
.dp-day-disabled {
  background: transparent;
  color: #DDD;
}
.dp-day-disabled:focus,
.dp-day-disabled:hover {
  background: #DDD;
}
.dp-focuser {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
}
/* Responsive overrides */
@media (max-width: 480px), (max-height: 480px) {
  .dp-modal .dp {
    font-size: 0.9em;
  }
  .dp-day,
  .dp-day-of-week {
    padding: 8px;
  }
}
@keyframes slide-up {
  0% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
button,
input,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  font-family: inherit;
  box-sizing: border-box;
}
button:disabled,
input:disabled,
textarea:disabled {
  opacity: 0.2;
}
a.disabled {
  opacity: 0.2;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}
input:invalid {
  box-shadow: none;
}
.error-message {
  position: absolute;
  left: 0;
  bottom: -1rem;
  color: #555;
  font-size: 0.8rem;
  padding-left: 1.5em;
  background-image: url("/assets/icons/error_red.svg");
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: left center;
}
.input-tertiary::-webkit-input-placeholder,
.textarea-tertiary::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.input-tertiary::-moz-placeholder,
.textarea-tertiary::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.input-tertiary:-ms-input-placeholder,
.textarea-tertiary:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.input-tertiary:-moz-placeholder,
.textarea-tertiary:-moz-placeholder {
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.input-tertiary.green::-webkit-input-placeholder,
.textarea-tertiary.green::-webkit-input-placeholder {
  color: #86948b;
}
.input-tertiary.green::-moz-placeholder,
.textarea-tertiary.green::-moz-placeholder {
  color: #86948b;
}
.input-tertiary.green:-ms-input-placeholder,
.textarea-tertiary.green:-ms-input-placeholder {
  color: #86948b;
}
.input-tertiary.green:-moz-placeholder,
.textarea-tertiary.green:-moz-placeholder {
  color: #86948b;
}
.input-tertiary.white::-webkit-input-placeholder,
.textarea-tertiary.white::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.input-tertiary.white::-moz-placeholder,
.textarea-tertiary.white::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.input-tertiary.white:-ms-input-placeholder,
.textarea-tertiary.white:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.input-tertiary.white:-moz-placeholder,
.textarea-tertiary.white:-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2%;
  z-index: 1000;
}
.header-main::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #fff;
  content: '';
  z-index: -10;
}
.header-main .logo {
  width: 9rem;
}
.header-main nav a {
  display: inline-block;
  padding-left: 1.5em;
  color: #555;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.5s;
}
.header-main nav a:hover {
  color: #459764;
}
.header-main nav a.active {
  color: #f18903;
  font-weight: bold;
}
.header-main .mobile-menu-toggle {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  bottom: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("/assets/icons/menu_green.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 30;
  display: none;
}
.dependent-on-main-header-static {
  margin-top: 5rem;
}
.dependent-on-main-header-fixed {
  top: 5rem;
}
@media screen and (min-width: 1500px) {
  .header-main {
    height: 7rem;
  }
  .header-main .logo {
    width: 12rem;
  }
  .dependent-on-main-header-static {
    margin-top: 7rem;
  }
  .dependent-on-main-header-fixed {
    top: 7rem;
  }
}
@media screen and (min-width: 1201px) {
  .header-main nav > span {
    position: relative;
    z-index: 10000;
    display: inline-block;
  }
  .header-main nav > span.active > a {
    color: #f18903;
    font-weight: bold;
  }
  .header-main nav > span:hover .sub-menu {
    display: block;
  }
  .header-main nav > span .sub-menu {
    position: absolute;
    left: 0;
    top: 90%;
    padding: 3rem 0 1.5rem;
    display: none;
  }
  .header-main nav > span .sub-menu a {
    display: block;
    text-align: center;
    padding: 0 3rem;
    color: white;
    white-space: nowrap;
  }
  .header-main nav > span .sub-menu a:hover {
    color: white;
  }
  .header-main nav > span .sub-menu::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 1.5rem;
    bottom: 0;
    background-image: linear-gradient(to right, #4c8050, #00461c);
    content: '';
    transform: skew(30deg);
    transform-origin: 50% 50%;
    z-index: -10;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  .header-main {
    justify-content: center;
  }
  .header-main nav {
    position: fixed;
    left: -50vw;
    right: 0;
    bottom: 0;
    top: 3.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: 1rem 10% 1rem calc(50vw + 10%);
    transform: translateX(100%);
    transition: transform 0.5s linear;
    z-index: -20;
    overflow-y: scroll;
  }
  .header-main nav::before {
    position: fixed;
    top: 0;
    left: 0;
    height: 150vh;
    width: 100%;
    transform: skew(30deg);
    transform-origin: 0 0;
    background-color: #fff;
    content: '';
    z-index: -10;
  }
  .header-main nav a {
    width: 100%;
    padding: 1.5em 1em;
    font-size: 1.25rem;
    text-align: right;
  }
  .header-main nav span {
    width: 100%;
  }
  .header-main .mobile-menu-toggle {
    display: block;
  }
  .mobile-menu-visible {
    height: 100vh;
    overflow: hidden;
  }
  .mobile-menu-visible .header-main nav {
    transform: translateX(0);
  }
  .mobile-menu-visible .header-main .mobile-menu-toggle {
    background-image: url("/assets/icons/cross_green.svg");
  }
}
@media screen and (max-width: 800px) {
  .header-main {
    height: 3.5rem;
    justify-content: center;
  }
  .header-main .logo {
    width: 6rem;
  }
  .header-main .mobile-menu-toggle {
    top: 0.75rem;
  }
  .dependent-on-main-header-static {
    margin-top: 3.5rem;
  }
  .dependent-on-main-header-fixed {
    top: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .header-main nav a {
    font-size: 1rem;
  }
}
.footer-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 40vw;
  padding: 3rem 30rem 2rem 10%;
  color: #fff;
  font-weight: 400;
  z-index: 100;
  overflow: hidden;
}
.footer-main::before {
  position: absolute;
  top: 0;
  left: -100%;
  right: 30rem;
  bottom: 0;
  background-image: linear-gradient(to right, #f18502 50%, #e86f02);
  content: '';
  z-index: -10;
  transform-origin: 100% 0;
  transform: skew(30deg);
}
.footer-main::after {
  position: absolute;
  top: 0;
  left: -20rem;
  width: 25rem;
  height: 25rem;
  background-image: url("/assets/pattern_dots_white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  opacity: 0.2;
  content: '';
  z-index: -9;
}
.footer-main .align-top {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding-bottom: 3rem;
}
.footer-main h2 {
  width: 100%;
  padding-bottom: 1rem;
  color: #fff;
}
.footer-main h4 {
  width: 100%;
  color: #fff;
  font-weight: bold;
}
.footer-main a {
  color: #fff;
  text-decoration: none;
}
.footer-main small {
  bottom: 1rem;
  color: #f9d5b8;
  opacity: 1;
}
.footer-main .contacts-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-main .address,
.footer-main .contacts {
  width: 33%;
  padding-right: 1rem;
}
.footer-main .address > *,
.footer-main .contacts > * {
  display: block;
  padding-bottom: 0.5rem;
}
.footer-main .footer-contact-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 3rem;
}
.footer-main .action-text {
  width: 50%;
  max-width: 25rem;
  color: #fff;
  line-height: 1.4;
  font-size: 1.1rem;
}
.footer-main .photo-curtain {
  position: absolute;
  top: 0;
  left: calc(100% - 30rem);
  right: 0;
  width: 70rem;
  bottom: 0;
  background-image: url("/assets/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  z-index: -20;
}
.footer-main .plain-text {
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .footer-main {
    padding-right: 10rem;
  }
  .footer-main::before {
    right: 10rem;
  }
  .footer-main .photo-curtain {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .footer-main {
    padding-left: 1rem;
  }
  .footer-main::after {
    display: none;
  }
  .footer-main .action-text {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .footer-main .address,
  .footer-main .contacts {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.projects-wrapper {
  margin-left: 30%;
  margin-right: 2%;
  padding-top: 20vh;
}
.project {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10vh;
  color: #606060;
  font-size: 1em;
  z-index: 0;
}
.project h3 {
  width: 50%;
  margin-left: -1em;
}
.project h3 a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.project h3 a:hover {
  opacity: 0.7;
}
.project .characteristics-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.project .characteristics-wrapper .characteristic:not(:first-of-type) {
  padding-left: 1rem;
}
.project .characteristics-wrapper .characteristic.location::before {
  margin-right: 0.2em;
}
.project .characteristics-wrapper.with-leed-logo {
  align-content: center;
  min-height: 3rem;
  padding-right: 4rem;
  background-image: url("/assets/leed_logo.png");
  background-size: 3rem;
  background-position: right center;
  background-repeat: no-repeat;
}
.project .images {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.project .images > span:first-child {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.project .images > span:first-child::before {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: '';
}
.project .images span {
  background-size: cover;
  background-position: center;
}
.project .images .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.project .images.images-1 > span {
  width: 100%;
  background-color: #e5ece7;
}
.project .images.images-1 .flex-wrapper {
  display: none;
}
.project .images.images-2 > span {
  width: calc(50% - 4px);
  background-color: #e5ece7;
}
.project .images.images-2 .flex-wrapper {
  width: 50%;
}
.project .images.images-2 .flex-wrapper > span {
  width: 100%;
  height: 100%;
}
.project .images.images-3 > span {
  width: calc(75% - 4px);
  background-color: #e5ece7;
}
.project .images.images-3 .flex-wrapper {
  width: 25%;
}
.project .images.images-3 .flex-wrapper > span {
  width: 100%;
  height: calc(50% - 2px);
}
.project .images.images-5 > span {
  width: calc(50% - 4px);
  background-color: #e5ece7;
}
.project .images.images-5 .flex-wrapper {
  width: 50%;
}
.project .images.images-5 .flex-wrapper > span {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
}
.project .action-wrapper {
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 1600px) {
  .project .images {
    height: 30rem;
  }
}
@media screen and (max-width: 1200px) {
  .projects-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 0;
  }
  .project {
    position: relative;
  }
  .project h3 {
    width: 90%;
    margin-left: 0;
    padding-bottom: 0.5em;
  }
  .project .characteristics-wrapper {
    width: 100%;
    height: unset;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .project .characteristics-wrapper .characteristic {
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }
  .project .characteristics-wrapper .characteristic:not(:first-of-type) {
    padding-left: 0;
  }
  .project .characteristics-wrapper.with-leed-logo {
    background-position: right 2rem center;
  }
  .project .characteristics-wrapper.with-leed-logo .characteristic {
    padding-top: 0.5rem;
  }
  .project .images {
    margin-bottom: 0;
  }
  .project .images.images-5 > span {
    width: calc(75% - 4px);
  }
  .project .images.images-5 .flex-wrapper {
    width: 25%;
  }
  .project .images.images-5 .flex-wrapper > span {
    width: 100%;
    height: calc(50% - 2px);
  }
  .project .images.images-5 .flex-wrapper > span:nth-of-type(3),
  .project .images.images-5 .flex-wrapper > span:nth-of-type(4) {
    display: none;
  }
  .project .action-wrapper {
    position: absolute;
    bottom: 3em;
    left: 10%;
    width: unset;
    text-align: left;
    z-index: 10;
  }
  .project .action-wrapper .button-tertiary {
    position: relative;
    display: inline-block;
    height: 4em;
    padding: 0 5em 0 4em;
    background-color: transparent;
    background-image: url("/assets/icons/arrow_right_long_white.svg");
    background-repeat: no-repeat;
    background-size: 2.2em;
    background-position: right 2em center;
    color: #fff;
    white-space: pre;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    line-height: 4em;
    letter-spacing: 0.1em;
    cursor: pointer;
    animation: arrow 2s infinite;
  }
  .project .action-wrapper .button-tertiary::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #4c8050, #25662b);
    content: '';
    transform: skew(30deg);
    transform-origin: 0 0;
    z-index: -10;
    transition: transform 0.3s;
  }
  .project .action-wrapper .button-tertiary::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.001));
    content: '';
    transform: translateX(-100%) skew(30deg);
    transform-origin: 0 0;
    transition: transform 0.5s;
    z-index: -9;
    animation: shadow 3s infinite;
  }
}
@media screen and (max-width: 1000px) {
  .projects-wrapper {
    margin-right: 0;
  }
  .project .images.images-2 > span,
  .project .images.images-3 > span,
  .project .images.images-5 > span {
    width: 100%;
  }
  .project .images.images-2 .flex-wrapper,
  .project .images.images-3 .flex-wrapper,
  .project .images.images-5 .flex-wrapper {
    display: none;
  }
}
.home-page .hero {
  position: relative;
  left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 98%;
  height: 45vw;
  overflow: hidden;
  z-index: 60;
}
.home-page .hero::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #f2f2f2, rgba(242, 242, 242, 0.001) 50%), url("/assets/hero_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  z-index: -10;
}
.home-page .hero::after {
  position: absolute;
  top: 0;
  left: -150%;
  bottom: 0;
  width: 150%;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: '';
  z-index: -9;
}
.home-page .hero h1 {
  padding-bottom: 0.5em;
  margin-left: 1%;
  font-size: 7.5em;
  text-shadow: 0 0 5rem #f2f2f2;
}
.home-page .hero h4 {
  margin-left: 5%;
}
.home-page .hero h4::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -8vh;
  right: 30%;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: '';
  z-index: -5;
}
.home-page .hero .plain-text {
  width: 30%;
  margin-left: 5%;
}
.home-page .hero .action-wrapper {
  position: relative;
  padding-top: 3.5em;
  margin-left: 10%;
  z-index: 10;
}
.home-page .hero .logos-wrapper {
  display: flex;
  position: absolute;
  right: 1em;
  bottom: 1em;
  align-items: center;
}
.home-page .hero .logos-wrapper .anniversary-label {
  background-color: #fff;
  border-radius: 50%;
  padding: 0.25em;
}
.home-page .hero .logos-wrapper .anniversary-label img {
  max-width: 10rem;
  width: 10em;
}
.home-page .hero .logos-wrapper .bbb-label {
  margin: 1em;
}
.home-page .hero .logos-wrapper .bbb-label img {
  max-width: 8rem;
  width: 10em;
}
.home-page .hero .logos-wrapper .agc-label {
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 1em;
  padding: 0.5em 1em;
  text-align: center;
}
.home-page .hero .logos-wrapper .agc-label img {
  max-width: 6rem;
  width: 6em;
}
@media screen and (max-width: 1200px) {
  .home-page .hero {
    left: 1rem;
    height: 60vw;
    width: calc(100% - 1rem);
  }
  .home-page .hero::before {
    background-image: linear-gradient(to bottom, #f2f2f2, rgba(242, 242, 242, 0.001)), linear-gradient(to right top, #f2f2f2 30%, rgba(242, 242, 242, 0.001)), url("/assets/hero_bg.png");
  }
  .home-page .hero h1 {
    margin-left: 5%;
  }
  .home-page .hero .action-wrapper {
    margin-left: 5%;
  }
}
@media screen and (max-width: 800px) {
  .home-page .hero {
    height: 75vw;
  }
  .home-page .hero h1 {
    font-size: 6em;
  }
  .home-page .hero .plain-text {
    width: 50%;
  }
  .home-page .hero .logos-wrapper {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .home-page .hero {
    height: 95vw;
  }
}
@media screen and (max-width: 600px) {
  .home-page .hero {
    height: 105vw;
  }
  .home-page .hero h1 {
    font-size: 8em;
  }
  .home-page .hero .plain-text {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .home-page .hero {
    height: 120vw;
  }
}
.home-page.slider-active .slider-nav {
  opacity: 1;
}
.home-page .slider-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 22%;
  padding: 7em 2% 2%;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 50;
}
.home-page .slider-nav::before {
  position: absolute;
  top: 0;
  left: -40%;
  bottom: 0;
  width: 180%;
  background-color: #fff;
  z-index: -10;
  transform-origin: 0 0;
  transform: skew(30deg);
  content: '';
}
.home-page .slider-nav::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 25rem;
  height: 25rem;
  background-image: url("/assets/pattern_dots.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  opacity: 0.05;
  z-index: -10;
  transform: translate(30%, 10%) rotate(180deg);
}
.home-page .slider-nav li {
  padding: 1em 0;
  color: #00461C;
  font-size: 1.25em;
  text-align: right;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.home-page .slider-nav li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 1px;
  background-color: rgba(10, 98, 44, 0.2);
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: background-color 0.5s;
}
.home-page .slider-nav li.active {
  font-weight: bold;
}
.home-page .slider-nav li.active::before {
  background-color: #0a622c;
}
.home-page .slider-nav li:nth-of-type(1)::before {
  left: 0;
}
.home-page .slider-nav li:nth-of-type(2)::before {
  left: 15%;
}
.home-page .slider-nav li:nth-of-type(3)::before {
  left: 30%;
}
.home-page .slider-nav li:nth-of-type(4)::before {
  left: 45%;
}
.home-page .slider-nav li:nth-of-type(5)::before {
  left: 60%;
}
.home-page .slider-nav li:nth-of-type(6)::before {
  left: 75%;
}
.home-page .slide {
  position: relative;
  left: 2%;
  width: 96%;
  height: 55vw;
  margin-bottom: 10vw;
  z-index: 0;
  overflow: hidden;
}
.home-page .slide::after,
.home-page .slide::before {
  position: absolute;
  top: -1%;
  bottom: -1%;
  width: 100%;
  background-color: #fff;
  transform: skew(30deg);
  content: '';
  z-index: 10;
}
.home-page .slide::before {
  left: -100%;
  transform-origin: 0 0;
}
.home-page .slide::after {
  left: 100%;
  transform-origin: 100% 100%;
}
.home-page .slide h4 {
  position: relative;
  display: none;
  padding-left: 10%;
  z-index: 15;
}
.home-page .slide h2 {
  width: 80%;
  padding: 0.5em 0;
  font-size: 2.5em;
}
.home-page .slide .images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.home-page .slide .images span {
  height: calc(50% - 3px);
  width: 90%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-page .slide .images span:nth-of-type(2) {
  margin-left: 10%;
}
.home-page .slide .details {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3em;
  z-index: 20;
}
.home-page .slide .details::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25rem;
  height: 25rem;
  background-image: url("/assets/pattern_dots.svg");
  background-size: 100%;
  content: '';
  opacity: 0.05;
  z-index: -10;
  transform: translate(-25%, 25%);
}
.home-page .slide .characteristic + .characteristic {
  padding-top: 0.8em;
}
.home-page .slide .description {
  margin-left: 3vw;
}
.home-page .slide .action-wrapper {
  margin-left: 15vw;
  padding-top: 2em;
}
@media screen and (max-width: 1200px) {
  .home-page .slider-nav {
    display: none;
  }
  .home-page .slide {
    left: 1rem;
    height: 60vw;
    width: calc(100% - 1rem);
    overflow: hidden;
  }
  .home-page .slide::after {
    left: 110%;
  }
  .home-page .slide h4 {
    display: block;
  }
  .home-page .slide .images {
    margin-right: -10%;
  }
  .home-page .slide .details {
    width: 30%;
  }
  .home-page .slide .description {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .home-page .slider-nav {
    display: none;
  }
  .home-page .slide {
    height: 75vw;
  }
  .home-page .slide::after {
    display: none;
  }
  .home-page .slide h2 {
    font-size: 2em;
  }
  .home-page .slide .images {
    margin-right: -20%;
  }
}
@media screen and (max-width: 700px) {
  .home-page .slide {
    height: 95vw;
  }
}
@media screen and (max-width: 600px) {
  .home-page .slide {
    height: 105vw;
  }
}
@media screen and (max-width: 500px) {
  .home-page .slide {
    height: 120vw;
  }
  .home-page .slide h2 {
    font-size: 3em;
  }
  .home-page .slide .details {
    width: 60%;
  }
}
@media screen and (max-width: 400px) {
  .home-page .slide {
    height: 135vw;
  }
  .home-page .slide h2 {
    font-size: 3.5em;
  }
}
/*
@media screen and (max-width: 1200px) {
    .home-page {
        .slider-nav {

            top: 4.75rem;
            bottom: unset;
            height: 3.25rem;
            padding: 0 1rem;
            background-color: #fff;



            ul {
                display: flex;
            }


        }

        .slide {
            left: 1rem;
            width: 115vw;

            &::after {
                display: none;
            }

            h2 {
                width: 100%;
                font-size: 3em;
            }

            .details {
                padding-bottom: 1rem;

                &::before {
                    display: none;
                }
            }

            .description {
                display: none;
            }

            .action-wrapper {
                padding-top: 0;
            }
        }
    }
}

@media screen and (min-aspect-ratio: ~'1/1') and (max-width: 1200px) {
    .home-page.uos-off {
        .slide {
            .details {
                width: 25%;
            }
        }
    }
}
@media screen and (max-aspect-ratio: ~'1/1') and (max-width: 700px) {
    .home-page.uos-off {
        .slide {
            .details {
                width: 50%;
            }
        }
    }
}
@media screen and (min-aspect-ratio: ~'1/1') and (max-width: 700px) {
    .home-page.uos-off {
        .slide {
            .details {
                width: 30%;
            }
        }
    }
}
@media screen and (max-width: 800px) {
    .home-page.uos-off {
        .slider-nav {
            top: 3.5rem;

            h2 {
                font-size: 3.5em;
            }
        }
    }
}
*/
.home-page .why-us {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 20%;
  text-align: center;
  margin-bottom: 5vw;
  overflow: hidden;
}
.home-page .why-us::after {
  position: absolute;
  top: 0;
  right: -78%;
  bottom: 0;
  width: 150%;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: '';
  z-index: -9;
}
.home-page .why-us::before {
  position: absolute;
  top: 0;
  left: 2%;
  bottom: 7vw;
  right: 30%;
  background-image: url(/assets/pattern_lines.svg);
  background-size: 30rem;
  content: '';
  z-index: -5;
}
.home-page .why-us h3,
.home-page .why-us h4,
.home-page .why-us p {
  padding-bottom: 2em;
}
.home-page .why-us .action-wrapper {
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .home-page .why-us::before {
    left: 1rem;
  }
  .home-page .why-us::after {
    right: calc((-84.7% - 1rem));
  }
}
@media screen and (max-width: 800px) {
  .home-page .why-us {
    padding: 5rem 10%;
  }
  .home-page .why-us::after {
    right: calc((-93.4% - 1rem));
  }
}
@media screen and (max-width: 700px) {
  .home-page .why-us::after {
    right: calc((-104.9% - 1rem));
  }
}
@media screen and (max-width: 600px) {
  .home-page .why-us {
    padding: 5rem 1rem;
  }
  .home-page .why-us::after {
    right: calc((-110.6% - 1rem));
  }
}
@media screen and (max-width: 500px) {
  .home-page .why-us::after {
    right: calc((-119.5% - 1rem));
  }
}
.home-page.set-up-project-open {
  height: 100vh;
  overflow: hidden;
}
.home-page.set-up-project-open .set-up-project {
  transform: translateX(0);
}
.home-page .set-up-project {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateX(200%);
  transition: transform 1s;
}
.home-page .set-up-project::before {
  position: absolute;
  top: 0;
  left: 10%;
  right: 0;
  bottom: 0;
  width: 200vw;
  background-image: linear-gradient(to right, #f18502, #e86f02);
  z-index: -10;
  transform-origin: 0 100%;
  transform: skew(30deg);
  content: '';
}
.home-page .set-up-project::after {
  position: absolute;
  top: 5vw;
  right: -20rem;
  width: 25rem;
  height: 25rem;
  background-image: url("/assets/pattern_dots_white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.2;
  content: '';
  z-index: -9;
}
.home-page .set-up-project h1 {
  padding-bottom: 0.5em;
  color: #fff;
}
.home-page .set-up-project h1::before {
  display: none;
}
.home-page .set-up-project h4 {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}
.home-page .set-up-project .close-action-wrapper {
  position: absolute;
  top: 1rem;
  right: 2%;
  z-index: 80;
}
.home-page .set-up-project .close-action-wrapper .close-button {
  background-color: transparent;
  background-image: url("/assets/icons/cross_white.svg");
}
.home-page .set-up-project .scroll-wrapper {
  padding: 3rem 10% 8rem 15%;
  height: calc(100vh - 5rem);
  overflow-y: scroll;
}
.home-page .set-up-project .categoly-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.home-page .set-up-project .categoly-wrapper p {
  width: 30%;
  margin-right: 2%;
  padding-bottom: 0.75rem;
}
.home-page .set-up-project .details-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
}
.home-page .set-up-project .details-wrapper p {
  width: 45%;
}
.home-page .set-up-project .action-wrapper {
  position: fixed;
  left: 15%;
  right: 0;
  bottom: 0;
  padding: 2rem 10% 1rem 0;
  background-image: linear-gradient(to top, #f18502 70%, rgba(241, 133, 3, 0.001));
  text-align: center;
  z-index: 100;
}
.home-page .set-up-project .error-message {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1200px) {
  .home-page .set-up-project .close-action-wrapper {
    right: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .home-page .set-up-project .scroll-wrapper {
    padding-right: 3rem;
  }
  .home-page .set-up-project .categoly-wrapper p {
    width: 45%;
    margin-right: 5%;
  }
  .home-page .set-up-project .details-wrapper p {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .home-page .set-up-project::before {
    left: 0;
  }
  .home-page .set-up-project .scroll-wrapper {
    padding-left: 1rem;
  }
  .home-page .set-up-project .categoly-wrapper p {
    width: 100%;
    margin-right: 0;
  }
  .home-page .set-up-project .action-wrapper {
    left: 0;
  }
}
.portfolio-page .filter-action {
  position: fixed;
  right: 0;
  width: 4rem;
  height: 4rem;
  visibility: hidden;
  z-index: 400;
}
.portfolio-page .filter-action::after,
.portfolio-page .filter-action::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
.portfolio-page .filter-action::before {
  left: -2rem;
  width: 6rem;
  height: 15rem;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 0;
}
.portfolio-page .filter-action::after {
  width: 100%;
  height: 100%;
  background-image: url("/assets/icons/filter_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.8rem;
}
.portfolio-page.filter-visible .filter-action::after {
  background-image: url("/assets/icons/cross_green.svg");
}
.portfolio-page aside {
  position: relative;
  width: 20%;
  max-width: 20rem;
  z-index: 200;
}
.portfolio-page .search-form-wrapper {
  position: relative;
  width: 17em;
  margin-bottom: 4em;
  z-index: 10;
}
.portfolio-page .search-wrapper {
  position: relative;
  z-index: 0;
}
.portfolio-page .search-wrapper::before {
  position: absolute;
  top: 0;
  left: -10em;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #f18502, #e86f02);
  transform: skew(30deg);
  transform-origin: 0 100%;
  content: '';
  z-index: -10;
}
.portfolio-page .search-wrapper::after {
  position: absolute;
  right: 2.5em;
  top: 0;
  bottom: 0;
  width: 1.75em;
  height: 1.75em;
  margin: auto;
  background-image: url("/assets/icons/magnifier_white.svg");
  background-size: contain;
  content: '';
  z-index: -5;
}
.portfolio-page .search-wrapper .input-secondary {
  padding-left: 0;
  padding-right: 5em;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.portfolio-page .search-wrapper .input-secondary::-webkit-input-placeholder {
  color: #f9d5b8;
}
.portfolio-page .search-wrapper .input-secondary::-moz-placeholder {
  color: #f9d5b8;
}
.portfolio-page .search-wrapper .input-secondary:-ms-input-placeholder {
  color: #f9d5b8;
}
.portfolio-page .search-wrapper .input-secondary:-moz-placeholder {
  color: #f9d5b8;
  opacity: 1;
}
.portfolio-page .search-wrapper .input-secondary:focus,
.portfolio-page .search-wrapper .input-secondary:hover {
  opacity: 1;
}
.portfolio-page .search-wrapper .input-secondary:focus + label,
.portfolio-page .search-wrapper .input-secondary:hover + label {
  opacity: 0;
}
.portfolio-page .search-wrapper label {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  height: 2.6em;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
  z-index: -5;
  transition: opacity 0.3s;
}
.portfolio-page .filter-form-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.portfolio-page .filter-form-wrapper h4 {
  font-weight: 400;
}
.portfolio-page .filter-form-wrapper .filter-item {
  position: relative;
  padding: 0.5rem 0;
}
.portfolio-page .filter-form-wrapper .sub-filter {
  display: none;
  padding-left: 3rem;
  padding-top: 1rem;
}
.portfolio-page .filter-form-wrapper .sub-filter.visible {
  display: block;
}
@media screen and (max-width: 1200px) {
  .portfolio-page .filter-action {
    visibility: visible;
  }
  .portfolio-page aside {
    width: 50%;
  }
  .portfolio-page .search-form-wrapper {
    margin-bottom: 2em;
    font-size: 1rem;
  }
  .portfolio-page .search-wrapper .input-secondary {
    font-size: inherit;
  }
  .portfolio-page .filter-form-wrapper p {
    font-size: 0.9rem;
  }
}
.portfolio-page .projects-wrapper {
  width: 70%;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  padding-right: 2%;
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .portfolio-page .projects-wrapper {
    width: 50%;
    padding-right: 0;
  }
}
.portfolio-page {
  padding-left: 2%;
}
.portfolio-page::before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f2f2f2;
  content: '';
  z-index: -10;
}
.portfolio-page::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: '';
  z-index: -9;
}
.portfolio-page .title-wrapper {
  position: relative;
  display: flex;
  padding: 1rem 2% 2rem 0;
  z-index: 200;
}
.portfolio-page .tags-wrapper {
  padding-left: 2rem;
}
.portfolio-page .tags-wrapper .tag {
  position: relative;
  margin: 0 0.3rem 0.3rem 0;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
.portfolio-page .tags-wrapper .tag::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  content: '';
  transform: skew(30deg);
  transform-origin: center;
  z-index: -5;
}
.portfolio-page .tags-wrapper span {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #555;
  margin-left: -2em;
}
.portfolio-page .tags-wrapper button {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  color: #336b49;
  background-image: url("/assets/icons/cross_green.svg");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 0.75rem center;
  cursor: pointer;
}
.portfolio-page .tags-wrapper button:hover::before {
  background-color: #fff;
}
.portfolio-page .section-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.portfolio-page .white-curtain {
  position: fixed;
  top: 0;
  right: 98%;
  bottom: 0;
  width: 150vw;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 100% 0;
  transition: right 0.5s;
  content: '';
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .portfolio-page {
    width: 100vw;
    padding-left: 1rem;
    overflow: hidden;
  }
  .portfolio-page .title-wrapper {
    flex-direction: column;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }
  .portfolio-page .title-wrapper .tags-wrapper {
    padding-top: 1rem;
    padding-left: 0;
  }
  .portfolio-page .white-curtain {
    transform: translateX(-100vw) skew(30deg);
    transition: transform 0.5s;
  }
  .portfolio-page .section-wrapper {
    position: relative;
    width: 200vw;
    transform: translateX(-50%);
    transition: transform 0.5s;
    z-index: 300;
  }
  .portfolio-page.filter-visible {
    max-height: 250vh;
    overflow: hidden;
  }
  .portfolio-page.filter-visible .section-wrapper {
    transform: translateX(0);
  }
  .portfolio-page.filter-visible .white-curtain {
    transform: translateX(0) skew(30deg);
  }
}
.project-page .hero {
  position: relative;
  left: 2%;
  width: 98%;
  min-height: 55vw;
  padding: 10% 65% 1rem 1rem;
  z-index: 0;
  overflow: hidden;
}
.project-page .hero::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 55vw;
  width: 20%;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 100% 0;
  content: '';
  z-index: -10;
}
.project-page .hero::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: '';
  z-index: -9;
}
.project-page .hero .hero-photo {
  position: absolute;
  top: 0;
  left: 20%;
  right: 0;
  height: 55vw;
  z-index: -15;
  background-size: cover;
  background-position: center;
}
.project-page .hero .hero-photo::before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: -15vw;
  width: 200%;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: '';
  z-index: -10;
}
.project-page .hero .hero-photo img {
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  height: 55vw;
  min-width: auto;
  margin: auto;
  z-index: -20;
}
.project-page .hero .hero-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55vw;
  padding-left: 40vw;
  z-index: -5;
  transform: translateX(100vw);
  transition: transform 1s;
}
.project-page .hero .hero-map::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: '';
  z-index: -10;
}
.project-page .hero .hero-map .map {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.project-page .hero h2 {
  padding-bottom: 0.5em;
  width: 70%;
}
.project-page .hero .characteristics-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2em;
}
.project-page .hero .characteristics-wrapper.with-leed-logo {
  min-height: 5rem;
  padding-left: 6rem;
  background-image: url("/assets/leed_logo.png");
  background-size: 5rem;
  background-position: left center;
  background-repeat: no-repeat;
}
.project-page .hero .characteristic {
  padding: 0.5em 0;
}
.project-page .hero .description-wrapper p {
  margin-top: 1em;
}
.project-page .hero .action-wrapper {
  display: none;
  margin-top: 1rem;
}
.project-page .hero .action-wrapper .button-tertiary {
  padding-left: 0;
}
.project-page .hero.map-visible .hero-map {
  transform: translateX(0);
}
.project-page .hero.map-visible .hero-map .map {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .project-page .hero {
    left: 0;
    width: 100%;
    padding-top: 45vw;
    padding-right: 1rem;
  }
  .project-page .hero::before {
    left: calc(-30% + 1rem);
    width: 30%;
    height: 75vw;
  }
  .project-page .hero h2 {
    width: 25%;
  }
  .project-page .hero .hero-photo {
    left: 1rem;
    height: 60vw;
  }
  .project-page .hero .hero-photo::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15vw;
    height: 15vw;
    background-color: #f2f2f2;
    content: '';
    z-index: -15;
  }
  .project-page .hero .hero-photo img {
    height: 60vw;
  }
  .project-page .hero .hero-map,
  .project-page .hero .toggle-map-modal {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .project-page .hero {
    padding-top: 55vw;
  }
  .project-page .hero::before {
    height: 100vw;
  }
  .project-page .hero h2 {
    width: 30%;
  }
  .project-page .hero .characteristics-wrapper.with-leed-logo {
    padding-left: 5rem;
    background-size: 4rem;
  }
  .project-page .hero .hero-photo {
    height: 75vw;
  }
  .project-page .hero .hero-photo::before {
    bottom: -25vw;
  }
  .project-page .hero .hero-photo::after {
    bottom: -25vw;
    height: 25vw;
  }
  .project-page .hero .hero-photo img {
    height: 75vw;
  }
}
@media screen and (max-width: 700px) {
  .project-page .hero {
    padding-top: 75vw;
  }
  .project-page .hero::before {
    height: 120vw;
  }
  .project-page .hero h2 {
    width: 40%;
  }
  .project-page .hero .hero-photo {
    height: 95vw;
  }
  .project-page .hero .hero-photo img {
    height: 95vw;
  }
}
@media screen and (max-width: 600px) {
  .project-page .hero::before {
    left: calc(-40% + 1rem);
    width: 40%;
    height: 130vw;
  }
  .project-page .hero .hero-photo {
    height: 105vw;
  }
  .project-page .hero .hero-photo img {
    height: 105vw;
  }
}
@media screen and (max-width: 500px) {
  .project-page .hero {
    padding-top: 85vw;
  }
  .project-page .hero::before {
    height: 145vw;
  }
  .project-page .hero .hero-photo {
    height: 120vw;
  }
  .project-page .hero .hero-photo img {
    height: 120vw;
  }
}
.project-page .gallery {
  position: relative;
  overflow: hidden;
}
.project-page .gallery::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  bottom: 0;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: '';
  z-index: 10;
}
.project-page .gallery::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  bottom: 0;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 100% 100%;
  content: '';
  z-index: 10;
}
.project-page .gallery .images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4rem;
}
.project-page .gallery .images span {
  position: relative;
  margin-top: 6px;
  width: calc(50% - 3px);
  height: 35vw;
  overflow: hidden;
}
.project-page .gallery .images span.full-width {
  width: 100%;
  height: 70vw;
}
.project-page .gallery .images span.full-width img {
  height: 70vw;
}
.project-page .gallery .images span img {
  position: absolute;
  left: 0;
  left: -100%;
  right: -100%;
  height: 35vw;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .project-page .gallery .images {
    height: 100%;
  }
  .project-page .gallery .images span {
    width: 100%;
    height: 70vw;
  }
  .project-page .gallery .images span img {
    height: 70vw;
  }
}
.project-page .comments {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 10vw 30% 10vw 10%;
  z-index: 0;
}
.project-page .comments::before {
  position: absolute;
  left: 0;
  top: 5vw;
  width: 25rem;
  height: 25rem;
  background-image: url("/assets/pattern_dots.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
  opacity: 0.05;
  z-index: -10;
  transform: rotate(90deg);
}
.project-page .comments::after {
  position: absolute;
  top: 0;
  left: 75%;
  right: 0;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: '';
  z-index: -9;
}
.project-page .comments blockquote {
  width: 100%;
  padding-top: 3rem;
  padding-left: 2rem;
  background-image: url("/assets/pattern_quote_orange.svg");
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: left top;
}
.project-page .comments blockquote .quote {
  display: block;
  padding-right: 2rem;
  padding-bottom: 2rem;
  color: #00461C;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
  background-image: url("/assets/pattern_quote_green.svg");
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.project-page .comments blockquote footer {
  padding-top: 1em;
  color: #555;
  font-size: 1rem;
  text-align: right;
  opacity: 0.5;
}
.project-page .comments blockquote + blockquote {
  margin-top: 5vw;
}
.project-page .comments .yt-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10vw;
}
.project-page .comments .yt-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .project-page .comments {
    padding-top: 10vw;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .project-page .comments {
    padding-left: 1rem;
  }
  .project-page .comments::before {
    left: -15rem;
  }
  .project-page .comments blockquote .quote {
    font-size: 1.5rem;
  }
}
.project-page.active-similar .similar header {
  position: fixed;
  top: 0;
}
.project-page .similar {
  background-color: #f2f2f2;
  overflow: hidden;
  min-height: 100vh;
}
.project-page .similar header {
  position: absolute;
  left: 0;
  height: 100vh;
  padding-left: 2%;
  padding-top: 30vh;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 10;
}
.project-page .similar header::before {
  position: absolute;
  top: 0;
  left: -50vw;
  width: 50vw;
  bottom: 0;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 100% 0;
  content: '';
  z-index: -10;
}
@media screen and (max-width: 1200px) {
  .project-page .similar {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 5rem;
    background-color: transparent;
  }
  .project-page .similar::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    transform: skew(30deg);
    transform-origin: 0 0;
    content: '';
    z-index: -10;
  }
  .project-page .similar header {
    position: static;
    height: unset;
    padding-top: 10vh;
    padding-left: 1rem;
    order: 1;
    z-index: 0;
  }
  .project-page .similar header::before {
    display: none;
  }
  .project-page .similar header h1 br {
    display: none;
  }
  .project-page .similar header .social {
    position: absolute;
    bottom: 0;
  }
  .project-page .similar .projects-wrapper {
    order: 2;
  }
  .project-page .similar .projects-wrapper .project .images > span:first-child::before {
    background-color: #fff;
  }
}
.project-page .modal {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 300;
  background-color: #f2f2f2;
  transform: translateX(250vw);
  transition: transform 1s;
  z-index: 2000;
}
.project-page .modal::before {
  position: absolute;
  top: 0;
  left: -10vw;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 100%;
  content: '';
  z-index: -10;
}
.project-page .close-action-wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.project-page .close-action-wrapper .close-button {
  height: 2rem;
  width: 2rem;
  background-color: #f2f2f2;
  background-image: url("/assets/icons/cross_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.project-page .modal-content {
  height: 100%;
  padding: 3rem 2rem 3rem 1rem;
  overflow-y: scroll;
}
.project-page .modal-content p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .project-page.info-modal-visible .info-modal {
    transform: translateX(0);
  }
}
.project-page .header {
  position: fixed;
  display: flex;
  align-items: center;
}
.project-page .footer-main {
  padding-top: 10vw;
}
@media screen and (min-width: 1200px) {
  .project-page .header {
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
    height: 4rem;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
  }
  .project-page .header h3 {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .project-page .header .button-tertiary {
    transition: transform 0.5s;
  }
  .project-page.active-hero .header .button-tertiary {
    transform: translateX(1rem);
  }
  .project-page.active-gallery .header {
    background-color: #ffffff;
  }
  .project-page.active-gallery .header h3 {
    opacity: 1;
  }
  .project-page.active-comments .header {
    background-color: #ffffff;
  }
  .project-page.active-comments .header .button-tertiary {
    transform: translateX(8vw);
  }
  .project-page.active-comments .header h3 {
    opacity: 1;
  }
  .project-page.active-footer .header .button-tertiary {
    background-image: url("/assets/icons/arrow_left_long_white.svg");
    color: #fff;
    transform: translateX(8vw);
    opacity: 0.7;
  }
  .project-page.active-footer .header h3 {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  .project-page .header {
    top: 0;
    left: 1rem;
    height: 5rem;
    z-index: 1100;
  }
  .project-page .header .button-tertiary span {
    display: none;
  }
  .project-page .header h3 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .project-page .header {
    height: 3.5rem;
  }
}
.careers-page .hero {
  position: relative;
  display: flex;
  margin-top: 5rem;
  padding-right: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 45vw;
  overflow: hidden;
  z-index: 60;
  clip-path: inset(0 0 0 0);
}
.careers-page .hero .text-wrapper {
  width: 95%;
  margin-left: 5%;
  padding: 3rem 5% 3rem 3rem;
  z-index: 1;
  max-width: 37em;
}
.careers-page .hero h1 {
  display: inline-block;
  color: #00461c;
  font-size: 6em;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
  text-shadow: 0 0 5rem #f2f2f2;
}
.careers-page .hero .plain-text {
  margin-left: 5%;
  text-shadow: 0 0 5rem #f2f2f2;
}
.careers-page .hero .plain-text::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -8vh;
  right: 30%;
  background-image: url(/assets/pattern_lines.svg);
  background-size: 30rem;
  content: "";
  height: 100%;
  z-index: -5;
}
.careers-page .hero .button-secondary {
  margin-top: 2em;
  margin-left: 5%;
  position: relative;
}
.careers-page .hero::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #f2f2f2, rgba(242, 242, 242, 0.001) 50%), url("/assets/careers_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: -10;
}
.careers-page .hero::after {
  position: fixed;
  top: 0;
  left: calc(-150% - 1.1rem);
  bottom: 0;
  width: 150%;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: "";
  z-index: -9;
}
@media screen and (max-width: 1200px) {
  .careers-page .hero {
    left: 1rem;
    height: 60vw;
    width: calc(100% - 1rem);
    padding-right: 40%;
  }
  .careers-page .hero::after {
    left: calc(-150% - 1.9rem);
  }
  .careers-page .hero::before {
    background-image: linear-gradient(to bottom, #f2f2f2, rgba(242, 242, 242, 0.001)), linear-gradient(to right top, #f2f2f2 30%, rgba(242, 242, 242, 0.001)), url("/assets/careers_bg.jpg");
  }
  .careers-page .hero .text-wrapper {
    max-width: 80%;
    padding: 0;
  }
  .careers-page .hero h1 {
    font-size: 6em;
  }
  .careers-page .hero .plain-text {
    margin-left: 0;
  }
  .careers-page .hero .plain-text::before {
    left: -1rem;
  }
  .careers-page .hero .button-secondary {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .careers-page .hero {
    height: 75vw;
    padding-right: 0;
    margin-top: 3.5rem;
  }
  .careers-page .hero::after {
    left: calc(-150% - 1.1rem);
  }
  .careers-page .hero .plain-text {
    max-width: 80%;
  }
  .careers-page .hero .plain-text::before {
    top: 3.5rem;
  }
}
@media screen and (max-width: 700px) {
  .careers-page .hero {
    height: 95vw;
  }
}
@media screen and (max-width: 600px) {
  .careers-page .hero {
    height: 105vw;
  }
}
@media screen and (max-width: 500px) {
  .careers-page .hero {
    height: 120vw;
  }
}
@media screen and (min-width: 1500px) {
  .careers-page .hero::after {
    left: calc(-150% - 2rem);
  }
  .careers-page .hero .plain-text::before {
    top: 0;
  }
}
.careers-page .list {
  position: relative;
  min-height: 50vw;
  height: 50rem;
  padding: 5vw 2%;
  overflow: hidden;
  scroll-behavior: smooth;
  z-index: 998;
}
.careers-page .list a.anchor {
  display: block;
  position: relative;
  top: -10rem;
  visibility: hidden;
}
.careers-page .list .intro-wrapper {
  position: absolute;
  width: 50%;
  transition: transform 1s;
}
.careers-page .list .intro-wrapper h1 {
  max-width: 38rem;
}
.careers-page .list h1 {
  display: inline-block;
  padding-bottom: 0.5em;
}
.careers-page .list .perks-wrapper {
  margin-left: 10%;
  margin-bottom: 4em;
}
.careers-page .list .perks-wrapper .plain-text {
  margin-bottom: 2rem;
}
.careers-page .list .perks-wrapper span {
  display: block;
  padding: 0.5em 0 1em;
  color: #555;
  font-size: 1.5rem;
}
.careers-page .list .benefits-list {
  margin-top: 1em;
  margin-left: 1em;
}
.careers-page .list .benefits-list li {
  font-size: 1rem;
  position: relative;
  display: list-item;
  padding-bottom: 0.5em;
  line-height: 1.6;
  padding-left: 1em;
}
.careers-page .list .benefits-list li::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #00461c;
  content: "";
}
.careers-page .list .no-jobs-message {
  position: absolute;
  left: 60%;
  width: 35%;
  padding-top: 8.5em;
}
.careers-page .list .no-jobs-message h3 {
  padding-bottom: 0.5em;
  font-size: 1.5em;
}
.careers-page .list .invisible {
  display: none;
}
.careers-page .list .jobs-wrapper {
  position: absolute;
  left: 70%;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 25%;
  transition: left 1s;
}
.careers-page .list .jobs-wrapper button {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 2rem;
  text-align: left;
  margin-bottom: 2rem;
  color: #00461c;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
  transition: opacity 0.5s;
  cursor: pointer;
  z-index: 998;
}
.careers-page .list .jobs-wrapper button::before {
  position: absolute;
  bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  content: "View details";
}
.careers-page .list .jobs-wrapper button::after {
  display: block;
  padding-top: 0.5rem;
  color: #aaaaaa;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  content: attr(data-posted);
}
@media screen and (min-width: 1200px) {
  .careers-page.job-details-visible .list::before {
    left: 10%;
  }
  .careers-page.job-details-visible .list .intro-wrapper {
    transform: translate(-100%, 20vh);
  }
  .careers-page.job-details-visible .list .jobs-wrapper {
    left: 5%;
  }
  .careers-page.job-details-visible .list .jobs-wrapper button {
    opacity: 0.5;
  }
  .careers-page.job-details-visible .list .jobs-wrapper button.active {
    padding-bottom: 0;
    opacity: 1;
  }
  .careers-page.job-details-visible .list .jobs-wrapper button.active::before {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  .careers-page .list {
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto;
  }
  .careers-page .list .intro-wrapper {
    position: static;
    width: 100%;
  }
  .careers-page .list .perks-wrapper {
    margin-left: 0;
  }
  .careers-page .list .perks-wrapper span {
    font-size: 1.2rem;
  }
  .careers-page .list .perks-wrapper span small {
    padding: 1em 1.6em 0;
    font-size: 0.9rem;
  }
  .careers-page .list .jobs-wrapper {
    position: static;
    width: 100%;
    padding-top: 10vh;
  }
}
@media screen and (max-width: 800px) {
  .careers-page .list {
    margin-top: 5vw;
  }
  .careers-page .list .jobs-wrapper button {
    font-size: 1.5rem;
  }
}
.careers-page .text {
  padding: 3rem 0;
}
.careers-page .text h4 {
  max-width: 1000px;
  margin: 0 auto;
}
.careers-page .text h1 {
  width: 100%;
  margin-left: -3%;
  padding: 1em 0;
}
.careers-page .text p + p {
  padding-top: 1rem;
}
.careers-page .text .column {
  padding: 0 5%;
}
.careers-page .text .column + .column h4 {
  padding-top: 5rem;
}
.careers-page .text .plain-text {
  line-height: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.careers-page .text .mission-text {
  position: relative;
  color: #00461c;
  font-size: 2em;
  line-height: 1.5;
}
.careers-page .text .mission-text::before {
  position: absolute;
  right: -10%;
  bottom: -10%;
  width: 25rem;
  height: 25rem;
  background-image: url("/assets/pattern_dots.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.05;
  transform: rotate(-90deg);
  z-index: 0;
}
.careers-page .text .mission-text em {
  position: relative;
  font-weight: 700;
  z-index: 1;
}
.careers-page .text .mission-text em.no-bg::before {
  display: none;
}
.careers-page .text .mission-text em a:hover {
  text-decoration: none;
}
.careers-page .text .mission-text em::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.001));
  transform: skew(30deg);
  transform-origin: 0 0;
  content: "";
}
.careers-page .text .mission-text + h4 {
  padding-top: 5rem;
}
.careers-page .text.bottom-text {
  position: relative;
  z-index: 997;
}
@media screen and (max-width: 1200px) {
  .careers-page .text h1 {
    margin-left: 0;
  }
  .careers-page .text .mission-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .careers-page .text h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 600px) {
  .careers-page .text h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 500px) {
  .careers-page .bottom-text .mission-text {
    font-size: 4.8vw;
  }
}
.careers-page .blockquote {
  padding: 0 5% 3vw 3%;
  max-width: 1600px;
  margin: 0 auto;
}
.careers-page .blockquote blockquote {
  width: 100%;
  padding-top: 3rem;
  padding-left: 2rem;
  background-image: url("/assets/pattern_quote_orange.svg");
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 3vw;
}
.careers-page .blockquote blockquote .quote {
  display: block;
  padding-right: 2rem;
  padding-bottom: 2rem;
  color: #00461c;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
  background-image: url("/assets/pattern_quote_green.svg");
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.careers-page .blockquote blockquote em {
  color: #f18903;
}
.careers-page .blockquote blockquote footer {
  padding-top: 1em;
  color: #555;
  font-size: 1rem;
  text-align: right;
  opacity: 0.5;
}
.careers-page .video {
  padding: 0 5%;
  max-width: 1600px;
  margin: 0 auto;
}
.careers-page .video .responsive-video {
  position: relative;
  /* 16:9 ratio*/
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.careers-page .video .responsive-video iframe {
  aspect-ratio: 1.77777778;
  width: 100%;
}
.careers-page .video .responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.careers-page .values {
  padding: 5vw 5%;
  max-width: 1600px;
  margin: 0 auto;
}
.careers-page .values h4 {
  margin-bottom: 3em;
}
.careers-page .values .title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #00461C;
}
.careers-page .values .values-wrapper {
  display: flex;
  justify-content: space-between;
}
.careers-page .values .values-item {
  flex: 0 1 22%;
  text-align: left;
}
.careers-page .values .value-icon {
  margin-bottom: 1em;
  height: 8em;
}
@media screen and (max-width: 800px) {
  .careers-page .values .values-wrapper {
    flex-wrap: wrap;
  }
  .careers-page .values .values-item {
    width: 100%;
    display: flex;
    flex: auto;
    margin-bottom: 4em;
    align-items: center;
  }
  .careers-page .values .icon-wrapper {
    margin-right: 2em;
    width: 7em;
    flex: 0 0 7em;
  }
  .careers-page .values .value-icon {
    margin-bottom: 0;
    margin-right: 2em;
    max-width: 100%;
  }
  .careers-page .values .title {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .careers-page .values .values-item {
    margin-bottom: 2rem;
  }
  .careers-page .values .icon-wrapper {
    margin-right: 0;
    width: 4rem;
    flex: 0 0 4rem;
  }
  .careers-page .values .value-icon {
    width: 3rem;
    height: auto;
  }
  .careers-page .values .title {
    font-size: 1.4rem;
  }
}
.careers-page .job {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 2rem 0;
  transition: transform 2s, opacity 1s;
  transform: translateX(200vw);
  max-height: 90vh;
}
.careers-page .job::before {
  position: absolute;
  left: 0;
  right: -100%;
  bottom: 0;
  top: 0;
  background-color: #f2f2f2;
  transform-origin: 0 100%;
  transform: skew(30deg);
  content: "";
  z-index: -10;
}
.careers-page .job::after {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 50%;
  height: 6em;
  background-image: linear-gradient(to top, #f2f2f2, rgba(242, 242, 242, 0.001));
  content: "";
  z-index: 10;
}
.careers-page .job .close-action-wrapper {
  position: absolute;
  top: 1rem;
  right: 52%;
  z-index: 25;
  opacity: 0;
}
.careers-page .job .job-details-wrapper {
  width: 45%;
  height: 100%;
  padding: 2%;
  overflow-y: scroll;
}
.careers-page .job .job-details-wrapper .apply-action-wrapper {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 55%;
  z-index: 20;
  text-align: center;
}
.careers-page .job .job-details-wrapper .job-details {
  position: absolute;
  top: 0;
  padding-bottom: 3rem;
  opacity: 0;
  z-index: -10;
}
.careers-page .job .job-details-wrapper .job-details.active {
  position: static;
  top: unset;
  opacity: 1;
}
.careers-page .job h2 {
  display: none;
  padding-bottom: 0.5em;
  padding-right: 3rem;
}
.careers-page .job ul + h4 {
  padding-top: 1.5em;
}
.careers-page .job li ul {
  padding: 1rem;
}
.careers-page .job .job-form-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  width: 43%;
  z-index: -1;
  padding: 5vh 2%;
  opacity: 0;
  transition: opacity 1s;
}
.careers-page .job .job-form-wrapper::before {
  position: absolute;
  left: 0;
  right: -200%;
  bottom: 0;
  top: 0;
  background-color: #e5ece7;
  transform-origin: 0 100%;
  transform: skew(30deg);
  content: "";
  z-index: -10;
}
.careers-page .job .job-form-wrapper .action-wrapper {
  text-align: center;
  display: none;
}
.careers-page .job .job-form-wrapper .file-uploaded + .action-wrapper {
  display: block;
}
.careers-page.job-details-visible .job {
  transform: translateX(50%);
  transition: transform 1s, opacity 1s;
  opacity: 1;
}
.careers-page.job-details-visible .job .close-action-wrapper {
  opacity: 1;
}
.careers-page.apply-form-visible .job {
  transform: translateX(0%);
}
.careers-page.apply-form-visible .job .close-action-wrapper {
  right: 2%;
}
.careers-page.apply-form-visible .job .close-action-wrapper .close-button {
  background-color: #e5ece7;
}
.careers-page.apply-form-visible .job h2 {
  display: block;
}
.careers-page.apply-form-visible .job .apply-action-wrapper {
  display: none;
}
.careers-page.apply-form-visible .job .job-form-wrapper {
  opacity: 1;
}
.careers-page.apply-form-visible .list .jobs-wrapper button {
  display: none;
}
@media screen and (max-width: 1200px) {
  .careers-page .job {
    width: 200vw;
    position: fixed;
    z-index: 999;
    top: 4.4rem;
    max-height: 100vh;
  }
  .careers-page .job .close-action-wrapper {
    right: calc(50% + 1rem);
  }
  .careers-page .job .job-details-wrapper {
    padding-left: 1rem;
  }
  .careers-page .job .job-form-wrapper {
    width: 48%;
  }
  .careers-page .job h2 {
    display: block;
  }
  .careers-page.job-details-visible .job {
    transform: translateX(0);
  }
  .careers-page.apply-form-visible .job {
    transform: translateX(-50%);
  }
  .careers-page.apply-form-visible .job .close-action-wrapper {
    right: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .careers-page .job {
    top: 3.4rem;
  }
}
.careers-page {
  overflow: hidden;
}
.careers-page::before {
  position: fixed;
  top: 5rem;
  left: 2%;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: "";
  z-index: -10;
}
.careers-page::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: "";
  z-index: -9;
}
@media screen and (min-width: 1500px) {
  .careers-page::before {
    top: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .careers-page::before {
    left: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .careers-page::before {
    top: 3.5rem;
  }
}
.contact-us-page .hero {
  position: relative;
  left: 2%;
  width: 98%;
  min-height: 50vw;
  padding-right: 60%;
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
.contact-us-page .hero::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  background-image: url("/assets/contact_us_bg.jpg");
  background-position: right bottom;
  background-size: 70vw;
  background-repeat: no-repeat;
  content: '';
  z-index: -10;
}
.contact-us-page .hero::after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 150%;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 100% 0;
  content: '';
  z-index: -9;
}
.contact-us-page .hero h1 {
  position: relative;
  padding-bottom: 0.25em;
}
.contact-us-page .hero .plain-text {
  margin-left: 10%;
}
.contact-us-page .hero form {
  position: relative;
  margin-left: 10%;
  padding-top: 2em;
  z-index: 10;
}
.contact-us-page .hero form .action-wrapper {
  padding-top: 2em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .contact-us-page .hero {
    left: 1rem;
    width: calc(100% - 1rem);
    padding-right: 50%;
  }
  .contact-us-page .hero::before {
    background-image: linear-gradient(to right, #f2f2f2 10%, rgba(242, 242, 242, 0.8)), url("/assets/contact_us_bg.png");
    background-size: cover, 80vw;
  }
  .contact-us-page .hero .plain-text {
    margin-left: 0;
  }
  .contact-us-page .hero form {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .contact-us-page .hero {
    padding-right: 1rem;
  }
  .contact-us-page .hero::before {
    background-image: none;
  }
}
.contact-us-page footer {
  display: flex;
  justify-content: space-between;
  padding: 5em 2%;
}
.contact-us-page footer .address-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 70%;
  padding-top: 1rem;
}
.contact-us-page footer .address-wrapper address,
.contact-us-page footer .address-wrapper p {
  margin-left: 10%;
}
.contact-us-page footer .address-wrapper span {
  display: block;
  font-weight: 300;
  line-height: 1.8;
  font-size: 0.9rem;
}
.contact-us-page footer .address-wrapper h4 {
  padding-bottom: 0;
  color: #5f5f5f;
  line-height: 1.8;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}
.contact-us-page footer .address-wrapper h4 a {
  text-decoration: none;
  color: #00461c;
  transition: opacity 0.5s;
}
.contact-us-page footer .address-wrapper h4 a:hover {
  opacity: 0.75;
}
.contact-us-page footer .address-wrapper a {
  color: inherit;
}
@media screen and (max-width: 1000px) {
  .contact-us-page footer {
    flex-direction: column;
  }
  .contact-us-page footer .address-wrapper {
    flex-wrap: wrap;
  }
  .contact-us-page footer .address-wrapper address,
  .contact-us-page footer .address-wrapper p {
    margin-left: 0;
    margin-top: 1.5rem;
    padding-top: 0;
    width: 100%;
  }
}
.about-us-page .hero {
  width: 100%;
  height: auto;
}
.about-us-page .banner {
  overflow: hidden;
  position: relative;
}
.about-us-page .banner img {
  position: relative;
  z-index: -10;
}
.about-us-page .banner::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -8vh;
  right: 30%;
  background-image: url(/assets/pattern_lines.svg);
  background-size: 30rem;
  content: "";
  height: 100%;
}
.about-us-page .banner::before {
  position: fixed;
  top: 5rem;
  left: 2%;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: "";
  opacity: 0.2;
  z-index: -9;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 800px) {
  .about-us-page .banner::before {
    top: 3.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-us-page .banner::before {
    left: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .about-us-page .banner::before {
    top: 7rem;
  }
}
.about-us-page .history {
  padding: 3rem 0;
}
.about-us-page .history h4 {
  max-width: 1000px;
  margin: 0 auto;
}
.about-us-page .history h1 {
  width: 100%;
  margin-left: -3%;
  padding: 1em 0;
}
.about-us-page .history p + p {
  padding-top: 2rem;
}
.about-us-page .history .column {
  padding: 0 5%;
}
.about-us-page .history .column + .column h4 {
  padding-top: 5rem;
}
.about-us-page .history .plain-text {
  line-height: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.about-us-page .history blockquote {
  width: 100%;
  padding-top: 3rem;
  padding-left: 2rem;
  background-image: url("/assets/pattern_quote_orange.svg");
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: left top;
}
.about-us-page .history blockquote .quote {
  display: block;
  padding-right: 2rem;
  padding-bottom: 2rem;
  color: #00461c;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
  background-image: url("/assets/pattern_quote_green.svg");
  background-size: 2.5rem;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.about-us-page .history blockquote em {
  color: #f18903;
}
.about-us-page .history blockquote footer {
  padding-top: 1em;
  color: #555;
  font-size: 1rem;
  text-align: right;
  opacity: 0.5;
}
.about-us-page .history .mission-text {
  position: relative;
  color: #00461c;
  font-size: 2em;
  line-height: 1.8;
}
.about-us-page .history .mission-text::before {
  position: absolute;
  right: -10%;
  bottom: -10%;
  width: 25rem;
  height: 25rem;
  background-image: url("/assets/pattern_dots.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.05;
  transform: rotate(-90deg);
  z-index: 0;
}
.about-us-page .history .mission-text em {
  position: relative;
  font-weight: 700;
}
.about-us-page .history .mission-text em::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.001));
  transform: skew(30deg);
  transform-origin: 0 0;
  content: "";
}
.about-us-page .history .mission-text + h4 {
  padding-top: 5rem;
}
@media screen and (max-width: 1200px) {
  .about-us-page .history h1 {
    margin-left: 0;
  }
  .about-us-page .history .mission-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .about-us-page .history h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 600px) {
  .about-us-page .history h2 {
    font-size: 2em;
  }
}
.about-us-page .schemes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2rem 5%;
}
.about-us-page .schemes h1 {
  font-size: 5em;
  width: 100%;
  padding-bottom: 1em;
}
.about-us-page .schemes .column-title {
  display: none;
}
.about-us-page .schemes .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-us-page .schemes .column .icon-wrapper {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
}
.about-us-page .schemes .column .icon-wrapper img {
  width: 5vw;
  height: 5vw;
  margin-bottom: 1rem;
}
.about-us-page .schemes .column .icon-wrapper:not(:last-of-type)::after {
  width: 1px;
  height: 100%;
  content: '';
}
.about-us-page .schemes .column .text-wrapper {
  width: 75%;
  padding-bottom: 2rem;
}
.about-us-page .schemes .approach {
  width: 50%;
}
.about-us-page .schemes .approach .icon-wrapper::after {
  background-color: #00461C;
}
.about-us-page .schemes .principles {
  width: 40%;
}
.about-us-page .schemes .principles .icon-wrapper::after {
  background-color: #f18903;
}
@media screen and (max-width: 1200px) {
  .about-us-page .schemes {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .about-us-page .schemes .column {
    width: 48%;
  }
}
@media screen and (max-width: 1000px) {
  .about-us-page .schemes {
    padding-top: 2rem;
  }
  .about-us-page .schemes .section-title {
    display: none;
  }
  .about-us-page .schemes .column-title {
    display: block;
  }
  .about-us-page .schemes .column {
    width: 100%;
  }
  .about-us-page .schemes .column .icon-wrapper img {
    width: 4rem;
    height: 4rem;
  }
  .about-us-page .schemes .approach {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .about-us-page .schemes .column .icon-wrapper img {
    width: 3rem;
    height: 3rem;
  }
}
.about-us-page .photos {
  padding: 3rem 0 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.about-us-page .photos div {
  max-height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.about-us-page .photos div:first-child {
  width: calc(60% - 3px);
}
.about-us-page .photos div:last-child {
  width: calc(40% - 3px);
}
.about-us-page .photos img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.about-us-page {
  overflow: hidden;
}
.about-us-page::before {
  position: fixed;
  top: 5rem;
  left: 2%;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: '';
  z-index: -10;
}
.about-us-page::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: '';
  z-index: -9;
}
@media screen and (min-width: 1500px) {
  .about-us-page::before {
    top: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .about-us-page::before {
    left: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .about-us-page::before {
    top: 3.5rem;
  }
}
.team-page .hero {
  position: relative;
  display: flex;
  margin-top: 5rem;
  padding-right: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 45vw;
  overflow: hidden;
  z-index: 60;
  clip-path: inset(0 0 0 0);
}
.team-page .hero::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #f2f2f2, rgba(242, 242, 242, 0.001) 50%), url("/assets/team_photo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: -10;
}
.team-page .hero::after {
  position: fixed;
  top: 0;
  left: calc(-150% - 1.1rem);
  bottom: 0;
  width: 150%;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: "";
  z-index: -9;
}
.team-page .hero blockquote {
  width: 95%;
  margin-left: 5%;
  padding: 3rem 5% 3rem 3rem;
  background-image: url("/assets/pattern_quote_orange.svg");
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: left 0 top 2rem;
}
.team-page .hero blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -8vh;
  right: 30%;
  background-image: url(/assets/pattern_lines.svg);
  background-size: 30rem;
  content: "";
  height: 100%;
  z-index: -5;
}
.team-page .hero blockquote h1 {
  font-size: 5em;
  padding-right: 3rem;
  padding-bottom: 1rem;
  text-shadow: 0 0 5rem #f2f2f2;
}
.team-page .hero blockquote footer {
  color: #aaaaaa;
  font-size: 1.2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .team-page .hero {
    left: 1rem;
    height: 60vw;
    width: calc(100% - 1rem);
    padding-right: 40%;
  }
  .team-page .hero::after {
    left: calc(-150% - 1.9rem);
  }
  .team-page .hero::before {
    background-image: linear-gradient(to bottom, #f2f2f2, rgba(242, 242, 242, 0.001)), linear-gradient(to right top, #f2f2f2 30%, rgba(242, 242, 242, 0.001)), url("/assets/team_photo.jpg");
  }
  .team-page .hero blockquote {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding-left: 5rem;
    background-position: left 1rem top 2rem;
  }
  .team-page .hero blockquote::before {
    left: -1rem;
  }
  .team-page .hero blockquote h1 {
    font-size: 6em;
  }
  .team-page .hero blockquote h1 br {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .team-page .hero {
    height: 75vw;
    padding-right: 0;
    margin-top: 3.5rem;
  }
  .team-page .hero::after {
    left: calc(-150% - 1.1rem);
  }
  .team-page .hero blockquote {
    padding-right: 1rem;
  }
  .team-page .hero blockquote::before {
    top: 3.5rem;
  }
}
@media screen and (max-width: 700px) {
  .team-page .hero {
    height: 95vw;
  }
}
@media screen and (max-width: 600px) {
  .team-page .hero {
    height: 105vw;
  }
  .team-page .hero blockquote h1 {
    font-size: 7em;
  }
  .team-page .hero blockquote footer {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .team-page .hero {
    height: 120vw;
  }
}
@media screen and (min-width: 1500px) {
  .team-page .hero blockquote::before {
    top: 0;
  }
}
.team-page .about {
  padding: 3rem 0;
}
.team-page .about .column {
  padding: 0 5%;
}
.team-page .about .plain-text {
  line-height: 2;
  max-width: 1200px;
  margin: 0 auto;
}
.team-page .about .mission-text {
  position: relative;
  color: #00461c;
  font-size: 2em;
  line-height: 1.8;
}
.team-page .about .mission-text::before {
  position: absolute;
  right: -10%;
  bottom: -10%;
  width: 25rem;
  height: 25rem;
  background-image: url("/assets/pattern_dots.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0.05;
  transform: rotate(-90deg);
  z-index: 0;
}
.team-page .about .mission-text em {
  position: relative;
  font-weight: 700;
}
.team-page .about .mission-text em::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.001));
  transform: skew(30deg);
  transform-origin: 0 0;
  content: "";
}
.team-page .about .mission-text + h4 {
  padding-top: 5rem;
}
.team-page .team {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.team-page .team .column {
  padding-bottom: 2rem;
  position: relative;
  cursor: pointer;
}
.team-page .team .column .photo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.team-page .team .column .photo.hover {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  top: 0;
}
.team-page .team .column:hover {
  cursor: pointer;
}
.team-page .team .column:hover .hover {
  opacity: 1;
}
.team-page .team .column.narrow {
  width: calc(100%/3 - 4px);
  margin-right: 4px;
  max-width: 27vw;
}
.team-page .team .column.narrow:nth-child(3n + 3) {
  margin-right: 0;
}
.team-page .team .column.narrow .plain-text,
.team-page .team .column.narrow h3 {
  padding-left: 5%;
  padding-right: 5%;
}
.team-page .team h3 {
  padding-bottom: 1em;
}
.team-page .team h3 .name {
  font-size: 0.6em;
  padding-bottom: 1.5rem;
}
.team-page .team h3 .name::after {
  display: inline-block;
  width: 4rem;
  height: 1px;
  margin: 0 1rem 0.2em;
  background-color: #00461c;
  content: "";
}
.team-page .team h3 .position {
  display: block;
  color: inherit;
  padding-top: 0.5em;
  font-size: 0.75rem;
  font-weight: 400;
  color: #aaaaaa;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.team-page .team h3 .position:hover {
  opacity: 1;
}
.team-page .team .plain-text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .team-page .team .column.narrow {
    max-width: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .team-page .team .column.narrow .plain-text,
  .team-page .team .column.narrow h3 {
    padding-left: 1rem;
  }
  .team-page .team .column.narrow + .narrow .plain-text,
  .team-page .team .column.narrow + .narrow h3 {
    padding-right: 1rem;
  }
  .team-page .team .column.narrow:nth-of-type(5) .plain-text,
  .team-page .team .column.narrow:nth-of-type(5) h3 {
    padding-left: 1rem;
  }
  .team-page .team h3 .name {
    font-size: 1.75rem;
  }
  .team-page .team h3 .name::after {
    margin-left: 0;
    margin-top: 0.5rem;
    display: block;
  }
  .team-page .team h3 a {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .team-page .team .column.narrow {
    width: calc(100%/2 - 3px);
    margin-right: 3px;
  }
  .team-page .team .column.narrow:nth-child(2n + 2) {
    margin-right: 0;
  }
  .team-page .team .column.narrow + .narrow .plain-text,
  .team-page .team .column.narrow + .narrow h3 {
    padding-left: 1rem;
  }
}
.team-page .modal-merger {
  display: none;
}
.team-page .modal-merger.active {
  display: block;
}
.team-page .modal-merger .modal {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 300;
  background-color: rgba(242, 242, 242, 0.8);
  transition: transform 1s;
  z-index: 2000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-page .modal-merger .modal::before {
  position: absolute;
  top: 0;
  left: -10vw;
  bottom: 0;
  right: 0;
  background-color: rgba(242, 242, 242, 0.8);
  transform: skew(30deg);
  transform-origin: 0 100%;
  content: "";
  z-index: -10;
}
.team-page .modal-merger .modal .modal-content {
  height: 100%;
  width: 80%;
  padding: 3rem 2rem 3rem 1rem;
  overflow-y: scroll;
  display: flex;
  margin-left: 0;
  align-items: flex-start;
}
.team-page .modal-merger .modal .modal-content img {
  height: auto;
  width: 22rem;
}
.team-page .modal-merger .modal .modal-content .info {
  margin-left: 5rem;
  max-width: 40rem;
}
.team-page .modal-merger .modal .modal-content h2::after {
  display: inline-block;
  width: 4rem;
  height: 1px;
  margin: 0 1rem 0.2em;
  background-color: #00461c;
  content: "";
}
.team-page .modal-merger .modal .modal-content .position {
  color: inherit;
  font-size: 0.75rem;
  font-weight: 400;
  color: #aaaaaa;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.team-page .modal-merger .modal .modal-content .position:hover {
  opacity: 1;
}
.team-page .modal-merger .modal .modal-content .plain-text {
  font-size: 1rem;
  line-height: 2;
  padding: 0 !important;
  margin: 1rem 0;
}
.team-page .modal-merger .modal .modal-content .button-secondary {
  font-size: 1rem;
}
.team-page .modal-merger .modal .close-action-wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.team-page .modal-merger .modal .close-action-wrapper .close-button {
  height: 2rem;
  width: 2rem;
  background-color: transparent;
  background-image: url("/assets/icons/cross_green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
@media screen and (max-width: 1400px) {
  .team-page .modal-merger .modal .modal-content {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .team-page.info-modal-visible .info-modal {
    transform: translateX(0);
  }
  .team-page .modal-merger .modal {
    height: 100%;
  }
  .team-page .modal-merger .modal .modal-content .info {
    margin-left: 3rem;
  }
  .team-page .modal-merger .modal .modal-content img {
    width: 30vw;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .team-page .modal-merger .modal .modal-content img {
    display: none;
  }
  .team-page .modal-merger .modal .modal-content .info {
    margin-left: 0;
  }
}
.team-page {
  overflow: hidden;
}
.team-page::before {
  position: fixed;
  top: 5rem;
  left: 2%;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: "";
  z-index: -10;
}
.team-page::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: "";
  z-index: -9;
}
@media screen and (min-width: 1500px) {
  .team-page::before {
    top: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .team-page::before {
    left: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .team-page::before {
    top: 3.5rem;
  }
}
.news-page {
  padding: 0 2%;
}
.news-page::before {
  position: fixed;
  top: 5rem;
  bottom: 0;
  left: 2%;
  right: 0;
  background-color: #f2f2f2;
  transform: skewX(30deg);
  transform-origin: 0 0;
  content: '';
  z-index: -10;
}
.news-page::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: '';
  z-index: -9;
}
.news-page h1 {
  padding: 1rem 0;
}
.news-page a {
  color: #00461C;
}
.news-page .news-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5rem auto 0;
  padding: 0;
}
.news-page .news-wrapper .row.desktop:first-of-type {
  margin-top: 7em;
  margin-right: 7rem;
}
.news-page .news-wrapper .row.mobile {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}
.news-page .news-wrapper .news {
  width: 100%;
  max-width: 500px;
  min-height: 15rem;
  margin-bottom: 7em;
  position: relative;
  z-index: 0;
}
.news-page .news-wrapper .news h3 {
  color: #555;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 0.5em;
}
.news-page .news-wrapper .news h3.open-news-details {
  color: #00461C;
  font-weight: 600;
  cursor: pointer;
}
.news-page .news-wrapper .news h3 a {
  font-family: inherit;
  text-decoration: none;
}
.news-page .news-wrapper .news .news-image {
  max-height: 18rem;
  overflow: hidden;
  width: 100%;
}
.news-page .news-wrapper .news .news-image img {
  display: block;
  width: 100%;
}
.news-page .news-wrapper .news .preloader {
  position: absolute;
  top: 6rem;
  bottom: unset;
  width: 100%;
  content: '';
  z-index: -1;
  background-color: transparent;
}
.news-page .news-wrapper .news iframe {
  width: 100%;
}
.news-page .news-wrapper footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .news-page {
    padding: 0 1rem;
  }
  .news-page .news-wrapper {
    justify-content: space-between;
    margin-top: 0;
  }
  .news-page .news-wrapper .row.desktop {
    width: 45%;
  }
  .news-page .news-wrapper .row.desktop:first-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page::before {
    top: 3.5rem;
  }
  .news-page .news-wrapper .row.desktop {
    display: none;
  }
  .news-page .news-wrapper .row.mobile {
    display: flex;
    width: 100%;
  }
  .news-page .news-wrapper footer {
    flex-direction: column-reverse;
    align-items: flex-start;
    align-content: flex-start;
  }
  .news-page .news-wrapper footer .pagination {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .news-page .news-wrapper .news .news-image {
    max-height: 14rem;
  }
}
.news-item-page {
  padding: 2rem 2% 2rem 50%;
}
.news-item-page::before {
  position: fixed;
  top: 5rem;
  bottom: 0;
  right: 105%;
  width: 100vw;
  background-image: linear-gradient(to right, #fff 90%, #f2f2f2 90%);
  background-color: #fff;
  transform: skewX(30deg);
  transform-origin: 0 0;
  content: "";
}
.news-item-page::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: -1;
  content: "";
}
.news-item-page h1 {
  font-size: 2rem;
}
.news-item-page .hero-image-and-date {
  position: fixed;
  top: 7rem;
  left: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  z-index: 100;
}
.news-item-page .hero-image-and-date .hero-date {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.news-item-page .hero-image-and-date .hero-date::after {
  width: 5em;
  margin-left: 2em;
  height: 1px;
  background-color: #24652a;
  content: "";
}
.news-item-page .hero-image-and-date .hero-image {
  display: block;
  margin-top: 2rem;
  width: 100%;
}
.news-item-page .hero-image-and-date .yt-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.news-item-page .hero-image-and-date .yt-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.news-item-page p {
  margin-top: 2em;
}
.news-item-page .news-item-content {
  padding: 2rem 0;
}
.news-item-page .news-item-content h1 {
  position: static;
  display: block;
  padding-bottom: 0.5em;
  color: #f18903;
  font-size: 1.8rem;
  line-height: 1.4;
}
.news-item-page .news-item-content h2 {
  padding-bottom: 0.5em;
  font-size: 1.25rem;
  line-height: 1.4;
}
.news-item-page .news-item-content ol,
.news-item-page .news-item-content ul {
  margin-bottom: 2rem;
}
.news-item-page .news-item-content ol li {
  counter-increment: inst;
  padding-left: 1.5rem;
}
.news-item-page .news-item-content ol li::before {
  top: 0;
  width: 1.5rem;
  height: auto;
  color: #24652a;
  background-color: transparent;
  font-weight: bold;
  content: counter(inst);
}
.news-item-page .news-item-content i {
  font-style: italic;
}
.news-item-page .news-item-content b {
  font-weight: bold;
}
.news-item-page .news-item-content hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2rem 0;
}
.news-item-page .news-item-content pre {
  font-family: monospace;
}
@media screen and (min-width: 1500px) {
  .news-item-page .hero-image-and-date {
    top: 9rem;
  }
}
@media screen and (max-width: 1200px) {
  .news-item-page {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .news-item-page::before {
    z-index: -1;
  }
  .news-item-page::after {
    z-index: -2;
  }
  .news-item-page .hero-image-and-date {
    position: static;
    width: 100%;
    padding-bottom: 2rem;
  }
  .news-item-page .hero-image-and-date .hero-date {
    justify-content: flex-start;
  }
  .news-item-page .button-tertiary {
    position: fixed;
    left: 1rem;
    top: 1.6rem;
    z-index: 1200;
  }
  .news-item-page .button-tertiary span {
    display: none;
  }
}
.not-found-page {
  position: relative;
  left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 98%;
  height: 45vw;
  margin-bottom: 10vw;
  overflow: hidden;
  z-index: 0;
}
.not-found-page::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: '';
  z-index: -10;
}
.not-found-page::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: '';
  z-index: -9;
}
.not-found-page h1 {
  padding-bottom: 0.5em;
  margin-left: 1%;
  font-size: 7.5em;
  text-shadow: 0 0 5rem #f2f2f2;
}
.not-found-page .plain-text {
  width: 30%;
  margin-left: 5%;
  margin-bottom: 1em;
}
.not-found-page .error-code {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 10em;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.1;
}
.not-found-page .action-wrapper {
  position: relative;
  padding-top: 3.5em;
  margin-left: 10%;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .not-found-page {
    left: 1rem;
    width: calc(100% - 1rem);
    height: 60vw;
  }
  .not-found-page h1 {
    margin-left: 5%;
  }
  .not-found-page .action-wrapper {
    margin-left: 5%;
  }
  .not-found-page .plain-text {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .not-found-page {
    height: 75vw;
  }
  .not-found-page h1 {
    font-size: 6em;
  }
  .not-found-page .error-code {
    position: static;
    padding-bottom: 1rem;
    margin-left: 5%;
    font-size: 4rem;
  }
}
@media screen and (max-width: 700px) {
  .not-found-page {
    height: 100vw;
  }
  .not-found-page .plain-text {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .not-found-page {
    height: 115vw;
  }
  .not-found-page h1 {
    font-size: 8em;
  }
  .not-found-page h1 br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .not-found-page {
    height: 90vh;
  }
}
.office-locations-page {
  background-color: #f2f2f2;
}
.office-locations-page .white-curtain {
  position: fixed;
  top: 0;
  right: 98%;
  bottom: 0;
  width: 150vw;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 100% 0;
  transition: right 0.5s;
  content: '';
  z-index: 100;
}
.office-locations-page .white-curtain + h1 {
  display: none;
  padding: 1rem 1rem 2rem;
}
.office-locations-page::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: '';
  z-index: 120;
}
.office-locations-page .location {
  display: flex;
  padding-left: 2%;
  margin-bottom: 5rem;
}
.office-locations-page .location .location-photo {
  position: relative;
  width: 100%;
  margin-left: -25%;
  z-index: 0;
  min-height: 40vw;
}
.office-locations-page .location .location-photo::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 40vw;
  width: 25%;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 100% 0;
  content: '';
  z-index: -10;
}
.office-locations-page .location .location-photo::after {
  position: absolute;
  top: 0;
  left: 25%;
  right: 0;
  height: 40vw;
  z-index: -15;
  background-size: cover;
  background-position: center;
  content: '';
}
.office-locations-page .location .location-photo.fort-collins::after {
  background-image: url('https://img.firebrandlab.com/eyJidWNrZXQiOiJkeHAtZGgtcHJvZHVjdGlvbiIsImtleSI6IjVkOWVmZjkyMmJmNjRiMDAxMTIwMTViNi9hc3NldHMvNWQ3OTBmZDI0N2ZmZjMwMDExMWI0MzIzL3JldGFpbF9vdXRkb29yLnBuZyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MTQ0MCwiaGVpZ2h0Ijo4MTB9fX0=');
}
.office-locations-page .location .location-photo.denver::after {
  background-image: url('https://img.firebrandlab.com/eyJidWNrZXQiOiJkeHAtZGgtcHJvZHVjdGlvbiIsImtleSI6IjVkOWVmZjkyMmJmNjRiMDAxMTIwMTViNi9hc3NldHMvNWQ4MGRiODI3YjQ5ODMwMDEwMTA4Yzc3L3N1bW1pdF8yMDE5XzA4XzI2XzAwMDdfMTAyNHg2ODQuanBnIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNDQwLCJoZWlnaHQiOjgxMH19fQ==');
}
.office-locations-page .location .location-photo .photo-details {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  color: #777;
}
.office-locations-page .location .location-photo .photo-details a {
  color: #00461C;
}
.office-locations-page .location .location-details {
  position: relative;
  width: 25%;
  margin-left: 3rem;
  z-index: 200;
}
.office-locations-page .location .location-details h1 {
  padding: 1rem 0;
  margin-left: -3rem;
}
.office-locations-page .location .location-details h2 {
  padding: 1rem 0;
  color: #f18903;
}
.office-locations-page .location .location-details h2 a {
  color: inherit;
  text-decoration: none;
}
.office-locations-page .location .location-details h2 a:hover {
  opacity: 0.7;
}
.office-locations-page .location .location-details p {
  color: #555;
  font-size: 1.15rem;
  line-height: 1.75;
}
.office-locations-page .location .location-details p a {
  color: #00461C;
  text-decoration: none;
}
.office-locations-page .location .location-details p a:hover {
  text-decoration: underline;
}
.office-locations-page .location .location-details .button-secondary {
  position: absolute;
  left: 150%;
  bottom: 2.5rem;
}
.office-locations-page .footer-main {
  z-index: 300;
}
@media screen and (max-width: 1200px) {
  .office-locations-page .white-curtain {
    display: none;
  }
  .office-locations-page .white-curtain + h1 {
    display: block;
  }
  .office-locations-page .location {
    padding-left: 1rem;
  }
  .office-locations-page .location .location-details h1 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .office-locations-page .location .location-details {
    width: 100%;
  }
  .office-locations-page .location .location-details .button-secondary {
    position: relative;
    margin-top: 2rem;
    left: 0;
    bottom: 0;
  }
  .office-locations-page .location .location-photo {
    display: none;
  }
}
.office-page .hero {
  position: relative;
  left: 2%;
  width: 98%;
  min-height: 55vw;
  padding: 10% 65% 1rem 1rem;
  z-index: 0;
  overflow: hidden;
}
.office-page .hero::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 55vw;
  width: 20%;
  background-color: #f2f2f2;
  transform: skew(30deg);
  transform-origin: 100% 0;
  content: '';
  z-index: -10;
}
.office-page .hero::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-image: url("/assets/pattern_lines.svg");
  background-size: 30rem;
  content: '';
  z-index: -9;
}
.office-page .hero .hero-photo {
  position: absolute;
  top: 0;
  left: 20%;
  right: 0;
  height: 55vw;
  z-index: -15;
  background-size: cover;
  background-position: center;
}
.office-page .hero .hero-photo::before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: -15vw;
  width: 200%;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 0 0;
  content: '';
  z-index: -10;
}
.office-page .hero .hero-photo img {
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  height: 55vw;
  min-width: auto;
  margin: auto;
  z-index: -20;
}
.office-page .hero .hero-photo .photo-details {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  color: #777;
}
.office-page .hero .hero-photo .photo-details a {
  color: #00461C;
}
.office-page .hero h2 {
  padding-bottom: 0.5em;
  width: 70%;
}
.office-page .hero .office-location-details,
.office-page .hero .office-hours-details {
  width: 20rem;
  padding-bottom: 2rem;
  color: #555;
  font-size: 1.15rem;
  line-height: 1.75;
}
.office-page .hero .office-location-details a,
.office-page .hero .office-hours-details a {
  color: #00461C;
  text-decoration: none;
}
.office-page .hero .office-location-details a:hover,
.office-page .hero .office-hours-details a:hover {
  text-decoration: underline;
}
.office-page .hero .description-wrapper p {
  margin-top: 1em;
}
.office-page .hero .action-wrapper {
  display: none;
  margin-top: 1rem;
}
.office-page .hero .action-wrapper .button-tertiary {
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .office-page .hero {
    left: 0;
    width: 100%;
    padding-top: 45vw;
    padding-right: 1rem;
  }
  .office-page .hero::before {
    left: calc(-30% + 1rem);
    width: 30%;
    height: 75vw;
  }
  .office-page .hero h2 {
    width: 25%;
  }
  .office-page .hero .hero-photo {
    left: 1rem;
    height: 60vw;
  }
  .office-page .hero .hero-photo::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15vw;
    height: 15vw;
    background-color: #f2f2f2;
    content: '';
    z-index: -15;
  }
  .office-page .hero .hero-photo img {
    height: 60vw;
  }
  .office-page .hero .hero-photo .photo-details {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .office-page .hero {
    padding-top: 55vw;
  }
  .office-page .hero::before {
    height: 100vw;
  }
  .office-page .hero h2 {
    width: 30%;
  }
  .office-page .hero .hero-photo {
    height: 75vw;
  }
  .office-page .hero .hero-photo::before {
    bottom: -25vw;
  }
  .office-page .hero .hero-photo::after {
    bottom: -25vw;
    height: 25vw;
  }
  .office-page .hero .hero-photo img {
    height: 75vw;
  }
}
@media screen and (max-width: 700px) {
  .office-page .hero {
    padding-top: 75vw;
  }
  .office-page .hero::before {
    height: 120vw;
  }
  .office-page .hero h2 {
    width: 40%;
  }
  .office-page .hero .hero-photo {
    height: 95vw;
  }
  .office-page .hero .hero-photo img {
    height: 95vw;
  }
}
@media screen and (max-width: 600px) {
  .office-page .hero::before {
    left: calc(-40% + 1rem);
    width: 40%;
    height: 130vw;
  }
  .office-page .hero .hero-photo {
    height: 105vw;
  }
  .office-page .hero .hero-photo img {
    height: 105vw;
  }
}
@media screen and (max-width: 500px) {
  .poffice-page .hero {
    padding-top: 85vw;
  }
  .poffice-page .hero::before {
    height: 145vw;
  }
  .poffice-page .hero .hero-photo {
    height: 120vw;
  }
  .poffice-page .hero .hero-photo img {
    height: 120vw;
  }
}
.office-page.active-similar .similar header {
  position: fixed;
  top: 0;
}
.office-page .similar {
  background-color: #f2f2f2;
  overflow: hidden;
  min-height: 100vh;
}
.office-page .similar h1 {
  font-size: 4rem;
  line-height: 1.2;
}
.office-page .similar h1 em {
  display: block;
  font-size: 2.5rem;
}
.office-page .similar header {
  position: absolute;
  left: 0;
  height: 100vh;
  padding-left: 2%;
  padding-top: 30vh;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 10;
}
.office-page .similar header::before {
  position: absolute;
  top: 0;
  left: -50vw;
  width: 50vw;
  bottom: 0;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 100% 0;
  content: '';
  z-index: -10;
}
.office-page .similar .project {
  justify-content: flex-start;
}
.office-page .similar .project h3 {
  width: auto;
  margin-left: 2rem;
}
.office-page .similar .project .characteristic {
  margin-left: -2rem;
  color: #aaaaaa;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}
.office-page .similar .project .characteristic::before {
  margin-right: 0.25em;
}
.office-page .similar .project .characteristic::after {
  width: 5em;
  margin-left: 2em;
  height: 1px;
  background-color: #24652a;
  content: "";
}
@media screen and (max-width: 1200px) {
  .office-page .similar,
  .office-pag .active-similar .similar {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 5rem;
    background-color: transparent;
  }
  .office-page .similar::before,
  .office-pag .active-similar .similar::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    transform: skew(30deg);
    transform-origin: 0 0;
    content: '';
    z-index: -10;
  }
  .office-page .similar header,
  .office-pag .active-similar .similar header {
    position: static;
    height: unset;
    padding-top: 10vh;
    padding-left: 1rem;
    order: 1;
    z-index: 0;
  }
  .office-page .similar header::before,
  .office-pag .active-similar .similar header::before {
    display: none;
  }
  .office-page .similar header h1 br,
  .office-pag .active-similar .similar header h1 br {
    display: none;
  }
  .office-page .similar header .social,
  .office-pag .active-similar .similar header .social {
    position: absolute;
    bottom: 0;
  }
  .office-page .similar .projects-wrapper,
  .office-pag .active-similar .similar .projects-wrapper {
    order: 2;
  }
  .office-page .similar .projects-wrapper .project .images > span:first-child::before,
  .office-pag .active-similar .similar .projects-wrapper .project .images > span:first-child::before {
    background-color: #fff;
  }
  .office-page .similar .projects-wrapper .project .characteristic,
  .office-pag .active-similar .similar .projects-wrapper .project .characteristic {
    width: 100%;
    margin-left: -0.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
  }
  .office-page .similar .projects-wrapper .project .characteristic::after,
  .office-pag .active-similar .similar .projects-wrapper .project .characteristic::after {
    display: none;
  }
  .office-page .similar .projects-wrapper .project h3,
  .office-pag .active-similar .similar .projects-wrapper .project h3 {
    margin-left: 0;
  }
}
.office-page .cta {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: calc(2% + 1rem);
  margin: 3rem 0;
  max-width: 100rem;
  overflow: hidden;
}
.office-page .cta::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 2%;
  background-image: linear-gradient(to right, #e97003 70%, #e7520f 70%);
  transform: skew(30deg);
  transform-origin: 100% 100%;
  content: '';
  z-index: -10;
}
.office-page .cta h3 {
  width: 48%;
  color: #fff;
}
.office-page .cta .cta-actions {
  width: 30%;
  margin-left: 20%;
}
.office-page .cta .cta-actions a {
  color: #fff;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
}
.office-page .cta .cta-actions .tel {
  font-size: 2.5rem;
}
.office-page .cta .cta-actions .mail {
  font-size: 1.2rem;
}
.office-page .map {
  padding-bottom: 3rem;
  background-color: #f2f2f2;
  height: 43rem;
}
.office-page .map iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 1200px) {
  .office-page .cta {
    display: block;
    max-width: 50rem;
  }
  .office-page .cta::before {
    background-image: linear-gradient(to right, #e97003 50%, #e7520f);
  }
  .office-page .cta h3,
  .office-page .cta .cta-actions {
    width: 60%;
    margin: 0;
  }
  .office-page .cta .cta-actions {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .office-page .cta {
    margin-bottom: 0;
  }
  .office-page .cta::before {
    right: -5rem;
  }
  .office-page .cta h3,
  .office-page .cta .cta-actions {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .office-page .cta h3 .tel,
  .office-page .cta .cta-actions .tel {
    font-size: 2rem;
  }
  .office-page .cta h3 .mail,
  .office-page .cta .cta-actions .mail {
    font-size: 1rem;
  }
}
.office-page .header {
  position: fixed;
  display: flex;
  align-items: center;
}
.office-page .footer-main {
  padding-top: 10vw;
}
@media screen and (min-width: 1200px) {
  .office-page .header {
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
    height: 4rem;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.5s;
  }
  .office-page .header h3 {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .office-page .header .button-tertiary {
    transition: transform 0.5s;
  }
  .office-page.active-hero .header .button-tertiary {
    transform: translateX(1rem);
  }
  .office-page.active-cta .header,
  .office-page.active-map .header {
    background-color: #ffffff;
  }
  .office-page.active-cta .header h3,
  .office-page.active-map .header h3 {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .office-page .header {
    top: 0;
    left: 1rem;
    height: 5rem;
    z-index: 1100;
  }
  .office-page .header .button-tertiary span {
    display: none;
  }
  .office-page .header h3 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .office-page .header {
    height: 3.5rem;
  }
}
.modal-merger {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 3000;
}
.modal-merger .modal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 55rem;
  padding: 5rem;
}
.modal-merger .modal::before {
  position: absolute;
  left: -20rem;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  transform: skew(30deg);
  content: '';
  z-index: -1;
  transform-origin: 0 0;
}
.modal-merger .modal .close-action-wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal-merger .modal .close-action-wrapper .close-button {
  background-color: transparent;
}
.modal-merger .modal .modal-content {
  margin-left: 55%;
  position: relative;
  width: 60%;
}
.modal-merger .modal .modal-content h2 {
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.1;
}
.modal-merger .modal .modal-content .plain-text {
  font-size: 1.2rem;
}
.modal-merger .modal .modal-content b {
  font-weight: 700;
}
.modal-merger .modal .modal-content .modal-action {
  position: relative;
  padding-top: 2rem;
  z-index: 0;
}
.modal-merger .modal .modal-image {
  background-image: url("/assets/team_photo_wide.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 15rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 30rem;
}
.modal-merger .modal .modal-image::after {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  transform: skew(30deg);
  transform-origin: 100% 100%;
  content: '';
}
@media screen and (max-width: 1200px) {
  .modal-merger .modal {
    width: 35rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .modal-merger .modal .modal-content {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
  .modal-merger .modal .modal-image {
    background-image: url("/assets/team_photo.jpg");
    position: relative;
    width: 100%;
  }
  .modal-merger .modal .modal-image::after {
    content: none;
  }
}
@media screen and (max-width: 800px) {
  .modal-merger .modal {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .modal-merger .modal .modal-image {
    background-image: url("/assets/team_photo.jpg");
    height: 40vw;
  }
  .modal-merger .modal-action a {
    max-width: 80%;
    height: unset;
    padding: 1rem;
    padding-left: 3rem;
    white-space: normal;
    line-height: 1.2;
    background-image: none;
  }
}
html {
  scroll-behavior: smooth;
}
.cookies-notice {
  background-color: #00461c;
  color: #fff;
  bottom: 0;
  padding: 16px 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.cookies-notice.hidden {
  display: none;
}
.cookies-notice .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: normal;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .cookies-notice .container {
    display: block;
  }
}
@media (max-width: 580px) {
  .cookies-notice .container {
    padding: 0 24px;
  }
}
.cookies-notice .container p {
  font-size: 0.9rem;
  margin-right: 30px;
  margin-bottom: 0;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  .cookies-notice .container p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.cookies-notice .container button {
  color: #fff;
  background-color: #e95a14;
  border-radius: 3px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.cookies-notice .container button:hover {
  color: #fff;
  background-color: #e54904;
}

