:root {
  --white: white;
  --black: black;
}

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  width: 70%;
  margin-top: 70px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.label.cc-about-light.h1 {
  margin-top: 40px;
}

.paragraph-light {
  opacity: .6;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-light.cc-position-name {
  width: 80%;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-light.cc-position-name.accordeon-text {
  width: 100%;
}

.paragraph-light.workshoptextdetails {
  margin-top: 20px;
}

.paragraph-light.list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section {
  text-align: left;
  width: auto;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.frames {
  display: block;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  margin-left: 0;
}

.navigation-item {
  opacity: .6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  text-align: left;
  padding-right: 0;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  aspect-ratio: auto;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 15px;
}

.navigation {
  box-shadow: none;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px 50px 15px 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-image {
  flex: 0 auto;
  display: block;
  position: static;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
  display: flex;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text.d-none {
  height: 34px;
}

.work-description {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  padding: 40px 50px;
  display: flex;
}

.footer-wrap.desktop {
  padding-left: 50px;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  justify-content: flex-start;
  align-items: center;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 50px;
  grid-row-gap: 70px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr;
  grid-auto-flow: column;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  display: block;
}

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

.about-intro-grid.grid-about {
  grid-column-gap: 50px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.about-intro-grid.grid-about.zurich {
  display: none;
}

.hi-there-heading {
  margin-top: 40px;
  margin-bottom: 20px;
}

.hi-there-heading.workshops-titles, .hi-there-heading.workshop-details {
  display: none;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 60px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 100px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  line-height: 88px;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  opacity: 1;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.html-embed {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1250px;
  height: auto;
  min-height: 600px;
  margin-top: 20px;
  display: block;
  position: relative;
  top: 0;
}

.html-embed.projects {
  margin-bottom: 40px;
  display: block;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid {
  clear: none;
  grid-row-gap: 16px;
  overflow-wrap: normal;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  width: auto;
  max-width: 1200px;
  position: static;
}

.text-block {
  z-index: 6;
  pointer-events: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 46px;
  font-weight: 500;
  line-height: 50px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
}

.text-block.dream {
  max-width: 60%;
}

.image {
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  mix-blend-mode: darken;
}

.darken-image {
  background-image: linear-gradient(#00000080, #00000080);
}

.image-2 {
  object-fit: fill;
}

.image-3 {
  aspect-ratio: auto;
}

.image-4, .image-5 {
  pointer-events: none;
}

.image-5.img-fluid {
  filter: brightness(50%);
  pointer-events: none;
  position: relative;
}

.image-6 {
  pointer-events: none;
}

.accordion-item {
  pointer-events: none;
  width: 100vw;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: -5px;
  padding-left: 0;
  position: relative;
}

.accordion-item.w--open {
  pointer-events: auto;
}

.dropdown-list {
  background-color: #0000;
  position: relative;
}

.text-block-2 {
  font-size: 26px;
}

.icon {
  z-index: 5;
  pointer-events: auto;
  margin-right: 0;
  font-size: 46px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-3 {
  pointer-events: none;
  max-width: none;
  margin-left: 50px;
  font-size: 22px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 1200px;
  display: flex;
}

.container-3, .container-4 {
  max-width: 1200px;
}

.link-block {
  width: 100%;
}

.section-3 {
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.link-block-2 {
  object-fit: fill;
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block.dreams, .div-block.d-none {
  display: none;
}

.div-block.poc {
  display: flex;
}

.link-block-3 {
  z-index: 7;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-block-4 {
  width: 100%;
  position: relative;
}

.link-block-5 {
  z-index: 8;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.link-block-5.w--current {
  display: none;
}

.link-block-6 {
  width: 100%;
  height: 100%;
  position: relative;
}

.link-block-7, .link-block-8 {
  z-index: 8;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-5 {
  max-width: 1200px;
}

.heading {
  width: auto;
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
}

.heading.aboutme {
  margin-top: 60px;
  margin-left: 0;
  padding-right: 10px;
}

.slide1 {
  background-image: url('../images/urban_elegance_2022_final.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.slider {
  width: 100%;
  height: 600px;
  margin-top: 60px;
  position: relative;
}

.heading-2 {
  -webkit-text-stroke-color: white;
}

.heading-2.white {
  color: #fff;
  text-align: left;
  width: 50%;
  display: block;
  position: absolute;
  inset: auto;
}

.slide-nav {
  opacity: 0;
}

.slide {
  background-image: url('../images/bridging-two-worlds_2022_final.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2, .slider-3, .slider-4, .slider-5, .slider-6, .slider-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider-8 {
  background-image: none;
  height: 600px;
  margin-top: 40px;
}

.slide-2 {
  background-image: url('../images/pollock_study_II_2022_final.jpg');
  background-position: 90% 80%;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/religious_reconstruction_2019_final.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.container-6 {
  max-width: 1170px;
  margin-bottom: 20px;
}

.image-7 {
  opacity: 0;
  text-align: center;
  width: 40%;
  margin: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.link-block-9 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cell {
  background-image: url('../images/Fuchspass_final_800x599.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.link-block-10 {
  z-index: 2;
  cursor: pointer;
  width: 100%;
  transition-property: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.body-2 {
  cursor: pointer;
}

.image-8 {
  filter: contrast(107%) saturate(0%);
}

.section-4 {
  max-width: 1200px;
  margin: 60px auto 40px;
}

.image-9 {
  opacity: 1;
}

.section-5 {
  margin-top: 40px;
}

.code-embed {
  margin-top: 40px;
  margin-bottom: 40px;
}

.field-label {
  margin-top: 40px;
  margin-bottom: 10px;
}

.submit-button {
  background-color: #000;
  margin-top: 40px;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.text-field-2 {
  height: 100px;
}

.field-label-2 {
  margin-top: 40px;
}

.image-11 {
  display: none;
}

.bn.bn-primary {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #000;
  border: 2px solid #000;
  outline: 3px #fff;
  margin-top: 0;
  transition: background-color .2s, opacity .2s;
}

.bn.bn-primary:hover {
  background-color: #fff;
  border: 2px solid #000;
}

.bn.bn-primary.hover {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  outline-color: #000;
}

.image13.small {
  display: none;
}

.md-d-none {
  display: none;
  overflow: visible;
}

.image-12 {
  display: block;
}

.image-13 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-height: 70vh;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.image-13.workshops-mainpage {
  display: none;
}

.workshop-headings {
  margin-top: 40px;
  margin-bottom: 20px;
}

.submit-form {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
  margin-top: 40px;
  display: inline-block;
}

.form {
  color: #000;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  display: block;
}

.textarea {
  margin-top: 20px;
  display: block;
}

.textarea.comment {
  margin-top: 30px;
}

.field-label-3 {
  margin-top: 20px;
}

.heading-4.workshop-details-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .footer-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrap.desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    justify-content: flex-start;
    position: relative;
    left: auto;
  }

  .footer-item {
    margin-left: 0;
  }

  .email-link {
    font-size: 40px;
  }

  .text-block {
    z-index: 5;
    pointer-events: none;
  }

  .icon {
    z-index: auto;
  }

  .section-3 {
    margin-top: 10px;
  }

  .div-block.d-none, .div-block.poc {
    display: none;
  }

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

  .link-block-10 {
    transition-property: none;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    width: 100%;
    margin-left: 0;
    font-size: 56px;
    line-height: 70px;
  }

  .label.cc-about-light {
    text-align: left;
  }

  .paragraph-light {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-light.cc-position-name {
    text-align: left;
    width: auto;
  }

  .section {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    filter: brightness(116%);
    overflow-wrap: normal;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    opacity: 1;
    display: block;
  }

  .menu-icon.close {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px #000;
  }

  .navigation-item {
    z-index: 9;
    text-align: left;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
    display: flex;
    position: static;
  }

  .navigation {
    z-index: 11;
    width: 100%;
    padding: 10px 0;
    position: relative;
  }

  .menu-button {
    padding: 0;
  }

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

  .menu-button.open.w--open {
    opacity: 1;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .footer-wrap.desktop {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    margin-right: 0;
  }

  .footer-item {
    margin-left: 20px;
    margin-right: 0;
  }

  .footer-item.gtb {
    margin-left: 20px;
  }

  .footer-item.fb {
    margin-left: 0;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column dense;
    margin-top: 80px;
    display: block;
  }

  .about-intro-grid.grid-about {
    display: block;
  }

  .about-head-text-wrap {
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .about-head-text-wrap.about-grid {
    margin-left: auto;
  }

  .hi-there-heading {
    text-align: left;
  }

  .hi-there-heading.workshops-titles, .hi-there-heading.workshop-details {
    display: none;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 60px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .html-embed {
    margin-left: 0;
  }

  .grid {
    grid-template: "Area Area-2"
                   "Area-3 Area-4"
                   / 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .text-block {
    z-index: 10;
    float: none;
    opacity: .86;
    filter: brightness(200%);
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    transition: opacity .2s;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .image-5.img-fluid {
    filter: brightness(57%);
  }

  .image-6.img-fluid {
    filter: brightness(65%);
    position: static;
  }

  .accordion-item {
    margin-left: 0;
  }

  .dropdown-list.w--open {
    margin-left: 10px;
  }

  .container-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .section-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .grid-3 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .body {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block {
    text-align: left;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    display: flex;
    position: relative;
  }

  .div-block-2 {
    filter: brightness(50%);
  }

  .link-block-7 {
    display: flex;
  }

  .heading {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 26px;
  }

  .heading.work {
    font-size: 30px;
  }

  .slide {
    background-position: 50%;
  }

  .slider-8 {
    background-image: none;
  }

  .slide-3 {
    background-position: 0%;
  }

  .image-7 {
    width: 60%;
  }

  .body-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .code-embed.left, .heading-3.left, .left {
    text-align: left;
  }

  .image-11 {
    display: none;
  }

  .rich-text-block {
    text-align: left;
  }

  .bn.bn-primary {
    margin-bottom: 40px;
  }

  .image13 {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .image13.small {
    display: block;
  }

  .image-12 {
    margin-bottom: 40px;
    display: block;
  }

  .image-13 {
    display: block;
  }

  .columns {
    margin-bottom: 60px;
  }

  .workshop-headings {
    margin-bottom: 20px;
  }

  .form-block-2 {
    max-width: 100%;
  }

  .heading-4.workshop-details-mobile {
    display: none;
  }
}

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

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    text-align: left;
    font-size: 40px;
    line-height: 45px;
  }

  .paragraph-light {
    text-align: left;
    margin-top: 10px;
  }

  .paragraph-light.cc-position-name {
    text-align: left;
  }

  .paragraph-light.workshoptextdetails.form-details {
    margin-bottom: 60px;
  }

  .section {
    grid-template-rows: auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 15px;
    display: block;
    position: static;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-item {
    text-align: left;
  }

  .navigation-items {
    justify-content: space-between;
    display: flex;
  }

  .navigation {
    padding: 20px 0;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: row;
    padding-top: 10px;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    text-align: justify;
    flex-direction: column;
    margin-top: 20px;
    margin-right: 0;
    display: block;
  }

  .footer-item {
    text-align: right;
    align-self: flex-end;
    margin: 10px 0;
    display: block;
  }

  .footer-item.fb {
    text-align: left;
  }

  .about-intro-grid {
    width: auto;
  }

  .about-head-text-wrap {
    width: auto;
    max-width: 470px;
    margin-left: auto;
  }

  .about-head-text-wrap.about-grid {
    width: auto;
    margin-left: auto;
  }

  .hi-there-heading {
    text-align: left;
    flex-flow: row;
    display: block;
  }

  .hi-there-heading.workshops-titles {
    margin-bottom: 0;
  }

  .hi-there-heading.workshop-details {
    margin-top: 0;
  }

  .hi-there-heading.workshopdetailsdesktop {
    display: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 95px;
    display: block;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .email-link {
    text-align: center;
    font-size: 30px;
    line-height: 54px;
    display: block;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .accordion-item {
    width: auto;
    max-width: none;
  }

  .container-2 {
    width: 100%;
    margin-left: 0;
  }

  .container-3 {
    margin-top: 0;
  }

  .container-4 {
    width: auto;
    display: block;
    position: static;
  }

  .link-block-5 {
    display: flex;
  }

  .heading.more-projects {
    margin-top: 40px;
  }

  .slide1 {
    background-image: url('../images/pollock_study_II_2022_final.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide {
    background-image: url('../images/urban_elegance_2022_final.jpg');
    background-position: 50% 60%;
    background-size: cover;
  }

  .slide-2 {
    background-image: url('../images/bridging-two-worlds_2022_final.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/religious_reconstruction_2019_final.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-5 {
    margin-top: 0;
  }

  .html-embed-2 {
    margin-top: 40px;
  }

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

  .code-embed.left {
    text-align: left;
  }

  .form-block {
    display: block;
  }

  .heading-3, .left {
    text-align: left;
  }

  .image-11 {
    display: none;
  }

  .image-13 {
    display: block;
  }

  .workshop-headings {
    text-align: left;
  }

  .workshop-headings.mobile {
    margin-bottom: 0;
  }

  .form {
    margin-top: 0;
  }

  .form-block-2 {
    max-width: 100%;
  }

  .heading-4 {
    text-align: left;
  }

  .heading-4.workshop-details-mobile {
    margin-bottom: 60px;
    display: block;
  }

  .column {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container {
    display: block;
    overflow: hidden;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-light {
    overflow: hidden;
  }

  .paragraph-light.cc-position-name {
    text-align: left;
  }

  .paragraph-light.list {
    list-style-type: disc;
  }

  .section {
    grid-template-rows: auto;
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .navigation-item {
    text-align: left;
    flex: 0 auto;
    justify-content: space-around;
    align-items: flex-start;
    display: block;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .footer-links {
    display: flex;
  }

  .footer-item {
    text-align: right;
    margin: 5px auto;
    display: block;
  }

  .footer-item.gtb {
    text-align: right;
    display: block;
  }

  .footer-item.gtb.small {
    margin-left: auto;
  }

  .about-intro-grid {
    margin-top: 40px;
    overflow: hidden;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .about-head-text-wrap.legal {
    width: 98%;
    overflow: hidden;
  }

  .about-head-text-wrap.about-grid {
    margin-bottom: 40px;
  }

  .about-head-text-wrap._2 {
    margin-top: 40px;
  }

  .hi-there-heading {
    overflow: hidden;
  }

  .hi-there-heading.workshops-titles {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
  }

  .hi-there-heading.workshop-details {
    margin-top: 0;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
    display: block;
  }

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

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    display: flex;
  }

  .email-link {
    font-size: 20px;
    line-height: 46px;
  }

  .html-embed {
    text-align: left;
    flex-flow: row;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    margin-top: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .section-2 {
    margin-left: auto;
  }

  .text-block {
    font-size: 26px;
    line-height: 33px;
  }

  .accordion-item {
    width: auto;
    max-width: none;
    margin-top: 20px;
  }

  .container-2 {
    width: 100%;
    margin-left: auto;
  }

  .section-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading {
    margin-top: 60px;
    margin-left: 0;
  }

  .heading.more-projects {
    margin-top: 60px;
  }

  .slide1 {
    background-image: url('../images/pez-descanso-leica-v-bn_final800px.jpg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
  }

  .slider {
    margin-top: 20px;
  }

  .slider-8 {
    overflow: hidden;
  }

  .slider-8.mobile-d-none {
    display: none;
    overflow: hidden;
  }

  .image-7 {
    width: 80%;
  }

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

  .image-11 {
    display: block;
  }

  .md-d-none {
    margin-bottom: 40px;
  }

  .d-none.d-md-block {
    display: none;
    overflow: visible;
  }

  .image-12, .image-13 {
    display: block;
  }

  .columns {
    display: none;
  }

  .heading-4.workshop-details-mobile {
    margin-top: 60px;
  }

  .list-2 {
    list-style-type: disc;
  }
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-e5efeeac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-e5efeeac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_99b821ca-e91a-dc8e-a857-5c547e77ece2-e5efeeac {
  grid-area: Area;
}

#w-node-_82014d8e-c551-dbb4-033c-623a399b1a5d-e5efeeac {
  grid-area: Area-4;
}

#w-node-d923eeb6-6d60-0ec6-d3b0-bbc76d421038-e5efeeac {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-e5efeeae {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-e5efeeae {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c0046419-ce82-87a1-f544-3e9bdefd66b7-e5efeeae {
  grid-area: Area-3;
}

#w-node-c0046419-ce82-87a1-f544-3e9bdefd66b8-e5efeeae {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a2c-e5efeeae {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a2d-e5efeeae {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a31-e5efeeae {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a32-e5efeeae {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a3b-e5efeeae {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a3c-e5efeeae {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-e5efeeae {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a37-e5efeeae {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_5601a7f7-5bf6-691f-721c-08063ec2b433-98f1679c {
  grid-area: Area-3;
}

#w-node-_5601a7f7-5bf6-691f-721c-08063ec2b434-98f1679c {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_7d0d15ac-2b1a-b1fa-3f9e-674f5770479e-98f1679c {
  grid-area: Area-3;
}

#w-node-_7d0d15ac-2b1a-b1fa-3f9e-674f5770479f-98f1679c {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_7d0d15ac-2b1a-b1fa-3f9e-674f5770478a-98f1679c {
  grid-area: Area-3;
}

#w-node-_7d0d15ac-2b1a-b1fa-3f9e-674f5770478b-98f1679c {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_7d0d15ac-2b1a-b1fa-3f9e-674f5770478f-98f1679c {
  grid-area: Area-3;
}

#w-node-_7d0d15ac-2b1a-b1fa-3f9e-674f57704790-98f1679c {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_7d0d15ac-2b1a-b1fa-3f9e-674f57704799-98f1679c {
  grid-area: Area-3;
}

#w-node-_7d0d15ac-2b1a-b1fa-3f9e-674f5770479a-98f1679c, #w-node-_7d0d15ac-2b1a-b1fa-3f9e-674f57704795-98f1679c {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-4129c7a4 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-4129c7a4 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_154aa287-5608-456c-2f5b-a054edbf0d22-4129c7a4 {
  grid-area: Area-3;
}

#w-node-_154aa287-5608-456c-2f5b-a054edbf0d23-4129c7a4 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbd-4129c7a4 {
  grid-area: Area-3;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbe-4129c7a4 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a2c-4129c7a4 {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a2d-4129c7a4 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a31-4129c7a4 {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a32-4129c7a4 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-4129c7a4 {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a37-4129c7a4 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-cd12b2ab {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-cd12b2ab {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_9296b8a3-09e7-c318-9ded-6d9b9b6d95f6-cd12b2ab {
  grid-area: Area-3;
}

#w-node-_9296b8a3-09e7-c318-9ded-6d9b9b6d95f7-cd12b2ab {
  grid-area: Area-4;
  align-self: center;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbd-cd12b2ab {
  grid-area: Area-3;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbe-cd12b2ab {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a31-cd12b2ab {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a32-cd12b2ab {
  grid-area: Area-4;
  align-self: center;
}

#w-node-fd24674d-9e21-4137-424a-23652984abcd-cd12b2ab {
  grid-area: Area-3;
}

#w-node-fd24674d-9e21-4137-424a-23652984abce-cd12b2ab {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-cd12b2ab {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a37-cd12b2ab {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-75b8ff69 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-75b8ff69 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c562270a-6659-bfda-db59-836fe1d85b16-75b8ff69 {
  grid-area: Area-3;
}

#w-node-c562270a-6659-bfda-db59-836fe1d85b17-75b8ff69 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbd-75b8ff69 {
  grid-area: Area-3;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbe-75b8ff69 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_4ca727ef-fcf3-44f8-1b6d-5926d4211001-75b8ff69 {
  grid-area: Area-3;
}

#w-node-_4ca727ef-fcf3-44f8-1b6d-5926d4211002-75b8ff69 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-fd24674d-9e21-4137-424a-23652984abcd-75b8ff69 {
  grid-area: Area-3;
}

#w-node-fd24674d-9e21-4137-424a-23652984abce-75b8ff69 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-75b8ff69 {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a37-75b8ff69 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-9b941ba3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-9b941ba3 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_00b6976d-bf90-e4d5-db1b-2ec60ed8425b-9b941ba3 {
  grid-area: Area-3;
}

#w-node-_00b6976d-bf90-e4d5-db1b-2ec60ed8425c-9b941ba3 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbd-9b941ba3 {
  grid-area: Area-3;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbe-9b941ba3 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_4ca727ef-fcf3-44f8-1b6d-5926d4211001-9b941ba3 {
  grid-area: Area-3;
}

#w-node-_4ca727ef-fcf3-44f8-1b6d-5926d4211002-9b941ba3 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-c3d9bedb-4811-ed88-6ae2-f67c8adca835-9b941ba3 {
  grid-area: Area-3;
}

#w-node-c3d9bedb-4811-ed88-6ae2-f67c8adca836-9b941ba3 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-fd24674d-9e21-4137-424a-23652984abcd-9b941ba3 {
  grid-area: Area-3;
}

#w-node-fd24674d-9e21-4137-424a-23652984abce-9b941ba3 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2d1c8109 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2d1c8109 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbd-2d1c8109 {
  grid-area: Area-3;
}

#w-node-e5813ca3-d657-b38d-8e12-7254339d9dbe-2d1c8109 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a2c-2d1c8109 {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a2d-2d1c8109 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a31-2d1c8109 {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a32-2d1c8109 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_2860f169-225d-a0ff-774c-87126e779167-2d1c8109 {
  grid-area: Area-3;
}

#w-node-_2860f169-225d-a0ff-774c-87126e779168-2d1c8109 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-2d1c8109 {
  grid-area: Area-3;
}

#w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a37-2d1c8109 {
  grid-area: Area-4;
  align-self: center;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-bf6b2187 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_99b821ca-e91a-dc8e-a857-5c547e77ece2-bf6b2187 {
  grid-area: Area;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-85cadbfd, #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-46be9890, #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-e8725024 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-e8725024 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_99b821ca-e91a-dc8e-a857-5c547e77ece2-e8725024 {
  grid-area: Area;
}

#w-node-d923eeb6-6d60-0ec6-d3b0-bbc76d421038-e8725024 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_82014d8e-c551-dbb4-033c-623a399b1a5d-e8725024 {
  grid-area: Area-4;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-6bc8684c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_99b821ca-e91a-dc8e-a857-5c547e77ece2-6bc8684c {
  grid-area: Area;
}

#w-node-_82014d8e-c551-dbb4-033c-623a399b1a5d-6bc8684c {
  grid-area: Area-4;
}

#w-node-d923eeb6-6d60-0ec6-d3b0-bbc76d421038-6bc8684c {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (min-width: 1280px) {
  #w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-e5efeeae, #w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-4129c7a4, #w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-cd12b2ab, #w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-75b8ff69, #w-node-f590f5b2-7d4c-8c2a-347c-bb2bdde15a35-2d1c8109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-e5efeeac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d923eeb6-6d60-0ec6-d3b0-bbc76d421038-e5efeeac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-e5efeeae {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-e5efeeae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-4129c7a4 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-4129c7a4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-cd12b2ab {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-cd12b2ab {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-75b8ff69 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-75b8ff69 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-9b941ba3 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-9b941ba3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-2d1c8109 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-2d1c8109 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-e8725024 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d923eeb6-6d60-0ec6-d3b0-bbc76d421038-e8725024, #w-node-d923eeb6-6d60-0ec6-d3b0-bbc76d421038-6bc8684c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-e5efeeae, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-4129c7a4, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-cd12b2ab, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-75b8ff69, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-9b941ba3, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-2d1c8109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-e5efeeae, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-4129c7a4, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-cd12b2ab, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-75b8ff69, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-9b941ba3, #w-node-_28a97a51-c1aa-c9f0-246c-22f64187e43b-2d1c8109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


