:root {
  --black: black;
  --white: white;
  --grey: #888;
  --white-2: #fffc;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: operetta-12, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

a {
  color: var(--white);
  text-decoration: none;
}

label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.bc-logo {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.lottie-animation {
  width: 800px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.heading {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  text-align: center;
  margin-bottom: 353px;
  position: relative;
}

.contact-details {
  border-top: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 500px;
  padding-top: 20px;
  position: relative;
}

.paragraph {
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
}

.brand {
  width: 200px;
  padding: 15px 10px;
}

.brand.w--current {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 24px;
}

.container.nav {
  border-bottom: 1px solid var(--white);
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.container.nopad {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#000 14%, #0009 65%, #0000);
  padding-top: 23px;
  position: fixed;
  inset: 0% 0% auto;
}

.navline {
  border-top: 1px solid var(--white);
  width: 100%;
  max-width: 1440px;
  margin: 5px auto 20px;
}

.burger {
  background-color: var(--white);
  width: 40px;
  height: 1px;
  position: relative;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 20px 16px;
  display: flex;
}

.menu-button.w--open {
  background-color: #c8c8c800;
}

.menu-button.forinner.w--open {
  transition: all .2s;
  position: absolute;
  inset: 15px 15px auto auto;
}

.menu-button.forinner.w--open:hover {
  color: var(--grey);
}

.portolio-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 39px;
  display: flex;
}

.overlay {
  opacity: 0;
  background-color: #000000ab;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay:hover {
  opacity: 1;
}

.div-block {
  border-top: 1px solid var(--white-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0;
  font-size: 20px;
}

.text-block {
  border-top: 1px solid var(--white-2);
  border-bottom: 1px solid var(--white-2);
  text-align: center;
  margin-top: 5px;
  padding: 20px;
  font-weight: 400;
}

.nav-menu {
  background-color: #000;
  width: 100%;
  max-width: 600px;
  min-height: 100vh;
  padding-top: 105px;
}

.new-navlink {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
}

.new-navlink:hover, .new-navlink.w--current {
  color: var(--grey);
}

.new-navlink.top {
  border-top: 1px solid #fff;
  margin-top: 1px;
  transition: all .2s;
}

.hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 80vh;
}

.hero.about {
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  min-height: 40vh;
  padding-top: 132px;
  padding-bottom: 40px;
  display: flex;
}

.hero.home {
  background-image: none;
  min-height: auto;
  padding-top: 209px;
  padding-bottom: 150px;
}

.hero.adjust {
  background-attachment: scroll;
  min-height: 50vh;
}

.portfolio-intro {
  color: var(--black);
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.portfolio-intro.black {
  background-color: var(--black);
}

.port-head {
  color: var(--black);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.port-head.white {
  color: var(--white);
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.black-line {
  border-top: 1px solid #000;
  width: 100%;
  margin-bottom: 40px;
}

.black-line.white {
  border-top-color: #fff;
}

.porfolio-gallery {
  background-color: #fff;
  padding: 20px 0;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fillimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.portfolio-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-footer {
  background-color: #242424;
  background-image: radial-gradient(circle at 100% 100%, #303030, #000 73%);
  padding-top: 63px;
  padding-bottom: 63px;
  position: relative;
}

.footernav {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.biglink {
  color: var(--black);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

.large-image {
  width: 100%;
  margin-bottom: 20px;
}

.three-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-slider-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.home-slider {
  width: 50%;
  min-height: 100vh;
}

.mask, .slide {
  height: 100%;
}

.hidearrow {
  display: none;
}

.video {
  margin-bottom: 20px;
}

.empty {
  display: none;
}

.section {
  padding-top: 153px;
}

.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  display: flex;
}

.half {
  flex-direction: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.form {
  padding: 0;
}

.field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  background-color: var(--black);
  color: var(--white);
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.field.textarea {
  height: 120px;
}

.button {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 23px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.map {
  flex: 1;
}

.checkbox-field {
  margin-bottom: 25px;
}

.success-message {
  background-color: var(--black);
  font-size: 20px;
}

.rich-text-block {
  display: none;
}

.text-block-2 {
  text-transform: uppercase;
  font-family: operetta-12, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.intro-para {
  max-width: 50ch;
  font-size: 38px;
  line-height: 40px;
}

.hero-head {
  padding-left: 0;
  padding-right: 0;
}

.line {
  background-color: #000;
  width: 45px;
  height: 2px;
}

.close {
  width: 40px;
  height: 40px;
}

.footer {
  padding-top: 76px;
  padding-bottom: 76px;
  font-family: museo-slab, sans-serif;
  font-weight: 300;
}

.quick-stack {
  padding: 0;
}

.footer-logo {
  width: 180px;
}

.social {
  background-color: var(--white);
  width: 50px;
  height: 50px;
  padding: 8px;
}

.social:hover {
  background-color: var(--grey);
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-family: museo-slab, sans-serif;
  font-size: 14px;
}

.flex-block.innab {
  justify-content: flex-start;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
}

.text-block-3 {
  font-family: museo-slab, sans-serif;
}

.cell {
  border-top: 1px solid #fff;
}

.text-block-4 {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 14px;
}

.cell-2 {
  align-items: flex-end;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cleint-logo-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px;
  display: flex;
}

.client-logo {
  width: 100%;
  max-width: 150px;
  max-height: 70px;
}

.client-logo.larger {
  max-width: 200px;
  max-height: 100px;
}

.gap-top {
  margin-top: 60px;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.rich-text-block-2 {
  font-family: museo-slab, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-5 {
  border-bottom: 1px solid var(--grey);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  border-top: 1px solid #000;
  margin-top: 5px;
  padding-top: 20px;
}

.collection-item-2 {
  border-top: 1px solid #000;
}

.black {
  color: var(--black);
}

.more-work-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-sub-item {
  width: 100%;
  height: 300px;
  position: relative;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.heading-4 {
  text-transform: uppercase;
  margin-top: 60px;
  font-family: operetta-12, sans-serif;
  font-weight: 400;
}

.text-block-6 {
  color: var(--white);
}

.sectorlink {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding: 19px;
  font-weight: 700;
}

.sectorlink:hover {
  color: var(--black);
  background-color: #fff;
}

.cell-3 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.blacklink {
  color: var(--grey);
}

.blacklink:hover, .cookiewrapper {
  color: var(--black);
}

.burgie {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .lottie-animation {
    width: 100%;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 20px;
    line-height: 20px;
  }

  .portolio-item {
    min-height: 50vh;
  }

  .flex-block {
    justify-content: flex-start;
    padding-top: 20px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-3, .more-work-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 18px;
    line-height: 18px;
  }

  .flex {
    flex-direction: column;
  }

  .half {
    max-width: 100%;
  }

  .map {
    min-height: 400px;
  }

  .text-block-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .intro-para {
    font-size: 32px;
    line-height: 36px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-3, .more-work-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2ed-1c1bb2eb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2ee-1c1bb2eb, #w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2f2-1c1bb2eb {
  grid-column: span 2 / span 2;
}

#w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2fa-1c1bb2eb {
  grid-column: span 4 / span 4;
}

#w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2fb-1c1bb2eb, #w-node-_9b16e044-a735-4292-5231-13965703c738-1c1bb2eb {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2ee-1c1bb2eb {
    grid-column: span 2 / span 2;
  }

  #w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2f2-1c1bb2eb, #w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2fb-1c1bb2eb {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2ed-1c1bb2eb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_63ee542b-1f95-4ffb-ac29-c3591c1bb2fb-1c1bb2eb {
    grid-column: span 4 / span 4;
  }
}


