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

body {
  font-family: Kanit, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #242429;
  font-size: 38px;
  line-height: 44px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #242429;
  font-size: 32px;
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Emblema One', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #a58961;
  font-weight: 500;
  text-decoration: none;
}

li {
  font-size: 16px;
  line-height: 1.8;
}

label {
  display: block;
  font-weight: 700;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px;
  border-left: 5px none #e2e2e2;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 200;
}

figure {
  left: -5%;
  min-width: 110%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #242429;
  color: #fff;
}

.nav-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.nav-logo-lottie {
  display: none;
  width: 80px;
  margin-right: -21px;
  margin-left: -21px;
  -webkit-transform: translate(0px, 11px);
  -ms-transform: translate(0px, 11px);
  transform: translate(0px, 11px);
}

.nav-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#242429), color-stop(23%, hsla(0, 0%, 100%, 0))), url('../images/icons8_hercule_poirot_mustache.svg');
  background-image: linear-gradient(0deg, #242429, hsla(0, 0%, 100%, 0) 23%), url('../images/icons8_hercule_poirot_mustache.svg');
  background-position: 0px 0px, 50% 150%;
  background-size: auto, 25px;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
  color: hsla(0, 0%, 100%, 0.79);
  font-size: 16px;
  font-weight: 300;
}

.nav-link:hover {
  background-position: 50% 90%;
}

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

.nav-link.locations {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#242429), color-stop(23%, hsla(0, 0%, 100%, 0))), url('../images/icons8_moustache.svg');
  background-image: linear-gradient(0deg, #242429, hsla(0, 0%, 100%, 0) 23%), url('../images/icons8_moustache.svg');
}

.nav-link.services {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#242429), color-stop(23%, hsla(0, 0%, 100%, 0))), url('../images/icons8_dupont_mustache.svg');
  background-image: linear-gradient(0deg, #242429, hsla(0, 0%, 100%, 0) 23%), url('../images/icons8_dupont_mustache.svg');
}

.nav-link.contact {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#242429), color-stop(23%, hsla(0, 0%, 100%, 0))), url('../images/icons8_stalin_mustache.svg');
  background-image: linear-gradient(0deg, #242429, hsla(0, 0%, 100%, 0) 23%), url('../images/icons8_stalin_mustache.svg');
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container.locations {
  margin-top: 100px;
}

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

.container.service {
  max-width: 500px;
}

.hero-content {
  padding: 50px;
}

.hero-headline {
  max-width: 11ch;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 84px;
  line-height: 0.8;
}

.hero-paragraph {
  max-width: 47ch;
  margin-bottom: 10px;
}

.hero-quote-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a58961;
  color: #fff;
  text-align: center;
}

.quote-image {
  width: 60px;
  height: 60px;
  margin: 20px auto 10px;
  border-radius: 50%;
  background-image: url('../images/lamson.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.22);
}

.quote-image.testimonial {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.quote-image.micheal {
  background-image: url('../images/michael.jpeg');
}

.quote-image.nan {
  background-image: url('../images/nan.jpeg');
}

.quote-image.jame {
  margin-top: 50px;
  background-image: url('../images/customer-1.jpeg');
}

.quote-image.lawrence {
  background-image: url('../images/lawrence.jpeg');
}

.quote-image.patrick {
  margin-top: 55px;
  background-image: url('../images/customer-17.jpeg');
}

.quote-image.allison {
  background-image: url('../images/allison.jpeg');
}

.hero-video {
  height: 100%;
}

.hero-video.hide {
  display: none;
}

.hero-secondary-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  padding: 12px 22px;
  background-color: #a58961;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  text-align: center;
}

.button:hover {
  background-color: #8a7251;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.36);
}

.button.stretch {
  width: 100%;
  text-align: center;
}

.integration-link {
  margin-top: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b9b9b9;
  font-size: 11px;
}

.integration-link:hover {
  color: #242429;
}

.integration-link.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.integration-link.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.integration-link.block {
  display: block;
}

.section {
  display: block;
  padding: 100px 50px;
}

.section.team {
  display: block;
  background-color: #242429;
  color: #fff;
}

.subnote {
  margin-top: 13px;
  font-family: 'Emblema One', sans-serif;
  color: #242429;
  text-transform: uppercase;
}

.subnote.inner-page {
  margin-bottom: 15px;
}

.section-title {
  margin-bottom: 80px;
  color: #242429;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title.white {
  color: #fff;
}

.section-title.instagram {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f5ebe0;
}

.section-title.template-title {
  margin-top: 0px;
  margin-bottom: 20px;
}

.video-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5ebe0;
}

.location-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location-card {
  position: relative;
  padding: 40px 50px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
}

.location-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242429;
  color: #fff;
  font-size: 33px;
  line-height: 1;
}

.location-title.contact {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.location-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5ebe0;
  font-weight: 700;
}

.location-logo.team {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 10px;
}

.location-bear-icon {
  margin-right: 2px;
  margin-left: 2px;
}

.location-image {
  position: relative;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-icon {
  width: 20px;
  margin-right: 10px;
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

.service-item.template-item {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #242429;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.service-item.locations {
  padding-top: 10px;
  padding-bottom: 10px;
}

.services-title {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.service-grid {
  margin-bottom: 25px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
  margin-right: -50px;
  margin-left: -50px;
}

.service-top-grid {
  margin-top: -40px;
  margin-right: -50px;
  margin-left: -50px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-contact-row {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-contact-row.address {
  left: auto;
  top: auto;
  right: 50px;
  bottom: 0%;
}

.service-contact-link {
  display: inline-block;
  margin-left: 8px;
  color: #242429;
  line-height: 14px;
  font-weight: 400;
}

.service-contact-link p {
  font-family: Kanit, sans-serif;
  font-size: 14px;
}

.service-contact-icon {
  margin-top: 4px;
}

.hours-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -50px;
  margin-bottom: 30px;
  margin-left: -50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hours-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5ebe0;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.hours-card.alternative {
  background-color: #fff;
  line-height: 15px;
}

.day {
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: 1px;
}

.services-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.opening-hours-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.opening-hours-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
  margin-left: -50px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.opening-hours-title-wrap:hover {
  background-color: #f7f7f7;
}

.opening-hours-arrow {
  width: 16px;
}

.barbers-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.barbers-list.locations {
  display: block;
}

.team-image-wrap {
  position: relative;
  overflow: hidden;
  height: 270px;
  margin-bottom: 10px;
}

.team-image-wrap.location {
  height: 130px;
  margin-bottom: 0px;
}

.barber-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.team-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 15px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5ebe0;
  color: #242429;
  font-size: 22px;
  text-align: center;
}

.team-location.location {
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 7px;
}

.team-item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  color: #242429;
}

.team-item.location {
  margin-bottom: 30px;
}

.team-name {
  margin-right: 30px;
  margin-bottom: 1px;
  margin-left: 30px;
  font-size: 18px;
}

.team-name.location {
  margin-right: 10px;
  margin-left: 10px;
}

.team-role {
  margin-right: 30px;
  margin-left: 30px;
  color: #53505a;
  font-size: 12px;
}

.team-role.location {
  margin-right: 10px;
  margin-left: 10px;
}

.team-link {
  display: block;
  color: #242429;
  text-align: center;
  text-decoration: none;
}

.team-link.locations {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.team-social {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  background-color: #fff;
}

.team-social.location {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.team-social-link {
  padding: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.team-social-link:hover {
  background-color: #a58961;
}

.footer {
  padding: 50px;
  background-color: #242429;
  color: #fff;
}

.instagram-section {
  display: none;
  color: #242429;
  text-align: center;
}

.instagram-feed-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.instagram-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-icon {
  position: absolute;
  z-index: 10;
  width: 40px;
}

.instagram-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.instagram-image-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.instagram-title-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-edge {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 998;
  width: 10px;
  background-color: #242429;
}

.right-edge {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  width: 10px;
  background-color: #242429;
}

.bottom-edge {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  height: 10px;
  background-color: #242429;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-icon {
  width: 20px;
  margin-right: 10px;
}

.footer-icon.address {
  margin-top: 5px;
}

.footer-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #9e9e9e;
}

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

.footer-title {
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-row.address {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-inline-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #a58961;
}

.footer-inline-link:hover {
  color: #f5ebe0;
}

.copyright-info {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #38332d;
  color: #dbdbdb;
  font-size: 12px;
  text-align: center;
}

.service-price {
  display: inline-block;
  margin-left: 2px;
  color: #53505a;
  font-weight: 300;
}

.service-link {
  color: #242429;
}

.service-collection-list {
  margin-top: 20px;
  margin-bottom: 60px;
}

.service-time-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #f5ebe0;
}

.service-time-text {
  margin-right: 3px;
  margin-left: 10px;
}

.empty-state {
  padding-right: 15px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #b9b9b9;
  background-color: #fafafa;
}

.further-servcies-title {
  margin-bottom: 5px;
  color: #afafaf;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.services-page-grid {
  margin-top: 30px;
  margin-bottom: 20px;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-cost {
  margin-right: 3px;
  margin-left: 3px;
}

.service-description {
  max-width: 40ch;
  font-size: 14px;
  line-height: 1.5;
}

.service-list {
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-grid-link {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #242429;
  font-size: 20px;
  line-height: 30px;
}

.service-grid-link:hover {
  opacity: 0.5;
}

.service-grid-link.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
}

.more-locations-wrapper {
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sign-up-form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 9px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-field {
  position: relative;
  z-index: 10;
  height: 60px;
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: #f5ebe0;
  color: #242429;
  font-size: 16px;
}

.form-field::-webkit-input-placeholder {
  color: #242429;
  font-weight: 300;
}

.form-field:-ms-input-placeholder {
  color: #242429;
  font-weight: 300;
}

.form-field::-ms-input-placeholder {
  color: #242429;
  font-weight: 300;
}

.form-field::placeholder {
  color: #242429;
  font-weight: 300;
}

.form-field.password {
  margin-top: 30px;
  margin-bottom: 10px;
}

.form-button {
  height: 60px;
  background-color: #242429;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.form-button:hover {
  background-color: #a58961;
}

.location-form-block {
  max-width: 650px;
  margin: 20px auto 0px;
}

.success-message {
  padding: 30px 30px 25px;
  background-color: #a58961;
  color: #fff;
}

.success-message-title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.3;
}

.success-tick {
  width: 50px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.error-message {
  background-color: #ff0048;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.error-message-link {
  color: #0c0409;
}

.services-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.utility-section {
  padding: 100px 30px;
}

.utility-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licence-item-image-wrap {
  width: 40%;
  margin-right: 30px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f5f5f5;
}

.utility-video {
  z-index: 10;
  height: 180px;
}

.licence-title {
  font-size: 20px;
  line-height: 1.3;
}

.licence-type {
  margin-top: 5px;
  margin-bottom: 20px;
  opacity: 0.3;
}

.licence-link {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 16px 5px 15px;
  border-radius: 20px;
  background-color: #a58961;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.licence-link:hover {
  background-color: #866f4d;
}

.utility-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
}

.utility-title.black {
  color: #242429;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100%;
  padding: 100px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #53505a;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 113px;
}

._404-lottie {
  margin-right: -80px;
  margin-bottom: -100px;
  margin-left: -80px;
}

.email-link {
  color: #a58961;
}

.contact-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-cards {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.map {
  height: 100%;
}

.styleguide-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
}

.styleguide-section-title {
  margin-bottom: 50px;
  color: #969696;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.styleguide-content-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.password-title {
  position: relative;
  z-index: 10;
  color: #fff;
}

.password-lottie {
  position: relative;
  z-index: 0;
  margin-top: -80px;
  margin-bottom: -80px;
}

.team-member-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-columns: 0.65fr 1fr;
  grid-template-columns: 0.65fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member-image {
  position: relative;
  min-height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member-subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-member-name {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 70px;
  line-height: 0.8;
}

.location-icon {
  width: 25px;
  margin-right: 10px;
}

.location-template-grid {
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 0.75fr 1fr;
  grid-template-columns: 1fr 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location-template-grid.hero {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
}

.location-template-image {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.location-template-image-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 140%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.opening-hours-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.opening-hours-row.even {
  background-color: #f5ebe0;
}

.opening-hours-day {
  margin-right: 10px;
}

.locations-services {
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.locations-title {
  margin-bottom: 30px;
}

.locations-contact-card {
  padding: 25px 35px 15px;
  background-color: #f5ebe0;
}

.locations-description {
  max-width: 43ch;
}

.divider {
  position: relative;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #f5ebe0;
}

.divider-scissor-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0%;
  width: 30px;
}

.team-member-job-role {
  font-size: 25px;
  line-height: 30px;
}

.testimonial-grid {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
}

.testimonial-template-quote {
  font-size: 40px;
}

.testimonial-services-block {
  padding-left: 50px;
  border-left: 1px solid #f5ebe0;
}

.pexels-logo {
  width: 100%;
}

.version-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 50px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
}

.instruction-title {
  margin-top: 0px;
  margin-bottom: 20px;
}

.third-party-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #a5a5a5;
  text-align: center;
}

.instruction-sub-title {
  margin-top: 50px;
  margin-bottom: 10px;
}

.third-party-logo {
  max-width: 190px;
  margin-bottom: 20px;
}

.third-party-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thrid-party-small-print {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
}

.tutorial-wrapper {
  max-width: 500px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.tutorial-step-counter {
  margin-bottom: 20px;
  font-size: 20px;
}

.tutorial-logos-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tutorial-logo {
  max-height: 40px;
}

.tutorial-logo.webflow {
  max-height: 33px;
}

.tutorial-x {
  width: 15px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.4;
}

.tutorial-link.button {
  margin-left: auto;
}

.tutorial-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
  z-index: 99;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.chevron-arrow {
  width: 10px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.2;
}

.tutorial-sticky-link {
  margin-right: 20px;
  color: #53505a;
  font-weight: 400;
}

.tutorial-sticky-link.w--current {
  color: #a58961;
}

.text-block {
  display: none;
}

.text-block-2 {
  color: #f5ebe0;
  text-align: center;
}

.block-quote {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.block-quote.review {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
}

.slider {
  background-color: transparent;
}

.collection-list-wrapper {
  display: none;
}

.yelp-elite {
  color: #fff;
  text-align: center;
}

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

.text-block-3 {
  font-size: 25px;
  line-height: 30px;
}

.collection-list-wrapper-2 {
  display: none;
}

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

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

.arrow {
  margin-top: 212px;
}

.slide-nav {
  padding-top: 27px;
}

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

.text-block-4 {
  height: 38px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 30px;
}

.paragraph {
  margin-bottom: 31px;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.heading {
  margin-left: 0px;
}

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

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

.review-slider-1 {
  background-color: #a58961;
}

.review-slider-2 {
  background-color: #a58961;
}

.customer-1 {
  width: auto;
  margin-top: -118px;
  padding-top: 0px;
}

.image-2 {
  width: auto;
}

@media screen and (min-width: 1280px) {
  blockquote {
    font-size: 24px;
  }

  .hero-section {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero-content {
    padding-left: 0px;
  }

  .hero-headline {
    font-size: 102px;
  }

  .hero-quote-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hero-secondary-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .location-grid {
    grid-column-gap: 100px;
  }

  .service-grid {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .barbers-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .instagram-link {
    height: 220px;
  }

  .left-edge {
    width: 20px;
  }

  .right-edge {
    width: 20px;
  }

  .bottom-edge {
    height: 20px;
  }

  .contact-cards {
    grid-column-gap: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .utility-page-wrap {
    min-height: 750px;
  }
}

@media screen and (min-width: 1920px) {
  .instagram-link {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .hero-headline {
    font-size: 52px;
  }

  .hero-quote-box {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-secondary-box {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .location-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hours-card {
    width: 25%;
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1;
    background-color: #fff;
  }

  .barbers-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .barbers-list.locations {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-image-wrap {
    height: 370px;
  }

  .team-image-wrap.location {
    height: 180px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-title {
    margin-bottom: -20px;
  }

  .copyright-info {
    margin-top: 30px;
    padding-top: 30px;
  }

  .utility-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .utility-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-grid {
    grid-column-gap: 50px;
  }

  .location-template-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .location-template-grid.secondary {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .location-template-grid.hero {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .location-template-image {
    margin-top: 0px;
  }

  .block-quote {
    font-size: 16px;
  }

  .arrow {
    padding-top: 0px;
  }

  .slide-nav {
    padding-top: 7px;
  }

  .customer-1 {
    margin-top: -35px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-logo-wrap {
    padding-left: 0px;
  }

  .nav-link {
    margin-left: 0px;
    background-image: none;
    -webkit-transition-property: none;
    transition-property: none;
    color: #fff;
    text-align: center;
  }

  .nav-link.locations {
    background-image: none;
  }

  .nav-link.services {
    background-image: none;
  }

  .nav-link.contact {
    background-image: none;
  }

  .nav-menu {
    z-index: 999;
    padding: 30px;
    background-color: #242429;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .hero-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-headline {
    font-size: 67px;
  }

  .hero-quote-box {
    padding: 50px 30px;
  }

  .quote-image {
    margin-top: 46px;
  }

  .hero-video {
    min-height: 400px;
  }

  .hero-secondary-box {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
  }

  .integration-link.instagram {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }

  .section {
    padding: 50px 30px;
  }

  .section-title {
    margin-bottom: 50px;
    font-size: 35px;
  }

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

  .menu-button {
    padding-right: 0px;
  }

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

  .barbers-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .barbers-list.locations {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-image-wrap {
    height: 50vw;
  }

  .team-image-wrap.location {
    height: 470px;
    margin-bottom: 15px;
  }

  .team-location.location {
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-link.locations {
    display: block;
  }

  .footer {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .menu-button-lottie {
    width: 25px;
  }

  .instagram-section {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
    background-color: #242429;
  }

  .instagram-feed-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .instagram-title-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-title {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .services-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sign-up-form {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .licence-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .licence-item-image-wrap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .utility-video {
    height: 260px;
  }

  .team-member-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-name {
    font-size: 70px;
  }

  .location-template-image {
    height: 300px;
  }

  .testimonial-grid {
    grid-row-gap: 100px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-services-block {
    padding-left: 0px;
    border-top: 1px solid #f5ebe0;
    border-left-style: none;
  }

  .tutorial-logos-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tutorial-logo {
    max-height: 33px;
  }

  .tutorial-logo.webflow {
    max-height: 28px;
  }

  .tutorial-link.button {
    margin-top: 15px;
    margin-left: 0px;
  }

  .block-quote {
    font-size: 20px;
  }

  .div-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .arrow {
    margin-top: 129px;
  }

  .image {
    text-align: left;
  }

  .slide-nav {
    padding-top: 0px;
  }

  .iron-perm-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reviews {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 25px;
  }

  p {
    font-size: 13px;
  }

  .container.locations {
    margin-top: 50px;
  }

  .hero-headline {
    font-size: 35px;
  }

  .hero-video {
    min-height: 300px;
  }

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

  .location-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .location-title {
    font-size: 27px;
  }

  .location-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .location-image-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }

  .service-top-grid {
    margin-right: -20px;
    margin-left: -20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-contact-link {
    margin-left: 6px;
  }

  .hours-row {
    margin-right: -20px;
    margin-left: -20px;
  }

  .hours-card {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .services-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .opening-hours-title-wrap {
    margin-right: -29px;
    margin-left: -20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .barbers-list {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .barbers-list.locations {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-image-wrap {
    height: 100vw;
  }

  .team-image-wrap.location {
    height: 90vw;
  }

  .instagram-link {
    height: 24vw;
  }

  .copyright-info {
    text-align: left;
  }

  .sign-up-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .success-message-title {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.2;
  }

  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-section {
    padding: 30px 20px;
  }

  .styleguide-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-grid {
    grid-row-gap: 30px;
  }

  .team-member-image {
    min-height: 70vw;
  }

  .team-member-name {
    font-size: 50px;
  }

  .location-template-grid.secondary {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .locations-services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .locations-contact-card {
    padding: 20px 25px 10px;
  }

  .testimonial-template-quote {
    font-size: 35px;
  }

  .version-section {
    padding: 30px 20px;
  }

  .tutorial-logo {
    max-height: 25px;
  }

  .tutorial-logo.webflow {
    max-height: 21px;
  }

  .tutorial-x {
    margin-right: 5px;
    margin-left: 5px;
  }

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

  .block-quote {
    margin-left: 0px;
    font-size: 19px;
  }

  .block-quote.review {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .arrow {
    margin-top: 191px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 20px;
  }

  .slide-nav {
    padding-top: 23px;
    font-size: 13px;
  }

  .icon {
    font-size: 8px;
  }
}

#w-node-_7588318f-0d27-2343-b9dc-923eadeb5581-ced3b573 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4c87391d-d68c-00be-46de-66f8c6c73b19-ced3b573 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_32731d01-dd2b-fe0e-6cc6-f809b5ccc24f-ced3b573 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d9eae315-cc54-e8e6-7b83-eb8de7bab666-ced3b573 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7977f112-0e75-32da-2de5-7b7eec5ed521-ced3b573 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-af76ea93-233e-df99-eba1-e24f9908f768-c297831c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4be4a6d4-7aab-17aa-fb5f-2794bfcf3435-c297831c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_4c87391d-d68c-00be-46de-66f8c6c73b19-ced3b573 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
  }

  #w-node-_32731d01-dd2b-fe0e-6cc6-f809b5ccc24f-ced3b573 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ef2dba62-31fd-e7ae-4263-dc8fc674a6e1-ce58edc1 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-acf8ca21-42f0-aec4-0d58-c278961bc9cf-ce58edc1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_243b5977-5b12-c860-5038-4f08faa676ac-ce58edc1 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_8c142631-2f9f-ba79-022f-9fc301904e6b-ce58edc1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d9eae315-cc54-e8e6-7b83-eb8de7bab666-ced3b573 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-ef2dba62-31fd-e7ae-4263-dc8fc674a6e1-ce58edc1 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_243b5977-5b12-c860-5038-4f08faa676ac-ce58edc1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
}

