body {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: 900;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

a {
  position: absolute;
  top: 466px;
  z-index: 100;
  padding-bottom: 0px;
  border-style: none;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #000;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-right: 0px;
  padding-bottom: 18vh;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.main-h1 {
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 14vh;
  line-height: 16vh;
  font-weight: 400;
}

._w-h1 {
  position: relative;
  overflow: hidden;
  padding-right: 10vw;
}

.main-section {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70vh;
  margin-bottom: 150px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wide-background {
  width: 100vw;
  height: 100vh;
  margin-bottom: 10%;
  background-color: #657580;
}

.wide-background._01 {
  background-image: url('../images/5b109a993a8396648e723c7a_screen-001.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.wrapper-list-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.alt-next {
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #9b9b9b;
  font-size: 24px;
  line-height: 60px;
  font-weight: 400;
}

.navbar {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 5vh 5vw 0vh;
  background-color: transparent;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  box-shadow: none;
}

.brand:hover {
  border-bottom-style: none;
  box-shadow: none;
}

.brand.w--current {
  box-shadow: none;
}

.brand.w--current:hover {
  box-shadow: none;
}

.link-nav {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 5px;
  box-shadow: none;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease;
  font-family: Roboto, sans-serif;
  color: grey;
  font-size: 16px;
  font-weight: 400;
}

.link-nav:hover {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.link-nav.w--current {
  box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.5);
  color: #000;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-27 {
  width: 100%;
  height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  border-top: 1px none #dbdbdb;
  background-color: #fafafa;
}

.small-p {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vh;
  padding-bottom: 2vh;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-link {
  margin-bottom: 10px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #000;
  font-size: 50px;
  line-height: 80px;
}

.proj_body-wrap {
  width: 90vw;
  text-align: center;
}

.proj_body {
  text-align: left;
}

.proj_body h2 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.proj_body p {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.proj_body h4 {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.proj_body figure {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.proj_body figcaption {
  margin-bottom: 20px;
  color: grey;
}

.next-project {
  padding: 5vw;
}

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

.arrow-2 {
  margin-bottom: 1px;
  margin-left: 8px;
}

.footer-links {
  margin-right: 20px;
  margin-bottom: 20px;
}

.section-12 {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.landing-page {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  background-image: url('../images/tinderhomepage.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vh;
  height: 4vh;
  margin: 0px;
  padding: 0.5vh 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.line {
  height: 3px;
  padding-left: 0px;
  background-color: #fff;
}

.fixed-menu-icon {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  margin: 5vh 5vh 30px 30px;
}

.nav {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.line2 {
  height: 3px;
  background-color: #fff;
}

.line3 {
  height: 3px;
  background-color: #fff;
}

.menubg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.45);
}

.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 100%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #10b4e7;
}

.text-block-25 {
  padding: 5px 0px;
  color: #fff;
}

.text-block-26 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

.text-block-27 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

.menubar_textlockup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60vh;
  margin-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-14 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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-54 {
  display: none;
}

.logo-holder {
  position: absolute;
  top: 31.1vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 40vh;
  height: 54vh;
  margin-top: 5vh;
  -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;
}

.card_1 {
  position: absolute;
  top: 15vh;
  display: block;
  overflow: hidden;
  width: auto;
  height: 85vh;
  max-width: none;
  margin-top: 5vh;
  -webkit-transform: translate(-2vw, 0px) rotate(-2deg);
  -ms-transform: translate(-2vw, 0px) rotate(-2deg);
  transform: translate(-2vw, 0px) rotate(-2deg);
}

.card_2 {
  position: absolute;
  left: auto;
  top: 15vh;
  right: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: auto;
  height: 85vh;
  max-width: none;
  margin-top: 5vh;
  -webkit-transform: translate(2vw, 0px) rotate(2deg);
  -ms-transform: translate(2vw, 0px) rotate(2deg);
  transform: translate(2vw, 0px) rotate(2deg);
}

.text-block-38 {
  position: relative;
  top: -6vh;
  overflow: hidden;
  margin-top: 2vh;
  padding: 14px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 4.5vh;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.div-block-71 {
  position: absolute;
  top: 20vh;
  display: block;
  overflow: hidden;
  width: 50vh;
  height: 60vh;
  margin-top: 5vh;
}

.section-20 {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  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;
}

.l2a_bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/card2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.l1_bg {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/card-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.card-deck {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.swipe-button {
  position: absolute;
  left: auto;
  top: 10vh;
  right: auto;
  bottom: auto;
  width: 100vw;
  height: 90vh;
}

.card-slide-l2a-fun {
  position: absolute;
  top: 10vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  -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;
}

.l2a-left-int {
  position: absolute;
  top: 35vh;
  right: 65vw;
  width: 200px;
  height: 150px;
}

.left-swipe-button {
  position: absolute;
  top: 35vh;
  right: 65vw;
  width: 200px;
  height: 150px;
  background-image: url('../images/200602_amc-tinder_v4_assets-10.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-swipe-button.mobilebutton {
  background-image: url('../images/200602_amc-tinder_v4_assets-10.png');
}

.right-swipe-button {
  position: absolute;
  width: 200px;
  height: 150px;
  margin-top: 35vh;
  margin-left: 65vw;
  background-image: url('../images/200602_amc-tinder_v4_assets-11.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.l2a-right-digi {
  position: absolute;
  left: 65vw;
  top: 35vh;
  width: 200px;
  height: 150px;
}

.card-slide-l2b-formal {
  position: absolute;
  top: 10vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  -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-50 {
  height: auto;
  max-width: none;
  font-size: 12vh;
  line-height: 15vh;
}

.image-51 {
  position: static;
  height: auto;
  max-width: none;
  margin-top: 10vh;
  margin-right: 2vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14vh;
  line-height: 20vh;
}

.image-52 {
  height: auto;
  max-width: none;
  margin-bottom: 3vh;
  margin-left: 2vh;
  font-size: 14vh;
  line-height: 20vh;
}

.card-3 {
  position: relative;
  width: 50vw;
  height: 65vh;
  background-image: url('../images/200602_amc-tinder_v4_assets-09.png');
  background-position: 50% 50%;
  background-size: auto 65vh;
  background-repeat: no-repeat;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.card-2 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 50vw;
  height: 65vh;
  background-image: url('../images/200602_amc-tinder_v4_assets-09.png');
  background-position: 50% 50%;
  background-size: auto 65vh;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.l2b-left-int {
  position: absolute;
  top: 35vh;
  right: 65vw;
  width: 200px;
  height: 150px;
}

.l2b-right-digi {
  position: absolute;
  left: 65vw;
  top: 35vh;
  width: 200px;
  height: 150px;
}

.card-slide-l1 {
  position: absolute;
  top: 10vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 90vh;
  -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;
}

.card-1 {
  position: relative;
  width: 50vw;
  height: 65vh;
  background-image: url('../images/200602_amc-tinder_v4_assets-09.png');
  background-position: 50% 50%;
  background-size: auto 65vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.l1-left-trigger-formal {
  position: absolute;
  right: 65vw;
  width: 200px;
  height: 150px;
}

.l1-right-trigger-formal {
  position: absolute;
  left: 65vw;
  width: 200px;
  height: 150px;
}

.title-text-holder {
  position: absolute;
  top: 5vh;
  width: 100vw;
  height: 15vh;
}

.meet-your-match {
  position: relative;
  margin-top: 5vh;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-shadow: -2px 2px 0 #d50032;
}

.text-block-39 {
  padding: 1vh 0px 10px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.text-block-40 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 25vh;
  -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;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.text-block-41 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 25vh;
  -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-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.text-block-42 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 25vh;
  -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-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.bg_fun_digi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  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;
  background-image: url('../images/integrated-virtual-experience.png-.png');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.funbook_int_bg {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  background-image: url('../images/innovative-collaboration.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.formal_digi_bg {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/interactive-virtual-experiences.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.formal_int_bg {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/experiential-campaigns.png');
  background-position: 50% 50%;
  background-size: cover;
}

.formal_int_slider {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: translate3d(0px, 0px, -100vw);
  transform: translate3d(0px, 0px, -100vw);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.left-arrow-4 {
  left: 10vw;
  width: 10vw;
  height: 10vh;
}

.right-arrow-4 {
  right: 10vw;
  width: 10vw;
  height: 10vh;
}

.contactpage_bg {
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/tinderhomepage.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  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;
}

.div-block-80 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  -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;
}

.text-block-43 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-shadow: -2px 2px 0 #d50032;
}

.text-block-44 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.match-textlockup {
  position: absolute;
  left: 13vw;
  top: 19vh;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Lato, sans-serif;
  color: #fff;
}

.match-subheader {
  position: static;
  width: 25vw;
  padding: 0px;
  font-size: 2vh;
  line-height: 5vh;
}

.match-header {
  width: 25vw;
  padding: 0px;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 700;
  text-shadow: 3px 3px 0 #d50032;
}

.match-header.shadow-int {
  text-shadow: 3px 3px 0 #10b4e7;
}

.sliderformat {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: translate3d(0px, 0px, -100vw);
  transform: translate3d(0px, 0px, -100vw);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.right-arrow-6 {
  right: 10vw;
  width: 10vw;
  height: 10vh;
}

.left-arrow-6 {
  left: 10vw;
  width: 10vw;
  height: 10vh;
}

.slide-8 {
  background-image: url('../images/new_creativecollab-copy.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/new_commsandbrandstrat.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/new_virtualwalkthroughs.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/results_virtualshowproduction.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo_lockup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 15vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: translate3d(0px, 0px, -100vw);
  transform: translate3d(0px, 0px, -100vw);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.right-arrow-7 {
  right: 10vw;
  width: 10vw;
  height: 10vh;
}

.left-arrow-7 {
  left: 10vw;
  width: 10vw;
  height: 10vh;
}

.slide-14 {
  background-image: url('../images/mockup_webinarsandwebcasts.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-53 {
  overflow: hidden;
  width: auto;
  height: 10vh;
  margin-top: 10vh;
  margin-bottom: auto;
}

.whitelogosetting {
  height: 6vh;
  margin-top: 5vh;
  margin-left: 5vh;
}

.slide-header {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #d50032;
  font-size: 2.5vh;
  font-weight: 700;
}

.slide-header.slide-header-int {
  width: auto;
  color: #10b4e7;
  font-size: 2.5vh;
}

.slide-descrip {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
}

.slide-18 {
  background-image: url('../images/results_sharedvirtualexp.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block {
  position: absolute;
  left: 2vw;
  top: 2vh;
  width: 80px;
  height: 8vh;
  margin-top: 1.5vh;
  margin-left: 0vw;
}

.callmemay_linkblock {
  position: absolute;
  left: 69vw;
  top: 73vh;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 5vh;
  padding: 2px 5px;
  -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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
}

.callmemaybe_text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.notmytype_link {
  position: absolute;
  left: 76vw;
  top: 21vh;
  z-index: 50;
  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;
}

.notmytype_text {
  margin-right: 1vw;
  padding-top: 0px;
  padding-bottom: 18vh;
  color: #fff;
  font-size: 12px;
}

.link-block-2 {
  top: 13vh;
  right: 3vw;
}

.link-block-3 {
  top: 18vh;
  right: 3vw;
}

.text-field-styling {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.field-label-styling {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.submit-button {
  width: 10vw;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #d50032;
}

.div-block-82 {
  width: 30vw;
}

.image-54 {
  padding: 25px;
}

.image-55 {
  padding: 25px;
}

.slide-23 {
  background-image: url('../images/mockup_digitalmarketing.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-24 {
  background-image: url('../images/results_digitalanalytics.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-25 {
  background-image: url('../images/results_mixedrealityexp.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/results_creativecollab-copy-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/results_mixedrealityexp.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-28 {
  background-image: url('../images/results_creativecollab-copy-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-56 {
  padding: 25px;
}

.div-block-83 {
  position: relative;
  left: 69vw;
  top: 53vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-84 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 30vh;
  margin: 0vw 5vw 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-nav-2 {
  height: 10vh;
  font-size: 10px;
}

.slide-nav-3 {
  height: 10vh;
  font-size: 10px;
}

.slide-nav-4 {
  height: 10vh;
  font-size: 10px;
}

.link-block-4 {
  position: static;
  left: 337.5px;
  top: 397px;
  z-index: 0;
}

.link-block-5 {
  position: static;
  z-index: 0;
}

.link-block-6 {
  position: static;
  z-index: 0;
}

.walkthrough {
  position: absolute;
  left: 43vw;
  top: 68vh;
  width: 15vw;
  border-style: none;
  border-width: 1px;
  border-color: #d50032;
  border-radius: 6px;
  font-family: Lato, sans-serif;
  color: #d50032;
  font-style: italic;
  text-align: center;
}

.walkthrough.latestadj {
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 480px;
  -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;
}

.showmeeverything_bg {
  position: static;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/showmeeverything.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.titlearea {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 20vh;
  -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;
}

.sliders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
}

.digi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 80vh;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 80vh;
  clear: none;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slider-4 {
  position: relative;
  left: 5vw;
  top: 5vh;
  width: 35vw;
  height: 60vh;
  float: right;
  background-color: transparent;
}

.slider-5 {
  left: -5vw;
  top: 5vh;
  width: 35vw;
  height: 60vh;
  float: left;
  background-color: transparent;
}

.showmeeverything-title {
  position: relative;
  top: 6vh;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-shadow: -3px 3px 0 #d50032;
}

.digi-title {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.text-block-49 {
  width: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.smeslider-header {
  width: auto;
  font-family: Lato, sans-serif;
  color: #d50032;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.smeslider-descrp {
  width: 25vw;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
}

.slide-40 {
  background-image: url('../images/virtualwalkthrough.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-41 {
  background-image: url('../images/new_creativecollab-copy.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sme-navsizing {
  top: 70vh;
  font-size: 7px;
}

.slide-42 {
  background-image: url('../images/results_creativecollab.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-43 {
  background-image: url('../images/results_virtualshowproduction.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-44 {
  background-image: url('../images/new_virtualwalkthroughs.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-45 {
  background-image: url('../images/new_commsandbrandstrat.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-46 {
  background-image: url('../images/mockup_digitalmarketing.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-47 {
  background-image: url('../images/results_sharedvirtualexp.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-48 {
  background-image: url('../images/mockup_webinarsandwebcasts.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-49 {
  background-image: url('../images/mixed-reality_mixedrealityexp.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-50 {
  background-image: url('../images/results_dynamicmultimediaproject.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon {
  top: 18vh;
}

.icon-2 {
  top: 18vh;
}

.icon-3 {
  top: 18vh;
}

.icon-4 {
  top: 18vh;
}

.sme-disappear-int {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  opacity: 0;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.section-21 {
  width: 100vw;
  height: 100vh;
}

.div-block-87 {
  position: absolute;
  top: 20vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  -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;
}

.slider-6 {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: translate3d(0px, 0px, -100vw);
  transform: translate3d(0px, 0px, -100vw);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-51 {
  background-image: url('../images/virtualwalkthrough.png');
  background-position: 50% 50%;
  background-size: 47vw;
  background-repeat: no-repeat;
}

.slide-52 {
  background-image: url('../images/results_dynamicmultimediaproject.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-53 {
  background-image: url('../images/mixed-reality_mixedrealityexp.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-54 {
  background-image: url('../images/results_digitalanalytics.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow-12 {
  width: 10vw;
  height: 10vh;
  margin-left: 10vw;
}

.right-arrow-12 {
  width: 10vw;
  height: 10vh;
  margin-right: 10vw;
}

.text-block-53 {
  position: absolute;
  top: 350px;
}

.image-57 {
  display: none;
  padding-top: 0vh;
  padding-bottom: 20vh;
  padding-left: 0vw;
  text-shadow: 1px 1px 6px #000;
}

.slide-nav-7 {
  height: 10vh;
  font-size: 10px;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  height: 40vh;
  -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-58 {
  width: 150px;
  padding-bottom: 12vh;
  background-image: url('../images/enter-cursor_animation_1.gif');
  background-position: 0px 0px;
  background-size: 125px;
}

.text-block-54 {
  position: relative;
  top: 7vh;
  font-family: Lato, sans-serif;
  color: #d50032;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.success-message {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
}

.text-block-55 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.error-message {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
}

.text-block-56 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: italic;
  text-align: center;
}

.popupvideo {
  position: absolute;
  z-index: 150;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.background-video {
  top: 10vh;
  height: 80vh;
}

.button {
  position: absolute;
  left: 45vw;
  top: 84vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 5vh;
  -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;
}

.text-block-57 {
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: center;
}

.video-pop-up {
  position: absolute;
  z-index: 150;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.background-video-2 {
  top: 10vh;
  width: 100vw;
  height: 80vh;
}

.close-button {
  position: relative;
  left: 93vw;
  top: -76.2vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5vw;
  height: 6vh;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.text-block-58 {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.image-59 {
  position: relative;
  left: 15vw;
  top: 15vh;
}

.sme-openvideo {
  position: absolute;
  z-index: 150;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.background-video-3 {
  top: 10vh;
  width: 100vw;
  height: 80vh;
}

.c {
  position: relative;
  top: 5vh;
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.close-line-1 {
  width: 25px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: translate(0px, 1vh) rotate(45deg);
  -ms-transform: translate(0px, 1vh) rotate(45deg);
  transform: translate(0px, 1vh) rotate(45deg);
}

.close-line-2 {
  width: 25px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: translate(0px, -2vh) rotate(-45deg);
  -ms-transform: translate(0px, -2vh) rotate(-45deg);
  transform: translate(0px, -2vh) rotate(-45deg);
}

.bold-text {
  font-size: 18px;
}

.slider-7 {
  background-color: transparent;
}

.body {
  background-color: #10b4e7;
}

.image-60 {
  width: 60px;
  padding-bottom: 0vh;
}

.image-61 {
  padding-bottom: 100vh;
}

.image-62 {
  padding-bottom: 70vh;
}

.image-63 {
  position: absolute;
  left: 253px;
  top: 158px;
  display: block;
  padding-bottom: 0vh;
}

.link-block-8 {
  left: 2vw;
  top: 3.5vh;
  width: 60px;
}

.image-64 {
  padding-bottom: 0vh;
}

.link-block-9 {
  top: 23vh;
  right: 3vw;
}

.text-block-59 {
  margin-top: -15px;
  margin-bottom: -15px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.link-block-10 {
  left: 0px;
  top: 0px;
  display: block;
  -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;
}

.image-65 {
  position: static;
  display: block;
  padding-bottom: 0vh;
}

.image-66 {
  position: relative;
  left: 75px;
  top: 110px;
  padding-bottom: 0vh;
}

.link-block-11 {
  left: 48px;
  top: 88px;
  width: 250px;
  height: 20vh;
  background-image: url('../images/enter-cursor_animation_1.gif');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._1 {
  left: 7vw;
  top: 15vh;
}

.image-67 {
  padding-bottom: 0vh;
}

._2 {
  display: none;
}

._3 {
  display: none;
}

._4 {
  display: none;
}

.link-block-12 {
  position: relative;
  left: 0vw;
  top: 8vh;
  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;
}

.image-68 {
  position: static;
  padding-bottom: 0vh;
}

html.w-mod-js *[data-ix="load-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media screen and (max-width: 991px) {
  a {
    margin-bottom: 20px;
  }

  img {
    padding-bottom: 20vh;
  }

  .main-h1 {
    font-size: 84px;
    line-height: 80px;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-list-links {
    width: auto;
    -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;
  }

  .div-block-26 {
    width: auto;
  }

  .div-block-27 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .big-link {
    font-size: 40px;
    line-height: 40px;
  }

  .logo-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .card-3 {
    width: 40vw;
    background-size: contain;
  }

  .card-2 {
    width: 40vw;
    background-size: contain;
  }

  .card-1 {
    width: 40vw;
    background-size: contain;
  }

  .title-text-holder {
    top: 10vh;
  }

  .text-block-40 {
    font-size: 16px;
  }

  .text-block-41 {
    font-size: 16px;
  }

  .text-block-42 {
    font-size: 16px;
  }

  .bg_fun_digi {
    background-size: cover;
  }

  .formal_digi_bg {
    background-position: 50% 50%;
  }

  .formal_int_slider {
    top: 20vh;
    height: 80vh;
  }

  .match-textlockup {
    left: 5vw;
    top: 14vh;
    width: 30vw;
  }

  .match-subheader {
    width: 30vw;
  }

  .match-header {
    width: 30vw;
  }

  .sliderformat {
    top: 20vh;
    height: 80vh;
  }

  .slider {
    top: 20vh;
    height: 80vh;
  }

  .slide-header {
    top: auto;
    width: auto;
    margin-bottom: 5px;
  }

  .slide-descrip {
    top: auto;
    width: auto;
  }

  .link-block {
    position: absolute;
    left: 2vw;
    width: 80px;
    height: 3vh;
    margin-bottom: 0px;
  }

  .callmemay_linkblock {
    left: 70vw;
    top: 25vh;
    width: 20vw;
    margin-bottom: 0px;
  }

  .notmytype_link {
    top: 18vh;
  }

  .notmytype_text {
    padding-bottom: 19vh;
  }

  .link-block-2 {
    margin-bottom: 0px;
  }

  .link-block-3 {
    margin-bottom: 0px;
  }

  .text-field-styling {
    color: #fff;
  }

  .div-block-82 {
    width: 35vw;
  }

  .div-block-83 {
    left: 70vw;
    top: 43vh;
    width: 20vw;
  }

  .walkthrough {
    top: 52.4vh;
    font-size: 14px;
  }

  .walkthrough.latestadj {
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 400px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .digi-title {
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-49 {
    font-size: 20px;
  }

  .text-block-49.mobile-int {
    line-height: 25px;
  }

  .smeslider-descrp {
    font-size: 12px;
    line-height: 16px;
  }

  .sme-navsizing {
    font-size: 7px;
  }

  .icon {
    font-size: 30px;
  }

  .icon-2 {
    font-size: 30px;
  }

  .icon-3 {
    font-size: 30px;
  }

  .icon-4 {
    font-size: 30px;
  }

  .div-block-87 {
    position: absolute;
    top: 15vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 50vh;
    -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;
  }

  .slider-6 {
    position: absolute;
    top: 20vh;
    height: 80vh;
  }

  .slide-51 {
    background-size: 50vw;
  }

  .left-arrow-12 {
    left: auto;
  }

  .text-block-53 {
    top: 260px;
  }

  .image-58 {
    width: 120px;
    padding-bottom: 16vh;
  }

  .text-block-54 {
    top: 3vh;
    font-size: 12px;
    line-height: 17px;
  }

  .video-pop-up {
    display: none;
  }

  .sme-openvideo {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .close-line-1 {
    -webkit-transform: translate(0px, 9px) rotate(45deg);
    -ms-transform: translate(0px, 9px) rotate(45deg);
    transform: translate(0px, 9px) rotate(45deg);
  }

  .close-line-2 {
    -webkit-transform: translate(0px, -9px) rotate(-45deg);
    -ms-transform: translate(0px, -9px) rotate(-45deg);
    transform: translate(0px, -9px) rotate(-45deg);
  }

  .link-block-10 {
    left: 60px;
    top: 85px;
    margin-bottom: 0px;
  }

  .image-66 {
    left: -11px;
    top: -7px;
  }

  ._1 {
    display: block;
  }

  .image-67 {
    background-image: url('../images/enter-cursor_animation_1.gif');
    background-position: 0px 0px;
    background-size: 125px;
  }

  ._2 {
    display: block;
  }

  .link-block-12 {
    left: 0px;
    top: 5vh;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-list-links {
    -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;
  }

  .navbar {
    display: block;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    margin-bottom: 0px;
  }

  .nav-menu {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .big-link {
    font-size: 30px;
    line-height: 30px;
  }

  .menubg {
    display: none;
  }

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

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

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

  .menubar_textlockup {
    margin-top: -60vh;
    margin-right: 4.5vw;
  }

  .card-3 {
    background-size: contain;
  }

  .card-2 {
    background-size: contain;
  }

  .card-1 {
    background-size: contain;
  }

  .title-text-holder {
    top: 15vh;
  }

  .text-block-40 {
    width: 20vw;
  }

  .text-block-41 {
    width: 20vw;
  }

  .text-block-42 {
    width: 20vw;
    height: 30vh;
    text-align: center;
  }

  .left-arrow-4 {
    top: 35vh;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .right-arrow-4 {
    top: 35vh;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .match-textlockup {
    left: 10vw;
    width: 40vw;
  }

  .match-subheader {
    width: auto;
    font-size: 15px;
    line-height: 25px;
  }

  .match-header {
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .match-header.shadow-int {
    font-size: 30px;
    line-height: 35px;
  }

  .right-arrow-6 {
    top: 35vh;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .left-arrow-6 {
    top: 35vh;
    width: 284px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .slide-12 {
    background-image: url('../images/new_virtualwalkthroughs.png');
  }

  .right-arrow-7 {
    top: 35vh;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .left-arrow-7 {
    top: 35vh;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .slide-header {
    left: 73vw;
    top: auto;
    right: auto;
    width: 20vw;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .slide-header.slide-header-int {
    left: 73vw;
    top: auto;
    width: 20vw;
  }

  .slide-descrip {
    left: 73vw;
    top: auto;
    right: auto;
    width: 20vw;
    font-size: 10px;
    line-height: 15px;
  }

  .callmemay_linkblock {
    position: absolute;
    left: auto;
    top: 24vh;
    right: 8vw;
    width: 150px;
    height: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .notmytype_link {
    left: auto;
    right: 10vw;
  }

  .notmytype_text {
    padding-bottom: 20vh;
  }

  .submit-button {
    padding-right: 7px;
    padding-left: 7px;
    text-align: center;
  }

  .div-block-82 {
    width: 45vw;
  }

  .slide-25 {
    background-position: 50% 50%;
  }

  .slide-27 {
    background-image: url('../images/results_mixedrealityexp.png');
  }

  .div-block-83 {
    position: relative;
    left: 0vh;
    top: 43vh;
    display: block;
    width: 100vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide-nav-2 {
    top: 60vh;
    height: 5vh;
    font-size: 7px;
  }

  .slide-nav-3 {
    top: 60vh;
    bottom: 0vh;
    display: block;
    height: 5vh;
    margin: auto;
    -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;
    font-size: 7px;
  }

  .slide-nav-4 {
    top: 60vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5vh;
    -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;
    font-size: 7px;
  }

  .walkthrough {
    font-size: 12px;
    line-height: 15px;
  }

  .walkthrough.latestadj {
    left: auto;
    top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 400px;
    -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;
  }

  .slider-4 {
    width: 45vw;
  }

  .slider-5 {
    width: 45vw;
  }

  .digi-title {
    font-size: 18px;
  }

  .text-block-49.mobile-int {
    font-size: 18px;
  }

  .smeslider-header {
    font-size: 12px;
  }

  .smeslider-descrp {
    font-size: 10px;
    line-height: 12px;
  }

  .sme-navsizing {
    font-size: 7px;
  }

  .div-block-87 {
    position: absolute;
    left: 0%;
    top: 18vh;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 45vh;
    -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;
  }

  .slide-51 {
    background-size: 60vw;
  }

  .left-arrow-12 {
    width: 50px;
    height: 50px;
    margin-top: 35vh;
    margin-bottom: 0px;
  }

  .right-arrow-12 {
    top: 0px;
    width: 50px;
    height: 50px;
    margin-top: 35vh;
    margin-bottom: 0px;
  }

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

  .slide-nav-7 {
    top: 60vh;
    height: 5vh;
    font-size: 7px;
  }

  .link-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45vw;
  }

  .image-58 {
    padding-bottom: 10vh;
  }

  .text-block-54 {
    top: 6vh;
  }

  .button {
    left: 43vw;
    width: 15vw;
  }

  .image-59 {
    left: 18vw;
    top: 18vh;
    display: none;
  }

  .link-block-10 {
    left: 55px;
  }

  .image-66 {
    left: -20px;
    top: -10px;
  }

  .link-block-12 {
    left: 0px;
    top: 7vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  img {
    padding-bottom: 16vh;
  }

  .main-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .alt-next {
    font-size: 20px;
    line-height: 40px;
  }

  .navbar {
    padding-top: 2vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .brand {
    width: 100%;
    height: 80px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .brand.w--current {
    height: 80px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-27 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-menu {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .big-link {
    font-size: 20px;
    line-height: 20px;
  }

  .menubg {
    display: none;
  }

  .sidebar.sidebar-mobile {
    width: 180px;
  }

  .menubar_textlockup {
    margin-top: -50vh;
    margin-right: 8vw;
  }

  .logo-holder {
    margin-top: -4vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card_1 {
    width: 80vw;
    height: auto;
    margin-top: 10vh;
  }

  .card_2 {
    width: 80vw;
    height: auto;
    margin-top: 10vh;
  }

  .text-block-38 {
    position: relative;
    top: auto;
    margin-top: -130px;
    font-size: 8vw;
  }

  .card-deck {
    top: -5vh;
  }

  .swipe-button {
    top: 6vh;
  }

  .l2a-left-int {
    top: 70vh;
    width: 100px;
    height: 100px;
  }

  .left-swipe-button {
    top: 65vh;
    right: 62.3vw;
  }

  .left-swipe-button.mobilebutton {
    background-image: url('../images/200602_amc-tinder_v4_assets-31.png');
    background-size: 37vw;
  }

  .right-swipe-button {
    left: 2px;
    top: 29.8vh;
    right: auto;
    background-image: url('../images/200602_amc-tinder_v4_assets-32.png');
    background-position: -12% 50%;
    background-size: 37vw;
  }

  .l2a-right-digi {
    top: 70vh;
    width: 100px;
    height: 100px;
  }

  .image-50 {
    position: relative;
    width: 35vw;
    height: auto;
    margin-right: 5vw;
    margin-left: 5vw;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-51 {
    position: relative;
    width: 20vw;
    height: auto;
    margin-top: 7vh;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-52 {
    position: relative;
    width: 20vw;
    height: auto;
    margin-bottom: 3vh;
    margin-left: 0px;
  }

  .card-3 {
    width: 100vw;
    height: 50vh;
    background-size: contain;
  }

  .card-2 {
    width: 100vw;
    height: 50vh;
    background-size: contain;
  }

  .l2b-left-int {
    top: 70vh;
    width: 100px;
    height: 100px;
  }

  .l2b-right-digi {
    top: 70vh;
    width: 100px;
    height: 100px;
  }

  .card-1 {
    width: 100vw;
    height: 50vh;
    background-size: contain;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .l1-left-trigger-formal {
    top: 70vh;
    width: 100px;
    height: 100px;
  }

  .l1-right-trigger-formal {
    top: 70vh;
    width: 100px;
    height: 100px;
  }

  .title-text-holder {
    top: 9vh;
  }

  .meet-your-match {
    font-size: 25px;
  }

  .text-block-40 {
    width: 40vw;
  }

  .text-block-41 {
    width: 40vw;
  }

  .text-block-42 {
    width: 40vw;
  }

  .formal_int_slider {
    top: 25vh;
    height: 73vh;
  }

  .left-arrow-4 {
    left: 5vw;
    top: 25vh;
    width: 40px;
    height: 40px;
  }

  .right-arrow-4 {
    top: 25vh;
    right: 5vw;
    width: 40px;
    height: 40px;
  }

  .div-block-80 {
    width: 80vw;
    height: 5vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .match-textlockup {
    left: 10vw;
    top: 13vh;
    right: 10vw;
    width: 80vw;
  }

  .match-textlockup.intergrated-match {
    top: 13vh;
  }

  .match-subheader {
    font-size: 15px;
    line-height: 3vh;
  }

  .match-header {
    font-size: 3.8vh;
    line-height: 4vh;
  }

  .match-header.shadow-int {
    font-size: 4vh;
    line-height: 5vh;
  }

  .sliderformat {
    top: 25vh;
    display: block;
    height: 73vh;
  }

  .right-arrow-6 {
    top: 25vh;
    right: 5vw;
    width: 40px;
    height: 40px;
  }

  .left-arrow-6 {
    left: 5vw;
    top: 25vh;
    width: 40px;
    height: 40px;
  }

  .slide-8 {
    top: auto;
    background-image: url('../images/new_creativecollab-copy.png');
  }

  .slide-9 {
    top: auto;
    background-image: url('../images/new_commsandbrandstrat.png');
  }

  .slide-12 {
    background-image: url('../images/new_virtualwalkthroughs.png');
  }

  .slide-13 {
    background-image: url('../images/results_virtualshowproduction.png');
  }

  .slider {
    top: 25vh;
    height: 73vh;
  }

  .right-arrow-7 {
    left: 0px;
    top: 25vh;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 5vw;
    margin-left: auto;
    -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;
  }

  .left-arrow-7 {
    left: auto;
    top: 25vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: 5vw;
    -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;
  }

  .slide-14 {
    top: auto;
  }

  .image-53 {
    width: auto;
    height: 7vh;
    margin-top: 15vh;
    margin-bottom: auto;
  }

  .slide-header {
    position: static;
    left: auto;
    top: auto;
    width: 230px;
    margin-bottom: 5px;
  }

  .slide-header.slide-header-int {
    width: 230px;
    font-size: 18px;
  }

  .slide-descrip {
    position: static;
    left: auto;
    top: auto;
    width: 230px;
    font-size: 12px;
    line-height: 15px;
  }

  .mask-2 {
    top: -5vh;
  }

  .slide-18 {
    top: auto;
  }

  .link-block {
    margin-left: 3vw;
  }

  .mask-3 {
    top: -5vh;
  }

  .mask-5 {
    top: -5vh;
  }

  .callmemay_linkblock {
    position: absolute;
    left: auto;
    top: 28.5vh;
    right: auto;
    width: 230px;
    height: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .callmemaybe_text {
    font-size: 15px;
  }

  .notmytype_link {
    left: 66vw;
    top: 13vh;
  }

  .notmytype_text {
    opacity: 0;
    font-size: 12px;
  }

  .submit-button {
    width: 70vw;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
    color: #d50032;
  }

  .div-block-82 {
    width: 70vw;
  }

  .image-54 {
    padding: 0px 20px;
  }

  .image-55 {
    padding: 0px 20px;
  }

  .slide-25 {
    background-position: 50% 50%;
  }

  .slide-27 {
    background-image: url('../images/results_mixedrealityexp.png');
  }

  .image-56 {
    padding: 0px 20px;
  }

  .div-block-83 {
    left: 0vw;
    top: 58vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -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-84 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-85 {
    width: 50vw;
    height: auto;
    margin-bottom: 5vw;
  }

  .slide-nav-2 {
    top: 65vh;
    width: auto;
    height: 5vh;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 7px;
  }

  .slide-nav-3 {
    top: 65vh;
    bottom: auto;
    height: 6vh;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 7px;
  }

  .slide-nav-4 {
    top: 65vh;
    height: 5vh;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 7px;
  }

  .link-block-4 {
    width: 30vw;
    height: auto;
  }

  .link-block-5 {
    width: 30vw;
  }

  .link-block-6 {
    width: 30vw;
  }

  .walkthrough {
    left: 38vw;
    top: 48vh;
    width: 25vw;
  }

  .walkthrough.latestadj {
    left: auto;
    top: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 340px;
    margin-bottom: 0px;
    -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;
  }

  .sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .digi {
    overflow: hidden;
    width: 100vw;
    height: 40vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .int {
    overflow: hidden;
    width: 100vw;
    height: 40vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-4 {
    left: 10vw;
    top: auto;
    overflow: visible;
    width: 90vw;
    height: 50vh;
  }

  .slider-5 {
    left: 10vw;
    top: auto;
    width: 90vw;
    height: 50vh;
  }

  .digi-title {
    position: absolute;
    top: 2vh;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }

  .text-block-49 {
    position: absolute;
    text-align: left;
  }

  .text-block-49.mobile-int {
    opacity: 0;
  }

  .smeslider-header {
    width: 25vw;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 13px;
    text-align: left;
  }

  .smeslider-descrp {
    width: 22vw;
    margin-left: -3vw;
    font-size: 8px;
    line-height: 11px;
    text-align: left;
  }

  .slide-40 {
    background-position: 50% 50%;
    background-size: 150px;
    background-repeat: no-repeat;
  }

  .slider-container {
    position: absolute;
    left: 0vw;
    top: 25.5vh;
    width: 30vw;
    text-align: left;
  }

  .sme-navsizing {
    left: 26vw;
    top: 26vh;
    font-size: 7px;
  }

  .icon {
    top: -8vh;
  }

  .icon-2 {
    top: -8vh;
  }

  .icon-3 {
    top: -8vh;
  }

  .icon-4 {
    top: -8vh;
  }

  .mask-7 {
    left: 12.5vw;
    top: -5vh;
  }

  .mask-8 {
    left: 12.5vw;
    top: -5vh;
  }

  .left-arrow-10 {
    left: 22vw;
    top: -5vh;
    display: none;
  }

  .right-arrow-10 {
    top: -5vh;
    right: 0vw;
    display: none;
  }

  .right-arrow-11 {
    top: -5vh;
    display: none;
  }

  .left-arrow-11 {
    left: 22vw;
    top: -5vh;
    display: none;
  }

  .sme-disappear-int.sme-mobile-appear {
    left: 10vw;
    top: 62vh;
    opacity: 1;
    font-size: 15px;
    line-height: 18px;
  }

  .section-21 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-87 {
    top: 12vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 50vh;
    -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;
  }

  .slider-6 {
    top: 25vh;
    height: 73vh;
  }

  .slide-51 {
    background-position: 50% 50%;
    background-size: 80vw;
  }

  .left-arrow-12 {
    left: 5vw;
    top: 30vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 0vh;
    margin-left: 0vw;
    -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;
  }

  .right-arrow-12 {
    top: 30vh;
    right: 5vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 0vh;
    margin-right: 0vw;
    -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;
  }

  .text-block-53 {
    top: 230px;
  }

  .slide-nav-7 {
    top: 65vh;
    height: 6vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mask-9 {
    top: -5vh;
  }

  .link-block-7 {
    position: relative;
    left: 23vw;
    top: 6vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-58 {
    width: 100px;
    padding-bottom: 10vh;
  }

  .text-block-54 {
    top: 4vh;
  }

  .button {
    left: 38vw;
    width: 25vw;
  }

  .image-59 {
    left: 38vw;
    top: 22vh;
  }

  .image-63 {
    left: 38.4vw;
    top: 3vh;
    display: block;
  }

  .link-block-8 {
    top: 5vh;
    display: block;
    width: 70px;
    margin-left: 38vw;
    -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;
  }

  .link-block-10 {
    left: 73px;
    display: block;
    margin-bottom: 0px;
  }

  .link-block-12 {
    left: 0px;
    top: 14vh;
  }
}

