:root {
  --white: white;
  --blue: #a2d2ff;
  --medium-spring-green: #08e199;
}

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

.body {
  background-color: #0f0f0f;
}

.hero_section {
  padding-top: 240px;
  padding-bottom: 200px;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

._2_col_grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  place-items: center stretch;
}

._2_col_grid.beaumonde, ._2_col_grid.pttp {
  height: 500px;
}

.content_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.h1 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.h1.text-span-geel {
  color: #e1fe1f;
}

.text-span-blauw {
  color: #a2d2ff;
}

.image {
  float: right;
  clear: none;
  border-radius: 20px;
  display: inline-block;
}

.image.beaumonde {
  border-radius: 0;
  width: 100%;
}

.image.pttp {
  border-radius: 0;
  height: 500px;
}

.button_contact {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #7193b3;
  border-radius: 50px;
  margin-top: 0;
  margin-right: 20px;
  padding: 14px 28px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: box-shadow .4s;
}

.button_contact:hover {
  background-color: #82a8cc;
  box-shadow: 0 0 20px 10px #a2d2ff1a;
}

.button_contact.coffee {
  margin-top: 0;
  margin-right: 0;
}

.button_contact.coffee:hover {
  box-shadow: 0 0 20px 6px #08e1991a;
}

.button_contact.coffee.geel {
  background-image: linear-gradient(150deg, #e1fe1f, #e1fe1f1a);
}

.button_contact.coffee.geel:hover {
  box-shadow: 0 0 20px 6px #e1fe1f1a;
}

.button_contact.coffee.roze {
  background-image: linear-gradient(150deg, #fae1ddcc, #fae1dd1a);
}

.button_contact.coffee.oranje {
  background-image: linear-gradient(150deg, #fb9549, #fb95491a);
}

.button_contact.coffee.oranje:hover {
  box-shadow: 0 0 20px 6px #fb95491a;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#292929, #29292900);
  position: fixed;
  inset: 0% 0% auto;
}

.heading-2 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-span-2 {
  color: #08e199;
}

.brand {
  display: block;
}

.nav-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

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

.nav-link-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

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

.nav-link-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-cta {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-2 {
  color: var(--white);
  text-transform: none;
  background-color: #7193b2;
  border-radius: 50px;
  margin-left: 20px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .4s;
}

.text-block-2:hover {
  background-color: #82a8cc;
  box-shadow: 0 0 20px 6px #a2d2ff1a;
}

.text-block-2.geel {
  background-image: linear-gradient(#e1fe1f, #e1fe1f26);
}

.text-block-2.geel:hover {
  box-shadow: 0 0 20px 6px #e1fe1f1a;
}

.text-block-2.roze {
  background-image: linear-gradient(150deg, #fae1ddcc, #fae1dd1a);
}

.text-block-2.oranje {
  background-image: linear-gradient(150deg, #fb9549, #fb95491a);
}

.text-block-2.oranje:hover {
  box-shadow: 0 0 20px 6px #fb95491a;
}

.mywork_section {
  padding-top: 40px;
  padding-bottom: 120px;
}

.h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.text-span-4 {
  color: var(--medium-spring-green);
}

.heading_groot {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.container_nav {
  justify-content: space-between;
  align-items: center;
  max-width: 1040px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mywork_grid {
  grid-column-gap: 31px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.image_wrapper_hero {
  border-radius: 20px;
}

.image_wrapper_hero.beaumonde {
  align-items: center;
  height: 500px;
  display: flex;
}

.image_wrapper_hero.pttp {
  height: 500px;
}

.paragraph {
  color: var(--white);
  letter-spacing: .5px;
  padding-top: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.designlab {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.about {
  letter-spacing: .3px;
  margin-top: 0;
  line-height: 24px;
}

.paragraph.proces {
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.paragraph.proces.hifi {
  text-align: left;
}

.paragraph.proces.stories {
  text-align: left;
  font-size: 14px;
}

.paragraph.goal {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 14px;
}

.naam {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-style_work {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.powertothepitcher_image {
  margin-bottom: 0;
  transition: box-shadow .4s;
}

.powertothepitcher_image:hover {
  box-shadow: 4px 4px 20px -5px #29292980;
}

.designlab_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h3 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.h3.coffee {
  margin-top: 0;
  margin-bottom: 30px;
}

.h3.expertise {
  margin-top: 0;
  margin-bottom: 8px;
}

.text-span-5 {
  color: var(--medium-spring-green);
}

.button_designlab {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #0000;
  background-image: linear-gradient(150deg, #858585, #8585851a);
  border-radius: 50px;
  margin-top: 50px;
  margin-right: 20px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.contact_section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.contact-cta-div {
  justify-content: center;
  display: flex;
}

.designlab_grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  place-items: center stretch;
  height: 400px;
}

.html-embed {
  height: 100%;
}

.hero_cta {
  margin-top: 70px;
}

.list {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  list-style-type: none;
}

.expertise_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  place-items: start stretch;
}

.expertise_list {
  margin-bottom: 24px;
  font-size: 16px;
}

.timeline_section {
  border: 1px #000;
  padding-top: 100px;
  padding-bottom: 0;
}

.timeline-item {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  padding-bottom: 70px;
}

.experience {
  background-image: linear-gradient(135deg, #82a8cccc, #82a8cc1a);
  border: .5px #ffffff80;
  border-radius: 16px;
  padding: 30px 30px 30px 40px;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-4 {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.expertise_section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.mystory_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mystory_grid {
  grid-column-gap: 31px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
}

.image-3 {
  border-radius: 20px;
  align-self: center;
  max-height: 420px;
}

.image-style_story {
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.line_graphic-geel {
  background-color: #0000;
  background-image: linear-gradient(to right, #e1fe1f00, #e1fe1f99 50%, #e1fe1f00);
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 200px;
  max-width: 200px;
  height: 3px;
  margin: 14px auto 10px;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.timeline-circle {
  background-color: var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 15px;
  height: 15px;
  display: block;
}

.timeline-centre {
  width: 15px;
}

.study {
  background-image: linear-gradient(135deg, #ffffff4d, #ffffff1a);
  border: .5px #ffffff80;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 30px 30px 30px 40px;
}

.timeline-progress {
  background-image: linear-gradient(180deg, var(--blue), #a2d2ff00);
  align-self: auto;
  width: 3px;
  height: 130%;
  position: absolute;
}

.timeline-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-item-1, .timeline-item-2, .timeline-item-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  padding-bottom: 70px;
}

.h3-story {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.footer {
  background-image: linear-gradient(#fff0, #ffffff26);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-wrapper-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-style_coffee {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.image-style_coffee.coffee {
  margin-bottom: 0;
}

.timeline-mobile.hidden {
  display: none;
}

.h4 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.expertise_grid-mobile {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  place-items: start stretch;
}

.expertise-mobile.hidden {
  display: none;
}

.list-mobile {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  list-style-type: none;
}

._2_col_grid_contact {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.description {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.line_graphic_2 {
  background-color: #0000;
  background-image: linear-gradient(90deg, #a2d2ff99, #08e19900 100%, #08e19900);
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 230px;
  max-width: 230px;
  height: 3px;
  margin: 0 auto 20px 0;
}

.mystory-mobile {
  grid-column-gap: 31px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
  display: none;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.line_graphic_3 {
  background-color: #0000;
  background-image: linear-gradient(to right, #e1fe1f99, #08e19900 100%, #e1fe1f00);
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 200px;
  max-width: 200px;
  height: 3px;
  margin: 10px auto 20px 0;
}

.line_graphic_3.roze {
  background-image: linear-gradient(to right, #fae1dd99, #08e19900 100%, #fae1dd00);
}

.line_graphic_3.oranje {
  background-image: linear-gradient(to right, #fb954999, #08e19900 100%, #fb954900);
}

.text-span-8, .text-span-geel {
  color: #e1fe1f;
}

.h3-title {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.h3-title.proces {
  text-align: left;
}

.h3-title.goal {
  text-align: left;
  margin-bottom: 8px;
}

.proces-fase {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.line_graphic-blauw {
  background-color: #0000;
  background-image: linear-gradient(90deg, #a2d2ff00, #a2d2ff99 50%, #a2d2ff00);
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 200px;
  max-width: 200px;
  height: 3px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.line_graphic-blauw.expertise {
  width: 160px;
  margin-top: 10px;
  margin-left: 41px;
}

.proces-steps-grid {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 10px;
}

.project_section {
  padding-top: 0;
  padding-bottom: 0;
}

.userstories {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.prototype_embed {
  margin-top: 20px;
}

.styletile {
  margin-top: 10px;
}

.link_work1 {
  transition: box-shadow .4s;
}

.text-span-roze {
  color: #fae1dd;
}

.line_graphic-roze {
  background-color: #0000;
  background-image: linear-gradient(to right, #fae1dd00, #fae1dd99 50%, #fae1dd00);
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 200px;
  max-width: 200px;
  height: 3px;
  margin: 14px auto 10px;
}

.proces-steps-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  margin-top: 40px;
  padding-left: 140px;
  padding-right: 100px;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 40px;
  display: grid;
}

.image-4 {
  display: block;
}

.grid_2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 40px;
  display: grid;
}

.html-embed-beaumonde {
  height: 650px;
  margin-top: 40px;
}

.beaumonde_image {
  margin-bottom: 0;
  transition: box-shadow .4s;
}

.beaumonde_image:hover {
  box-shadow: 4px 4px 20px -5px #29292980;
}

.line_graphic-roze-groot {
  background-color: #0000;
  background-image: linear-gradient(to right, #fae1dd00, #fae1dd99 50%, #fae1dd00);
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 300px;
  max-width: 300px;
  height: 5px;
  margin: 20px auto 0;
}

.line_graphic-geel-groot {
  background-color: #0000;
  background-image: linear-gradient(to right, #e1fe1f00, #e1fe1f99 50%, #e1fe1f00);
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 300px;
  max-width: 300px;
  height: 5px;
  margin: 20px auto 0;
}

.text-span-oranje {
  color: #fb9549;
}

.line_graphic-oranje {
  background-color: #0000;
  background-image: linear-gradient(to right, #fb954900, #fb954999 50%, #fb954900);
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 200px;
  max-width: 200px;
  height: 3px;
  margin: 14px auto 10px;
}

.pains-gains {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.line_graphic-oranje-groot {
  background-color: #0000;
  background-image: linear-gradient(to right, #fb954900, #fb954999 50%, #fb954900);
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  width: 300px;
  max-width: 300px;
  height: 5px;
  margin: 20px auto 0;
}

.dedu_image {
  margin-bottom: 0;
  transition: box-shadow .4s;
}

.dedu_image:hover {
  box-shadow: 4px 4px 20px -5px #29292980;
}

.link_work3 {
  transition: box-shadow .4s;
}

.mockup-image {
  padding: 40px 100px;
}

.list-2 {
  font-size: 14px;
}

.image-5 {
  max-width: 70%;
  max-height: 100%;
}

@media screen and (max-width: 991px) {
  .hero_section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .container {
    max-width: 90%;
  }

  ._2_col_grid {
    grid-column-gap: 34px;
  }

  ._2_col_grid.beaumonde, ._2_col_grid.pttp {
    height: auto;
  }

  .h1 {
    font-size: 36px;
  }

  .image {
    border-radius: 15px;
    width: 75%;
  }

  .image.pttp {
    height: auto;
  }

  .button_contact {
    padding: 13px 26px;
    font-size: 14px;
  }

  .nav-link, .nav-link-2, .text-block-2 {
    font-size: 13px;
  }

  .h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .heading_groot {
    margin-bottom: 40px;
  }

  .container_nav {
    max-width: 90%;
  }

  .image_wrapper_hero.beaumonde, .image_wrapper_hero.pttp {
    height: auto;
  }

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

  .paragraph.about {
    font-size: 13px;
    line-height: 20px;
  }

  .paragraph.proces, .paragraph.proces.stories {
    font-size: 12px;
  }

  .paragraph.goal {
    font-size: 12px;
    line-height: 18px;
  }

  .naam {
    margin-bottom: 0;
    font-size: 16px;
  }

  .h3.coffee {
    font-size: 32px;
  }

  .h3.expertise {
    font-size: 26px;
  }

  .hero_cta {
    margin-top: 40px;
  }

  .expertise_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .expertise_list {
    font-size: 14px;
  }

  .experience {
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .expertise_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-3 {
    border-radius: 15px;
    max-height: 35vh;
  }

  .line_graphic-geel {
    margin-top: 8px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 18px;
  }

  .study {
    border-radius: 15px;
    padding-left: 30px;
  }

  .h3-story {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .footer-wrapper-top {
    flex-wrap: wrap;
  }

  .expertise_grid-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  ._2_col_grid_contact {
    grid-column-gap: 34px;
  }

  .description {
    font-size: 14px;
    line-height: 24px;
  }

  .line_graphic_2 {
    width: 140px;
    max-width: 140px;
    height: 2px;
    margin-top: 0;
  }

  .line_graphic_3 {
    width: 140px;
    max-width: 140px;
    height: 2px;
    margin-top: 8px;
  }

  .h3-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .proces-fase {
    padding-bottom: 0;
  }

  .line_graphic-blauw {
    margin-top: 8px;
  }

  .line_graphic-blauw.expertise {
    width: 140px;
    max-width: 140px;
    margin-left: 36px;
  }

  .prototype_embed {
    margin-bottom: 80px;
  }

  .line_graphic-roze {
    margin-top: 8px;
  }

  .proces-steps-grid-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .html-embed-beaumonde {
    height: 400px;
    margin-bottom: 80px;
  }

  .line_graphic-roze-groot {
    width: 200px;
    max-width: 200px;
    height: 3px;
    margin-top: 8px;
  }

  .line_graphic-geel-groot {
    width: 200px;
    max-width: 200px;
    height: 3px;
    margin-top: 0;
  }

  .line_graphic-oranje {
    margin-top: 8px;
  }

  .line_graphic-oranje-groot {
    width: 200px;
    max-width: 200px;
    height: 3px;
    margin-top: 0;
  }

  .list-2, .list-3, .list-4 {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .hero_section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 90%;
  }

  .h1 {
    font-size: 32px;
  }

  .image {
    border-radius: 14px;
    width: 100%;
  }

  .button_contact {
    padding: 10px 20px;
    font-size: 13px;
  }

  .button_contact.coffee {
    font-size: 13px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    text-align: center;
    background-color: #0000;
    border-bottom: 1px #5a5a5a;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    background-color: #0000;
    border-bottom: 1px #5a5a5a;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-menu {
    background-color: #383838;
    border-radius: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 12px 24px;
    font-size: 16px;
  }

  .mywork_section {
    padding-bottom: 40px;
  }

  .h2 {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .container_nav {
    max-width: 90%;
  }

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

  .paragraph.about {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.proces {
    padding-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.proces.stories {
    padding-top: 0;
    font-size: 12px;
  }

  .paragraph.goal {
    padding-top: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .naam {
    font-size: 18px;
    line-height: 24px;
  }

  .image-style_work {
    margin-bottom: 16px;
  }

  .h3.coffee, .h3.expertise {
    font-size: 32px;
  }

  .contact_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .timeline_section {
    padding-top: 40px;
  }

  .experience {
    border-radius: 14px;
    padding: 24px;
  }

  .paragraph-3 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
  }

  .paragraph-4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .expertise_section, .mystory_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-3 {
    border-radius: 14px;
  }

  .line_graphic-geel {
    margin-bottom: 0;
  }

  .paragraph-5 {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .timeline-centre {
    display: block;
  }

  .study {
    background-image: linear-gradient(135deg, #ffffff4d, #ffffff1a);
    margin-bottom: 50px;
    padding: 24px;
  }

  .timeline-item-1 {
    padding-bottom: 50px;
  }

  .h3-story {
    margin-bottom: 6px;
    font-size: 32px;
  }

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

  .footer-wrapper-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .description {
    font-size: 12px;
    line-height: 18px;
  }

  .line_graphic_2 {
    height: 3px;
  }

  .menu-button {
    border-radius: 0;
  }

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

  .icon {
    color: var(--blue);
  }

  .line_graphic_3 {
    margin-top: 8px;
  }

  .h3-title {
    font-size: 24px;
  }

  .proces-steps-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .project_section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .userstories {
    font-size: 12px;
    line-height: 18px;
  }

  .prototype_embed {
    margin-bottom: 80px;
  }

  .styletile {
    margin-top: 30px;
  }

  .procesverloopimage {
    max-width: 200px;
  }

  .line_graphic-roze {
    margin-bottom: 0;
  }

  .proces-steps-grid-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-beaumonde {
    height: 600px;
    margin-bottom: 0;
  }

  .line_graphic-roze-groot, .line_graphic-geel-groot, .line_graphic-oranje {
    margin-bottom: 0;
  }

  .pains-gains {
    font-size: 12px;
    line-height: 18px;
  }

  .line_graphic-oranje-groot {
    margin-bottom: 0;
  }

  .mockup-image {
    padding: 20px;
  }

  .list-2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    padding: 100px 0% 60px;
  }

  .container {
    justify-content: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._2_col_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2_col_grid.hero {
    flex-direction: column;
    display: flex;
  }

  ._2_col_grid.coffee {
    justify-items: stretch;
    display: flex;
  }

  ._2_col_grid.beaumonde {
    height: auto;
    display: flex;
  }

  ._2_col_grid.pttp {
    align-items: center;
    height: auto;
    display: flex;
  }

  .content_wrapper {
    align-self: auto;
    margin-top: 0;
  }

  .h1 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 32px;
    display: block;
  }

  .image {
    float: none;
    border-radius: 5px;
    align-self: auto;
    width: 400px;
  }

  .image.beaumonde {
    align-self: auto;
  }

  .button_contact {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding: 10px 20px;
    font-size: 14px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 16px;
    font-size: 13px;
    font-weight: 500;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: 500;
  }

  .nav-menu {
    background-color: #252525;
    border-radius: 20px;
    margin-left: 14px;
    margin-right: 14px;
  }

  .text-block-2 {
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
  }

  .mywork_section {
    padding-top: 0;
  }

  .h2 {
    text-align: left;
    margin-top: 0;
    font-size: 32px;
    line-height: 120%;
  }

  .heading_groot {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }

  .container_nav {
    max-width: 90%;
  }

  .mywork_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .image_wrapper_hero {
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .image_wrapper_hero.beaumonde {
    height: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image_wrapper_hero.pttp {
    align-self: center;
    max-width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image_wrapper_hero.coffee {
    border-radius: 20px;
    padding: 0 0 10px;
  }

  .paragraph {
    letter-spacing: .5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
  }

  .paragraph.about {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.proces {
    padding-top: 0;
    font-size: 12px;
  }

  .paragraph.proces.stories {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.goal {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .naam {
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .h3 {
    font-size: 20px;
  }

  .h3.coffee {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .h3.expertise {
    font-size: 20px;
  }

  .contact_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero_cta {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .list {
    list-style-type: none;
    display: block;
  }

  .expertise_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template: "Area-2 Area Area"
    / 1.5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    display: grid;
  }

  .expertise_grid.hidden {
    display: none;
  }

  .expertise_list {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .timeline_section {
    padding-top: 20px;
  }

  .experience {
    border-radius: 10px;
    margin-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-3 {
    font-size: 13px;
    font-weight: 300;
  }

  .paragraph-4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .expertise_section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .mystory_section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .mystory_grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template: "."
    / 1fr .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mystory_grid.hidden {
    display: none;
  }

  .image-3 {
    border-radius: 4px;
    align-self: center;
  }

  .image-style_story {
    border-radius: 10px;
    align-items: flex-start;
    display: flex;
  }

  .line_graphic-geel {
    width: 160px;
    max-width: 160px;
    margin-top: 3px;
    margin-bottom: 0;
  }

  .paragraph-5 {
    letter-spacing: .5px;
    font-size: 14px;
    line-height: 20px;
  }

  .study {
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .timeline-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: center;
    display: flex;
  }

  .timeline-wrapper.hidden {
    display: none;
  }

  .timeline-item-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .h3-story {
    margin-bottom: 6px;
    font-size: 32px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-wrapper-top, .footer-wrapper-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block {
    margin-top: 20px;
  }

  .image-style_coffee.coffee {
    margin-bottom: 0;
  }

  .timeline-mobile.hidden {
    display: block;
  }

  .experience-items {
    margin-bottom: 40px;
  }

  .study-items {
    margin-bottom: 20px;
  }

  .h4 {
    text-align: left;
    margin-bottom: 6px;
    padding-left: 0;
    font-size: 24px;
    font-weight: 500;
  }

  .expertise_grid-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template: "."
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    margin-top: 0;
    display: grid;
  }

  .expertise-mobile.hidden {
    display: block;
  }

  .list-mobile {
    margin-top: 0;
    list-style-type: none;
    display: block;
  }

  ._2_col_grid_contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .description {
    font-size: 12px;
    line-height: 16px;
  }

  .line_graphic_2 {
    width: 120px;
    max-width: 120px;
    height: 3px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .mystory-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template: "."
    / 1fr .5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .icon {
    color: var(--blue);
    -webkit-text-stroke-color: var(--blue);
  }

  .line_graphic_3 {
    width: 120px;
    max-width: 120px;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .h3-title {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .h3-title.goal {
    font-size: 24px;
  }

  .proces-fase {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .line_graphic-blauw {
    width: 160px;
    max-width: 160px;
    height: 2px;
    margin-top: 3px;
  }

  .proces-steps-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding: 40px 30px 0;
    display: flex;
  }

  .project_section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .userstories {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 16px;
  }

  .prototype_embed {
    margin-bottom: 0;
  }

  .styletile {
    margin-top: 20px;
  }

  .line_graphic-roze {
    width: 160px;
    max-width: 160px;
    margin-top: 3px;
    margin-bottom: 0;
  }

  .proces-steps-grid-3 {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .grid {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .grid_2 {
    flex-flow: column wrap;
    display: flex;
  }

  .line_graphic-roze-groot, .line_graphic-geel-groot {
    width: 120px;
    max-width: 120px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .line_graphic-oranje {
    width: 160px;
    max-width: 160px;
    margin-top: 3px;
    margin-bottom: 0;
  }

  .pains-gains {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 10px;
    line-height: 16px;
  }

  .line_graphic-oranje-groot {
    width: 120px;
    max-width: 120px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mockup-image {
    padding: 0 0 40px;
  }

  .list-2, .list-3, .list-4 {
    font-size: 12px;
    line-height: 18px;
  }
}

#w-node-_8fc961ff-b0a0-512a-10f3-fc551115a273-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4c2c654d-a9f4-19d1-0f4c-779fd01000e4-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_637396aa-ad35-d25e-a401-0590842064b8-9b362b14, #w-node-_413f647c-5ff3-a961-8b37-85de114bc805-9b362b14, #w-node-c939a111-5f2e-2f8e-c0ef-fc4d5fc9a152-9b362b14, #w-node-c939a111-5f2e-2f8e-c0ef-fc4d5fc9a156-9b362b14, #w-node-_79292fa4-4996-dcd2-6a17-937f45ab3dd7-9b362b14, #w-node-f23a5a9f-de10-7373-9d29-ba573ae0cd33-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f23a5a9f-de10-7373-9d29-ba573ae0cd3a-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_35958fc3-7576-e41f-18d0-89ee3cc8ab20-9b362b14, #w-node-_129f722a-a955-9594-af1f-a329cd286249-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129f722a-a955-9594-af1f-a329cd286258-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_129f722a-a955-9594-af1f-a329cd286259-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72594f3c-1825-b661-0c5b-f98d2a78e6d4-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_72594f3c-1825-b661-0c5b-f98d2a78e6d9-9b362b14, #w-node-_72594f3c-1825-b661-0c5b-f98d2a78e6e2-9b362b14, #w-node-_9d5b4750-8631-51d9-d281-1df8a50eada5-9b362b14, #w-node-_9d5b4750-8631-51d9-d281-1df8a50eadae-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4175290-ab93-80ba-fd9d-25dbd6eb278e-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f4175290-ab93-80ba-fd9d-25dbd6eb2791-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3baf6fea-7265-90fd-6b09-b3b23191e0fc-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3baf6fea-7265-90fd-6b09-b3b23191e0ff-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83202666-2ef4-21cb-5f92-af1fc0426297-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c595717d-9104-4541-8531-b3bd480fc75a-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c3ece47-07d9-0dda-f904-c1c5cc3393e6-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0c3ece47-07d9-0dda-f904-c1c5cc3393e9-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f85d4f8-0217-80f5-98f8-b8fe5c40d1c9-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_820764b3-59a0-985e-6e6b-f20dd5f394e2-9b362b14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f52fc352-f542-a747-e2eb-e02e1b0606cb-b1e2fc40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d89929e2-8565-a6d7-fbb7-f93763dbb93a-b1e2fc40, #w-node-_14883ff1-5762-1736-aead-4d0219eee7c6-b1e2fc40, #w-node-_9d76ba6e-d37f-b7b6-98cd-a63e489e0bef-b1e2fc40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ec2fa3-5cd3-5b01-7098-1e699d06eac9-b1e2fc40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_62ec2fa3-5cd3-5b01-7098-1e699d06ead4-b1e2fc40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_864c4903-8c42-fbaf-d297-0be9cf3cb3ae-24b80dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_864c4903-8c42-fbaf-d297-0be9cf3cb3b5-24b80dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3290e435-9b76-f1d2-fb74-199e297dd5c6-24b80dbf, #w-node-ed5fad75-ff67-6153-803e-fda8226b72e3-24b80dbf, #w-node-a7025623-5f79-dab4-b79e-9ced734881c0-24b80dbf, #w-node-ba7ff848-7c2f-77d0-17bb-fc942e597941-24b80dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdef8cb0-46f0-e5a0-ca45-3558dc00d8b5-24b80dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e6ae503-1438-7a27-c2d7-ea3c2a1e065e-24b80dbf, #w-node-_81e6f0ef-cb1d-0b8f-aea4-1a25eca77ad7-24b80dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f85d4f8-0217-80f5-98f8-b8fe5c40d1c9-24b80dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_820764b3-59a0-985e-6e6b-f20dd5f394e2-24b80dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_864c4903-8c42-fbaf-d297-0be9cf3cb3ae-0a3dd743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_864c4903-8c42-fbaf-d297-0be9cf3cb3b5-0a3dd743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cf099e95-494f-eea3-068a-1b2e00624837-0a3dd743, #w-node-_69750446-7d1d-9d37-1c59-83e4c73f2fcc-0a3dd743, #w-node-b97800c0-78c3-fc64-5c2e-8e825a43e21d-0a3dd743, #w-node-dd4327fe-8c41-0901-9f74-0854a47ba335-0a3dd743, #w-node-dee97797-cf79-5389-1da0-45e4800eacbb-0a3dd743, #w-node-dee97797-cf79-5389-1da0-45e4800eacbc-0a3dd743, #w-node-dee97797-cf79-5389-1da0-45e4800eacbd-0a3dd743, #w-node-dee97797-cf79-5389-1da0-45e4800eacbe-0a3dd743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f85d4f8-0217-80f5-98f8-b8fe5c40d1c9-0a3dd743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_820764b3-59a0-985e-6e6b-f20dd5f394e2-0a3dd743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_864c4903-8c42-fbaf-d297-0be9cf3cb3ae-ce2209fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_864c4903-8c42-fbaf-d297-0be9cf3cb3b5-ce2209fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cf099e95-494f-eea3-068a-1b2e00624837-ce2209fc, #w-node-_69750446-7d1d-9d37-1c59-83e4c73f2fcc-ce2209fc, #w-node-b97800c0-78c3-fc64-5c2e-8e825a43e21d-ce2209fc, #w-node-dd4327fe-8c41-0901-9f74-0854a47ba335-ce2209fc, #w-node-_2a07a4ad-8298-1bd0-d9c1-67cb9833590f-ce2209fc, #w-node-_2a07a4ad-8298-1bd0-d9c1-67cb98335910-ce2209fc, #w-node-_2a07a4ad-8298-1bd0-d9c1-67cb98335911-ce2209fc, #w-node-_4afed701-8561-83b9-46fc-c222282808f3-ce2209fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f85d4f8-0217-80f5-98f8-b8fe5c40d1c9-ce2209fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_820764b3-59a0-985e-6e6b-f20dd5f394e2-ce2209fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_4c2c654d-a9f4-19d1-0f4c-779fd01000e4-9b362b14 {
    place-self: center end;
  }

  #w-node-f23a5a9f-de10-7373-9d29-ba573ae0cd3a-9b362b14, #w-node-_129f722a-a955-9594-af1f-a329cd286258-9b362b14 {
    align-self: center;
  }

  #w-node-_864c4903-8c42-fbaf-d297-0be9cf3cb3b5-24b80dbf {
    place-self: center end;
  }

  #w-node-_864c4903-8c42-fbaf-d297-0be9cf3cb3b5-0a3dd743, #w-node-_864c4903-8c42-fbaf-d297-0be9cf3cb3b5-ce2209fc {
    place-self: start end;
  }
}


