@font-face {
  font-family: Berlingskeserif;
  src: url('../fonts/BerlingskeSerif-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Berlingskeserif;
  src: url('../fonts/BerlingskeSerif-Md.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Regular-1.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #434343;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 1rem;
  line-height: 110%;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Berlingskeserif, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 105%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Berlingskeserif, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  line-height: 110%;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.flex-h-0 {
  justify-content: space-between;
  display: flex;
}

.flex-h-0.stroke-b {
  border-bottom: 1px solid #43434329;
}

.project-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fffc;
  max-width: 37.5rem;
  padding: 2rem 1.5rem;
  position: relative;
}

.flex-v-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.project-card-name {
  font-family: Berlingskeserif, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.project-card-price {
  color: #434343b8;
  font-size: 1.75rem;
  line-height: 110%;
}

.flex-v-48 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: auto;
}

.lght-box {
  color: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 34.5rem;
  height: 17.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 110%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lght-box-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gradient {
  pointer-events: none;
  background-image: linear-gradient(#000c, #0003 54%, #00000080);
  position: absolute;
  inset: 0%;
}

.flex-h-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-h-16.is-abs {
  pointer-events: none;
  cursor: pointer;
  position: absolute;
}

.gallery-icon {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-20px {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.flex-v-32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.flex-v-32.scroll {
  height: 100%;
  overflow: scroll;
}

.text-size-16 {
  color: #434343b8;
  line-height: 150%;
}

.spacer-100 {
  height: 6.25rem;
}

.filters {
  background-color: #0000;
  margin-bottom: 0;
}

.form-filters {
  background-color: #0000;
}

.flex-h-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  display: flex;
}

.filter-label {
  color: #434343b8;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 150%;
}

.filter-input {
  color: #434343b8;
  background-color: #0000;
  border: 1px solid #43434329;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 15rem;
  height: 3.25rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.filter-input.active {
  background-color: #43434314;
}

.checkbox-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid #43434329;
  border-radius: .75rem;
  margin-bottom: 0;
  padding: .25rem;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.ms-pill-radio {
  display: none;
}

.ms-pill-item {
  border-radius: .75rem;
  justify-content: space-between;
  align-items: stretch;
  width: 3rem;
  height: 2.75rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.ms-pill-label {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.drop-filters {
  cursor: pointer;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.selected-filter {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  background-color: #434343;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .375rem .5rem .375rem .75rem;
  display: flex;
}

.filter-off {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

.flex-h-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.flex-v-64 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.results-text {
  background-color: #43434314;
  border: 1px solid #43434329;
  border-radius: .5rem;
  padding: 1px .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 156%;
}

.projects-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid #434343;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 2.875rem;
  font-weight: 600;
  display: flex;
  position: sticky;
  top: 0;
}

.header-item-246 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid #43434314;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 14rem;
  height: 100%;
  padding: .84375rem .5rem;
  font-size: .8rem;
  display: flex;
}

.header-item-246.align-left-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
}

.header-item-246.middle {
  width: 10rem;
}

.header-item-xl {
  text-align: left;
  border-right: 1px solid #43434314;
  justify-content: flex-start;
  align-items: center;
  width: 13rem;
  height: 100%;
  padding: .84375rem .75rem;
  font-size: .875rem;
  display: flex;
}

.header-item-160 {
  border-right: 1px solid #43434314;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: .84375rem .5rem;
  font-size: .8rem;
  display: flex;
}

.header-item-160.small {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 8.5rem;
}

.area-header {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  padding-left: .75rem;
}

.project-item {
  background-color: #43434314;
  border-bottom: 1px solid #43434314;
  justify-content: flex-start;
  height: 2.875rem;
  font-weight: 500;
  display: flex;
}

.code-embed {
  width: 2rem;
  height: 4.75rem;
  position: absolute;
  inset: 50% -2rem 0% auto;
}

.show-more {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  cursor: pointer;
  background-color: #43434329;
  border: 1px solid #43434329;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  padding: .375rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.icon-8px {
  flex: none;
  width: .75rem;
  height: .75rem;
}

.item-drop-list {
  transition: all .5s;
  overflow: hidden;
}

.project-item-inside {
  background-color: #fefdfc;
  border-bottom: 1px solid #43434314;
  height: 2.875rem;
  font-weight: 500;
  display: flex;
}

.icon-16px {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.sorting {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #43434329;
  border-radius: .75rem;
  padding: .5rem .75rem;
  display: flex;
}

.projects-table {
  border: 1px solid #43434314;
  border-radius: .75rem;
  margin-bottom: 6.25rem;
  position: relative;
}

.hide {
  display: none;
}

.current-filters {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nested-wrapper {
  background-color: #fff;
  overflow: hidden;
}

.filter-drop {
  width: 100%;
  position: relative;
}

.filters-list.w--open {
  background-color: #fff;
  border: 1px solid #43434329;
  border-radius: .75rem;
  margin-top: 4px;
  padding: .75rem 1.25rem;
  box-shadow: 0 20px 40px #26221f26;
}

.filters-check {
  width: 100%;
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 0;
  font-weight: 400;
  display: flex;
}

.filters-checkbox {
  border: 1px solid #43434329;
  border-radius: .25rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
}

.filters-checkbox.w--redirected-checked {
  background-color: #333;
  background-image: url('../images/icon-21.svg');
  background-position: 50%;
  background-size: .75rem .75rem;
  border: 1px solid #333;
  box-shadow: 0 0 0 #333;
}

.mob-sep {
  display: none;
}

.icon_text-flex {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-item-small {
  text-align: left;
  border-right: 1px solid #43434314;
  justify-content: flex-start;
  align-items: center;
  width: 16ch;
  height: 100%;
  padding: .84375rem .75rem;
  font-size: .875rem;
  display: flex;
}

.header-item-180 {
  border-right: 1px solid #43434314;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 12rem;
  padding: .84375rem .75rem;
  font-size: .875rem;
  display: flex;
}

.mob-label {
  color: #434343b8;
  font-size: .75rem;
  display: none;
}

.mob-scroll {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 100%;
  display: flex;
}

.close-card {
  width: 2rem;
  height: 2rem;
  display: none;
  position: absolute;
  inset: 2.25rem 1.5rem auto auto;
}

.mob-scroll-2 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: flex;
}

.sel-text {
  text-overflow: ellipsis;
  overflow: hidden;
}

.heading {
  line-height: 150%;
}

.heading.ohana {
  text-align: center;
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper {
  display: block;
}

.icon-28px {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1rem;
  display: flex;
}

.badge-sold {
  color: #fff;
  text-transform: uppercase;
  background-color: #434343b8;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: auto;
  margin-right: .5rem;
  padding: .25rem;
  font-size: .5rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.badge-listing {
  color: #434343;
  text-transform: uppercase;
  background-color: #43434314;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 1rem;
  margin-left: auto;
  margin-right: .5rem;
  padding: .25rem;
  font-size: .5rem;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-h-0.stroke-b {
    flex-flow: column;
  }

  .flex-h-0.mob-v-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .project-card {
    width: 100%;
    max-width: none;
  }

  .project-card-name {
    font-size: 1.5rem;
  }

  .project-card-price {
    font-size: 1.25rem;
  }

  .flex-h-16 {
    order: 1;
  }

  .flex-h-12.mob-v {
    flex-flow: column;
  }

  .filter-input {
    width: 100%;
  }

  .checkbox-wrap {
    justify-content: space-between;
  }

  .ms-pill-item {
    flex: 1;
    width: auto;
  }

  .ms-pill-label {
    min-width: 4rem;
  }

  .flex-h-8 {
    order: -1;
  }

  .flex-h-8._1 {
    order: 1;
  }

  .projects-header {
    display: none;
    position: static;
  }

  .header-item-246 {
    border-right-style: none;
  }

  .header-item-246.middle {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-right-style: solid;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-item-160 {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .header-item-160.small {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .area-header {
    background-color: #43434329;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .project-item {
    border-bottom: 1px solid #43434314;
    flex-flow: column;
    height: auto;
    padding-bottom: 3.25rem;
    position: relative;
  }

  .code-embed {
    display: none;
  }

  .show-more {
    position: absolute;
    inset: auto auto 1rem .75rem;
  }

  .item-drop-list {
    overflow: scroll;
  }

  .project-item-inside {
    justify-content: space-between;
    height: auto;
  }

  .nested-wrapper {
    width: 100%;
    overflow: scroll;
  }

  .mob-sep {
    background-color: #43434329;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .header-item-180 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .mob-label {
    display: block;
  }

  .mob-scroll {
    display: flex;
    overflow: scroll;
  }

  .project-name {
    font-size: 1.125rem;
  }

  .div-block {
    min-height: 60vh;
  }

  .close-card {
    display: block;
  }

  .mob-scroll-2 {
    flex: none;
    justify-content: space-between;
    display: flex;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.5rem;
  }

  .lght-box {
    height: 16.25rem;
  }

  .ms-pill-item.min-h {
    min-width: 4rem;
  }

  .ms-pill-label {
    min-width: auto;
  }
}


@font-face {
  font-family: 'Berlingskeserif';
  src: url('../fonts/BerlingskeSerif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berlingskeserif';
  src: url('../fonts/BerlingskeSerif-Md.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}