:root {
  --light-grey: #eaeaea;
  --black: black;
  --grey: #7e7e7e;
  --white: white;
}

.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-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-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;
}

body {
  background-color: var(--light-grey);
  color: var(--black);
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.22;
}

h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 47px;
  font-weight: 400;
  line-height: 1.22;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.22;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.22;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.22;
}

h5 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.22;
}

h6 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.22;
}

p {
  color: var(--black);
  margin-bottom: 10px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  min-width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 300;
  display: block;
}

blockquote {
  border-left: 1px solid var(--black);
  margin-bottom: 25px;
  padding: 10px 20px;
  font-size: 23px;
  line-height: 1.22;
}

figcaption {
  color: var(--grey);
  text-align: left;
  margin-top: 5px;
  margin-bottom: 25px;
}

.section {
  outline-offset: 0px;
  outline: 0 #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.style-section {
  margin-top: 100px;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.margin-top {
  margin-top: 150px;
}

.section.margin-top:focus, .section.margin-top:focus-visible, .section.margin-top[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px #000;
}

.section.margin-top.footer {
  background-color: var(--white);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.section.small-margin-top {
  margin-top: 35px;
}

.section.hero {
  padding-top: 0;
  padding-bottom: 0;
}

.tag {
  background-color: var(--white);
  border-radius: 8px;
  align-self: flex-start;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 5px 13px;
  text-decoration: none;
  display: inline-block;
}

.tag.hover {
  text-transform: none;
  font-family: Piazzolla Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
}

.tag.hover:hover, .tag.hover.w--current {
  background-color: var(--black);
  color: var(--white);
}

.tag.hover.margin-top {
  background-color: var(--white);
  color: var(--black);
}

.tag.hover.margin-top:hover {
  background-color: var(--black);
  color: var(--white);
}

.tag.hover.margin-top.no-margin-right {
  margin-right: 0;
}

.tag.hover.margin-top.no-margin-right.w--current {
  background-color: var(--white);
  color: var(--black);
}

.tag.margin-top {
  margin-top: 9px;
}

.style-container {
  border-top: 1px solid var(--black);
  border-bottom: 1px none var(--black);
  padding-top: 25px;
  padding-bottom: 25px;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  align-self: flex-start;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 7px 15px;
}

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

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

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

.grid.team {
  margin-top: 10px;
}

.colour-swatch {
  background-color: var(--black);
  border-radius: 8px;
  width: 100%;
  height: 100px;
}

.colour-swatch.light-grey {
  border: 2px solid var(--white);
  background-color: var(--light-grey);
}

.colour-swatch.grey {
  background-color: var(--grey);
}

.spacer._25 {
  width: 25px;
  height: 25px;
}

.spacer._50 {
  width: 50px;
  height: 50px;
}

.spacer._75 {
  width: 75px;
  height: 75px;
}

.spacer._100 {
  width: 100px;
  height: 100px;
}

.spacer._15 {
  width: 15px;
  height: 15px;
}

.container {
  max-width: 1600px;
  min-height: 26px;
  padding-left: 26px;
  padding-right: 26px;
}

.container.password {
  margin-left: auto;
  margin-right: auto;
}

.container.menu {
  padding-top: 13px;
}

.text-input {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 25px;
  padding: 10px 0;
  font-size: 25px;
  line-height: 30px;
}

.text-input:focus {
  border-bottom-color: var(--black);
  background-color: #0000;
}

.text-input::placeholder {
  background-color: #0000;
}

.text-input.password {
  margin-bottom: 50px;
  padding-top: 29px;
  padding-bottom: 30px;
  font-size: 47px;
  line-height: 1.22;
}

.text-area {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
}

.text-area:focus {
  border-bottom-color: var(--black);
}

.text-area::placeholder {
  color: var(--grey);
}

.rich-text-block img {
  width: 100%;
  min-width: 100%;
}

.rich-text-block li {
  list-style-type: decimal;
}

.rich-text-block p {
  margin-bottom: 15px;
}

.rich-text-block h6 {
  margin-bottom: 4px;
}

.rich-text-block blockquote {
  margin-top: 25px;
}

.rich-text-block.description {
  max-width: 75%;
}

.radio-button {
  background-color: var(--white);
  border-style: none;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 7px;
}

.radio-button.w--redirected-checked {
  border-style: none;
  border-color: var(--black);
  background-color: var(--black);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.checkbox {
  background-color: var(--white);
  border-style: none;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: var(--black);
  background-image: none;
  border-radius: 3px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-radius: 3px;
}

.tab-container {
  background-color: var(--white);
  border-radius: 8px;
  padding: 25px;
}

.dropdown {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 23px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -13px;
  margin-right: -13px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

._12-columns.align-left.style-guide {
  margin-bottom: 25px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-self: stretch;
  min-height: 10px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  position: relative;
}

.column._1-column-desktop {
  width: 8.33333%;
}

.column._2-columns-desktop {
  width: 16.6667%;
}

.column._3-columns-desktop {
  width: 25%;
}

.column._3-columns-desktop.hide-tablet {
  justify-content: flex-end;
  align-items: flex-end;
}

.column._5-columns-desktop {
  width: 41.6667%;
}

.column._4-columns-desktop {
  width: 33.3333%;
}

.column._6-columns-desktop {
  width: 50%;
}

.column._6-columns-desktop._12-columns-mobile.margin-top {
  justify-content: flex-end;
  align-items: flex-end;
}

.column._6-columns-desktop.align-right {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
}

.column._6-columns-desktop.grow-tablet.right-align {
  justify-content: center;
  align-items: stretch;
}

.column._7-columns-desktop {
  width: 58.3333%;
}

.column._8-columns-desktop {
  align-content: center;
  width: 66.6667%;
}

.column._9-columns-desktop {
  width: 75%;
}

.column._9-columns-desktop._12-columns-tablet.margin-top {
  margin-top: 1.5rem;
}

.column._10-columns-desktop {
  width: 83.3333%;
}

.column._11-columns-desktop {
  width: 91.6667%;
}

.column._12-columns-desktop {
  width: 100%;
}

.grid-placeholder {
  background-color: var(--grey);
  height: 25px;
}

.right-align {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.right-align.left-align-mobile.small {
  font-size: 1rem;
}

.navbar {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eaeaeacc;
  position: fixed;
  inset: 0% 0% auto;
}

.tag {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: inline-block;
}

.project-journal-item {
  border-top: 1px solid #000;
  margin-bottom: 90px;
  padding-top: 20px;
}

.project-journal-item:last-child {
  margin-bottom: 20px;
}

.tags-list {
  display: block;
}

.project-image {
  margin-bottom: 26px;
}

.link-block {
  text-decoration: none;
}

.form-block {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrapper {
  border-top: 1px solid #000;
  padding-top: 10px;
}

.cta-link {
  text-decoration: none;
}

.brand {
  z-index: 3;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.brand.w--current {
  color: var(--black);
}

.menu-button {
  z-index: 3;
}

.page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.nav-menu {
  z-index: 1;
}

.success-message {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  border-radius: 8px;
  padding: 10px 13px;
}

.error-message {
  border-radius: 8px;
  padding-left: 13px;
  padding-right: 13px;
}

.style-guide-spacer-wrapper {
  background-color: var(--grey);
  display: inline-block;
}

.nav-link {
  color: var(--black);
  padding: 0 7px;
  font-size: 1.5rem;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--grey);
}

.nav-comma {
  margin-right: 8px;
  font-size: 1.5rem;
  display: inline-block;
}

.horizontal-line {
  border-top: 1px solid #000;
  border-radius: 1px;
  flex: 1;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 10px;
}

.empty-state {
  background-color: #0000;
}

.date {
  margin-top: -3px;
  margin-bottom: 0;
}

.date.margin-top {
  margin-top: 5px;
}

.project-journal-main-image {
  margin-bottom: 15px;
}

.project-journal-main-image.margin-bottom {
  margin-bottom: 30px;
}

.big-text {
  flex: 1;
  font-family: Piazzolla Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 200;
}

.tworem {
  font-size: 2rem;
}

.big-text.no-padding-bottom {
  margin-bottom: 5px;
}

.big-text.link {
  align-self: flex-start;
}

.big-text.margin-bottom {
  margin-bottom: 23px;
}

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

.team-image {
  width: 100%;
  margin-bottom: 5px;
}

.project-info-title {
  margin-bottom: 0;
}

.hero-container {
  flex-flow: column wrap;
  height: 100vh;
  margin-bottom: 60px;
  padding-top: 55px;
  display: flex;
  overflow: hidden;
}

.hero-wrapper {
  flex: 1;
}

.hero-wrapper.text {
  flex: none;
  align-self: stretch;
}

.hero-wrapper.image {
  margin-bottom: 15px;
}

.info-wrapper {
  flex: 1;
}

.next.hide-desktop {
  display: none;
}

.side-by-side {
  display: flex;
}

.hero-slogan {
  margin-top: 6px;
}

.no-decoration-link {
  align-self: flex-start;
  text-decoration: none;
}

.no-decoration-link:hover {
  color: var(--grey);
}

.menu-brand {
  font-family: Piazzolla Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.hero-image-wrapper {
  background-image: url('../images/_MG_8366_web.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.paragraph {
  text-align: right;
}

.text-align-right {
  text-align: right;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.text-align-right:hover {
  color: var(--grey);
}

.body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading {
  font-family: Piazzolla Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 200;
}

.description {
  flex: 1;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
}

.description.no-padding-bottom {
  margin-bottom: 5px;
}

.description.link {
  align-self: flex-start;
}

.description.margin-bottom {
  margin-bottom: 1rem;
}

.description.width75 {
  width: 75%;
}

.heading-2 {
  font-family: Piazzolla Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 200;
}

.body-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-span {
  text-decoration: underline;
}

.span_1rem {
  font-size: 1rem;
}

.tabs-menu-2 {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.margin_bottom {
  margin-bottom: 2rem;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

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

  .rich-text-block.description {
    max-width: 100%;
  }

  .column._3-columns-desktop._12-columns-tablet {
    width: 100%;
  }

  .column._3-columns-desktop._12-columns-tablet.order-last-tablet {
    flex-direction: row-reverse;
    order: 1;
  }

  .column._3-columns-desktop._12-columns-tablet.order-last-tablet.margin-top-tablet {
    margin-top: 20px;
  }

  .column._3-columns-desktop._12-columns-tablet.margin-bottom-tablet {
    margin-bottom: 20px;
  }

  .column._3-columns-desktop.hide-tablet {
    display: none;
  }

  .column._3-columns-desktop.grow-tablet {
    flex: 1;
  }

  .column._5-columns-desktop._7-columns-tablet {
    width: 58.3333%;
  }

  .column._9-columns-desktop._12-columns-tablet {
    width: 100%;
  }

  .project-journal-item:last-child {
    margin-bottom: 0;
  }

  .tags-list {
    display: flex;
  }

  .tags-collection-list {
    flex-direction: column;
  }

  .date {
    text-align: right;
    flex-direction: column;
    margin-top: 6px;
  }

  .date.margin-top {
    margin-top: 13px;
  }

  .date.hide-tablet {
    display: none;
  }

  .project-location {
    text-align: right;
  }

  .project-journal-main-image.margin-bottom {
    margin-bottom: 20px;
  }

  .info-wrapper {
    flex: 0 auto;
  }

  .tags-wrapper {
    flex: 1;
    padding-top: 9px;
  }

  .next {
    margin-top: -10px;
  }

  .next.hide-desktop {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 22px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35.5px;
  }

  h3 {
    font-size: 31px;
  }

  h4 {
    font-size: 26.5px;
  }

  h5, h6 {
    font-size: 22px;
  }

  .section {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .section.margin-top {
    margin-top: 80px;
  }

  .tag {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .button {
    margin-bottom: 10px;
    margin-right: 10px;
  }

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

  .container {
    padding-left: 13px;
    padding-right: 13px;
  }

  .container.menu {
    margin-bottom: 10px;
  }

  .text-input.password {
    margin-bottom: 45px;
    font-size: 40px;
  }

  .column._3-columns-desktop._6-columns-mobile {
    flex: 0 auto;
    width: 50%;
  }

  .column._3-columns-desktop.hide-mobile {
    display: none;
  }

  .column._5-columns-desktop._7-columns-tablet._12-columns-mobile, .column._6-columns-desktop._12-columns-mobile {
    width: 100%;
  }

  .column._6-columns-desktop._12-columns-mobile.typeface {
    margin-bottom: 50px;
  }

  .column._6-columns-desktop._12-columns-mobile.margin-top {
    margin-top: 26px;
  }

  .column._9-columns-desktop._12-columns-mobile {
    width: 100%;
  }

  .right-align.left-align-mobile {
    text-align: left;
  }

  .project-journal-item {
    margin-bottom: 70px;
    padding-top: 13px;
  }

  .project-image {
    margin-bottom: 13px;
  }

  .menu-button {
    align-self: flex-end;
    padding: 0;
  }

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

  .nav-menu {
    background-color: var(--light-grey);
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding-top: 76px;
    padding-left: 13px;
    padding-right: 13px;
    position: fixed;
    inset: 0%;
  }

  .nav-link {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .nav-comma {
    display: none;
  }

  .project-journal-main-image {
    margin-bottom: 5px;
  }

  .project-journal-main-image.margin-bottom {
    margin-bottom: 15px;
  }

  .big-text {
    font-size: 40px;
  }

  .office-image {
    margin-bottom: 10px;
  }

  .hero-container {
    margin-bottom: 20px;
  }

  .menu-text {
    margin-bottom: 0;
    font-size: 22px;
  }

  .menu-text.close {
    display: none;
  }

  .menu {
    font-size: 22px;
  }

  .menu-brand {
    margin-bottom: 0;
  }

  .description {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 20px;
  }

  h1 {
    margin-bottom: 7px;
    font-size: 35px;
  }

  h2 {
    margin-bottom: 7px;
    font-size: 31.3px;
  }

  h3 {
    margin-bottom: 3px;
    font-size: 27.5px;
  }

  h4 {
    margin-bottom: 3px;
    font-size: 23.7px;
  }

  h5, h6 {
    margin-bottom: 3px;
    font-size: 20px;
  }

  blockquote {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .tag, .button {
    margin-bottom: 7px;
    margin-right: 7px;
    font-size: 18px;
  }

  .text-input.password {
    font-size: 35px;
  }

  .rich-text-block.description {
    font-size: 1.5rem;
  }

  .column._3-columns-desktop._12-columns-tablet.order-last-tablet {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .tags-list {
    align-content: space-around;
    display: block;
  }

  .tag-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-menu {
    inset: 0%;
  }

  .nav-link {
    background-color: var(--light-grey);
    margin: 0;
    padding: 1rem;
    font-size: 1.5rem;
  }

  .date {
    text-align: left;
    margin-top: 0;
  }

  .project-location {
    margin-left: 1rem;
  }

  .big-text {
    font-size: 35px;
  }

  .big-text.link {
    font-size: 1.5rem;
  }

  .hero-container {
    flex-flow: column;
    height: auto;
  }

  .hero-wrapper.image {
    flex: 0 auto;
    height: 80vh;
  }

  .info-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-slogan {
    text-align: left;
  }

  .menu-brand {
    font-size: 1.2rem;
  }

  .description, .description.margin-bottom, .description.width75 {
    font-size: 1.5rem;
  }
}

#w-node-_6bc77d08-7717-209d-a1d7-38dcc2f4ef65-c7626ecd, #w-node-_7173d382-916f-71d0-256d-0bf81b4c6138-c7626ed9, #w-node-_2b4be39b-b81e-8c0d-2620-43e7ccae1e5c-c7626ed9, #w-node-_7098c528-04d8-012c-1640-23fb57ea19b7-c7626ed9, #w-node-f82c94d0-61a4-3e03-1a91-dd681c235f78-c7626ed9, #w-node-_4ec27e6a-f1d1-9fdc-0e71-d2e0c32c132e-c7626ed9, #w-node-_6fe63b65-a683-b131-95aa-f70497dea27c-c7626ed9, #w-node-_6fe63b65-a683-b131-95aa-f70497dea27d-c7626ed9, #w-node-_6fe63b65-a683-b131-95aa-f70497dea27e-c7626ed9, #w-node-d1381d48-bd58-9334-1f0e-728e51ebed78-7c7e3285, #w-node-d1381d48-bd58-9334-1f0e-728e51ebed81-7c7e3285, #w-node-d1381d48-bd58-9334-1f0e-728e51ebed8a-7c7e3285, #w-node-d1381d48-bd58-9334-1f0e-728e51ebed93-7c7e3285, #w-node-d1381d48-bd58-9334-1f0e-728e51ebed78-911a7f1a, #w-node-d1381d48-bd58-9334-1f0e-728e51ebed81-911a7f1a, #w-node-d1381d48-bd58-9334-1f0e-728e51ebed8a-911a7f1a, #w-node-d1381d48-bd58-9334-1f0e-728e51ebed93-911a7f1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Piazzolla Variablefont Opsz Wght';
  src: url('../fonts/Piazzolla-VariableFont_opszwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}