@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #fff;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 1;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 44px;
  box-sizing: border-box; }

/* For devices larger than 400px */
.row {
  width: 100%;
  display: flex; }
  .row.left [class*="col-"] {
    margin: 0; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  padding: 0 16px;
  margin: 0 auto; }

@media (max-width: 1024px) {
  .container {
    padding: 0 17px;
    width: 100%; }

  [class*="col-"] {
    width: 100%;
    padding: 0 17px; } }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #555;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
::-webkit-input-placeholder, header.dark.off-top ::-webkit-input-placeholder, header.dark .overlay-open ::-webkit-input-placeholder {
  color: #AAAAAA; }

:-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #AAAAAA; }

::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #AAAAAA; }

:-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #AAAAAA; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin: 0;
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf:after, .content-inner:after {
  content: "";
  display: table;
  clear: both; }

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Campton Medium Italic by René Bieder
 * URL: https://www.myfonts.com/collections/rene-bieder-foundry

 * Webfont: Campton Book by René Bieder
 * URL: https://www.myfonts.com/collections/rene-bieder-foundry

 * Webfont: Campton Medium by René Bieder
 * URL: https://www.myfonts.com/collections/rene-bieder-foundry
 
 * © 2025 MyFonts Inc. */
@font-face {
  font-family: "CamptonMedium";
  src: url("webFonts/CamptonMedium/font.woff2") format("woff2"), url("webFonts/CamptonMedium/font.woff") format("woff"); }
@font-face {
  font-family: "CamptonBook";
  src: url("webFonts/CamptonBook/font.woff2") format("woff2"), url("webFonts/CamptonBook/font.woff") format("woff"); }
@font-face {
  font-family: "CamptonMediumItalic";
  src: url("webFonts/CamptonMediumItalic/font.woff2") format("woff2"), url("webFonts/CamptonMediumItalic/font.woff") format("woff"); }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 22px;
  line-height: 30px;
  font-family: "CamptonBook";
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  color: #15211B;
  background: #FBF8F6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-overflow {
    overflow-y: hidden !important;
    height: 100% !important; }

* {
  box-sizing: border-box; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal; }

em {
  font-style: italic; }

strong {
  font-weight: 400;
  font-family: "CamptonMedium"; }

h1, .h1-style {
  font-family: "CamptonMedium";
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
  padding-bottom: 24px; }

h2, .h2-style {
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -0.04em;
  padding-bottom: 30px; }

.h2-alt {
  font-size: 42px;
  line-height: 1;
  font-family: "CamptonMedium";
  text-transform: uppercase; }

h3, .h3-style {
  font-family: "CamptonBook";
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.02em;
  padding-bottom: 30px; }

p {
  margin: 0;
  padding-bottom: 30px; }
  p.overline {
    font-family: "CamptonMedium";
    letter-spacing: 0;
    padding-bottom: 10px; }
  p.intro {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500; }

.p-intro p {
  font-size: 18px;
  line-height: 26px;
  max-width: 462px; }

.p-small p {
  font-size: 18px;
  line-height: 26px; }

p:last-child {
  padding: 0 !important; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #617769;
  text-decoration: none; }

a:hover {
  color: #617769; }

p a {
  transition: color 0.4s ease;
  text-decoration: underline; }
  p a:hover {
    color: #617769; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, input[type="submit"] {
  font-family: "CamptonMedium";
  display: inline-flex;
  position: relative;
  line-height: 1;
  align-items: center;
  transition: all ease 0.4s;
  color: #15211B;
  font-size: 18px;
  text-decoration: none;
  width: fit-content;
  padding: 20px 30px;
  background: #F6F3EE;
  border-radius: 50px;
  font-weight: 500; }
  .button:hover, .button.active, input[type="submit"]:hover, input[type="submit"].active {
    color: #F6F3EE;
    background: #617769; }
  .button.back, input[type="submit"].back {
    position: relative;
    padding-left: 30px; }
    .button.back:before, .button.back:after, input[type="submit"].back:before, input[type="submit"].back:after {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      display: block;
      width: 11px;
      height: 19px;
      background: url("../images/icon-back-arrow.svg") 0 0 no-repeat;
      margin-right: 10px;
      transition: opacity 0.4s ease; }
    .button.back:after, input[type="submit"].back:after {
      opacity: 0;
      background: url("../images/icon-back-arrow-white.svg") 0 0 no-repeat;
      background-size: 100% auto; }
    .button.back:hover:before, input[type="submit"].back:hover:before {
      opacity: 0; }
    .button.back:hover:after, input[type="submit"].back:hover:after {
      opacity: 1; }

.link-arrow {
  position: relative;
  width: 26px;
  height: 26px; }
  .link-arrow:after {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    background: url("../images/icon-btn-arrow-white.svg") 0 0 no-repeat;
    background-size: 26px;
    transition: all 0.4s ease; }
  .link-arrow:hover:after {
    right: -3px;
    top: -2px; }
  .link-arrow.black:after {
    background: url("../images/icon-btn-arrow-black.svg") 0 0 no-repeat;
    background-size: 26px; }

.with-fs h1, .with-fs h2, .with-fs.h1-style p {
  font-family: "CamptonMedium";
  color: #FBF8F6;
  font-size: clamp(3.125rem, 8vw, 10rem);
  line-height: 0.8;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: -0.04em;
  display: inline; }

.with-fs .fs {
  display: inline-flex;
  width: 4.5%;
  max-width: 46px;
  height: auto;
  aspect-ratio: 46 / 42;
  background: url(../images/icon-fs1.svg) 0 0 no-repeat;
  background-size: 100% auto;
  margin-left: 15px;
  margin-top: 10px; }

.arrow-link {
  position: relative;
  display: inline-flex;
  color: #fff;
  width: 100%;
  padding-right: 35px; }
  .arrow-link:after {
    position: absolute;
    right: 0;
    top: 1px;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/icon-btn-arrow-white.svg") 0 0 no-repeat;
    background-size: 20px;
    transition: all 0.4s ease; }
  .arrow-link:hover {
    color: #fff; }
    .arrow-link:hover:after {
      right: -3px;
      top: -2px; }
  .arrow-link.large {
    font-size: 36px;
    letter-spacing: -0.04em; }
    .arrow-link.large:after {
      width: 26px;
      height: 26px;
      background-size: 26px; }

.main-button {
  position: relative;
  display: inline-flex;
  background: #9DCC96;
  width: 100%;
  padding: 40px 80px 40px 40px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
  color: #15211B; }
  .main-button:after {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -13px;
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    background: url("../images/icon-btn-arrow-black.svg") 0 0 no-repeat;
    background-size: 26px;
    transition: all 0.4s ease; }
  .main-button:hover {
    color: #15211B; }
    .main-button:hover:after {
      right: 37px;
      margin-top: -15px; }

.scroll {
  display: block;
  width: 80px;
  height: 85px;
  background: url("../images/icon-scroll.svg") 0 0 no-repeat;
  overflow: hidden;
  text-indent: -9999px; }

.copy ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 20px; }
  .copy ul li {
    margin-bottom: 20px; }
    .copy ul li:last-child {
      margin: 0; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.flex {
  display: flex;
  width: 100%; }

.rc {
  overflow: hidden;
  border-radius: 10px; }

.bg-video, .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-video video, .bg-image video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-bg-auto video {
  width: auto;
  height: 100vh; }

.bg-image {
  background-size: cover;
  background-position: center center; }

header {
  position: fixed;
  width: calc(100% - 50px);
  max-width: 1871px;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 19px;
  z-index: 200;
  transition: height ease 0.4s, background ease 0.4s;
  border-radius: 10px; }
  header.reduced {
    width: calc(100% - 50px);
    background: #505955; }
    header.reduced .inner .logo {
      width: 292px; }
  header .inner {
    justify-content: space-between; }
    header .inner .logo {
      width: 292px;
      transition: all ease 0.4s; }
    header .inner .menu-wrap {
      display: flex;
      align-items: center; }
    header .inner .menu-header-menu-container ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex; }
      header .inner .menu-header-menu-container ul li {
        position: relative;
        font-size: 22px;
        line-height: 1;
        margin-right: 100px; }
        header .inner .menu-header-menu-container ul li a {
          position: relative;
          display: inline-flex;
          color: #fff;
          padding-right: 35px; }
          header .inner .menu-header-menu-container ul li a:after {
            position: absolute;
            right: 0;
            top: 1px;
            display: block;
            content: '';
            width: 20px;
            height: 20px;
            background: url("../images/icon-btn-arrow-white.svg") 0 0 no-repeat;
            background-size: 20px;
            transition: all 0.4s ease; }
        header .inner .menu-header-menu-container ul li.menu-item-has-children:hover .sub-menu {
          opacity: 1;
          pointer-events: auto; }
        header .inner .menu-header-menu-container ul li .sub-menu {
          position: absolute;
          top: 20px;
          left: -20px;
          padding-top: 40px;
          flex-direction: column;
          opacity: 0;
          pointer-events: none;
          transition: all 0.4s ease; }
          header .inner .menu-header-menu-container ul li .sub-menu li {
            background: #505955;
            margin: 0;
            padding: 10px 20px;
            font-size: 20px;
            line-height: 24px; }
            header .inner .menu-header-menu-container ul li .sub-menu li a {
              display: inline-flex;
              margin: 10px 0; }
            header .inner .menu-header-menu-container ul li .sub-menu li:first-child {
              border-top-right-radius: 10px;
              border-top-left-radius: 10px; }
              header .inner .menu-header-menu-container ul li .sub-menu li:first-child a {
                margin: 10px 0 0 0; }
            header .inner .menu-header-menu-container ul li .sub-menu li:last-child {
              border-bottom-right-radius: 10px;
              border-bottom-left-radius: 10px; }
              header .inner .menu-header-menu-container ul li .sub-menu li:last-child a {
                margin: 0 0 10px 0; }

header > .inner > .menu-wrap > .menu-header-menu-container > ul > li:hover > a:after {
  right: -3px;
  top: -2px; }

header > .inner > .menu-wrap > .menu-header-menu-container > ul > li > .sub-menu > li > a:hover:after {
  right: -3px;
  top: -2px; }

header > .inner > .menu-wrap > .menu-header-menu-container > ul > li.current_page_item > a:after, header > .inner > .menu-wrap > .menu-header-menu-container > ul > li.current_page_parent > a:after, header > .inner > .menu-wrap > .menu-header-menu-container > ul > li.current_page_parent > .sub-menu > li.current_page_item > a:after {
  transform: rotate(90deg); }

header > .inner > .menu-wrap > .menu-header-menu-container > ul > li.current_page_item:hover > a:after, header > .inner > .menu-wrap > .menu-header-menu-container > ul > li.current_page_parent:hover > a:after, header > .inner > .menu-wrap > .menu-header-menu-container > ul > li.current_page_parent:hover > .sub-menu > li.current_page_item:hover > a:after {
  right: 0;
  top: 1px; }

footer {
  background: #F6F3EE url("../images/footer-bg.svg") center bottom no-repeat;
  background-size: 100%;
  height: 100dvh; }
  footer p {
    padding: 0; }
  footer a {
    transition: color 0.4s ease;
    color: #617769; }
  footer .container {
    height: 100%; }
  footer .inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    footer .inner .location-copy {
      position: absolute;
      top: 30%;
      left: 0;
      font-size: 36px;
      line-height: 42px; }
    footer .inner .bottom {
      font-family: "CamptonMedium"; }
      footer .inner .bottom .logo-wrap {
        width: 66.66%;
        padding-right: 70px; }
        footer .inner .bottom .logo-wrap .bar-wrap {
          padding: 30px 0 20px 0;
          font-size: 18px;
          line-height: 1;
          justify-content: space-between; }
      footer .inner .bottom .contact-wrap {
        width: 33.33%;
        background: #273E34;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        footer .inner .bottom .contact-wrap .socials {
          display: flex;
          margin-top: 30px; }
          footer .inner .bottom .contact-wrap .socials a {
            width: 30px;
            height: 30px;
            overflow: hidden;
            text-indent: -9999px;
            transition: opacity ease 0.4s; }
            footer .inner .bottom .contact-wrap .socials a.social-email {
              background: url("../images/icon-email.svg") 0 0 no-repeat;
              margin-right: 20px;
              background-size: 26px; }
            footer .inner .bottom .contact-wrap .socials a.social-linkedin {
              background: url("../images/icon-linkedin.svg") 0 0 no-repeat;
              background-size: 24px; }
            footer .inner .bottom .contact-wrap .socials a:hover {
              opacity: 0.7; }
      footer .inner .bottom p a {
        color: #15211B; }
    footer .inner #menu-footer-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: flex-end; }
      footer .inner #menu-footer-menu li {
        margin-left: 25px; }
        footer .inner #menu-footer-menu li a {
          color: #15211B; }
        footer .inner #menu-footer-menu li.current_page_item a {
          color: #617769; }

.fs-s1 .flex-direction-nav, .fs-s2 .flex-direction-nav {
  position: absolute;
  width: 100%;
  height: 33px;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
  .fs-s1 .flex-direction-nav .flex-nav-prev, .fs-s1 .flex-direction-nav .flex-nav-next, .fs-s2 .flex-direction-nav .flex-nav-prev, .fs-s2 .flex-direction-nav .flex-nav-next {
    position: absolute;
    width: 19px;
    height: 33px; }
    .fs-s1 .flex-direction-nav .flex-nav-prev a, .fs-s1 .flex-direction-nav .flex-nav-next a, .fs-s2 .flex-direction-nav .flex-nav-prev a, .fs-s2 .flex-direction-nav .flex-nav-next a {
      display: block;
      width: 19px;
      height: 33px;
      transition: opacity ease 0.4s;
      pointer-events: auto;
      text-indent: -9999px; }
      .fs-s1 .flex-direction-nav .flex-nav-prev a.flex-disabled, .fs-s1 .flex-direction-nav .flex-nav-next a.flex-disabled, .fs-s2 .flex-direction-nav .flex-nav-prev a.flex-disabled, .fs-s2 .flex-direction-nav .flex-nav-next a.flex-disabled {
        opacity: 0;
        pointer-events: none; }
  .fs-s1 .flex-direction-nav .flex-nav-prev, .fs-s2 .flex-direction-nav .flex-nav-prev {
    left: 0; }
    .fs-s1 .flex-direction-nav .flex-nav-prev a, .fs-s2 .flex-direction-nav .flex-nav-prev a {
      background: url("../images/icon-flex-left.svg") 0 0 no-repeat; }
  .fs-s1 .flex-direction-nav .flex-nav-next, .fs-s2 .flex-direction-nav .flex-nav-next {
    right: 0; }
    .fs-s1 .flex-direction-nav .flex-nav-next a, .fs-s2 .flex-direction-nav .flex-nav-next a {
      background: url("../images/icon-flex-right.svg") 0 0 no-repeat; }

.fs-s2 .flex-direction-nav .flex-nav-prev {
  left: -60px; }
.fs-s2 .flex-direction-nav .flex-nav-next {
  right: -60px; }

.bg-green {
  background: #617769; }

.bg-green {
  background: #617769;
  color: #fff; }

.bg-white {
  background: #fff; }

.bg-cream {
  background: #F2EDE5; }

.clr-black {
  color: #15211B; }

.inner.reduced {
  max-width: 1086px;
  margin: 0 auto; }

.hero-block {
  position: relative;
  height: 100dvh; }
  .hero-block .container {
    height: 100%; }
  .hero-block .image-gradient {
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
  .hero-block .mask {
    background: url("../images/o-mask-obsidian.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero-block .inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 200px 0 80px 0; }
    .hero-block .inner h1, .hero-block .inner .h1-style p {
      color: #FBF8F6;
      font-size: clamp(3.125rem, 9vw, 10.5rem);
      line-height: 0.8;
      text-transform: uppercase;
      padding: 0;
      letter-spacing: -0.04em; }
    .hero-block .inner .headline {
      width: 60%; }
      .hero-block .inner .headline .statements {
        color: #FBF8F6;
        display: flex;
        font-family: "CamptonMedium";
        margin: 40px 0 0 0; }
        .hero-block .inner .headline .statements p {
          padding: 0;
          margin-right: 60px; }
          .hero-block .inner .headline .statements p:last-child {
            margin: 0; }
    .hero-block .inner .copy-wrap {
      width: 41.66%;
      margin-left: auto; }
      .hero-block .inner .copy-wrap .copy {
        max-width: 490px;
        color: #FBF8F6; }
        .hero-block .inner .copy-wrap .copy h2 {
          font-size: 42px;
          line-height: 1;
          font-family: "CamptonMedium";
          text-transform: uppercase; }
        .hero-block .inner .copy-wrap .copy p {
          font-family: "CamptonMedium"; }
    .hero-block .inner .scroll {
      position: absolute;
      bottom: 80px;
      left: 0; }

.image-gradient {
  position: absolute;
  height: 33.33%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .image-gradient.top-down {
    top: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.hero-block-project .inner {
  position: relative;
  height: 100dvh;
  background: #273E34; }
  .hero-block-project .inner .image-gradient {
    height: 50%; }
  .hero-block-project .inner .mask {
    background: url("../images/o-mask-obsidian.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero-block-project .inner .copy-wrap {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    color: #fff; }
    .hero-block-project .inner .copy-wrap .flex {
      justify-content: space-between;
      align-items: flex-end; }
      .hero-block-project .inner .copy-wrap .flex .left {
        width: 50%;
        color: #FBF8F6; }
        .hero-block-project .inner .copy-wrap .flex .left h2 {
          padding: 0; }
      .hero-block-project .inner .copy-wrap .flex .right {
        width: 33.33%;
        position: relative;
        padding: 0 50px 0 0; }
        .hero-block-project .inner .copy-wrap .flex .right p.date {
          padding-bottom: 10px; }
        .hero-block-project .inner .copy-wrap .flex .right .h3-style {
          padding: 0; }
        .hero-block-project .inner .copy-wrap .flex .right .link-arrow {
          position: absolute;
          right: 10px;
          bottom: 0; }

.p-top {
  padding-bottom: 0 !important; }

.p-bottom {
  padding-top: 0 !important; }

.p-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.copy-block {
  position: relative;
  padding: 120px 0; }
  .copy-block.intro-block .inner {
    justify-content: space-between;
    align-items: flex-end; }
  .copy-block.intro-block .copy-wrap {
    width: calc(66.66%); }
  .copy-block.intro-block .cta-wrap {
    width: calc(25%); }
  .copy-block.intro-block.with-cta .container {
    position: static; }
  .copy-block.intro-block.with-cta .cta-wrap {
    position: absolute;
    top: 0;
    right: 0; }
  .copy-block .inner {
    flex-wrap: wrap; }
  .copy-block .copy-wrap {
    width: calc(70%); }
  .copy-block .inner.pos-center {
    justify-content: center;
    text-align: center; }
  .copy-block .inner.pos-right {
    justify-content: right; }
  .copy-block .inner.layout-col2 {
    text-align: left; }
    .copy-block .inner.layout-col2 .copy-wrap {
      display: flex;
      justify-content: space-between; }
      .copy-block .inner.layout-col2 .copy-wrap .copy {
        width: calc(50% - 30px); }

.highlights-block {
  padding: 80px 0 60px 0; }
  .highlights-block .intro-wrap {
    width: 100%;
    max-width: 462px;
    margin: 0 0 50px 0; }
    .highlights-block .intro-wrap p {
      color: #8B908E; }
  .highlights-block .content-wrap {
    justify-content: space-between; }
    .highlights-block .content-wrap .image-wrap {
      width: calc(75% - 6px);
      margin-right: 6px;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      aspect-ratio: 1370 / 800; }
      .highlights-block .content-wrap .image-wrap .image-copy {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px;
        color: #FFFFFF; }
        .highlights-block .content-wrap .image-wrap .image-copy p.date {
          padding-bottom: 10px; }
        .highlights-block .content-wrap .image-wrap .image-copy .h3-style {
          padding: 0; }
    .highlights-block .content-wrap .copy-wrap {
      width: 25%;
      background: #15211B;
      border-radius: 10px;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .highlights-block .content-wrap .copy-wrap .copy {
        color: #FBF8F6;
        font-family: "CamptonMedium";
        padding-bottom: 30px; }

.copy-image-block {
  padding: 80px 0 60px 0; }
  .copy-image-block .content-wrap {
    justify-content: space-between;
    align-items: center; }
    .copy-image-block .content-wrap.pos-right .image-wrap {
      order: 1; }
    .copy-image-block .content-wrap.pos-right .copy-wrap {
      order: 2;
      padding: 40px 80px 40px 0; }
    .copy-image-block .content-wrap .image-wrap {
      width: calc(45% );
      margin-right: 6px;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      aspect-ratio: 1370 / 800; }
      .copy-image-block .content-wrap .image-wrap .image-copy {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px;
        color: #FFFFFF; }
        .copy-image-block .content-wrap .image-wrap .image-copy p.date {
          padding-bottom: 10px; }
        .copy-image-block .content-wrap .image-wrap .image-copy .h3-style {
          padding: 0; }
    .copy-image-block .content-wrap .copy-wrap {
      width: 45%;
      padding: 40px 0 40px 80px; }

.stats-block {
  padding: 80px 0 120px 0; }
  .stats-block .intro-wrap {
    width: 100%;
    max-width: 462px;
    margin: 0 0 50px 0; }
    .stats-block .intro-wrap p {
      color: #8B908E; }
  .stats-block .stats-wrap .stats-header, .stats-block .stats-wrap .stats-row {
    display: flex;
    justify-content: space-between; }
  .stats-block .stats-wrap .left, .stats-block .stats-wrap .right {
    width: calc(50% - 8px); }
  .stats-block .stats-wrap .stats-header .right p {
    color: #8B908E; }
  .stats-block .stats-wrap .stats-row {
    padding: 40px 0 10px 0;
    margin: 30px 0 0 0;
    border-top: 0.5px solid #617769; }
    .stats-block .stats-wrap .stats-row .left {
      font-size: 158px;
      line-height: 0.8em; }
    .stats-block .stats-wrap .stats-row:last-child {
      padding: 40px 0 40px 0;
      border-bottom: 0.5px solid #617769; }

.projects-carousel {
  padding: 80px 0 60px 0; }
  .projects-carousel .intro-wrap {
    width: 100%;
    max-width: 462px;
    margin: 0 0 50px 0; }
    .projects-carousel .intro-wrap p {
      color: #8B908E; }
  .projects-carousel .carousel-cell {
    width: calc((1831px) * 0.33);
    margin-right: 8px; }
  .projects-carousel .project-item .image-wrap {
    aspect-ratio: 1; }
  .projects-carousel .project-item .image-copy {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .projects-carousel .project-item .image-copy .top p {
      line-height: 1; }
  .projects-carousel .cta-wrap {
    display: flex;
    justify-content: flex-end;
    margin: 50px 0 0 0; }

.benefits-block {
  padding: 150px 0 120px 0;
  background: linear-gradient(0deg, #15211b 0%, #273e34 100%);
  color: #FBF8F6; }
  .benefits-block .intro-wrap h2 {
    font-size: 22px;
    line-height: 1.2;
    font-family: "CamptonMedium";
    padding: 0; }
  .benefits-block .benefits-wrap .left, .benefits-block .benefits-wrap .right {
    width: calc(50% - 8px); }
  .benefits-block .benefits-wrap .benefits-row {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 10px 0;
    margin: 30px 0 0 0;
    border-top: 0.5px solid #617769; }
    .benefits-block .benefits-wrap .benefits-row .left {
      display: flex;
      align-items: center; }
      .benefits-block .benefits-wrap .benefits-row .left .shape1 {
        margin-left: 30%;
        width: 282px;
        height: 223px;
        background: url("../images/ben-shape1.svg") 0 0 no-repeat; }
      .benefits-block .benefits-wrap .benefits-row .left .shape2 {
        margin-left: 60%;
        width: 135px;
        height: 173px;
        background: url("../images/ben-shape2.svg") 0 0 no-repeat; }
      .benefits-block .benefits-wrap .benefits-row .left .shape3 {
        margin-left: 15%;
        width: 260px;
        height: 274px;
        background: url("../images/ben-shape3.svg") 0 0 no-repeat; }
    .benefits-block .benefits-wrap .benefits-row .right .copy-wrap {
      max-width: 600px; }
    .benefits-block .benefits-wrap .benefits-row:last-child {
      padding: 40px 0 40px 0;
      border-bottom: 0.5px solid #617769; }

.what-we-do-block {
  padding: 80px 0 60px 0; }
  .what-we-do-block .intro-wrap {
    width: 100%;
    max-width: 462px;
    margin: 0 0 50px 0; }
    .what-we-do-block .intro-wrap p {
      color: #8B908E; }
  .what-we-do-block .content-wrap {
    margin-bottom: 20px; }
    .what-we-do-block .content-wrap .image-wrap {
      position: relative;
      height: 100vh;
      padding: 80px 0 40px 0;
      background: #000000; }
      .what-we-do-block .content-wrap .image-wrap .bg-image {
        opacity: 0.8; }
      .what-we-do-block .content-wrap .image-wrap .h1-style, .what-we-do-block .content-wrap .image-wrap .with-fs h2 {
        font-size: clamp(3.125rem, 10vw, 10rem);
        line-height: 0.8;
        letter-spacing: -0.04em;
        text-transform: uppercase; }
      .what-we-do-block .content-wrap .image-wrap .container {
        height: 100%; }
      .what-we-do-block .content-wrap .image-wrap .inner {
        display: flex;
        justify-content: space-between;
        height: 100%; }
        .what-we-do-block .content-wrap .image-wrap .inner .headline {
          width: calc(66.66% - 8px); }
          .what-we-do-block .content-wrap .image-wrap .inner .headline .statements {
            color: #fff;
            display: flex;
            font-family: "CamptonMedium";
            margin: 40px 0 0 0; }
            .what-we-do-block .content-wrap .image-wrap .inner .headline .statements p {
              padding: 0;
              margin-right: 60px; }
              .what-we-do-block .content-wrap .image-wrap .inner .headline .statements p:last-child {
                margin: 0; }
        .what-we-do-block .content-wrap .image-wrap .inner .copy-wrap {
          width: calc(33.33% - 8px);
          display: flex;
          flex-direction: column;
          justify-content: flex-end; }
          .what-we-do-block .content-wrap .image-wrap .inner .copy-wrap .main-button {
            background: #FBF8F6;
            border-radius: 10px; }
          .what-we-do-block .content-wrap .image-wrap .inner .copy-wrap .copy {
            background: #FBF8F6;
            border-radius: 10px;
            margin-top: 8px;
            padding: 40px 80px 40px 40px; }
          .what-we-do-block .content-wrap .image-wrap .inner .copy-wrap h3 {
            font-family: "CamptonMedium";
            text-transform: uppercase;
            font-size: 40px;
            line-height: 1;
            letter-spacing: -0.04em; }

.what-we-do-block-ver2 .content-wrap .image-wrap {
  position: relative;
  height: 100dvh;
  padding: 80px 0 40px 0;
  background: #000000; }
  .what-we-do-block-ver2 .content-wrap .image-wrap .bg-image {
    opacity: 0.8; }
  .what-we-do-block-ver2 .content-wrap .image-wrap .image-gradient {
    height: 50%; }
  .what-we-do-block-ver2 .content-wrap .image-wrap .h1-style {
    font-size: clamp(3.125rem, 10vw, 10rem);
    line-height: 0.8;
    letter-spacing: -0.04em;
    text-transform: uppercase; }
  .what-we-do-block-ver2 .content-wrap .image-wrap .container {
    height: 100%; }
  .what-we-do-block-ver2 .content-wrap .image-wrap .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .what-we-do-block-ver2 .content-wrap .image-wrap .inner .headline .statements {
      color: #fff;
      display: flex;
      font-family: "CamptonMedium";
      margin: 40px 0 0 0; }
      .what-we-do-block-ver2 .content-wrap .image-wrap .inner .headline .statements p {
        padding: 0;
        margin-right: 60px; }
        .what-we-do-block-ver2 .content-wrap .image-wrap .inner .headline .statements p:last-child {
          margin: 0; }
    .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap {
      display: flex;
      color: #fff; }
      .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap .copy-col1 {
        width: 33.33%;
        margin-right: 8.33%;
        font-family: "CamptonMedium"; }
      .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap .copy-col2 {
        display: flex;
        align-items: flex-end;
        width: 25%; }
      .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap .main-button {
        position: absolute;
        right: 0;
        width: 25%;
        bottom: -98px; }

.what-we-do-carousel {
  padding: 130px 0 30px 0; }
  .what-we-do-carousel .inner {
    position: relative; }
  .what-we-do-carousel .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .what-we-do-carousel .copy-wrap {
    width: 58%;
    margin-bottom: 50px; }
  .what-we-do-carousel .image-wrap {
    position: relative;
    width: 66.66%;
    aspect-ratio: 1216 / 550; }
  .what-we-do-carousel .furniture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
    .what-we-do-carousel .furniture .button-wrap {
      display: flex;
      justify-content: space-between;
      margin: 20px 0 0 0; }
  .what-we-do-carousel .carousel-details {
    display: flex;
    font-size: 88px;
    line-height: 100px;
    height: 126px; }
    .what-we-do-carousel .carousel-details .carousel-constant {
      color: #C5C8C6; }
  .what-we-do-carousel .flickity-button {
    position: relative;
    background: transparent;
    border: none;
    overflow: hidden;
    text-indent: -9999px; }
    .what-we-do-carousel .flickity-button svg {
      display: none; }
  .what-we-do-carousel .flickity-prev-next-button {
    top: 0;
    width: 90px;
    height: 53px;
    border-radius: 0;
    transform: none; }
    .what-we-do-carousel .flickity-prev-next-button.previous {
      left: auto;
      background: url("../images/icon-arrow-left.svg") 0 0 no-repeat; }
      .what-we-do-carousel .flickity-prev-next-button.previous.disabled {
        background: url("../images/icon-arrow-left-disabled.svg") 0 0 no-repeat; }
    .what-we-do-carousel .flickity-prev-next-button.next {
      right: auto;
      background: url("../images/icon-arrow-right.svg") 0 0 no-repeat; }
      .what-we-do-carousel .flickity-prev-next-button.next.disabled {
        background: url("../images/icon-arrow-right-disabled.svg") 0 0 no-repeat; }

.team-block {
  background: #fff;
  padding: 0 0 60px 0;
  border-top: 150px solid #F6F3EE; }
  .team-block .team-wrap {
    display: flex;
    width: calc(100% + 16px);
    margin-top: -150px;
    margin-left: -8px;
    flex-wrap: wrap; }
    .team-block .team-wrap .team-item {
      width: calc(25% - 32px);
      margin: 0 16px 60px 16px; }
      .team-block .team-wrap .team-item .image-wrap {
        position: relative;
        aspect-ratio: 446 / 500;
        display: flex;
        align-items: flex-end;
        background: #000; }
        .team-block .team-wrap .team-item .image-wrap .bg-image {
          opacity: 0.9;
          background-position: top center; }
        .team-block .team-wrap .team-item .image-wrap .image-copy {
          position: relative;
          padding: 20px;
          color: #FBF8F6; }
          .team-block .team-wrap .team-item .image-wrap .image-copy p.job-title {
            font-family: "CamptonMedium";
            padding: 0; }
          .team-block .team-wrap .team-item .image-wrap .image-copy h3 {
            font-size: 42px;
            line-height: 48px;
            padding: 0; }
      .team-block .team-wrap .team-item .copy-wrap {
        margin: 30px 0 0 0;
        color: #8B908E;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .team-block .team-wrap .team-item .copy-wrap p a {
          color: #15211B;
          text-decoration: none; }
        .team-block .team-wrap .team-item .copy-wrap .contact-wrap {
          padding-top: 20px; }

.image-carousel .carousel-cell {
  width: 80%;
  max-height: 100dvh; }
.image-carousel .image-wrap {
  position: relative;
  aspect-ratio: 1600 / 1080; }
.image-carousel .flickity-prev-next-button {
  width: 90px;
  height: 53px;
  border-radius: 0;
  border: 0;
  outline: 0; }
.image-carousel .flickity-prev-next-button .flickity-button-icon {
  display: none; }
.image-carousel .flickity-prev-next-button.previous {
  background: url("../images/icon-image-car-left.svg") 0 0 no-repeat;
  left: calc((100vw - 1871px) / 2); }
.image-carousel .flickity-prev-next-button.next {
  background: url("../images/icon-image-car-right.svg") 0 0 no-repeat;
  right: calc((100vw - 1871px) / 2); }

.map-block .acf-map {
  width: 100%;
  height: 800px; }
.map-block .acf-map img {
  max-width: inherit !important; }

#home.page-content {
  padding: 0; }
#home .hero-block-home .inner {
  position: relative;
  height: 100dvh;
  background: #000000; }
  #home .hero-block-home .inner .image-gradient.top-down {
    height: 140px; }
  #home .hero-block-home .inner .bg-image {
    opacity: 0.9; }
  #home .hero-block-home .inner .mask {
    background: url("../images/obsidian-mask1.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #home .hero-block-home .inner .copy-wrap {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%; }
    #home .hero-block-home .inner .copy-wrap .copy {
      width: 85%;
      max-width: 1288px; }
      #home .hero-block-home .inner .copy-wrap .copy h1 {
        display: inline;
        color: #ffffff;
        font-size: clamp(3.125rem, 8.5vw, 10.5rem);
        line-height: 0.8;
        text-transform: uppercase;
        padding: 0;
        letter-spacing: -0.04em; }

#team {
  background: #F6F3EE; }
  #team .hero-block .inner {
    justify-content: flex-end; }
    #team .hero-block .inner .copy-wrap {
      width: 100%;
      margin-left: 0; }
      #team .hero-block .inner .copy-wrap .copy {
        max-width: 1230px; }
        #team .hero-block .inner .copy-wrap .copy p.overline {
          font-size: 22px;
          line-height: 30px;
          text-transform: none;
          padding-left: 20px; }

#projects.page-content {
  padding: 0; }
#projects .filter-block {
  padding: 70px 0 40px 0; }
  #projects .filter-block .cat {
    display: inline-flex;
    background: #F2EDE5;
    border-radius: 10px;
    padding: 20px 30px; }
    #projects .filter-block .cat span {
      display: block;
      margin-left: 60px; }
#projects .projects-block .inner {
  width: calc(100% + 16px);
  margin-left: -8px;
  flex-wrap: wrap; }
  #projects .projects-block .inner .project-item {
    width: calc(50% - 16px);
    margin: 0 8px 60px 8px; }

#project-single.page-content {
  padding: 0; }
#project-single .stats-block .stats-wrap .stats-row .left {
  width: calc(66.66% - 8px);
  font-size: 100px; }
#project-single .stats-block .stats-wrap .stats-row .right {
  width: calc(33.33% - 8px); }

.project-item {
  display: block;
  width: 100%; }
  .project-item .image-wrap {
    position: relative;
    aspect-ratio: 908 / 600;
    border-radius: 10px;
    overflow: hidden; }
    .project-item .image-wrap .bg-image {
      transform: scale(1.04);
      transition: transform 0.8s ease-in-out; }
      .project-item .image-wrap .bg-image.green-light {
        background-color: #BDD7B4; }
      .project-item .image-wrap .bg-image.green-dark {
        background-color: #273E34; }
    .project-item .image-wrap .image-copy {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 30px;
      color: #FFFFFF; }
      .project-item .image-wrap .image-copy p.date {
        padding-bottom: 10px; }
      .project-item .image-wrap .image-copy .h3-style {
        padding: 0; }
  .project-item .copy-wrap {
    padding: 30px 10px 0 30px;
    justify-content: space-between; }
    .project-item .copy-wrap p {
      width: 90%;
      color: #15211B; }
  .project-item:hover .image-wrap .bg-image {
    transform: scale(1); }
  .project-item:hover .link-arrow:after {
    right: -3px;
    top: -2px; }

#contact .hero-block {
  height: 700px;
  background: #15211B; }
  #contact .hero-block .inner {
    justify-content: flex-end;
    padding: 0 0 120px 0; }
    #contact .hero-block .inner .bg-image {
      opacity: 0.8; }
    #contact .hero-block .inner .copy-wrap {
      width: 100%;
      margin: 0; }
      #contact .hero-block .inner .copy-wrap .copy {
        max-width: none; }
        #contact .hero-block .inner .copy-wrap .copy .headline {
          width: 60%; }
#contact .contact-wrap {
  padding: 100px 0 120px 0;
  background: #273E34;
  color: #FBF8F6; }
  #contact .contact-wrap .left {
    width: calc(50% - 30px); }
  #contact .contact-wrap .right {
    width: calc(50% - 30px);
    padding: 100px 0 0 160px; }
  #contact .contact-wrap .contact-form {
    max-width: 600px; }
    #contact .contact-wrap .contact-form h2 {
      padding-bottom: 40px; }
    #contact .contact-wrap .contact-form label {
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      letter-spacing: -0.02em;
      color: #8B908E;
      padding: 0 0 0 20px;
      display: none; }
    #contact .contact-wrap .contact-form .gform-theme--framework .gform_validation_errors h2 {
      padding: 0; }
    #contact .contact-wrap .contact-form .gform-theme--framework .gform_validation_errors {
      border-radius: 0;
      margin-bottom: 10px;
      display: none; }
    #contact .contact-wrap .contact-form .gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)) {
      color: #ff0000;
      font-size: 14px; }
    #contact .contact-wrap .contact-form input[type="email"], #contact .contact-wrap .contact-form input[type="number"], #contact .contact-wrap .contact-form input[type="search"], #contact .contact-wrap .contact-form input[type="text"], #contact .contact-wrap .contact-form input[type="tel"], #contact .contact-wrap .contact-form input[type="url"], #contact .contact-wrap .contact-form input[type="password"], #contact .contact-wrap .contact-form textarea, #contact .contact-wrap .contact-form select {
      border-radius: 0;
      border-color: #505955;
      background: #505955;
      font-size: 22px;
      line-height: 30px;
      font-weight: 400;
      min-height: 60px;
      box-shadow: none;
      padding: 10px 20px;
      color: #c5c8c6; }
    #contact .contact-wrap .contact-form textarea {
      font-size: 22px;
      line-height: 30px;
      padding: 20px;
      min-height: 200px; }
    #contact .contact-wrap .contact-form select {
      background-color: rgba(155, 155, 155, 0.25);
      font-size: 14px;
      box-shadow: none; }
    #contact .contact-wrap .contact-form input[type="checkbox"] {
      border-radius: 0;
      border-color: #9B9B9B; }
    #contact .contact-wrap .contact-form button {
      margin-top: 20px;
      justify-content: flex-start;
      position: relative;
      display: inline-flex;
      background: #F2EDE5;
      width: 100%;
      padding: 40px 80px 40px 40px;
      font-size: 36px;
      line-height: 1;
      letter-spacing: -0.04em;
      white-space: nowrap;
      color: #15211B;
      border: 0;
      border-radius: 0; }
      #contact .contact-wrap .contact-form button:after {
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -13px;
        display: block;
        content: '';
        width: 26px;
        height: 26px;
        background: url("../images/icon-btn-arrow-black.svg") 0 0 no-repeat;
        background-size: 26px;
        transition: all 0.4s ease; }
      #contact .contact-wrap .contact-form button:hover {
        color: #15211B; }
        #contact .contact-wrap .contact-form button:hover:after {
          right: 37px;
          margin-top: -15px; }
    #contact .contact-wrap .contact-form .gform_required_legend {
      margin-bottom: 30px; }
    #contact .contact-wrap .contact-form .gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, #contact .contact-wrap .contact-form .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
      border-color: #ffffff;
      box-shadow: none;
      outline: 0; }
  #contact .contact-wrap .right {
    font-size: 32px;
    line-height: 42px; }
    #contact .contact-wrap .right a {
      color: #FBF8F6;
      text-decoration: none;
      transition: color ease 0.4s; }
      #contact .contact-wrap .right a:hover {
        color: #C5C8C6; }
#contact .map-wrap .map-block .acf-map {
  height: 700px; }

.hero-block-short {
  padding: 190px 0 50px 0; }

#default.page-content {
  padding: 0; }
#default h1 {
  font-size: 80px;
  line-height: 90px; }
#default .copy-block .inner.pos-center {
  text-align: left; }
#default ul, #default ol {
  margin-bottom: 30px; }
#default h2, #default h3 {
  padding: 10px 0 20px; }

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #c5c8c6; }

textarea:-moz-placeholder, input:-moz-placeholder {
  color: #c5c8c6; }

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #c5c8c6; }

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #c5c8c6; }

textarea:focus::-webkit-input-placeholder {
  color: rgba(46, 62, 59, 0); }

textarea:focus:-moz-placeholder {
  color: rgba(46, 62, 59, 0); }

textarea:focus::-moz-placeholder {
  color: rgba(46, 62, 59, 0); }

textarea:focus:-ms-input-placeholder {
  color: rgba(46, 62, 59, 0); }

.mobile-only, .sdgs-wrap-mobile {
  display: none; }

.desktop-only, .tablet-desktop-only {
  display: block; }

.desktop-only-flex {
  display: flex; }

#nav-trigger {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 12;
  margin: 0 0 0 15px;
  display: none; }
  #nav-trigger:before, #nav-trigger:after {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transition: opacity .5s ease; }
  #nav-trigger:before {
    background: url("../images/icon-menu.svg") 0 0 no-repeat;
    opacity: 1; }
  #nav-trigger:after {
    background: url("../images/icon-menu-close.svg") 0 0 no-repeat;
    opacity: 0; }
  #nav-trigger.open:before {
    opacity: 0; }
  #nav-trigger.open:after {
    opacity: 1; }

#mobile-nav {
  display: none; }

@media only screen and (max-width: 1871px) {
  .image-carousel .flickity-prev-next-button.previous {
    left: 32px; }

  .image-carousel .flickity-prev-next-button.next {
    right: 32px; } }
@media only screen and (max-width: 1499px) {
  .team-block .team-wrap .team-item {
    width: calc(33.33% - 16px);
    margin: 0 8px 40px 8px; }

  .copy-image-block .content-wrap .copy-wrap {
    width: 50%;
    padding: 40px 40px 40px 40px; } }
@media only screen and (max-width: 1299px) {
  body {
    font-size: 20px;
    line-height: 28px; }

  h2, .h2-style, .h2-alt {
    font-size: 42px;
    line-height: 46px; }

  .h2-alt {
    font-size: 36px;
    line-height: 42px; }

  h3, .h3-style {
    font-size: 32px;
    line-height: 38px; }

  .p-small p {
    font-size: 17px;
    line-height: 24px; }

  #default h1 {
    font-size: 65px;
    line-height: 70px; }

  header.reduced .inner .logo {
    width: 260px; }

  header .inner .menu-header-menu-container ul li {
    margin-right: 50px; }

  .main-button {
    font-size: 30px; }

  #home .hero-block-home .inner .copy-wrap .copy .with-fs .fs, .what-we-do-block-ver2 .content-wrap .image-wrap .with-fs .fs {
    width: 3%; }

  .with-fs .fs, .what-we-do-block .content-wrap .image-wrap .inner .headline.with-fs .fs {
    width: 4%; }

  .stats-block .stats-wrap .stats-row .left {
    font-size: 120px; }

  .what-we-do-block .content-wrap .image-wrap .inner .copy-wrap h3 {
    font-size: 34px; }

  .highlights-block .content-wrap .image-wrap {
    width: calc(60% - 6px); }

  .highlights-block .content-wrap .copy-wrap {
    width: 40%; }

  .what-we-do-carousel .carousel-details {
    font-size: 100px; }

  .what-we-do-carousel .copy-wrap {
    width: 40%; }

  .what-we-do-carousel .image-wrap {
    width: 80%; }

  .map-block .acf-map, #contact .map-wrap .map-block .acf-map {
    height: 600px; }

  #contact .contact-wrap .right {
    padding: 80px 0 0 60px;
    font-size: 28px;
    line-height: 36px; }

  .gform-theme--foundation .gform_fields {
    grid-row-gap: 30px !important; }

  #contact .contact-wrap .contact-form button {
    font-size: 26px;
    padding: 32px; }

  footer .inner .bottom .logo-wrap .bar-wrap {
    font-size: 16px; } }
@media only screen and (max-width: 1099px) {
  header .inner .menu-header-menu-container ul li {
    margin-right: 30px; }

  .team-block .team-wrap .team-item {
    width: calc(50% - 16px);
    margin: 0 8px 40px 8px; } }
@media only screen and (max-width: 1019px) {
  body, .p-small p {
    font-size: 16px;
    line-height: 22px; }

  h2, .h2-style, .h2-alt, .hero-block .inner .copy-wrap .copy h2 {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 20px; }

  h3, .h3-style {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 20px; }

  #default h1 {
    font-size: 45px;
    line-height: 50px; }

  .team-block .team-wrap .team-item .image-wrap .image-copy h3 {
    font-size: 34px;
    line-height: 40pxpx; }

  .p-intro p {
    font-size: 14px;
    line-height: 20px; }

  .button {
    font-size: 14px;
    padding: 13px 16px 13px 16px; }

  .main-button {
    padding: 26px 74px 26px 26px;
    font-size: 24px; }

  .arrow-link.large {
    font-size: 26px; }

  .with-fs .fs {
    width: 2.5%;
    margin-left: 5px; }

  .scroll {
    width: 60px;
    height: 65px;
    background-size: 100%; }

  header, header.reduced {
    background: #505955;
    width: calc(100% - 32px);
    top: 10px;
    padding: 12px 20px 12px 10px; }

  header .inner .menu-wrap .menu-header-menu-container {
    display: none; }

  header .inner .logo, header.reduced .inner .logo {
    width: 184px; }

  footer {
    height: auto;
    background-size: 250%; }

  footer .container {
    height: auto; }

  footer .inner {
    height: auto; }

  footer .inner .location-copy {
    position: relative;
    top: auto;
    left: auto;
    font-size: 26px;
    line-height: 34px;
    padding: 30px 0 80px 0; }

  footer .bottom {
    flex-direction: column; }

  footer .inner .bottom .logo-wrap {
    width: 100%;
    padding: 0; }

  footer .inner .bottom .logo-wrap .bar-wrap {
    font-size: 14px; }

  footer .inner .bottom .contact-wrap {
    width: 100%;
    padding: 20px;
    max-width: none;
    margin-left: auto;
    margin-right: 0; }

  footer .inner .bottom .contact-wrap .arrow-link {
    width: fit-content; }

  #nav-trigger {
    display: block; }

  #mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    left: 16px;
    width: calc(100% - 32px);
    z-index: 99;
    background: #505955;
    border-radius: 10px;
    padding: 60px 30px 30px 30px;
    transition: all ease 0.4s;
    z-index: 1000; }

  #mobile-nav.open {
    transform: translateY(0);
    top: 80px; }

  #mobile-nav ul {
    list-style: none;
    margin: 0 0 60px 0;
    padding: 0;
    font-size: 22px;
    line-height: 30px; }

  #mobile-nav ul li {
    margin-bottom: 12px; }

  #mobile-nav ul li a {
    position: relative;
    display: inline-flex;
    color: #fff;
    padding-right: 35px; }

  #mobile-nav ul li a:after {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../images/icon-btn-arrow-white.svg") 0 0 no-repeat;
    background-size: 20px;
    transition: all 0.4s ease; }

  #mobile-nav ul li .sub-menu {
    margin: 12px 0 0 0;
    padding: 0 0 0 20px;
    font-size: 20px;
    line-height: 28px; }

  #mobile-nav .copy {
    color: #fff;
    font-size: 26px;
    line-height: 32px; }

  #mobile-nav > .menu-header-menu-container > ul > li > a:hover:after {
    right: -3px;
    top: 3px; }

  #mobile-nav > .menu-header-menu-container > ul > li > .sub-menu > li > a:hover:after {
    right: -3px;
    top: 3px; }

  #mobile-nav > .menu-header-menu-container > ul > li.current_page_item > a:after, #mobile-nav > .menu-header-menu-container > ul > li.current_page_parent > a:after, #mobile-nav > .menu-header-menu-container > ul > li.current_page_parent > .sub-menu > li.current_page_item > a:after {
    transform: rotate(90deg); }

  #mobile-nav > .menu-header-menu-container > ul > li.current_page_item:hover > a:after, #mobile-nav > .menu-header-menu-container > ul > li.current_page_parent:hover > a:after, #mobile-nav > .menu-header-menu-container > ul > li.current_page_parent:hover > .sub-menu > li.current_page_item:hover > a:after {
    right: 0;
    top: 6px; }

  .hero-block .image-gradient, .hero-block-project .inner .image-gradient {
    height: 100%; }

  .hero-block .inner {
    padding: 140px 0 50px 0; }

  .hero-block .inner .scroll {
    bottom: 50px; }

  .copy-block {
    padding: 90px 0; }

  .copy-block.intro-block .cta-wrap {
    width: auto; }

  .copy-block.intro-block .copy-wrap {
    width: 100%; }

  .copy-block .copy-wrap {
    width: 100%; }

  .stats-block .stats-wrap .stats-header {
    margin-bottom: 20px; }

  .stats-block {
    padding: 50px 0 70px 0; }

  .stats-block .stats-wrap .stats-row .left {
    font-size: 48px; }

  .stats-block .stats-wrap .stats-row {
    padding: 24px 0 10px 0;
    margin: 14px 0 0 0; }

  .stats-block .stats-wrap .stats-row:last-child {
    padding: 24px 0 24px 0; }

  #project-single .stats-block .stats-wrap .stats-row .left {
    font-size: 28px; }

  .projects-carousel {
    padding: 40px 0 40px 0; }

  .projects-carousel .intro-wrap {
    margin-bottom: 40px; }

  .projects-carousel .carousel-cell {
    width: calc(90% - 32px);
    margin-right: 16px; }

  .what-we-do-block {
    padding: 40px 0 40px 0; }

  .what-we-do-block .content-wrap {
    margin-bottom: 10px; }

  .what-we-do-block .content-wrap .image-wrap {
    padding: 50px 0 20px 0;
    height: auto; }

  .what-we-do-block .content-wrap .image-wrap .inner {
    flex-direction: column;
    height: auto; }

  .what-we-do-block .content-wrap .image-wrap .inner .headline {
    width: 100%; }

  .what-we-do-block .content-wrap .image-wrap .inner .headline .with-fs {
    width: 80%;
    margin-bottom: 80px; }

  .what-we-do-block .content-wrap .image-wrap .inner .headline .statements {
    margin-bottom: 20px; }

  .what-we-do-block .content-wrap .image-wrap .inner .copy-wrap {
    width: 100%; }

  .what-we-do-block .content-wrap .image-wrap .inner .copy-wrap .copy {
    padding: 30px; }

  .what-we-do-block .content-wrap .image-wrap .inner .copy-wrap h3 {
    font-size: 34px;
    margin: 0 0 60px 0; }

  .highlights-block {
    padding: 40px 0; }

  .highlights-block .intro-wrap {
    margin-bottom: 40px; }

  .highlights-block .content-wrap {
    flex-direction: column; }

  .highlights-block .content-wrap .image-wrap {
    width: 100%;
    aspect-ratio: 1 / 1.1;
    margin-bottom: 10px; }

  .highlights-block .content-wrap .copy-wrap {
    width: 100%;
    padding: 30px; }

  .highlights-block .content-wrap .copy-wrap .copy {
    margin-bottom: 40px; }

  .highlights-block .content-wrap .copy-wrap .arrow-link.large {
    font-size: 24px; }

  .copy-image-block {
    padding: 40px 0 40px 0; }

  .copy-image-block .content-wrap .copy-wrap {
    width: 50%;
    padding: 40px 40px 40px 0; }

  .copy-image-block .content-wrap.pos-right .copy-wrap {
    width: 50%;
    padding: 40px 0 40px 40px; }

  .hero-block .inner .headline {
    width: 80%; }

  .what-we-do-carousel {
    padding: 40px 0 30px 0; }

  .what-we-do-carousel .furniture {
    position: relative;
    top: auto;
    left: auto;
    width: fit-content;
    margin-bottom: 30px; }

  .what-we-do-carousel .carousel-details {
    font-size: 48px;
    line-height: 46px;
    height: 46px; }

  .what-we-do-carousel .flickity-prev-next-button {
    width: 50px;
    height: 33px;
    background-size: 100% auto !important; }

  .what-we-do-carousel .copy-wrap {
    width: 100%;
    margin-bottom: 20px; }

  .what-we-do-carousel .image-wrap {
    width: 100%; }

  .benefits-block {
    padding: 80px 0; }

  .benefits-block .benefits-wrap .benefits-row .left .shape1 {
    margin-left: 20%;
    width: 200px;
    height: 160px;
    background-size: 100% auto; }

  .benefits-block .benefits-wrap .benefits-row .left .shape2 {
    margin-left: 40%; }

  .benefits-block .benefits-wrap .benefits-row .left .shape3 {
    margin-left: 12%;
    width: 210px;
    height: 244px;
    background-size: 100% auto; }

  .what-we-do-block-ver2 .content-wrap .image-wrap {
    padding: 40px 0 100px 0;
    height: auto; }

  .what-we-do-block-ver2 .content-wrap .image-wrap .inner .headline .statements {
    margin: 0 0 30px 0; }

  .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap {
    flex-direction: column; }

  .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap .copy-col1 {
    width: 70%;
    margin: 0 0 30px 0; }

  .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap .copy-col2 {
    width: 70%; }

  .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap .main-button {
    bottom: -100px; }

  .copy-image-block .content-wrap {
    flex-direction: column; }

  .copy-image-block .content-wrap .copy-wrap, .copy-image-block .content-wrap.pos-right .copy-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    order: 2 !important; }

  .copy-image-block .content-wrap .image-wrap {
    width: 100%;
    margin: 0 0 30px 0;
    order: 1 !important; }

  #team .hero-block .inner .copy-wrap .copy p.overline {
    font-size: 18px;
    line-height: 24px;
    padding-left: 0; }

  .hero-block-project .inner .copy-wrap .flex .right {
    width: 40%;
    padding-right: 20px; }

  #projects .filter-block {
    padding: 40px 0; }

  .image-carousel .flickity-prev-next-button {
    width: 50px;
    height: 33px;
    background-size: 100% auto !important; }

  .map-block .acf-map {
    height: 500px; }

  #contact .hero-block {
    height: 300px; }

  #contact .hero-block .inner {
    padding: 0 0 40px 0; }

  #contact .hero-block .inner .copy-wrap .copy .headline {
    width: 100%; }

  #contact .contact-wrap {
    padding: 50px 0; }

  #contact .contact-wrap .flex {
    flex-direction: column; }

  #contact .contact-wrap .left {
    width: 100%;
    margin-bottom: 30px; }

  #contact .contact-wrap .right {
    width: 100%; }

  #contact .contact-wrap .contact-form input[type="email"], #contact .contact-wrap .contact-form input[type="number"], #contact .contact-wrap .contact-form input[type="search"], #contact .contact-wrap .contact-form input[type="text"], #contact .contact-wrap .contact-form input[type="tel"], #contact .contact-wrap .contact-form input[type="url"], #contact .contact-wrap .contact-form input[type="password"], #contact .contact-wrap .contact-form textarea, #contact .contact-wrap .contact-form select {
    font-size: 16px;
    line-height: 24px;
    min-height: 40px;
    padding: 5px 10px; }

  .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important; }

  #contact .contact-wrap .contact-form button {
    font-size: 16px;
    padding: 20px; }

  #contact .contact-wrap .right {
    padding: 20px 0 0 0;
    font-size: 22px;
    line-height: 32px; }

  #contact .map-wrap .map-block .acf-map {
    height: 300px; }

  .hero-block-short {
    padding: 160px 0 20px 0; } }
@media only screen and (max-width: 767px) {
  .tablet-desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  h2, .h2-style, .h2-alt, .hero-block .inner .copy-wrap .copy h2 {
    font-size: 26px;
    line-height: 32px; }

  footer .inner .bottom .logo-wrap .bar-wrap {
    flex-direction: column; }

  footer .inner #menu-footer-menu {
    margin: 15px 0; }

  footer .inner #menu-footer-menu li {
    margin: 0; }

  .hero-block .inner {
    padding-bottom: 40px; }

  .hero-block .inner .headline .statements {
    flex-direction: column;
    margin-top: 20px; }

  .hero-block .inner .copy-wrap {
    width: 70%; }

  .hero-block .inner .scroll {
    bottom: 40px; }

  .scroll {
    width: 40px;
    height: 45px;
    background-size: 100%; }

  .copy-block {
    padding: 40px 0; }

  .copy-block.with-cta {
    padding: 100px 0 40px 0; }

  .copy-block .inner.layout-col2 .copy-wrap {
    flex-direction: column; }

  .copy-block .inner.layout-col2 .copy-wrap .copy {
    width: 100%; }

  .copy-block .inner.layout-col2 .copy-wrap .copy.col1 {
    margin-bottom: 30px; }

  .benefits-block .benefits-wrap .benefits-row {
    flex-direction: column;
    padding: 30px 0 0 0; }

  .benefits-block .benefits-wrap .benefits-row .left {
    margin-bottom: 30px; }

  .benefits-block .benefits-wrap .left, .benefits-block .benefits-wrap .right {
    width: 100%; }

  .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap .copy-col1 {
    width: 100%; }

  .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap .copy-col2 {
    width: 100%; }

  .what-we-do-block-ver2 .content-wrap .image-wrap .inner .copy-wrap .main-button {
    width: auto; }

  #home .hero-block-home .inner .mask {
    background: url(../images/shape-mobile.svg) center center no-repeat;
    background-size: 100%; }

  .team-block .team-wrap .team-item {
    width: calc(100% - 16px);
    max-width: 320px;
    margin: 0 auto 30px auto; }

  .team-block .team-wrap .team-item .copy-wrap .sh {
    height: auto !important; }

  .hero-block-project .inner .copy-wrap .flex {
    flex-direction: column; }

  .hero-block-project .inner .copy-wrap .flex .left {
    width: 100%;
    margin-bottom: 30px; }

  .hero-block-project .inner .copy-wrap .flex .right {
    width: 100%;
    padding: 0; }

  #projects .project-item .copy-wrap {
    padding: 10px 0 0 0; }

  #projects .project-item .image-wrap .image-copy {
    padding: 10px; }

  #projects .project-item .image-wrap .image-copy p.date {
    padding-bottom: 0;
    font-size: 14px; }

  #projects .project-item .copy-wrap p {
    padding-bottom: 0;
    font-size: 14px; }

  #projects .projects-block .inner .project-item {
    margin-bottom: 30px; }

  #projects .project-item .image-gradient {
    height: 100%; }

  .map-block .acf-map {
    height: 300px; }

  .copy-image-block .content-wrap {
    flex-direction: column; }

  .copy-image-block .content-wrap .copy-wrap {
    order: 2;
    width: 100%;
    padding: 30px 0 0 0; }

  .copy-image-block .content-wrap .image-wrap {
    order: 1;
    width: 100%; }

  #mobile-nav.open {
    padding-top: 40px; }

  #mobile-nav .copy {
    font-size: 22px;
    line-height: 28px; } }
@media only screen and (max-width: 410px) {
  header .button {
    display: none; }

  .stats-block .stats-wrap .stats-row {
    flex-direction: column; }

  .stats-block .stats-wrap .left, .stats-block .stats-wrap .right {
    width: 100%; }

  .stats-block .stats-wrap .left {
    margin-bottom: 10px; }

  .project-item .image-wrap .image-copy .h3-style {
    font-size: 18px;
    line-height: 28px; }

  .project-item .image-wrap .image-copy {
    padding: 20px; }

  .what-we-do-block .content-wrap .image-wrap .h1-style, .what-we-do-block .content-wrap .image-wrap .with-fs h2 {
    font-size: 48px; }

  .what-we-do-block .content-wrap .image-wrap .inner .copy-wrap h3 {
    font-size: 28px;
    margin: 0 0 30px 0; }

  .hero-block .inner .headline .statements p {
    margin-right: 0; }

  .highlights-block .intro-wrap {
    margin-bottom: 0; }

  .stats-block {
    padding: 30px 0 30px 0; }

  .what-we-do-carousel .carousel-cell {
    margin: 0 8px; }

  .copy-block {
    padding: 40px 0 20px 0; }

  .team-block .team-wrap .team-item .image-wrap .image-copy {
    padding: 10px; }

  .team-block .team-wrap .team-item .image-wrap .image-copy h3 {
    font-size: 24px;
    line-height: 26px; }

  .team-block .team-wrap .team-item .copy-wrap {
    margin: 20px 0 0 0; }

  .team-block .team-wrap .team-item .image-wrap .image-copy p.job-title {
    font-size: 14px;
    line-height: 18px; }

  .team-block .team-wrap .team-item .copy-wrap.p-small p {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px; }

  .hero-block-project .inner .copy-wrap {
    bottom: 30px; }

  .projects-carousel .intro-wrap {
    margin-bottom: 10px; } }
@media only screen and (min-width: 1019px) and (max-height: 899px) {
  html {
    zoom: 0.8;
    /* Old IE only */ }

  #home .hero-block-home .inner, .hero-block {
    height: 125vh;
    height: 125dvh; }

  #home .hero-block-home .inner .copy-wrap .copy h1, .hero-block .inner h1, .hero-block .inner .h1-style p {
    font-size: 120px; }

  .with-fs .fs {
    width: 3%; } }
@media only screen and (min-width: 1019px) and (max-height: 699px) {
  #home .hero-block-home .inner .copy-wrap .copy h1, .hero-block .inner h1, .hero-block .inner .h1-style p {
    font-size: 120px; } }
