.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #232323;
  background-color: #232323;
  background-image: url('../images/backgorund-pattern.webp');
  background-position: 0 0;
  background-size: auto;
  font-family: mr-eaves-xl-sans, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  color: #232323;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: mr-eaves-sans, sans-serif;
  font-size: 6.2em;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #232323;
  margin-bottom: 10px;
  font-family: mrs-eaves-roman-all-small-ca, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #232323;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: mr-eaves-xl-sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: mr-eaves-xl-sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

p {
  margin-bottom: 8px;
  font-family: mr-eaves-xl-sans, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: #232323;
  text-decoration: underline;
}

a:hover {
  color: #3a71ff;
}

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

.container {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-button {
  height: 50px;
  color: #232323;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 18px;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button.first {
  margin-left: -18px;
}

.menu-button.last {
  margin-left: -20px;
  margin-right: -18px;
}

.menu-section {
  z-index: 1000;
  height: 90px;
  background-image: url('../images/backgorund-pattern.webp');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 10px solid #232323;
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menu-text-on {
  font-family: Basilia, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
}

.menu-text-off {
  font-size: 21px;
}

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

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

.menu-content-wrapper.hide {
  display: none;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.name-wrapper {
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.image-container {
  flex: 1;
  align-self: flex-end;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.text-block-name {
  color: #232323;
}

.menu-text-current {
  font-family: Basilia, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 500;
  transform: translate(0, 1px);
}

.casestudythumbnail {
  z-index: -1;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.study-preview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.title-case-study-section {
  margin-top: 40px;
  font-family: Basilia, Times New Roman, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1em;
}

.divider {
  width: 150px;
  height: 1px;
  background-color: #232323;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.link-to-casestudy-container {
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.text-block-link-on {
  font-family: Basilia, Times New Roman, sans-serif;
  font-size: 20px;
  text-decoration: underline;
  position: absolute;
}

.contact-info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.position-relative {
  position: relative;
}

.contact-info-container {
  grid-column-gap: 40px;
  margin-top: 100px;
  display: flex;
}

.mockup-phone {
  border-radius: 40px;
  align-self: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.column {
  width: 50%;
}

.rich-bloc {
  flex: 1;
}

.imagecontainer {
  width: 22%;
  justify-content: center;
  display: flex;
}

.imagewrapper {
  grid-column-gap: 4px;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.space-section {
  flex-direction: column;
  margin-bottom: 80px;
  display: flex;
}

.results-wrapper {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.result-container {
  background-image: none;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.result-text {
  font-size: 1.5em;
  line-height: 1.2;
}

.personas-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.personas-text {
  align-self: center;
  padding-right: 10px;
  font-size: 1.5em;
  line-height: 1.2;
}

.persona-container {
  flex: 1;
  align-items: center;
  display: flex;
}

.persona-image {
  z-index: 1;
  width: 120px;
  height: 120px;
  filter: grayscale();
  outline-offset: 0px;
  mix-blend-mode: multiply;
  outline: 2px solid #232323;
}

.persona-image._2 {
  mix-blend-mode: normal;
  position: absolute;
}

.background-video-3 {
  width: 100vw;
  max-width: 1200px;
  margin-top: 100px;
}

.div-block-3 {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.heuristic-image-container {
  background-color: rgba(35, 35, 35, .2);
  flex: 1;
  overflow: hidden;
}

.text-block {
  background-color: rgba(35, 35, 35, .2);
  margin-top: 0;
  margin-bottom: 8px;
  padding: 10px;
  font-size: 1.5em;
  line-height: 1.2;
}

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

.myphotowrapper {
  text-align: center;
  flex: 1;
  align-self: center;
}

.heuristic-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.heuristic-container {
  grid-column-gap: 10px;
  background-color: rgba(35, 35, 35, .05);
  flex-direction: row;
  flex: none;
}

.list {
  padding: 5px 20px 5px 30px;
}

.offsetfix {
  height: 100px;
}

.personas-layout {
  margin-top: 40px;
  display: flex;
}

.heading {
  margin-top: 0;
}

.div-block-9 {
  flex: 1;
}

.desktop-screen-video {
  width: 66em;
  height: 36em;
  max-height: 650px;
  max-width: 1200px;
  border: 4px solid #232323;
  border-radius: 20px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, .2);
}

.desktop-screen-video.first-image {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mobile-screen-video {
  width: 15em;
  height: 32em;
  border: 2px solid #232323;
  border-radius: 20px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, .2);
}

.link-block {
  align-self: stretch;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.tab-pane {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 30px 40px 40px;
}

.success-message {
  color: #20ce7b;
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
}

.type-column-1 {
  padding-right: 20px;
}

.card-wrap {
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f3f5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: inset 0 -1px #ccc;
}

.style-guide-title {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.style-guide-label-link {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none;
  display: inline-block;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.style-guide-subhead {
  color: #ec3872;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 20px;
}

.style-guide-logo-box {
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/transparent_1transparent.gif');
  background-position: 0 0, 0 0;
  background-size: auto, 16px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.card-title {
  margin-top: 0;
}

.button {
  height: 44px;
  color: #fff;
  letter-spacing: .5px;
  background-color: #232323;
  border-radius: 10px;
  padding: 0 20px;
  font-family: mr-eaves-sans, sans-serif;
  font-weight: 700;
  line-height: 43px;
  transition: all .2s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.button:hover {
  background-color: #3a71ff;
  box-shadow: 0 10px 20px rgba(58, 113, 255, .2);
}

.tab-link {
  color: #aaa;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  color: #222;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px #333;
}

.card-paragraph {
  margin-bottom: 0;
}

.card-paragraph:hover {
  color: #58a681;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-label.cc-box {
  justify-content: space-between;
  display: flex;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.input {
  height: 44px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.card-container {
  background-color: #f3f3f5;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.style-guide-content {
  padding-top: 40px;
}

.color-block {
  height: 70px;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 30px;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-brand-color-1 {
  background-color: #3a71ff;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-2 {
  background-color: #58a681;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.error-message {
  color: #ec3872;
  text-align: center;
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-top: 1px;
  padding-bottom: 1px;
}

.project-details {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.project-header {
  grid-column-gap: 40px;
  display: flex;
}

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

.project-detail-list {
  font-size: 20px;
  line-height: 22px;
}

.project-detail-title {
  margin-bottom: 0;
  font-size: 20px;
}

.image-2 {
  border-radius: 20px;
  margin-top: 20px;
}

.first-paragraph {
  margin-top: 30px;
}

.div-block-divider {
  border-top: 2px solid #000;
  padding-top: 20px;
  display: flex;
}

.section-description.bold {
  margin-left: auto;
  font-weight: 700;
}

.section-number {
  font-family: mr-eaves-sans, sans-serif;
}

.footer-2 {
  text-align: center;
  border-bottom: 10px solid #232323;
  margin-top: 100px;
  padding-bottom: 100px;
}

.footer-main-title {
  margin-top: 0;
}

.footer-first-title {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 1.3em;
}

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

.footer-link-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
}

.footer-links-wrapper {
  grid-column-gap: 60px;
  margin-top: 20px;
  display: flex;
}

.arete-color-palette-wrapper {
  grid-column-gap: 10px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.arete-color {
  height: 40px;
  background-color: #e3318f;
  border: 2px solid #000;
  border-radius: 20px;
  flex: 1;
}

.arete-color._2 {
  background-color: #e52e4d;
}

.arete-color._3 {
  background-color: #e4c628;
}

.arete-color._4 {
  background-color: #63bb46;
}

.arete-color._5 {
  background-color: #38c3e2;
}

.divider-results {
  width: 30px;
  height: 2px;
  background-color: #232323;
}

.column-2, .column1 {
  flex: 1;
}

.div-block-24 {
  min-height: 200px;
  mix-blend-mode: multiply;
  background-color: rgba(35, 35, 35, .2);
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  padding: 20px 40px;
  display: flex;
}

.image-4 {
  margin-left: -10px;
}

.heading-17 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mr-eaves-xl-sans, sans-serif;
  font-weight: 700;
  display: inline;
}

.heading-17._1 {
  color: #232323;
  font-size: 80px;
  line-height: 70px;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2em;
  line-height: 1.1;
}

.menu-button-2 {
  padding: 20px;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
}

.menu-button-2:hover {
  color: #fcca20;
}

.div-block-25 {
  mix-blend-mode: lighten;
  background-image: url('../images/backgorund-pattern.webp');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heuristic-image {
  object-fit: contain;
}

.flex-block {
  grid-column-gap: 10px;
  flex-direction: row;
  margin-bottom: 10px;
}

.div-block-26 {
  display: none;
}

.heading-21 {
  margin-bottom: 20px;
  font-size: 1em;
}

.text-block-2 {
  max-width: 50%;
  font-size: 1.3em;
}

.link-block-2 {
  align-self: flex-start;
}

.link-block-2:hover {
  color: #fcca20;
}

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

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

@media screen and (min-width: 1920px) {
  body {
    font-size: 24px;
  }

  h1 {
    font-size: 140px;
  }

  .heading-17 {
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  a {
    font-size: 14px;
  }

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

  .name-wrapper {
    top: 33%;
  }

  .image-container {
    max-width: 250px;
  }

  .casestudythumbnail {
    width: 100%;
  }

  .study-preview {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .contact-info-container {
    margin-top: 60px;
  }

  .mockup-phone {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }

  .column {
    width: auto;
  }

  .imagecontainer, .imagewrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .space-section {
    margin-bottom: 40px;
  }

  .results-wrapper {
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: flex-start;
  }

  .result-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .personas-wrapper {
    flex-direction: column;
    padding-right: 0;
  }

  .background-video-3 {
    margin-left: -10px;
  }

  .footerwrapper {
    flex-direction: column;
  }

  .myphotowrapper {
    margin-top: 20px;
  }

  .heuristic-wrapper {
    display: flex;
  }

  .heuristic-container {
    flex: 0 auto;
  }

  .personas-layout {
    width: 50%;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-left: auto;
  }

  .heading {
    margin-top: 0;
  }

  .mobile-screen-video {
    width: 17em;
    height: 36em;
  }

  .project-detail-list {
    font-size: 18px;
    line-height: 20px;
  }

  .project-detail-title {
    font-size: 18px;
  }

  .section-number {
    font-size: 1.5vw;
  }

  .menu-button-2 {
    font-size: 14px;
  }

  .div-block-25 {
    width: 75%;
    mix-blend-mode: normal;
    background-image: none;
    background-size: auto;
    display: inline;
    top: 1%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-26 {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .heading-20 {
    background-image: url('../images/backgorund-pattern.webp');
    background-position: 0 0;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 0;
    font-size: 64px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  h4, p {
    font-size: 20px;
    line-height: 24px;
  }

  .menu-button.first {
    margin-left: 0;
  }

  .menu-button.last.language {
    margin-right: 0;
  }

  .menu-button.language {
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .menu-text-on {
    font-size: 20px;
  }

  .menu-text-off {
    font-size: 18px;
  }

  .hero-wrapper {
    min-height: 0;
    display: block;
  }

  .image-container {
    display: none;
  }

  .menu-text-current {
    font-size: 20px;
  }

  .casestudythumbnail {
    width: 100%;
  }

  .contact-info {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .contact-info-container {
    margin-top: 20px;
  }

  .mockup-phone {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  }

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

  .imagecontainer {
    width: 40%;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: center;
  }

  .imagewrapper {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .results-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .result-container {
    text-align: center;
    align-items: center;
  }

  .result-text, .personas-text {
    font-size: 20px;
    line-height: 24px;
  }

  .persona-image {
    width: 100px;
    height: 100px;
  }

  .background-video-3 {
    height: 50vh;
  }

  .text-block {
    font-size: 20px;
    line-height: 24px;
  }

  .personas-layout {
    width: auto;
    margin-left: 0;
  }

  .desktop-screen-video {
    width: 72em;
    height: 40em;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .2);
  }

  .mobile-screen-video {
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .2);
  }

  .card-wrap {
    flex: 1;
  }

  .project-details {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .project-header {
    flex-direction: column;
  }

  .project-detail-list {
    font-size: 16px;
    line-height: 18px;
  }

  .project-detail-title {
    font-size: 16px;
  }

  .div-block-divider {
    flex-direction: column;
  }

  .section-number {
    font-size: 14px;
  }

  .footer-first-title {
    font-size: 16px;
  }

  .div-block-24 {
    margin-left: 60px;
    padding-left: 70px;
    padding-right: 20px;
  }

  .heading-19 {
    margin-top: 10px;
    font-size: 24px;
  }

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

@media screen and (max-width: 479px) {
  .menu-button {
    height: 40px;
    font-size: 17px;
  }

  .menu-button.last.language, .menu-button.language {
    font-size: 15px;
  }

  .contact-info-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .mockup-phone {
    border-radius: 10px;
  }

  .result-container {
    text-align: left;
    align-items: flex-start;
  }

  .persona-container {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-3 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .heuristic-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    display: flex;
  }

  .project-details {
    flex-direction: row;
  }

  .project-detail-list {
    font-size: 14px;
    line-height: 16px;
  }

  .project-detail-title {
    font-size: 14px;
  }

  .div-block-24 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_9b114093-de78-75aa-8744-60b04dcc8822-7bd977ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91febb58-ba60-c7ca-c497-b64e6911836e-7bd977ee {
  grid-area: Area;
}

#w-node-_624c3226-630c-73d0-a48e-a21c077d167e-7bd977ee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_624c3226-630c-73d0-a48e-a21c077d167f-7bd977ee {
  grid-column: span 2 / span 2;
}

#w-node-_32120af6-db10-3855-2073-56ba3e19acfc-7bd977ee {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_624c3226-630c-73d0-a48e-a21c077d167e-7bd977ee {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }
}


@font-face {
  font-family: 'Basilia';
  src: url('../fonts/Basilia-Med.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basilia';
  src: url('../fonts/Basilia-RegIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Basilia';
  src: url('../fonts/Basilia-Bol.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../fonts/FrutigerLTStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../fonts/FrutigerLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../fonts/FrutigerLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger';
  src: url('../fonts/FrutigerLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}