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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #262626;
  font-family: Text, sans-serif;
  color: #fff;
  font-size: 1.8vh;
  line-height: 3vh;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  width: 100%;
  max-width: 700px;
  margin-bottom: 24px;
  padding: 10px 20px;
  border-left: 2px dashed #e2e2e2;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 100;
}

figure {
  margin-bottom: 10px;
}

.page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #3a3a3a;
}

.content-wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 15vh 14vh 1vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-width: 1px;
  border-color: #262626;
  background-color: #3a3a3a;
}

.content-wrapper.overflow-visible {
  overflow: visible;
  background-color: #3a3a3a;
}

.content-wrapper.padding-killer {
  padding: 0vh;
}

.floating-bar-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  width: 100vw;
  height: 2vh;
  background-color: #262626;
}

.floating-bar-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 900;
  width: 100vw;
  height: 2vh;
  background-color: #262626;
}

.main-nav-wrapper {
  position: fixed;
  top: auto;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2vh;
  padding-right: 2vh;
  padding-left: 2vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav-item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.4vh;
  line-height: 1.4vh;
  font-weight: 700;
  text-decoration: none;
}

.main-nav-item:hover {
  opacity: 0.5;
}

.main-nav-item.left-side {
  margin-right: 2.4vw;
  color: #b79d83;
}

.main-nav-item.left-side:hover {
  color: #ffa244;
}

.main-nav-item.left-side.w--current {
  color: #ffb43c;
}

.main-nav-item.left-side.w--current:focus {
  color: #ffa426;
}

.main-nav-item.right-side {
  display: block;
  margin-left: 2.4vw;
  color: #b79d83;
}

.main-nav-item.right-side:hover {
  color: #ffa244;
}

.main-nav-item.right-side.w--current {
  display: block;
  color: #bba186;
}

.main-nav-item.right-side.w--current:hover {
  color: #ffa244;
}

.main-nav-item.right-side.call-to-action {
  padding: 1.6vh 2vh;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.main-nav-item.mobile {
  display: inline-block;
}

.main-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  margin-top: 3vh;
  margin-bottom: 0vh;
}

.header-01 {
  margin-top: 0px;
  margin-bottom: 4vh;
  font-family: Display, sans-serif;
  font-size: 10vh;
  line-height: 12vh;
  font-weight: 800;
}

.header-01.portfolio-detail-tweaks {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-top: 0px;
  margin-bottom: 2vh;
}

.header-01.sticky {
  margin-bottom: 0vh;
  box-shadow: none;
}

.header-01.vanacy-empty-state-tweaks {
  color: #595959;
  font-weight: 200;
}

.header-01.mo {
  border: 0px none #000;
  box-shadow: none;
  font-size: 8vh;
  line-height: 10vh;
}

.header-01.mo.changy {
  display: block;
  font-size: 8vh;
  line-height: 9vh;
  font-weight: 600;
}

.header-01.mo.changy.invi {
  display: none;
}

.header-01.mkl {
  margin-top: 48px;
  margin-bottom: 16vh;
  font-size: 10vh;
}

.header-01.grid {
  display: block;
  margin-top: 76px;
  margin-bottom: 76px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.header-01.grid.num {
  margin-top: 28px;
}

.homepage-header-left-side {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 48vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  display: none;
  margin-bottom: 5vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 2vh;
  line-height: 4vh;
  font-weight: 200;
}

.paragraph.white-text {
  color: #fafafa;
}

.paragraph.no-margin {
  margin-bottom: 0px;
}

.paragraph.subtext {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.paragraph.homepage-header-width {
  max-width: 39.5vw;
}

.paragraph.link.no-margin {
  margin-bottom: 0vh;
}

.primary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 1.6vh 2vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262626;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 2vh;
  line-height: 2.2vh;
  text-decoration: none;
}

.primary-button:hover {
  background-color: #50493d;
}

.primary-button.no-margin {
  margin-bottom: 0px;
}

.primary-button.footer-adjustments {
  margin-bottom: 0px;
}

.primary-button.full-width-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.primary-button.cv {
  overflow: visible;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.button-wrapper.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrapper.bn {
  display: none;
}

.spacer-small {
  width: 2.4vh;
  height: 2.4vh;
}

.spacer-small.hide-on-case {
  min-height: 2.4vh;
  min-width: 2.4vh;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0.8vh 1vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 0.2vh;
  border-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 2vh;
  line-height: 2vh;
  text-decoration: none;
}

.secondary-button:hover {
  background-color: #262626;
}

.secondary-button.footer-adjustments {
  margin-bottom: 0px;
}

.secondary-button.invi {
  display: none;
}

.secondary-button-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8vh 1vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262626;
}

.homepage-header-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage-header-image-01 {
  position: absolute;
  left: auto;
  top: 9%;
  right: 10%;
  bottom: auto;
  z-index: 5;
  width: 50%;
  height: 75%;
  background-image: url('../images/IMG_2231.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.homepage-header-image-02 {
  position: absolute;
  left: auto;
  top: 47%;
  right: 1%;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 19%;
  height: 34%;
  background-image: url('../images/KK-Logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.homepage-header-image-03 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 25%;
  bottom: auto;
  width: 17%;
  height: 21%;
  background-image: url('../images/dots.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.main-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2.4vh 14vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, #000), to(transparent));
  background-image: linear-gradient(180deg, #000, #000 0%, transparent);
}

.homepage-process {
  display: none;
}

.homepage-process-image {
  width: 100%;
  height: 60vh;
  background-image: url('../images/kk-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.homepage-process-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homepage-process-content-left {
  position: relative;
  top: -72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 4.8vh 3.2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.header-02 {
  margin-top: 0px;
  margin-bottom: 0vh;
  font-size: 3vh;
  line-height: 5.4vh;
  font-weight: 700;
}

.header-02.margin-adjustment {
  margin-top: 2vh;
  margin-bottom: 0vh;
}

.header-02.case-detail-tweaks {
  max-width: 250px;
  margin-top: 0px;
  margin-bottom: 32px;
}

.header-02.case-detail-tweaks.white-text {
  color: #fff;
}

.header-02.color-primal-black-normal {
  color: #262626;
}

.header-02.color-primal-black-normal.no-margin {
  margin: 0vh 0vw;
}

.header-02.product-lifecycle-step-number {
  margin-right: 2vh;
  color: #595959;
  font-weight: 300;
}

.header-02.product-lifecycle-step-number.new {
  margin-right: 1vh;
}

.header-02.product-lifecycle-step-number.more.nln {
  margin-right: 1vh;
}

.header-02.product-lifecycle-step-number.more.w4 {
  margin-right: 1vh;
}

.header-02.inline {
  display: inline;
}

.header-02.cfvgb {
  font-size: 3vh;
}

.header-02.cfvgb.mn {
  margin-bottom: 3vh;
}

.header-02.bhnm {
  line-height: 5vh;
}

.homepage-process-content-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 4.8vh 3.2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trick-squares {
  position: relative;
  width: 4vh;
  height: 4vh;
  min-height: 28px;
  min-width: 28px;
}

.trick-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trick-text {
  padding-left: 8px;
  color: #595959;
  font-size: 1.8vh;
  line-height: 2vh;
}

.trick-text._01 {
  display: none;
  padding-left: 0.8vh;
}

.trick-text._02 {
  display: none;
}

.trick-box-right-up-corner {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 3vh;
  height: 3vh;
  border-style: solid;
  border-width: 0.2vh;
  border-color: #fff;
}

.trick-box-left-down-corner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 3vh;
  height: 3vh;
  background-color: #3c67ff;
}

.hidden-trickster-image {
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/Cat-Laser-Gif.gif');
  background-position: 50% 50%;
  background-size: 200px;
}

.homepage-header-image-04 {
  position: absolute;
  left: auto;
  top: auto;
  right: -15%;
  bottom: -30%;
  width: 313px;
  height: 313px;
  border-style: solid;
  border-width: 1px;
  border-color: #262626;
  border-radius: 500px;
}

.call-to-action-reach-out {
  margin-bottom: 1vh;
  padding: 1vh;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.reach-out-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #262626;
}

.reach-out-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 3.2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-03 {
  margin-top: 0px;
  margin-bottom: 2.8vh;
  font-size: 3.4vh;
  line-height: 4.4vh;
  font-weight: 700;
}

.header-03.white-text {
  color: #fff;
}

.header-03.white-text.no-margin {
  margin-bottom: 0px;
}

.header-03.white-text.no-margin.confirmation-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-03.product-lifecycle-step-number {
  margin-right: 2vh;
  color: #595959;
  font-weight: 400;
}

.header-06 {
  margin-top: 0px;
  margin-bottom: 1.6vh;
  font-size: 2vh;
  line-height: 3vh;
  font-weight: 500;
}

.header-06.color-primal-black-normal {
  color: #262626;
}

.header-06.no-margin {
  margin: 0vh 0vw;
}

.reach-out-content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 3.2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.forms-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 8px;
  color: #595959;
  font-size: 1.4vh;
  line-height: 2vh;
}

.checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #595959;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.checkbox:hover {
  border-width: 4px;
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #fff16e;
  background-image: none;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 10vh;
  margin-bottom: 2vh;
  border-style: solid;
  border-width: 2px;
  border-color: #595959;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #595959;
  font-size: 3.4vh;
  line-height: 4.4vh;
  font-weight: 300;
}

.text-field:hover {
  margin-right: -2px;
  margin-left: -2px;
  border-width: 4px;
  border-color: #fff;
  color: #fff;
}

.text-field:focus {
  border-color: #3c67ff;
  color: #3c67ff;
}

.text-field.large {
  height: 30vh;
  margin-bottom: 4vh;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block.extra-top-padding {
  margin-top: 12vh;
}

.success-message {
  height: 100%;
  padding: 24px;
  border-style: dashed;
  border-width: 2px;
  border-color: #595959;
  background-color: transparent;
}

.error-message {
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: #fff16e;
  -webkit-transform: translate(0px, 16px);
  -ms-transform: translate(0px, 16px);
  transform: translate(0px, 16px);
}

.homepage-family {
  margin-bottom: 12vh;
}

.homepage-family-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 24px auto;
  grid-template-rows: auto auto;
}

.team-member-tile {
  width: 100%;
  height: 45vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-decoration: none;
}

.team-member-tile.case-tweaks {
  min-height: 470px;
}

.team-member-tile-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2.4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
}

.header-04 {
  margin-top: 0px;
  margin-bottom: 2.4vh;
  font-size: 2.8vh;
  line-height: 4.2vh;
}

.header-04.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.homepage-family-list-wrapper {
  position: relative;
  width: 100%;
  margin-top: 25px;
}

.family-text-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.5%;
  height: 48.45%;
  margin-top: 32px;
  padding: 2.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.homepage-family-image-01 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: -15%;
  width: 30%;
  height: 40%;
  background-image: url('../images/dots.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.homepage-family-image-02 {
  position: absolute;
  left: -12%;
  top: -16%;
  right: auto;
  bottom: auto;
  width: 265px;
  height: 265px;
  border-style: solid;
  border-width: 1px;
  border-color: #262626;
  border-radius: 500px;
}

.case-title-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 55%;
  padding: 5vh 3.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.case-meta-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.case-tag {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #262626;
}

.client-tag {
  color: #262626;
  font-weight: 600;
}

.case-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #262626;
  color: #262626;
  text-decoration: none;
}

.footer-wrapper {
  position: -webkit-sticky;
  position: sticky;
  bottom: 16px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding: 0vh 14vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-grid {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-areas: "Footer-right Footer-right Footer-right";
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link-block {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fafafa;
  font-size: 2vh;
  line-height: 5vh;
  font-weight: 200;
  text-decoration: none;
}

.footer-link-block:hover {
  font-weight: 400;
}

.footer-link-block.w--current {
  color: #fff;
  font-weight: 300;
}

.footer-link-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-find-us-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image {
  max-width: 50vw;
  min-height: 3.2vh;
  min-width: 7vh;
}

.sub-nav-right {
  display: none;
}

.hamburger-menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-menu-line-2 {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #fdd261;
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

.hamburger-menu-line-1 {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #fdd261;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.mobile-drawer-wrapper {
  display: none;
}

.case-link-block-image {
  display: block;
}

.case-detail-introduction-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-content-wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.case-details-featured-image {
  margin-bottom: 12vh;
}

.case-detail-rich-element-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-detail-rich-element-wrapper.blog-tweaks {
  margin-top: 4vh;
}

.tag-wrapper {
  display: block;
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-bottom: 56px;
}

.case-details-tag-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag {
  margin-right: 8px;
  margin-bottom: 1vh;
  padding: 0.5vh 1vh;
  border-style: solid;
  border-width: 2px;
  border-color: #595959;
  color: #595959;
  font-size: 2vh;
  line-height: 3vh;
}

.tag.extra-bottom-margin {
  margin-top: 12vh;
  margin-bottom: 4vh;
}

.tag.white {
  border-color: #f4f4f5;
  color: #f4f4f5;
}

.case-detail-introduction-text {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-bottom: 72px;
  color: #fff;
  font-size: 3vh;
  line-height: 6vh;
  font-weight: 100;
}

.questiond-and-answer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.question-block {
  width: 50%;
  padding: 32px;
  background-color: #fff;
  color: #262626;
}

.answer-block {
  width: 50%;
  padding: 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #595959;
}

.case-detail-research-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-detail-rich-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-detail-rich-text h1 {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-top: 0px;
  margin-bottom: 4vh;
  font-family: Display, sans-serif;
  color: #fff;
  font-size: 10vh;
  line-height: 12vh;
  font-weight: 800;
}

.case-detail-rich-text h2 {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-top: 0px;
  margin-bottom: 4vh;
  font-family: Display, sans-serif;
  color: #fff;
  font-size: 4.2vh;
  line-height: 5.4vh;
  font-weight: 900;
}

.case-detail-rich-text h3 {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-top: 0px;
  margin-bottom: 4vh;
  font-family: Display, sans-serif;
  color: #fff;
  font-size: 3.4vh;
  line-height: 4.4vh;
  font-weight: 800;
}

.case-detail-rich-text h4 {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 2.8vh;
  line-height: 4.2vh;
}

.case-detail-rich-text h5 {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 2.2vh;
  line-height: 2.8vh;
}

.case-detail-rich-text h6 {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 2vh;
  line-height: 3vh;
  font-weight: 500;
}

.case-detail-rich-text p {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 2vh;
  line-height: 4vh;
  font-weight: 100;
}

.case-detail-rich-text ul {
  width: 100%;
  max-width: 700px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
}

.case-detail-rich-text ol {
  width: 100%;
  max-width: 700px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
}

.case-detail-rich-text a {
  color: #3c67ff;
  font-weight: 300;
  text-decoration: none;
}

.case-detail-rich-text figure {
  max-width: 700px;
  margin-bottom: 24px;
}

.case-detail-rich-text.extra-bottom-margin {
  margin-bottom: 12vh;
}

.case-detail-sub-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -35vh;
  margin-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-detail-sub-image-left-wrapper {
  width: 50%;
}

.case-detail-sub-image-right-wrapper {
  width: 50%;
}

.case-detail-sub-image {
  height: 70vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-detail-featured-exploration-image {
  width: 100%;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.case-detail-dissect-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-detail-dissect-images-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 70vh;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dissect-image-row-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 185vw;
  height: 55vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dissect-image {
  width: 60vw;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.dissect-visual-ornaments-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dissect-visual-ornament-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #595959;
}

.dissect-visual-ornament-sub {
  width: 2px;
  height: 2px;
  background-color: #fff;
}

.case-detail-ideate-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ideate-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ideate-image-grid {
  height: 100%;
  min-width: 100%;
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  -ms-grid-rows: auto 3vh auto;
  grid-template-areas: "Left-image . . Right-image"
    "Left-image . . Right-image";
  -ms-grid-columns: 0.5fr 3vh 1fr 3vh 1fr 3vh 0.5fr;
  grid-template-columns: 0.5fr 1fr 1fr 0.5fr;
}

.ideate-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.case-detail-develop-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.develop-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.case-detail-call-to-action-wrapper {
  width: 100%;
  padding-right: 14vh;
  padding-left: 14vh;
}

.case-detail-team {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12vh;
  padding-right: 14vh;
  padding-left: 14vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-team-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-detail-team-title-wrapper {
  width: 100%;
}

.case-detail-team-wrapper {
  position: relative;
  width: 100%;
}

.case-detail-keep-reading-wrapper {
  width: 100%;
  margin-bottom: 12vh;
  padding-right: 14vh;
  padding-left: 14vh;
}

.family-dots {
  position: absolute;
  left: auto;
  top: auto;
  right: 25%;
  bottom: -8%;
  width: 20%;
  height: 20%;
  background-image: url('../images/dots.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-05 {
  margin-top: 0px;
  margin-bottom: 2.4vh;
  font-size: 2.2vh;
  line-height: 2.8vh;
}

.body {
  color: #fafafa;
}

.case-detail-featured-image-mobile {
  display: none;
  margin-bottom: 12vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.link {
  color: #3c67ff;
  font-weight: 300;
  text-decoration: none;
}

.div-block {
  top: 0px;
  margin-top: 0vh;
  padding-right: 0vh;
  padding-left: 0vh;
  background-color: transparent;
}

.formula-introduction-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vh;
  margin-bottom: 12vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.two-column-left-content {
  width: 50%;
  padding-right: 2vh;
}

.two-column-right-content {
  width: 50%;
  padding-left: 2vh;
}

.product-lifecycle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-lifecycle-image {
  margin-bottom: 12vh;
}

.product-lifecycle-steps-grid {
  margin-bottom: 12vh;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-lifecycle-step-wrapper {
  width: 100%;
  height: 100%;
}

.product-lifecycle-step-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-lifecycle-image-mobile {
  display: none;
  margin-bottom: 12vh;
}

.values-step-wrapper {
  width: 100%;
  height: 100%;
}

.values-intro-right-content {
  position: relative;
  z-index: 50;
  width: 50%;
  padding-top: 2vh;
  padding-bottom: 4vh;
  padding-left: 2vh;
}

.values-intro-left-content {
  position: -webkit-sticky;
  position: sticky;
  top: 12vh;
  width: 50%;
  margin-bottom: 7.4vh;
  padding-right: 2vh;
}

.values-introduction-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vh;
  margin-bottom: 12vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.exploration-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exploration-image-grid {
  width: 100%;
  height: 100%;
  padding-right: 2vh;
  padding-left: 2vh;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 2vh 1fr;
  grid-template-columns: 1fr 1fr;
}

.exploration-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-us-intro-wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.about-us-intro-image {
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 38, 38, 0.7)), to(rgba(38, 38, 38, 0.7))), url('../images/building-wallpaper-1152x720.jpg');
  background-image: linear-gradient(180deg, rgba(38, 38, 38, 0.7), rgba(38, 38, 38, 0.7)), url('../images/building-wallpaper-1152x720.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.about-us-intro-text {
  max-width: 40vw;
  margin-top: -80vh;
  margin-bottom: 10vh;
  padding-right: 2vh;
  padding-left: 2vh;
}

.about-us-story-wrapper {
  margin-bottom: 12vh;
}

.about-us-story-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.full-family-wrapper {
  display: none;
  margin-bottom: 12vh;
}

.full-family-list-wrapper-copy {
  position: relative;
  width: 100%;
  margin-top: 32px;
}

.body-2 {
  background-color: #262626;
}

.vacancies-wrapper {
  margin-bottom: 2vh;
}

.vacancies-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vacancies-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #262626;
  color: #fff;
  text-decoration: none;
}

.vacancy-criteria-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block {
  padding-right: 5vh;
  font-weight: 400;
  text-align: left;
}

.vacancy-criteria-tags-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.call-to-action-empty-vacancies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff16e;
  background-color: #000;
  color: #262626;
}

.vacancy-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vacancy-intro-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vacancy-details-criteria-tags-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4vh;
  padding: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 2px;
  border-color: #262626;
}

.vacancy-meta-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.vacancy-details-tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-us-wrapper {
  margin-bottom: 3vh;
}

.success-message-form {
  padding: 4vh;
  background-color: #262626;
}

.error-message-form {
  margin-top: 2vh;
  padding: 4vh;
  background-color: #fff16e;
  color: #262626;
}

.page-load-in {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.black-transition {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.grey-transition {
  position: absolute;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: #262626;
}

.page-load-out {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fade-to-black {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.primary-button-no-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 1.6vh 2vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262626;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 2vh;
  line-height: 2.2vh;
  text-decoration: none;
}

.primary-button-no-animation:hover {
  background-color: #0131dc;
}

.primary-button-no-animation.no-margin {
  margin-bottom: 0px;
  background-color: #3b3b3b;
}

.primary-button-no-animation.footer-adjustments {
  margin-bottom: 0px;
  background-color: #262626;
}

.primary-button-no-animation.full-width-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.secondary-button-open-in-new-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 0.8vh 1vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 0.2vh;
  border-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 2vh;
  line-height: 2vh;
  text-decoration: none;
}

.secondary-button-open-in-new-tab:hover {
  background-color: #262626;
}

.secondary-button-open-in-new-tab.footer-adjustments {
  margin-bottom: 0px;
}

.quick-hide {
  display: none;
}

.awards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.awards-collection-list-wrapper {
  margin-top: 8vh;
}

.awards-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10vh;
  margin-bottom: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #595959;
}

.awards-grid {
  margin-bottom: 4vh;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 2fr 1fr;
  grid-template-columns: 0.5fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.award-logo {
  max-height: 10vh;
}

.case-detail-awards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12vh;
  padding-right: 14vh;
  padding-left: 14vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-detail-awards-wrapper {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-top: 8vh;
}

.vacancy-call-to-action-wrapper {
  max-width: 50vw;
  min-width: 700px;
}

.blog-wrapper {
  margin-bottom: 12vh;
}

.blog-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #262626;
  color: #fff;
  text-decoration: none;
}

.blog-list-item-image {
  margin-bottom: 4vh;
}

.blog-intro-wrapper {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.blog-featured-image {
  width: 100%;
  height: 100vh;
  background-image: url('../images/rsz_1rsz_5e4a694dae750239c2f0d129_frankie-cordoba-9z6duiaie2e-unsplash-min-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.8);
}

.blog-title {
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  margin-top: -43vh;
  margin-bottom: 2vh;
  padding-right: 0vh;
  padding-left: 0vh;
}

.blog-tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vh;
}

.author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50vw;
  min-width: 700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-author-image {
  width: 8vh;
  height: 8vh;
  margin-right: 2vh;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.author-tag {
  font-weight: 200;
}

.visuals-collection-list-wrapper {
  margin-bottom: 12vh;
}

.visuals-collection-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.featured-cases-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spacer-big {
  width: 16vh;
  height: 16vh;
}

.spacer-big.bottom-margin {
  margin-bottom: 12vh;
}

.intro-text {
  font-size: 3vh;
  line-height: 5vh;
}

.two-column-full-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vh;
  margin-bottom: 12vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hide-on-big-screens {
  display: none;
}

.spacer-medium {
  width: 5vh;
  height: 5vh;
}

.spacer-medium.hide-on-case {
  min-height: 2.4vh;
  min-width: 2.4vh;
}

.contact-us-old-school {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-us-old-school-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-us-old-school-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-media-link-block {
  width: 4vh;
  height: 4vh;
  margin-left: 1vh;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-media-link-block:hover {
  opacity: 0.5;
}

.div-block-2 {
  padding: 3vh 3vh 5vh;
  background-color: #262626;
}

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

.container {
  background-color: #696464;
}

.div-block-3 {
  height: 30vh;
  background-color: #303030;
}

.div-block-4 {
  height: 30vh;
  background-color: #1a1a1a;
}

.div-block-5 {
  height: 30vh;
  background-color: #575757;
}

.div-block-6 {
  height: 30vh;
  background-color: #292929;
}

.grid {
  margin-bottom: 45px;
}

.grid.mn {
  margin-bottom: 20px;
}

.div-block-7 {
  height: 20vh;
  margin-bottom: 16px;
  background-color: #181818;
}

.div-block-7.hj {
  background-color: #5a5a5a;
}

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

.grid-2 {
  margin-top: 45px;
  margin-bottom: 46px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.image-4 {
  border-style: solid;
  border-width: 4px;
  border-color: #fafafa;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  color: #fff;
}

.text-block-5 {
  color: #fff;
}

.text-block-6 {
  color: #999;
}

.text-block-7 {
  display: none;
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .header-01.portfolio-detail-tweaks {
    max-width: none;
    min-width: 0px;
  }

  .homepage-header-left-side {
    max-width: 568px;
  }

  .paragraph.homepage-header-width {
    max-width: none;
  }

  .primary-button.footer-adjustments {
    margin-bottom: 16px;
  }

  .secondary-button.footer-adjustments {
    margin-bottom: 16px;
  }

  .homepage-header-image-01 {
    right: -10%;
    width: 40%;
  }

  .homepage-header-image-02 {
    right: -11%;
    width: 30%;
  }

  .homepage-header-image-03 {
    right: 14%;
    width: 30%;
    height: 25%;
  }

  .main-nav-content {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .homepage-process-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage-process-content-left {
    top: 0px;
    width: 100%;
    max-width: 568px;
    margin-top: -70px;
  }

  .homepage-process-content-right {
    width: 100%;
  }

  .homepage-header-image-04 {
    right: -17%;
    bottom: -36%;
  }

  .reach-out-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reach-out-content-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .reach-out-content-right {
    width: 100%;
    padding-left: 0px;
  }

  .homepage-family-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .family-text-wrapper {
    width: 48.2%;
    height: 32.3%;
  }

  .homepage-family-image-01 {
    right: 35%;
    bottom: -7%;
    width: 41%;
  }

  .case-title-wrapper {
    position: relative;
    bottom: -15%;
    width: 100%;
    max-width: none;
  }

  .footer-wrapper {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .footer-grid {
    grid-template-areas: "Footer-right Footer-right Footer-right"
      "Footer-right Footer-right Footer-right";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobile-drawer-wrapper {
    display: none;
  }

  .case-detail-rich-element-wrapper {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .tag-wrapper {
    max-width: none;
    min-width: 0px;
  }

  .case-detail-introduction-text {
    max-width: none;
    min-width: 0px;
  }

  .questiond-and-answer-container {
    max-width: none;
    min-width: 0px;
  }

  .case-detail-rich-text h1 {
    max-width: none;
    min-width: 0px;
  }

  .case-detail-rich-text h2 {
    max-width: none;
    min-width: 0px;
  }

  .case-detail-rich-text h3 {
    max-width: none;
    min-width: 0px;
  }

  .case-detail-rich-text h4 {
    max-width: none;
    min-width: 0px;
  }

  .case-detail-rich-text h5 {
    max-width: none;
    min-width: 0px;
  }

  .case-detail-rich-text h6 {
    max-width: none;
    min-width: 0px;
  }

  .case-detail-rich-text p {
    max-width: none;
    min-width: 0px;
  }

  .case-detail-call-to-action-wrapper {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .case-detail-team {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .case-team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .case-detail-keep-reading-wrapper {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .family-dots {
    right: 35%;
    bottom: -7%;
    width: 41%;
  }

  .formula-introduction-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .two-column-left-content {
    width: 100%;
    padding-right: 0vh;
  }

  .two-column-right-content {
    width: 100%;
    padding-bottom: 0vh;
    padding-left: 0vh;
  }

  .product-lifecycle-steps-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .values-intro-right-content {
    width: 100%;
    padding-bottom: 0vh;
    padding-left: 0vh;
  }

  .values-intro-left-content {
    position: static;
    width: 100%;
    padding-right: 0vh;
  }

  .values-introduction-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .exploration-image-grid {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .about-us-intro-text {
    max-width: none;
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .about-us-story-grid {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .vacancy-meta-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .primary-button-no-animation.footer-adjustments {
    margin-bottom: 16px;
  }

  .secondary-button-open-in-new-tab.footer-adjustments {
    margin-bottom: 16px;
  }

  .case-detail-awards {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .case-detail-awards-wrapper {
    max-width: none;
    min-width: 0px;
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .vacancy-call-to-action-wrapper {
    width: 100%;
    max-width: none;
    min-width: 0px;
  }

  .blog-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-title {
    max-width: none;
    min-width: 0px;
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .author-wrapper {
    max-width: none;
    min-width: 0px;
  }

  .two-column-full-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .two-column-full-width.switch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .formula-intro-image {
    display: none;
  }

  .hide-on-small-screens {
    display: none;
  }

  .hide-on-big-screens {
    display: block;
    margin-bottom: 12vh;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .main-nav-left {
    display: none;
  }

  .main-nav-item.mobile {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 2vh;
    line-height: 2.8vh;
    font-weight: 200;
  }

  .main-nav-item.mobile.w--current {
    color: #3c67ff;
    font-weight: 300;
  }

  .main-nav-right {
    display: none;
  }

  .homepage-header-left-side {
    max-width: 390px;
  }

  .paragraph {
    font-size: 2vh;
    line-height: 3.5vh;
  }

  .spacer-small.hide-on-case {
    display: block;
  }

  .homepage-header-image-01 {
    top: 24%;
    right: -15%;
    display: block;
    width: 250px;
    height: 150px;
  }

  .homepage-header-image-02 {
    top: 41%;
    right: -11%;
    display: block;
    width: 180px;
    height: 100px;
    margin-top: 26px;
  }

  .homepage-header-image-03 {
    top: 35%;
    right: -10%;
    width: 50%;
    height: 30%;
  }

  .main-nav-content {
    padding: 2vh 3vh;
  }

  .homepage-process-content-left {
    margin-top: 0px;
  }

  .header-02.case-detail-tweaks {
    max-width: none;
  }

  .header-06 {
    font-size: 2.2vh;
    line-height: 4vh;
  }

  .homepage-family-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-04 {
    font-size: 3vh;
  }

  .family-text-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }

  .homepage-family-image-01 {
    right: 12%;
    bottom: -2%;
    height: 9%;
  }

  .homepage-family-image-02 {
    left: -26%;
    top: -6%;
  }

  .case-title-wrapper {
    bottom: 0%;
  }

  .case-link-block {
    background-image: none;
  }

  .case-link-block:hover {
    background-position: 50% 0%;
    background-size: auto 400px;
  }

  .footer-wrapper {
    overflow: hidden;
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sub-nav-right {
    display: block;
    width: 54px;
    height: 54px;
    margin-right: -17px;
  }

  .hamburger-menu-wrapper {
    width: 54px;
    height: 100%;
    margin-left: 0px;
  }

  .hamburger-menu-line-2 {
    background-color: #fff;
  }

  .hamburger-menu-line-1 {
    background-color: #fff;
  }

  .mobile-drawer-wrapper {
    position: absolute;
    left: auto;
    top: 0%;
    right: -75vw;
    bottom: auto;
    z-index: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75vw;
    height: 100vh;
    padding: 4vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #262626;
    background-color: #262626;
  }

  .case-link-block-image {
    display: block;
  }

  .case-details-featured-image {
    display: none;
  }

  .case-detail-rich-element-wrapper {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .questiond-and-answer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .question-block {
    width: 100%;
  }

  .answer-block {
    width: 100%;
  }

  .case-detail-call-to-action-wrapper {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .case-detail-team {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .case-team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-detail-keep-reading-wrapper {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .family-dots {
    right: 12%;
    bottom: -2%;
    height: 9%;
  }

  .header-05 {
    font-size: 2.5vh;
    line-height: 4vh;
  }

  .case-detail-featured-image-mobile {
    display: block;
    width: 100%;
    height: 80vh;
  }

  .product-lifecycle-steps-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .exploration-image-grid {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .about-us-intro-text {
    margin-top: -30vh;
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .about-us-story-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .awards-grid {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .case-detail-awards {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .case-detail-awards-wrapper {
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .blog-title {
    margin-top: -30vh;
    padding-right: 3vh;
    padding-left: 3vh;
  }

  .visuals-collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .spacer-medium.hide-on-case {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .content-wrapper {
    padding-right: 0.5vh;
    padding-left: 0.5vh;
  }

  .main-nav-item.left-side {
    display: inline-block;
  }

  .main-nav-item.mobile {
    margin-left: 0px;
  }

  .main-nav-item.mobile.w--current {
    margin-left: 0px;
  }

  .homepage-header {
    display: block;
    margin-bottom: -42px;
    font-size: 1vh;
  }

  .header-01 {
    font-size: 6vh;
    line-height: 8vh;
  }

  .header-01.portfolio-detail-tweaks {
    font-size: 50px;
    line-height: 80px;
  }

  .header-01.mo {
    font-size: 4vh;
    line-height: 5vh;
  }

  .header-01.mkl {
    margin-top: 27px;
    font-size: 6vh;
  }

  .homepage-header-left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 259px;
  }

  .paragraph {
    font-size: 2.2vh;
    line-height: 4vh;
  }

  .button-wrapper {
    display: block;
    margin-top: 0px;
    margin-bottom: -56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .secondary-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .homepage-header-image-01 {
    display: block;
    width: 300px;
    height: 250px;
  }

  .homepage-header-image-02 {
    display: block;
    height: 150px;
    margin-top: 82px;
    margin-right: 22px;
    margin-bottom: 25px;
    background-position: 50% 50%;
    background-size: cover;
  }

  .main-nav-content {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .homepage-process-image {
    height: 300px;
  }

  .homepage-process-content {
    margin-bottom: 64px;
  }

  .homepage-process-content-left {
    padding: 32px 16px;
  }

  .header-02.product-lifecycle-step-number {
    margin-right: 2vh;
  }

  .header-02.product-lifecycle-step-number.more {
    margin-right: 1vh;
  }

  .homepage-process-content-right {
    padding: 32px 16px;
  }

  .homepage-header-image-04 {
    right: -54%;
    bottom: -27%;
    width: 230px;
    height: 230px;
  }

  .call-to-action-reach-out {
    margin-bottom: 64px;
  }

  .reach-out-content-wrapper {
    padding: 24px 16px;
  }

  .reach-out-content-left {
    padding-right: 0px;
  }

  .forms-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkbox-field {
    margin-bottom: 16px;
  }

  .text-field {
    height: 80px;
    font-size: 20px;
    line-height: 30px;
  }

  .homepage-family {
    margin-bottom: 120px;
  }

  .team-member-tile.case-tweaks {
    min-height: 370px;
  }

  .team-member-tile-overlay {
    padding: 16px;
  }

  .family-text-wrapper {
    padding: 16px;
  }

  .homepage-family-image-02 {
    left: -53%;
  }

  .case-title-wrapper {
    bottom: 0%;
    padding: 24px 16px;
  }

  .case-link-block {
    background-position: 50% 0%;
    background-size: auto 300px;
  }

  .case-link-block:hover {
    background-position: 50% 0%;
    background-size: auto 300px;
  }

  .footer-wrapper {
    height: auto;
    padding: 12vh 2vh;
  }

  .footer-grid {
    grid-template-areas: ". . ."
      "Footer-right Footer-right Footer-right"
      "Footer-right Footer-right Footer-right";
  }

  .footer-link-block {
    font-size: 16px;
  }

  .footer-link-block-wrapper {
    margin-bottom: 6vh;
  }

  .footer-find-us-wrapper {
    padding-right: 0vh;
  }

  .sub-nav-right {
    margin-left: 0px;
  }

  .mobile-drawer-wrapper {
    margin-left: 0px;
  }

  .case-details-featured-image {
    margin-bottom: 64px;
  }

  .case-detail-rich-element-wrapper {
    padding: 16px 2vh;
  }

  .case-detail-introduction-text {
    font-size: 24px;
    line-height: 44px;
  }

  .question-block {
    padding: 24px;
  }

  .answer-block {
    padding: 24px;
  }

  .case-detail-rich-text h1 {
    font-size: 6vh;
    line-height: 8vh;
  }

  .case-detail-sub-images-wrapper {
    margin-top: 0px;
    margin-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .case-detail-sub-image-left-wrapper {
    width: 100%;
  }

  .case-detail-sub-image-right-wrapper {
    width: 100%;
  }

  .case-detail-featured-exploration-image {
    height: 50vh;
  }

  .case-detail-dissect-images-wrapper {
    height: 60vh;
    margin-bottom: 8vh;
  }

  .dissect-image-row-wrapper {
    height: 40vh;
  }

  .ideate-image-wrapper {
    height: 50vh;
    margin-bottom: 8vh;
  }

  .ideate-image-grid {
    grid-column-gap: 1.5vh;
    grid-row-gap: 1.5vh;
  }

  .develop-images-wrapper {
    margin-bottom: 8vh;
  }

  .case-detail-call-to-action-wrapper {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .case-detail-team {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .case-detail-keep-reading-wrapper {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .product-lifecycle-image {
    display: none;
  }

  .product-lifecycle-image-mobile {
    display: block;
  }

  .exploration-image-wrapper {
    height: 120vh;
    margin-bottom: 8vh;
  }

  .exploration-image-grid {
    padding-right: 2vh;
    padding-left: 2vh;
    grid-column-gap: 1.5vh;
    grid-row-gap: 1.5vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-us-intro-text {
    margin-top: -53vh;
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .full-family-wrapper {
    margin-bottom: 120px;
  }

  .vacancy-meta-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quick-hide {
    display: none;
  }

  .awards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-detail-awards {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .case-detail-awards-wrapper {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .blog-title {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .grid {
    display: block;
  }

  .grid.mn {
    display: block;
  }

  .grid-2 {
    display: block;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-3 {
    display: block;
  }

  .image-4 {
    display: block;
  }
}

#w-node-f5775109-e7a2-bf50-8740-af74de01b622-abfd8317 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3126e443-e0f2-23ab-af4b-89ba38b5fc03-38b5fbe3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: Footer-right;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_3126e443-e0f2-23ab-af4b-89ba38b5fc03-38b5fbe3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3126e443-e0f2-23ab-af4b-89ba38b5fc03-38b5fbe3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

#w-node-c6ea9466-00ed-1d28-196f-251b2d3a7f47-4dfd8326 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8856cbf7-c6a2-a97c-7557-5ed4e1fcbd39-4dfd8326 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d6197936-4a06-4312-83ed-b5b3a15b9a43-4dfd8326 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3860537a-603d-d3c4-cddc-572b77c80764-4dfd8326 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0b83df17-3cc3-b3de-920b-8fca65fb7f1b-4dfd8326 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1d711bef-9a96-7bc1-d2a1-37cf7e2714dd-4dfd8326 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_7b4aeebc-9339-17d0-560b-209d67d41185-4dfd8326 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9d306c05-805e-9915-eb43-7e8f7f3a33ab-4dfd8326 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_37c63379-5a6d-2c79-ce2f-1b30a12fe1d4-61fd8338 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2f39e4e6-a586-9241-7a61-20533c13780b-58fd833a {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6c13b6e6-da04-3cd9-e53e-2a1e41d63314-58fd833a {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_9d306c05-805e-9915-eb43-7e8f7f3a33ab-4dfd8326 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-Black.otf') format('opentype'), url('../fonts/Text-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Text';
  src: url('../fonts/Text-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}