:root {
  --peru: #e0872a;
  --firebrick: #b73d25;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Tinos, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100px;
}

h2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Tinos, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 66px;
}

h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Tinos, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Tinos, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Tinos, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Tinos, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 30px;
}

blockquote {
  background-image: url('../images/quote_img.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 120px;
  border-left: 5px #e2e2e2;
  margin-bottom: 20px;
  padding: 0 0 0 140px;
  font-size: 120px;
  font-weight: 400;
  line-height: 130px;
}

figure {
  margin-bottom: 10px;
}

.template-banner {
  background-color: #000;
}

.top-navbar {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.main-content {
  width: 80%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.main-content.style-banner-content {
  padding-top: 80px;
  padding-bottom: 100px;
}

.main-content.style-body-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-content.footer-content {
  padding-top: 90px;
  padding-bottom: 90px;
}

.main-content.banner-content {
  padding-top: 200px;
  padding-bottom: 20px;
}

.main-content.services-content, .main-content.hours-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.thank-you-content {
  padding-top: 250px;
  padding-bottom: 250px;
}

.main-content._404-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.paragraph-big {
  font-size: 22px;
  line-height: 34px;
}

.style-guide-body {
  background-color: #000;
  border-top: 1px solid #fff;
}

.heading-holder {
  margin-bottom: 100px;
}

.style-over-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #b73d25;
  width: 50%;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 32px;
}

.paragraph-holder {
  margin-bottom: 100px;
}

.inner-title {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
  display: inline-block;
}

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

.paragraph-small {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-small.hours-text {
  margin-bottom: 5px;
}

.emphasis-holder {
  margin-bottom: 100px;
}

.emphasis-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.figure-holder, .block-quote-holder, .rich-block-holder, .list-holder {
  margin-bottom: 100px;
}

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

.list-item-one {
  background-image: url('../images/dot_list_1dot_list.png');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 14px;
}

.text-links {
  margin-bottom: 100px;
}

.link-wrapper {
  justify-content: space-between;
  display: flex;
}

.link-inner {
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
}

.small-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.small-link:hover {
  text-decoration: underline;
}

.small-link.footer-contact {
  text-transform: lowercase;
  margin-top: 30px;
}

.buttons {
  margin-bottom: 100px;
}

.button-default {
  text-transform: none;
  background-color: #0000;
  background-image: url('../images/arrow_button2x_1arrow_button@2x.png');
  background-position: 95% 55%;
  background-repeat: no-repeat;
  background-size: 26px;
  border-bottom: 1px solid #fff;
  padding: 12px 60px 12px 20px;
  font-weight: 400;
  transition: background-position .5s;
}

.button-default:hover {
  background-position: 90% 55%;
  text-decoration: none;
}

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

.color-1 {
  background-color: var(--peru);
  width: 100%;
  height: 50px;
}

.color-2 {
  background-color: #fff;
  width: 100%;
  height: 50px;
}

.color-3 {
  background-color: #000;
  border: 1px solid #fff;
  width: 100%;
  height: 50px;
}

.color-4 {
  background-color: var(--firebrick);
  width: 100%;
  height: 50px;
}

.footer {
  text-align: center;
  background-color: #000;
}

.footer-text {
  margin-top: 40px;
  margin-bottom: 0;
}

.hero {
  background-color: #000;
  position: relative;
}

.hero.hero-barbershop {
  background-image: url('../images/barber_banner_img.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.hero-thank-you {
  background-image: url('../images/thank_you_bg.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.hero-404 {
  background-image: url('../images/404_bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-box {
  border-right: 1px solid #ffffff52;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 100px auto 0% 0%;
}

.logo-box.black {
  background-color: #000;
  top: 0;
}

.header {
  border-bottom: 1px solid #ffffff52;
  justify-content: space-between;
  height: 100px;
  padding-left: 119px;
  display: flex;
}

.under-heading {
  margin-bottom: 70px;
}

.scroll-more {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu-link {
  border-left: 1px solid #ffffff52;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.menu-link.menu-link-navigation {
  border-right: 1px solid #ffffff52;
}

.menu-link.menu-link-phone {
  border-right: 1px solid #ffffff52;
  width: 25%;
}

.menu-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 1px solid #ffffff52;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 20%;
  display: grid;
}

.menu-block.menu-block-navigation {
  border-left: 1px solid #ffffff52;
}

.menu-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.social-link {
  text-align: center;
  width: 20px;
}

.service {
  background-color: #000;
}

.service-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  display: flex;
}

.service-wrapper.mirror {
  flex-direction: row-reverse;
}

.service-text, .service-image {
  width: 45%;
}

.service-content {
  background-image: url('../images/red_line_1red_line.png');
  background-position: 0 15px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 100px;
}

.our-barbers {
  background-color: #000;
}

.hours-location {
  background-color: #000;
  background-image: url('../images/hours_location.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hours-wrapper {
  justify-content: space-between;
  display: flex;
}

.hours-box {
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding: 40px 20px;
  display: flex;
}

.hours-heading {
  margin-top: 20px;
}

.footer-small-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  width: 40%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-contact-links {
  margin-top: 60px;
  display: flex;
}

.contact-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  padding: 15px 20px;
  display: flex;
}

.contact-box.middle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.footer-contact {
  margin-top: 30px;
  margin-bottom: 0;
}

.navigaion-bottom {
  z-index: 20;
  background-color: #000;
  border-bottom: 1px solid #ffffff52;
  justify-content: space-between;
  height: 100px;
  padding-left: 119px;
  display: flex;
  position: relative;
}

.error-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  display: flex;
}

.error-text {
  font-family: Tinos, sans-serif;
  font-size: 500px;
  font-weight: 400;
}

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

.utility-heading {
  font-size: 100px;
}

.home-box-link {
  filter: grayscale();
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  transition: filter .5s;
}

.home-box-link:hover {
  filter: grayscale(0%);
  text-decoration: none;
}

.no-margin {
  margin-bottom: 0;
}

.input-field {
  color: #eee;
  background-color: #0000;
  border: 1px solid #fff;
  height: 56px;
  margin-bottom: 0;
}

.input-field:focus {
  border-color: #fff;
}

.input-field::placeholder {
  color: #fff;
  font-weight: 400;
}

.input-field.input-password {
  margin-top: 20px;
  margin-bottom: 20px;
}

.area-field {
  background-color: #0000;
  border: 1px solid #fff;
  min-height: 100px;
  margin-bottom: 0;
}

.area-field:focus {
  border-color: #fff;
}

.area-field::placeholder {
  color: #ffe3e3;
  font-weight: 400;
}

.logo-link {
  pointer-events: auto;
  backface-visibility: visible;
}

.license-list {
  margin-bottom: 0;
  display: flex;
}

.license-item {
  margin-bottom: 0;
  margin-right: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.padlock {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.menu {
  display: none;
}

.footer-list {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 59px;
  margin-bottom: 0;
  display: grid;
}

.footer-list-item {
  margin-bottom: 0;
}

.footer-link {
  text-transform: none;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

@media screen and (min-width: 1280px) {
  .logo-link {
    backface-visibility: hidden;
  }
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 90px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  blockquote {
    font-size: 90px;
    line-height: 100px;
  }

  .main-content.style-banner-content {
    padding-bottom: 80px;
  }

  .main-content.footer-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.banner-content {
    padding-top: 100px;
  }

  .main-content.services-content, .main-content.hours-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .main-content.thank-you-content {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .main-content._404-content {
    padding-top: 60px;
  }

  .logo-box {
    border-right-style: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .logo-box.black {
    background-color: #0000;
  }

  .header {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding-left: 0;
  }

  .under-heading {
    margin-bottom: 40px;
  }

  .scroll-more {
    width: 90px;
    margin-top: 60px;
  }

  .menu-link.menu-link-navigation {
    width: 35%;
  }

  .menu-link.menu-link-phone {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    height: 60px;
  }

  .menu-block {
    border-right: 1px solid #ffffff52;
  }

  .menu-block.menu-block-navigation {
    width: 35%;
  }

  .menu-wrapper {
    border-top: 1px solid #ffffff52;
    max-width: 100%;
    height: 70px;
  }

  .service-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .service-wrapper.mirror {
    flex-direction: column;
  }

  .service-text {
    width: 100%;
    margin-top: 40px;
  }

  .service-image.left, .service-image.right {
    width: 100%;
  }

  .hours-box {
    width: 48%;
  }

  .footer-small-links {
    width: 100%;
  }

  .contact-box {
    padding-bottom: 0;
  }

  .footer-contact {
    font-size: 14px;
  }

  .navigaion-bottom {
    padding-left: 0;
  }

  .error-text {
    font-size: 340px;
  }

  .error-image {
    width: 200px;
  }

  .utility-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .utility-over-title {
    font-size: 30px;
    line-height: 40px;
  }

  .logo-link {
    width: 60px;
  }

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2 {
    font-size: 45px;
    line-height: 55px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 38px;
  }

  blockquote {
    font-size: 60px;
    line-height: 70px;
  }

  .main-content.style-banner-content, .main-content.style-body-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.banner-content, .main-content.services-content, .main-content.hours-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.thank-you-content, .main-content._404-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .heading-holder {
    margin-bottom: 60px;
  }

  .style-over-title {
    width: 100%;
  }

  .paragraph-holder, .emphasis-holder, .figure-holder, .block-quote-holder, .rich-block-holder, .list-holder {
    margin-bottom: 60px;
  }

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

  .text-links {
    margin-bottom: 60px;
  }

  .small-link.footer-contact {
    margin-top: 10px;
  }

  .buttons {
    margin-bottom: 60px;
  }

  .color-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .logo-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-box.black {
    display: flex;
  }

  .header {
    border-bottom-style: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .scroll-more {
    display: none;
  }

  .menu-link.menu-link-navigation {
    width: 50%;
  }

  .menu-link.menu-link-phone {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-block.menu-block-navigation {
    border-left-style: none;
    width: 50%;
  }

  .service-wrapper {
    margin-bottom: 60px;
  }

  .service-content {
    background-position: 0 0;
    padding-top: 38px;
    padding-left: 0;
  }

  .hours-wrapper {
    flex-direction: column;
  }

  .hours-box {
    width: 100%;
  }

  .hours-box.hours-box-top {
    margin-bottom: 40px;
  }

  .footer-contact-links {
    flex-direction: column;
    margin-top: 40px;
  }

  .contact-box {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-box.middle {
    border-left-style: none;
    border-right-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-contact {
    margin-top: 10px;
  }

  .error-wrapper {
    margin-top: 5vh;
  }

  .error-text {
    font-size: 220px;
  }

  .error-image {
    width: 140px;
  }

  .utility-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .menu {
    z-index: 9999;
    background-color: #000;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-inner {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .close-menu {
    position: absolute;
    inset: 50px 20px auto auto;
  }

  .mobile-menu {
    letter-spacing: 2px;
    text-transform: capitalize;
    border-bottom: 3px solid #fff;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 60px;
    transition: border-color .3s;
  }

  .mobile-menu:hover {
    border-bottom-color: #000;
    text-decoration: none;
  }

  .mobile-menu.no-margin {
    margin-bottom: 0;
  }

  .mobile-logo {
    position: absolute;
    inset: 20px auto auto 20px;
  }

  .simple-logo {
    width: 60px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  h5 {
    font-size: 24px;
    line-height: 34px;
  }

  blockquote {
    background-size: 94px;
    padding-left: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .main-content.style-banner-content {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .main-content.style-body-content, .main-content.banner-content, .main-content.services-content, .main-content.hours-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.thank-you-content {
    padding-bottom: 40px;
  }

  .main-content._404-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .emphasis-wrapper, .list-wrapper {
    grid-template-columns: 1fr;
  }

  .button-default {
    width: 100%;
    font-size: 14px;
  }

  .color-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .menu-link.menu-link-navigation {
    border-bottom: 1px solid #ffffff52;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    height: 50%;
  }

  .menu-block.menu-block-navigation {
    width: 100%;
    height: 50%;
  }

  .footer-small-links {
    grid-template-columns: auto auto;
  }

  .navigaion-bottom {
    flex-direction: column;
    align-items: stretch;
    height: 200px;
  }

  .error-text {
    font-size: 130px;
  }

  .error-image {
    width: 80px;
  }

  .heading-hero {
    margin-bottom: 25px;
  }

  .mobile-menu {
    border-bottom-width: 1.5px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

#w-node-_4833153a-d777-46c3-a6d6-404278ec0acf-967fb2f6, #w-node-_4833153a-d777-46c3-a6d6-404278ec0ada-967fb2f6, #w-node-_4833153a-d777-46c3-a6d6-404278ec0ae4-967fb2f6, #w-node-_4833153a-d777-46c3-a6d6-404278ec0aee-967fb2f6, #w-node-_4833153a-d777-46c3-a6d6-404278ec0af8-967fb2f6, #w-node-_4833153a-d777-46c3-a6d6-404278ec0b02-967fb2f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4833153a-d777-46c3-a6d6-404278ec0ada-967fb2f6, #w-node-_4833153a-d777-46c3-a6d6-404278ec0ae4-967fb2f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2987d044-7606-a290-e795-6b8a1095fe3a-967fb2f6 {
    justify-self: start;
  }
}


