@font-face {
  font-family: Strretch Sans;
  src: url('../fonts/STRRETCH-SANS-FREE.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inconsolata;
  src: url('../images/') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-gray: #333;
  --white: white;
  --indian-red: #df4053;
  --black: black;
  --gainsboro: #e6e6e6;
  --darkgray: #202020;
  --powder-blue-2: #b7e8f3;
  --powder-blue: #b7e8f3;
}

.heading {
  color: var(--dark-gray);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

.heading-2 {
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.div-550 {
  width: 550px;
}

.div-container {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  margin-top: 120px;
  padding-bottom: 80px;
  display: flex;
  position: static;
  inset: 0%;
}

.div-700 {
  z-index: 1;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  width: 800px;
  display: flex;
  position: static;
}

.div-20p {
  width: 20%;
  height: 100vh;
}

.fixed-left {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100px;
  margin-top: 0;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.link {
  color: #df394c;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.logo {
  color: var(--dark-gray);
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.fixed-right {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 140px;
  height: 100vh;
  margin-top: 0;
  padding-top: 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  display: flex;
}

.link-block {
  margin-top: 20px;
}

.position {
  color: var(--dark-gray);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: Inconsolata, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
}

.div-portfolio {
  flex-direction: column;
  align-items: flex-start;
  width: 750px;
  padding-bottom: 80px;
  display: flex;
}

.div-50p {
  width: 350px;
  margin-bottom: 100px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.div-horizontal {
  justify-content: flex-start;
  align-items: flex-start;
  width: 700px;
  margin-bottom: 100px;
  display: flex;
}

.image {
  width: 100%;
  margin-bottom: 20px;
}

.div-portfolio-items {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.copy {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inconsolata, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.div-hl {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  object-fit: fill;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 0;
  line-height: 100%;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.div-h-l {
  z-index: 1;
  grid-column-gap: 64px;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-aw-app {
  background-color: #f0f0f0;
  background-image: url('../images/AppHero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1000px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-2 {
  width: 900px;
}

.portfolio-item-div {
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(#0000, #fff);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.heading-1 {
  margin-bottom: 45px;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 60px;
}

.div-700-prose {
  z-index: 1;
  width: 700px;
  margin-top: 120px;
  position: relative;
}

.subtitle {
  border-bottom: 2px solid var(--dark-gray);
  color: var(--dark-gray);
  margin-bottom: 90px;
  padding-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 43px;
}

.prose {
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.section-header {
  color: var(--dark-gray);
  margin-top: 80px;
  margin-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.link-2 {
  color: var(--indian-red);
  font-style: normal;
  text-decoration: none;
}

.link-2:hover {
  color: var(--indian-red);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.image-3 {
  margin-bottom: 40px;
}

.video {
  width: 350px;
}

.div-block-4 {
  width: 250px;
  height: auto;
  line-height: 0;
  overflow: visible;
  box-shadow: 14px 14px 40px #0000000f;
}

.div-prose-media {
  justify-content: space-around;
  align-items: flex-start;
  width: 700px;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.subtitle-small {
  border-top: 2px solid var(--dark-gray);
  color: var(--dark-gray);
  margin-top: 40px;
  padding-top: 30px;
  font-family: proxima-nova, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

.project-link {
  width: 300px;
  color: var(--dark-gray);
  flex-direction: column;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.project-link:hover {
  color: var(--indian-red);
}

.div-work {
  z-index: 1;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-container-2 {
  background-color: #e6e6e6;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: static;
  inset: 0%;
}

.div-container-3 {
  background-color: #df405338;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 25vh;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-type-x-user {
  background-color: #eff1f0;
  background-image: url('../images/TypexUser4.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 450px;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.grid {
  grid-column-gap: 49px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto auto auto;
  width: 100%;
}

.columns {
  width: 100%;
}

.column {
  padding-left: 0;
  padding-right: 25px;
}

.column-2 {
  padding-left: 25px;
  padding-right: 0;
}

.div-hero-shop-game {
  background-color: #c8c8c8;
  background-image: url('../images/ShopGame-Hero.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-opf-hero {
  background-color: #8dc6e4;
  background-image: url('../images/OPF-Hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nav-links {
  flex-direction: column;
  align-items: flex-start;
  width: 120px;
  display: flex;
}

.div-block-seller-db {
  background-color: #212121;
  background-image: url('../images/Yotta-Cover.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-video {
  width: 100%;
  line-height: 0;
  overflow: visible;
  box-shadow: 14px 14px 40px #0000000f;
}

.big-text-link {
  color: var(--indian-red);
  text-decoration: none;
}

.big-text-link:hover {
  color: var(--indian-red);
  font-size: 21px;
  text-decoration: underline;
}

.div-prose-media-2 {
  justify-content: space-around;
  align-items: flex-start;
  width: 700px;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.image-4 {
  margin-bottom: 0;
}

.div-image {
  width: 48%;
  height: auto;
  line-height: 0;
  overflow: visible;
  box-shadow: 14px 14px 40px #0000000f;
}

.div-prose-media-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 700px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.div-hero-stereobot {
  background-color: #c8c8c8;
  background-image: url('../images/StereobotThumb.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-hero-instasleep {
  background-color: #eff1f0;
  background-image: url('../images/Instasleep-Full.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-container-about {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
  position: static;
  inset: 0%;
}

.heading-0 {
  color: var(--dark-gray);
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 95px;
}

.heading-0-2 {
  color: var(--dark-gray);
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 90px;
}

.div-container-contact {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
  position: static;
  inset: 0%;
}

.div-image-no-shadow {
  width: 48%;
  height: auto;
  box-shadow: none;
  line-height: 0;
  overflow: visible;
}

.div-block-internal-tools {
  background-color: #d8eaf1;
  background-image: url('../images/InternalTools-Hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-3 {
  color: var(--indian-red);
  font-style: normal;
  text-decoration: none;
}

.link-3:hover {
  color: var(--indian-red);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.nav-link {
  color: var(--dark-gray);
  margin-bottom: 2px;
  font-family: Inconsolata, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 115%;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-div {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.nav-text {
  width: 190px;
  color: var(--black);
  object-fit: fill;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Inconsolata, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
  position: static;
}

.nav-links-2 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin-right: 80px;
  font-size: 14px;
  display: flex;
}

.nav-links-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.portfolio-item {
  background-color: #212121;
  background-image: url('../images/SellerDB-Full.jpg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 180px;
  display: flex;
}

.portfolio-item-2 {
  background-color: #f4f4f4;
  background-image: url('../images/AppHero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  height: 700px;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.portfolio-item-3 {
  background-color: #d7ebf0;
  background-image: url('../images/InternalTools-Hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  height: 700px;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.portfolio-item-4 {
  background-color: #87c0de;
  background-image: url('../images/OPF-Hero.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 130%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 250px;
  display: flex;
}

.portfolio-item-5 {
  background-color: #f6f6f6;
  background-image: url('../images/Instasleep-Thumb.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 250px;
  display: flex;
}

.portfolio-item-6 {
  background-color: #c9c9c9;
  background-image: url('../images/StereobotThumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  height: 700px;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.portfolio-item-7 {
  background-color: #222224;
  background-image: url('../images/ShopGame-Hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  height: 700px;
  margin-bottom: 0;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.portfolio-item-8 {
  background-color: #f5f5f5;
  background-image: url('../images/TypexUser-Full.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 250px;
  display: flex;
}

.heading-3-white {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 38px;
}

.position-white {
  color: #b9b9b9;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
}

.copy-white {
  color: #b8b8b8;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.link-block-2 {
  text-decoration: none;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}

.html-embed {
  margin-bottom: 100px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-4 {
  font-family: proxima-nova, sans-serif;
}

.submit-button {
  background-color: var(--black);
  height: 60px;
  font-family: proxima-nova, sans-serif;
}

.text-field {
  height: 50px;
}

.hero {
  background-image: url('../images/BlushUp-wide.jpg');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-left: 12%;
  display: flex;
}

.bu-hero {
  width: 480px;
}

.bold-text {
  font-family: proxima-nova, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.bu-header1 {
  color: var(--darkgray);
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 50px;
}

.bu-headerbody {
  color: var(--darkgray);
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.bu-buttonlarge {
  background-color: var(--darkgray);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-top: 55px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  box-shadow: 14px 14px 25px #e0b3bb;
}

.bu-buttonlarge:hover {
  background-color: var(--black);
  color: var(--white);
}

.navbar-2 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 50px;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
  position: fixed;
}

.container {
  align-items: center;
  width: 100%;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.brand {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  height: 50px;
  padding-top: 20px;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  height: 50px;
  display: flex;
}

.nav-link-2 {
  height: 50px;
  padding: 25px 30px 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-3 {
  background-color: #e8cbd2;
  height: 50px;
  padding: 25px 30px 0;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

.nav-link-3:hover {
  background-color: #e4bfc8;
  text-decoration: underline;
}

.div-block-6 {
  align-items: center;
  height: 100vh;
  padding-left: 12%;
  display: flex;
}

.div-block-7 {
  justify-content: center;
  width: 100vw;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  color: var(--darkgray);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.bu-learnmore {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bu-benefits {
  background-color: #ece7e2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 150px 12%;
  display: flex;
}

.bu-header2 {
  width: 700px;
  color: var(--darkgray);
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.bu-benefits-content {
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.bu-header3 {
  width: auto;
  color: var(--darkgray);
  margin-bottom: 9px;
  font-family: proxima-nova, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.bu-body {
  color: var(--darkgray);
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.bu-benefitsimage {
  margin-bottom: 40px;
}

.bu-benefits-item {
  width: 25%;
  max-width: 230px;
}

.bu-mobile-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  height: 50px;
  display: none;
}

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

.bu-herolink {
  height: 65px;
  color: var(--darkgray);
  align-items: center;
  margin-left: 25px;
  font-family: proxima-nova, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  font-size: 15px;
}

.div-block-8 {
  align-items: flex-end;
  display: flex;
}

.bu-buttonoutline {
  border: 1px solid var(--darkgray);
  width: 200px;
  height: 65px;
  color: var(--darkgray);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  margin-left: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.bu-buttonoutline:hover {
  color: var(--darkgray);
  background-color: #0000;
  text-decoration: underline;
}

.rmp-h1 {
  color: var(--dark-gray);
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 95px;
}

.rmp-div600 {
  width: 600px;
}

.rmp-copy-white {
  color: #b8b8b8;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-number {
  color: #b8b8b8;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.rmp-header-2 {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 38px;
}

.rmp-step {
  background-color: #212121;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.html-embed-2 {
  height: 350px;
  display: flex;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 300px;
  margin-top: -20px;
  display: flex;
}

.rmp-textdiv {
  width: 35%;
  min-width: 0;
  color: var(--dark-gray);
  flex-direction: column;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.rmp-textdiv:hover {
  color: var(--indian-red);
}

.div-block-27 {
  width: 35%;
}

.rmp-step-2 {
  background-color: #2b2b2b;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.rmp-snipped1 {
  color: #b8b8b8;
  letter-spacing: 0;
  text-transform: none;
  background-color: #5c5c5c;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-snipped2 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #9788bd;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-colymn2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: auto;
  margin-top: 0;
  padding-top: 80px;
  display: flex;
}

.rmp-snipped3 {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-snipped4 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #82bae5;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-step-4 {
  background-color: #363636;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.rmp-step-5 {
  background-color: #3f3f3f;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.rmp-step-3 {
  background-color: #333;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.rmp-step-6 {
  background-color: #5e5e5e;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.rmp-snipped5 {
  color: #b8b8b8;
  letter-spacing: 0;
  text-transform: none;
  background-color: #9e3838;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-snipped6 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #44ccd1;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-snipped7 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #6293e9;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-step-7 {
  background-color: #505050;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.rmp-snipped9 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #d6dae2;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-snipped9b {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #d6dae2;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.rmp-nextlink {
  color: var(--powder-blue-2);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.rmp-snipped8 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #bd88ad;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.work-cube-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.yotta-1 {
  background-image: url('../images/Home.png'), url('../images/image-46.png');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 160px, 600px;
  border: 1px #000;
  border-radius: 150px 160px 0 0;
  width: 300px;
  height: 300px;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.bl {
  background-color: #000;
  background-image: url('../images/Home.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #000;
  border-radius: 80px;
  width: 300px;
  height: 300px;
}

.bl-2 {
  background-color: #e9e9e9;
  background-image: url('../images/Already-in-ATSwShadow.png'), url('../images/Gradient.jpeg');
  background-position: 43% 65%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 240px, cover;
  border: 1px #000;
  border-radius: 80px;
  width: 400px;
  height: 400px;
}

.yotta-2 {
  background-color: #9a5bff;
  background-image: url('../images/Yotta-Boxes.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
  border: 1px solid #a154ff;
  border-radius: 200px;
  width: 300px;
  height: 300px;
}

.square-link {
  width: 100%;
  height: 400px;
}

.bl-1 {
  background-image: url('../images/Yotta-Boxes.png'), url('../images/Gradient.jpeg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 160px, cover;
  border: 1px #ab66ff;
  border-radius: 0;
  width: 300px;
  height: 300px;
  position: relative;
}

.yotta-a {
  background-image: url('../images/Home.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  border-radius: 80px;
  width: 240px;
  height: 500px;
}

.work-cube-single {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-bottom: 200px;
  padding-left: 0;
  display: flex;
}

.div-block-single-left {
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 200px;
  display: flex;
}

.heading-7 {
  color: #000;
  text-align: center;
  object-fit: fill;
  height: 160px;
  font-family: Inconsolata, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 70%;
  overflow: visible;
}

.div-block-30 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  padding-bottom: 60px;
  display: flex;
}

.text-11-l-white {
  color: var(--white);
  background-color: #0000;
  font-family: Inconsolata, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 140%;
}

.work-cube-div-last {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding-left: 0;
  display: flex;
}

.text-label {
  background-color: var(--black);
  object-fit: fill;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 26px;
  padding: 6px 10px;
  text-decoration: none;
  display: inline-block;
}

.text-label-container-left {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.stereobot {
  background-color: #9a5bff;
  background-image: url('../images/ShopGame-Thumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #a154ff;
  border-radius: 80px;
  width: 300px;
  height: 300px;
}

.bl-3 {
  background-color: #c9c9c9;
  background-image: url('../images/StereobotThumb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  border-radius: 80px;
  width: 300px;
  height: 300px;
}

.work-cube-right-single {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-label-container-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 24px;
  display: flex;
}

.slider {
  width: 100vw;
  height: 100vh;
}

.left-arrow {
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  display: flex;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
  display: flex;
}

.slide {
  background-color: #8851fe;
  background-image: url('../images/Yotta-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-label-2 {
  object-fit: fill;
  background-color: #000;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding: 4px 10px;
  display: flex;
}

.text-10-l-black {
  color: var(--black);
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.caption-container {
  background-color: var(--white);
  object-fit: fill;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding: 4px 10px;
  display: flex;
}

.carousel-title {
  color: var(--black);
  text-transform: none;
  background-color: #0000;
  font-family: Inconsolata, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}

.slide-2 {
  background-color: #292929;
  background-image: url('../images/Project-Details-Cover.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-color: #e8e8e8;
  background-image: url('../images/GositeCover.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.caption-container-dark {
  background-color: var(--black);
  object-fit: fill;
  border-radius: 8px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding: 4px 10px;
  display: flex;
}

.text-10-l-white {
  color: var(--white);
  background-color: #0000;
  font-family: Inconsolata, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 140%;
}

.carousel-title-dark {
  color: var(--white);
  text-transform: none;
  background-color: #0000;
  font-family: Inconsolata, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 140%;
}

.slide-4 {
  background-color: var(--white);
  background-image: url('../images/BL-Cover2_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-color: #f5f5f5;
  background-image: url('../images/Yotta-Screens.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bl-4 {
  background-color: #e9e9e9;
  background-image: url('../images/BL-Cover2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-radius: 80px;
  width: 400px;
  height: 400px;
}

.arrow {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  object-fit: fill;
  border-radius: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 32px;
  padding: 6px 10px;
  display: flex;
}

.text-label-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
}

.workshapes {
  z-index: 1;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: static;
}

.abodewell-1 {
  background-color: #9a5bff;
  background-image: url('../images/SellerDB-Full.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #a154ff;
  border-radius: 200px;
  width: 300px;
  height: 300px;
}

.clickup-1 {
  background-color: #ebebeb;
  background-image: url('../images/ClickUp-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 360px;
  border: 1px #000;
  border-radius: 80px;
  width: 400px;
  height: 400px;
}

.project-title-container {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  margin-top: 160px;
  margin-bottom: 40px;
  margin-left: 160px;
  display: flex;
  position: static;
}

.text-11-l-black {
  color: var(--black);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.text-11-l-black-bold {
  color: var(--black);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 140%;
}

.div-image-header {
  background-color: #0000;
  background-image: url('../images/Yotta-Screens.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.div-h-r {
  z-index: 1;
  grid-column-gap: 64px;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  margin-top: 120px;
  margin-bottom: 160px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-v-l-400px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 400px;
  height: 100%;
  display: flex;
}

.div-caption {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 240px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.image-11 {
  background-image: url('../images/fb2897e94893fc26e72548a12a80b43a.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-cube-left-single {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.yotta-3 {
  background-color: #e9e9e9;
  background-image: url('../images/Yotta-5.png'), url('../images/fb2897e94893fc26e72548a12a80b43a.gif');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 440px;
  border: 1px #000;
  border-radius: 80px;
  width: 400px;
  height: 400px;
}

.work-cube-left-single-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-bottom: 160px;
  padding-left: 0;
  display: flex;
}

.image-full {
  width: 100%;
  margin-bottom: 40px;
}

.arrow-up {
  width: 24px;
  transform: rotate(-90deg);
}

.div-v-c-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 160px;
  display: flex;
}

.div-image-header-bl {
  background-color: #0000;
  background-image: url('../images/BL-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  order: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.image-13 {
  background-image: url('../images/54e6d1d65a904550f2d0ee56c4f33665.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-h-c {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 160px;
  padding-left: 64px;
  display: flex;
}

.arrow-right {
  width: 24px;
}

.link-block-5 {
  align-self: flex-start;
}

.image-14 {
  height: 40px;
}

.div-image-header-cu {
  background-color: #0000;
  background-image: url('../images/ClickUp-Cover.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  order: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.arrow-down {
  width: 24px;
  transform: rotate(90deg);
}

.div-h-b {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.image-12 {
  background-image: url('../images/ef69f4d4f12831034423a74f102610db.gif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 600px;
}

.image-80 {
  width: 80%;
}

.image-radius {
  border: .5px solid #000;
  border-radius: 32px;
  margin-bottom: -1px;
}

.div-block-31 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.clickup-2 {
  background-color: #b5a0ff;
  background-image: url('../images/Onboarding2.png'), url('../images/54e6d1d65a904550f2d0ee56c4f33665.gif');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, 500px;
  border: 1px #000;
  border-radius: 80px;
  width: 400px;
  height: 400px;
}

.body-2 {
  padding-bottom: 80px;
}

.div-h-c-content {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-div-right {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.image-60 {
  width: 60%;
}

.image-40 {
  width: 40%;
}

.image70 {
  width: 70%;
}

.image-50 {
  width: 50%;
}

.about-text {
  width: 190px;
  color: var(--black);
  object-fit: fill;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Inconsolata, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
  position: static;
}

.div-v-l-600px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 600px;
  height: 100%;
  display: flex;
}

.image-animated-yotta-2 {
  background-image: url('../images/Yotta-3.png'), url('../images/fb2897e94893fc26e72548a12a80b43a.gif');
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  width: 100%;
  height: 600px;
}

.image-yotta-animated-1 {
  background-color: #000;
  background-image: url('../images/Screens.png'), url('../images/d4575bdc49cddf00c5ae15f081ead2ed.gif');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border-radius: 32px;
  width: 800px;
  height: 500px;
}

.yotta-emoji-gif {
  margin-top: 24px;
}

.yotta-prototype-gif, .yotta-prototype-gif2 {
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-image-header-gosite {
  background-color: #0000;
  background-image: url('../images/GositeCover3.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.gosite-1 {
  background-color: #0000;
  background-image: url('../images/Mobile-Calendar.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-radius: 80px;
  width: 400px;
  height: 400px;
}

.text-label-outline {
  object-fit: fill;
  background-color: #f1f1f1;
  border: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 26px;
  padding: 6px 10px;
  text-decoration: none;
  display: inline-block;
}

.div-block-32 {
  margin-bottom: 10px;
}

.div-block-33 {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
}

.apollo-1 {
  background-color: #e9e9e9;
  background-image: url('../images/Funnel-1.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  border-radius: 80px;
  width: 400px;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .div-550 {
    width: 100%;
  }

  .div-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-700 {
    width: 100%;
  }

  .fixed-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-portfolio {
    width: 100%;
    padding-bottom: 0;
  }

  .div-50p {
    width: 230px;
  }

  .div-portfolio-items {
    padding-left: 50px;
  }

  .div-h-l {
    grid-column-gap: 24px;
    justify-content: center;
    padding-left: 40px;
  }

  .portfolio-item-div {
    padding-left: 200px;
    padding-right: 50px;
  }

  .heading-1 {
    width: 50%;
  }

  .div-700-prose {
    width: 100%;
  }

  .div-prose-media {
    width: 100%;
    margin-top: 50px;
  }

  .div-work {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    width: auto;
  }

  .div-prose-media-2, .div-prose-media-3 {
    width: 100%;
  }

  .div-container-about {
    padding-left: 0;
    padding-right: 50px;
  }

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

  .div-container-contact {
    padding-left: 200px;
    padding-right: 50px;
  }

  .nav-div {
    flex: 1;
    justify-content: flex-start;
  }

  .nav-text {
    width: 30%;
    margin-bottom: 0;
  }

  .portfolio-item {
    background-position: 110%;
    background-size: 70%;
    width: 100%;
    padding-left: 50px;
  }

  .portfolio-item-2 {
    background-size: 90%;
    width: 50%;
  }

  .div-block-5 {
    width: 100%;
  }

  .portfolio-item-3 {
    background-size: 90%;
    width: 50%;
  }

  .portfolio-item-4 {
    background-position: 20%;
    background-size: 150%;
    width: 100%;
    padding-left: 50px;
  }

  .portfolio-item-5 {
    background-position: 160%;
    background-size: 90%;
    width: 100%;
    padding-left: 50px;
  }

  .portfolio-item-6 {
    background-size: 80%;
    width: 50%;
  }

  .portfolio-item-7 {
    background-size: auto 100%;
    width: 50%;
  }

  .portfolio-item-8 {
    background-position: 120%;
    background-size: 80%;
    width: 100%;
    padding-left: 50px;
  }

  .hero {
    background-position: 70%;
    background-size: cover;
    align-items: flex-start;
    padding-left: 50px;
  }

  .bu-hero {
    width: 470px;
  }

  .navbar-2 {
    padding-left: 25px;
  }

  .brand {
    align-items: center;
    width: 20%;
    padding-top: 0;
  }

  .nav-link-2 {
    display: inline-block;
  }

  .bu-benefits {
    padding-left: 50px;
    padding-right: 50px;
  }

  .bu-header2 {
    width: 100%;
  }

  .link-block-3 {
    justify-content: flex-end;
    width: 80%;
    padding-right: 25px;
    display: flex;
  }

  .rmp-div600 {
    width: 100%;
  }

  .rmp-step, .rmp-step-2, .rmp-step-4, .rmp-step-5, .rmp-step-3, .rmp-step-6, .rmp-step-7 {
    background-position: 110%;
    background-size: 70%;
    width: 100%;
    padding-left: 50px;
  }

  .text-label {
    flex: 0 auto;
    height: auto;
  }

  .workshapes {
    width: 100%;
  }

  .project-title-container {
    width: 20%;
    margin-left: 0;
  }

  .div-h-r {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .div-caption {
    width: 30%;
  }

  .div-v-c-full {
    margin-bottom: 100px;
  }

  .div-image-header-bl {
    width: 70%;
  }

  .div-h-c {
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 64px;
  }

  .div-image-header-cu {
    width: 70%;
  }

  .div-h-b {
    padding-left: 40px;
  }

  .image-radius {
    width: 90%;
  }

  .image-81 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .image-82 {
    width: 80%;
  }

  .image-83 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-div-right {
    flex: 1;
    justify-content: flex-end;
  }

  .image-60, .image-40, .image-50 {
    width: 60%;
  }

  .about-text {
    width: 30%;
    margin-bottom: 0;
  }

  .image-yotta-animated-1 {
    width: 90%;
  }

  .text-label-outline {
    flex: 0 auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 56px;
    line-height: 56px;
  }

  .div-container {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .fixed-left {
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    height: 80px;
    padding-right: 25px;
  }

  .logo {
    padding-bottom: 0;
    font-size: 22px;
  }

  .div-portfolio {
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
  }

  .div-50p {
    width: 100%;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 38px;
  }

  .div-portfolio-items {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar {
    flex-direction: row;
    width: 100vw;
  }

  .div-h-l {
    flex-direction: column;
    padding-right: 40px;
  }

  .heading-1 {
    width: 100%;
  }

  .div-work {
    padding-left: 0;
    padding-right: 0;
  }

  .div-container-2 {
    height: 650px;
  }

  .columns {
    width: auto;
  }

  .column-2 {
    padding-left: 0;
  }

  .nav-links {
    flex-direction: row;
    justify-content: space-between;
    width: 90px;
  }

  .heading-0-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .nav-text {
    width: 100%;
  }

  .nav-links-2 {
    flex-direction: row;
    justify-content: space-between;
    width: 140px;
    margin-right: 40px;
  }

  .nav-links-3 {
    flex-direction: column;
    justify-content: space-between;
    width: auto;
  }

  .portfolio-item {
    background-size: 70%;
    width: 100%;
    height: 500px;
  }

  .portfolio-item-2 {
    background-position: 100%;
    background-size: 60%;
    justify-content: center;
    width: 100%;
    height: 500px;
    padding-bottom: 0;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .portfolio-item-3 {
    background-position: 100%;
    background-size: 70%;
    justify-content: center;
    width: 100%;
    height: 500px;
    padding-bottom: 0;
  }

  .portfolio-item-4 {
    background-position: 30%;
    background-size: 150%;
    width: 100%;
    height: 500px;
  }

  .portfolio-item-5 {
    background-position: 190%;
    background-size: 90%;
    width: 100%;
    height: 500px;
  }

  .portfolio-item-6 {
    background-position: 80%;
    background-size: 60%;
    justify-content: center;
    width: 100%;
    height: 500px;
    padding-bottom: 0;
  }

  .portfolio-item-7 {
    background-position: 10%;
    justify-content: center;
    width: 100%;
    height: 500px;
    padding-bottom: 0;
  }

  .portfolio-item-8 {
    background-position: 110%;
    background-size: 70%;
    width: 100%;
    height: 500px;
  }

  .hero {
    background-image: url('../images/BlushUp-Tablet.jpg');
    background-position: 50% 0;
    justify-content: flex-start;
    height: 700px;
    padding-top: 110px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bu-hero {
    width: 100%;
  }

  .bu-header1 {
    font-size: 41px;
    line-height: 41px;
  }

  .bu-headerbody {
    font-size: 15px;
    line-height: 23px;
  }

  .bu-buttonlarge {
    width: 190px;
    height: 60px;
    font-size: 14px;
  }

  .navbar-2 {
    padding-left: 10px;
  }

  .brand {
    width: 25%;
    height: 40px;
    padding-top: 10px;
    padding-left: 0;
  }

  .nav-menu {
    height: 40px;
    display: none;
  }

  .div-block-7 {
    margin-bottom: 50px;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .bu-benefits {
    padding: 90px 25px;
  }

  .bu-header2 {
    font-size: 30px;
    line-height: 32px;
  }

  .bu-benefits-content {
    margin-top: 40px;
  }

  .bu-header3 {
    font-size: 20px;
    line-height: 20px;
  }

  .bu-body {
    font-size: 14px;
    line-height: 21px;
  }

  .bu-mobile-menu {
    display: flex;
  }

  .link-block-3 {
    justify-content: flex-end;
    width: 75%;
    padding-right: 10px;
    display: flex;
  }

  .bu-buttonoutline {
    width: 190px;
    height: 60px;
    font-size: 14px;
  }

  .rmp-h1 {
    font-size: 150px;
    line-height: 150px;
  }

  .rmp-step, .rmp-step-2, .rmp-step-4, .rmp-step-5, .rmp-step-3, .rmp-step-6, .rmp-step-7 {
    background-size: 70%;
    width: 100%;
    height: 500px;
  }

  .bl-2 {
    background-size: 160px, cover;
    width: 260px;
    height: 260px;
  }

  .yotta-a {
    width: 200px;
  }

  .work-cube-right-single {
    height: 260px;
  }

  .slider {
    height: 300px;
  }

  .bl-4 {
    background-size: cover;
    width: 260px;
    height: 260px;
  }

  .text-label-container {
    padding-left: 0;
  }

  .clickup-1 {
    background-size: 200px;
    width: 260px;
    height: 260px;
  }

  .project-title-container {
    width: 100%;
    margin-top: 80px;
  }

  .div-image-header {
    width: 100%;
    height: 300px;
  }

  .div-h-r {
    grid-column-gap: 24px;
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-v-l-400px {
    width: 100%;
  }

  .div-caption {
    width: 20%;
  }

  .yotta-3 {
    width: 260px;
    height: 260px;
  }

  .work-cube-left-single-2 {
    height: 260px;
  }

  .div-image-header-bl {
    width: 100%;
    height: 300px;
  }

  .div-h-c {
    flex-direction: row;
    padding-right: 40px;
  }

  .div-image-header-cu {
    width: 100%;
    height: 400px;
  }

  .div-h-b {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .clickup-2 {
    width: 260px;
    height: 260px;
  }

  .div-h-c-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-84, .image-85 {
    width: 50%;
  }

  .about-text, .div-v-l-600px {
    width: 100%;
  }

  .yotta-emoji-gif, .yotta-prototype-gif, .yotta-prototype-gif2 {
    width: 50%;
  }

  .div-image-header-gosite {
    width: 100%;
    height: 300px;
  }

  .gosite-1 {
    background-size: cover;
    width: 260px;
    height: 260px;
  }

  .apollo-1 {
    width: 260px;
    height: 260px;
  }
}

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

  .heading-2 {
    line-height: 38px;
  }

  .div-container {
    height: auto;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .fixed-left {
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 15px 15px 0;
    position: static;
  }

  .logo {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .div-portfolio {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-50p {
    width: 100%;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .div-portfolio-items {
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .copy {
    line-height: 16px;
  }

  .navbar {
    background-color: #0000;
    flex-direction: row;
    width: 100vw;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-h-l {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-item-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-1 {
    width: 100%;
    font-size: 44px;
    line-height: 43px;
  }

  .div-700-prose {
    margin-top: 100px;
  }

  .subtitle {
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 38px;
  }

  .prose {
    margin-bottom: 30px;
  }

  .section-header {
    margin-top: 60px;
    font-size: 21px;
    line-height: 24px;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

  .div-prose-media {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .div-work {
    padding: 0;
  }

  .div-container-2 {
    height: 630px;
  }

  .div-block-type-x-user {
    background-size: 340px;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .nav-links {
    flex-direction: row;
    justify-content: space-between;
    width: 80px;
  }

  .div-block-video {
    margin-bottom: 20px;
  }

  .div-prose-media-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .div-image {
    margin-bottom: 20px;
  }

  .div-prose-media-3 {
    flex-direction: column;
    align-items: center;
  }

  .div-hero-stereobot {
    background-position: 50%;
    background-size: contain;
    height: 100vh;
  }

  .div-block-hero-instasleep {
    height: 100vh;
  }

  .div-container-about {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-0 {
    font-size: 80px;
    line-height: 70px;
  }

  .heading-0-2 {
    font-size: 38px;
    line-height: 40px;
  }

  .div-container-contact {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-image-no-shadow {
    margin-bottom: 20px;
  }

  .nav-div {
    flex-direction: column;
    flex: 0 auto;
    margin-bottom: 0;
    padding-right: 24px;
  }

  .nav-text {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    display: none;
  }

  .nav-links-2 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    display: none;
  }

  .nav-links-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: auto;
  }

  .portfolio-item {
    background-position: 50% 40%;
    background-size: auto 70%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .portfolio-item-2 {
    background-size: auto 60%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .portfolio-item-3 {
    background-position: 60% 40%;
    background-size: auto 60%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .portfolio-item-4 {
    background-position: 50%;
    background-size: auto 110%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .portfolio-item-5 {
    background-position: 50%;
    background-size: auto 70%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .portfolio-item-6 {
    background-size: auto 70%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .portfolio-item-7 {
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .portfolio-item-8 {
    background-position: 50%;
    background-size: auto 80%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .heading-3-white {
    font-size: 30px;
    line-height: 30px;
  }

  .copy-white {
    line-height: 16px;
  }

  .hero {
    background-image: url('../images/BlushUp-Mobile.jpg');
    background-position: 50% 0;
    background-size: 550px;
    height: 700px;
    padding-top: 100px;
  }

  .bu-header1 {
    margin-bottom: 10px;
    font-size: 33px;
    line-height: 35px;
  }

  .bu-buttonlarge {
    width: 100%;
    margin-top: 35px;
  }

  .navbar-2 {
    padding-left: 5px;
    padding-right: 10px;
  }

  .brand {
    width: 40%;
    padding-left: 0;
  }

  .nav-menu {
    display: none;
  }

  .bu-benefits {
    padding-bottom: 30px;
  }

  .bu-benefits-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .bu-benefits-item {
    width: 100%;
    margin-bottom: 60px;
  }

  .bu-mobile-menu {
    justify-content: flex-end;
    width: 50%;
    display: flex;
  }

  .link-block-3 {
    justify-content: flex-end;
    align-items: center;
    width: 75%;
    height: 50px;
    display: flex;
  }

  .div-block-8 {
    flex-direction: column;
    align-items: flex-start;
  }

  .bu-buttonoutline {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .rm-calendar {
    background-color: var(--white);
    color: #f2f2f2;
    border-radius: 30px;
    width: 100vw;
    height: auto;
    padding: 30px 16px;
    position: relative;
  }

  .heading-5 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    line-height: 27px;
  }

  .image-5 {
    height: 44px;
    margin-bottom: 0;
  }

  .div-block-10 {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .image-6 {
    color: var(--black);
    border-radius: 100px;
    margin-bottom: 10px;
    box-shadow: 7px 7px 30px #a6a6a680;
  }

  .text-block-3 {
    color: var(--black);
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .div-block-11 {
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 34px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .div-block-12 {
    margin-right: 30px;
  }

  .rm-header {
    color: #f2f2f2;
    background-color: #0000;
    width: 100vw;
    height: auto;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .body {
    background-color: #f2f2f2;
  }

  .heading-6 {
    color: var(--black);
    margin-top: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-13 {
    border-radius: 20px;
  }

  .rm-showingitem {
    background-color: #f2f2f2;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    margin-bottom: 0;
    padding: 0 20px;
    display: flex;
  }

  .rm-time {
    color: var(--black);
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
  }

  .image-7 {
    margin-right: 10px;
  }

  .div-block-15 {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .div-block-16 {
    justify-content: flex-end;
    width: 30%;
    display: flex;
  }

  .rm-user {
    color: var(--black);
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
  }

  .text-block-4 {
    color: #7a7a7a;
    font-family: proxima-nova, sans-serif;
    text-decoration: none;
  }

  .link-block-4 {
    color: #7a7a7a;
    margin-top: 20px;
    line-height: 13px;
    text-decoration: none;
    display: flex;
  }

  .image-8 {
    margin-left: 10px;
  }

  .div-block-17 {
    z-index: -1;
    background-color: #1b1b1b;
    height: 100%;
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    inset: -30px 0% 0%;
    overflow: hidden;
  }

  .div-block-18 {
    z-index: 2;
    height: 44px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-19 {
    height: 100vh;
    padding-top: 44px;
    overflow: hidden;
  }

  .heading-6-white {
    color: #fff;
    margin-top: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .rm-suggestedprofile {
    background-color: #f2f2f2;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    margin-bottom: 10px;
    padding: 0 20px;
    display: flex;
  }

  .rm-listing {
    background-color: #0000;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 0 0;
    display: flex;
  }

  .rm-listingaddress {
    color: var(--white);
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
  }

  .rm-listingimage {
    margin-right: 10px;
  }

  .rm-listing-div {
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .image-9 {
    z-index: 1;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .rm-showingitem-first {
    background-color: #f2f2f2;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 20px;
    display: flex;
  }

  .rm-suggestedprofiles {
    margin-right: 0;
  }

  .image-10 {
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-block-20 {
    background-color: #a5e0ee;
    height: 100vh;
    padding-top: 44px;
    overflow: hidden;
  }

  .rm-suggestedthumb {
    width: 130px;
    height: auto;
    box-shadow: none;
    background-color: #0000;
    border-radius: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .rm-suggestedthumb:active {
    box-shadow: none;
  }

  .div-block-21 {
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-22 {
    background-color: var(--gainsboro);
    width: 100%;
    height: 5px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-5 {
    color: var(--black);
    font-family: proxima-nova, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
  }

  .rm-percentagematch {
    color: var(--black);
    font-family: proxima-nova, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }

  .rm-suggestedthumb-unselected {
    width: 130px;
    height: 132px;
    box-shadow: none;
    background-color: #0000;
    border-radius: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .rm-scrolltrack, .div-block-23-copy {
    z-index: 1;
    position: absolute;
    inset: 0%;
  }

  .div-block-23 {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
  }

  .tabs-menu {
    width: 100%;
    margin-left: 16px;
    padding-left: 0;
    display: flex;
  }

  .tab {
    background-color: var(--powder-blue-2);
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 132px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab.w--current {
    background-color: var(--white);
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 132px;
    margin-right: 30px;
    padding: 0;
    display: flex;
    box-shadow: 7px 7px 20px #7daab4;
  }

  .tab-link-tab-2 {
    background-color: var(--powder-blue-2);
    padding: 0;
  }

  .tab-link-tab-2:active {
    background-color: var(--white);
    box-shadow: 7px 7px 20px #7daab4;
  }

  .div-block-24 {
    z-index: 2;
    background-color: #84cbe5;
    border-radius: 20px;
    width: auto;
    margin-top: 25px;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .rm-requests-header {
    color: #f2f2f2;
    background-color: #0000;
    width: 100vw;
    height: 100%;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content, .tabs {
    width: 100%;
    height: 100%;
  }

  .div-block-25 {
    z-index: 1;
    background-color: var(--white);
    width: 100vw;
    height: 100%;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: -20px;
  }

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

  .rmp-h1 {
    font-size: 90px;
    line-height: 80px;
  }

  .rmp-copy-white, .rmp-number {
    line-height: 16px;
  }

  .rmp-header-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .rmp-step, .rmp-step-2 {
    background-position: 50% 40%;
    background-size: auto 70%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .rmp-snipped1, .rmp-snipped2, .rmp-snipped3, .rmp-snipped4 {
    line-height: 16px;
  }

  .rmp-step-4, .rmp-step-5, .rmp-step-3, .rmp-step-6 {
    background-position: 50% 40%;
    background-size: auto 70%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .rmp-snipped5, .rmp-snipped6, .rmp-snipped7 {
    line-height: 16px;
  }

  .rmp-step-7 {
    background-position: 50% 40%;
    background-size: auto 70%;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .rmp-snipped9, .rmp-snipped9b, .rmp-nextlink, .rmp-snipped8 {
    line-height: 16px;
  }

  .yotta-a {
    width: 100%;
  }

  .work-cube-div-last {
    flex-direction: column;
  }

  .work-cube-right-single {
    flex-direction: column;
    height: auto;
  }

  .project-title-container {
    width: 100%;
  }

  .div-h-r {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-v-l-400px {
    padding-left: 0;
    padding-right: 0;
  }

  .div-caption {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .yotta-3 {
    width: 260px;
    height: 260px;
  }

  .work-cube-left-single-2 {
    flex-direction: column;
    height: auto;
  }

  .div-h-c {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-image-header-cu {
    height: 50%;
  }

  .div-h-b {
    flex-direction: column;
  }

  .image-radius {
    width: 100%;
  }

  .div-block-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-2 {
    overflow: hidden;
  }

  .nav-div-right {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .image-60 {
    width: 100%;
  }

  .about-text {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }

  .div-v-l-600px {
    padding-left: 0;
    padding-right: 0;
  }

  .image-yotta-animated-1 {
    width: 100%;
    height: 200px;
  }

  .apollo-1 {
    width: 260px;
    height: 260px;
  }
}


@font-face {
  font-family: 'Strretch Sans';
  src: url('../fonts/STRRETCH-SANS-FREE.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inconsolata';
  src: url('../images/') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}