.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

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

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #121316;
}

.section-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  max-width: 480px;
  -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;
}

.h1-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 600;
}

.hero-paragraph {
  margin-bottom: 60px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.button {
  padding: 18px 30px 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: #36383f;
  border-radius: 16px;
  background-color: transparent;
  background-image: linear-gradient(266deg, #111316, transparent);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #36383f;
}

.button.cta {
  border-color: #5f4df3;
  background-color: rgba(95, 77, 243, 0.29);
  color: #fff;
}

.button.cta:hover {
  background-color: rgba(39, 187, 123, 0.8);
  color: #fff;
}

.botton-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
}

.right-content-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.screen-image {
  z-index: 1;
  width: 50%;
  min-width: 280px;
}

.screen-image._1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -20px;
  z-index: 1;
  border-radius: 50px;
}

.screen-image._2 {
  position: relative;
  top: -20px;
  right: -60px;
  z-index: 2;
  border-radius: 50px;
}

.background-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111316;
}

.hero-background-image {
  display: none;
  width: 80%;
  height: 100%;
  opacity: 0.5;
  mix-blend-mode: hard-light;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1a1818), color-stop(24%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(25%, #111316), to(rgba(17, 19, 22, 0)));
  background-image: linear-gradient(360deg, #1a1818, transparent 24%), linear-gradient(90deg, #111316 25%, rgba(17, 19, 22, 0));
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 40px;
}

.stat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 15px;
  font-family: Poppins, sans-serif;
  color: #b1b1b1;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: 400;
}

.stat-title {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
  font-weight: 600;
}

.stat-separating-line {
  width: 1px;
  height: 70px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.navigation-wrapper {
  width: 100%;
}

.home {
  width: 100px;
  font-family: transducer;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.home:hover {
  color: #fff;
}

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.burger-line {
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #fff;
}

.burger-line.bl-mid {
  width: 15px;
}

.menu-button {
  z-index: 1;
  display: none;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  padding: 15px;
  -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-color: hsla(0, 0%, 100%, 0.05);
}

.menu-button.w--open {
  background-color: transparent;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 40px;
}

.nav-bar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: transducer;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-bar-link:hover {
  color: #27bb7b;
}

.nav-bar-link.w--current {
  color: #27bb7b;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-text-span {
  color: #27bb7b;
}

.body {
  background-color: #1a1818;
}

.projects-marquee-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240vw;
}

.project-marquee {
  display: none;
  overflow: hidden;
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.project-thumbnail-container {
  margin-right: 2px;
  margin-left: 2px;
}

.text-block {
  font-family: 'Varela Round', sans-serif;
}

.text-block-2 {
  font-family: 'Varela Round', sans-serif;
}

.text-block-3 {
  font-family: 'Varela Round', sans-serif;
}

.text-block-4 {
  font-family: 'Varela Round', sans-serif;
}

.text-block-5 {
  font-family: 'Varela Round', sans-serif;
}

.text-block-6 {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
}

.text-block-7 {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
}

.text-block-8 {
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.package {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.package-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  background-image: linear-gradient(105deg, #fff 10%, #6c69ec 35%, #fff 81%);
  font-family: 'Varela Round', sans-serif;
  color: #c2bfbf;
  font-size: 44px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.whatsapp-talk-chat {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 22%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -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: none;
  border-width: 7px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #191d23;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.35);
  outline-color: #fff;
  outline-offset: 5px;
  outline-style: none;
  outline-width: 2px;
  -webkit-transition: background-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1), background-color 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1), background-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  cursor: pointer;
}

.whatsapp-talk-chat:hover {
  background-color: #454255;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.link-block-6 {
  border-radius: 100px;
}

.body-2 {
  background-color: #631d1e;
}

.whatsapp-talk-chat-eye {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 19%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -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: none;
  border-width: 7px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #191d23;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.35);
  outline-color: #fff;
  outline-offset: 5px;
  outline-style: none;
  outline-width: 2px;
  -webkit-transition: background-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1), background-color 200ms cubic-bezier(.165, .84, .44, 1);
  transition: transform 200ms cubic-bezier(.165, .84, .44, 1), background-color 200ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 200ms cubic-bezier(.165, .84, .44, 1);
  cursor: pointer;
}

.whatsapp-talk-chat-eye:hover {
  background-color: #454255;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.image {
  border-radius: 30px;
}

.image-2 {
  border-radius: 20px;
}

.image-3 {
  border-radius: 20px;
}

.image-4 {
  border-radius: 20px;
}

.hero {
  display: block;
  overflow: visible;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-block {
  width: 50px;
  height: 50px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.paragraph {
  display: block;
  overflow: visible;
  float: left;
  clear: left;
  font-size: 14px;
  line-height: 24px;
}

.paragraph.left {
  width: 300px;
  margin-top: 0px;
  padding-top: 40px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.product {
  width: auto;
  margin-bottom: 40px;
  color: #f7f4f4;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.product.mobo {
  display: none;
}

.image-5 {
  padding-right: 10px;
}

.hero-img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.html-embed {
  position: relative;
  z-index: -999;
  overflow: hidden;
  width: 1200px;
  height: auto;
  margin-top: -900px;
  margin-right: -300px;
}

.purple {
  color: #7a57d1;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-6 {
  padding-right: 10px;
  padding-left: 20px;
}

.navbar-2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  background-color: transparent;
}

.brand-2 {
  display: none;
}

.mini-text {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-button-mobo {
  position: relative;
  z-index: 8888;
  width: 150px;
  height: 50px;
  margin-top: -90px;
  margin-left: 25px;
  padding-top: 13px;
  padding-bottom: 0px;
  float: left;
  border: 2px solid #282828;
  border-radius: 6px;
  background-color: transparent;
  color: #282828;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-button-mobo:hover {
  background-color: #000;
  color: #fff;
}

.hero-txt {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: 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;
}

.heading-2 {
  display: block;
  width: 55%;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-radius: 20px;
  color: #f1eeee;
  font-size: 82px;
  line-height: 82px;
}

.nav-link {
  padding-top: 40px;
  padding-bottom: 0px;
  color: #282828;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 3px none #000;
  color: #f9643f;
}

.text-span {
  color: #50c1e9;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
}

.hero-paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: block;
  overflow: hidden;
}

.div-block-3 {
  display: none;
  margin-top: 20px;
}

.heading-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ed5464;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-11 {
  position: absolute;
  z-index: 8888;
  display: block;
  overflow: hidden;
}

.tatoo {
  width: 290px;
  margin-right: 40px;
}

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

.diff-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 500px;
  -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;
  background-image: url('../images/blob-diff.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 8888;
  overflow: hidden;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-13 {
  position: absolute;
  top: auto;
  z-index: 8888;
  overflow: hidden;
}

.heading-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4fcfaf;
  font-size: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 80px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Varela Round', sans-serif;
}

.balm-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 500px;
  margin-left: 40px;
  -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;
  background-image: url('../images/blob-balm.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.wax {
  position: static;
  left: auto;
  z-index: 2;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-7 {
  margin-top: 40px;
  padding-top: 0px;
  background-image: linear-gradient(249deg, #fff 14%, #9370ee);
  font-family: 'Varela Round', sans-serif;
  color: transparent;
  font-size: 56px;
  line-height: 50px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-txt-1 {
  padding-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Varela Round', sans-serif;
}

.tatoo-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 500px;
  margin-left: 40px;
  -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;
  background-image: url('../images/bg-butter-normal.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.deo-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 500px;
  -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;
  background-image: url('../images/blob-deo.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.product-txt-2 {
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-family: Varela, sans-serif;
}

.prod-button-left {
  position: relative;
  display: block;
  width: 140px;
  height: 50px;
  margin-left: 20px;
  float: left;
  clear: right;
  border-radius: 6px;
  background-color: #333;
  background-image: url('../images/cart.svg');
  background-position: 16% 43%;
  background-size: 20px;
  background-repeat: no-repeat;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.deo {
  position: static;
  left: auto;
  z-index: 2;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.prod-button {
  position: relative;
  display: block;
  height: 50px;
  margin-left: 20px;
  float: left;
  clear: right;
  border-radius: 6px;
  background-color: #333;
  background-image: url('../images/cart.svg');
  background-position: 16% 43%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.heading-4 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.diff {
  position: static;
  left: auto;
  z-index: 2;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-3 {
  position: static;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fda75f;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-3.title2 {
  color: #d88ee2;
  line-height: 50px;
}

.wax-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 500px;
  -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;
  background-image: url('../images/blob-wax.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-14 {
  position: absolute;
  z-index: 8888;
  overflow: hidden;
}

.lence {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
}

.text-span-2 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
}

.text-span-3 {
  font-family: Varela, sans-serif;
  font-size: 13px;
}

.section-title {
  width: 50%;
  margin-bottom: 48px;
}

.section-title.centered {
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  text-align: center;
}

.tagline {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1.25rem;
  margin-left: 8px;
  border-bottom: 1px solid #e9d3c8;
  color: #e9d3c8;
  font-size: 0.875rem;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.006em;
}

.card {
  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-transition: color 250ms ease, border-color 250ms ease;
  transition: color 250ms ease, border-color 250ms ease;
  color: #0c0d0d;
  text-decoration: none;
}

.card:hover {
  color: #a46242;
}

.card:focus {
  color: #a46242;
}

.card-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-g-3-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.l-g-3-col.cards {
  margin-top: 20px;
}

.container-2 {
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191818), color-stop(37%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(7%, #191717), to(transparent)), url('../images/Untitled-design.png');
  background-image: linear-gradient(180deg, #191818, transparent 37%), linear-gradient(360deg, #191717 7%, transparent), url('../images/Untitled-design.png');
  background-position: 0px 0px, 0px 0px, 80% -20%;
  background-size: auto, auto, auto;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll;
  opacity: 1;
}

.inline-link {
  color: #a46242;
  font-weight: 500;
  text-decoration: none;
}

.inline-link:hover {
  color: #7f4d33;
}

.inline-link:active {
  color: #5b3725;
}

.inline-link:focus {
  box-shadow: 0 0 0 2px #f2f3f2, 0 0 0 5px #a46242;
  color: #7f4d33;
}

.card-image {
  height: 256px;
  margin-bottom: 24px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-8 {
  color: #f2f3f2;
}

.heading-8.l {
  margin-top: 0px;
  margin-bottom: 1.25rem;
  background-image: linear-gradient(251deg, #000, #fff);
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.021em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-8.xs {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.014em;
}

.body-text {
  margin-top: 0px;
  color: #d7dad8;
}

.body-text.m {
  font-family: 'Varela Round', sans-serif;
  font-size: 17px;
  letter-spacing: -0.011em;
}

.wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.paragraph-2 {
  display: inline-block;
  border-radius: 11px;
  background-image: linear-gradient(107deg, #5f4df3, transparent);
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 41px;
}

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

.top-footer {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #292929;
  background-image: url('../images/Untitled-design.png');
  background-position: 0% -40px;
  background-size: cover;
}

.container-3 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.container-3.ftr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-ftr-box {
  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;
}

.questions {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.contact-p {
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.company {
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.btm-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #464646;
  background-color: rgba(43, 43, 44, 0.62);
}

.ftr-legal {
  color: #767676;
  font-size: 13px;
}

.lg-link {
  color: #757575;
  text-decoration: none;
}

.lg-link:hover {
  color: #1a9d8e;
}

.btm-line {
  width: 100vw;
}

.image-15 {
  border-radius: 20px;
}

.body-3 {
  background-color: #191818;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #18181d;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: transparent;
  background-image: linear-gradient(82deg, transparent, rgba(74, 67, 128, 0.75));
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #000;
  text-align: center;
}

.section {
  padding-right: 36px;
  padding-left: 36px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-label {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.hero6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  padding-right: 36px;
  padding-left: 36px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 29, 0.45)), to(rgba(24, 24, 29, 0.45))), url('../images/contourenviro1_300_download.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 29, 0.45), rgba(24, 24, 29, 0.45)), url('../images/contourenviro1_300_download.jpg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
  text-align: center;
}

.hero6-text {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero6-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero6-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  line-height: 96px;
  font-weight: 300;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 70px;
  text-align: center;
}

.button-arrow {
  display: inline-block;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-span-4 {
  font-size: 20px;
  line-height: 0px;
}

.text-span-5 {
  font-size: 20px;
  line-height: 0px;
}

.background-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 580px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.glass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.text-block-9 {
  font-family: 'Open Sans', sans-serif;
  color: #f7f4f4;
  text-align: center;
}

.top {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, #292929), to(transparent));
  background-image: linear-gradient(180deg, #292929 9%, transparent);
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_icon-play-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 18px;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #070707;
  font-weight: 500;
  text-decoration: none;
}

.button_icon-play-2:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.button_icon-play-2.accent_button {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  z-index: 50;
  height: 35px;
  border-radius: 15px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, hsla(0, 0%, 100%, 0.43)), to(transparent));
  background-image: linear-gradient(360deg, hsla(0, 0%, 100%, 0.43) 100%, transparent);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
}

.button_icon-play-2.accent_button:hover {
  box-shadow: 0 6px 20px 0 rgba(120, 63, 243, 0.1);
}

.icon_16x16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-right: -7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-block-play {
  margin-right: 3px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.button_icon-eye {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 18px;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #070707;
  font-weight: 500;
  text-decoration: none;
}

.button_icon-eye:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.button_icon-eye.accent_button {
  z-index: 50;
  height: 35px;
  margin-right: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(100%, hsla(0, 0%, 100%, 0.08)), to(transparent));
  background-image: linear-gradient(360deg, hsla(0, 0%, 100%, 0.08) 100%, transparent);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.button_icon-eye.accent_button:hover {
  box-shadow: 0 6px 20px 0 rgba(120, 63, 243, 0.1);
}

.body-4 {
  background-color: #191818;
  background-image: url('../images/Untitled-design-1.png');
  background-position: 0px 0px;
  background-size: contain;
}

.prodile_image {
  max-height: 100px;
  max-width: 100px;
  border-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.button_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 18px;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #070707;
  font-weight: 500;
  text-decoration: none;
}

.button_icon:hover {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.button_icon.top.left {
  display: none;
}

.button_icon.cta {
  background-color: #243e52;
}

.icon_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.icon_wrapper:hover {
  background-color: hsla(0, 0%, 100%, 0.41);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.profile_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  padding: 10px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #dee2e5;
  border-radius: 500px;
  color: #fff;
}

.icon_16x16-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-block-10 {
  color: #fff;
}

.section-2 {
  position: relative;
  overflow: hidden;
  padding-right: 5%;
  padding-left: 5%;
}

.spacing_8 {
  height: 8px;
}

.icon_20x20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -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;
}

.spacing_24 {
  height: 24px;
}

.icon_24x24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -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;
}

.content_wrapper {
  position: relative;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.content_wrapper.content_align_center {
  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;
}

.text_color_grey {
  color: hsla(0, 0%, 100%, 0.8);
}

.text_color_grey.text_width_medium {
  max-width: 46ch;
  color: hsla(0, 0%, 100%, 0.8);
}

.text_color_grey.text_width_medium.dark {
  max-width: 49ch;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  text-align: center;
}

.flex_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex_wrapper.flex_center {
  margin-bottom: -13px;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.spacing_48 {
  height: 48px;
}

.heading-9 {
  font-family: 'Varela Round', sans-serif;
  color: #e6e0e0;
}

.html-embed-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -2%;
}

.background-video-3 {
  top: -20px;
  right: -60px;
  z-index: 3;
  display: none;
  overflow: visible;
  width: 50%;
  max-width: 100%;
  min-width: 280px;
  border-radius: 50px;
}

.text-span-6 {
  color: #e58082;
}

.text-span-7 {
  color: #dd6945;
}

.text-span-8 {
  color: #cac8e0;
}

.text-span-9 {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .left-content-container {
    max-width: 520px;
  }

  .h1-title {
    font-size: 52px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .right-content-container {
    max-width: 650px;
  }

  .hero-background-image {
    display: none;
  }

  .background-overlay {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #111316), to(rgba(17, 19, 22, 0)));
    background-image: linear-gradient(90deg, #111316 25%, rgba(17, 19, 22, 0));
  }
}

@media screen and (min-width: 1440px) {
  .left-content-container {
    max-width: 600px;
  }

  .h1-title {
    font-size: 64px;
  }

  .hero-paragraph {
    font-size: 20px;
  }

  .right-content-container {
    max-width: 750px;
  }

  .screen-image._1 {
    bottom: -30px;
  }

  .screen-image._2 {
    top: -30px;
    right: -75px;
  }

  .hero-background-image {
    width: 70%;
  }

  .background-overlay {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(35%, #111316), to(rgba(17, 19, 22, 0)));
    background-image: linear-gradient(90deg, #111316 35%, rgba(17, 19, 22, 0));
  }

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

  .nav-bar-link {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  .projects-marquee-container {
    width: 200vw;
  }
}

@media screen and (max-width: 991px) {
  .section-container {
    padding-top: 5vw;
    -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;
  }

  .left-content-container {
    width: auto;
    max-width: 540px;
  }

  .h1-title {
    font-size: 56px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .right-content-container {
    display: none;
    width: auto;
    max-width: 500px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-background-image {
    width: 100%;
    opacity: 0.3;
  }

  .hero-stats-wrapper {
    grid-column-gap: 30px;
  }

  .stat-title {
    font-size: 30px;
  }

  .stat-separating-line {
    height: 60px;
  }

  .home {
    width: 87px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .menu-button.w--open {
    border-radius: 6px;
    background-color: rgba(147, 112, 50, 0.66);
  }

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

  .nav-menu {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 30px;
    background-color: transparent;
    background-image: radial-gradient(circle closest-corner at 45% 20%, rgba(147, 112, 50, 0.85), transparent);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }

  .nav-bar-link {
    height: auto;
    margin-left: 0px;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: rgba(20, 21, 32, 0);
    font-size: 15px;
    font-weight: 400;
  }

  .nav-bar-link:hover {
    color: #fff;
  }

  .navigation-container {
    margin-bottom: 20px;
  }

  .projects-marquee-container {
    width: 250vw;
  }

  .project-thumbnail-container {
    margin-right: 1px;
    margin-left: 1px;
  }

  .whatsapp-talk-chat {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 32%;
    border-color: #191d23;
    background-image: none;
  }

  .link-block-6 {
    background-color: transparent;
    outline-color: #555;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .whatsapp-talk-chat-eye {
    left: auto;
    top: auto;
    right: 1%;
    bottom: 2%;
    border-color: #191d23;
    background-image: none;
  }

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

  .link-block {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph.left {
    width: auto;
    padding-top: 10px;
  }

  .paragraph.product {
    display: block;
  }

  .hero-img {
    top: 40px;
    right: 100px;
    display: block;
    width: 100%;
    margin-top: -68px;
    margin-bottom: 40px;
  }

  .html-embed {
    width: auto;
    margin-top: 0px;
    margin-left: -150px;
  }

  .nav-menu-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 100%;
    padding-left: 20px;
    background-color: #ed5464;
  }

  .brand-2 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .main-button-mobo {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #000;
    color: #fff;
  }

  .hero-txt {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    width: auto;
    margin-top: 40px;
    padding-left: 20px;
    line-height: 86px;
  }

  .nav-link {
    color: #fff;
  }

  .container {
    padding-right: 20px;
    padding-left: 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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;
    color: #ed5464;
  }

  .hero-paragraph-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand {
    display: none;
  }

  .menu-button-2 {
    color: #282828;
  }

  .menu-button-2.w--open {
    margin-left: 0px;
    background-color: #ed5464;
  }

  .div-block-2 {
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-11 {
    display: none;
  }

  .tatoo {
    margin-top: 100px;
  }

  .diff-bg {
    width: auto;
    height: 450px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/blob-diff.svg');
    background-position: 100% 50%;
    background-size: cover;
  }

  .image-10 {
    display: none;
  }

  .image-13 {
    display: none;
  }

  .balm-bg {
    width: auto;
    background-position: -6% 0%;
    background-size: cover;
  }

  .product-txt-1 {
    padding-right: 25px;
  }

  .tatoo-bg {
    width: auto;
    background-image: url('../images/bg-butter-mobo.jpg');
    background-position: 0% 0%;
    background-size: cover;
  }

  .deo-bg {
    width: auto;
    height: 450px;
    background-image: url('../images/blob-deo-mobo.svg');
    background-position: 100% 50%;
    background-size: cover;
  }

  .product-txt-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .prod-button-left {
    margin-left: 0px;
    padding-left: 10px;
    float: right;
  }

  .prod-button {
    float: left;
  }

  .diff {
    margin-left: 20px;
  }

  .wax-bg {
    width: auto;
    height: 450px;
    background-image: url('../images/blob-wax.svg');
    background-position: 100% 50%;
    background-size: cover;
  }

  .image-14 {
    display: none;
  }

  .section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-title.centered {
    width: 75%;
  }

  .l-g-3-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .l-g-3-col.cards {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-right: 24px;
    padding-left: 24px;
    background-position: 0px 0px, 0px 0px, 40px -20px;
    background-size: auto, auto, auto;
  }

  .section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hero6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero6-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section-container {
    max-width: 500px;
    padding-top: 5vw;
  }

  .left-content-container {
    max-width: 420px;
  }

  .h1-title {
    font-size: 44px;
  }

  .hero-paragraph {
    font-size: 16px;
  }

  .stat-container {
    -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;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
  }

  .nav-menu {
    padding: 10px;
  }

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px;
    font-size: 14px;
  }

  .projects-marquee-container {
    width: 320vw;
  }

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

  .whatsapp-talk-chat {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 17%;
  }

  .whatsapp-talk-chat-eye {
    left: auto;
    top: auto;
    right: 1%;
    bottom: 2%;
  }

  .hero-img {
    top: 60px;
    right: auto;
  }

  .html-embed {
    width: 800px;
  }

  .main-button-mobo {
    width: 80%;
    height: 55px;
    margin-top: 60px;
    padding-top: 16px;
    border-style: none;
    background-color: #000;
    color: #fff;
  }

  .heading-2 {
    font-size: 66px;
    line-height: 76px;
  }

  .div-block-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-6 {
    line-height: 40px;
  }

  .tatoo {
    width: 230px;
    max-width: 83%;
    margin-top: 140px;
  }

  .balm {
    margin-top: 20px;
    padding-right: 10px;
  }

  .diff-bg {
    width: 45%;
  }

  .left {
    margin-top: 60px;
    padding-top: 0px;
  }

  .balm-bg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 0% 50%;
  }

  .wax {
    width: auto;
    margin-top: 60px;
    padding-left: 20px;
  }

  .tatoo-bg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 0% 50%;
  }

  .deo-bg {
    width: 45%;
  }

  .product-txt-2 {
    padding-top: 60px;
    padding-right: 0px;
  }

  .right {
    margin-top: 40px;
    padding-top: 0px;
  }

  .prod-button-left {
    margin-left: 0px;
    float: left;
  }

  .deo {
    width: auto;
    padding-left: 20px;
  }

  .prod-button {
    margin-left: 0px;
  }

  .diff {
    width: auto;
    height: 325px;
    margin-top: 60px;
    margin-left: 0px;
    padding-left: 10px;
  }

  .wax-bg {
    width: 45%;
  }

  .section-title {
    width: 100%;
  }

  .section-title.centered {
    width: 100%;
  }

  .l-g-3-col {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .top-footer {
    background-position: 0% -40px;
  }

  .btm-line {
    margin-bottom: -10px;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero6 {
    min-height: 600px;
  }

  .hero6-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .section-container {
    max-width: none;
    padding-top: 6vw;
  }

  .left-content-container {
    max-width: 380px;
  }

  .h1-title {
    margin-bottom: 25px;
    font-size: 36px;
  }

  .hero-paragraph {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .button {
    padding: 15px 22px 17px;
    font-size: 12px;
  }

  .botton-container {
    grid-column-gap: 10px;
  }

  .right-content-container {
    display: none;
  }

  .screen-image._2 {
    display: inline-block;
  }

  .hero-background-image {
    display: none;
  }

  .background-overlay {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #111316), to(rgba(17, 19, 22, 0)));
    background-image: linear-gradient(90deg, #111316 25%, rgba(17, 19, 22, 0));
  }

  .content-wrapper {
    margin-top: 50px;
  }

  .hero-stats-wrapper {
    grid-column-gap: 20px;
  }

  .stat-container {
    font-size: 9px;
  }

  .stat-title {
    font-size: 25px;
  }

  .home {
    width: 70px;
  }

  .nav-menu {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .nav-bar-link {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .projects-marquee-container {
    width: 500vw;
  }

  .whatsapp-talk-chat {
    left: auto;
    top: auto;
    right: 2%;
    bottom: 21%;
    width: 54px;
    height: 54px;
    border-style: solid;
    border-width: 6px;
    border-color: #191d23;
    border-radius: 59%;
    background-image: none;
    outline-color: #fff;
    outline-offset: 2.4em;
    outline-style: none;
    outline-width: 0.8em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .whatsapp-talk-chat-eye {
    left: auto;
    top: auto;
    right: 2%;
    bottom: 2%;
    width: 54px;
    height: 54px;
    border-style: solid;
    border-width: 6px;
    border-color: #191d23;
    border-radius: 59%;
    background-image: none;
    outline-color: #fff;
    outline-offset: 2.4em;
    outline-style: none;
    outline-width: 0.8em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph.left {
    width: auto;
    margin-top: 0px;
  }

  .paragraph.product {
    display: none;
  }

  .paragraph.product.mobo {
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-img {
    right: 40px;
    margin-top: -65px;
  }

  .html-embed {
    width: 600px;
    margin-top: 0px;
    margin-left: -100px;
  }

  .brand-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .main-button-mobo {
    width: 90%;
  }

  .hero-txt {
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-2 {
    padding-left: 0px;
    font-size: 46px;
    line-height: 50px;
  }

  .container {
    padding-left: 0px;
  }

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-2 {
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .tatoo {
    max-width: 85%;
    margin-top: 50px;
    margin-right: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .balm {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .diff-bg {
    height: 300px;
    background-position: 101% 50%;
  }

  .left {
    margin-top: 20px;
  }

  .balm-bg {
    height: 300px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: -8% 50%;
  }

  .wax {
    margin-top: 20px;
    padding-left: 10px;
  }

  .heading-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .product-txt-1 {
    padding-top: 40px;
    padding-left: 20px;
  }

  .tatoo-bg {
    height: 350px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 0% -20%;
    background-size: 300px;
  }

  .deo-bg {
    height: 300px;
    background-position: 101% 50%;
  }

  .product-txt-2 {
    width: 300px;
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .right {
    margin-top: -10px;
    padding-top: 0px;
  }

  .deo {
    margin-top: 20px;
    padding-left: 10px;
  }

  .diff {
    height: auto;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 10px;
  }

  .wax-bg {
    width: auto;
    height: 300px;
    background-position: 101% 50%;
  }

  .mobo {
    margin-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-2 {
    background-position: 0px 0px, 0px 0px, 100% 0%;
  }

  .heading-8.l {
    font-size: 2rem;
  }

  .top-footer {
    background-position: 50% -40px;
    background-size: cover;
  }

  .container-3.ftr {
    -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;
  }

  .company {
    text-align: center;
  }

  .btm-footer {
    background-image: url('../images/d.png');
    background-position: 0% -50px;
    background-size: cover;
  }

  .div-block-5 {
    margin-bottom: 6px;
  }

  .ftr-legal {
    text-align: center;
  }

  .btm-line {
    margin-bottom: -12px;
  }

  .button-small {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-small.white-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .hero6 {
    background-image: url('../images/contourenviro1_300_download.jpg');
    background-position: 50% 50%;
  }

  .hero6-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    line-height: 40px;
  }

  .text-span-5 {
    font-size: 18px;
  }

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

  .button_icon-play-2.accent_button {
    left: auto;
    top: auto;
    right: 3%;
    bottom: 5%;
    width: 70px;
    height: 33px;
    font-size: 14px;
    cursor: pointer;
  }

  .text-block-play {
    font-size: 14px;
    line-height: 18px;
  }

  .button_icon-eye.accent_button {
    left: auto;
    top: auto;
    right: 3%;
    bottom: 5%;
    width: 70px;
    height: 33px;
    font-size: 14px;
    cursor: pointer;
  }

  .prodile_image {
    max-height: 60px;
    max-width: 60px;
  }

  .button_icon.top {
    width: 100%;
  }

  .button_icon.cta.top {
    width: 100%;
  }

  .profile_wrapper {
    width: 80px;
    height: 80px;
  }

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

  .flex_wrapper.flex_center {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .spacing_48 {
    height: 32px;
  }
}

#w-node-_592b5419-3516-6c99-b9d2-707c755af989-ee35d57d {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_592b5419-3516-6c99-b9d2-707c755af989-ee35d57d {
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_592b5419-3516-6c99-b9d2-707c755af989-ee35d57d {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

