@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
  --magenta: #ff47f9;
  --yellow: #ffdf6d;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.demo-left-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.demo-btn-close-wrapper {
  z-index: 6;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  bottom: 40px;
  right: 35px;
}

.demo-btn-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.demo-heading.h2.popup {
  color: #333;
  font-size: 25px;
  line-height: 35px;
  display: block;
}

.demo-heading.h1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
  position: relative;
  inset: 0% auto auto 0%;
}

.demo-heading.h1.popup {
  color: #333;
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
}

.demo-heading.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.demo-heading.h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  display: none;
}

.demo-heading.h2.popup {
  color: #333;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;
  line-height: 35px;
  display: block;
}

.demo-close-div {
  display: block;
}

.demo-close-div.popup {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 100px;
  right: 150px;
}

.demo-btn-close-inner-wrapper {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.clone-instructions-panel {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.demo-banner-top {
  z-index: 9;
  background-color: #121212;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 40px 10px 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.close-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.close-line.rotate {
  transform: rotate(90deg);
}

.close-line.rotate.popup, .close-line.popup {
  background-color: #333;
}

.demo-mark {
  flex: 0 auto;
  width: 80px;
  margin-left: 0;
  padding: 10px;
  display: block;
  position: static;
}

.demo-logo-mark {
  width: 120px;
  margin-left: 5px;
  position: static;
}

.demo-p.bottom {
  text-align: left;
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.demo-p.main {
  text-align: center;
  background-color: #2c2c2c;
  border-radius: 0;
  align-items: center;
  max-width: 350px;
  margin: 34px auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-family: Caveat, sans-serif;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.demo-p.main {
  text-align: left;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.demo-p.main.popup {
  color: #333;
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 20px;
}

.panel-text-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 600px;
}

.demo-wrapper {
  background-color: #23252600;
  background-image: linear-gradient(#000, #000);
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.separator {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.separator.popup {
  background-color: #101010;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.demo-text-wrapper {
  width: 250px;
}

.demo-bottom-buttons {
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 35px 40px auto;
}

.demo-btn-wrapper-block {
  z-index: 0;
  background-color: #4d16dd;
  position: absolute;
  inset: 0;
}

.demo-btn-wrapper-block.f-2 {
  background-color: #ff47f9;
}

.inner-wrapper {
  background-color: #e6e7e8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.demo-btn-close-arrow {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  transform: rotate(45deg);
}

.demo-banner-bottom {
  z-index: 9;
  background-color: #121212;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: flex;
  position: absolute;
  inset: -100px auto auto;
}

.demo-arrow-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.d-106-section-home {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.demo-arrow-wrapper {
  cursor: pointer;
  background-color: #4d16dd;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.demo-arrow-wrapper.next {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 10px;
}

.panel-button-wrapper {
  width: 150px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.demo-mark-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-banner-bottom-wrapper {
  justify-content: flex-start;
  width: 980px;
  display: flex;
}

.demo-btn-text {
  z-index: 1;
  color: #fff;
  border-right: 1px solid #ffffff54;
  padding: 15px 30px;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
}

.demo-btn-text.f-1 {
  z-index: 1;
  letter-spacing: .5px;
  border-style: none;
  padding: 8px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  position: static;
}

.demo-btn-text.f-1.ui-design {
  padding-left: 5px;
  padding-right: 5px;
}

.demo-btn {
  background-image: linear-gradient(to right, #4d16dd, #ff47f9);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-btn.f-1 {
  background-image: linear-gradient(to right, #4d16dd, #ff47f9);
  border: 1px solid #000;
  border-radius: 25px;
  margin: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.demo-btn.f-2 {
  background-image: none;
  border: 1px solid #ff47f9;
  border-radius: 25px;
  margin-top: 0;
  margin-left: 15px;
}

.demo-btn.f-2.bottom-btn {
  margin-left: 0;
  margin-right: 15px;
  display: none;
}

.image-2 {
  background-image: url('../images/trzcacak.rs-straight-razor-vector-png-909984.png');
  background-position: 0 0;
  background-size: 125px;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.demo-container {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg-noise-black-80.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.demo-right-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.d-50-circle-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  display: flex;
  transform: rotate(45deg);
}

.demo-main-text-wrapper {
  z-index: 99;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin: 76px auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.browser-demo {
  background-color: #1a1a1a;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 960px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.browser-top {
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.d-104-twitter-circle {
  z-index: 5;
  background-color: #1da1f2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-104-behance-circle {
  background-color: #1769ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-104-dribble-circle {
  background-color: #ea4c89;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-106-left-image-wrapper, .d-106-right-image-wrapper {
  background-color: var(--black);
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.d-106-left-image {
  background-image: url('../images/trzcacak.rs-straight-razor-vector-png-909984.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200%;
  position: absolute;
  inset: 0%;
}

.d-106-right-image {
  background-image: url('../images/trzcacak.rs-straight-razor-vector-png-909984.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.d-106-title {
  border: 3px solid #fff;
  padding: 10px 40px;
  font-family: Cormorant, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100px;
  position: absolute;
}

.d-81-bottom-right-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.d-81-bottom-left-line, .d-81-top-right-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.d-81-top-left-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.d-81-button-wrapper {
  color: #fff;
  border: 3px #ffffff4d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 11px 341px;
  padding-left: 104px;
  padding-right: 104px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: -188px;
  box-shadow: inset 0 0 0 3px #ffffff4d;
}

.d-81-button-wrapper.small {
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 12px;
  left: 0;
}

.d-81-button-wrapper.small._2nd {
  background-color: #1b1b1b;
}

.d-81-button-wrapper.small._2nd.main-hero {
  background-color: #d6c57b;
  border-width: 0;
  margin-top: 0;
  margin-bottom: -1px;
  padding-top: 0;
  padding-bottom: 0;
}

.browser-top-3 {
  background-color: #e2e2e2;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.d-81-top-left-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.demo-banner-top-3 {
  z-index: 9;
  background-color: #121212;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 40px 10px 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-4 {
  margin-left: 15px;
  margin-right: 15px;
}

.demo-arrow-wrapper-3 {
  cursor: pointer;
  background-color: #4d16dd;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.demo-arrow-wrapper-3.next {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 10px;
}

.instructions-wrapper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.demo-wrapper-2 {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.d-81-button-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 20px 30px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.d-81-button-bg {
  background-color: #0000;
  margin: 10px;
  position: absolute;
  inset: 0%;
}

.demo-container-4 {
  background-color: #1a1a1a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-81-right-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.demo-banner-bottom-4 {
  z-index: 9;
  background-color: #121212;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.d-81-bottom-right-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.d-81-right-line-wrapper {
  width: 3px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.demo-main-text-wrapper-2 {
  z-index: 99;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.d-81-left-line {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.d-81-bottom-left-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.d-81-left-line-wrapper {
  width: 3px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.image-5 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.browser-demo-3 {
  background-color: #1a1a1a;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  max-width: 1440px;
  height: 450px;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-81-top-right-line-wrapper {
  width: 50%;
  height: 3px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.d-132-menu-middle-left {
  border: 1px solid #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-132-menu-item-wrapper {
  overflow: hidden;
}

.d-132-top-line {
  transform-origin: 0%;
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.browser-top-5 {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.d-132-menu-trigger-wrapper {
  z-index: 1000;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 50px;
  margin-right: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.browser-demo-5 {
  z-index: auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 900px;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-banner-bottom-2 {
  z-index: 20;
  background-color: #121212;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.demo-container-2 {
  background-image: url('../images/background.svg'), linear-gradient(#1a1a1a, #1a1a1a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.separator-2 {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
}

.separator-2.popup {
  background-color: #101010;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.learn-ui-panel {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.d-132-section-home {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.d-132-instructions-text {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #e2dbcc;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 4px 4px #000;
}

.d-132-brand-link {
  color: #000;
  letter-spacing: 4px;
  margin-top: 30px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.learn-ui-panel-right-arrow {
  position: relative;
}

.d-132-menu-item {
  color: #fff;
  letter-spacing: 3px;
  font-size: 42px;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.demo-wrapper-3 {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.d-132-menu-item-bottom {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.d-132-middle-line {
  transform-origin: 50% 100%;
  background-color: #000;
  width: 1px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.d-132-menu-trigger-line {
  background-color: #fff;
  width: 35px;
  height: 1px;
  position: absolute;
}

.d-132-menu-top {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: flex;
  position: relative;
}

.d-132-menu-middle-right {
  border: 1px solid #fff;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.d-132-menu-wrapper {
  z-index: 2000;
  background-color: #e2dbcc;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-132-menu-bottom {
  border: 1px solid #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20%;
  display: flex;
  position: relative;
}

.d-132-menu-middle {
  flex: 0 auto;
  height: 60%;
  display: flex;
}

.d-132-bottom-line {
  transform-origin: 0%;
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.demo-bottom-buttons-2 {
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto 35px 40px auto;
}

.d-132-menu-wrapper-2 {
  z-index: 100;
  background-color: #e2dbcc;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-132-menu-trigger-wrapper-2 {
  z-index: 1500;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 50px;
  margin-right: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.d-132-menu-trigger-line-2 {
  background-color: #fff;
  width: 35px;
  height: 1px;
  position: absolute;
}

.d-132-menu-trigger-wrapper-3 {
  z-index: 5000;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 66px;
  margin-right: 60px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.clone-instructions-panel-2 {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.d-132-menu-trigger-line-3 {
  color: #fff;
  background-color: #fff;
  width: 35px;
  height: 1px;
  position: absolute;
}

.d-132-menu-wrapper-3 {
  z-index: 2000;
  background-color: #131313;
  flex-direction: column;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-parent {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  flex: 1;
}

.div-block-2.image-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-3 {
  flex: 1;
}

.section {
  width: 100%;
}

.image-6 {
  padding-right: 0;
  position: static;
}

.heading {
  position: absolute;
}

.div-block-4 {
  position: absolute;
  inset: auto 0% 0%;
}

.heading-2 {
  text-align: center;
  transform: translate(0, 67px);
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
}

.paragraph {
  text-align: center;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 60px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-3 {
  text-align: center;
}

.flex-3 {
  flex-flow: row;
  place-content: stretch space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.div-block-6 {
  flex: 1;
}

.div-block-6.image1 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-7, .div-block-8 {
  flex: 1;
}

._3-row {
  background-image: linear-gradient(#0000, #0000), url('../images/bg-noise-white.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 23px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.left-right {
  background-color: #000;
}

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

.chair-text {
  max-width: 1200px;
  margin: 27px auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.div-block-10 {
  flex: 1;
}

.div-block-11 {
  flex: 1;
  padding-left: 38px;
  padding-right: 38px;
}

.heading-4 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

.div-block-12 {
  color: #fff;
  background-color: #000;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-right: 420px;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 0;
}

.paragraph-2 {
  color: #000;
  font-family: Open Sans, sans-serif;
  line-height: 24px;
}

.heading-5 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

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

.nav {
  z-index: 4000;
  background-color: #0000;
  flex-direction: row;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.flex-nav {
  flex-flow: column wrap;
  flex: 0 auto;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-14 {
  padding-left: 15px;
  padding-right: 15px;
}

.image-7 {
  margin-left: -15px;
  padding-bottom: 34px;
}

.div-block-15 {
  padding-top: 114px;
  padding-bottom: 114px;
}

.flex-imagegallery {
  background-color: #000;
  flex-direction: row;
  margin-left: 0;
  display: flex;
}

.div-block-16 {
  flex: 1;
}

.div-block-16.flex-parent1 {
  flex-direction: column;
  flex: 1;
  order: 0;
  display: flex;
}

.div-block-17, .div-block-18, .div-block-19 {
  flex: 1;
}

.div-block-20 {
  flex: 1 0 auto;
}

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

.flex-images {
  flex-direction: row;
  display: flex;
}

.div-block-22, .div-block-23, .div-block-24, .div-block-25, .div-block-26 {
  flex: 1;
}

.div-block-26.flex-child {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.flex-grandchild {
  flex: 0 3 auto;
}

.image-9 {
  flex: 2 0 auto;
}

.div-block-27 {
  border: 0 solid #7f7d7d;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-10 {
  flex: 0 auto;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  grid-template-rows: 387px 499px 250px 400px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-28 {
  background-image: url('../images/73546060_480817215975261_4975138065293536011_n.jpg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #000;
}

.div-block-29 {
  background-image: url('../images/black3.jpg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #000;
}

.large-image {
  background-image: url('../images/dsfdsfsdfdsf-392x800.jpg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #000;
}

.div-block-30 {
  background-image: url('../images/72891252_968226523560204_6679666730276343814_n.jpg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #000;
}

.div-block-31 {
  background-image: url('../images/Skin-Fade-with-Beard-and-Quiff.jpg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #000;
}

.div-block-32 {
  background-image: url('../images/home-showcase-3.jpg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #000;
}

.div-block-33 {
  background-image: url('../images/home-showcase-4-1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #000;
}

.div-block-34 {
  background-image: url('../images/33079-DS-Barbers.PNG');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #000;
}

.div-block-35 {
  background-image: url('../images/cool-Low-Skin-Fade-Haircut-2019.jpg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 7px solid #000;
}

.div-block-36 {
  background-image: url('../images/73210207_142203937177875_3292220856201117696_n-1.jpg');
  background-position: 50%;
  background-size: cover;
  border: 7px solid #000;
}

.about {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.div-block-37 {
  flex: 1;
  margin-top: 111px;
  margin-bottom: 111px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-38 {
  flex: 1;
  margin-top: 111px;
  margin-bottom: 111px;
  padding-left: 29px;
  padding-right: 29px;
}

.section-2 {
  background-color: #f2e8dc;
}

.heading-6 {
  color: #252525;
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.paragraph-3 {
  color: #000;
  font-family: Open Sans, sans-serif;
}

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

.paragraph-4 {
  color: #000;
}

.div-block-40 {
  background-color: #000;
  margin: 0 17px 9px 0;
  padding: 6px 0 11px 5px;
}

.paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
  color: #000;
  padding-bottom: 26px;
  font-size: 18px;
}

.section-3 {
  background-image: url('../images/bg-noise-white.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section-4 {
  background-image: url('../images/bg-noise-black-80.jpg');
  background-position: 0 0;
  background-size: 550px;
}

.div-block-41 {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 103px;
  padding-bottom: 103px;
  display: flex;
}

.div-block-42 {
  flex-direction: column;
  flex: 1;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
}

.div-block-43 {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-43.middle-footer {
  flex-direction: row;
  align-self: flex-start;
  align-items: flex-start;
}

.div-block-44 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.link, .link-2 {
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-3 {
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
}

.text-block {
  letter-spacing: 2px;
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-45 {
  padding-top: 22px;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  margin: 18px 11px 0;
  padding: 6px 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

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

.button._2nd {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 12px;
}

.button._2nd.new {
  margin-left: 0;
  margin-right: 0;
}

.button._3rd {
  padding-top: 5px;
  padding-bottom: 5px;
}

.button._3rd._3219 {
  margin-left: 0;
  margin-right: 0;
}

.button._3rd.new {
  margin: 8px 0;
}

.button._21321 {
  margin-left: 0;
}

.image-11 {
  text-align: left;
}

.button-2 {
  text-align: left;
  padding-top: 11px;
  padding-bottom: 11px;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  margin-top: 95px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  padding-top: 37px;
  padding-bottom: 37px;
  font-size: 12px;
}

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

.div-block-49 {
  max-width: 500px;
}

.heading-8 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.text-block-3 {
  text-align: center;
  padding-top: 4px;
  font-family: Open Sans, sans-serif;
  line-height: 26px;
}

.location {
  background-image: linear-gradient(#69696980, #69696980), url('../images/bg-noise-black-80.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.div-block-51 {
  text-align: center;
  align-self: center;
}

.heading-9 {
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: Open Sans, sans-serif;
  font-size: 70px;
}

.paragraph-9 {
  padding: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.image-12 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.div-block-52 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-top: 58px;
  display: flex;
}

.div-block-53 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: -39px;
  display: flex;
}

.div-block-54 {
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 0 28px;
  padding-left: 0;
  display: flex;
}

.heading-10 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.heading-11 {
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.address {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 25px;
}

.text-block-4, .button-3 {
  text-align: center;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
}

.d-73-3d-wrapper {
  perspective: 1000px;
  width: 100px;
  height: 100px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}

.d-73-icon-bg-five {
  background-color: #fff3;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-73-icon-bg-four {
  background-color: #fff6;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-73-icon-bg-three {
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-73-icon-bg-two {
  background-color: #fffc;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-73-icon-bg-one {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-73-icon {
  color: #000;
  font-family: "Fa brands 400", sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.our-socials {
  transform-origin: 100%;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transform: translate(-102px)rotate(-90deg);
}

.div-block-55 {
  background-image: url('../images/pic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 250px;
  height: 357px;
  display: flex;
}

.services-text-header {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 19px;
  padding-top: 0;
  padding-bottom: 19px;
  font-size: 12px;
  font-weight: 700;
}

.logo-text {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 16px;
  margin-left: 26px;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.line-decoration {
  color: #fff;
  background-color: #fff;
  width: 55%;
  height: 1px;
  margin-left: 10px;
}

.line-decoration._2 {
  width: auto;
  margin-left: 0;
}

.paragraph-10 {
  color: #fff;
  width: 405px;
  margin-top: 28px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.top-title {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 42px;
  font-size: 12px;
  font-weight: 700;
}

.image-13 {
  margin-left: 11px;
  padding: 15px 3px;
}

.social-icon {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Fa brands 400", sans-serif;
  display: flex;
}

.container-2 {
  padding-left: 26px;
  display: flex;
}

.button1 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  background-color: #fff;
  margin-top: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 18px;
  font-size: 12px;
  line-height: 1;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
}

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

.nav-link.w--current {
  color: #fff;
  text-decoration: none;
}

.services-info {
  margin-top: 10px;
  margin-left: 7px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.search-wrapper {
  display: block;
}

.social-icons-wrapper {
  flex-direction: column;
  margin-top: 116px;
  margin-left: 14px;
  display: flex;
}

.social-link-block {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.social-media-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-12 {
  color: #fff;
  letter-spacing: 3px;
  margin-top: 8px;
  font-size: 84px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.number-wrapper {
  position: relative;
}

._01-number {
  color: #fff;
  margin-bottom: 12px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: auto 0% 0%;
}

._01-number._2 {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: 24px;
  inset: 0% auto auto 0%;
}

.div-block-56 {
  z-index: 6000;
}

.services-block-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 7px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
}

.services-block {
  background-color: #3d383859;
  margin-top: -5px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.grid-contain {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: .75fr .75fr 2.25fr;
  grid-template-columns: .25fr .25fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px;
  display: grid;
  position: relative;
}

.heading-13 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 24px;
  margin-left: 0;
  font-size: 37px;
  line-height: 1;
}

.articles-wrapper {
  margin-left: 0;
}

.main-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 14px;
  display: grid;
}

.content-wrapper {
  padding-left: 30px;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #171717d4;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: -13px;
  margin-left: 6px;
  display: flex;
  position: fixed;
}

.section-5 {
  background-color: #080808;
}

.demo-wrapper-4 {
  z-index: -1;
  background-color: #272727;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-right: 0%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-14 {
  background-color: #afafaf00;
  border: 0 solid #fff;
  margin-top: 13px;
  margin-bottom: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.services-block-2 {
  background-color: #3d383859;
  flex-flow: row;
  align-items: flex-start;
  min-width: 220px;
  margin: 14px 20px -5px 4px;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 12px;
  display: flex;
  position: relative;
}

.services-block-2:hover {
  background-color: #a1a1a194;
}

.services-info-2 {
  margin-top: 10px;
  margin-left: 9px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.img-10 {
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin-left: 0;
  padding: 0;
}

.div-block-57 {
  z-index: 6000;
  background-color: #00000094;
  grid-template-rows: 1.5fr 4.75fr;
  grid-template-columns: .75fr 1fr 1fr .75fr;
  grid-auto-rows: .25fr;
  grid-auto-flow: row;
  min-width: 0%;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
}

.heading-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 400px;
  max-width: 400px;
  margin-top: 41px;
  margin-bottom: 41px;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.container-3 {
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 0;
  display: flex;
}

.line-decoration-2 {
  color: #fff;
  background-color: #fff;
  width: 45%;
  height: 1px;
  margin-left: 2px;
}

.line-decoration-2._2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-left: 446px;
  padding-right: 446px;
}

.social-media-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.our-socials-2 {
  transform-origin: 100%;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-left: 4px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transform: translate(-102px)rotate(-90deg);
}

.title-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 13px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button1-2 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  margin-top: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 18px;
  font-size: 12px;
  line-height: 1;
  display: block;
}

.services-text-header-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 15px;
  padding-top: 0;
  padding-bottom: 19px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.heading-15 {
  color: #fff;
  letter-spacing: 3px;
  align-self: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 84px;
}

.articles-wrapper-2 {
  flex-direction: column;
  max-height: none;
  margin-top: -43px;
  margin-left: 0;
  display: flex;
}

.logo-wrapper-2 {
  margin-top: -41px;
  margin-left: -31px;
}

.services-block-text-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 5px;
  padding-left: 2px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.services-block-text-2:hover {
  color: #fff;
}

.social-icons-wrapper-2 {
  flex-direction: column;
  margin-top: 94px;
  margin-left: 14px;
  font-size: 18px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.heading-16 {
  border: 2px solid #fff;
}

.d-106-title-2 {
  border: 3px solid #fff;
  padding: 10px 40px;
  font-size: 72px;
  font-weight: 400;
  line-height: 100px;
  position: absolute;
}

.div-block-58 {
  border: 3px solid #000;
  border-radius: 20px;
}

.div-block-59 {
  background-color: #0000;
  border: 0 solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 38px;
  display: flex;
}

.heading-17 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 0;
  text-transform: uppercase;
  padding: 23px 30px;
  font-family: Merriweather, serif;
  font-size: 80px;
  line-height: 80px;
  text-decoration: none;
}

.cursor-wrapper {
  z-index: 9000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  background-color: #f07;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  inset: 0%;
}

.cursor-circle {
  border: 2px solid #ff00773b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.services-treatments {
  background-color: #777;
  background-image: url('../images/bg-noise-black-80.jpg');
  background-position: 0 0;
  background-size: 125px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 145px;
}

.services-rows {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.services-infoblock {
  color: #000;
  background-color: #2c2c2c;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 510px;
  height: 218px;
  margin: 25px 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-18 {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  margin-top: 1px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.button-4 {
  text-align: left;
}

.div-block-61 {
  flex-direction: row;
  display: flex;
}

.div-block-62 {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-63 {
  background-image: url('../images/Junior-haircut.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 100%;
}

.div-block-63.shape-up {
  background-image: linear-gradient(#ff5c3b29, #ff5c3b29), url('../images/beard-shape-up.jpeg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-63.menscut {
  background-image: linear-gradient(#ff5c3b29, #ff5c3b29), url('../images/home-showcase-4-1.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-right: 0;
}

.div-block-63.skinfade {
  background-image: linear-gradient(#ff5c3b29, #ff5c3b29), url('../images/dynasty_barbers-low-fade-side-part-hairstyle-men-.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-63.infants {
  background-image: linear-gradient(#ff5c3b29, #ff5c3b29), url('../images/infants-haircut.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-63.junior {
  background-image: linear-gradient(#ff5c3b29, #ff5c3b29), url('../images/Junior-haircut.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-63.dad-lad {
  background-image: linear-gradient(#ff5c3b29, #ff5c3b29), url('../images/dadlad.jpg');
  background-position: 0 0, 50% 17%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-64 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-19 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.section-6 {
  perspective: 800px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -24px;
  display: flex;
  position: relative;
}

.circle {
  z-index: -30;
  transform-style: preserve-3d;
  background-color: #b8b8b8;
  background-image: radial-gradient(circle at 70% 40%, #fff6, #fff0);
  border-radius: 10000px;
  width: 260px;
  height: 260px;
  position: absolute;
  transform: translate3d(0, 0, -80px);
}

.circle.blue {
  filter: none;
  transform-style: preserve-3d;
  background-color: #000;
  width: 100px;
  height: 100px;
  transform: translate3d(-120px, 80px, -200px);
}

.dog {
  z-index: 2;
  display: block;
  position: absolute;
  transform: translate(-78px, -110px);
}

.jump {
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(50px, -10px, 80px);
}

.actions {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  transform: translate3d(0, 161px, 143px);
}

.button-5 {
  letter-spacing: 1px;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 90px;
  padding: 12px 32px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  transform: translate3d(0, -8px, 60px);
}

.button-5:hover {
  background-color: #ff5578;
  transform: translate3d(0, -12px, 70px);
}

.link-secondary {
  transform-style: preserve-3d;
  font-size: 12px;
  transform: translate3d(0, -8px, 100px);
}

.div-block-65 {
  background-image: url('../images/DS-BARBER-MAP.png');
  background-position: 0 0;
  background-size: cover;
  width: 700px;
  max-width: 700px;
  height: 300px;
}

.map {
  width: 700px;
  max-width: 1200px;
}

.div-block-66 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-67 {
  background-image: url('../images/DS-BARBER-MAP.png');
  background-position: 50%;
  background-size: cover;
  width: 1200px;
  max-width: 1200px;
  height: 800px;
  max-height: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  max-width: 100%;
}

.container-4 {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-2 {
  grid-template-rows: auto;
}

.bklc-fa691890-89d2-c10a-c531-ddc8b1f2fd5d {
  border: 0px none none;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.bklt-fa691890-89d2-c10a-c531-ddc8b1f2fd5d {
  color: #111827;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.image-17 {
  padding-bottom: 60px;
}

.image-18 {
  max-width: 60%;
}

.grid-3 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  padding-bottom: 100px;
}

.section-7 {
  color: #fff;
  background-color: #000;
}

.heading-20 {
  color: #d6c57b;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.div-block-68, .div-block-69 {
  color: #d6c57b;
  background-color: #d6c57b;
  height: 3px;
}

.section-8 {
  background-color: #000;
}

.section-9 {
  background-color: #30ff36;
}

.div-block-70 {
  color: #e8dfcf;
}

.paragraph-14 {
  color: #000;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-14:hover {
  color: #295a00;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-right: 20px;
}

.div-block-71 {
  font-size: 20px;
}

.paragraph-17 {
  color: #000;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-17:hover {
  color: #295a00;
}

.container-10 {
  max-width: 1400px;
  padding: 60px 20px 0;
}

.paragraph-15 {
  color: #000;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-15:hover {
  color: #295a00;
}

.section-10 {
  background-color: #000;
}

.div-block-74 {
  color: #e8dfcf;
}

.paragraph-18 {
  color: #d6c57b;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-18:hover {
  color: #fff;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-right: 20px;
}

.div-block-75 {
  font-size: 20px;
}

.paragraph-19 {
  color: #d6c57b;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-19:hover {
  color: #fff;
}

.container-11 {
  max-width: 1400px;
  padding: 60px 20px 0;
}

.paragraph-20 {
  color: #d6c57b;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-20:hover {
  color: #fff;
}

.section-11 {
  color: #3f3f3f;
  background-color: #000;
}

.container-12 {
  max-width: 1400px;
  padding: 20px;
}

.grid-11 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.div-block-78 {
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-21 {
  color: #d6c57b;
  padding-top: 20px;
  font-size: 18px;
  text-decoration: underline;
}

.paragraph-22 {
  color: #0037ff;
  padding-bottom: 20px;
  font-size: 15px;
  text-decoration: underline;
}

.paragraph-22:hover {
  color: #d6c57b;
}

.container-13 {
  max-width: 1200px;
}

.paragraph-23 {
  color: #fff;
  text-transform: lowercase;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-23:hover {
  color: #fff;
}

.section7 {
  background-color: #000;
}

.grid-7 {
  grid-template-rows: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-8 {
  color: #fff;
  flex-flow: column;
  display: flex;
}

.div-block-79 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-13 {
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-13:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.heading-21 {
  color: #d6c57b;
  font-family: Oswald, sans-serif;
  text-decoration: underline;
}

.heading-22 {
  color: #d6c57b;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Oswald, sans-serif;
  text-decoration: underline;
}

.container-9 {
  max-width: 1400px;
  margin-bottom: 0;
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-12 {
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-12:hover {
  color: #fff;
}

.container-14 {
  max-width: 600px;
}

.container-15 {
  max-width: 1600px;
}

.container-16 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.navbar-2 {
  background-color: #000;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #d6c57b;
  font-size: 20px;
}

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

.nav-link-3 {
  border: 1px none var(--white);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-color: #d6c57b;
  background-clip: border-box;
  border-radius: 20px;
  font-size: 20px;
}

.nav-link-3:hover {
  border: 1px solid var(--black);
  mix-blend-mode: normal;
  border-radius: 2px;
}

.nav-link-4 {
  color: #d6c57b;
  font-size: 20px;
}

.image-21 {
  max-width: 60%;
  display: inline-block;
}

.paragraph-24, .paragraph-25 {
  font-size: 20px;
}

.div-block-81 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
}

.navlink {
  color: #d6c57b;
  font-size: 20px;
}

.navlink:hover {
  background-color: #fff;
}

.navlink.w--current {
  color: #d1c17c;
}

.navlink4 {
  color: #d6c57b;
  font-size: 20px;
}

.navlink4:hover {
  background-color: #fff;
}

.navlink4.w--current {
  color: #d6c57c;
}

.section-12 {
  background-image: url('../images/download.webp');
  background-position: 0 0;
  background-size: auto;
  max-width: 50%;
  height: 50vh;
  max-height: 100%;
  display: block;
}

.container-17 {
  max-width: 1600px;
  min-height: 10%;
}

.section-13 {
  background-image: url('../images/download.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  min-height: 120vh;
  padding-top: 153px;
}

.container-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-12 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr;
  padding-left: 20px;
  padding-right: 40px;
}

.heading-23 {
  color: #d6c57b;
  text-align: center;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #000;
  text-indent: 3px;
  white-space: normal;
  word-break: normal;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  font-family: Oswald, sans-serif;
  font-size: 150px;
  line-height: 200px;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-26 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #d6c57b;
  text-indent: 1px;
  text-transform: none;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  border-radius: 20px;
  max-width: 1600px;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 60px;
  box-shadow: inset 5px 20px 60px 40px #000000c4;
}

.container-19 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  display: block;
}

.link-block, .link-block-2 {
  color: #d6c57b;
}

.container-20 {
  max-width: 1800px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-14 {
  background-color: #000;
  margin-bottom: 0;
}

.paragraph-27 {
  text-align: left;
  font-size: 30px;
  line-height: 40px;
}

.image-22 {
  border-radius: 20px;
  max-width: 50%;
}

.div-block-85 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-21 {
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-15 {
  background-color: #000;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.grid-14 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 100px;
}

.paragraph-28, .column, .column-2 {
  font-size: 30px;
}

.paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35 {
  font-size: 30px;
  line-height: 30px;
}

.columns, .columns-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-36 {
  line-height: 30px;
}

.columns-3, .columns-4, .columns-5, .div-block-87 {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-37 {
  line-height: 30px;
}

.grid-15 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-39, .paragraph-40, .text-block-5, .paragraph-41, .text-block-6, .paragraph-42, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .div-block-89, .paragraph-43, .paragraph-44 {
  font-size: 30px;
  line-height: 30px;
}

.heading-24 {
  text-align: center;
  padding-bottom: 60px;
}

.div-block-90, .div-block-91, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  font-size: 30px;
  line-height: 30px;
}

.grid-16 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-25 {
  color: #d6c57b;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.div-block-92 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-46 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 30px;
  line-height: 50px;
}

.div-block-93 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 1px solid #d6c57b;
  border-radius: 16px;
  flex-flow: column;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-15 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.text-block-15:hover {
  color: #d6c57b;
}

.div-block-94 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

.link-block-3 {
  color: #fff;
  text-align: center;
}

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

.section-16 {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #000;
}

.section-17 {
  background-color: #000;
  padding-top: 140px;
}

.heading-26 {
  color: #d6c57b;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.container-22 {
  max-width: 1600px;
}

.section-18 {
  background-color: #000;
}

.grid-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.container-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-24 {
  width: 800px;
  height: 800px;
  padding-bottom: 20px;
}

.image-25 {
  width: 800px;
  height: 800px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.image-26 {
  width: 800px;
}

.image-27 {
  width: 800px;
  height: 800px;
  padding-bottom: 20px;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.image-28 {
  background-image: none;
  max-width: 50%;
}

.paragraph-47 {
  color: #cfbf7a;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-47:hover {
  color: #fff;
}

.div-block-96 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29 {
  background-image: none;
}

.paragraph-48 {
  color: #d6c57b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 20px;
  text-decoration: underline;
  display: flex;
}

.paragraph-48:hover {
  color: #fff;
}

.link-block-4 {
  color: #d6c57b;
  padding-top: 10px;
  padding-left: 10px;
}

.section-19 {
  background-color: #000;
}

.container-24 {
  max-width: 1600px;
}

.heading-27 {
  color: #d6c57b;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-49 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  font-size: 25px;
  line-height: 25px;
  display: flex;
}

.div-block-98 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d6c57b;
  border: 1px solid #d6c57b;
  border-radius: 1px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.link-5 {
  color: #fff;
}

.link-5:hover {
  color: #d6c57b;
}

.section-20 {
  margin-top: 0;
}

.div-block-99 {
  margin-top: -75px;
}

@media screen and (max-width: 991px) {
  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .demo-btn-close-wrapper {
    position: static;
  }

  .demo-btn-wrapper {
    margin-top: 30px;
  }

  .demo-heading.h1.popup {
    line-height: 60px;
  }

  .demo-heading.h2.popup {
    line-height: 35px;
  }

  .clone-instructions-panel, .demo-logo-mark {
    display: none;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-p.main.popup {
    line-height: 20px;
  }

  .demo-wrapper {
    background-color: #fff;
    flex-direction: row-reverse;
    flex: 0 auto;
    align-items: center;
    margin-right: 0%;
  }

  .demo-text-wrapper {
    width: 330px;
  }

  .inner-wrapper {
    display: flex;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    display: flex;
    position: fixed;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .d-106-section-home {
    clear: both;
    overflow: visible;
  }

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .image-2 {
    margin-right: 0;
  }

  .demo-container {
    clear: both;
    background-color: #000;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .d-50-circle-wrapper-2 {
    margin-top: 12px;
  }

  .demo-main-text-wrapper {
    width: 510px;
    margin-top: -28px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: auto;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .d-106-title {
    font-size: 48px;
    line-height: 86px;
  }

  .d-81-button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .d-81-button-wrapper.small._2nd._12 {
    max-width: 50%;
    padding: 0;
  }

  .instructions-wrapper-2 {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .demo-wrapper-2 {
    flex-direction: column-reverse;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    margin-right: 0%;
  }

  .demo-container-4 {
    clear: both;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    display: none;
    overflow: hidden;
  }

  .demo-banner-bottom-4 {
    align-items: flex-start;
    display: flex;
    position: fixed;
  }

  .demo-main-text-wrapper-2 {
    width: 510px;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: auto;
    position: absolute;
  }

  .image-5 {
    margin-right: 0;
  }

  .browser-demo-3 {
    flex-direction: column;
    width: 500px;
    height: auto;
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .browser-demo-5 {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .demo-banner-bottom-2 {
    align-items: flex-start;
    display: flex;
    position: fixed;
  }

  .demo-container-2 {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .learn-ui-panel {
    display: none;
  }

  .d-132-section-home {
    clear: both;
    overflow: visible;
  }

  .demo-wrapper-3 {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .d-132-menu-trigger-wrapper-3 {
    display: flex;
  }

  .clone-instructions-panel-2 {
    display: none;
  }

  .d-132-menu-wrapper-3 {
    display: flex;
  }

  .paragraph {
    text-align: center;
  }

  .div-block-6.image1, .div-block-6.image2, .div-block-6.image3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .chair-text {
    flex-direction: row;
  }

  .div-block-11 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading-4 {
    max-width: 100%;
  }

  .div-block-12 {
    margin-right: 300px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .paragraph-2 {
    max-width: 500px;
  }

  .grid {
    grid-template-rows: 334px 291px 349px 315px 416px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 0;
  }

  .div-block-28, .div-block-29, .large-image, .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34 {
    border-width: 4px;
  }

  .div-block-35 {
    border-width: 4px;
    display: none;
  }

  .div-block-36 {
    border-width: 4px;
  }

  .about {
    padding-left: 39px;
    padding-right: 39px;
  }

  .div-block-37 {
    letter-spacing: 2px;
  }

  .heading-6 {
    letter-spacing: 4px;
    font-size: 28px;
  }

  .div-block-41 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-44 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-7, .heading-8 {
    font-size: 20px;
  }

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

  .div-block-53 {
    margin-top: 0;
    padding: 49px;
  }

  .d-73-3d-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-contain {
    flex-direction: column;
    display: flex;
  }

  .demo-wrapper-4 {
    flex-direction: row-reverse;
    flex: 0 auto;
    align-items: center;
    margin-right: 0%;
  }

  .div-block-57 {
    background-color: #000000d4;
  }

  .menu-wrapper-2 {
    display: none;
  }

  .social-media-wrapper-2 {
    order: -1;
    display: none;
  }

  .title-wrapper-2 {
    max-width: 100%;
  }

  .d-106-title-2 {
    font-size: 48px;
    line-height: 86px;
  }

  .cursor-wrapper {
    display: none;
  }

  .services-rows {
    flex-direction: column;
  }

  .services-infoblock {
    flex-direction: row;
    max-width: 510px;
    max-height: 218px;
  }

  .div-block-64 {
    flex-direction: row;
  }

  .div-block-67 {
    width: 1000px;
    height: 500px;
    max-height: 500px;
  }

  .paragraph-23 {
    text-transform: lowercase;
  }

  .paragraph-13 {
    line-height: 25px;
  }

  .heading-22 {
    text-align: center;
  }

  .container-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 40px;
  }

  .nav-link-3 {
    margin-left: 0;
  }

  .section-13 {
    min-height: 120vh;
  }

  .div-block-82 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    margin-right: 30px;
  }

  .heading-23 {
    text-align: center;
    padding-bottom: 140px;
    font-size: 100px;
    line-height: 140px;
  }

  .div-block-83 {
    margin-bottom: 40px;
  }

  .paragraph-26 {
    -webkit-text-stroke-width: .3px;
    font-size: 30px;
    line-height: 40px;
    box-shadow: inset 2px -1px 60px 50px #000000c4;
  }

  .container-19 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .grid-13 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-27 {
    text-align: center;
    font-size: 25px;
  }

  .image-22 {
    max-width: 80%;
  }

  .grid-14 {
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-30, .paragraph-32, .paragraph-34, .paragraph-35, .paragraph-37 {
    font-size: 25px;
  }

  .paragraph-38 {
    font-size: 25px;
    line-height: 30px;
  }

  .grid-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45 {
    font-size: 25px;
  }

  .heading-24 {
    padding-bottom: 100px;
  }

  .text-block-11, .text-block-12 {
    font-size: 25px;
  }

  .grid-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-25 {
    color: #d6c57b;
    font-size: 40px;
  }

  .paragraph-46 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    display: block;
  }

  .div-block-93 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

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

  .grid-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-24, .image-25, .image-27 {
    height: 400px;
  }

  .grid-18 {
    flex-flow: column;
    display: flex;
  }

  .heading-27 {
    line-height: 60px;
  }

  .paragraph-49 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .demo-btn-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-heading.h1 {
    max-width: 400px;
  }

  .demo-heading.h1.popup {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-close-div.popup {
    top: 50px;
    right: 50px;
  }

  .clone-instructions-panel {
    height: auto;
    display: none;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-p.main.popup {
    padding-left: 0;
    padding-right: 0;
  }

  .panel-text-wrapper {
    width: 100%;
    height: 420px;
    margin-top: 150px;
    overflow: visible;
  }

  .demo-wrapper {
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-wrapper {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .demo-banner-bottom {
    align-items: flex-end;
    display: flex;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .demo-btn-text.f-1 {
    font-size: 12px;
  }

  .demo-btn.f-1 {
    flex: none;
    margin-bottom: 10px;
  }

  .demo-btn.f-2 {
    flex: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .demo-btn.f-2.bottom-btn {
    margin-bottom: 0;
  }

  .demo-container {
    background-image: url('../images/background.svg'), linear-gradient(to bottom, null, null);
    background-attachment: fixed, scroll;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .demo-main-text-wrapper {
    align-items: center;
    width: auto;
    margin-left: -118px;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    inset: auto 0% 0% -292%;
    transform: translate(38%);
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    padding: 100px 30px;
  }

  .d-106-title {
    position: absolute;
  }

  .d-81-button-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 46px;
    padding-right: 46px;
    left: 0;
  }

  .d-81-button-wrapper.small, .d-81-button-wrapper.small.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .instructions-wrapper-2 {
    margin-left: 0;
  }

  .demo-container-4 {
    align-items: center;
    min-height: 100vh;
    display: none;
  }

  .demo-banner-bottom-4 {
    align-items: flex-end;
    display: flex;
  }

  .demo-main-text-wrapper-2 {
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .browser-demo-3 {
    width: 400px;
    margin-bottom: 100px;
  }

  .d-132-menu-trigger-wrapper {
    margin-right: 40px;
  }

  .browser-demo-5 {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .demo-banner-bottom-2 {
    align-items: flex-end;
    display: flex;
  }

  .demo-container-2 {
    background-image: url('../images/background.svg'), linear-gradient(to bottom, null, null);
    background-attachment: fixed, scroll;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .learn-ui-panel {
    height: auto;
    display: none;
  }

  .demo-wrapper-3 {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-132-middle-line {
    display: none;
  }

  .d-132-menu-middle {
    flex-direction: column;
  }

  .d-132-menu-trigger-wrapper-2, .d-132-menu-trigger-wrapper-3 {
    margin-right: 40px;
  }

  .clone-instructions-panel-2 {
    height: auto;
    display: none;
  }

  .d-132-menu-wrapper-3 {
    display: none;
  }

  .paragraph {
    margin-bottom: 0;
    padding: 0 0 0 40px;
    font-size: 10px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .flex-3 {
    flex-direction: column;
    align-items: center;
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .div-block-6.image1, .div-block-6.image2, .div-block-6.image3 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .chair-text {
    flex-direction: column;
  }

  .heading-4 {
    font-size: 26px;
  }

  .div-block-12 {
    min-width: 0;
    max-width: 300px;
    margin-right: 190px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .nav, .div-block-15, .image-8 {
    display: none;
  }

  .grid {
    grid-template-rows: 158px 291px 162px 315px 416px;
  }

  .about {
    flex-direction: column;
  }

  .div-block-37 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-38 {
    min-width: 0;
    margin-top: 19px;
    margin-bottom: 19px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-6 {
    font-size: 44px;
  }

  .paragraph-3 {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .div-block-41 {
    flex-direction: column;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-42 {
    align-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .div-block-43.middle-footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 58px 89px;
  }

  .div-block-44 {
    margin-left: 13px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .text-block {
    text-align: center;
  }

  .button {
    padding-bottom: 6px;
  }

  .location {
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-50 {
    padding: 63px;
  }

  .paragraph-9 {
    padding: 26px;
  }

  .demo-wrapper-4 {
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    font-size: 50px;
  }

  .div-block-60 {
    background-color: #fff;
    margin-top: 8px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 200px;
  }

  .services-rows {
    flex-direction: column;
    max-width: 200px;
  }

  .services-infoblock {
    max-width: 420px;
  }

  .heading-18 {
    margin-bottom: 5px;
  }

  .div-block-62 {
    min-width: 200px;
  }

  .jump {
    max-width: 340px;
  }

  .actions {
    transform: translate3d(0, 150px, 143px);
  }

  .div-block-65 {
    background-position: 50%;
    width: 450px;
  }

  .image-15 {
    height: 200px;
  }

  .div-block-67 {
    background-position: 70%;
    width: 400px;
    min-width: 600px;
    height: 600px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-10 {
    padding-top: 0;
  }

  .image-19 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-10 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 20px;
    display: flex;
  }

  .container-11 {
    padding-top: 0;
  }

  .image-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-7 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    display: flex;
  }

  .grid-8 {
    text-align: center;
  }

  .paragraph-13 {
    line-height: 25px;
  }

  .heading-22 {
    text-align: center;
  }

  .section-13 {
    min-height: 120vh;
  }

  .heading-23 {
    -webkit-text-stroke-width: 3px;
    padding-top: 100px;
    font-size: 70px;
    line-height: 100px;
  }

  .div-block-84 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .grid-13 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-27 {
    text-align: center;
    margin-bottom: 40px;
  }

  .grid-14 {
    flex-flow: column;
    display: flex;
  }

  .div-block-88 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .grid-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-13, .text-block-14 {
    font-size: 25px;
  }

  .paragraph-46 {
    margin-bottom: 40px;
  }

  .div-block-93 {
    margin-bottom: 0;
  }

  .grid-17 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-24, .image-25, .image-27 {
    height: 600px;
  }
}

@media screen and (max-width: 479px) {
  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .demo-btn-close-wrapper {
    flex: none;
    align-items: center;
  }

  .demo-btn-wrapper {
    flex: none;
    width: 180px;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-heading.h1 {
    line-height: 28px;
  }

  .demo-heading.h1.popup {
    font-size: 25px;
    line-height: 35px;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .image-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .clone-instructions-panel {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .demo-banner-top {
    padding-left: 0;
    padding-right: 20px;
  }

  .demo-mark {
    width: 80px;
    padding: 10px;
  }

  .demo-p.main {
    width: 250px;
    max-width: 350px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
  }

  .panel-text-wrapper {
    margin-top: 0;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-text-wrapper {
    width: 100%;
    max-width: 330px;
  }

  .demo-bottom-buttons {
    flex-direction: column;
    align-items: flex-end;
  }

  .inner-wrapper {
    align-items: center;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .demo-arrow-text {
    display: none;
  }

  .demo-arrow-wrapper {
    justify-content: center;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .demo-arrow-wrapper.next {
    justify-content: center;
  }

  .demo-mark-logo-wrapper, .demo-banner-bottom-wrapper {
    margin-left: 10px;
  }

  .demo-btn.f-2.bottom-btn {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .demo-main-text-wrapper {
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    inset: auto 0% 0% 16%;
    transform: translate(19%);
  }

  .browser-demo {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .d-106-title {
    padding: 22px 39px;
    font-size: 32px;
    line-height: 48px;
  }

  .d-81-button-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 79px;
    padding-right: 79px;
    left: 0;
  }

  .demo-banner-top-3 {
    padding-left: 0;
    padding-right: 20px;
  }

  .demo-arrow-wrapper-3, .demo-arrow-wrapper-3.next {
    justify-content: center;
  }

  .instructions-wrapper-2 {
    align-self: auto;
    margin-left: 0;
  }

  .demo-wrapper-2 {
    align-items: center;
    margin-right: 0;
  }

  .d-81-button-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .demo-banner-bottom-4 {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .demo-main-text-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    margin-top: 0;
    margin-right: 0;
  }

  .browser-demo-3 {
    width: 100%;
    margin-bottom: 220px;
  }

  .d-132-menu-trigger-wrapper {
    margin-right: 20px;
  }

  .browser-demo-5 {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-banner-bottom-2 {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .learn-ui-panel {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .d-132-instructions-text {
    margin-left: 55px;
    margin-right: 55px;
  }

  .demo-wrapper-3 {
    align-items: center;
    margin-top: 100px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-bottom-buttons-2 {
    flex-direction: column;
    align-items: flex-end;
  }

  .d-132-menu-trigger-wrapper-2, .d-132-menu-trigger-wrapper-3 {
    margin-right: 20px;
  }

  .clone-instructions-panel-2 {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .d-132-menu-trigger-line-3 {
    width: 30px;
  }

  .d-132-menu-wrapper-3 {
    display: none;
    position: fixed;
  }

  .flex-parent {
    flex-direction: column;
  }

  .paragraph {
    text-align: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .chair-text {
    flex-direction: column;
  }

  .grid {
    grid-template-rows: 153px 158px 162px 205px 196px;
  }

  .about {
    flex-direction: column;
  }

  .div-block-37 {
    text-align: center;
    max-width: 100%;
  }

  .div-block-38 {
    margin-top: -61px;
    margin-bottom: -61px;
    padding: 63px 31px;
  }

  .heading-6 {
    text-align: center;
    max-width: none;
    font-size: 30px;
  }

  .paragraph-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-39 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-41 {
    justify-content: flex-start;
    align-items: center;
    max-width: 450px;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .div-block-42 {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .div-block-43.middle-footer {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-44 {
    margin-left: 0;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .button._3rd._3219 {
    margin-right: 0;
  }

  .div-block-48 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-2 {
    margin-top: 188px;
    margin-bottom: -24px;
  }

  .location {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-51 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .heading-9 {
    font-size: 40px;
  }

  .paragraph-9 {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 14px;
  }

  .div-block-52 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .div-block-53 {
    align-items: center;
    padding: 27px 0;
  }

  .div-block-54 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-10 {
    font-size: 28px;
  }

  .heading-11 {
    text-align: left;
    font-size: 28px;
  }

  .address, .text-block-4 {
    text-align: center;
    font-size: 12px;
  }

  .demo-wrapper-4 {
    z-index: -10;
    background-color: #5050503d;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-106-title-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 48px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .services-infoblock {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    height: 400px;
    max-height: 400px;
  }

  .heading-18 {
    font-size: 14px;
  }

  .paragraph-11 {
    font-size: 12px;
  }

  .div-block-63.shape-up {
    width: 100%;
  }

  .div-block-63.menscut {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .div-block-63.skinfade, .div-block-63.infants, .div-block-63.junior, .div-block-63.dad-lad {
    width: 100%;
  }

  .section-6 {
    margin-top: -32px;
  }

  .dog {
    max-width: 150px;
    transform: translate(-50px, -110px);
  }

  .jump {
    max-width: 250px;
    transform: translate3d(20px, -10px, 80px);
  }

  .actions {
    transform: translate3d(0, 132px, 143px);
  }

  .button-5 {
    padding: 8px 24px;
    font-size: 12px;
  }

  .div-block-65 {
    background-position: 60%;
    width: 100%;
    display: flex;
  }

  .image-15 {
    height: auto;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .div-block-67 {
    background-position: 90%;
  }

  .image-17 {
    text-align: left;
    max-width: 60%;
  }

  .grid-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    right: 0;
  }

  .container-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .div-block-72 {
    flex: 1;
  }

  .div-block-73 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-10 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    right: 0;
  }

  .container-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .div-block-76 {
    flex: 1;
  }

  .div-block-77 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-11 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .paragraph-22 {
    color: #0b61ff;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .grid-8 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-79 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-13 {
    text-align: center;
  }

  .heading-21 {
    font-size: 30px;
  }

  .heading-22 {
    text-align: center;
  }

  .div-block-80 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-16 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-2 {
    color: #000;
  }

  .nav-link-3 {
    font-size: 10px;
  }

  .image-21 {
    min-width: 60%;
  }

  .navlink, .navlink4 {
    color: #000;
  }

  .section-13 {
    height: 120%;
    min-height: 130vh;
  }

  .menu-button {
    margin-right: 25px;
  }

  .grid-12 {
    padding-bottom: 140px;
  }

  .heading-23 {
    -webkit-text-stroke-width: 1.5px;
    padding-bottom: 60px;
    font-size: 40px;
    line-height: 70px;
  }

  .div-block-83 {
    margin-bottom: 60px;
  }

  .div-block-84 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .paragraph-26 {
    -webkit-text-stroke-width: .1px;
    padding-left: 10px;
    font-size: 18px;
  }

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

  .div-block-86 {
    font-size: 25px;
  }

  .grid-14 {
    flex-flow: column;
    display: flex;
  }

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

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

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

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

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

  .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 16px;
  }

  .paragraph-43, .paragraph-44, .paragraph-45, .text-block-11, .text-block-12 {
    font-size: 20px;
  }

  .text-block-13, .text-block-14 {
    font-size: 16px;
  }

  .heading-25 {
    text-align: center;
    font-size: 38px;
  }

  .div-block-92 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .grid-17 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-24 {
    width: 800px;
    height: 350px;
  }

  .image-25, .image-27 {
    height: 350px;
  }

  .grid-18 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-95 {
    justify-content: center;
    align-items: center;
  }

  .image-28 {
    margin-right: 15px;
  }

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

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

  .heading-27 {
    font-size: 38px;
  }

  .div-block-98 {
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #d6c57a;
    border: 1px solid #d6c57b;
    border-radius: 2px;
    margin: 10px 20px;
  }
}

#w-node-_81b91762-35ed-abfa-e8ad-8227bfa56ccc-aa9f0f72, #w-node-_0fd9ff80-667a-e84b-fd2d-8aa79549e962-aa9f0f72, #w-node-_0ddfb52f-9aee-db54-4250-e86e719acae0-aa9f0f72 {
  place-self: center;
}

#w-node-f8d49900-5a01-b910-0853-ebd0afedf159-aa9f0f72 {
  place-self: center end;
}

#w-node-_05dc0a02-4927-d37f-6862-81cc27c85399-aa9f0f72, #w-node-_6bee3353-f65c-1261-ff68-56e67bcbd0a0-aa9f0f72, #w-node-_93034fc1-cf93-2eb4-2676-c62d923ec479-aa9f0f72, #w-node-b30abee3-9e46-1506-fa52-5ddae4d675af-aa9f0f72, #w-node-d0dadf2c-cd5f-695e-2a37-0fe9f434faf3-aa9f0f72, #w-node-_6a989226-ea71-aca8-a9aa-395abe420878-aa9f0f72, #w-node-_42947d1c-d0ea-9407-cda7-ff1c85bd414f-aa9f0f72 {
  justify-self: end;
}

#w-node-_59c6354d-f253-efe4-02f2-51e54b3dc7a2-aa9f0f72 {
  place-self: center start;
}

#w-node-_59c6354d-f253-efe4-02f2-51e54b3dc7b9-aa9f0f72, #w-node-d39cfe8a-e0a1-a503-0f39-45d0797378ab-aa9f0f72 {
  place-self: center;
}

#w-node-d39cfe8a-e0a1-a503-0f39-45d0797378b1-aa9f0f72 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_62ea11c0-f9e9-8b23-fbf5-98ac73c396a8-aa9f0f72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-d39cfe8a-e0a1-a503-0f39-45d0797378aa-aa9f0f72 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}