@font-face {
  font-family: Polysans;
  src: url('../fonts/PolySansTrial-Slim.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polysans;
  src: url('../fonts/PolySansTrial-Median.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polysans;
  src: url('../fonts/PolySansTrial-Neutral.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Polysans;
  src: url('../fonts/PolySansTrial-Bulky.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --check-light-blue: #e3f2f4;
  --check-black: #000;
  --check-blue: #004fe3;
  --check-white: white;
  --check-faded-blue: #f2f7f6;
  --check-green: #014f3a;
  --check-yellow: #fccf00;
  --section-padding: 80px;
  --check-orange: orange;
}

body {
  background-color: var(--check-light-blue);
  color: var(--check-black);
  font-family: Polysans, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.c-nav {
  z-index: 99;
  background-color: var(--check-blue);
  width: 100%;
  padding-top: 10px;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.c-container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-nav_inner {
  display: flex;
}

.c-nav_logo {
  justify-content: center;
  align-items: center;
  padding: 7px 40px 17px;
  display: flex;
}

.nav-link_wrapper {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.c-nav_link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--check-white);
  color: var(--check-black);
  white-space: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.c-nav_link.cc-two {
  background-color: var(--check-faded-blue);
}

.c-nav_link.cc-three {
  background-color: var(--check-light-blue);
}

.c-nav_link.cc-four {
  background-color: var(--check-green);
  color: var(--check-white);
}

.c-nav_link.cc-five {
  background-color: var(--check-yellow);
}

.c-nav_link.cc-six {
  background-color: var(--check-black);
  color: var(--check-white);
}

.hero-section {
  background-color: var(--check-white);
  position: relative;
}

.hero-inner {
  padding-top: 140px;
  padding-right: var(--section-padding);
  padding-left: var(--section-padding);
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 825px;
  max-height: 895px;
  display: flex;
  position: relative;
}

.hero-stat_block {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 80px;
}

.hero-stat_block.cc-right {
  left: auto;
  right: 80px;
}

.stat-block_line {
  background-color: var(--check-orange);
  width: 1px;
  height: 198px;
}

.stat-block_line.cc-green {
  background-color: #006046;
}

.stat-block_img {
  height: 187px;
  margin-bottom: -20px;
  position: relative;
}

.c-img {
  height: 100%;
}

.c-img.cc-cover {
  object-fit: cover;
}

.hero-title_wrapper {
  text-align: center;
  max-width: 615px;
  margin-bottom: 40px;
  position: relative;
}

.uc-h0 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 400;
  line-height: 85%;
}

.hero-subtitle_wrapper {
  background-color: var(--check-blue);
  color: var(--check-white);
  justify-content: center;
  align-items: center;
  width: 475px;
  min-height: 60px;
  margin-top: -10px;
  padding: 12px 12px 16px;
  font-size: 40px;
  font-weight: 300;
  line-height: 90%;
  display: inline-flex;
  position: relative;
  transform: rotate(-.92deg);
}

.hero-text_wrapper {
  text-align: center;
  max-width: 450px;
  margin-bottom: 50px;
}

.hero-cta_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  max-width: 440px;
  display: flex;
}

.c-button {
  background-color: var(--check-green);
  color: var(--check-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 18px 15px;
  font-size: 12px;
  display: flex;
}

.c-button.cc-wide {
  padding-left: 26px;
  padding-right: 26px;
}

.c-button.cc-black {
  background-color: var(--check-black);
}

.c-button.cc-white {
  background-color: var(--check-white);
  color: var(--check-black);
}

.retail-section {
  background-color: #ebf2f0;
  position: relative;
}

.retail-inner {
  padding-top: 116px;
  padding-right: var(--section-padding);
  padding-left: var(--section-padding);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.retail-bg_img {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 1014px;
  position: absolute;
  inset: 0%;
}

.retail-sticky_block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--check-white);
  flex-flow: column;
  justify-content: space-between;
  width: 398px;
  max-width: 33%;
  min-height: 300px;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 80px;
}

.block-title {
  color: var(--check-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 330px;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.block-title.cc-wide {
  max-width: none;
}

.block-title.cc-experiences {
  color: var(--check-yellow);
}

.block-title.cc-experiences.cc-white {
  color: var(--check-white);
}

.uc-h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 90%;
}

.retail-block_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: .5px solid #bfbfbf;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.retail-block {
  grid-row-gap: 20px;
  background-color: var(--check-white);
  color: #00000080;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 300px;
  padding: 30px;
  display: flex;
}

.retail-block.cc-transparent {
  background-color: #0000;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 55px;
  padding-right: 55px;
}

.retail-block.cc-bordered {
  border-top: .5px solid #bfbfbf;
  border-right: .5px solid #bfbfbf;
}

.retail-block.cc-bordered.cc-alt {
  border-top-style: none;
  border-bottom: .5px solid #bfbfbf;
  border-left: .5px solid #bfbfbf;
}

.retail-block_header {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.retail-block_icon {
  background-color: #f7c63d;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
}

.retail-block_icon.cc-mauve {
  background-color: #ffcbb0;
}

.retail-block_icon.cc-purple {
  background-color: #deaaff;
}

.retail-block_icon.cc-blue {
  background-color: #aed9e0;
}

.retail_block_text {
  max-width: 360px;
}

.retail_block_text.cc-small {
  max-width: 295px;
}

.simplicity-section {
  background-color: var(--check-light-blue);
  position: relative;
  overflow: hidden;
}

.simplicity-inner {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
}

.simplicity-header {
  flex-flow: column;
  justify-content: flex-end;
  padding: 32px 160px 120px;
  display: flex;
  position: relative;
}

.line-embed {
  pointer-events: none;
  width: 1280px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -5px;
}

.simplicity-title_wrapper {
  max-width: 510px;
}

.simplicity-title_wrapper.cc-bottom {
  max-width: 475px;
}

.uc-h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 90%;
}

.simplicity-title_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.simplicity-text_wrapper {
  color: #00000080;
  max-width: 375px;
}

.simplicity-bottom_prompt {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.simplicity-card_wrapper {
  z-index: 1;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 79%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.simplicity-card {
  background-color: var(--check-white);
  letter-spacing: -1.5px;
  border: .5px solid #000;
  flex-flow: column;
  width: 100%;
  min-height: 306px;
  padding: 30px;
  font-size: 34px;
  line-height: 92%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.simplicity-card_title {
  z-index: 1;
  max-width: 250px;
  position: relative;
}

.simplicity-card_title.cc-small {
  max-width: 170px;
}

.simplicity-img {
  z-index: 1;
  object-fit: contain;
  object-position: 100% 100%;
  max-height: 55%;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.simplicity-img.cc-one {
  max-height: 62%;
  bottom: 0;
}

.simplicty-skew {
  z-index: 1;
  -webkit-clip-path: polygon(11% 0, 89% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(11% 0, 89% 0%, 100% 100%, 0% 100%);
  background-color: #006046;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 113px;
  display: flex;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.experiences-section {
  background-color: var(--check-green);
  color: var(--check-white);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.experiences-inner {
  padding-right: var(--section-padding);
  padding-left: var(--section-padding);
  width: 100%;
  position: relative;
}

.experiences-header {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: .5px solid #fff;
  padding-top: 40px;
  padding-bottom: 24px;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.experiences-title_wrapper {
  max-width: 1200px;
  margin-bottom: 35px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.experiences-inner_flex {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.experiences-sticky_block {
  background-color: #006046;
  border-top: .5px solid #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  width: 398px;
  max-width: 33%;
  min-height: 351px;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 120px;
}

.experiences-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: .5px solid #ffffff80;
  border-left: .5px solid #ffffff80;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experiences-model {
  pointer-events: none;
  height: 700px;
  margin-left: -400px;
  position: absolute;
  inset: 750px auto auto 0%;
}

.experiences-stat-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ffffffb3;
  letter-spacing: -2px;
  flex-flow: column;
  display: flex;
}

.experiences-block_heading {
  color: var(--check-white);
  text-align: left;
  letter-spacing: -2px;
  font-size: 60px;
  line-height: 100%;
}

.experiences-block_heading.cc-yellow {
  color: var(--check-yellow);
}

.experiences-block {
  grid-row-gap: 20px;
  color: var(--check-black);
  background-color: #a5c7be;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 274px;
  padding: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.experiences-block.cc-wide {
  background-color: var(--check-green);
  padding: 50px;
}

.experiences-block.cc-img {
  background-color: var(--check-yellow);
  height: 351px;
  min-height: 0;
  padding: 0;
  position: relative;
}

.experiences-block.cc-light {
  background-color: #cddfda;
}

.experiences-block.cc-lighter {
  background-color: #e5efec;
}

.experiences-block_icon {
  background-color: var(--check-green);
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
}

.experiences-block_text {
  max-width: 200px;
}

.experiences-sticky_tag {
  background-color: var(--check-yellow);
  color: var(--check-black);
  padding: 5px 24px 6px;
  position: absolute;
  inset: -31px auto auto 0%;
}

.market-section {
  background-color: var(--check-yellow);
  margin-left: auto;
  margin-right: auto;
}

.market-prompt {
  background-color: var(--check-black);
  color: var(--check-white);
  width: 100%;
}

.market-inner {
  padding: 84px var(--section-padding);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.market-title_wrapper {
  max-width: 640px;
}

.market-text_wrapper {
  max-width: 315px;
  margin-bottom: 30px;
}

.market-prompt_inner {
  padding-right: var(--section-padding);
  padding-left: var(--section-padding);
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  display: flex;
}

.market-card_wrapper {
  display: flex;
  overflow: auto;
}

.market-card {
  border-right: 1px solid #000;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 690px;
  min-height: 385px;
  padding: 40px 40px 40px 80px;
  display: flex;
}

.market-card_text {
  letter-spacing: -1px;
  max-width: 205px;
  font-size: 40px;
  line-height: 90%;
}

.market-card_img {
  align-self: flex-end;
  height: 270px;
  margin-top: 33px;
}

.proof-section {
  background-color: var(--check-black);
  color: var(--check-white);
}

.proof-inner {
  padding-top: 105px;
  padding-right: var(--section-padding);
  padding-left: var(--section-padding);
}

.proof-header {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.proof-title_wrapper {
  max-width: 430px;
}

.proof-text_wrapper {
  color: #ffffff80;
  max-width: 435px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.proof-spotlight_wrapper {
  width: 100%;
  margin-top: 60px;
}

.proof-spotlight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: .5px solid #ffffff80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spotlight-img_block {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.spotlight-img {
  width: 100%;
}

.proof-spotlight_inner {
  border-left: .5px solid #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  display: flex;
}

.proof-spotlight_inner.cc-top {
  margin-top: -40px;
  padding-top: 80px;
}

.spotlight-tag {
  background-color: var(--check-blue);
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 120%;
  display: inline-block;
}

.spotlight-list_item {
  color: #ffffffb3;
  border-top: .5px solid #ffffff80;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.spotlight-list_item.cc-last {
  margin-bottom: 20px;
}

.list-icon {
  background-color: var(--check-blue);
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 16px;
}

.footer {
  background-color: var(--check-blue);
  color: var(--check-white);
  background-image: url('../images/footer-wave.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.footer-inner {
  padding: 80px var(--section-padding);
}

.footer-title_wrapper {
  max-width: 1280px;
  margin-bottom: 60px;
}

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

.footer-arrow {
  background-image: url('../images/down-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 76px;
}

.footer-text_wrapper {
  max-width: 445px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.footer-approach_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 73px;
  display: flex;
  position: relative;
}

.approach-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: .5px solid #fff;
  width: 100%;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 140%;
}

.approach-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: .5px solid #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 855px;
  max-width: 67%;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-right: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.approach-block_header {
  letter-spacing: -1px;
  font-size: 34px;
  font-weight: 400;
  line-height: 100%;
}

.approach-text {
  max-width: 380px;
}

.footer-bottom {
  background-color: var(--check-white);
  color: var(--check-black);
  width: 100%;
  padding: 50px 50px 40px;
}

.footer-bottom_inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 82px;
  display: flex;
}

.footer-bottom_title {
  max-width: 400px;
}

.footer-bottom_cta {
  color: #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.footer-cta_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.footer-bottom_copyright {
  color: #00000080;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.footer-model {
  background-image: url('../images/gemstone-model_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 305px;
  height: 305px;
  position: absolute;
  inset: -20px 50px auto auto;
}

.nav-button {
  display: none;
}

.nav-button_icon {
  width: 20px;
  height: 20px;
}

.icon-vertical, .icon-horizontal {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  body {
    --check-light-blue: #e3f2f4;
    --check-blue: #004fe3;
    --check-white: white;
    --check-faded-blue: #f2f7f6;
    --check-green: #014f3a;
    --check-yellow: #fccf00;
    --section-padding: 30px;
  }

  .nav-link_wrapper {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    height: 0;
    position: fixed;
    top: 70px;
  }

  .nav-link_wrapper.cc-show {
    height: auto;
  }

  .hero-inner {
    justify-content: center;
    align-items: center;
    padding-top: 70px;
  }

  .hero-stat_block {
    left: 30px;
  }

  .hero-stat_block.cc-right {
    right: 30px;
  }

  .stat-block_line {
    height: 180px;
  }

  .stat-block_img {
    height: 150px;
  }

  .hero-title_wrapper {
    max-width: 500px;
  }

  .uc-h0 {
    font-size: 100px;
  }

  .hero-subtitle_wrapper {
    width: 365px;
    min-height: 53px;
    font-size: 30px;
  }

  .hero-text_wrapper {
    max-width: 400px;
  }

  .retail-inner {
    padding-top: 60px;
  }

  .retail-bg_img {
    top: auto;
  }

  .retail-sticky_block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .uc-h2 {
    font-size: 50px;
  }

  .retail-block {
    border-right: .5px solid #00000080;
  }

  .retail-block.cc-transparent {
    border-right-style: none;
  }

  .retail-block.cc-transparent.cc-mobile-hide {
    display: none;
  }

  .retail-block.cc-bordered.cc-alt {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .simplicity-inner {
    padding-top: 40px;
  }

  .simplicity-header {
    padding-left: 80px;
    padding-right: 80px;
  }

  .simplicity-title_wrapper {
    max-width: 400px;
  }

  .simplicity-title_wrapper.cc-bottom {
    max-width: 350px;
  }

  .uc-h1 {
    font-size: 55px;
    line-height: 95%;
  }

  .simplicity-title_flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .simplicity-text_wrapper {
    max-width: 45%;
  }

  .simplicity-card {
    min-height: 250px;
    padding: 20px;
  }

  .simplicity-card_title {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 91%;
  }

  .experiences-header {
    padding-top: 30px;
  }

  .experiences-sticky_block {
    padding: 25px;
  }

  .experiences-block_heading, .experiences-block_heading.cc-yellow {
    font-size: 40px;
  }

  .experiences-block {
    min-height: 200px;
  }

  .experiences-block.cc-wide {
    min-height: 200px;
    padding: 30px;
  }

  .experiences-block.cc-img {
    height: 350px;
  }

  .experiences-block_text {
    font-size: 16px;
    line-height: 120%;
  }

  .market-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .market-title_wrapper {
    max-width: 50%;
  }

  .market-card {
    min-width: 400px;
    min-height: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .market-card_text {
    max-width: 150px;
    font-size: 30px;
  }

  .market-card_img {
    height: 180px;
  }

  .proof-inner {
    padding-top: 80px;
  }

  .proof-text_wrapper {
    max-width: 45%;
  }

  .proof-spotlight {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .spotlight-img_block {
    flex: none;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .proof-spotlight_inner {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .proof-spotlight_inner.cc-top {
    padding-top: 60px;
  }

  .spotlight-tag {
    font-size: 16px;
  }

  .spotlight-list_item {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .spotlight-list_item.cc-last {
    margin-bottom: 50px;
  }

  .list-icon {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }

  .footer-text_wrapper {
    max-width: 50%;
    font-size: 16px;
  }

  .approach-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-model {
    width: 200px;
    height: 200px;
    right: 0;
  }

  .nav-button {
    background-color: var(--check-black);
    color: var(--check-white);
    flex: 1;
    justify-content: space-between;
    align-items: center;
    max-width: 50%;
    margin-left: auto;
    padding: 20px;
    font-size: 16px;
    display: flex;
  }

  .nav-button_icon {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .icon-vertical {
    background-color: var(--check-white);
    width: 6px;
    height: 100%;
  }

  .icon-horizontal {
    background-color: var(--check-white);
    width: 100%;
    height: 6px;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  body {
    --check-light-blue: #e3f2f4;
    --check-blue: #004fe3;
    --check-white: white;
    --check-faded-blue: #f2f7f6;
    --check-green: #014f3a;
    --check-yellow: #fccf00;
    --section-padding: 30px;
  }

  .c-nav_logo {
    padding-bottom: 14px;
  }

  .hero-inner {
    justify-content: flex-start;
    align-items: center;
    height: 100dvh;
    min-height: 750px;
    max-height: none;
    padding-top: 140px;
  }

  .hero-stat_block {
    left: 0;
  }

  .hero-stat_block.cc-right {
    right: 0;
  }

  .stat-block_line {
    height: 60px;
  }

  .stat-block_line.cc-green {
    height: 120px;
  }

  .stat-block_img.cc-left {
    height: 110px;
  }

  .hero-title_wrapper {
    max-width: 400px;
  }

  .uc-h0 {
    font-size: 80px;
  }

  .hero-subtitle_wrapper {
    width: auto;
    min-height: 0;
    margin-top: -5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

  .hero-text_wrapper {
    max-width: 290px;
  }

  .hero-cta_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .retail-inner {
    padding-top: 30px;
    padding-bottom: 50px;
    display: block;
  }

  .retail-bg_img {
    object-fit: cover;
    object-position: 50% 0%;
    height: 100%;
  }

  .retail-sticky_block {
    width: 100%;
    max-width: none;
    position: static;
  }

  .uc-h2 {
    font-size: 40px;
  }

  .retail-block_wrapper {
    border-left-style: none;
    display: block;
  }

  .retail-block {
    border-bottom: .5px solid #00000080;
    border-right-style: none;
  }

  .retail-block.cc-transparent {
    grid-row-gap: 0px;
    border-bottom-style: none;
    min-height: 0;
    padding: 60px 30px;
  }

  .retail-block.cc-bordered {
    border-top-style: none;
    border-right-style: none;
  }

  .retail-block.cc-bordered.cc-alt {
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
  }

  .retail_block_text.cc-small {
    margin-bottom: 60px;
  }

  .simplicity-inner {
    padding-top: 0;
  }

  .simplicity-header {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .line-embed {
    width: 1000px;
    max-width: none;
    left: 50%;
    transform: translate(-50%);
  }

  .simplicity-title_wrapper.cc-bottom {
    max-width: 245px;
  }

  .uc-h1 {
    font-size: 40px;
    line-height: 110%;
  }

  .simplicity-title_flex {
    flex-flow: column;
    margin-top: 40px;
  }

  .simplicity-text_wrapper {
    max-width: none;
  }

  .simplicity-card_wrapper {
    display: block;
  }

  .simplicity-card {
    border-bottom-style: none;
  }

  .simplicity-card_title {
    max-width: 180px;
  }

  .simplicity-card_title.cc-small {
    max-width: 120px;
  }

  .experiences-title_wrapper {
    max-width: 500px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .experiences-inner_flex {
    display: block;
  }

  .experiences-sticky_block {
    border-top-style: none;
    width: 100%;
    max-width: none;
    padding: 30px;
    position: static;
  }

  .experiences-grid {
    border-top-style: none;
    display: block;
  }

  .experiences-block_heading.cc-yellow {
    font-size: 60px;
  }

  .experiences-block {
    min-height: 300px;
  }

  .experiences-block.cc-img {
    height: 300px;
  }

  .experiences-block_text {
    max-width: none;
    font-size: 20px;
  }

  .market-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 40px;
  }

  .market-title_wrapper {
    max-width: none;
  }

  .market-card_wrapper {
    flex-flow: column;
  }

  .market-card {
    border-bottom: 1px solid #000;
    border-right-style: none;
    min-height: 280px;
  }

  .market-card_img {
    height: 175px;
    margin-top: 20px;
  }

  .proof-inner {
    padding-top: 40px;
  }

  .proof-header {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .proof-text_wrapper {
    max-width: none;
    font-size: 16px;
  }

  .proof-spotlight {
    flex-flow: column-reverse;
  }

  .spotlight-img_block {
    border-left: .5px solid #ffffff80;
    width: 100%;
    padding: 30px 0 30px 30px;
  }

  .proof-spotlight_inner {
    padding-top: 30px;
    padding-left: 30px;
  }

  .proof-spotlight_inner.cc-top {
    padding-top: 80px;
  }

  .spotlight-tag {
    margin-bottom: 20px;
    padding: 8px 15px;
    font-size: 12px;
  }

  .spotlight-list_item {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }

  .spotlight-list_item.cc-last {
    margin-bottom: 10px;
  }

  .list-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .footer {
    background-size: auto 300px;
  }

  .footer-inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .footer-title_wrapper {
    margin-bottom: 50px;
  }

  .footer-subtitle_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .footer-arrow {
    width: 56px;
    height: 50px;
  }

  .footer-text_wrapper {
    max-width: none;
    font-size: 18px;
    line-height: 120%;
  }

  .footer-approach_wrapper {
    margin-bottom: 40px;
  }

  .approach-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }

  .approach-block_header {
    font-size: 30px;
  }

  .approach-text {
    max-width: 340px;
    font-size: 18px;
  }

  .footer-bottom {
    padding: 30px;
  }

  .footer-bottom_inner {
    margin-bottom: 60px;
    display: block;
  }

  .footer-bottom_title {
    margin-bottom: 50px;
  }

  .footer-bottom_cta {
    max-width: 400px;
    font-size: 18px;
  }

  .footer-cta_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer-bottom_copyright {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 210px;
    font-size: 14px;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .footer-model {
    width: 150px;
    height: 150px;
    top: -80px;
  }

  .nav-button_icon {
    width: 18px;
    height: 18px;
  }

  .icon-vertical {
    width: 4px;
  }

  .icon-horizontal {
    height: 4px;
  }
}

@media screen and (max-width: 479px) {
  .c-nav_logo {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner {
    overflow: hidden;
  }

  .hero-stat_block.cc-right {
    right: -45px;
  }

  .uc-h0 {
    font-size: 70px;
  }

  .hero-subtitle_wrapper {
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 20px;
  }

  .c-button.cc-wide {
    padding-left: 18px;
    padding-right: 18px;
  }

  .simplicity-bottom_prompt {
    width: 90%;
  }

  .simplicity-card_title {
    max-width: 230px;
  }

  .simplicty-skew {
    height: 95px;
    padding-bottom: 4px;
  }

  .experiences-block_heading.cc-yellow {
    font-size: 40px;
  }

  .experiences-block {
    min-height: 275px;
  }

  .experiences-block.cc-wide {
    grid-row-gap: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .experiences-block.cc-img {
    height: 275px;
  }

  .market-card_img {
    height: 150px;
  }

  .nav-logo {
    height: 22px;
  }

  .nav-button_icon {
    width: 14px;
    height: 14px;
  }
}

#w-node-_7b73bf21-f90d-461e-fd72-943b6f862563-7f35fbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b562a90-66ee-c3ef-ca90-aef7434b728f-7f35fbd4, #w-node-_3ce05140-c22b-8641-c255-30eddbd950c0-7f35fbd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1964a571-63b5-b5c9-b382-af59b8b55a17-7f35fbd4, #w-node-c71fc269-1487-3091-09a3-6c45a2957596-7f35fbd4, #w-node-_994084f4-a024-d5cc-b587-90efe5eb84b0-7f35fbd4, #w-node-_698057b2-3e7a-48d9-e74a-30fe7474256f-7f35fbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c7d2230-4c84-85e0-af54-3fa23eba7c18-7f35fbd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0feb7dfd-6a49-0043-7ddd-4844ea82b555-7f35fbd4, #w-node-ba52ae32-b90c-ac9d-c951-aa93e275ab6c-7f35fbd4, #w-node-_46be55b4-9d4b-d573-5778-ed995d87ad0a-7f35fbd4, #w-node-_31316292-c04a-d39e-845d-1e4ae2b74652-7f35fbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_82b5ae79-c606-75e4-a3cd-9555839552fa-7f35fbd4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b562a90-66ee-c3ef-ca90-aef7434b728f-7f35fbd4 {
    grid-column: span 3 / span 3;
  }

  #w-node-_014da143-0805-d611-1e4a-f9188cdd49f7-7f35fbd4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3ce05140-c22b-8641-c255-30eddbd950c0-7f35fbd4, #w-node-_1964a571-63b5-b5c9-b382-af59b8b55a17-7f35fbd4, #w-node-_2c7d2230-4c84-85e0-af54-3fa23eba7c18-7f35fbd4, #w-node-_0feb7dfd-6a49-0043-7ddd-4844ea82b555-7f35fbd4 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-Slim.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-Median.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-Neutral.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Polysans';
  src: url('../fonts/PolySansTrial-Bulky.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}