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

body {
  font-family: lato, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-logo-container {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-social-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.88px;
  height: 33.88px;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  border-radius: 200px;
  background-color: #2c2c2c;
}

.wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
}

.footer {
  padding: 70px 30px 24px;
  background-color: #121314;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.tiny-header {
  font-family: brandon-grotesque, sans-serif;
  color: #747bc0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-container {
  z-index: 200;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #121314;
  line-height: 17px;
}

.link-3 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 19px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.link-3.hide {
  display: none;
}

.link-5 {
  color: #888;
  text-decoration: none;
}

.button {
  padding-top: 14px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #c90000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb1f00), to(#c90000));
  background-image: linear-gradient(180deg, #eb1f00, #c90000);
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}

.button.sticky {
  margin-left: auto;
  padding: 10px 24px;
  float: right;
  border-radius: 5px;
  background-color: #4253ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4253ff), to(#2936b9));
  background-image: linear-gradient(180deg, #4253ff, #2936b9);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.button.sticky.w--current {
  box-shadow: 1px 1px 4px 0 #000;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  clear: none;
  -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;
  color: #888;
  font-size: 10px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.1px;
}

.nav-button {
  display: none;
  margin-left: 15px;
  padding: 8px 16px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 0.5fr 30px 0.5fr 30px 0.5fr 30px 0.5fr;
  grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section.jewelry {
  min-height: 526px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #121314;
  background-image: url('../images/acq-header-dt.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-separator {
  position: relative;
  top: -1px;
  margin-right: 8px;
  margin-left: 8px;
}

.link-4 {
  display: block;
  color: #888;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1px;
  text-decoration: none;
}

.nav-link {
  display: none;
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1024px;
}

.container._123-grid {
  max-width: 880px;
}

.footer-social-buttons {
  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;
}

.standart-section {
  position: relative;
  padding: 60px 30px;
  background-color: #fff;
}

.grid-4 {
  -ms-grid-columns: 0.8300000000000001fr 0.75fr;
  grid-template-columns: 0.8300000000000001fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-part {
  position: relative;
  z-index: 10;
}

.heading-container.m_b_20 {
  margin-bottom: 20px;
}

.number {
  display: inline;
  margin-right: 18px;
  float: left;
  font-family: lato, sans-serif;
  color: #adadad;
  font-size: 30px;
  font-weight: 700;
}

.numbered-header {
  display: block;
  font-family: lato, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

.standard-paragraph {
  margin-bottom: 30px;
  color: #727272;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.section-separator {
  position: absolute;
  left: 30px;
  top: auto;
  right: 30px;
  bottom: 0%;
  height: 2px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
}

.image-animation-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 220px;
  -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;
}

.body {
  background-color: #121314;
}

.header-logo {
  max-width: 148px;
}

.div-block-30 {
  text-align: left;
}

.footer-logo {
  max-width: 148px;
}

.sticky-bottom {
  position: fixed;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 200;
  display: block;
  padding: 16px;
}

.divider-line {
  width: 100%;
  height: 2px;
  max-width: 1024px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
}

.text-block-17 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: none;
}

.heading-2 {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.lato-16-gray {
  margin-bottom: 20px;
  font-family: lato, sans-serif;
  color: #b8b8b8;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}

.btn {
  width: 80%;
  max-height: 70px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 3px;
  background-color: #4253ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4253ff), to(#3542cc));
  background-image: linear-gradient(180deg, #4253ff, #3542cc);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.1);
}

.lato-subtitle {
  margin-top: 30px;
  color: #727272;
  line-height: 28px;
  font-weight: 600;
}

.lato-subtitle.short {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.title-container {
  display: block;
  max-width: 380px;
  margin-top: 110px;
}

.how-it-works {
  max-width: 1024px;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.how-it-works.no-margin-top {
  margin-top: 20px;
}

._01-img {
  width: 100%;
  max-width: 318px;
  margin-right: auto;
  margin-left: auto;
}

.wheel-div {
  position: absolute;
  left: auto;
  top: 0px;
  right: -8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 762px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.how-link {
  color: #121314;
  text-decoration: none;
}

._02-img {
  width: 351px;
  margin-right: auto;
  margin-left: auto;
}

._03-img {
  width: 328px;
  margin-right: auto;
  margin-left: auto;
}

.lato-subtitle-mobile {
  display: none;
  color: #727272;
  line-height: 28px;
  font-weight: 600;
}

.image-4 {
  width: 15px;
}

.text-block-18 {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.cta-wrapper.margin-bottom {
  margin-bottom: 61px;
  padding-right: 32px;
  padding-left: 32px;
}

.cta-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 48px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(17, 18, 18, 0.06);
  border-radius: 4px;
  background-color: #4253ff;
  box-shadow: 0 2px 19px -6px #000;
  color: #fff;
  text-decoration: none;
}

.cta2-content-wrap {
  margin-top: 10px;
  margin-right: 16px;
}

.tagline {
  opacity: 0.6;
  font-size: 12px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-4 {
  margin-top: 0px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.btn-big {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 35px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.btn-big:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-big:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.btn-big.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #161616;
}

.orphan {
  display: inline-block;
}

.logo-bar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 90%;
  height: 140px;
  max-width: 1920px;
  margin: 15px auto 46px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cecece;
}

.logo-bar._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand-bar-logo {
  display: inline-block;
  width: 123px;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.brand-bar-logo.gq {
  width: 56px;
  opacity: 0.6;
}

.brand-bar-logo.nbc {
  width: 90px;
  opacity: 0.8;
}

.brand-bar-logo.forbes {
  width: 94px;
  opacity: 0.6;
}

.brand-bar-logo.yahoo {
  width: 113px;
  opacity: 0.6;
}

.brand-bar-logo.buzzfeed {
  opacity: 0.6;
}

.brand-bar-logo.esquire {
  margin-bottom: -10px;
  opacity: 0.6;
}

.brand-bar-logo.redbook {
  margin-bottom: -10px;
  opacity: 0.68;
}

.brand-bar-logo.us-weekly {
  width: 40px;
  opacity: 0.67;
}

.brand-bar-logo.today {
  width: 136px;
  opacity: 0.6;
}

.logos-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logos-row {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logos-row-wrappper {
  position: relative;
  width: 100%;
  height: auto;
}

.fade-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(16%, hsla(0, 0%, 97.3%, 0)), color-stop(84%, hsla(0, 0%, 92.9%, 0)), to(#fff));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 97.3%, 0) 16%, hsla(0, 0%, 92.9%, 0) 84%, #fff);
}

.subcontainer {
  position: relative;
  width: 100%;
  max-width: 746px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.video-container {
  position: relative;
  z-index: 10;
  margin-top: 49px;
  padding: 12px;
  background-color: #fff;
  box-shadow: 4px 4px 50px 5px rgba(0, 0, 0, 0.2);
}

.video-container.v2 {
  margin-top: 30px;
  margin-bottom: 32px;
}

.video-call-float {
  position: absolute;
  top: 0px;
  right: -101px;
  z-index: 20;
  width: 100px;
}

.image-6 {
  width: 100%;
}

.text-block-19 {
  position: absolute;
  left: 0px;
  top: 12px;
  right: 0px;
  z-index: 50;
  width: 82px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.wheel-hero {
  position: relative;
  display: inline-block;
  width: 78%;
  max-width: 700px;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
}

.pointer {
  position: absolute;
  left: 0px;
  top: -4%;
  right: 0px;
  z-index: 20;
  display: block;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
}

.wheel-slider-img {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video-embed {
  width: 100%;
  height: 406px;
  background-image: url('../images/the-wheel-edu-gif-thumb-optmzd.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.caret {
  margin-left: 6px;
}

@media screen and (max-width: 991px) {
  .nav-links-container {
    -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;
  }

  .nav-container {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 900;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-button {
    margin-top: 25px;
    margin-left: 0px;
    padding: 14px 44px;
    border-style: none;
    border-radius: 3px;
    background-image: radial-gradient(circle closest-corner at 50% 50%, #ffa81d, #eb9c10);
    font-size: 18px;
    font-weight: 500;
  }

  .grid-3 {
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 62px;
    -ms-grid-columns: 0.7fr 0.7fr 0.8fr 1fr 1fr;
    grid-template-columns: 0.7fr 0.7fr 0.8fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section.jewelry {
    height: auto;
    min-height: 800px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent)), url('../images/acq-header-mb.jpg');
    background-image: linear-gradient(180deg, #000, transparent), url('../images/acq-header-mb.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .nav-link {
    width: 100%;
    max-width: 353px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    color: #111;
    font-size: 18px;
  }

  .standart-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-container.m_b_20 {
    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;
  }

  .standard-paragraph {
    text-align: center;
  }

  .section-separator {
    z-index: 0;
  }

  .image-animation-container {
    width: auto;
  }

  .header-logo {
    width: 135px;
  }

  .title-container {
    max-width: 414px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .wheel-div {
    position: absolute;
    left: 50%;
    top: 100%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-left: -381px;
  }

  .cta-card {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .logo-bar {
    width: 95%;
    height: 103px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo-bar._2 {
    margin-top: 93px;
  }

  .brand-bar-logo {
    width: 86px;
  }

  .subcontainer {
    width: 80%;
  }

  .video-call-float {
    right: -78px;
    width: 80px;
  }

  .text-block-19 {
    top: 8px;
  }

  .wheel-hero {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }

  .pointer {
    left: -3px;
    width: 14%;
    max-width: 130px;
  }

  .wheel-slider-img {
    width: 77%;
    max-width: 700px;
  }

  .video-embed {
    height: 39vw;
  }
}

@media screen and (max-width: 767px) {
  .button-social-footer {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 55px;
    padding-bottom: 26px;
  }

  .navbar {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .link-3 {
    display: block;
    line-height: 14px;
    text-align: left;
  }

  .link-3.centered {
    text-align: center;
  }

  .link-5 {
    display: inline-block;
    float: left;
  }

  .footer-links-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 25px;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .link-separator {
    display: inline-block;
    float: left;
  }

  .link-4 {
    text-align: center;
  }

  .footer-social-buttons {
    margin-top: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-30 {
    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;
  }

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

  .image-3 {
    height: 20px;
  }

  .brand {
    padding-left: 0px;
  }

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

  .lato-subtitle {
    display: none;
  }

  .wheel-div {
    display: block;
    width: 570px;
    margin-left: -284px;
    -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;
  }

  .lato-subtitle-mobile {
    display: block;
    margin-top: 30px;
  }

  .cta-card {
    width: 94%;
    padding: 25px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tagline {
    text-align: center;
  }

  .heading-4 {
    text-align: center;
  }

  .logo-bar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo-bar._2 {
    margin-top: 98px;
  }

  .brand-bar-logo {
    width: 90px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .video-container {
    margin-top: 39px;
    padding: 2%;
  }

  .video-call-float {
    right: -60px;
    width: 60px;
  }

  .wheel-hero {
    margin-right: 0px;
    margin-bottom: 1%;
  }

  .pointer {
    left: -6px;
    width: 18%;
  }

  .wheel-slider-img {
    width: 100%;
  }

  .video-embed {
    height: 41vw;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    font-size: 12vw;
  }

  .navbar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .grid-3 {
    grid-auto-columns: 0.25fr;
    grid-row-gap: 20px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .section.jewelry {
    min-height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(0, 0, 0, 0.8)), color-stop(69%, transparent)), url('../images/acq-header-mb.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 27%, transparent 69%), url('../images/acq-header-mb.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .link-4 {
    text-align: center;
  }

  .link-4.mobile-margin {
    margin-bottom: 16px;
  }

  .grid-4 {
    display: block;
  }

  .number {
    margin-right: 6px;
    font-size: 7vw;
    line-height: 32px;
  }

  .numbered-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 7vw;
    line-height: 32px;
  }

  .section-separator {
    height: 1px;
  }

  .header-logo {
    width: 128px;
  }

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

  .how-it-works {
    margin-top: 195px;
  }

  ._01-img {
    width: 100%;
  }

  .wheel-div {
    width: 550px;
    margin-left: -275px;
  }

  ._02-img {
    width: 100%;
  }

  ._03-img {
    width: 100%;
  }

  .cta-card {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .btn-big {
    display: block;
    padding: 14px 25px;
    text-align: center;
  }

  .logo-bar {
    position: relative;
    margin-top: 124px;
    margin-bottom: 32px;
  }

  .logo-bar._2 {
    height: 110px;
    margin-top: 155px;
    padding-top: 6px;
  }

  .brand-bar-logo.gq {
    width: 45px;
  }

  .brand-bar-logo.nbc {
    width: 74px;
  }

  .brand-bar-logo.forbes {
    width: 79px;
  }

  .brand-bar-logo.yahoo {
    width: 85px;
  }

  .brand-bar-logo.esquire {
    margin-bottom: -9px;
  }

  .brand-bar-logo.redbook {
    width: 74px;
    margin-bottom: -8px;
  }

  .brand-bar-logo.us-weekly {
    width: 34px;
  }

  .brand-bar-logo.today {
    width: 121px;
  }

  .logos-row {
    -webkit-transform: translate(-680px, 0px);
    -ms-transform: translate(-680px, 0px);
    transform: translate(-680px, 0px);
  }

  .fade-cover {
    display: none;
  }

  .subcontainer {
    width: 95%;
  }

  .video-call-float {
    top: -48px;
    right: -38px;
    width: 50px;
    -webkit-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    transform: rotate(-26deg);
  }

  .text-block-19 {
    top: 12px;
    color: #9c9c9c;
  }

  .pointer {
    left: -3px;
    top: -5%;
    width: 16%;
    max-width: 100px;
  }

  .wheel-slider-img {
    max-width: 430px;
  }

  .video-embed {
    height: 43vw;
  }
}

#w-node-aeac2937-97f2-f606-8ff9-61308dc65a9d-f292b2eb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d4534279-6836-8b9f-74f9-1bcc378f0da8-f292b2eb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_835b09c4-370b-0920-373c-769f2326ae24-f292b2eb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_8c05d570-0f73-1b06-6bfc-ddaac07092fd-c07092fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8c05d570-0f73-1b06-6bfc-ddaac07092ff-c07092fa {
    -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-_8c05d570-0f73-1b06-6bfc-ddaac0709305-c07092fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8c05d570-0f73-1b06-6bfc-ddaac07092ff-c07092fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_8c05d570-0f73-1b06-6bfc-ddaac0709301-c07092fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-a027772a-4ea5-0a76-857c-d8d672ef06c7-c07092fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

