body {
  background-color: #000;
  font-family: Genesissanstext, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Genesissanshead, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.guide-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-right: 7.5%;
  padding-left: 7.5%;
  -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;
  opacity: 0.5;
  text-align: center;
}

.guide-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 110vh;
  max-width: 1640px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.guide {
  border-style: solid;
  border-width: 1px;
  border-color: #0ef;
}

.grid-lock {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  -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;
  opacity: 1;
}

.safe-content {
  position: relative;
  width: 100%;
  max-width: 1640px;
}

.c--pre_next {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 300px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #111;
}

.c--pre_next-button {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-left: 50px;
  color: #996449;
  text-decoration: none;
}

.color_wrapper {
  background-color: #fff;
}

.color_wrapper.blk {
  background-color: #111;
}

.color_wrapper.light-copper {
  background-color: #ad7b61;
}

.color_wrapper.dark-copper {
  background-color: #996449;
}

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

.pre_next-button-heading {
  margin-top: 5px;
  font-family: Genesissanshead, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
}

.pre_next-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 75%;
  object-position: 50% 75%;
}

.pre_next-image.pd {
  -webkit-filter: none;
  filter: none;
}

.text-block {
  position: relative;
}

.relative-text-wrapper {
  position: relative;
}

.pre_next-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(17, 17, 17, 0.6);
  opacity: 0;
}

.c--feature_highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
}

.f_h-dropdown-v2 {
  overflow: hidden;
  color: #fff;
}

.dropdown-button {
  width: 100%;
  padding: 10px 20px 20px;
  font-family: Genesissanshead, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.dropdown-button.w--open {
  color: #996449;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
}

.dropdown-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  background-color: transparent;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dropdown-list.w--open {
  position: static;
}

.div-block {
  width: 70%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-h1 {
  margin-bottom: 45px;
  font-family: Genesissanshead, sans-serif;
  font-weight: 300;
  text-align: left;
}

.f_h-dropdown-paragraph {
  font-family: Genesissanstext, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.sst-tab-dropdown {
  display: block;
  overflow: hidden;
  width: 50%;
}

.sst-tab-dropdown-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.sst-tab-dropdown_icon {
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
}

.sst-tab-dropdown_list {
  position: relative;
  display: block;
  background-color: transparent;
}

.sst-tab-dropdown_list.w--open {
  max-width: 50ch;
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

.sst-tab-dropdown_paragraph {
  max-width: 50ch;
  color: #fff;
  font-weight: 300;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link-arrow {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

.dropdown-wrapper {
  position: relative;
  overflow: visible;
}

.dropdown-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  background-color: grey;
}

.dropdown-line.is--copper {
  background-color: #996449;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.dropdown-overall-wrapper {
  position: relative;
  overflow: hidden;
}

.f_h-dropdown-v2-first {
  overflow: hidden;
  color: #fff;
}

.c--mobile_responsive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.image {
  position: relative;
}

.div-block-3 {
  width: 1250px;
  height: 850px;
  padding: 84px 185px 269px;
  background-image: url('../images/6.-iMac-Frame.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-2 {
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-4 {
  overflow: auto;
  height: 100%;
}

.navbar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100vh;
  padding: 20px 40px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navbar.mini {
  width: 8%;
}

.main-content {
  position: relative;
  margin-left: 20%;
  padding-top: 20px;
  padding-right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-content.expanded {
  margin-left: 8%;
}

.inner-wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #111;
}

.inner-wrapper.insert {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.symbol-wrapper {
  width: 65%;
  max-width: 225px;
  min-width: 100px;
  color: #fff;
  text-decoration: none;
}

.navlink-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.navlink-wrapper.flex-centre {
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.navlink.top-margin {
  margin-top: 25px;
}

.navlink.zoom {
  margin-left: 15px;
}

.navlink.mini {
  width: 65px;
}

.navlink-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  padding: 15px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #111;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.navlink-icon.invert {
  background-color: #fff;
  color: #111;
}

.navlink-text {
  margin-left: 25px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: uppercase;
}

.navlink-text.is--hidden {
  opacity: 0;
}

.exit-icon {
  width: 65px;
  height: 65px;
  margin-right: 25px;
  padding: 15px;
  border-radius: 10px;
  background-color: #111;
}

.hidden--exit-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 85%;
  height: 40px;
  -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;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  cursor: pointer;
}

.hidden--exit-menu.is--hidden {
  display: none;
  height: 0px;
  opacity: 0;
}

.navlink-svg {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-text {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.close-text.show {
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.close-text.opac {
  opacity: 1;
}

.overflow-hidden {
  overflow: hidden;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.exit-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 25px;
  margin-left: 15px;
  -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;
}

.exit-bar {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 35px;
  width: 5px;
  height: 30vh;
  border-radius: 20px;
  background-color: #777;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.exit-bar:hover {
  background-color: #fff;
}

.s--hero {
  position: relative;
  width: 100%;
  height: 98vh;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(11%, #111), to(rgba(17, 17, 17, 0)));
  background-image: linear-gradient(0deg, #111 11%, rgba(17, 17, 17, 0));
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 7.5%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.eyebrow {
  font-family: Genesissanshead, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
}

.main-h1 {
  font-family: Genesissanshead, sans-serif;
  font-size: 120px;
  line-height: 120px;
  font-weight: 300;
}

.paragraph {
  width: 50%;
}

.white-button {
  position: relative;
  margin-right: 20px;
  padding: 20px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #111;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.white-button-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-text {
  position: relative;
}

.button-text.black {
  color: #111;
}

.black-button {
  position: relative;
  margin-right: 20px;
  padding: 20px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.black-button-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #111;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.s--site-speed {
  width: 100%;
  height: 100vh;
}

.ss-tabs-content {
  height: 60vh;
}

.ss-tab-pane {
  height: 100%;
}

.ss-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 7.5%;
  padding-left: 7.5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ss-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.ss-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.counter {
  display: inline;
}

.ss-counter-stylist {
  font-family: Genesissanshead, sans-serif;
  font-size: 90px;
  line-height: 86px;
  font-weight: 300;
}

.ss-s {
  display: inline;
  font-family: Genesissanstext, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.ss-ttp-wrapper {
  font-family: Genesissanshead, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.text-block-2 {
  display: inline;
}

.ss-ttp-disclaimer {
  display: inline;
  font-family: Genesissanstext, sans-serif;
  font-size: 18px;
}

.ss-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.ss-tab-link {
  width: 25%;
  border-bottom: 1px solid #818181;
  background-color: transparent;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-family: Genesissanshead, sans-serif;
  color: #818181;
}

.ss-tab-link.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
}

.ss-explainer-wrapper {
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.ss-explainer-heading {
  margin-top: 65px;
  font-family: Genesissanshead, sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: 400;
}

.ss-explainer-body {
  margin-top: 10px;
  color: #ccc;
  line-height: 28px;
}

.s--ba {
  position: relative;
  width: 100%;
}

.abs-buttons {
  position: fixed;
  left: auto;
  top: auto;
  right: 35%;
  bottom: 5%;
  z-index: 1000;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  height: 200vh;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-7 {
  height: 200vh;
}

.ba-bgimage-wrapper {
  width: 100%;
}

.ba-bgimage-wrapper.image1 {
  height: 385vw;
  background-image: url('../images/OLD-G80-Full-Highlight-Page-Capture.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ba-bgimage-wrapper.image2 {
  height: 600vw;
  background-image: url('../images/NEW-G80-Full-Highlight-Page.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-wrapper-before {
  width: 100%;
}

.image-wrapper-before.hide {
  display: none;
}

.static-image-wrapper-after {
  width: 100%;
}

.static-image-wrapper-after.hide {
  display: none;
}

.ba-image-v2 {
  width: 100%;
  max-width: none;
}

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

.ba-slider {
  width: 85%;
  height: auto;
  background-color: transparent;
}

.ba-slide {
  width: 100%;
  height: 625px;
}

.gv80-page-load {
  width: 100%;
  height: 100%;
}

.image-3 {
  width: 100%;
}

.ba-mask {
  width: 100%;
}

.s--ba-v2 {
  width: 100%;
  height: auto;
}

.s--ba-v2.is--hidden {
  display: none;
}

.s--ba-v2.min-100vh {
  min-height: 100vh;
}

.ba-tabs-content {
  height: 90vh;
}

.ba-tabs-content.fixed-height {
  height: 800px;
}

.ba-tabs-content.smaller {
  height: 70vh;
}

.ba-tab-pane {
  height: 100%;
}

.ba-tab-link {
  width: 50%;
  border-bottom: 1px solid #818181;
  background-color: transparent;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-family: Genesissanshead, sans-serif;
  color: #818181;
}

.ba-tab-link.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
}

.ba-tab-link.triple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ba-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.ba-explainer-wrapper {
  margin-bottom: 50px;
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.ba-wrapper {
  position: relative;
  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;
}

.ba-wrapper.flex-centre {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.ba-image-v3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 55vw;
  height: 31vw;
  max-width: none;
  box-shadow: 0 0 30px 10px hsla(0, 0%, 100%, 0.25);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.ba-image-v3._65percent {
  width: 55vw;
  height: 31vw;
}

.image-117 {
  width: 500px;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 5px 5px 20px 9px hsla(0, 0%, 100%, 0.18);
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-3-copy {
  width: 1250px;
  height: 850px;
  padding: 122px 273px 296px 215px;
  background-image: url('../images/IMac_Mockup_Temp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-2-v2 {
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.imac-container {
  width: 1200px;
  height: 100%;
  padding: 131px 228px 313px 166px;
  background-image: url('../images/IMac_Mockup_Temp-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.res-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.s--responsive {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.s--responsive.is--hidden {
  display: none;
}

.r-explainer-wrapper {
  margin-bottom: 50px;
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.r-explainer-wrapper.page-topper {
  margin-top: 150px;
  margin-bottom: 60px;
}

.res-tabs-content {
  height: 90vh;
}

.res-tabs-content.fixed-height {
  height: 900px;
}

.res-tab-pane {
  height: 100%;
}

.res-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 7.5%;
  padding-left: 7.5%;
}

.res-tab-link {
  width: 33%;
  border-bottom: 1px solid #818181;
  background-color: transparent;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  font-family: Genesissanshead, sans-serif;
  color: #818181;
}

.res-tab-link.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
}

.res-wrapper {
  position: relative;
  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;
}

.res-wrapper.flex-centre {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.mockup-image-container {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.mockup-image-container.radius {
  border-radius: 35px;
}

.tablet-container {
  width: 1200px;
  height: 100%;
  padding: 187px 270px 180px 218px;
  background-image: url('../images/tablet-mockup-temp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-container {
  width: 1000px;
  height: 100%;
  padding: 158px 378px 131px 325px;
  background-image: url('../images/phone-mockup-temp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-container.overlap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
}

.image-119 {
  border-radius: 0px;
}

.is--hidden {
  display: none;
}

.c--feature-highlight-v2 {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  padding-right: 7.5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fh-text {
  overflow: hidden;
  height: 30px;
  margin-top: 10px;
  padding-top: 5px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Genesissanshead, sans-serif;
  color: #818181;
  font-weight: 300;
  cursor: pointer;
}

.fh-text.show {
  height: 200px;
  margin-bottom: 20px;
  border-bottom: 1px solid #818181;
  color: #996449;
  font-size: 30px;
  line-height: 32px;
}

.fh-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.fh-text-wrapper {
  padding-top: 25vh;
}

.fh-text-heading {
  margin-bottom: 10px;
}

.fh-image {
  position: absolute;
  left: 12.5%;
  top: 12.5%;
  right: 0%;
  bottom: 0%;
  width: 75%;
  height: 75%;
  max-width: none;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transition: opacity 100ms ease, -webkit-transform 350ms ease;
  transition: opacity 100ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, opacity 100ms ease;
  transition: transform 350ms ease, opacity 100ms ease, -webkit-transform 350ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.fh-image.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fh-h1 {
  margin-bottom: 35px;
  font-family: Genesissanshead, sans-serif;
  font-weight: 300;
}

.s--quote {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #111;
  background-image: url('../images/genesis-x-introducing-01-interior-pc-mo-660x330.jpg'), url('../images/genesis-x-introducing-02-exterior-pc-mo-568x718.jpg');
  background-position: 7% 50%, 93% 0%;
  background-size: auto, 568px;
  background-repeat: no-repeat, no-repeat;
}

.quote-text-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 500px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.quote-eyebrow {
  font-family: Genesissanshead, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}

.quote-body {
  font-family: Genesissanstext, sans-serif;
  font-size: 48px;
  line-height: 61px;
  font-weight: 400;
}

._100per {
  position: relative;
  height: 100%;
}

.quote-spacer {
  width: 100%;
  height: 250px;
  background-color: #111;
}

.quote-darkener {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(17, 17, 17, 0.85);
  opacity: 0;
}

.s--gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 1.5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.gallery-row {
  width: 32.5%;
  height: 100%;
  padding-top: 0.25%;
  padding-bottom: 0.25%;
}

.large-gallery-image {
  overflow: hidden;
  width: 100%;
  height: 55%;
  margin-top: 0.75%;
  margin-bottom: 0.75%;
}

.gallery-image {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gallery-image:hover {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.small-gallery-image {
  overflow: hidden;
  width: 100%;
  height: 43%;
  margin-top: 0.75%;
  margin-bottom: 0.75%;
}

.s--gallery-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 7.5%;
  padding-left: 7.5%;
  -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;
  background-image: url('../images/genesis-g70-gallery-overview-large.jpg'), url('../images/genesis-g70-gallery-overview-background-large.jpg');
  background-position: 100% 80%, 50% 50%;
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
}

.gallery-heading {
  font-family: Genesissanshead, sans-serif;
  color: #996449;
  font-size: 220px;
  line-height: 218px;
  font-weight: 300;
  text-transform: uppercase;
}

.gallery-body {
  width: 30%;
  margin-top: 60px;
  padding-left: 30px;
  border-left: 1px solid #818181;
  line-height: 28px;
}

.ba-image-v4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: auto;
  width: 55vw;
  height: 31vw;
  max-width: none;
  box-shadow: 0 0 30px 10px hsla(0, 0%, 100%, 0.25);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.ba-image-v4._65percent {
  width: 55vw;
  height: 31vw;
}

.ba-image-v4.small {
  overflow: hidden;
  height: 12.75vw;
}

.ba-image-v4.o-h {
  overflow: hidden;
}

.thats-it {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.thats-it.hidden {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.text-block-3 {
  font-family: Genesissanshead, sans-serif;
  color: #111;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.s--simple-video {
  position: relative;
  margin-top: 126px;
  margin-bottom: 126px;
}

.simple-video-wrapper {
  position: relative;
  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;
}

.simple-video-wrapper.flex-centre {
  height: 75vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.simple-video-bg {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 55vw;
  height: 31vw;
  max-width: none;
  box-shadow: 0 0 30px 10px hsla(0, 0%, 100%, 0.25);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.simple-video-bg._65percent {
  width: 55vw;
  height: 31vw;
}

.ss-fader {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(5%, #111), to(rgba(17, 17, 17, 0.3)));
  background-image: linear-gradient(270deg, #111 5%, rgba(17, 17, 17, 0.3));
}

.fade-up {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 5%;
  z-index: 20;
  font-family: Genesissanshead, sans-serif;
  color: #fff;
  font-size: 85px;
  line-height: 85px;
  font-weight: 300;
  text-align: right;
}

.fade-up.tricks {
  overflow: hidden;
}

.scroll-down-lottie {
  width: 85px;
  margin-top: 120px;
  margin-left: auto;
}

.page-top-rt-explainer {
  width: 65%;
  max-width: 70ch;
}

.kanvas-logo-svg {
  width: 350px;
  height: auto;
  -webkit-transform: perspective(804px) scale3d(1, 1, 5) rotate(0deg);
  transform: perspective(804px) scale3d(1, 1, 5) rotate(0deg);
  color: #111;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.kanvas-splash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.thats-all-close {
  position: absolute;
  left: auto;
  top: 5%;
  right: 5%;
  bottom: auto;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.our-vision-anchor-div {
  position: absolute;
  left: 0%;
  top: 45%;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.subnav {
  position: fixed;
  left: auto;
  top: 50px;
  right: 7.5%;
  bottom: auto;
  z-index: 250;
  width: 200px;
  height: auto;
}

.text-block-4 {
  font-family: Genesissanshead, sans-serif;
  color: #818181;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.component-symbol-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.comp-link {
  width: 28%;
  padding: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #818181;
}

.comp-link:hover {
  color: #fff;
}

.comp-link.w--current {
  color: #fff;
}

.comp-embed {
  width: 100%;
  height: 100%;
}

.s--summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  padding-right: 7.5%;
  padding-bottom: 75px;
  padding-left: 7.5%;
  -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;
}

.s-centred-heading-wrapper {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
  font-family: Genesissanshead, sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
}

.centred-heading {
  font-size: 42px;
  font-weight: 300;
}

.overview-heading {
  font-family: Genesissanshead, sans-serif;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
}

.overview-subheading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Genesissanstext, sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
}

.design-list {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  list-style-type: disc;
}

.list-underline {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.list-item-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.summary-paragraph {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}

.video-wrapper-after {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-wrapper-after.hide {
  display: none;
}

.ba-video-v2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  max-width: none;
}

.ba-image-v2-backer {
  width: 100%;
  max-width: none;
  opacity: 0;
}

.bg-video-long {
  z-index: 100;
  height: 300vh;
}

.image-wrapper-before-copy {
  width: 100%;
}

.image-wrapper-before-copy.hide {
  display: none;
}

.g80-updated-image {
  width: 100%;
}

.z-index-wrapper {
  position: relative;
  z-index: 50;
}

.g80-vid--aspect {
  width: 100%;
}

.g80-vid--aspect._46 {
  padding-bottom: 46.25%;
}

.g80-vid--aspect._52 {
  padding-bottom: 52.25%;
}

.g80-vid--aspect.ext {
  padding-bottom: 51%;
}

.g80-vid--aspect._42 {
  padding-bottom: 42%;
}

._100vh-tabs {
  max-height: 100vh;
}

.s--responsive-v2 {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.s--responsive-v2.is--hidden {
  display: none;
}

.res-tabs-content-v2 {
  height: 90vh;
}

.res-tabs-content-v2.fixed-height {
  height: 900px;
}

.res-tab-pane-v2 {
  height: 100%;
}

.res-wrapper-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -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;
}

.res-wrapper-v2.flex-centre {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.imac-wrapper-v2 {
  position: relative;
  width: 1300px;
  height: 900px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.imac-wrapper-v2.ipad {
  width: 1100px;
}

.imac-wrapper-v2.iphone {
  height: 800px;
}

.image-120 {
  position: absolute;
}

.imac-interior-wrapper {
  position: absolute;
  left: 21%;
  top: 17%;
  right: 25%;
  bottom: 36%;
  background-color: #ad7b61;
}

.imac-block-v2 {
  width: 100%;
  height: 100%;
  padding: 130px 276px 313px 218px;
  background-image: url('../images/IMac_Mockup_Temp-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.fade-out-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(10%, rgba(17, 17, 17, 0))), -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(10%, rgba(17, 17, 17, 0)));
  background-image: linear-gradient(0deg, #111, rgba(17, 17, 17, 0) 10%), linear-gradient(180deg, #111, rgba(17, 17, 17, 0) 10%);
}

.fade-out-wrapper.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  height: 85px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(rgba(17, 17, 17, 0)));
  background-image: linear-gradient(180deg, #111, rgba(17, 17, 17, 0));
}

.fade-out-wrapper.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 85px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#111), to(rgba(17, 17, 17, 0)));
  background-image: linear-gradient(0deg, #111, rgba(17, 17, 17, 0));
}

.ipad-block-v2 {
  width: 100%;
  height: 100%;
  padding: 209px 247px 200px 200px;
  background-image: url('../images/tablet-mockup-temp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.iphone-block-v2 {
  width: 100%;
  height: 100%;
  padding: 117px 534px 115px 492px;
  background-image: url('../images/phone-mockup-temp.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

@media screen and (max-width: 991px) {
  .guide-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .guide.desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .guide-wrapper {
    padding-right: 6.5%;
    padding-left: 6.5%;
  }
}

@media screen and (max-width: 479px) {
  .guide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .guide-grid {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .guide.tablet {
    display: none;
  }
}

#w-node-fb3e692a-1708-963f-cc62-16f8ae6537cd-e0e42ecd {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Genesissanstext';
  src: url('../fonts/GenesisSansText-BoldItalic.eot') format('embedded-opentype'), url('../fonts/GenesisSansText-BoldItalic.woff') format('woff'), url('../fonts/GenesisSansText-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Genesissanstext';
  src: url('../fonts/GenesisSansText-Bold.eot') format('embedded-opentype'), url('../fonts/GenesisSansText-Bold.woff') format('woff'), url('../fonts/GenesisSansText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Genesissanstext';
  src: url('../fonts/GenesisSansText-Italic.eot') format('embedded-opentype'), url('../fonts/GenesisSansText-Italic.woff') format('woff'), url('../fonts/GenesisSansText-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Genesissanstext';
  src: url('../fonts/GenesisSansText-Medium.eot') format('embedded-opentype'), url('../fonts/GenesisSansText-Medium.woff') format('woff'), url('../fonts/GenesisSansText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Genesissanstext';
  src: url('../fonts/GenesisSansText-MediumItalic.eot') format('embedded-opentype'), url('../fonts/GenesisSansText-MediumItalic.woff') format('woff'), url('../fonts/GenesisSansText-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Genesissanstext';
  src: url('../fonts/GenesisSansText-Regular.eot') format('embedded-opentype'), url('../fonts/GenesisSansText-Regular.woff') format('woff'), url('../fonts/GenesisSansText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Genesissanshead';
  src: url('../fonts/GenesisSansHead-Light.eot') format('embedded-opentype'), url('../fonts/GenesisSansHead-Light.woff') format('woff'), url('../fonts/GenesisSansHead-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Genesissanshead';
  src: url('../fonts/GenesisSansHead-Regular.eot') format('embedded-opentype'), url('../fonts/GenesisSansHead-Regular.woff') format('woff'), url('../fonts/GenesisSansHead-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}