.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

p {
  margin-bottom: 10px;
}

.search-banner {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.search {
  align-items: flex-start;
  margin-bottom: 0;
}

.nav-link {
  color: #626a72;
  cursor: pointer;
  background-color: #0000;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link:hover {
  color: #1d1d1d;
}

.nav-link:active {
  color: #626a72;
}

.nav-link.w--current {
  color: #1d1d1d;
}

.search-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-content {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  display: flex;
  position: relative;
}

.search-bar {
  color: #1d1d1d;
  background-color: #f5f6f7;
  background-image: url('../images/MagnifyingGlass-Grey.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #f5f6f7;
  border-radius: 6px;
  width: 280px;
  height: 36px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-bar:hover, .search-bar:focus {
  border-color: #cbd5df;
}

.search-bar::placeholder {
  color: #99a4af;
}

.nav-logo {
  vertical-align: middle;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-logo:hover {
  opacity: .75;
}

.nav-logo.w--current {
  display: flex;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  border-bottom: 1px solid #f5f6f7;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-menu {
  text-align: right;
  margin-right: 6px;
}

.menu-button.w--open {
  color: #096ad033;
  background-color: #fff;
}

.hidden {
  display: none;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  max-width: 1280px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 60px 10px 0;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.section {
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section.light-color-gradient {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 240px;
  display: flex;
  position: relative;
}

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

.section.case-studies {
  background-color: #fff;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  margin-top: -153px;
  padding-top: 20px;
}

.hero-illustration {
  mix-blend-mode: multiply;
  width: 33%;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #1d1d1d;
  border-radius: 9px;
  flex: none;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 0;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px #2020200d;
}

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

.button:active {
  background-color: #626a72;
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.container {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  width: 1280px;
  max-width: 1280px;
  height: auto;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.hero-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 1200px;
  display: flex;
  position: static;
}

.paragraph.large {
  margin-top: 0;
  margin-bottom: auto;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h1 {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 1.25em;
}

.heading.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.4em;
}

.spacer {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box._500px {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  max-width: 65%;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._550px.center-align {
  width: 1200px;
  max-width: 1200px;
}

.section-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.large-3-grid {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.ebook-box {
  color: #1d1d1d;
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.div-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  object-fit: contain;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: 60px;
  display: flex;
  position: static;
}

.div-block-2 {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.div-block-2.cs_bucket {
  aspect-ratio: auto;
  color: #363636;
  width: 368px;
  text-decoration: none;
  position: static;
}

.div-block-3, .div-block-4, .div-block-5, .div-block-6 {
  flex-flow: column;
  display: flex;
}

.image {
  border-radius: 16px;
  padding: 4px;
}

.heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-size: 26px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.image-2 {
  border-radius: 0;
}

.text-block {
  color: #858585;
  align-items: center;
  margin-left: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
  margin-top: 8px;
}

.paragraph-10, .paragraph-11 {
  line-height: 150%;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 1200%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

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

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

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 1200px;
  max-width: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  display: flex;
}

.footer-brand {
  width: 1200px;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

.section-2 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-3.black-gradient {
  color: #fff;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle at 0%, #ff010126, #0000 47%), radial-gradient(circle at 40% 130%, #7aa7ff69, #0000 58%);
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.form-success {
  color: #33383f;
  background-color: #e7ecf0;
  border-radius: 8px;
  width: 100%;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  color: #fff;
  background-color: #495158;
}

.email-form {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.email-subscribe {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 9px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  position: relative;
  box-shadow: 0 2px #2020200d;
}

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

.button-2:active {
  background-color: #626a72;
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button-2.dark {
  color: #312d35;
  background-color: #fff;
  border: 1px solid #000;
  width: 800px;
  margin-bottom: 0;
  line-height: 32px;
}

.button-2.dark:hover {
  color: #fff;
  background-color: #33383f;
  border-color: #fff;
}

.button-2.dark:active {
  background-color: #99a4af;
}

.paragraph-12.large {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-7 {
  font-weight: 600;
  display: block;
}

.heading-7.h2 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.3em;
}

.section-4 {
  background-color: #99a4af;
  width: 1279px;
  height: 400px;
}

.section-4.hero-section {
  z-index: -1;
  object-fit: fill;
  background-image: url('../images/Um-medicine.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150%;
  width: 100%;
  height: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.section-4.hero-section.silk-over-bone {
  background-image: url('../images/portfolio-splash.jpg');
  background-size: 100%;
}

.section-4.hero-section.cardfit {
  background-image: url('../images/Nickels-Create-Top-Section-and-Hero-Image-for-CardFit_KS-09-MAY-2024-V2-R4.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.div-block-7 {
  color: #fff;
  background-color: #d1474700;
  width: 800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 48px;
  padding-left: 0;
}

.heading-8 {
  color: #fff;
  text-align: left;
  font-size: 48px;
  line-height: 150%;
}

.section-5 {
  background-color: #fff;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 64px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: -350px;
}

.section-5.michmed-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.div-block-8 {
  width: 800px;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.problem {
  margin-top: 48px;
}

.profile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 800px;
  margin-top: 0;
  padding-top: 0;
  display: inline-flex;
}

.profile.nancy, .profile.jennifer {
  margin-bottom: 45px;
}

.process-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  object-fit: fill;
  background-color: #eef8f7;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 80px;
  padding-left: 0;
  display: flex;
  position: static;
  left: auto;
}

.heading-9, .heading-10, .heading-11 {
  width: 800px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 150%;
}

.section-6 {
  width: 800px;
  height: auto;
  margin-top: 48px;
}

.storyboard {
  width: 33%;
}

.heading-12 {
  width: 800px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 150%;
}

.paragraph-13 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 150%;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 48px;
  padding-top: 401px;
  font-size: 24px;
  line-height: 150%;
  display: flex;
}

.discovery {
  margin-top: 0;
}

.personas {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.paragraph-14 {
  width: 800px;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.section-8 {
  flex: 0 auto;
  width: 800px;
  margin-top: 48px;
  display: flex;
}

.synthesis {
  margin-top: 48px;
}

.paragraph-15 {
  width: 800px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.paragraph-16 {
  font-size: 24px;
  line-height: 150%;
}

.paragraph-17 {
  justify-content: flex-start;
  width: auto;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 150%;
  display: block;
}

.heading-13 {
  font-size: 32px;
  line-height: 150%;
}

.heading-14, .heading-15 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 150%;
}

.heading-16 {
  width: 320px;
  font-size: 24px;
}

.paragraph-18, .paragraph-19 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.body {
  clear: none;
  flex-flow: column;
  align-items: baseline;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: block;
  overflow: visible;
}

.div-block-10 {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 16px;
  width: 320px;
  padding: 4px 16px;
}

.heading-17 {
  color: #a0a0a0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.heading-18 {
  width: 320px;
  font-size: 24px;
}

.section-9 {
  margin-top: 24px;
}

.div-block-11 {
  width: 800px;
}

.section-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 800px;
  height: 100%;
  margin-top: 48px;
  display: flex;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 150%;
}

.div-block-13, .image-3 {
  width: 800px;
}

.div-block-14 {
  width: 800px;
  margin-top: 48px;
}

.div-block-15 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 800px;
  margin-top: 48px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.heading-20 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-17 {
  width: auto;
}

.heading-21 {
  width: 100%;
}

.persona_content {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.persona_header {
  width: auto;
}

.persona_paragraph {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 150%;
}

.decision_header {
  margin-top: 0;
  margin-bottom: 0;
}

.list-item {
  font-size: 24px;
  line-height: 150%;
}

.list-item-2 {
  font-size: 24px;
}

.list-item-3 {
  font-size: 24px;
  line-height: 150%;
}

.div-block-18 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-18.last {
  flex-flow: column;
}

.image-4 {
  width: 500px;
  max-width: 500px;
  height: 306px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 45px;
  display: flex;
}

.key_decision {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 64px;
  display: flex;
}

.key_decision.last {
  margin-bottom: 0;
}

.image-5 {
  flex: 0 auto;
  width: 500px;
  height: 306px;
  max-height: none;
}

.image-6 {
  height: 304px;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.key_decision_description {
  font-size: 24px;
  line-height: 150%;
}

.div-block-23 {
  width: 800px;
}

.paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  font-size: 24px;
  line-height: 150%;
}

.image-8, .image-9 {
  border-radius: 16px;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-24, .paragraph-25, .paragraph-26 {
  font-size: 24px;
  line-height: 150%;
}

.paragraph-27 {
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 150%;
}

.image-10 {
  vertical-align: baseline;
}

.paragraph-28 {
  width: 800px;
  font-size: 24px;
  line-height: 150%;
}

.div-block-25 {
  margin-bottom: 48px;
  display: flex;
}

.div-block-25.work-example {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.div-block-26 {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.paragraph-29 {
  font-size: 24px;
  line-height: 150%;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 800px;
  margin-bottom: 48px;
  display: flex;
}

.div-block-28 {
  width: 100%;
}

.div-block-29 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  display: flex;
}

.div-block-29.last {
  flex-flow: column;
}

.heading-22, .heading-23 {
  margin-bottom: 16px;
}

.paragraph-30 {
  margin-bottom: 24px;
}

.paragraph-31 {
  font-size: 24px;
  line-height: 150%;
}

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

.last {
  margin-top: 48px;
}

.div-block-30 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 247px;
  height: 500px;
}

.div-block-32 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.link-block-2 {
  color: #363636;
  text-decoration: none;
}

.link-block-3 {
  color: #363636;
  background-color: #0000;
  text-decoration: none;
}

.image-12 {
  border-radius: 24px;
  margin-bottom: 20px;
}

.image-13 {
  mix-blend-mode: normal;
  border-radius: 16px;
  width: 390px;
}

.image-14 {
  border-radius: 16px;
  width: 390px;
}

.div-block-33 {
  justify-content: space-between;
  display: flex;
}

.section-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-15, .image-16 {
  width: 600px;
}

.div-block-34 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-17, .image-18, .image-19 {
  width: 600px;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  display: flex;
}

.button-3:hover {
  color: #fff;
  background-color: #000;
}

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

.button-4 {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(348deg, #edd4e0, #e0deee 53%, #d1dffa);
  background-clip: border-box;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 64px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.button-4:hover {
  color: #fff;
  background-image: linear-gradient(348deg, #381e1c, #37425a 53%, #1d1d1d);
}

.button-4.cardfit {
  width: 33%;
  height: 100%;
  padding: 12px 16px;
}

.button-4.back-to-top {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 16px;
  width: auto;
  max-width: none;
  height: 48px;
  padding: 8px 16px;
  position: fixed;
  inset: 90% 10% 0% auto;
}

.div-block-36 {
  z-index: auto;
  width: 100%;
  position: sticky;
  inset: auto 0% 0% auto;
}

.image-21 {
  color: #23949f;
}

.block-quote {
  color: #23949f;
  border-top: 2px #000;
  border-bottom: 4px #23949f;
  border-left: 6px solid #23949f;
  border-right: 2px #000;
  margin-top: 60px;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.image-30 {
  border-radius: 16px;
}

.container-6 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 1280px;
  max-width: 1280px;
  height: auto;
  min-height: auto;
  display: flex;
}

.body-2 {
  color: #1d1d1d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.content {
  color: #1d1d1d;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 240px 24px;
  display: flex;
}

.content.intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  height: 0;
  min-height: auto;
  max-height: none;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

.content.mockups {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  padding: 120px 24px;
}

.content.mockups.third {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
}

.content.mockups.ceramics {
  flex-flow: row;
}

.content.mockups.personas, .content.mockups.sitemap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.content.problem {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.overview {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.design1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.conclusion {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.details, .content.gallery {
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.before {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content.hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-slot {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-38 {
  color: #fff;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.image-31 {
  max-width: 25%;
}

.body-3 {
  color: #1d1d1d;
}

.image-32 {
  flex: 0 auto;
  height: 100px;
  max-height: 100%;
  display: block;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 40%;
  display: flex;
}

.heading-24 {
  flex: 0 auto;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  flex-flow: column;
  min-width: 100%;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 220px;
  grid-row-gap: 220px;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-40.gallery {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.hero-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.hero-block.yourist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 60%;
}

.image-33 {
  flex: 1;
  width: 100%;
  display: block;
}

.quick-description {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.explain1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  width: auto;
  min-width: 40%;
  display: flex;
}

.explain1.cardfit {
  width: 800px;
}

.explain2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  min-width: 45%;
  display: flex;
}

.heading-25, .heading-26, .heading-27 {
  font-size: 48px;
  line-height: 64px;
}

.intro-paragraph-header {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 58px;
}

.list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  list-style-type: none;
}

.heading-28, .heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.div-block-45 {
  min-width: 100%;
}

.heading-30 {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 60%;
  min-width: auto;
  max-width: 100%;
  display: flex;
}

.block-quote-2 {
  color: #135b53;
  border: 0 solid #135b53;
  border-radius: 24px;
  font-size: 30px;
  line-height: 40px;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-around;
  min-width: auto;
  max-width: 100%;
  display: flex;
}

.div-block-47.mockups {
  max-width: 100%;
}

.div-block-47.conc {
  flex-flow: column;
  max-width: 45%;
}

.mockup {
  width: 30%;
  min-width: 25%;
  display: block;
}

.mockup.hero {
  width: 30%;
  min-width: 25%;
  max-width: 100%;
}

.div-block-48 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-34 {
  flex: 0 auto;
  min-width: 0;
  max-width: none;
  min-height: 50%;
  max-height: 600px;
}

.image-34.set3 {
  min-width: 30%;
  max-width: 100%;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  min-width: 45%;
  max-width: 45%;
  display: flex;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 60%;
  display: flex;
}

.image-35, .image-36 {
  max-width: 48%;
}

.heading-32 {
  max-width: 100%;
  margin-top: 0;
}

.div-block-51 {
  width: 100%;
  max-width: 100%;
}

.heading-33 {
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.paragraph-33 {
  max-width: 100%;
}

.div-block-52 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.heading-34, .heading-35, .heading-36 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.heading-37, .heading-38 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-55 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-box {
  display: flex;
}

.image-1 {
  min-width: 30%;
  max-width: 100%;
}

.image-37 {
  max-width: none;
  max-height: 500px;
}

.what-why {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 600px;
  min-width: 50%;
  max-width: 100%;
  display: flex;
}

.persona {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  min-width: 25%;
  max-width: 100%;
  display: flex;
}

.image-38, .image-39, .image-40 {
  width: 100%;
}

.heading-39, .heading-40 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-2 {
  color: #135b53;
  font-size: 14px;
  font-weight: 700;
}

.image-41 {
  border-radius: 0;
  width: 100%;
  box-shadow: 5px 5px 20px -3px #135b5354;
}

.div-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  min-width: 50%;
  max-width: 100%;
  display: flex;
}

.service_cat {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.service_cat.first {
  padding-top: 0;
}

.service_cat.last {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.heading-41 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-42 {
  width: 45%;
  max-width: 100%;
}

.image-43, .image-44, .image-45 {
  width: 45%;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-60 {
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.story-1, .story-2, .story-3 {
  width: 30%;
}

.story-board-explain {
  width: 45%;
  max-width: 100%;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 600px;
  max-width: 100%;
  display: flex;
}

.image-49 {
  width: 80%;
}

.div-block-62 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-42 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-63 {
  padding-top: 16px;
}

.hero-explain {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .search-banner {
    display: none;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    justify-content: flex-end;
    margin-left: 16px;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .nav-logo {
    flex: 1;
  }

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

  .logo-div {
    flex: 0 auto;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.light-color-gradient {
    max-width: 100%;
  }

  .section.case-studies {
    align-items: center;
    max-width: 800vw;
  }

  .hero-illustration {
    width: 50%;
    max-width: 45%;
  }

  .button {
    position: relative;
  }

  .container {
    flex-flow: column;
    width: auto;
    min-width: 720px;
    max-width: 860px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .hero-grid {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 720px;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading.h1 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .text-box._500px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .text-box._550px.center-align {
    width: 720px;
  }

  .large-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-3, .heading-5, .heading-6 {
    margin-top: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

  .container-3 {
    max-width: 728px;
  }

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

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .section-3.black-gradient {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .button-2 {
    position: relative;
  }

  .container-5 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.hero-section.gifts-of-art, .section-4.hero-section.silk-over-bone {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-4.hero-section.cardfit {
    background-position: 80% 0;
    background-size: cover;
  }

  .div-block-7 {
    width: auto;
    min-width: auto;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-8 {
    font-size: 36px;
  }

  .section-5.michmed-top {
    width: auto;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-8 {
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .div-block-9 {
    box-sizing: border-box;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 100%;
    padding-left: 0;
  }

  .overview {
    flex-flow: column;
    align-items: flex-start;
    min-width: 720px;
    max-width: 100%;
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .problem {
    min-width: auto;
    max-width: 800%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .profile.nancy, .profile.jennifer, .profile.gerald {
    width: auto;
  }

  .process-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-9 {
    width: auto;
    min-width: 100%;
    max-width: 100%;
  }

  .heading-10, .heading-11, .heading-12 {
    width: auto;
  }

  .discovery {
    min-width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .personas {
    width: auto;
    min-width: auto;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-14 {
    width: auto;
  }

  .synthesis {
    min-width: auto;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-15 {
    width: auto;
  }

  .paragraph-18 {
    max-width: 100%;
  }

  .div-block-11 {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-10 {
    min-width: auto;
    max-width: 100%;
  }

  .div-block-12 {
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-14 {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-15 {
    box-sizing: border-box;
    object-fit: fill;
    align-items: stretch;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-16 {
    max-width: 100%;
  }

  .persona_paragraph {
    width: auto;
  }

  .div-block-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-10 {
    max-width: 30%;
  }

  .paragraph-28 {
    width: auto;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-27 {
    width: auto;
  }

  .div-block-29 {
    width: auto;
    min-width: auto;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-32 {
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-12 {
    min-width: 100%;
  }

  .image-13 {
    width: auto;
    min-width: 45%;
    max-width: 45%;
  }

  .image-14 {
    width: auto;
    min-width: 50%;
    max-width: 45%;
  }

  .div-block-35 {
    min-width: 720px;
    max-width: 800px;
    padding-left: 24px;
  }

  .image-21 {
    min-width: 100%;
  }

  .image-22 {
    max-width: 30%;
  }

  .paragraph-32 {
    min-width: auto;
    max-width: 100%;
  }

  .image-23 {
    max-width: 30%;
  }

  .div-block-37 {
    min-width: auto;
    max-width: 100%;
  }

  .image-24, .image-25, .image-26, .image-27, .image-28, .image-29 {
    max-width: 30%;
  }

  .container-6 {
    width: 728px;
  }

  .content.intro {
    padding-top: 64px;
  }

  .content.mockups {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content.mockups.third, .content.mockups.ceramics {
    flex-flow: column;
  }

  .content.problem, .content.overview, .content.design1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content.conclusion {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content.details, .content.before {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-38 {
    padding-left: 0;
  }

  .div-block-39 {
    max-width: 100%;
  }

  .heading-24 {
    min-width: 50%;
    font-size: 24px;
  }

  .list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-40 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: row;
  }

  .div-block-40.gallery {
    flex-flow: column;
  }

  .hero-block.yourist {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-description {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    padding-top: 0;
  }

  .explain1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .explain1.cardfit {
    width: 100%;
    max-width: 100%;
  }

  .explain2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .intro-paragraph-header {
    font-size: 32px;
    line-height: 44px;
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    font-size: 16px;
  }

  .heading-28, .heading-29 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-46 {
    width: 100%;
  }

  .div-block-47.conc {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-48 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .image-34, .image-34.set2, .image-34.set3 {
    max-width: 80%;
  }

  .div-block-49, .div-block-50, .image-35, .image-36, .div-block-52 {
    max-width: 100%;
  }

  .div-block-53 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-34, .heading-35 {
    max-width: 100%;
  }

  .heading-36 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .what-why {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-content {
    background-color: #fff;
    border-top: 1px solid #e7ecf0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    overflow: auto;
  }

  .search-bar {
    width: 100%;
  }

  .nav-bar {
    border: 1px #000;
  }

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-right: -12px;
    padding: 16px;
  }

  .logo-div {
    margin-right: auto;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .section.light-color-gradient {
    padding-left: 0;
    padding-right: 0;
  }

  .section.case-studies {
    max-width: 100%;
  }

  .hero-illustration {
    width: 100%;
    max-width: 64%;
    margin-left: auto;
  }

  .button {
    max-width: 100%;
    margin-top: 24px;
  }

  .container {
    min-width: 460px;
    max-width: 720px;
  }

  .hero-grid {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.large {
    width: 100%;
    max-width: 100%;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .spacer {
    height: 32px;
  }

  .text-box._500px {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: 100%;
    max-width: 100%;
  }

  .text-box._550px.center-align {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-top {
    text-align: center;
  }

  .large-3-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

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

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

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

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

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

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

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.black-gradient {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-12 {
    font-size: 15px;
  }

  .heading-7.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .section-4.hero-section.silk-over-bone {
    background-position: 75% 0;
    background-size: cover;
  }

  .section-4.hero-section.cardfit {
    background-position: 90%;
    background-size: cover;
  }

  .div-block-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .overview {
    min-width: auto;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .problem, .process-section, .personas {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-16 {
    font-size: 18px;
  }

  .section-10 {
    min-width: auto;
    max-width: 100%;
  }

  .div-block-12, .div-block-14.work-example {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-18 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .div-block-24 {
    box-sizing: border-box;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-10 {
    max-width: 30%;
  }

  .paragraph-28 {
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .div-block-27 {
    width: auto;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-29, .div-block-32 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .button-3 {
    width: 100%;
  }

  .div-block-35 {
    min-width: auto;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-4 {
    width: 100%;
    min-width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.cardfit {
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .image-20 {
    margin-top: 24px;
  }

  .image-22, .image-23 {
    max-width: 30%;
  }

  .div-block-37 {
    min-width: auto;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-24, .image-25 {
    max-width: 30%;
  }

  .image-26 {
    max-width: 30%;
    display: inline-block;
  }

  .image-27, .image-28, .image-29 {
    max-width: 30%;
  }

  .container-6 {
    max-width: 100%;
  }

  .content.intro {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content.mockups {
    max-width: 100%;
    padding: 40px 16px;
  }

  .content.mockups.third {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .content.overview {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content.design1 {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content.conclusion {
    padding: 40px 16px;
  }

  .content.details {
    max-width: 100%;
    padding: 40px 16px;
  }

  .content.before {
    padding: 40px 16px;
  }

  .div-block-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hero-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 100%;
  }

  .hero-block.yourist {
    max-width: 100%;
  }

  .intro-paragraph-header {
    font-size: 24px;
    line-height: 36px;
  }

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

  .heading-29 {
    font-size: 18px;
  }

  .heading-30 {
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-48 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-34 {
    max-width: 50%;
  }

  .list-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-33 {
    font-size: 32px;
  }

  .paragraph-33 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-34, .heading-36, .heading-38 {
    font-size: 18px;
  }

  .image-37 {
    max-width: 100%;
  }

  .what-why {
    width: 100%;
  }

  .paragraph-34, .paragraph-35 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-36 {
    font-size: 16px;
  }

  .italic-text {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41 {
    font-size: 16px;
    line-height: 24px;
  }

  .italic-text-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-42, .paragraph-43, .italic-text-3, .italic-text-4, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47, .paragraph-48 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .search-banner {
    justify-content: space-between;
  }

  .search {
    flex-direction: column;
  }

  .search-bar {
    width: 100%;
  }

  .nav-bar {
    padding-left: 16px;
  }

  .menu-button {
    flex: 0 auto;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px 2px 0;
  }

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .container {
    min-width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .heading.h1 {
    font-size: 24px;
  }

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

  .image {
    width: 100%;
  }

  .heading-5 {
    font-size: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .container-3 {
    max-width: none;
  }

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

  .footer-block-two {
    margin-top: 40px;
  }

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

  .email-form {
    flex-direction: column;
    width: 100%;
  }

  .email-subscribe {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4.hero-section.gifts-of-art {
    -webkit-text-fill-color: inherit;
    background-position: 25% 0;
    background-size: cover;
    background-clip: border-box;
  }

  .section-4.hero-section.cardfit {
    background-position: 80%;
    background-size: cover;
  }

  .div-block-7 {
    padding-left: 16px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .section-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .overview, .problem {
    padding-left: 0;
    padding-right: 0;
  }

  .profile.nancy {
    text-align: left;
    flex-flow: column;
    align-items: center;
  }

  .profile.jennifer {
    flex-flow: column;
  }

  .profile.gerald {
    flex-flow: column;
    align-items: center;
  }

  .personas {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    font-size: 18px;
  }

  .div-block-11, .div-block-12, .div-block-14.work-example {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-4 {
    max-width: 400px;
    height: 244.8px;
  }

  .key_decision {
    max-width: 100%;
  }

  .div-block-24 {
    flex-flow: column;
  }

  .paragraph-28 {
    width: auto;
  }

  .div-block-25.work-example {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-27 {
    width: auto;
    max-width: 100%;
  }

  .div-block-29 {
    flex-flow: column;
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .paragraph-31 {
    min-width: auto;
    max-width: 100%;
  }

  .div-block-30 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-32 {
    flex-flow: column;
    width: auto;
    min-width: 100%;
    max-width: 100%;
  }

  .image-22 {
    margin-bottom: 24px;
  }

  .paragraph-32 {
    min-width: auto;
    max-width: 100%;
  }

  .image-23 {
    margin-bottom: 24px;
  }

  .div-block-37 {
    min-width: auto;
    max-width: 1000%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content.mockups.ceramics {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content.problem, .content.overview {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content.conclusion {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content.before {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .content.hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .list {
    margin-bottom: 0;
  }

  .div-block-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-paragraph-header, .heading-30 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-46 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .block-quote-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-47 {
    flex-flow: column;
  }

  .mockup, .mockup.hero {
    width: 100%;
  }

  .div-block-48 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-34 {
    max-width: 100%;
  }

  .heading-31 {
    font-size: 24px;
    line-height: 32px;
  }

  .list-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-33 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-35, .heading-37 {
    font-size: 32px;
    line-height: 40px;
  }

  .persona {
    width: 100%;
  }

  .heading-40 {
    font-size: 32px;
  }

  .div-block-56 {
    width: 100%;
  }

  .service_cat {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service_cat.first {
    flex-flow: column;
  }

  .image-42, .image-43, .image-44, .image-45 {
    width: 100%;
  }

  .div-block-60 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .story-1, .story-2, .story-3 {
    width: 100%;
  }

  .story-board-explain {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .image-49 {
    width: 100%;
  }

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

  .hero-explain {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .italic-text-3 {
    font-weight: 400;
  }

  .paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57, .paragraph-58, .paragraph-59, .paragraph-60, .paragraph-61 {
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-_880c51cf-3aa7-e38d-bff0-d47d52129b2e-f985040c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_880c51cf-3aa7-e38d-bff0-d47d52129b2e-f985040c {
    order: -9999;
  }
}
