/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.disable-hover:not(.safari),
.disable-hover:not(.safari) * {
  pointer-events: none !important;
}

#home:not(.safari) {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#home .container {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#home .slider {
  -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
  -ms-transform: rotate(0deg) scale(1) translate(0, 0);
  transform: rotate(0deg) scale(1) translate(0, 0);
  contain: style layout paint;
  will-change: scroll-position;
}

#home section.panel {
  /* min-width: 100vw; */
  height: 100vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: url(../assets/cursor.png), auto;
}

#home section.panel {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#home section.panel.hide {
  opacity: 0;
}

#home section.panel.show {
  opacity: 1;
}

#home section.panel:nth-child(odd) {
  /* min-width: 75vw; */
  min-width: calc(100vw - 60px);
  /* min-width: calc(100vw - 350px); */
}

#home section.panel .inner .text-sm > * {
  margin-bottom: 25px;
}

#home section.panel .inner .text-sm > *:last-child {
  margin-bottom: 0;
}

#home section.panel.main {
  min-width: 60vw;
  /* min-width: 100vw; */
  /* min-width: calc(100vw - 150px); */
}

#home section.panel.main + .panel.bg {
  /* margin-left: -150px; */
}

#home section.panel.main .wrapper {
  padding-left: 120px;
}

#home section.panel.main h1 + span {
  font-size: 0.81rem;
  letter-spacing: 0.25em;
  line-height: 1;
  position: absolute;
  top: 125px;
  background: -o-linear-gradient(
    left,
    #d459a2 0%,
    #c15694 12.5%,
    #98697c 25%,
    #929c64 37.5%,
    #7fbc55 50%,
    #929c64 62.5%,
    #98697c 75%,
    #c15694 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d459a2),
    color-stop(12.5%, #c15694),
    color-stop(25%, #98697c),
    color-stop(37.5%, #929c64),
    color-stop(50%, #7fbc55),
    color-stop(62.5%, #929c64),
    color-stop(75%, #98697c),
    to(#c15694)
  );
  background: linear-gradient(
    to right,
    #d459a2 0%,
    #c15694 12.5%,
    #98697c 25%,
    #929c64 37.5%,
    #7fbc55 50%,
    #929c64 62.5%,
    #98697c 75%,
    #c15694 100%
  );
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3.5s ease-in-out infinite;
  animation: shine 3.5s ease-in-out infinite;
}

#home section.panel.main h1,
#home section.panel.splash h1 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 4.45rem;
  text-indent: -0.15rem;
  margin-top: -15px;
  background: -o-linear-gradient(
    left,
    #d459a2 0%,
    #c15694 12.5%,
    #98697c 25%,
    #929c64 37.5%,
    #7fbc55 50%,
    #929c64 62.5%,
    #98697c 75%,
    #c15694 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d459a2),
    color-stop(12.5%, #c15694),
    color-stop(25%, #98697c),
    color-stop(37.5%, #929c64),
    color-stop(50%, #7fbc55),
    color-stop(62.5%, #929c64),
    color-stop(75%, #98697c),
    to(#c15694)
  );
  background: linear-gradient(
    to right,
    #d459a2 0%,
    #c15694 12.5%,
    #98697c 25%,
    #929c64 37.5%,
    #7fbc55 50%,
    #929c64 62.5%,
    #98697c 75%,
    #c15694 100%
  );
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3.5s ease-in-out infinite;
  animation: shine 3.5s ease-in-out infinite;
}

#home.ie section.panel.main h1,
#home.ie section.panel.splash h1,
body.ie .subtle-shine,
body.ie section.panel.main h1 + span {
  background: transparent;
  color: #332e2e;
}

#home .subtle-shine {
  background: -o-linear-gradient(
    left,
    #d459a2 0%,
    #c15694 12.5%,
    #98697c 25%,
    #929c64 37.5%,
    #7fbc55 50%,
    #929c64 62.5%,
    #98697c 75%,
    #c15694 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d459a2),
    color-stop(12.5%, #c15694),
    color-stop(25%, #98697c),
    color-stop(37.5%, #929c64),
    color-stop(50%, #7fbc55),
    color-stop(62.5%, #929c64),
    color-stop(75%, #98697c),
    to(#c15694)
  );
  background: linear-gradient(
    to right,
    #d459a2 0%,
    #c15694 12.5%,
    #98697c 25%,
    #929c64 37.5%,
    #7fbc55 50%,
    #929c64 62.5%,
    #98697c 75%,
    #c15694 100%
  );
  background-size: auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3.5s ease-in-out infinite;
  animation: shine 3.5s ease-in-out infinite;
}

body.safari .subtle-shine {
  color: #000;
  background: transparent;
  -webkit-text-fill-color: inherit;
}

@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.wp-block-lazyblock-home-main + .wp-block-lazyblock-home-background-image {
  margin-right: -10vw;
}

.wp-block-lazyblock-home-main + .wp-block-lazyblock-home-background-image .bg {
  min-width: auto !important;
  width: auto !important;
  background-size: 80% !important;
}

.wp-block-lazyblock-home-main
  + .wp-block-lazyblock-home-background-image
  .bg
  .wrapper {
  width: 60vw !important;
}

#home section.panel.splash img {
  width: 70vw;
}

#home section.main img.logo {
  margin-right: auto;
}

#home section.panel.bg .wrapper {
  width: 100vw;
  max-width: 100vw;
}

#home section.panel .inner.narrow {
  max-width: 650px;
}

#home section.panel#capabilities {
  min-width: 1000px;
  /* min-width: 100vw; */
  /* min-width: 90vw; */
  padding-left: 0;
}

#home section.panel#capabilities .inner {
  /* max-width: 79vw; */
  max-width: 750px;
}
#home section.panel#how-we-do-it {
  min-width: 1000px;
}
#home section.panel#how-we-do-it .inner {
  max-width: 750px;
}
/* 
#home section.panel#how-we-do-it {
  min-width: 500px;
}

#home section.panel#how-we-do-it .inner {
  max-width: 500px;
} */

#home section.panel#how-we-do-it .flex div:not(:last-child) {
  margin-right: 35px;
}

#home section.panel#capabilities + .tabs {
  /* margin-left: -250px; */
}

#home section.panel.tabs {
  width: auto;
  min-width: auto;
}

#home section.panel.tabs .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 60px;
}

#home section.panel.tabs .tab {
  padding: 60px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 250px;
  border-left: 1px solid #332e2e;
  /* max-width: 550px; */
  /* 
    margin-left: -1px; */
  position: relative;
  /* position: absolute; */
  /* height: 100%; */
  top: 0;
  left: 0;
  z-index: 1;
  /* will-change: transform, width; */
  -webkit-transition: width 700ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition: width 700ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition: width 700ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -webkit-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
}

#home section.panel.tabs .tab.active {
  width: 650px;
}

#home section.panel.tabs .tab .toggle {
  -webkit-transition: opacity 350ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition: opacity 350ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition: opacity 350ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -webkit-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
}

#home section.panel.tabs .tab.active .caps-font + .link {
  opacity: 0;
  margin-top: -20px !important;
}

#home section.panel.tabs .tab.active .caps-font + .link span:after {
  background: transparent;
}

/* #home section.panel.tabs .tab.active .toggle {
    opacity: 0;
    visibility: hidden;
} */

#home.safari section.panel.tabs .tab {
  /* transition: width .1s; */
}

#home section.panel.tabs .tab.we-are {
  width: 625px;
}

#home section.panel.tabs .tab .spacer {
  width: 1px;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background: #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* will-change: transform; */
}

#home section.panel.tabs .tab:last-child {
  border-right: 1px solid #000;
}

/* #home section.panel.tabs .tab:last-child:after { */
/* border-right: 1px solid #332E2E; */
/* content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background: #332E2E;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
} */

#home section.panel.tabs .tab .inner .top {
  padding: 0 44px 40px;
  margin: 0;
  min-height: 235px;
  /* position: absolute; */
  width: 100%;
  /* top: 60px; */
  position: relative;
  z-index: 1;
}

.safari#home section.panel.tabs .tab .inner .top {
  min-height: 205px;
}

#home.safari section.panel.tabs .tab .inner .top {
  position: static;
}

#home section.panel.tabs .tab .inner .top > * {
  margin-bottom: 15px;
  /* position: absolute; */
}

#home section.panel.tabs .tab .inner .top .content {
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transition: 800ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition: 800ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition: 800ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -webkit-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.safari#home section.panel.tabs .tab .inner .top .content {
  max-height: 0;
}

.safari#home section.panel.tabs .tab.active .inner .top .content {
  max-height: 1000px;
}

#home section.panel.tabs .tab.active .inner .top .content {
  /* position: static; */
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

#home section.panel.tabs .tab .inner .top p {
  /* max-height: 175px; */
  margin-bottom: 15px;
  -webkit-transition: opacity 450ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition: opacity 450ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition: opacity 450ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -webkit-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  opacity: 0;
  min-width: 500px;
  /* width: 450px; */
  /* width: 500px; */
  /* width: 620px; */
}

#home section.panel.tabs .tab.active .inner .top p {
  opacity: 1;
}

#home section.panel.tabs .tab .inner .top .link {
  /* opacity: 0; */
  z-index: 2;
  margin: 0;
  max-height: 100px;
  -webkit-transition: 250ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition: 250ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition: 250ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#home section.panel.tabs .tab .inner .top > *:last-child {
  margin-bottom: 0;
}

#home section.panel.tabs .tab .inner .bottom {
  /* position: relative; */
  position: absolute;
  /* min-height: calc(100vh - 290px); */
  width: 100%;
  height: calc(100vh - 250px);
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  -webkit-transition: height 800ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition: height 800ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition: height 800ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -webkit-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
}

#home.safari section.panel.tabs .tab .inner .bottom {
  position: static;
}

#home section.panel.tabs .tab .inner .bottom .bg {
  width: 100%;
  /* width: 625px; */
  min-height: calc(100vh - 290px);
  background-position: top !important;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: height 800ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition: height 800ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition: height 800ms cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -webkit-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  -o-transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
  transition-timing-function: cubic-bezier(0.965, 0.025, 0.485, 0.945);
}

#home.safari section.panel.tabs .tab .inner .bottom .bg {
  position: static;
}

#home section.panel.capabilities .wrapper,
#home section.panel.how-we-do-it .wrapper {
  margin-left: 0;
}

#home section.panel.how-we-do-it .inner {
  max-width: 700px;
  /* position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0) translate3d(0, 50px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
  /* opacity: 0; */
}

#home.ie section.panel.how-we-do-it .inner {
  bottom: 0;
}

#home section.panel.how-we-do-it .text-sm p {
  margin-bottom: 25px;
}

#home section.panel.how-we-do-it .text-sm p:last-child {
  margin-bottom: 0;
}

#home section.panel#how-we-do-it + section.bg {
  border-right: 1px solid #332e2e;
}

#home section.panel.work-with {
  /* min-width: 750px; */
  /* min-width: 75vmin; */
  min-width: 736px;
  border-left: 1px solid #332e2e;
  border-right: 1px solid #332e2e;
}

#home section.panel.work-with .wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#home section.panel.work-with .top {
  margin: 0;
  min-height: 230px;
  border-bottom: 1px solid #332e2e;
}

#home section.panel.work-with .top .inner {
  padding-left: 60px;
  padding-right: 60px;
}

#home section.panel.work-with .bottom {
  max-height: calc(100vh - 290px);
  /* 2 pixels more to compensate for the border */
  height: 100%;
}

@supports ((display: -ms-grid) or (display: grid)) {
  #home section.panel.work-with .bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #home section.panel.work-with .grid-item {
    width: auto;
    border: none !important;
  }
}

#home.ie section.panel.work-with .bottom {
  max-width: 750px;
}

#home section.panel.work-with .bottom .gallery,
#home section.panel.work-with .bottom .gallery .slick-list,
#home section.panel.work-with .bottom .gallery .slick-track,
#home section.panel.work-with .bottom .gallery div,
#home section.panel.work-with .bottom .gallery img {
  height: 100%;
}

#home section.panel.work-with .bottom.fifteen .gallery,
#home section.panel.work-with .bottom.fifteen .gallery .slick-list,
#home section.panel.work-with .bottom.fifteen .gallery .slick-track,
#home section.panel.work-with .bottom.fifteen .gallery div,
#home section.panel.work-with .bottom.fifteen .gallery img {
  max-height: calc((100vh - 211px) / 5);
}

#home section.panel.work-with .bottom.twelve .gallery,
#home section.panel.work-with .bottom.twelve .gallery .slick-list,
#home section.panel.work-with .bottom.twelve .gallery .slick-track,
#home section.panel.work-with .bottom.twelve .gallery div,
#home section.panel.work-with .bottom.twelve .gallery img {
  max-height: calc((100vh - 290px) / 4);
}

#home section.panel.work-with .bottom.nine .gallery,
#home section.panel.work-with .bottom.nine .gallery .slick-list,
#home section.panel.work-with .bottom.nine .gallery .slick-track,
#home section.panel.work-with .bottom.nine .gallery div,
#home section.panel.work-with .bottom.nine .gallery img {
  max-height: calc((100vh - 290px) / 3);
}

#home section.panel.work-with .bottom.six .gallery,
#home section.panel.work-with .bottom.six .gallery .slick-list,
#home section.panel.work-with .bottom.six .gallery .slick-track,
#home section.panel.work-with .bottom.six .gallery div,
#home section.panel.work-with .bottom.six .gallery img {
  max-height: calc((100vh - 290px) / 2);
}

#home section.panel.work-with .bottom.three .gallery,
#home section.panel.work-with .bottom.three .gallery .slick-list,
#home section.panel.work-with .bottom.three .gallery .slick-track,
#home section.panel.work-with .bottom.three .gallery div,
#home section.panel.work-with .bottom.three .gallery img {
  max-height: calc((100vh - 290px) / 1);
}

#home.ie section.panel.work-with .bottom .gallery,
#home.ie section.panel.work-with .bottom .gallery .slick-list,
#home.ie section.panel.work-with .bottom .gallery .slick-track,
#home.ie section.panel.work-with .bottom .gallery div,
#home.ie section.panel.work-with .bottom .gallery img {
  width: 250px;
  max-height: 290px;
}

#home.ie section.panel.work-with .bottom .gallery div {
  position: relative;
}

/* #home.ie section.panel.work-with .bottom .gallery img {
    position: absolute;
    top: 0;
    left: 0;
} */

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #home section.panel.work-with .bottom .gallery img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#home section.panel.work-with .grid-item {
  border-bottom: 1px solid #332e2e;
  border-left: 1px solid #332e2e;
  padding: 1px;
  overflow: hidden;
}

#home.ie section.panel.work-with .grid-item {
  width: 250px;
}

#home section.panel.work-with .grid-item:nth-child(3n + 1) {
  border-left: 0;
}

#home section.panel.work-with .grid-item:nth-child(7),
#home section.panel.work-with .grid-item:nth-child(8),
#home section.panel.work-with .grid-item:nth-child(9) {
  border-bottom: 0;
}

#home section.panel.projects .wrapper {
  padding-left: 0;
}

#home section.panel.tabs .tab.intro {
  width: 500px;
  border-left: 1px solid #000;
}

#home section.panel.tabs .tab.intro .inner {
  padding-left: 60px;
  padding-right: 60px;
}

#home section.panel.inquire {
  /* min-width: 75vmin; */
  /* min-width: 50vw; */
  /* min-width: calc(100vw - 60px); */
  min-width: 555px;
}

#home section.panel.inquire #inquire-content {
  /* -webkit-transform: translateZ(0);
    transform: translateZ(0) translate3d(0, 50px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0; */
}

#home section.panel.inquire .flex:not(.social) {
  height: 100%;
}

#home section.panel.inquire .inner {
  /* max-width: 685px; */
  /* max-width: 285px; */
}

#home section.panel.inquire .bottom > * {
  margin-bottom: 10px;
}

#home section.panel.inquire .bottom > *:last-child {
  margin-bottom: 0;
}

#home section.panel.inquire .bottom a {
  text-decoration: none;
}

#home section.panel.inquire .social i {
  margin-right: 10px;
  font-size: 21px;
}

#home section.panel.inquire .social a:last-child i {
  margin-right: 0;
}

#home section.panel.null .wrapper {
  width: 46vw;
}

@media screen and (min-width: 861px) {
  #home section.panel.we-do {
    margin-left: -60px;
  }

  /* #home
    .wp-block-lazyblock-home-how-we-do-it-intro
    + .wp-block-lazyblock-home-background-image {
    margin-left: -225px;
  } */

  #home section.inquire p.text-lg {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 860px) {
  html {
    scroll-behavior: smooth;
  }

  #home .container {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
    z-index: 1;
    background: white;
    /* margin-top: 100vh; */
    /* margin-top: calc(-100vh - 60px); */
  }

  #home .slider {
    /* overflow-x: hidden; */
  }

  .wp-block-lazyblock-home-main {
    width: 100%;
  }

  .wp-block-lazyblock-home-main + .wp-block-lazyblock-home-background-image {
    margin-right: 0;
    margin-bottom: -8px;
    width: 100%;
  }

  .wp-block-lazyblock-home-main
    + .wp-block-lazyblock-home-background-image
    .panel {
    border: 0 !important;
    background-position: 75vw 0% !important;
    background-size: 325px !important;
    padding: 0 0 150px !important;
    top: -150px;
    margin-bottom: -150px;
    z-index: -1 !important;
    position: relative !important;
  }

  #home section.panel .inner.narrow {
    margin: 0 auto;
  }

  #home section.panel,
  section.panel {
    height: initial;
    width: 100% !important;
    min-width: 100% !important;
    padding-left: 0 !important;
  }

  #home section.panel {
    background: white;
    position: relative;
    z-index: 1;
    border-top: 1px solid #332e2e;
  }

  #home section.panel .wrapper {
    padding-top: 60px;
  }

  #home section.panel.splash {
    height: 100vh;
    width: 100vw !important;
    position: fixed;
    top: 0;
    left: 0;
    border-top: 0;
  }

  #home section.panel.splash .scroll-down {
    position: fixed;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 45px;
  }

  #home section.panel.main {
    border-top: 0;
    background: transparent;
    /* margin-top: 100vh; */
    /* border-top: 1px solid #332E2E; */
  }

  #home section.panel.main .inner.narrow {
    padding: 0 150px 25px 25px;
  }

  #home section.panel.main .wrapper {
    padding-left: 25px;
    padding-top: 50px;
  }

  #home section.panel.main h1,
  #home section.panel.splash h1 {
    font-size: calc(3rem + 3vw);
    line-height: 1;
    /* padding-bottom: 35px; */
    text-indent: 0;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  #home section.panel.splash h1 > span {
    position: relative;
    top: -40px;
    left: 3px;
    font-size: 1.05rem;
  }

  #home section.panel.bg {
    padding: 25% 0%;
  }

  .wp-block-lazyblock-home-project-tabs {
    width: 100%;
    overflow: hidden;
  }

  #home section.panel.tabs.we-do .tab:last-child {
    border-bottom: 0;
  }

  #home section.panel.how-we-do-it {
    /* border-top: 0; */
    /* margin-top: -1px; */
  }

  #home section.panel.work-with {
    border-left: 0;
  }

  #home section.panel.tabs .tab {
    width: 100% !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 50px 0 0;
    border-bottom: 1px solid #000;
  }

  #home section.panel.tabs .wrapper {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
    border-right: 0;
  }

  #home section.panel .tab .spacer {
    display: none;
  }

  #home section.panel.tabs .tab .inner .top .content {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  #home section.panel.tabs .tab .inner .top {
    position: static;
    padding: 0;
    min-height: auto;
    /* -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; */
    padding-right: 25px;
    padding-left: 25px;
  }

  #home section.panel.tabs .tab .inner .top .link {
    font-size: 1.39rem;
    padding-bottom: 6px;
  }

  #home section.panel.tabs .tab .inner .top p {
    width: auto;
    opacity: 1;
    min-width: auto;
  }

  #home section.panel.tabs.projects .inner .top p {
    padding-right: 150px;
  }

  #home section.panel.tabs .tab .inner .bottom {
    min-height: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: static;
  }

  #home section.panel.tabs .tab .inner .bottom .bg {
    position: static;
    min-height: auto;
    padding: 50% 33%;
    width: 100%;
    background-position: 50% 0 !important;
  }

  #home section.panel.tabs .tab:last-child:after {
    display: none;
  }

  #home section.panel.how-we-do-it .inner {
    opacity: 1 !important;
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  #home section.panel.tabs .tab.intro {
    border-left: 0;
  }

  #home section.panel.tabs .tab.intro p {
    margin-bottom: 30px;
  }

  #home section.panel .project_slider .tab {
    border: 0;
  }

  #home section.panel.work-with .wrapper {
    padding-top: 60px;
  }

  #home section.panel.work-with .top {
    min-height: auto;
  }

  #home section.panel.work-with .top .inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }

  #home section.panel.tabs .tab.intro .inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
  }

  #home section.panel.tabs.projects .arrows {
    position: absolute;
    z-index: 9;
    bottom: 97px;
    right: 25px;
    background: black;
    padding: 0;
  }

  #home section.panel.tabs.projects .arrows > * {
    display: inline-block;
    width: 26px;
    height: 26px;
  }

  #home section.panel.tabs.projects .arrows .prev {
    margin-right: 50px;
  }

  #home section.panel.tabs.projects .arrows .next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #home section.panel.inquire #inquire-content {
    opacity: 1 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  #home section.panel.inquire #inquire-content p {
    margin-bottom: 35px;
  }

  #home section.panel.work-with .bottom .gallery,
  #home section.panel.work-with .bottom .gallery .slick-list,
  #home section.panel.work-with .bottom .gallery .slick-track,
  #home section.panel.work-with .bottom .gallery div,
  #home section.panel.work-with .bottom .gallery img,
  #home section.panel.work-with .bottom {
    height: auto;
    max-height: initial;
  }

  #home .wp-block-lazyblock-home-inquire {
    width: 100%;
  }

  #home section.panel.inquire .inner {
    max-width: 100%;
    width: 75%;
  }

  #home section.panel.inquire .inner.bottom {
    width: 25%;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  #home section.panel.inquire .bottom .social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  #home section.panel.inquire .bottom a {
    margin-right: 0;
    margin-left: 5px;
  }
}

@media screen and (max-width: 600px) {
  #home section.panel.main .inner.narrow {
    padding: 0 0 25px 25px;
  }

  #home section.panel .inner .text-sm > * {
    margin-bottom: 15px;
  }

  #home section.panel .inner .text-sm > *:last-child {
    margin-bottom: 0;
  }

  .wp-block-lazyblock-home-main
    + .wp-block-lazyblock-home-background-image
    .panel {
    background-position: 140% 0% !important;
    background-size: 225px !important;
    padding: 0 0 200px !important;
    top: -100px !important;
  }
}

@media screen and (max-width: 480px) {
  #home section.panel.splash h1 > span {
    top: -30px;
    font-size: calc(1vw + 0.6rem);
  }
}
