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

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -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;
}

.nav-link {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  color: #ffb602;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background-color: rgba(33, 27, 36, 0);
}

.heading {
  width: 50%;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: Octarine, sans-serif;
  color: #ffb600;
  font-size: 70px;
  line-height: 65px;
}

.purple {
  color: #7a57d1;
}

.text-span {
  color: #fff;
}

.paragraph {
  display: block;
  overflow: visible;
  float: left;
  clear: left;
  font-family: Muli, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.left {
  width: 400px;
  margin-top: 0px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.center {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin: auto auto 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
  text-align: center;
}

.paragraph.product {
  position: relative;
  z-index: 2;
  width: auto;
  margin-bottom: 10px;
  font-family: 'Nb international', sans-serif;
  color: #fafafa;
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

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

.paragraph.product-buy {
  width: auto;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

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

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

.hero-txt {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  overflow: hidden;
  width: 70%;
  height: auto;
  margin-top: -69px;
  margin-right: -198px;
  padding-right: 0px;
}

.brand-2 {
  display: none;
}

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

.mini-text {
  font-family: Muli, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  width: 45px;
  padding-right: 10px;
}

.image-2 {
  padding-right: 10px;
  padding-left: 20px;
  color: #fff;
}

.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: #f5b172;
  font-family: Muli, sans-serif;
  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;
}

.main-button-mobo.w--current {
  float: left;
}

.testimonials {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 525px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-left: 20px;
  -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;
}

.line {
  width: 4px;
  height: 90px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #333;
}

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

.left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 50px;
  padding-left: 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;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: transparent;
  opacity: 1;
  color: rgba(51, 51, 51, 0);
}

.left.fourth {
  overflow: visible;
  margin-bottom: 149px;
  padding-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.left.reg {
  margin-top: 50px;
}

.heading-2 {
  padding-top: 0px;
  font-family: Octarine, sans-serif;
  font-size: 36px;
}

.deo-bg {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blob-butter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.product-txt-1 {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.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;
  font-family: Battlefin, sans-serif;
  color: #ff405e;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-3.title2 {
  color: #d88ee2;
}

.heading-3.title2.fourth {
  color: #ffb601;
  font-size: 22px;
}

.heading-4 {
  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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Nb international', sans-serif;
  color: #feafc2;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.heading-4.profile {
  color: #333;
}

.prod-button {
  position: relative;
  display: none;
  overflow: visible;
  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;
  font-family: Muli, sans-serif;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.prod-button.send {
  width: 130px;
  background-image: none;
}

.prod-button.send.modal {
  display: none;
  margin-top: 15px;
  margin-left: 0px;
}

.right {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none;
  border-width: 1px;
  border-color: transparent;
  color: rgba(51, 51, 51, 0);
}

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

.heading-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Battlefin, sans-serif;
  color: #4fcfaf;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.balm-bg {
  display: block;
  overflow: hidden;
  width: 50%;
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/blob-balm.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.balm-bg.second {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.balm {
  display: inline-block;
  width: 70%;
  padding: 10px;
}

.wax-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 350px;
  padding: 0px;
  -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;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/blob-wax.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.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-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.heading-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Octarine, sans-serif;
  color: #ed5464;
  font-size: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.eva {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/IMG_0339.jpg');
  background-position: -40% 24%;
  background-size: 1200px;
  background-repeat: no-repeat;
}

.div-block-4 {
  padding-top: 30px;
  padding-right: 100px;
  padding-bottom: 50px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #5be7c4;
}

.div-block-5 {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(91, 231, 196, 0.15)), to(#5be7c4));
  background-image: linear-gradient(90deg, rgba(91, 231, 196, 0.15), #5be7c4);
}

.div-block-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(91, 231, 196, 0.15);
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  width: 60px;
  height: 4px;
  margin-right: 20px;
  border-radius: 10px;
  background-color: #000;
}

.social-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.div-block-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10 {
  width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-icon {
  padding-left: 35px;
}

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

.form {
  display: block;
}

.text-field {
  position: relative;
  width: 280px;
  height: 50px;
  padding-left: 0px;
  float: left;
  clear: left;
  border-style: none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: #fff #000 #000;
  font-family: Muli, sans-serif;
}

.column {
  padding-left: 0px;
}

.image-5 {
  float: none;
  clear: none;
}

.link-block-2 {
  display: none;
  float: left;
  clear: none;
}

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

.image-6 {
  margin-top: 30px;
}

.html-embed-2 {
  margin-top: 20px;
}

.body {
  overflow: hidden;
  height: auto;
  border-radius: 20px;
  background-color: #1e191e;
  opacity: 1;
}

.prod-button-left {
  position: relative;
  display: none;
  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;
  font-family: Muli, sans-serif;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

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

.text-block {
  font-family: Muli, sans-serif;
  color: #38d3ac;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.success-message {
  padding-left: 0px;
  background-color: #fff;
}

.text-block-2 {
  font-family: Muli, sans-serif;
}

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

.slider-for {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  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-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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.photo-quote {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.quote {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-9 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.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-11 {
  position: absolute;
  z-index: 8888;
  display: block;
  overflow: hidden;
  max-width: 50%;
}

.modal-wrapper-deo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  background-color: rgba(253, 167, 95, 0.85);
}

.modal-deo {
  display: none;
  width: 400px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 0px 25px 40px;
  -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: 10px;
  background-color: #fff;
}

.ingredients {
  display: block;
  padding-right: 40px;
  font-family: Muli, sans-serif;
  line-height: 22px;
  font-style: italic;
}

.image-12 {
  width: 15px;
  float: none;
  clear: left;
  color: #757575;
}

.link-block-4 {
  position: static;
  display: block;
  margin-right: 20px;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.modal-wrapper-balm {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  background-color: rgba(91, 231, 196, 0.85);
}

.modal-balm {
  display: none;
  width: 400px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 10px 25px 40px;
  -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: 10px;
  background-color: #fff;
}

.modal-wrapper-wax {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  background-color: rgba(216, 142, 226, 0.85);
}

.modal-wax {
  display: none;
  width: 400px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 10px 25px 40px;
  -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: 10px;
  background-color: #fff;
}

.link-footer {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.link-footer:hover {
  color: #ed5464;
}

.modal-wrapper-tattoo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(237, 84, 100, 0.85);
}

.modal-tattoo {
  display: none;
  width: 480px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 10px 25px 40px;
  -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: 10px;
  background-color: #fff;
}

.modal-diff {
  display: none;
  width: 480px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 10px 25px 40px;
  -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: 10px;
  background-color: #fff;
}

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

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

.bold-text {
  font-style: normal;
}

.bold-text-2 {
  font-style: normal;
}

.bold-text-3 {
  font-style: normal;
}

.bold-text-4 {
  font-style: normal;
}

.bold-text-5 {
  font-style: normal;
}

.bold-text-6 {
  font-style: normal;
}

.modal-balm-buy {
  position: static;
  display: block;
  width: 400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #5be7c4;
  box-shadow: 0 2px 20px 0 #3c9780;
}

.image-15 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.image-15.img-tattoo-buy {
  margin-bottom: 20px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding: 15px 25px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.field-label {
  font-family: Octarine, sans-serif;
  color: #a7a2ae;
}

.field-label-2 {
  font-family: Octarine, sans-serif;
  color: #a7a2ae;
}

.bt-form {
  position: relative;
  z-index: 8888;
  width: 150px;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  border: 2px solid #282828;
  border-radius: 6px;
  background-color: transparent;
  font-family: Muli, sans-serif;
  color: #282828;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bt-form:hover {
  background-color: #000;
  color: #fff;
}

.text-field-2 {
  width: 50%;
}

.modal-deo-buy {
  position: static;
  display: block;
  width: 400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #fda75f;
  box-shadow: 0 2px 20px 0 #cc7c39;
}

.modal-wax-buy {
  position: static;
  display: block;
  width: 400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #d88ee2;
  box-shadow: 0 2px 20px 0 #a356ad;
}

.modal-tattoo-buy {
  position: static;
  display: none;
  width: 400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #ed5464;
  box-shadow: 0 2px 20px 0 #af3e4a;
}

.modal-diff-buy {
  position: static;
  display: block;
  width: 400px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 5px;
  border-color: #fff;
  border-radius: 10px;
  background-color: #ed5464;
  box-shadow: 0 2px 20px 0 #af3e4a;
}

.img-modal-diff {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.italic-text {
  height: auto;
  font-family: Exo, sans-serif;
  color: #c9c9c9;
}

.heading-7 {
  margin-top: 0px;
  color: #ffffe7;
  font-size: 24px;
  font-weight: 400;
}

.link-block-5 {
  width: auto;
  height: 350px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.link-block-5:hover {
  -webkit-filter: none;
  filter: none;
}

.heading-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffb600;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-3 {
  width: 90%;
  margin-top: 0px;
  padding: 0px 0px 15px 10px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: rgba(255, 255, 231, 0.8);
  font-size: 15px;
  line-height: 25px;
}

.paragraph-3.elemt1 {
  font-size: 16px;
  line-height: 25px;
}

.image-16 {
  width: 80px;
  margin-right: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.posts-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 30px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(30, 25, 30, 0);
}

.div-block-15 {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-17 {
  width: 50px;
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-16 {
  width: 420px;
  height: 300px;
  border-radius: 20px;
  background-image: none;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.div-block-16:hover {
  -webkit-filter: none;
  filter: none;
}

._3-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 100px 50px 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.div-block-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 30px;
  padding-left: 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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.div-block-3.divider {
  -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;
  opacity: 1;
}

.navigation-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #ffffe7;
  font-size: 13.5px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  cursor: crosshair;
}

.navigation-link-text:hover {
  color: #ffb600;
}

.navigation-link-text.white {
  margin-right: 0px;
  margin-left: -2px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 20px;
  background-color: #ffb600;
  font-family: 'Nb international', sans-serif;
  color: #000;
  font-size: 12px;
}

.navigation-link-text.white:hover {
  background-color: #feb3c5;
}

.navigation-link-text.apply-to-test {
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #ffafc2;
  color: #000;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  padding-right: 30px;
  padding-left: 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;
  border-bottom: 1px none #e6e6e6;
  background-color: #1e191e;
  cursor: crosshair;
}

.navigation.second {
  z-index: 9999999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-height: 12vh;
  min-height: 12vh;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #1e191e;
  opacity: 1;
}

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

.navigation-container {
  position: relative;
  z-index: 100000;
  display: block;
  width: 100vw;
  max-width: none;
  padding-top: 2vh;
  padding-right: 80px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navigation-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 20px;
  padding-left: 15px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link.w--current {
  color: #ffb600;
  cursor: crosshair;
}

.navigation-link.cases {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navigation-link.apply {
  padding: 15px 0px;
}

.navigation-link.blog {
  display: none;
}

.navigation-link.whitt {
  height: 40px;
  margin-top: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navigation-link.faq {
  display: none;
}

.image-18 {
  height: 52px;
}

.sidenav-social-link {
  display: inline;
  margin-right: 8px;
  margin-left: 8px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #ffffe7;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  cursor: crosshair;
}

.sidenav-social-link:hover {
  color: #ffb600;
}

.sidenav-social-link.chi {
  padding-right: 25px;
  background-image: url('../images/chinees.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-links {
  position: static;
  border-left: 1px solid rgba(231, 204, 204, 0);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #dbaaaa;
  cursor: crosshair;
}

.side-navigation {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100vh;
  padding-top: 38vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-left: 1px none #f2f2f2;
  background-color: #1e191e;
  color: #1e191e;
  cursor: crosshair;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  margin-top: 0vh;
  margin-right: -22px;
  padding-right: 50px;
  padding-left: 50px;
  -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: rgba(56, 56, 56, 0);
}

.image-19 {
  position: fixed;
  z-index: -1;
  opacity: 0.05;
}

.image-20 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 2000px;
  opacity: 0.06;
}

.image-20.new {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
}

.image-20.new {
  opacity: 0.08;
}

.image-21 {
  position: fixed;
  left: auto;
  top: 34.9vh;
  right: -9.5vw;
  bottom: 0%;
  z-index: -999;
  display: block;
  height: 100px;
  margin-top: -96px;
  opacity: 0.21;
}

.image-21.d {
  height: 15px;
  margin-top: 0px;
}

.image-21.first-section-ic {
  left: auto;
  top: auto;
  right: -17.2vw;
  bottom: -30.2vh;
  height: 200px;
  opacity: 0.15;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.work-position-wrap {
  width: 90%;
  padding: 30px 0px 0px 30px;
  background-color: hsla(0, 0%, 40.7%, 0);
  -webkit-transform: translate(-100vw, 0px);
  -ms-transform: translate(-100vw, 0px);
  transform: translate(-100vw, 0px);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.div-block-21 {
  padding-top: 20px;
  opacity: 0;
}

.div-block-22 {
  position: relative;
  z-index: 99999;
  height: 100%;
  padding-top: 70px;
  -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;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

.image-4 {
  width: 400px;
  margin-bottom: 20px;
}

.div-block-23 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 15px 0px;
  background-color: rgba(43, 43, 43, 0);
}

.paragraph-2 {
  width: 40%;
  margin-bottom: 50px;
  color: #ffffe7;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-24 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #030303;
}

.mini-text-2 {
  font-family: 'Nb international', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.image-22 {
  position: absolute;
  left: -15%;
  top: 24%;
  right: 0%;
  bottom: 0%;
  width: 60vw;
  opacity: 0.05;
  -webkit-transform: rotate(86deg);
  -ms-transform: rotate(86deg);
  transform: rotate(86deg);
}

.image-22.second {
  left: auto;
  top: 149.2vh;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 50vw;
  opacity: 0.1;
  -webkit-filter: invert(100%) blur(5px);
  filter: invert(100%) blur(5px);
  -webkit-transform: rotate(-91deg);
  -ms-transform: rotate(-91deg);
  transform: rotate(-91deg);
}

.italic-text-2 {
  font-family: 'Nb international', sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-style: normal;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 20px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.image-28 {
  width: auto;
  height: 20px;
  margin-right: 20px;
}

.image-28.st {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-29 {
  height: 20px;
  margin-right: 20px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-30 {
  height: 20px;
  margin-right: 20px;
}

.image-31 {
  height: 20px;
  margin-right: 20px;
}

.image-32 {
  height: 20px;
  margin-right: 20px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-33 {
  width: 200px;
  margin: 70px;
  padding: 0px;
  opacity: 0.22;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.button {
  padding: 17px 20px 15px;
  border-radius: 999px;
  background-color: #fff;
  line-height: 100%;
}

.button.text---yellow {
  width: 100px;
  margin-bottom: 20px;
  padding-top: 15px;
  background-color: #afafaf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.button.text---yellow:hover {
  background-color: #ffaec1;
}

.html-embed-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 1;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.italic-text-3 {
  color: #ffb601;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
}

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

.italic-text-4 {
  font-family: 'Nb international', sans-serif;
}

.image-34 {
  width: auto;
  height: 15px;
}

.image-34.link {
  width: auto;
  height: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-34.reddite {
  width: auto;
  height: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-35 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 48.7vh;
  right: 3.2vw;
  bottom: 0vh;
  width: auto;
  height: 150px;
  opacity: 1;
}

.image-36 {
  position: absolute;
  left: auto;
  top: 20vh;
  right: 5vw;
  bottom: 0%;
  z-index: 100;
  width: 43vw;
}

.navbar-2 {
  display: none;
  background-color: #1e191e;
}

.navigation-link-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'Nb international', sans-serif;
  color: #ffffe7;
  font-size: 13.5px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  cursor: crosshair;
}

.navigation-link-text-2:hover {
  color: #ffb600;
}

.div-block-31 {
  height: 100%;
  padding-top: 50px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.text-block-3 {
  color: #ffffe7;
}

.html-embed-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-32 {
  width: 100%;
  height: auto;
  padding: 15px 0px;
  background-color: rgba(43, 43, 43, 0);
}

.image-37 {
  width: 450px;
}

.paragraph-4 {
  width: 350px;
  font-family: 'Nb international', sans-serif;
  color: #ffffe7;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.nav-menu-3 {
  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;
}

.image-38 {
  width: 90%;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
}

.project-description-grid {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  padding-left: 30px;
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 10px 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-39 {
  height: 40px;
}

.top-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 85vh;
  margin-top: 12vh;
  padding: 50px 50px 0px 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.container-2 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-40 {
  padding-right: 20px;
}

.image-41 {
  position: fixed;
  left: -28.6vw;
  top: 33.2vh;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: none;
  opacity: 0.05;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .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;
  }
  .nav-link {
    color: #fff;
  }
  .nav-menu {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 100%;
    padding-left: 20px;
    background-color: #ed5464;
  }
  .link-block {
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .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;
  }
  .heading {
    width: auto;
    margin-top: 40px;
    padding-left: 20px;
    line-height: 86px;
  }
  .paragraph.left {
    width: auto;
    padding-top: 10px;
  }
  .paragraph.product {
    display: block;
    line-height: 24px;
  }
  .paragraph.product-buy {
    display: block;
  }
  .hero-img {
    top: 40px;
    right: 100px;
    display: block;
    width: 100%;
    margin-top: -68px;
    margin-bottom: 40px;
  }
  .hero-txt {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .html-embed {
    top: 13vh;
    width: 700px;
    margin-top: 0px;
    margin-left: -150px;
  }
  .brand {
    display: none;
  }
  .brand-2 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .menu-button {
    color: #282828;
  }
  .menu-button.w--open {
    margin-left: 0px;
    background-color: #ed5464;
  }
  .hero-paragraph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .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 {
    width: 50px;
  }
  .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;
  }
  .testimonials {
    padding-top: 40px;
  }
  .left {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deo-bg {
    overflow: visible;
    width: auto;
    height: auto;
    background-image: url('../images/blob-deo-mobo.svg');
    background-position: 100% 50%;
    background-size: contain;
  }
  .deo {
    width: auto;
    height: 50vh;
  }
  .product-txt-1 {
    padding-right: 0px;
    padding-left: 40px;
  }
  .heading-3.title2.fourth {
    font-size: 25px;
  }
  .prod-button {
    float: left;
  }
  .right {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-txt-2 {
    padding-right: 0px;
    padding-left: 0px;
    line-height: 15px;
  }
  .balm-bg {
    width: auto;
    height: 300px;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .balm {
    width: auto;
    height: 50vh;
  }
  .wax-bg {
    overflow: visible;
    width: auto;
    height: 350px;
    background-image: url('../images/blob-wax.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-attachment: scroll;
  }
  .wax {
    overflow: visible;
    width: auto;
    height: 50vh;
  }
  .tatoo-bg {
    width: auto;
    background-image: url('../images/bg-butter-mobo.jpg');
    background-position: 0% 0%;
    background-size: cover;
  }
  .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;
  }
  .diff {
    margin-left: 20px;
  }
  .eva {
    background-image: url('../images/IMG_0324.jpg');
    background-position: 500% 0%;
    background-size: 800px;
  }
  .div-block-4 {
    padding-right: 25px;
  }
  .div-block-5 {
    width: 10%;
  }
  .social-contact {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-9 {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-10 {
    width: auto;
  }
  .text-field {
    width: 70%;
  }
  .body {
    overflow: hidden;
  }
  .prod-button-left {
    margin-left: 0px;
    padding-left: 10px;
    float: right;
  }
  .image-9 {
    display: none;
    overflow: visible;
  }
  .image-10 {
    display: none;
  }
  .image-11 {
    display: none;
  }
  .image-13 {
    display: none;
  }
  .image-14 {
    display: none;
  }
  .bt-form {
    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;
  }
  .heading-7 {
    font-size: 22px;
  }
  .paragraph-3 {
    margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .posts-wrapper {
    background-color: rgba(30, 25, 30, 0);
  }
  .div-block-15 {
    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;
  }
  .image-17 {
    width: 50px;
  }
  .div-block-16 {
    width: 300px;
    height: 200px;
    border-radius: 20px;
  }
  ._3-posts {
    overflow: hidden;
    height: auto;
  }
  .navigation-link-text {
    height: 50px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1e191e;
    color: #ffffe7;
    font-size: 13px;
    line-height: 24px;
  }
  .navigation-link-text.white {
    width: 90px;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-link-text.apply-to-test {
    width: 150px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-20 {
    -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;
  }
  .icon-2 {
    color: #ffb600;
  }
  .navigation {
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
  }
  .navigation.second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 35px;
  }
  .nav-menu-2 {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #1e191e;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  }
  .navigation-container {
    display: block;
    width: 100%;
    padding-top: 3vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .navigation-link {
    display: inline-block;
    width: 30%;
    height: 60px;
    padding-right: 50px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #1e191e;
  }
  .navigation-link.w--current {
    padding-right: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1e191e;
  }
  .navigation-link.cases {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-link.apply {
    display: inline-block;
    width: 30%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 40px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .navigation-link.blog {
    display: inline-block;
    height: 50px;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .navigation-link.whitt {
    display: inline-block;
    width: 30%;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .navigation-link.faq {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button-2 {
    padding-top: 0px;
    padding-right: 0px;
    border-radius: 20px;
    background-color: transparent;
    color: #1e191e;
    font-size: 32px;
    font-weight: 400;
  }
  .menu-button-2:active {
    border-radius: 20px;
    background-color: rgba(61, 57, 57, 0);
  }
  .menu-button-2.w--open {
    background-color: #000;
  }
  .image-18 {
    position: relative;
    z-index: 10000;
    height: 42px;
    padding-left: 0px;
  }
  .side-navigation {
    display: none;
  }
  .section {
    overflow: hidden;
  }
  .image-21 {
    display: none;
  }
  .work-position-wrap {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-22 {
    padding-top: 20px;
  }
  .image-4 {
    display: inline-block;
    width: 300px;
    max-width: 250px;
  }
  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-2 {
    width: 300px;
    margin-bottom: 10px;
    font-size: 15px;
    font-style: normal;
  }
  .html-embed-3 {
    display: block;
  }
  .div-block-24 {
    padding-left: 30px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .italic-text-2 {
    font-family: 'Nb international', sans-serif;
    color: #ffffea;
    font-style: normal;
  }
  .div-block-25 {
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-33 {
    opacity: 0.13;
  }
  .button.text---yellow {
    font-weight: 700;
  }
  .html-embed-4 {
    width: 100%;
  }
  .italic-text-3 {
    color: #ffb601;
    font-size: 20px;
    font-style: normal;
  }
  .image-36 {
    width: 60vw;
    margin-top: 15vh;
  }
  .navbar-2 {
    display: none;
  }
  .navigation-link-text-2 {
    height: 50px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1e191e;
    color: #ffffe7;
    font-size: 13px;
    line-height: 24px;
  }
  .div-block-31 {
    background-color: hsla(0, 0%, 40.7%, 0);
  }
  .dropdown-toggle-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
  }
  .icon-3 {
    color: #ffb600;
    font-size: 30px;
  }
  .text-block-3.navigation-link-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
  }
  .text-block-3.navigation-link-text {
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
  }
  .html-embed-5 {
    display: none;
  }
  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-3 {
    border-radius: 20px;
    background-color: #1e191e;
    color: #1e191e;
  }
  .menu-button-3.w--open {
    border-radius: 20px;
    background-color: #000;
  }
  .image-37 {
    display: inline-block;
    width: 50%;
    max-width: none;
  }
  .paragraph-4 {
    width: 300px;
    font-size: 15px;
  }
  .nav-menu-3 {
    width: 100%;
    background-color: #000;
  }
  .project-description-grid {
    display: -ms-grid;
    display: grid;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-left: 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;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .image-39 {
    position: relative;
    z-index: 10000;
    height: 35px;
    padding-left: 40px;
  }
  .listing {
    background-color: #1e191e;
    color: #ffb600;
    font-size: 13px;
  }
  .dropdown-toggle-3 {
    height: 50px;
    background-color: #000;
  }
  .dropdown-toggle-3.w--open {
    display: block;
    -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;
  }
  .top-post {
    height: auto;
    padding: 50px 0px 0px;
  }
  .container-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .image-40 {
    display: block;
    width: 70%;
  }
  .image-41 {
    opacity: 0.05;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 66px;
    line-height: 76px;
  }
  .hero-img {
    top: 60px;
    right: auto;
  }
  .html-embed {
    width: 600px;
  }
  .div-block-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-button-mobo {
    width: 80%;
    height: 55px;
    margin-top: 60px;
    padding-top: 16px;
    border-style: none;
    background-color: #000;
    color: #fff;
  }
  .testimonials {
    margin-top: 0px;
    padding-top: 0px;
  }
  .slider-nav {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }
  .left {
    margin-top: 60px;
    padding-top: 0px;
  }
  .left.fourth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deo-bg {
    width: 45%;
  }
  .deo {
    width: auto;
    height: auto;
    padding-left: 20px;
  }
  .heading-3.title2.fourth {
    font-size: 20px;
  }
  .prod-button {
    margin-left: 0px;
  }
  .right {
    margin-top: 40px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-txt-2 {
    padding-top: 60px;
    padding-right: 0px;
  }
  .balm-bg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 0% 50%;
  }
  .balm {
    margin-top: 20px;
    padding-right: 10px;
  }
  .wax-bg {
    width: 45%;
  }
  .wax {
    width: auto;
    margin-top: 10px;
    padding-left: 20px;
  }
  .tatoo-bg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 0% 50%;
  }
  .tatoo {
    width: 230px;
    max-width: 83%;
    margin-top: 140px;
  }
  .heading-6 {
    line-height: 40px;
  }
  .diff-bg {
    width: 45%;
  }
  .diff {
    width: auto;
    height: 325px;
    margin-top: 60px;
    margin-left: 0px;
    padding-left: 10px;
  }
  .eva {
    height: 1050px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 500%;
  }
  .div-block-4 {
    padding: 0px 35px 40px 70px;
  }
  .div-block-5 {
    width: auto;
    height: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(91, 231, 196, 0.15)), to(#5be7c4));
    background-image: linear-gradient(180deg, rgba(91, 231, 196, 0.15), #5be7c4);
  }
  .div-block-6 {
    height: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-2 {
    clear: none;
  }
  .prod-button-left {
    margin-left: 0px;
    float: left;
  }
  .slider-for {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .photo-quote {
    width: 100px;
    height: 100px;
  }
  .quote {
    height: 230px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .img-testimonial {
    width: 90px;
    height: 90px;
  }
  .bt-form {
    width: 80%;
    height: 55px;
    margin-top: 60px;
    padding-top: 0px;
    border-style: none;
    background-color: #000;
    color: #fff;
  }
  .heading-7 {
    font-size: 22px;
  }
  .link-block-5 {
    height: auto;
  }
  .paragraph-3 {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .posts-wrapper {
    -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;
  }
  .image-17 {
    width: 40px;
  }
  .div-block-16 {
    width: 300px;
    height: 180px;
  }
  ._3-posts {
    padding-bottom: 0px;
  }
  .navigation-link-text.white {
    width: 100px;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-2 {
    color: #ffb600;
  }
  .navigation {
    height: 75px;
  }
  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navigation-link {
    display: inline-block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .navigation-link.apply {
    width: 50%;
  }
  .navigation-link.whitt {
    width: 50%;
  }
  .menu-button-2:active {
    background-color: rgba(61, 57, 57, 0);
  }
  .section {
    margin-top: 15vh;
    padding-top: 300px;
  }
  .work-position-wrap {
    margin-bottom: 0px;
  }
  .image-4 {
    display: block;
    width: 230px;
    max-width: 230px;
  }
  .div-block-24 {
    z-index: 99999999;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-25 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-36 {
    width: 80vw;
    margin-top: 15vh;
  }
  .image-37 {
    display: block;
    width: 230px;
    max-width: 230px;
  }
  .project-description-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 470px;
    margin-top: 0px;
    margin-bottom: 85px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-post {
    height: auto;
    margin-top: 0px;
    padding-top: 135px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container-2 {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .container {
    padding-left: 0px;
  }
  .link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .header {
    overflow: hidden;
    min-height: auto;
  }
  .heading {
    padding-left: 0px;
    font-size: 46px;
    line-height: 50px;
  }
  .paragraph.left {
    width: auto;
    margin-top: 0px;
  }
  .paragraph.center {
    width: auto;
    padding-right: 25px;
    padding-left: 20px;
  }
  .paragraph.product {
    display: block;
    margin-bottom: 0px;
  }
  .paragraph.product.mobo {
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph.product-buy {
    display: block;
    margin-bottom: 20px;
  }
  .paragraph.product-buy.mobo {
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-img {
    right: 40px;
    margin-top: -65px;
  }
  .hero-txt {
    padding-right: 25px;
    padding-left: 25px;
  }
  .html-embed {
    width: 400px;
    margin-top: 0px;
    margin-left: -100px;
  }
  .brand-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-2 {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .image {
    width: 40px;
  }
  .main-button-mobo {
    width: 90%;
  }
  .testimonials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    -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;
  }
  .slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 525px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: -70px;
    padding-top: 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;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .line {
    margin-top: 20px;
  }
  .left {
    margin-top: 20px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left.fourth {
    height: auto;
    padding-left: 0px;
  }
  .heading-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .deo-bg {
    width: auto;
    height: 300px;
    background-position: 101% 50%;
  }
  .deo {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }
  .product-txt-1 {
    padding-right: 20px;
    padding-left: 0px;
  }
  .heading-3 {
    font-size: 20px;
    line-height: 25px;
  }
  .heading-3.title2 {
    font-size: 20px;
  }
  .heading-3.title2.fourth {
    font-size: 18px;
    line-height: 20px;
  }
  .prod-button.send {
    width: 100%;
    margin-top: 20px;
  }
  .mobo {
    margin-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .right {
    overflow: visible;
    width: 100%;
    min-height: auto;
    margin-top: -10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-txt-2 {
    width: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-5 {
    font-size: 19px;
    line-height: 25px;
  }
  .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%;
  }
  .balm-bg.second {
    height: auto;
  }
  .balm {
    display: block;
    height: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .wax-bg {
    width: auto;
    height: 300px;
    background-position: 101% 50%;
  }
  .wax {
    height: auto;
    margin-top: 20px;
    padding-left: 10px;
  }
  .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;
  }
  .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;
  }
  .diff-bg {
    height: 300px;
    background-position: 101% 50%;
  }
  .diff {
    height: auto;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 10px;
  }
  .eva {
    height: 1200px;
    margin-top: 40px;
    background-position: 50% -80%;
  }
  .div-block-4 {
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social {
    margin-left: -30px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .div-block-11 {
    -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;
  }
  .social-icon {
    padding-left: 35px;
  }
  .text-field {
    width: 100%;
  }
  .footer {
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
  .columns {
    margin-top: 40px;
  }
  .body {
    overflow: hidden;
  }
  .photo-quote {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .modal-wrapper-deo {
    display: none;
  }
  .modal-deo {
    width: auto;
    margin-top: 0px;
  }
  .modal-wrapper-balm {
    display: none;
  }
  .modal-balm {
    width: auto;
    margin-top: 0px;
  }
  .modal-wrapper-wax {
    display: none;
  }
  .modal-wax {
    width: auto;
    margin-top: 0px;
  }
  .modal-wrapper-tattoo {
    display: none;
  }
  .modal-tattoo {
    width: auto;
    margin-top: 0px;
  }
  .modal-diff {
    width: auto;
    margin-top: 0px;
  }
  .modal-balm-buy {
    position: static;
    width: auto;
    margin-top: 0px;
    padding-top: 20px;
  }
  .image-15 {
    max-width: 30%;
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .div-block-14 {
    padding-bottom: 10px;
  }
  .bt-form {
    width: 100%;
    margin-top: 20px;
  }
  .modal-deo-buy {
    position: static;
    width: auto;
    margin-top: 0px;
    padding-top: 10px;
  }
  .modal-wax-buy {
    position: static;
    width: auto;
    margin-top: 0px;
    padding-top: 20px;
  }
  .modal-tattoo-buy {
    position: static;
    display: none;
    width: auto;
    margin-top: 0px;
    padding-top: 20px;
  }
  .modal-diff-buy {
    position: static;
    display: none;
    width: auto;
    margin-top: 0px;
    padding-top: 20px;
  }
  .img-modal-diff {
    max-width: 30%;
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .heading-7 {
    font-size: 20px;
    line-height: 30px;
  }
  .link-block-5 {
    height: auto;
  }
  .heading-8 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 20px;
  }
  .paragraph-3 {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .paragraph-3.elemt1 {
    font-size: 15px;
  }
  .image-16 {
    width: 70px;
  }
  .posts-wrapper {
    margin-bottom: 0px;
    padding-left: 10px;
    -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;
    background-color: rgba(30, 25, 30, 0);
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-17 {
    position: relative;
    width: 40px;
  }
  .div-block-16 {
    width: 250px;
    height: 150px;
  }
  ._3-posts {
    height: auto;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }
  ._3-posts.second {
    overflow: visible;
    padding-left: 20px;
  }
  .div-block-3 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navigation-link-text {
    background-color: #1e191e;
  }
  .navigation-link-text.white {
    width: 70px;
    height: 30px;
  }
  .navigation-link-text.apply-to-test {
    display: inline-block;
    width: 100px;
    height: 30px;
    padding-top: 4px;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .icon-2 {
    color: #ffb600;
  }
  .nav-menu-2 {
    display: block;
    overflow: visible;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigation-link {
    display: inline-block;
    height: 50px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .navigation-link.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-link.cases {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-link.apply {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 60px;
    padding-bottom: 0px;
    padding-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .navigation-link.blog {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation-link.whitt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 50px;
    height: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .navigation-link.whitt.social {
    width: 50px;
    margin-left: 0px;
  }
  .navigation-link.faq {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button-2:active {
    background-color: rgba(61, 57, 57, 0);
  }
  .image-18 {
    height: 40px;
  }
  .section {
    display: block;
    height: auto;
    min-height: 60vh;
    margin-top: 15vh;
    padding-top: 100px;
    padding-right: 30px;
    padding-left: 28px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-21 {
    opacity: 0.11;
  }
  .work-position-wrap {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 40px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 174px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-4 {
    display: block;
    width: 280px;
    max-width: 300px;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .div-block-23 {
    margin-bottom: 20px;
    padding-top: 0px;
    font-family: Exo, sans-serif;
  }
  .paragraph-2 {
    width: 250px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .html-embed-3 {
    display: block;
  }
  .div-block-24 {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mini-text-2 {
    color: silver;
    font-size: 10px;
  }
  .italic-text-2 {
    color: #ffecd8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .div-block-25 {
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .image-33 {
    display: none;
  }
  .html-embed-4 {
    width: 100%;
  }
  .italic-text-3 {
    color: #ffb601;
    font-size: 18px;
    line-height: 20px;
  }
  .image-36 {
    top: 15vh;
    width: 100vw;
    margin-top: 0vh;
  }
  .navigation-link-text-2 {
    background-color: #1e191e;
  }
  .div-block-31 {
    padding-top: 70px;
    padding-left: 20px;
  }
  .html-embed-5 {
    display: none;
  }
  .div-block-32 {
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-37 {
    display: block;
    width: 250px;
    max-width: 300px;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .paragraph-4 {
    width: 250px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .project-description-grid {
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
    -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;
  }
  .image-39 {
    height: 30px;
  }
  .top-post {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-40 {
    width: 95%;
  }
  .image-41 {
    left: -71.7vw;
    top: 11.8vh;
    width: 200vw;
    opacity: 0.06;
  }
}

#w-node-bd24f7c40b91-9629502d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-bd24f7c40b92-9629502d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd24f7c40b93-9629502d {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-bd24f7c40b97-9629502d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@font-face {
  font-family: 'Nb international mono webfont';
  src: url('../fonts/NB-International-Mono-Webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nb international';
  src: url('../fonts/NB-International-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Nb international webfont';
  src: url('../fonts/NB-International-Bold-Webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nb international webfont';
  src: url('../fonts/NB-International-Regular-Webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Octarine';
  src: url('../fonts/Octarine-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Octarine';
  src: url('../fonts/Octarine-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Battlefin';
  src: url('../fonts/Battlefin-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}