:root {
  --cream: #f5f5f5;
}

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

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

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

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

.section {
  z-index: 1;
  width: 100%;
  height: 100svh;
  position: fixed;
  inset: 0%;
}

.div-block {
  z-index: 1;
  background-color: #939393;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 24px 24px 24px 84px;
  overflow: hidden;
}

.container {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 0 0;
}

.heading {
  color: var(--cream);
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 42px;
  font-family: Csvolatile, Verdana, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 8.5vw;
}

.heading-2 {
  color: var(--cream);
  letter-spacing: .08vw;
  margin-bottom: 0;
  margin-left: 48px;
  font-family: Silkone, Times New Roman, sans-serif;
  font-size: 4vw;
  font-style: italic;
  font-weight: 400;
  line-height: 4.5vw;
}

.image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.body {
  background-color: var(--cream);
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 84px;
  padding-top: 36px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-2 {
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-3 {
  background-color: #000;
  flex: 1;
  width: 2px;
  margin-top: 24px;
  margin-bottom: 48px;
  padding-right: 0;
}

.div-block-4 {
  background-image: linear-gradient(#0f0f0f00 55%, #101010d6);
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  height: 100svh;
}

.div-block-6 {
  background-color: var(--cream);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  box-shadow: 0 -1px 3px #0000000a;
}

.section-2 {
  z-index: 3;
  position: relative;
}

.div-block-7 {
  z-index: 2;
  background-color: var(--cream);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  color: #000;
  text-align: center;
  padding-top: 12px;
  font-family: "Lasope 1954", Arial, sans-serif;
  font-size: 48px;
  line-height: 59px;
  display: block;
}

.quick-stack {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-block-8 {
  width: 100%;
  max-width: 1650px;
  padding-top: 96px;
  padding-left: 60px;
  padding-right: 60px;
}

.portfolio-piece {
  background-color: #ededed;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.portfolio-piece.left-side-piece {
  border-top-left-radius: 12px;
}

.portfolio-piece.right-side-piece {
  border-top-right-radius: 12px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.columns {
  display: none;
}

.grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch center;
  padding-bottom: 48px;
}

.div-block-9 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-10 {
  background-color: #f0f0f0;
  flex: 1;
  height: 2px;
}

.div-block-11 {
  width: 100%;
}

.image-3 {
  max-width: 78%;
}

.div-block-11-copy {
  width: 100%;
  margin-top: 300px;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-left: 120px;
  margin-right: 120px;
  display: none;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  max-width: 300px;
  min-height: 108px;
  display: flex;
}

.image-4 {
  max-width: 66%;
}

.image-5 {
  max-width: 98%;
}

.image-6 {
  max-width: 82%;
  padding-top: 4px;
}

.image-7 {
  max-width: 82%;
}

.image-8 {
  max-width: 95%;
}

.div-block-13 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: wrap;
  place-content: space-around center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.text-block {
  color: #595959;
  text-align: left;
  max-width: 960px;
  margin-bottom: 72px;
  font-family: Csvolatile, Verdana, sans-serif;
  font-size: 24px;
  line-height: 39px;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 24px;
  display: flex;
}

.link-block {
  cursor: pointer;
  max-width: 12%;
}

.link-block:hover {
  opacity: .75;
}

.image-10 {
  width: 270px;
  max-width: none;
  margin-top: 210px;
}

.text-block-2 {
  color: gray;
  letter-spacing: .4px;
  margin-top: 48px;
  font-family: Silkone, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.div-block-15 {
  border-radius: 200px;
  width: 180px;
  overflow: hidden;
}

.div-block-16 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.paragraph {
  color: #4d4d4d;
  text-align: left;
  width: 690px;
  min-width: 240px;
  margin-bottom: 0;
  margin-left: 48px;
  font-family: Retrodict, Times New Roman, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
}

.div-block-17 {
  z-index: 100;
  background-color: var(--cream);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.image-12 {
  width: 180px;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-15 {
    width: 150px;
  }

  .div-block-16 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .paragraph {
    text-align: center;
    margin-right: 48px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 42px;
    margin-left: 54px;
    font-size: 10vw;
    line-height: 10vw;
  }

  .heading-2 {
    margin-left: 60px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 39px;
  }

  .div-block-8 {
    padding-top: 60px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-9 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11-copy {
    margin-top: 120px;
  }

  .div-block-13 {
    margin-top: 72px;
  }

  .text-block {
    margin-bottom: 54px;
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-14 {
    margin-top: 30px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .link-block {
    width: 120px;
    max-width: none;
  }

  .image-10 {
    width: 168px;
    margin-top: 120px;
  }

  .paragraph {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    border-radius: 0;
    inset: 0;
  }

  .heading {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 12px;
    font-size: 16vw;
    line-height: 20vw;
  }

  .heading-2 {
    margin-left: 21px;
    font-size: 9vw;
    line-height: 10vw;
  }

  .div-block-2 {
    display: none;
  }

  .heading-3 {
    max-width: 224px;
    margin-top: 18px;
    padding-top: 3px;
  }

  .div-block-9 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .div-block-12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-13 {
    margin-top: 60px;
  }

  .div-block-15 {
    width: 120px;
  }

  .div-block-16 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 84px;
  }

  .paragraph {
    margin-bottom: 24px;
    margin-left: 30px;
    margin-right: 30px;
  }
}

#w-node-_22a61d1b-190c-6aeb-b078-eb34d9e7e453-39e2ca48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1a9a7569-001a-9773-5d7f-2cb0a6240760-39e2ca48 {
  order: 0;
}

#w-node-_9cf404e0-2e27-39d3-2665-8d12f85beb69-39e2ca48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb8a657f-c893-b780-18e8-2bb130372602-39e2ca48 {
  place-self: stretch center;
}

#w-node-_7986de6b-7c79-4619-6193-e2b65c2e16c0-39e2ca48, #w-node-c05c6aa9-289a-c5ca-76e1-35eddf2116c0-39e2ca48, #w-node-_744911c0-7ea3-3326-6d65-5e413595e45b-39e2ca48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_22a61d1b-190c-6aeb-b078-eb34d9e7e453-39e2ca48, #w-node-_9cf404e0-2e27-39d3-2665-8d12f85beb69-39e2ca48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Silkone';
  src: url('../fonts/Silkone.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Csvolatile';
  src: url('../fonts/CSVolatile-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agera Gothic';
  src: url('../fonts/AgeraGothic-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lasope 1954';
  src: url('../fonts/LASOPE-1954.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Retrodict';
  src: url('../fonts/Retrodict.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}