:root {
  --black: black;
  --white: white;
  --dark-slate-grey: #3a3a3a;
  --dark-grey: #b4b4b4;
  --dim-grey: #646464;
  --white-smoke: #ececec;
}

.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 {
  color: var(--black);
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.section__header {
  z-index: 0;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 60vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.section__header.is--bio {
  z-index: 1;
  clear: left;
  background-image: linear-gradient(to top, #e2e2e2, #fff);
  align-items: center;
  min-height: 640px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.section__works {
  z-index: 1;
  float: left;
  clear: left;
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 100vh;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  bottom: 0;
  box-shadow: 0 -6px 7px #0006;
}

.page-padding {
  float: left;
  clear: left;
  width: 100%;
  padding: 6rem 2rem;
  position: relative;
}

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

.container {
  clear: left;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.align-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.flex-centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrap-list__works {
  float: left;
  clear: left;
  column-count: 3;
  position: relative;
}

.wrap-list__works.is--last {
  margin-bottom: 10rem;
}

.list__works {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.footer {
  float: left;
  clear: left;
  background-color: var(--white);
  width: 100%;
  position: relative;
  inset: 0 0%;
}

.wrap-footer {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ecececbf;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}

.nav {
  z-index: 99;
  width: 100%;
  padding: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__brand {
  float: left;
  background-color: var(--black);
  cursor: auto;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #0003;
}

.nav__menu {
  z-index: 99;
  float: right;
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #0003;
}

.nav__menu:hover {
  background-color: var(--dark-slate-grey);
}

.subitle {
  text-align: center;
  font-size: 2vw;
}

.subitle.is--white {
  color: var(--white);
  width: 60%;
  line-height: 1.5;
}

.subitle.is--white.exclude-wg {
  display: none;
}

.subitle.text-align-left {
  text-align: left;
  font-size: 1.75rem;
  line-height: 1.1;
}

.h1 {
  text-align: center;
  font-size: 7vw;
  line-height: 1;
  position: relative;
}

.h1.work {
  color: var(--white);
  text-shadow: 0 0 21px #0003;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 3rem;
  line-height: 1.25;
}

.h1.bio {
  text-align: left;
  font-size: 8rem;
}

.h1.is--white {
  color: var(--white);
  font-size: 8vw;
}

.h1.contact {
  margin-bottom: 3rem;
  font-size: 5rem;
}

.nav__wrap {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000e6;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.wrap-buttons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block__nav {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s, top .2s;
  position: relative;
  top: 0;
}

.link-block__nav:hover {
  color: var(--dark-grey);
  position: relative;
  top: -1rem;
}

.link-block__nav.w--current {
  overflow: hidden;
}

.page-wrap {
  z-index: -1;
  opacity: .85;
  filter: blur(60px);
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 110%;
  height: 110%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.link-block__brand {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-footer {
  float: left;
  color: var(--dim-grey);
  font-size: 12px;
  line-height: 1;
}

.text-footer.is--right {
  float: right;
}

.list-item__works {
  margin-bottom: 16px;
  position: relative;
}

.link-block__item {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap-page {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-header-work {
  z-index: 1;
  max-height: 60vh;
  position: relative;
  box-shadow: 0 0 16px #00000073;
}

.section__content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.wrap-background-w-blur {
  z-index: -1;
  background-color: #000;
  align-self: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer__work {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.img__work-grid {
  filter: blur();
  width: 105%;
  height: 105%;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.img__work-grid:hover {
  filter: blur(4px);
}

.text-title-grid {
  z-index: 1;
  color: var(--white);
  text-shadow: 0 0 6px #0003;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 18px;
  line-height: 1.1;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section {
  float: left;
  clear: left;
  width: 100%;
  position: relative;
}

.section.is--grey {
  background-color: var(--white-smoke);
}

.section.is--black {
  background-color: var(--black);
}

.section.is--works {
  height: 100%;
  margin-bottom: 5rem;
  padding-bottom: 13rem;
}

.h2 {
  color: var(--black);
  margin-bottom: 2rem;
  font-size: 2.375rem;
  line-height: 1.25;
}

.h2.text-align-centre.text-color__white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 2rem;
}

.h2.is--first {
  margin-top: 0;
  margin-bottom: 0;
}

.grid__header-bio {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

.section__quote {
  float: left;
  clear: left;
  background-color: var(--black);
  width: 100%;
  position: relative;
}

.quote {
  color: var(--white);
  text-align: center;
  font-family: Bespoke Serif, sans-serif;
  font-size: 2rem;
  font-style: italic;
  line-height: 1.75;
}

.quote-icon {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 3rem;
  display: flex;
}

.text-align-centre {
  text-align: center;
}

.h3 {
  margin-bottom: .5rem;
  font-size: 26px;
  line-height: 1;
}

.img {
  clear: left;
  box-shadow: 0 0 15px #0000004d;
}

.grid-3col {
  float: left;
  clear: left;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.grid-3col.is--1-3 {
  grid-template-columns: 1fr 1.5fr 1fr;
}

.wrap-footer-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 5%;
  display: flex;
}

.div-block-3, .div-block-4 {
  width: 90%;
}

.image-3 {
  z-index: 0;
  align-self: center;
  position: absolute;
}

.wrap-content__header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.par__xl {
  font-size: 1.75rem;
  line-height: 1.5;
}

.par__xl.margin-bottom {
  margin-bottom: 2rem;
}

.par__s {
  font-size: 18px;
  line-height: 1.5;
}

.par__s.margin-bottom {
  margin-bottom: 3rem;
}

.button {
  background-color: var(--black);
  border-radius: .5rem;
  align-self: center;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 700;
}

.button:hover {
  background-color: #2e2e2e;
}

.wrap-image-content {
  clear: left;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 65%;
  max-height: 100%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrap-list__serie {
  margin-top: 2rem;
}

.list__serie {
  float: left;
  clear: left;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.wrap-data {
  z-index: 2;
  position: fixed;
  inset: 15% -16rem auto auto;
}

.data-content {
  float: left;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffbf;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  min-width: 16rem;
  max-width: 16rem;
  padding: 2rem 2rem 1.5rem 1.7rem;
  position: relative;
}

.text-data {
  float: left;
  clear: left;
  font-size: 14px;
  position: relative;
}

.text-data.is--bold {
  font-weight: 700;
  line-height: 1.1;
}

.text-data.hide {
  display: none;
}

.tag-data {
  float: left;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #ffffffbf;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 3rem;
  margin-top: 2rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.tag-data:hover {
  background-color: #ffffffe6;
}

.container-home {
  float: left;
  clear: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-padding-home {
  float: left;
  clear: left;
  width: 100%;
  padding: 2rem 2rem 6rem;
  position: relative;
}

.empty-state, .wrap-data-mobile {
  display: none;
}

.ratio-box {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.item__serie {
  width: 4rem;
  height: 4rem;
  position: relative;
}

.content-block {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  transition: border-width .2s;
  position: absolute;
  inset: 0%;
}

.img-brand {
  padding: 24px;
}

.text-cta {
  color: var(--white);
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.h4 {
  color: var(--white);
}

.h4.text-align-centre {
  margin-bottom: .5rem;
  font-size: 21px;
  line-height: 1.25;
}

.subtitle__tag {
  margin-bottom: 2.25rem;
  font-size: 21px;
}

.paragraph-tag {
  float: left;
  clear: left;
  text-align: center;
  width: 50%;
  font-family: DM Sans, sans-serif;
  font-size: 1.3125rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.darken {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.link-block__thumb-w {
  border: 0px solid var(--white);
  width: 100%;
  height: 100%;
  transition: top .2s;
  display: block;
  position: relative;
  top: 0;
  box-shadow: 0 0 8px #00000073;
}

.link-block__thumb-w:hover {
  border: 2px solid #fff;
  top: -.5rem;
}

.button-pri {
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  padding: 16px 32px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .5s, color .5s, background-color .5s;
}

.button-pri:hover {
  background-color: var(--white);
  color: #000;
  transform: translate(0, -5px);
  box-shadow: 0 2px 9px 5px #0003;
}

.click-text {
  text-transform: capitalize;
  font-size: 16px;
}

.wrap-data-line {
  float: left;
  clear: left;
  margin-bottom: 12px;
  position: relative;
}

.wrap-data-line.is--last {
  margin-bottom: 0;
}

.wrap-data-line.hide {
  display: none;
}

.text-rich {
  float: left;
  clear: left;
  font-size: 14px;
  line-height: 1.1;
}

.text-block-2 {
  position: relative;
}

.col-works-header {
  z-index: -1;
  float: left;
  width: 24.25%;
  height: 100%;
  margin-right: 1%;
  position: relative;
  left: 0%;
}

.col-works-header._3 {
  z-index: -1;
  float: left;
  margin-right: 1%;
  position: relative;
}

.col-works-header._2 {
  z-index: -1;
  float: left;
  position: relative;
}

.col-works-header._4 {
  z-index: -1;
  float: left;
  margin-right: 0%;
  position: relative;
}

.col-works-header._5 {
  z-index: -1;
  float: left;
  margin-right: 0%;
  display: none;
  position: relative;
}

.wrap-cols {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.darken-header {
  background-color: #0009;
  display: block;
  position: absolute;
  inset: 0%;
}

.wrap-icon-down {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-col-01 {
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 1rem;
}

.img-looper {
  width: 100%;
  min-width: 100%;
}

.grid-col-02 {
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 1rem;
}

.link-inline__footer {
  color: var(--dim-grey);
}

.link-inline__footer:hover {
  color: var(--black);
}

.link-inline__footer:visited {
  color: var(--dim-grey);
}

.paragraph__width-s {
  float: left;
  clear: left;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Sans, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.75;
  position: relative;
}

.paragraph__width-s.margin-bottom {
  margin-bottom: 6rem;
}

.paragraph__width-s.is--white {
  color: var(--white);
}

.bottom-nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-nav {
  color: var(--white);
  font-size: 12px;
}

.link-block__nav-open {
  color: var(--white);
  margin-bottom: 1rem;
  text-decoration: none;
}

.link-block__nav-open:hover {
  color: var(--dark-grey);
}

.wrap-img__bio._01 {
  margin-top: -2rem;
}

.wrap-img__bio._02 {
  margin-top: 3rem;
}

.wrap-img__bio._03 {
  margin-top: -2rem;
}

.grid-3col__bio {
  float: left;
  clear: left;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2rem;
  position: relative;
}

.icon-arrow-up {
  margin-bottom: 12px;
  margin-right: 12px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.embed-youtube {
  width: 100%;
}

.slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  display: block;
}

.grid-slider {
  float: left;
  clear: left;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .66fr .33fr;
  width: 100%;
  position: relative;
}

.slide {
  width: 100%;
  padding: 4rem 3rem 2rem;
}

.mask {
  width: 100%;
}

.icon-arrow-slide {
  color: var(--black);
  font-size: 21px;
}

.img__slider {
  width: 100%;
}

.left-arrow, .right-arrow {
  width: 2rem;
}

.exclude-wg p {
  float: left;
  clear: left;
  line-height: 1.55;
  position: relative;
}

.wrap-list__werken-np {
  clear: left;
  width: 100%;
  display: none;
  position: relative;
}

.prevnext-buttons {
  clear: left;
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 2rem;
  position: relative;
}

.link-block__nextprev {
  width: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0%;
}

.collection-item {
  position: absolute;
  inset: 0%;
}

.wrap-prevnext-block {
  background-color: #e6e6e617;
  width: 100%;
  height: 3rem;
  position: relative;
  inset: 0%;
}

.wrap-prevnext-block:hover {
  background-color: #e6e6e626;
}

.text-prevnext {
  color: var(--white);
  text-align: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wrap-cc-banner {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff6;
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  min-width: 200px;
  max-width: 250px;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 25px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.text-cc-banner {
  margin-bottom: 1rem;
  font-size: 11px;
}

.button-cc {
  background-color: #000;
  font-size: 12px;
}

.link-inline__cc {
  color: var(--dark-slate-grey);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-block-3 {
  margin-bottom: 32px;
}

.wg-button-2 {
  z-index: 99;
  color: #000;
  letter-spacing: .1em;
  background-color: #4049ff1a;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: box-shadow .1s, background-color .1s, color .1s;
  display: none;
  position: relative;
  overflow: hidden;
}

.wg-button-2:hover {
  color: #fff;
  background-color: #ff6640;
  box-shadow: 0 5px 13px -4px #801a0052;
}

.wg-button-2-lang-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wg-button-2-text-lang2 {
  align-items: center;
  height: 34px;
  display: flex;
  position: absolute;
  top: 2rem;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-button-2-text-lang1 {
  align-items: center;
  height: 2rem;
  display: flex;
}

.wg-button-2-text-lang1.front-link {
  height: auto;
}

.wg-code {
  display: none;
}

.switcher {
  float: right;
  color: var(--dim-grey);
  justify-content: flex-end;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 4px;
  margin-right: 1.25rem;
  display: flex;
  position: relative;
}

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

.grid-item__colofon {
  grid-column-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 72px 1fr;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-flag-ico-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-flag-2 {
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  display: flex;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  margin-right: 0;
  font-weight: 700;
}

.wg-dropdown-1-link {
  background-color: #fff;
  padding: 10px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #4049ff;
}

.img-avatar {
  width: 64px;
  height: 64px;
}

.grid-extra {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  justify-items: start;
  margin-top: 3.5rem;
  margin-bottom: 0;
}

.grid-extra._02 {
  margin-top: 1rem;
}

.paragraph {
  text-align: center;
  width: 80%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  line-height: 1.5;
}

.heading {
  margin-top: 0;
}

.par_l {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.par_l.margin-bottom {
  margin-bottom: 2rem;
}

.div-block-6 {
  flex-direction: column;
  display: flex;
}

.button-cta {
  background-color: var(--black);
  border-radius: .5rem;
  align-self: center;
  padding: 1.4rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.button-cta:hover {
  background-color: #2e2e2e;
}

.subline-img {
  float: none;
  clear: left;
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 6px;
  font-size: 13px;
}

.italic-text {
  font-style: normal;
}

.bold-text {
  font-weight: 400;
}

.section-black {
  float: left;
  clear: left;
  background-color: var(--black);
  width: 100%;
  position: relative;
}

.section-black.is--grey {
  background-color: var(--white-smoke);
}

.section-black.is--black {
  background-color: var(--black);
}

.wrap-filter {
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.search {
  border: 1px solid #000;
  margin-top: 60px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.wrap-status {
  z-index: 1;
  flex-direction: column;
  margin-top: 6px;
  padding-right: 6px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.status-option {
  background-color: #fbff00;
  border-radius: 32px;
  width: .7rem;
  height: .7rem;
  margin-right: 5px;
}

.status-expo {
  background-color: #00bfff;
  border-radius: 32px;
  width: .7rem;
  height: .7rem;
  margin-right: 5px;
}

.status-verk {
  background-color: #f30;
  border-radius: 32px;
  width: .7rem;
  height: .7rem;
  margin-right: 5px;
}

.wrap-status-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .2rem;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: var(--black);
  font-size: 14px;
  line-height: 1;
}

.wrap-status-side {
  float: left;
  clear: left;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
}

.tag-status {
  color: var(--black);
  margin-right: 5px;
  font-size: 11px;
  line-height: 1;
  display: block;
}

.text-label-scroll {
  color: var(--white);
  margin-bottom: .25rem;
  font-size: 14px;
}

.text-label-scroll.mobile {
  display: none;
}

.wrap-banner {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  min-width: 23.7rem;
  max-width: 24rem;
  min-height: 10rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 1.75rem 3.05rem 1.75rem 1.75rem;
  position: fixed;
  inset: auto 0% 0% auto;
}

.icon-embed-xsmall {
  color: var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .5rem;
  margin-right: .5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-embed-custom {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.0625rem;
  display: flex;
}

.wrap-button-next {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.text-block-5 {
  color: red;
  margin-bottom: .75rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.text-block-5.hide {
  display: none;
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.text-block-6 {
  margin-bottom: 1.5rem;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}

.link-banner {
  color: var(--white);
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
}

.link-banner:hover {
  color: red;
  margin-left: .5rem;
}

.link-banner.hide {
  display: none;
}

.link-inline {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .section__header {
    position: fixed;
  }

  .section__works {
    background-color: var(--white);
    display: block;
    position: relative;
    bottom: auto;
  }

  .container {
    max-width: 64rem;
  }

  .wrap-list__works {
    column-count: 4;
  }

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

  .h1.work {
    font-size: 3.5rem;
  }

  .h1.bio {
    font-size: 7rem;
  }

  .h1.is--white {
    font-size: 7vw;
  }

  .col-works-header {
    width: 19.2%;
  }

  .col-works-header._3, .col-works-header._2, .col-works-header._4 {
    margin-right: 1%;
  }

  .col-works-header._5 {
    margin-right: 0%;
    display: block;
  }

  .wrap-cols {
    padding-left: 1%;
    padding-right: 1%;
  }

  .grid-col-01, .grid-col-02 {
    margin-bottom: 1rem;
  }

  .link-inline__footer, .link-inline__footer:active, .link-inline__footer:visited {
    color: var(--dim-grey);
  }

  .grid-extra {
    grid-row-gap: 1rem;
  }

  .wrap-banner {
    min-width: 25rem;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 80rem;
  }

  .wrap-list__works {
    column-count: 5;
  }

  .list__works {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .h1.work {
    font-size: 3.5rem;
  }

  .h1.bio {
    font-size: 8rem;
  }

  .wrap-data {
    right: -16rem;
  }

  .wg-button-2 {
    align-items: center;
    width: 48px;
    min-width: 48px;
  }

  .wg-flag {
    width: 23px;
    height: 23px;
  }
}

@media screen and (min-width: 1920px) {
  .list__works {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .subitle.is--white {
    font-size: 1.5vw;
  }

  .h1.work {
    font-size: 4rem;
  }

  .h1.bio {
    font-size: 9rem;
  }
}

@media screen and (max-width: 991px) {
  .section__header.is--bio {
    clear: left;
    height: auto;
  }

  .page-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .page-padding.is--first {
    clear: left;
    display: block;
  }

  .page-padding.is--work {
    padding-top: 8rem;
  }

  .container {
    max-width: 48rem;
  }

  .container.align-centre {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .footer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .subitle.is--white {
    width: 70%;
    font-size: 2.75vw;
  }

  .subitle.text-align-left {
    text-align: center;
  }

  .h1.work {
    margin-bottom: .5rem;
    font-size: 2.5rem;
    line-height: 1.25;
  }

  .h1.bio {
    text-align: center;
    font-size: 5.1rem;
  }

  .h1.is--white {
    font-size: 10vw;
  }

  .nav__wrap {
    height: 100vh;
    inset: 0%;
  }

  .link-block__nav {
    font-size: 3.25rem;
  }

  .section__content {
    margin-top: 0;
  }

  .footer__work {
    bottom: 0;
  }

  .text-title-grid {
    padding-right: 10px;
    font-size: 15px;
    display: block;
  }

  .grid__header-bio {
    clear: left;
    grid-template-columns: 1fr;
    position: relative;
  }

  .img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .img.is-bio-header {
    max-width: 76%;
  }

  .grid-3col {
    grid-column-gap: 2rem;
  }

  .image-3 {
    display: none;
  }

  .wrap-image-content {
    max-width: 70%;
    margin-top: 4rem;
  }

  .wrap-data {
    top: 125px;
  }

  .container-home {
    max-width: 48rem;
  }

  .wrap-data-mobile {
    display: none;
  }

  .paragraph-tag {
    width: 65%;
  }

  .col-works-header {
    width: 31.65%;
    margin-right: 2%;
  }

  .col-works-header._4, .col-works-header._5 {
    display: none;
  }

  .darken-header {
    background-color: #0009;
  }

  .paragraph__width-s.margin-bottom, .paragraph__width-s.is--white {
    width: 85%;
  }

  .bottom-nav {
    padding-bottom: 6.2rem;
  }

  .icon-arrow-up {
    display: block;
  }

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

  .slide {
    padding-top: 2rem;
  }

  .prevnext-buttons {
    margin-top: 3rem;
  }

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

  .wrap-header-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

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

  .text-label-scroll {
    display: none;
  }

  .text-label-scroll.mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section__header.is--bio {
    min-height: 640px;
    margin-top: 90px;
    padding-top: 0;
  }

  .page-padding.is--first {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .wrap-list__works {
    column-count: 2;
  }

  .list__works {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrap-footer {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav__brand, .nav__menu {
    width: 4rem;
    height: 4rem;
  }

  .subitle.is--white {
    width: 90%;
    font-size: 3.75vw;
  }

  .subitle.is--white.exclude-wg {
    font-size: 3.8vw;
  }

  .subitle.text-align-left {
    font-size: 1.5rem;
  }

  .h1.work {
    font-size: 2.2rem;
    line-height: 1.25;
  }

  .h1.is--white {
    font-size: 12vw;
  }

  .h1.contact {
    font-size: 4rem;
  }

  .section__content {
    margin-top: 0;
  }

  .footer__work {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .text-title-grid {
    font-size: 14px;
    display: block;
  }

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

  .img {
    float: left;
    clear: left;
    max-width: 100%;
    position: relative;
  }

  .img.is-bio-header {
    max-width: 85%;
  }

  .grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .wrap-image-content {
    max-width: 80%;
  }

  .wrap-list__serie {
    margin-top: 1.5rem;
  }

  .wrap-data {
    display: flex;
    top: 125px;
  }

  .wrap-data-mobile {
    z-index: 99;
    display: none;
    position: absolute;
    inset: auto 0% -20% auto;
  }

  .tag-date-mobile {
    background-color: var(--white);
    border-radius: .5rem .5rem 0 0;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    display: flex;
  }

  .data-content-mobile {
    background-color: var(--white);
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    margin-right: 2rem;
    padding: 2rem;
  }

  .item__serie {
    width: 3rem;
    height: 3rem;
  }

  .img-brand {
    padding: 18px;
  }

  .paragraph-tag {
    text-align: center;
    width: 90%;
  }

  .text-rich {
    clear: left;
  }

  .col-works-header {
    width: 31.6%;
    margin-right: 2%;
  }

  .wrap-icon-down {
    margin-bottom: 13rem;
  }

  .paragraph__width-s.margin-bottom {
    width: 90%;
    margin-bottom: 4rem;
  }

  .paragraph__width-s.is--white {
    width: 90%;
  }

  .grid-3col__bio {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
  }

  .icon-arrow-up {
    display: block;
  }

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

  .icon-arrow-slide {
    color: var(--black);
  }

  .prevnext-buttons {
    margin-top: 3rem;
  }

  .grid-extra {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }

  .wrap-header-img {
    flex-direction: column;
    display: flex;
  }

  .text-label-scroll {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section__header {
    height: 100vh;
  }

  .section__header.is--bio {
    float: left;
    height: auto;
    min-height: 640px;
    display: flex;
  }

  .page-padding {
    padding: 3rem 1rem;
  }

  .page-padding.header-mobile {
    margin-top: -48px;
    margin-bottom: 6rem;
  }

  .page-padding.is--work {
    padding-top: 4rem;
  }

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

  .container.align-centre {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-list__works {
    column-count: 1;
  }

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

  .wrap-footer {
    width: 100%;
    padding-right: .5rem;
  }

  .nav {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav__brand {
    width: 3.5rem;
    height: 3.5rem;
  }

  .nav__menu {
    width: 3.5rem;
    height: 3.5rem;
    padding: 14px;
  }

  .subitle.is--white {
    width: 100%;
    font-size: 5vw;
  }

  .h1.work {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .h1.bio {
    font-size: 20vw;
  }

  .h1.is--white {
    font-size: 12vw;
  }

  .h1.contact {
    font-size: 3rem;
  }

  .link-block__nav {
    font-size: 2.7rem;
  }

  .link-block__brand {
    padding: 1rem;
  }

  .text-footer {
    font-size: 11px;
  }

  .text-footer.is--right {
    float: none;
  }

  .section__content {
    margin-top: 2.7rem;
  }

  .footer__work {
    min-width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .text-title-grid {
    display: block;
  }

  .section.is--first {
    padding-top: 64px;
  }

  .h2.text-align-centre {
    font-size: 2rem;
  }

  .quote {
    font-size: 1.25rem;
  }

  .img.is-bio-header {
    max-width: 90%;
  }

  .wrap-footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-2 {
    display: none;
  }

  .div-block-4 {
    margin-bottom: 6px;
  }

  .grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .par__xl {
    font-size: 1.5rem;
  }

  .wrap-image-content {
    max-width: 90%;
    margin-top: 2rem;
  }

  .wrap-list__serie {
    margin-top: 1rem;
  }

  .wrap-data {
    top: 125px;
  }

  .tag-data {
    width: 2rem;
    height: 2.3rem;
  }

  .icon__info {
    height: 18px;
  }

  .page-padding-home {
    padding: 1.5rem 1.5rem 3rem;
  }

  .item__serie {
    width: 2rem;
    height: 2rem;
  }

  .img-brand {
    padding: 0;
  }

  .text-cta {
    font-size: 14px;
  }

  .wrap-icon-down {
    margin-bottom: 13rem;
  }

  .grid-col-01, .grid-col-02 {
    grid-row-gap: .5rem;
  }

  .paragraph__width-s {
    width: 100%;
    font-size: 1.25rem;
  }

  .paragraph__width-s.margin-bottom {
    width: 100%;
    line-height: 1.6;
  }

  .grid-3col__bio {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .icon-arrow-up {
    display: block;
  }

  .prevnext-buttons {
    margin-top: 3rem;
  }

  .switcher {
    width: 2rem;
    margin-top: 0;
    margin-right: .3rem;
  }

  .grid-extra {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .par_l {
    font-size: 1.5rem;
  }

  .section-black.is--first {
    padding-top: 64px;
  }

  .wrap-banner {
    min-width: 90%;
    max-width: 90%;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .text-block-6 {
    font-size: 14px;
  }

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

#w-node-_22a823f7-18e2-c74f-a775-5200614ca5e9-c12ef2e2, #w-node-_56f75d9b-e3ec-408a-d40f-6357c6a77052-c12ef2e2, #w-node-_34f43927-01ca-735c-18b1-50274d30a861-c12ef2e2, #w-node-_961a4f23-67be-d050-93c8-e12a55f4f892-c12ef2e2, #w-node-_012f8c93-457b-efbe-4486-958cfbe33ed6-c12ef2e2, #w-node-b63b146a-ccd4-b287-5b96-8fbc1acb4f96-c12ef2e2, #w-node-c295f03d-5394-9aaa-1cdc-f2bb4201105d-c12ef2e2, #w-node-_922a2fac-9cfa-ff64-14ec-4a867c7c5ca6-c12ef2e2, #w-node-dc89b920-e0a6-32bc-2860-371323fc52ae-c12ef2e2, #w-node-dc89b920-e0a6-32bc-2860-371323fc52af-c12ef2e2, #w-node-dc89b920-e0a6-32bc-2860-371323fc52b0-c12ef2e2, #w-node-dc89b920-e0a6-32bc-2860-371323fc52b1-c12ef2e2, #w-node-dc89b920-e0a6-32bc-2860-371323fc52b2-c12ef2e2, #w-node-dc89b920-e0a6-32bc-2860-371323fc52b3-c12ef2e2, #w-node-dc89b920-e0a6-32bc-2860-371323fc52b4-c12ef2e2, #w-node-dc89b920-e0a6-32bc-2860-371323fc52b5-c12ef2e2, #w-node-_00e19cc1-8aba-ac14-c359-a9090e235d5a-c12ef2e2, #w-node-_00e19cc1-8aba-ac14-c359-a9090e235d5b-c12ef2e2, #w-node-_00e19cc1-8aba-ac14-c359-a9090e235d5c-c12ef2e2, #w-node-_00e19cc1-8aba-ac14-c359-a9090e235d5d-c12ef2e2, #w-node-_00e19cc1-8aba-ac14-c359-a9090e235d5e-c12ef2e2, #w-node-_00e19cc1-8aba-ac14-c359-a9090e235d5f-c12ef2e2, #w-node-_00e19cc1-8aba-ac14-c359-a9090e235d60-c12ef2e2, #w-node-_00e19cc1-8aba-ac14-c359-a9090e235d61-c12ef2e2, #w-node-_175d1c56-8aa6-7387-64c2-84c13f02393c-c12ef2e2, #w-node-_175d1c56-8aa6-7387-64c2-84c13f02393d-c12ef2e2, #w-node-_175d1c56-8aa6-7387-64c2-84c13f02393e-c12ef2e2, #w-node-_175d1c56-8aa6-7387-64c2-84c13f02393f-c12ef2e2, #w-node-_175d1c56-8aa6-7387-64c2-84c13f023940-c12ef2e2, #w-node-_175d1c56-8aa6-7387-64c2-84c13f023941-c12ef2e2, #w-node-_175d1c56-8aa6-7387-64c2-84c13f023942-c12ef2e2, #w-node-_175d1c56-8aa6-7387-64c2-84c13f023943-c12ef2e2, #w-node-_15a077a2-eefc-d740-1a4f-594604392aac-c12ef2e2, #w-node-_15a077a2-eefc-d740-1a4f-594604392aad-c12ef2e2, #w-node-_15a077a2-eefc-d740-1a4f-594604392aae-c12ef2e2, #w-node-_15a077a2-eefc-d740-1a4f-594604392aaf-c12ef2e2, #w-node-_15a077a2-eefc-d740-1a4f-594604392ab0-c12ef2e2, #w-node-_15a077a2-eefc-d740-1a4f-594604392ab1-c12ef2e2, #w-node-_15a077a2-eefc-d740-1a4f-594604392ab2-c12ef2e2, #w-node-_15a077a2-eefc-d740-1a4f-594604392ab3-c12ef2e2, #w-node-_84eb9de9-cfc3-2d34-a313-3e04fa53bd71-c12ef2e2, #w-node-_84eb9de9-cfc3-2d34-a313-3e04fa53bd72-c12ef2e2, #w-node-_84eb9de9-cfc3-2d34-a313-3e04fa53bd73-c12ef2e2, #w-node-_84eb9de9-cfc3-2d34-a313-3e04fa53bd74-c12ef2e2, #w-node-_84eb9de9-cfc3-2d34-a313-3e04fa53bd75-c12ef2e2, #w-node-_84eb9de9-cfc3-2d34-a313-3e04fa53bd76-c12ef2e2, #w-node-_84eb9de9-cfc3-2d34-a313-3e04fa53bd77-c12ef2e2, #w-node-_84eb9de9-cfc3-2d34-a313-3e04fa53bd78-c12ef2e2, #w-node-_8013b6f6-ef58-4b01-3019-a676cfb710fd-c12ef2e2, #w-node-_8013b6f6-ef58-4b01-3019-a676cfb710fe-c12ef2e2, #w-node-_8013b6f6-ef58-4b01-3019-a676cfb710ff-c12ef2e2, #w-node-_8013b6f6-ef58-4b01-3019-a676cfb71100-c12ef2e2, #w-node-_8013b6f6-ef58-4b01-3019-a676cfb71101-c12ef2e2, #w-node-_8013b6f6-ef58-4b01-3019-a676cfb71102-c12ef2e2, #w-node-_8013b6f6-ef58-4b01-3019-a676cfb71103-c12ef2e2, #w-node-_8013b6f6-ef58-4b01-3019-a676cfb71104-c12ef2e2, #w-node-c476b2fa-35a1-e423-64a0-f606d30d769f-c12ef2e2, #w-node-c476b2fa-35a1-e423-64a0-f606d30d76a0-c12ef2e2, #w-node-c476b2fa-35a1-e423-64a0-f606d30d76a1-c12ef2e2, #w-node-c476b2fa-35a1-e423-64a0-f606d30d76a2-c12ef2e2, #w-node-c476b2fa-35a1-e423-64a0-f606d30d76a3-c12ef2e2, #w-node-c476b2fa-35a1-e423-64a0-f606d30d76a4-c12ef2e2, #w-node-c476b2fa-35a1-e423-64a0-f606d30d76a5-c12ef2e2, #w-node-c476b2fa-35a1-e423-64a0-f606d30d76a6-c12ef2e2, #w-node-b0039b94-1328-2b4d-6346-7da8fbe7221d-c12ef2e2, #w-node-b0039b94-1328-2b4d-6346-7da8fbe7221e-c12ef2e2, #w-node-b0039b94-1328-2b4d-6346-7da8fbe7221f-c12ef2e2, #w-node-b0039b94-1328-2b4d-6346-7da8fbe72220-c12ef2e2, #w-node-b0039b94-1328-2b4d-6346-7da8fbe72221-c12ef2e2, #w-node-b0039b94-1328-2b4d-6346-7da8fbe72222-c12ef2e2, #w-node-b0039b94-1328-2b4d-6346-7da8fbe72223-c12ef2e2, #w-node-b0039b94-1328-2b4d-6346-7da8fbe72224-c12ef2e2, #w-node-_1fdb0a2b-0e26-4408-267d-b1d55f0a4d82-c12ef2e2, #w-node-_1fdb0a2b-0e26-4408-267d-b1d55f0a4d83-c12ef2e2, #w-node-_1fdb0a2b-0e26-4408-267d-b1d55f0a4d84-c12ef2e2, #w-node-_1fdb0a2b-0e26-4408-267d-b1d55f0a4d85-c12ef2e2, #w-node-_1fdb0a2b-0e26-4408-267d-b1d55f0a4d86-c12ef2e2, #w-node-_1fdb0a2b-0e26-4408-267d-b1d55f0a4d87-c12ef2e2, #w-node-_1fdb0a2b-0e26-4408-267d-b1d55f0a4d88-c12ef2e2, #w-node-_1fdb0a2b-0e26-4408-267d-b1d55f0a4d89-c12ef2e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d72051ff-b1a4-94fd-85fe-6c300e2bf14f-43091b27 {
  place-self: stretch stretch;
}

#w-node-_88840d33-9520-0a51-464e-1786214defb8-43091b27, #w-node-_486ec796-f617-dcca-532a-303de42ddc2e-43091b27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c391978-367d-3ac9-a453-2c1072f566e4-875a0b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_972f2f79-400e-fcaf-ea23-1ea6dd98b1db-875a0b9f, #w-node-_4cc4d664-71f6-eeef-8c4b-6df75a3c5341-875a0b9f, #w-node-_4cc4d664-71f6-eeef-8c4b-6df75a3c5343-875a0b9f, #w-node-_5b6874fe-6252-f394-bc7a-ee35cf0774cf-875a0b9f, #w-node-aa6a7859-5b29-d323-d6ca-3a1af9aeaf07-875a0b9f, #w-node-e8e88007-aba5-a513-dc2b-8aaaa4f7d067-875a0b9f, #w-node-_0e23b16e-7a12-dcc9-ccb0-f3b6d778254a-875a0b9f, #w-node-_8f88840d-4260-9aca-8d91-84dd4fcb23d6-875a0b9f, #w-node-_8f88840d-4260-9aca-8d91-84dd4fcb23db-875a0b9f, #w-node-c55e7509-b4c8-ac29-34e0-67e057be1e10-875a0b9f, #w-node-c55e7509-b4c8-ac29-34e0-67e057be1e16-875a0b9f, #w-node-_793973d0-43cc-57b5-d4ba-5c9c6893fd95-875a0b9f, #w-node-_965c9ed0-d727-9c0f-3e39-d863cf66d8ed-875a0b9f, #w-node-_7fe0fb8d-7d8f-486d-d176-b02b5a6be44f-875a0b9f, #w-node-_7fe0fb8d-7d8f-486d-d176-b02b5a6be454-875a0b9f, #w-node-b6770220-4d58-d6a3-22d4-5fc2535bc54a-875a0b9f, #w-node-b6770220-4d58-d6a3-22d4-5fc2535bc54f-875a0b9f, #w-node-c63a17b1-c448-2eb3-1f33-bc7c10c562af-875a0b9f, #w-node-c63a17b1-c448-2eb3-1f33-bc7c10c562b4-875a0b9f, #w-node-_55d1af4f-05e6-8e85-9ac4-a53322b5505b-875a0b9f, #w-node-_55d1af4f-05e6-8e85-9ac4-a53322b55060-875a0b9f, #w-node-_019b6d7d-b26c-a023-d67e-c2695527c60f-875a0b9f, #w-node-ea37134d-b3e9-5fa7-33bf-e5f1dbdea8ba-875a0b9f, #w-node-_72feccd2-34c8-5f45-957e-97054032eda0-875a0b9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf2ff9b5-4960-d3d4-6206-b0beb97d52e3-90b96adc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-e2a03abc-474a-63e7-b574-f5abdc0bb946-90b96adc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_472af1bc-290b-f84d-0387-9ab112ee737b-90b96adc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e2a03abc-474a-63e7-b574-f5abdc0bb950-90b96adc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e2a03abc-474a-63e7-b574-f5abdc0bb951-90b96adc, #w-node-e2a03abc-474a-63e7-b574-f5abdc0bb954-90b96adc, #w-node-e2a03abc-474a-63e7-b574-f5abdc0bb956-90b96adc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a03abc-474a-63e7-b574-f5abdc0bb958-90b96adc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e2a03abc-474a-63e7-b574-f5abdc0bb95e-90b96adc, #w-node-e2a03abc-474a-63e7-b574-f5abdc0bb960-90b96adc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a03abc-474a-63e7-b574-f5abdc0bb962-90b96adc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e2a03abc-474a-63e7-b574-f5abdc0bb968-90b96adc, #w-node-e2a03abc-474a-63e7-b574-f5abdc0bb96a-90b96adc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a03abc-474a-63e7-b574-f5abdc0bb96c-90b96adc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e2a03abc-474a-63e7-b574-f5abdc0bb946-90b96adc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_972f2f79-400e-fcaf-ea23-1ea6dd98b1db-875a0b9f {
    place-self: center;
  }
}


@font-face {
  font-family: 'Bespoke Serif';
  src: url("/assets/fonts/bespokeserif-italic.woff2") format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bespoke Serif';
  src: url("/assets/fonts/bespokeserif-regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}