:root {
  --blue-main: #313140;
  --white-smoke: #faf8f7;
  --burlywood: #e4b390;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  background-color: var(--blue-main);
  font-family: Inter, sans-serif;
}

.body_overflow {
  width: 100%;
  overflow: visible;
}

.line {
  background-color: rgba(49, 49, 64, .2);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 2.5em;
  margin-bottom: 1.25em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.artist-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 55%;
  left: 0%;
  right: 3%;
}

.nav-link {
  color: #edd5d0;
  cursor: pointer;
  padding: 0;
  font-size: 1em;
  text-decoration: none;
}

.nav-link.phone {
  color: #ebbe9c;
  text-align: right;
  cursor: pointer;
  margin-right: 0;
}

.artist-text {
  color: #313140;
  text-transform: capitalize;
  font-size: .875em;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.heading {
  color: #f5f5f5;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.1em;
}

.subname-service {
  z-index: 2;
  color: #fff;
  text-transform: none;
  border: 1px rgba(245, 245, 245, .7);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.subname-service:hover {
  color: #ebbe9c;
}

.artist-1 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 38%;
  left: -1%;
  right: 0%;
}

.instagram {
  cursor: alias;
  background-image: url('../images/icons8-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 44px;
}

.instagram:hover {
  border: .5px solid rgba(0, 0, 0, .1);
  border-radius: 50px;
}

.instagram.facebook {
  width: 44px;
  height: 44px;
}

.form-wrapper {
  z-index: 2;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-image: url('../images/form-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 37.5em;
  padding: 1.25em;
  display: flex;
  position: relative;
  right: 183px;
}

.team_member {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
  display: flex;
}

.mb-40 {
  margin-bottom: 2.5em;
  line-height: 111px;
  display: flex;
}

.count-1 {
  color: #faf8f7;
  text-align: center;
  font-size: 8em;
  line-height: 1em;
}

.metric {
  object-fit: fill;
  background-image: linear-gradient(130deg, #f8e6e2, #e4beb5);
  border: 1px solid #313140;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.form-title {
  z-index: 2;
  color: #ce946b;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg_image {
  z-index: 0;
  opacity: .19;
  filter: saturate(20%);
  object-fit: cover;
  width: 85%;
  position: absolute;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.service_dropdown-toggle {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0;
  display: flex;
}

.footer-column {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.footer-column._1 {
  flex: 0 auto;
}

.footer-column._2 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
}

.button-primary {
  color: #faf8f7;
  cursor: pointer;
  background-image: linear-gradient(315deg, #ce946b, #ebbe9c);
  border: 1px solid #edd5d0;
  border-radius: 4px;
  padding: .75em 1.5em;
  line-height: 140px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  color: #313140;
  border-color: rgba(49, 49, 64, .5);
}

.button-primary.button-primary-text {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin-top: .625em;
}

.icon-down {
  width: 2em;
  height: 2em;
  transform: rotate(90deg);
}

.info {
  z-index: 5;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  height: auto;
  line-height: 111px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.artist-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: 8%;
  right: auto;
}

.artist-wrapper._3 {
  position: relative;
  top: auto;
  left: auto;
}

.artist-wrapper._1 {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
}

.artist-wrapper._2 {
  justify-content: flex-end;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
}

.artist-wrapper._4 {
  justify-content: flex-end;
  position: relative;
  top: auto;
  left: auto;
}

.description {
  color: var(--white-smoke);
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.3em;
}

.description.center {
  color: rgba(0, 0, 0, .8);
  text-align: center;
  font-weight: 500;
}

.description.is--small {
  color: rgba(49, 49, 64, .84);
  mix-blend-mode: normal;
}

.form-block {
  align-self: auto;
  width: 80%;
  margin-bottom: 0;
}

.checkbox-field {
  margin-top: 2.5em;
  margin-bottom: 0;
}

.drop-services {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.5em 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 70%;
  display: grid;
  position: relative;
}

.slider-content {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.bg-image-salon {
  z-index: 3;
  opacity: .4;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-wrapper {
  cursor: pointer;
  align-self: center;
  width: auto;
  height: auto;
  position: relative;
}

.oval {
  border: 2px solid #faf8f7;
  border-radius: 20px;
  width: .625em;
  height: .625em;
  overflow: hidden;
}

.master-name {
  text-align: center;
  font-size: 2.75em;
  line-height: 1em;
}

.girl_image {
  z-index: 2;
  width: 45%;
  position: absolute;
  top: auto;
  bottom: -17.8%;
  left: 51%;
  right: 0%;
}

.footer-navlink {
  color: var(--white-smoke);
  text-transform: uppercase;
  padding: 0;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.footer-navlink.s {
  color: var(--white-smoke);
  text-transform: none;
  cursor: pointer;
  margin-bottom: .625em;
}

.footer-navlink.s:hover {
  color: #ce946b;
}

.footer-navlink.l {
  cursor: pointer;
  margin-bottom: 1.25em;
}

.counter-wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: 8em;
  line-height: 1px;
  display: flex;
  overflow: visible;
}

.loading-text {
  color: #faf8f7;
  text-align: center;
  margin-bottom: 40px;
  font-size: 3em;
  line-height: 100%;
}

.mouse-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1.5em;
  left: auto;
  right: auto;
}

.content-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: relative;
}

.content-wrapper.is--team {
  grid-column-gap: 2.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
}

.content-wrapper.is--book-visit {
  justify-content: center;
  overflow: visible;
}

.content-wrapper.is--footer {
  justify-content: space-between;
}

.content-wrapper.is--footer.is--vertical {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: column;
  align-items: center;
}

.brand-text {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(84deg, #ebbe9c, #ce946b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Tenor Sans, sans-serif;
  font-size: 2.75em;
  line-height: 80%;
}

.service_dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  line-height: 130px;
  display: none;
  position: static;
  overflow: hidden;
}

.slider-salon-images-wrapper {
  width: 100%;
  height: 100%;
}

.slider-salon-images-wrapper._3 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.description-slide {
  color: #313140;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 400;
  line-height: 111%;
  position: relative;
}

.loading {
  z-index: 1000;
  background-color: #313140;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.round-animation-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 11.9375em;
  height: 11.9375em;
  padding: 2em;
  display: flex;
  position: absolute;
  top: 55%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.round-animation-wrapper._1 {
  z-index: 2;
  top: 55%;
  right: 10%;
}

.round-animation-wrapper._2 {
  z-index: 2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-wrap: wrap;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.ellipse-timeline {
  background-image: linear-gradient(140deg, #f8e6e2, #e4beb5);
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  display: block;
}

.digits {
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  height: 8em;
  display: flex;
  overflow: hidden;
}

.dust-image {
  opacity: .5;
  mix-blend-mode: lighten;
  transform: rotate(1deg);
}

.dust-image._3 {
  opacity: 1;
  mix-blend-mode: lighten;
  width: 90%;
  height: 90%;
}

.color-rose {
  color: #ebbe9c;
}

.container {
  z-index: 1;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.is--footer {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  align-items: flex-start;
  width: 100%;
}

.container.is--hero {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.container.is--about {
  z-index: 2;
  align-items: flex-start;
  max-width: none;
  overflow: visible;
}

.container.is--services {
  z-index: 2;
  position: relative;
  overflow: visible;
}

.container.is--team {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.container.is--book-visit {
  z-index: 4;
  overflow: visible;
}

.container.is--nav {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.checkbox {
  background-color: rgba(0, 0, 0, 0);
  border-color: #313140;
}

.checkbox.w--redirected-checked {
  background-color: #ebbe9c;
  border-color: #ebbe9c;
  border-radius: 3px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 5.25em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is--team {
  z-index: 4;
  background-color: var(--blue-main);
  height: auto;
  padding-bottom: 0;
  overflow: visible;
}

.section.is--footer {
  z-index: 4;
  background-color: var(--blue-main);
  height: auto;
  padding-bottom: 1.25em;
}

.section.is--about {
  z-index: 2;
  background-color: var(--blue-main);
  justify-content: flex-start;
  height: auto;
  padding-bottom: 5.25em;
  overflow: visible;
}

.section.is--book-visit {
  z-index: 5;
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-bottom: 5.9em;
  display: none;
  overflow: visible;
}

.section.is--hero {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #313140;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is--services {
  z-index: 3;
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-bottom: 5.9em;
  overflow: visible;
}

.select-field {
  cursor: pointer;
  border-radius: 4px;
  height: 3em;
}

.description-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-top: 1.25em;
  display: flex;
}

.phone-number.phone {
  color: var(--white-smoke);
  cursor: alias;
  margin-left: .625em;
  font-size: 18px;
  text-decoration: none;
}

.artist-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: -4%;
  left: -20%;
  right: 0%;
}

.path-wrapper {
  transform-origin: 0%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  transform: rotate(45deg);
}

.path-wrapper._2 {
  transform-origin: 100%;
  transform: rotate(-45deg);
}

.path-wrapper._4 {
  transform-origin: 100%;
  transform: rotate(30deg);
}

.path-wrapper._3 {
  transform: rotate(-40deg);
}

.info-wrapper {
  z-index: 5;
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  align-self: stretch;
  align-items: center;
  margin-bottom: 1.25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-artist {
  background-color: #edd5d0;
  border: 1px solid #ce946b;
  border-radius: 20px;
  padding: .5em 1em;
  line-height: 140px;
  text-decoration: none;
}

.artist-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 71%;
  left: 0%;
  right: 24%;
}

.mouse-oval {
  border: 1px solid #faf8f7;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  width: 2em;
  height: 3em;
  margin-bottom: .25em;
  padding-top: 30%;
  display: flex;
}

.mask-phone {
  cursor: pointer;
  border-radius: 4px;
  height: 3em;
}

.field-label {
  margin-top: .625em;
  margin-bottom: .625em;
  line-height: 100%;
}

.name-service {
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1.7;
  text-decoration: none;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button-primary-text {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 140%;
  text-decoration: none;
}

.whatsapp {
  cursor: alias;
  background-image: url('../images/va.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3em;
  height: 3em;
}

.whatsapp:hover {
  border: .5px solid rgba(0, 0, 0, .1);
  border-radius: 50px;
}

.path {
  border: 1px dashed #faf8f7;
  width: 6.25em;
  overflow: hidden;
}

.path._4 {
  width: 8em;
}

.path._2 {
  width: 5em;
}

.path._3 {
  width: 10em;
}

.heading-1 {
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-1.white {
  color: #faf8f7;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bg-image {
  display: none;
}

.privecy-policy-link {
  color: rgba(49, 49, 64, .7);
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.privecy-policy-link:hover {
  color: #ce946b;
}

.mb-20 {
  margin-bottom: 1.25em;
}

.text-block {
  color: #313140;
}

.dust-wrapper {
  z-index: 0;
  opacity: .38;
  mix-blend-mode: normal;
  width: 50%;
  display: none;
  position: absolute;
  top: -15%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.dust-wrapper._3 {
  z-index: 1;
  opacity: .3;
  mix-blend-mode: lighten;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dust-wrapper.dark {
  z-index: 1;
  opacity: .2;
  mix-blend-mode: exclusion;
  background-image: url('../images/dust.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-wrapper {
  z-index: 0;
  background-image: url('../images/white-bg-large.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.bg-wrapper.blue {
  background-image: url('../images/white-blue-large.svg');
}

.icon {
  background-image: linear-gradient(94deg, #edd5d0, #ebbe9c);
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.25em;
  display: flex;
}

.service_dropdown {
  border: 1px solid var(--white-smoke);
  mix-blend-mode: difference;
  border-radius: .38em;
  width: 100%;
  padding: 1.25em;
}

.gradient {
  z-index: 0;
  opacity: .2;
  filter: blur(60px);
  cursor: auto;
  background-image: radial-gradient(circle, #ebac9c, rgba(233, 188, 155, .01));
  border-radius: 50%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 40.625em;
  height: 40.625em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.gradient.large {
  z-index: 2;
  opacity: .5;
  background-image: radial-gradient(circle, #ebac9c, rgba(233, 188, 155, .01));
  border-radius: 100%;
  width: 50%;
  height: 50%;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 6%;
}

.gradient.small {
  filter: blur(85px);
  width: 50%;
  height: 70%;
  top: 18%;
  bottom: 0%;
  left: 21%;
  right: 0%;
}

.text-small {
  color: #faf8f7;
  font-size: .8em;
}

.image-service {
  width: 80%;
}

.ellipse-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: auto;
  display: flex;
  position: relative;
}

.slider-salon-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brand {
  width: 40%;
}

.brand.footer {
  align-items: flex-start;
  width: 50%;
  margin-bottom: 1.25em;
}

.metric-value {
  color: #313140;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Tenor Sans, sans-serif;
  font-size: 1.8em;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline-line {
  background-color: #edd5d0;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 47%;
  right: 0%;
}

.timeline-line._100 {
  height: 150%;
  top: -31%;
  bottom: 0%;
  left: 47%;
  right: 0%;
}

.timeline-line.firth {
  height: 100%;
}

.timeline-line.last {
  height: 100%;
  top: -50%;
  bottom: 0%;
  left: 47%;
  right: 0%;
}

.footer-links {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.animation-text {
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.mouse-wheel {
  background-color: #faf8f7;
  border-radius: 4px;
  width: .3em;
  height: .8em;
}

.name {
  cursor: pointer;
  border-radius: 4px;
  height: 3em;
}

.content_contain {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.content_contain.is--hero {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content_contain.is--footer {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.header_wrapper {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.header_wrapper.mb-40 {
  flex-direction: column;
  margin-bottom: 2.5em;
  overflow: hidden;
}

.slider_contain {
  z-index: 1;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper {
  z-index: 1;
  width: 50%;
  height: auto;
  position: relative;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-slide {
  width: 100%;
  min-height: 25em;
}

.navigation {
  z-index: 2;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 52%;
  right: 0%;
}

.swiper-prev, .swiper-next {
  border: 1px solid var(--blue-main);
  border-radius: 100vw;
}

.pagination_wrap {
  color: var(--blue-main);
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 40px;
  display: flex;
  position: relative;
}

.swiper-pagination {
  color: var(--blue-main);
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pagination {
  color: var(--blue-main);
  flex: none;
  margin-bottom: 0;
  font-size: .9em;
  display: inline-block;
}

.hero_image-wrap {
  z-index: 2;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.hero_imahe-grid {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: url('../images/woman-image-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 35em;
  height: 35em;
  padding-bottom: 0;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  z-index: 999;
  background-color: rgba(49, 49, 64, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo_text {
  color: var(--burlywood);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.nav_menu {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.nav_link {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 2.5em;
  font-size: 1em;
}

.nav_link.w--current {
  color: var(--burlywood);
}

.nav_link.is--phone {
  color: var(--burlywood);
  margin-left: auto;
  margin-right: 0;
  font-size: 1.5em;
}

.footer3_credit-text {
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_component {
  margin-top: 10px;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

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

.line-divider {
  width: 100%;
  height: 1px;
}

.container-large {
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.section_content {
  width: 100%;
  max-width: 1600px;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.section_content.gallery {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-4 {
  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-31 {
  border: 1px solid var(--burlywood);
  background-image: url('../images/Skin-Fade-with-Beard-and-Quiff.jpg');
  background-position: 50%;
  background-size: cover;
}

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

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

.div-block-36 {
  border: 1px solid var(--burlywood);
  background-image: url('../images/73210207_142203937177875_3292220856201117696_n-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

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

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

.facebook {
  background-image: url('../images/icons8-facebook-96.webp');
  background-position: 50%;
  background-size: cover;
  width: 3em;
  height: 3em;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.gallery21_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_lightbox-link, .gallery21_image-wrapper {
  width: 100%;
}

.gallery21_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery21_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery21_arrow.is-left {
  right: 4rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery21_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
  overflow: visible;
}

.gallery21_slide {
  padding-right: 2rem;
}

.section_gallery21 {
  overflow: hidden;
}

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

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.logo_text-2 {
  color: #e4b390;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.nav_link-2 {
  color: #faf8f7;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 2.5em;
  font-size: 1em;
}

.nav_link-2.w--current {
  color: #e4b390;
}

.nav_link-2.is--phone {
  color: #e4b390;
  margin-left: auto;
  margin-right: 0;
  font-size: 18px;
}

.nav_link-2.rezervisi {
  display: none;
}

.nav_menu-2 {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .page_main {
    z-index: 1;
    position: relative;
  }

  .line {
    margin-bottom: 2.15em;
  }

  .nav-link {
    z-index: 2;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-size: 2em;
    display: flex;
  }

  .nav-link.phone {
    display: none;
  }

  .subname-service {
    font-size: 14px;
  }

  .instagram {
    width: 5em;
    height: 5em;
  }

  .form-wrapper {
    width: 50%;
    height: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
    right: 93px;
  }

  .button-primary {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .description.center {
    font-size: 2em;
  }

  .drop-services {
    justify-content: space-between;
    justify-items: end;
    width: 80%;
  }

  .footer-navlink {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer-navlink.s {
    font-size: 2em;
  }

  .footer-navlink.l {
    font-size: 2.5em;
  }

  .mouse-wrapper {
    display: none;
  }

  .brand-text {
    font-size: 4em;
  }

  .container {
    flex-direction: column;
    align-items: center;
    max-width: none;
    height: auto;
  }

  .container.is--footer {
    width: 90%;
  }

  .container.is--hero {
    flex-direction: row;
  }

  .container.is--nav {
    justify-content: space-between;
    overflow: visible;
  }

  .section.is--footer {
    z-index: 1;
  }

  .section.is--book-visit {
    overflow: hidden;
  }

  .section.is--hero {
    padding-left: 0;
    padding-right: 0;
  }

  .phone-number.phone {
    font-size: 3em;
  }

  .artist-2 {
    bottom: 88%;
    right: 15%;
  }

  .mouse-oval {
    display: none;
  }

  .privecy-policy-link {
    font-size: 12px;
  }

  .icon {
    color: #faf8f7;
    font-size: 1.5em;
    font-weight: 400;
    line-height: .5em;
  }

  .gradient {
    top: -108px;
    left: -191px;
  }

  .gradient.large {
    top: auto;
    bottom: 10%;
    left: auto;
    right: 0%;
  }

  .brand {
    z-index: 2;
    flex: 1;
    align-self: auto;
    align-items: center;
    padding-top: .5em;
    padding-bottom: .5em;
    display: flex;
  }

  .footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content_contain.is--hero {
    width: auto;
  }

  .navbar {
    mix-blend-mode: normal;
  }

  .nav_menu {
    z-index: 1;
    background-color: var(--blue-main);
  }

  .nav_link, .nav_link.is--phone {
    font-size: 2em;
  }

  .nab_button {
    grid-column-gap: 1.25em;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 2em;
    height: 2em;
    padding-top: .6em;
    padding-bottom: .6em;
    display: flex;
  }

  .line_burger {
    background-color: var(--white-smoke);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line_burger.is--2 {
    width: 75%;
  }

  .menu_button {
    padding: 0;
  }

  .menu_button.w--open {
    background-color: var(--blue-main);
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33, .div-block-28 {
    border-width: 2px;
  }

  .section_content {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-31 {
    border-width: 2px;
  }

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

  .div-block-32, .div-block-36, .div-block-29, .div-block-30, .div-block-34, .large-image {
    border-width: 2px;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nav2 {
    display: none;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .image {
    filter: invert();
  }

  .nav_menu-2 {
    z-index: 1;
    background-color: #313140;
  }

  .line_burger-2 {
    background-color: #faf8f7;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line_burger-2.is--2 {
    width: 75%;
  }

  .menu_button-2 {
    padding: 0;
  }

  .menu_button-2.w--open {
    background-color: #313140;
  }
}

@media screen and (max-width: 767px) {
  .subname-service {
    font-size: 14px;
  }

  .artist-1 {
    bottom: 52%;
  }

  .instagram {
    width: 5em;
    height: 5em;
  }

  .instagram.facebook {
    width: 44px;
    height: 44px;
  }

  .form-wrapper {
    width: 70%;
    height: auto;
    right: 66px;
  }

  .form-title {
    font-size: 20px;
  }

  .icon-down {
    width: 28px;
    height: 28px;
  }

  .info {
    z-index: 5;
    margin-top: 64px;
    top: 0;
  }

  .description.center {
    font-size: 2.5em;
  }

  .form-block {
    width: 90%;
  }

  .drop-services {
    width: 100%;
  }

  .slider-content {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .footer-navlink {
    font-size: 18px;
  }

  .footer-navlink.s {
    font-size: 2.5em;
  }

  .footer-navlink.l {
    font-size: 3em;
  }

  .mouse-wrapper {
    display: none;
  }

  .slider-salon-images-wrapper {
    width: 100%;
  }

  .round-animation-wrapper._1, .round-animation-wrapper._2 {
    display: none;
  }

  .section.is--book-visit {
    height: auto;
  }

  .artist-3 {
    bottom: 43%;
    left: -21%;
  }

  .info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon {
    width: 2em;
    height: 2em;
    font-size: 1.2em;
  }

  .logo_text {
    font-size: 4em;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_component {
    text-align: left;
    margin-top: 20px;
  }

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

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_mask {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .line {
    margin-bottom: 5vw;
  }

  .artist-4 {
    top: 6%;
    bottom: auto;
    right: 12%;
  }

  .nav-link {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .artist-text {
    font-size: 3.5vw;
  }

  .heading {
    text-align: left;
    font-size: 8vw;
  }

  .subname-service {
    margin-bottom: 5px;
    line-height: 100%;
  }

  .artist-1 {
    top: 5%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .instagram, .instagram.facebook {
    width: 44px;
    height: 44px;
  }

  .form-wrapper {
    width: 100%;
    padding-top: 8em;
    padding-bottom: 8em;
    right: 0;
  }

  .mb-40 {
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .mb-40.d {
    height: auto;
    margin-bottom: 10vw;
    display: flex;
  }

  .mb-40._3 {
    display: none;
  }

  .metric {
    width: 80%;
    height: 80%;
  }

  .form-title {
    font-size: 8vw;
  }

  .bg_image {
    width: 100%;
    height: 50%;
    bottom: 10%;
  }

  .service_dropdown-toggle {
    align-items: center;
  }

  .footer-column._1 {
    margin-bottom: 5vw;
  }

  .footer-column._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-primary {
    border-radius: 2vw;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 2vw 4vw;
    display: flex;
  }

  .button-primary.button-primary-text {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    font-size: 5vw;
    line-height: 1em;
  }

  .icon-down {
    width: 20px;
    height: 20px;
  }

  .info {
    justify-content: flex-start;
    margin-top: 0;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .artist-wrapper._3 {
    width: 100%;
    height: 100%;
  }

  .artist-wrapper._1 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .artist-wrapper._2 {
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
  }

  .artist-wrapper._4 {
    width: 100%;
    height: 100%;
  }

  .description {
    color: rgba(250, 248, 247, .8);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
  }

  .description.is--small {
    color: rgba(49, 49, 64, .8);
    mix-blend-mode: normal;
    font-size: 3vw;
    font-weight: 400;
  }

  .checkbox-field {
    margin-top: 4.7em;
  }

  .master-photo {
    margin-top: 20px;
  }

  .drop-services {
    grid-row-gap: 4.25em;
    width: 100%;
  }

  .slider-content {
    order: -1;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .bg-image-salon {
    opacity: .53;
    object-fit: fill;
    width: auto;
    height: 50%;
    display: none;
    top: 16%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .oval {
    width: 5px;
    height: 5px;
  }

  .master-name {
    font-size: 6vw;
  }

  .girl_image {
    display: none;
  }

  .footer-navlink {
    text-align: center;
    font-size: 18px;
  }

  .footer-navlink.s {
    font-size: 4vw;
  }

  .footer-navlink.l {
    font-size: 16px;
  }

  .loading-text {
    align-self: center;
  }

  .content-wrapper.is--team {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .content-wrapper.is--footer {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
  }

  .content-wrapper.is--footer.is--vertical {
    justify-content: space-between;
    align-items: center;
  }

  .brand-text {
    text-align: center;
    font-size: 10vw;
  }

  .slider-salon-images-wrapper {
    width: 100%;
    height: auto;
  }

  .description-slide {
    font-size: 12px;
    line-height: 100%;
  }

  .loading {
    display: none;
  }

  .round-animation-wrapper._1 {
    width: 150px;
    height: 150px;
    top: auto;
    bottom: 8%;
    left: auto;
    right: 8%;
  }

  .round-animation-wrapper._2 {
    display: none;
  }

  .color-rose {
    text-align: left;
    font-size: 28px;
    line-height: 100%;
  }

  .container {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: auto;
  }

  .container.is--hero {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .container.is--about {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .container.is--nav {
    padding-left: 0;
    padding-right: 0;
  }

  .section.is--team {
    height: auto;
    padding-top: 40px;
  }

  .section.is--footer {
    padding-top: 5vw;
    padding-bottom: 2vw;
  }

  .section.is--about {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--book-visit {
    height: auto;
  }

  .section.is--hero {
    padding-top: 20vw;
  }

  .section.is--services {
    height: auto;
    padding-top: 40px;
  }

  .select-field {
    height: 44px;
  }

  .description-wrapper {
    padding-top: 3em;
  }

  .phone-number.phone {
    font-size: 5vw;
  }

  .artist-3 {
    bottom: 61%;
    left: 0%;
  }

  .path-wrapper {
    width: auto;
  }

  .info-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-artist {
    padding: 1vw 2vw;
  }

  .artist-2 {
    top: 0%;
    bottom: auto;
  }

  .mask-phone {
    height: 44px;
  }

  .field-label {
    font-size: 12px;
  }

  .name-service {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .button-primary-text {
    font-size: 4.5vw;
    line-height: 100%;
  }

  .whatsapp {
    width: 44px;
    height: 44px;
  }

  .path {
    width: 12vw;
  }

  .path._4 {
    width: 10vw;
  }

  .path._2 {
    width: 12vw;
  }

  .path._3 {
    width: 10vw;
  }

  .heading-1 {
    font-size: 8vw;
    line-height: 100%;
  }

  .privecy-policy-link {
    font-size: 4vw;
  }

  .mb-20 {
    height: auto;
    margin-bottom: 5vw;
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon {
    width: 3em;
    height: 3em;
  }

  .service_dropdown {
    border-radius: 2vw;
  }

  .gradient.large {
    display: none;
  }

  .brand {
    flex: 0 auto;
    width: auto;
    padding-left: 0;
  }

  .brand.footer {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .metric-value {
    font-size: 14px;
    line-height: 120%;
  }

  .timeline-line._100 {
    height: 160%;
  }

  .footer-links {
    grid-column-gap: 4vw;
    grid-row-gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .name {
    height: 44px;
  }

  .content_contain.is--hero {
    justify-content: flex-start;
    height: auto;
  }

  .header_wrapper.mb-40 {
    margin-bottom: 5vw;
  }

  .slider_contain {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .swiper {
    width: 100%;
  }

  .navigation {
    order: 1;
    justify-content: center;
    width: 100%;
    position: relative;
    left: 0%;
  }

  .pagination_wrap {
    width: 50%;
  }

  .pagination {
    font-size: 4.5vw;
  }

  .hero_image-wrap {
    align-items: flex-end;
  }

  .hero_imahe-grid {
    background-position: 50% 100%;
    align-items: center;
    width: 90vw;
    height: 90vw;
  }

  .logo_text {
    font-size: 8vw;
  }

  .nav_menu {
    border-top: 1px solid rgba(250, 248, 247, .2);
    flex: 1;
    justify-content: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .nav_link {
    justify-content: center;
    margin-right: 0;
    padding: 4vw;
    font-size: 4.5vw;
    display: flex;
  }

  .nav_link.is--phone {
    font-size: 4em;
  }

  .menu_button {
    margin-left: auto;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery21_slide-nav {
    display: none;
  }

  .logo_text-2 {
    font-size: 8vw;
  }

  .nav_link-2 {
    justify-content: center;
    margin-right: 0;
    padding: 4vw;
    font-size: 4.5vw;
    display: flex;
  }

  .nav_menu-2 {
    border-top: 1px solid rgba(250, 248, 247, .2);
    flex: 1;
    justify-content: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .menu_button-2 {
    margin-left: auto;
  }
}

#w-node-_3981ad59-6a48-ed86-7bc2-7696a2ff8ee7-ea454d53, #w-node-_3981ad59-6a48-ed86-7bc2-7696a2ff8eef-ea454d53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3981ad59-6a48-ed86-7bc2-7696a2ff8ef7-ea454d53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3981ad59-6a48-ed86-7bc2-7696a2ff8eff-ea454d53, #w-node-_3981ad59-6a48-ed86-7bc2-7696a2ff9044-ea454d53, #w-node-_3981ad59-6a48-ed86-7bc2-7696a2ff9058-ea454d53, #w-node-_3981ad59-6a48-ed86-7bc2-7696a2ff906c-ea454d53, #w-node-_80f4dbee-1325-e74e-674c-a636e83de5d9-ea454d53, #w-node-_3981ad59-6a48-ed86-7bc2-7696a2ff9090-ea454d53, #w-node-_3f144e3b-9b4a-71c7-446e-6afb6585cdc8-ea454d53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3981ad59-6a48-ed86-7bc2-7696a2ff90b0-ea454d53 {
  align-self: stretch;
}


