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

strong {
  font-weight: 600;
}

.navbar-menu--dropdown {
  width: 64%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.navbar-sh--logo {
  height: 32px;
}

.nav-bg-black {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar--links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu--dropdown-toggle {
  display: none;
}

.navbar-animated-wrapper {
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-animated-wrapper.w--open {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-container {
  z-index: 2;
  max-width: 100em;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.11em 5.56em;
  display: flex;
  position: relative;
}

.navbar--btns-wrapper {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-icon {
  display: none;
}

.navbar {
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar--link-wrapper {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  padding: 0;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: all .35s;
}

.navbar--link-wrapper:hover {
  color: #fff;
  text-decoration: none;
}

.body {
  color: #101927;
  background-color: #f5f5f0;
  font-size: 1vw;
}

.p2 {
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.11em;
  font-weight: 300;
  line-height: 1.56;
}

.p2.p2--hero-10 {
  opacity: .67;
}

.hero-10--circle {
  width: 8.88em;
  height: 8.88em;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(45deg);
}

.btn-row {
  flex-wrap: wrap;
  margin-top: -1.11em;
  margin-right: -1.67em;
  display: block;
}

.hero-10--top-div {
  height: 1px;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 6.66em;
  font-weight: 700;
  line-height: 1;
}

.h1.h1--white {
  color: #fff;
  text-transform: uppercase;
  font-size: 6.66em;
}

.hero-10--bottom-col {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn--text-2 {
  font-size: 1.11em;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 5.56em;
}

.container.container--hero-10 {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 11.11em;
  padding-bottom: 6.66em;
  display: flex;
}

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

.container.container--cta-5 {
  z-index: 1;
  position: relative;
}

.container.container--footer-2 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.hero-10--circle-arrow {
  height: 1.67em;
  transform: rotate(90deg);
}

.h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.3;
}

.hero-10--content-col {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.22em;
  display: flex;
}

.btn-wrapper {
  margin-top: 1.11em;
  margin-right: 1.67em;
  display: inline-block;
}

.hero-10--bottom-col-left {
  width: 50%;
}

.btn {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #101927;
  border: 1px solid #101927;
  padding: 1.11em 2.22em;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  line-height: 1.56;
  text-decoration: none;
  transition: all .35s;
}

.btn:hover {
  color: #101927;
  background-color: #fd6d30;
  background-image: none;
  border-color: #fd6d30;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2.22em;
  text-decoration: none;
}

.btn.btn--outline-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.btn.btn--outline-white:hover {
  color: #fff;
  background-color: #fd6d30;
  border-color: #fd6d30;
}

.btn.btn--white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn.btn--white:hover {
  color: #101927;
  background-color: #f89369;
  border-color: #f89369;
}

.btn.btn--s {
  padding: .835em 1.67em;
}

.btn.btn--outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.btn.btn--primary {
  color: #101927;
  background-color: #fd6d30;
  border-color: #fd6d30;
}

.btn.btn--primary:hover {
  background-color: #e4571b;
  border-color: #e4571b;
}

.section {
  flex-direction: column;
}

.section.section--hero-10 {
  min-height: 100vh;
  color: #fff;
  background-image: linear-gradient(rgba(10, 0, 32, .3), rgba(10, 0, 32, .3)), url('../images/barber-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: row;
  display: flex;
}

.section.section--cta-5 {
  position: relative;
}

.section.section--overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section.section--gallery-1 {
  color: #f5f5ef;
  background-color: #101927;
  position: relative;
}

.section.section--footer-barber {
  color: #fff;
  background-color: #101927;
  padding-bottom: 1.9em;
}

.section.section--relative {
  position: relative;
}

.hero-10--bottom-col-right {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}

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

.mb-16 {
  margin-bottom: 1.11em;
}

.mb-32 {
  margin-bottom: 2.22em;
}

.hero--logo {
  width: 160px;
}

.primary {
  color: #f89369;
}

.p1 {
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.56;
}

.max-w-500 {
  max-width: 500px;
}

.mb-24 {
  margin-bottom: 1.67em;
}

.p2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.11em;
  line-height: 1.56;
}

.feature-col-7--feature-content-wrapper {
  width: 75%;
}

.mb-32-2 {
  margin-bottom: 2.22em;
}

.mb-8 {
  margin-bottom: .56em;
}

.feature-col-7--img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.feature-col-7--content-col {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4.44em;
  margin-bottom: 4.44em;
  display: flex;
}

.h6 {
  color: #f89369;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: .86em;
  font-weight: 700;
  line-height: 1.56;
}

.absolute-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn--arrow-icon {
  width: 1.11em;
  margin-left: 1.11em;
  line-height: .8;
}

.mb-16-2 {
  margin-bottom: 1.11em;
}

.feature-col-7--grid {
  grid-column-gap: 10.42em;
  grid-row-gap: 10.42em;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
}

.feature-col-7--features-grid {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-col-7--feature-wrapper {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.feature-col-7--img-col {
  height: 100%;
  align-items: stretch;
  display: flex;
}

.h2 {
  color: #101927;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 4.44em;
  font-weight: 700;
  line-height: 1.15;
}

.mb-48 {
  margin-bottom: 3.33em;
}

.btn-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: 1.11em 2.22em;
  font-weight: 700;
  line-height: 1.56;
  text-decoration: none;
  transition: all .2s;
}

.btn-2:hover {
  background-color: #0b6dff;
  background-image: none;
  border-color: #0b6dff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 2.22em;
  text-decoration: none;
}

.btn-2.btn--white {
  color: #14013d;
  background-color: #fff;
  border-color: #fff;
}

.btn-2.btn--white:hover {
  color: #fff;
  background-color: #0b6dff;
  border-color: #0b6dff;
}

.btn--content-wrapper {
  align-items: center;
  display: flex;
}

.s2--content-col {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.stripe-wrapper {
  width: 100%;
  transform: skew(0deg, -2deg);
}

.stripe-wrapper.stripe-footer {
  transform: skew(0deg, 2deg);
}

.stripe-container {
  color: #101927;
  white-space: nowrap;
  background-color: #fd6d30;
  padding: 4.44em 0;
  display: flex;
  overflow: hidden;
}

.stripe-text-wrapper {
  margin-right: 0;
  padding-left: 1.11em;
}

.feature-col-1--feature-content-wrapper {
  max-width: 24.31em;
}

.feature-col-1--feature-wrapper {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-col-1--grid {
  grid-column-gap: 10.42em;
  grid-row-gap: 10.42em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
}

.feature-col-1--img-col {
  height: 100%;
  align-items: stretch;
  display: flex;
}

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

.icon.icon--s {
  width: 1.67em;
  height: 1.67em;
}

.icon.icon--xs {
  width: 1.11em;
  height: 1.11em;
}

.icon--pt-wrapper {
  padding-top: .14em;
}

.mb-4 {
  margin-bottom: .28em;
}

.feature-col-1--content-col {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4.44em;
  margin-bottom: 4.44em;
  display: flex;
}

.feature-col-1--features-grid {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-col-1--img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.h2-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33em;
  font-weight: 700;
  line-height: 1.15;
}

.h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 2.22em;
  font-weight: 700;
  line-height: 1.3;
}

.h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3.33em;
  line-height: 1.2;
}

.link-underline {
  background-image: url('../images/615ca0d85292dc383d2e1673_button-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.feature-col-2--grid {
  grid-column-gap: 10.42em;
  grid-row-gap: 10.42em;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
}

.feature-col-2--img-col {
  height: 100%;
  align-items: stretch;
  display: flex;
}

.feature-col-2--content-col {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4.44em;
  margin-bottom: 4.44em;
  display: flex;
}

.h6-2 {
  color: #0b6dff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .86em;
  font-weight: 700;
  line-height: 1.56;
}

.icon-small-wrapper {
  width: 3.33em;
  height: 3.33em;
  background-color: #0b6dff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -.56em;
  display: flex;
}

.feature-col-1--img-wrapper-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.3;
}

.cta-1--benefit-wrapper {
  margin: 0;
  padding: 0;
  font-weight: 700;
  display: flex;
}

.cta-wrapper-5 {
  max-width: 45.14em;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-5--overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .66), rgba(0, 0, 0, .25));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.benefit-2--icon-wrapper {
  margin-right: .83em;
}

.cta-5--img {
  width: 100%;
  height: 100%;
  opacity: .9;
  filter: brightness(33%);
  object-fit: cover;
}

.cta-5--features-grid {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: 2.22em;
  display: grid;
}

.p1-2 {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.56;
}

.cta-4--benefit-wrapper {
  margin: 0;
  padding: 0;
  font-weight: 700;
  display: flex;
}

.team-1--wrapper {
  width: 100%;
  color: #101927;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  text-decoration: none;
  position: relative;
}

.mb-64 {
  margin-bottom: 4.44em;
}

.slider-6--arrow-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -2.22em;
  right: auto;
}

.slider-6--arrow-wrapper.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider-6--wrapper {
  align-items: center;
  margin-bottom: 3.33em;
  display: block;
  position: relative;
}

.text-link-icon {
  width: 1em;
  margin-left: .555em;
}

.slider2--arrow-icon {
  width: 1.11em;
}

.slider-6--arrow {
  width: 4.44em;
  height: 4.44em;
  background-color: #101927;
  border: 1px solid #101927;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: .555em;
  margin-right: .555em;
  display: flex;
}

.team-1--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-6--list {
  display: flex;
  overflow: visible;
}

.text-link-wrapper {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  font-size: 1.11em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22em;
  line-height: 1.2;
}

.team-1--img-wrapper {
  height: 28em;
  margin-bottom: 1.11em;
  position: relative;
  overflow: hidden;
}

.team-1--grid {
  grid-column-gap: 1.11em;
  grid-row-gap: 3.33em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-1--content-wrapper {
  width: 100%;
  position: relative;
}

.slider-6--item {
  width: 22.92em;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  margin-right: 1.11em;
  padding: 0;
}

.slider-6--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-6--img-wrapper {
  height: 15em;
  margin-bottom: 2.22em;
  position: relative;
}

.slider2--arrows-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider2--arrow {
  width: 3.33em;
  height: 3.33em;
  color: #101927;
  border: 1px solid #101927;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: .555em;
  margin-right: .555em;
  transition: all .2s;
  display: flex;
}

.slider2--arrow:hover {
  background-color: #fd6d30;
  border-color: #fd6d30;
  transform: rotate(45deg);
}

.slider2--arrow.slider2--arrow-big {
  width: 4.44em;
  height: 4.44em;
}

.slider-arrow {
  width: 1.11em;
  margin-left: 0;
  line-height: .8;
  transform: rotate(-45deg);
}

.slider-arrow.slider-arrow--left {
  transform: rotate(135deg);
}

.gallery-1--grid {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-1--img-wrapper {
  width: 100%;
  height: 21em;
  overflow: hidden;
}

.gallery-1--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.gallery-1--img:hover {
  transform: scale(1.1);
}

.max-w-800 {
  max-width: 55.56em;
  margin-left: auto;
  margin-right: auto;
}

.max-w-800.max-w-800--center {
  margin-left: auto;
  margin-right: auto;
}

.max-w-400 {
  max-width: 27.78em;
}

.embargo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.app-badges-grid {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.app-badge {
  height: 3.33em;
}

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

.p1--link:hover, .p1--link.p1--link--orange {
  color: #fd6d30;
}

.google-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mb-24-2 {
  margin-bottom: 1.67em;
}

.footer-2--text-link {
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 1.11em;
  font-weight: 300;
  line-height: 1.56;
  text-decoration: none;
  transition: all .2s;
}

.footer-2--text-link:hover {
  color: #fd6d30;
  text-decoration: none;
}

.btn-text {
  font-size: 1.11em;
}

.mb-8-2 {
  margin-bottom: .555em;
}

.footer-2--title {
  color: #fd6d30;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.56;
}

.footer-2--content-wrapper {
  color: #fff;
  font-weight: 700;
}

.footer-2--grid {
  grid-column-gap: 4.44em;
  grid-row-gap: 4.44em;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
}

.container-2 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 5.56em;
}

.footer-2--logo {
  width: 6.66em;
  height: auto;
}

.footer-2--logo-wrapper {
  height: 6.66em;
}

.social-wrapper {
  width: 2.22em;
  height: 2.22em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .56em;
  display: flex;
}

.social-icon {
  width: 100%;
  height: 100%;
}

.social-grid {
  grid-column-gap: 1.11em;
  grid-row-gap: 1.11em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: start;
}

.insta-feed-code {
  margin-bottom: 0;
}

.insta-feed {
  margin-bottom: -25px;
}

.anchor {
  position: absolute;
  top: -5.56em;
  bottom: auto;
  left: 0%;
  right: auto;
}

.badge1 {
  height: 80px;
}

.badge2 {
  height: 50px;
}

.badge-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

@media screen and (max-width: 991px) {
  .menu-line {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line._1 {
    display: block;
  }

  .navbar-menu--dropdown {
    width: auto;
  }

  .nav-bg-black {
    background-color: #101927;
  }

  .navbar--links-wrapper {
    grid-column-gap: 2.22em;
    grid-row-gap: 2.22em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.22em;
    display: grid;
  }

  .nav-menu--dropdown-toggle {
    width: auto;
    height: auto;
    padding: 0;
    display: block;
  }

  .navbar-animated-wrapper {
    width: 100vw;
    height: 100vh;
    background-color: #101927;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 64px 64px 96px;
    display: none;
    position: absolute;
    top: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-animated-wrapper.w--open {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 25vh 64px 96px;
    display: flex;
    overflow: scroll;
  }

  .navbar--btns-wrapper {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: block;
  }

  .menu-icon {
    z-index: 2;
    height: 40px;
    flex-direction: column;
    justify-content: space-between;
    margin-right: -12px;
    padding: 12px;
    display: flex;
    position: relative;
  }

  .navbar--link-wrapper {
    color: #fff;
    font-size: 1.25em;
    display: block;
  }

  .hero-10--circle {
    display: none;
  }

  .h1 {
    font-size: 3.84615em;
  }

  .h1.h1--white {
    font-size: 5.55em;
  }

  .container {
    padding-left: 2.22em;
    padding-right: 2.22em;
  }

  .container.container--hero-10 {
    padding-top: 10em;
  }

  .btn {
    padding: 1em 1.7em;
  }

  .btn.btn--s {
    font-size: 1.11em;
  }

  .section.section--cta-5 {
    background-image: none;
  }

  .feature-col-7--feature-content-wrapper {
    width: 85%;
  }

  .feature-col-7--content-col {
    margin-top: 3.33em;
    margin-bottom: 3.33em;
  }

  .feature-col-7--grid {
    grid-column-gap: 3.33em;
    grid-row-gap: 3.33em;
    grid-template-columns: 1fr 1fr;
  }

  .btn-2 {
    padding: 1em 1.7em;
  }

  .s2--content-col {
    margin-top: 3.33em;
    margin-bottom: 3.33em;
  }

  .feature-col-1--feature-content-wrapper {
    width: 85%;
  }

  .feature-col-1--grid {
    grid-column-gap: 3.33em;
    grid-row-gap: 3.33em;
    grid-template-columns: 1fr 1fr;
  }

  .feature-col-1--content-col {
    margin-top: 3.33em;
    margin-bottom: 3.33em;
  }

  .feature-col-2--grid {
    grid-column-gap: 3.33em;
    grid-row-gap: 3.33em;
    grid-template-columns: 1fr 1fr;
  }

  .feature-col-2--content-col {
    margin-top: 3.33em;
    margin-bottom: 3.33em;
  }

  .benefit-2--icon-wrapper {
    margin-right: .56em;
  }

  .cta-5--features-grid {
    grid-column-gap: .555em;
    grid-row-gap: .555em;
    grid-template-columns: auto;
    justify-items: center;
  }

  .cta-5--content-wrapper {
    max-width: 34.72em;
  }

  .slider-6--arrow-wrapper {
    display: none;
  }

  .slider-6--wrapper {
    margin-bottom: 0;
  }

  .slider2--arrows-wrapper {
    display: none;
  }

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

  .gallery-1--img-wrapper {
    height: 18.5em;
  }

  .footer-2--grid {
    grid-column-gap: 6.66em;
    grid-row-gap: 6.66em;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 1fr;
  }

  .container-2 {
    padding-left: 2.22em;
    padding-right: 2.22em;
  }
}

@media screen and (max-width: 767px) {
  .navbar-animated-wrapper {
    padding-top: 54px;
  }

  .navbar-animated-wrapper.w--open {
    padding-top: 15vh;
  }

  .navbar-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-10--content-col {
    margin-top: 0;
  }

  .feature-col-7--img-wrapper {
    height: 55em;
  }

  .feature-col-7--content-col {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-col-7--grid {
    grid-template-columns: 1fr;
  }

  .s2--content-col {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-col-1--grid {
    grid-template-columns: 1fr;
  }

  .feature-col-1--content-col {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-col-1--img-wrapper {
    height: 40em;
  }

  .feature-col-2--grid {
    grid-template-columns: 1fr;
  }

  .feature-col-2--content-col {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-col-1--img-wrapper-2 {
    height: 40em;
  }

  .slider-6--item {
    width: 22em;
  }

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

  .gallery-1--img-wrapper {
    height: 18.5em;
  }

  .app-badges-grid {
    grid-template-columns: auto auto;
  }

  .footer-2--grid {
    grid-column-gap: 4.44em;
    grid-row-gap: 4.44em;
  }

  .container-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .navbar-sh--logo {
    width: 89px;
    height: 16px;
  }

  .nav-bg-black, .navbar-animated-wrapper {
    background-color: #101927;
  }

  .navbar-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-icon {
    justify-content: space-between;
    align-items: center;
  }

  .btn-row.btn-row--mobile-full {
    margin-right: 0;
  }

  .h1 {
    font-size: 3.33em;
  }

  .h1.h1--white {
    font-size: 4.44em;
  }

  .container {
    padding: 5.4em 1.8em;
  }

  .container.container--hero-10 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .btn-wrapper {
    margin-right: 1.11em;
  }

  .btn, .btn:hover {
    background-position: 90%;
    padding-right: 3.4em;
  }

  .p1 {
    margin-bottom: 0;
  }

  .feature-col-7--img-wrapper {
    height: 35em;
  }

  .h2 {
    font-size: 3em;
  }

  .btn-2, .btn-2:hover {
    background-position: 90%;
    padding-right: 3.4em;
  }

  .feature-col-1--grid {
    grid-column-gap: 2.22em;
  }

  .feature-col-1--img-wrapper {
    height: 22em;
  }

  .h2-2 {
    font-size: 3em;
  }

  .feature-col-1--img-wrapper-2 {
    height: 22em;
  }

  .team-1--wrapper {
    width: 21em;
    margin-right: 1.11em;
  }

  .mb-64 {
    margin-bottom: 3.33em;
  }

  .slider-6--item {
    width: 21em;
    margin-right: 1.11em;
  }

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

  .gallery-1--img-wrapper {
    height: 23em;
  }

  .app-badges-grid {
    grid-column-gap: .555em;
    grid-template-columns: auto auto;
  }

  .mb-24-2 {
    margin-bottom: 1.11em;
  }

  .footer-2--grid {
    grid-column-gap: 3.33em;
    grid-row-gap: 3.33em;
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-top: 5.4em;
    padding-bottom: 5.4em;
  }
}

#w-node-_0eb7e31e-7ea6-c86b-2bfb-2b070748939a-88026fa8, #w-node-_41221ee4-410e-ee07-469a-504ee436bad5-88026fa8, #w-node-_023fe701-5da2-3c43-9aa5-e002fa06b7cf-88026fa8, #w-node-_023fe701-5da2-3c43-9aa5-e002fa06b7f1-88026fa8, #w-node-_16d5db8c-60d4-440d-a28c-a73673c25e3b-88026fa8, #w-node-f8943556-b2d3-dabe-7859-9f922a1375c7-88026fa8, #w-node-_71013e2b-6c98-24e5-4b9e-b18792f6470f-88026fa8, #w-node-_547602b9-8ac3-ab37-eb8a-5781b4ee81ed-88026fa8, #w-node-_99c548af-27ad-acd5-08d6-9cf10685cb9d-88026fa8, #w-node-_0e171b79-c3c7-54e7-105e-796260f4ac04-88026fa8, #w-node-d2aa3bd3-b689-f6e5-333c-b1036132100f-88026fa8, #w-node-c09bf926-25ea-8166-10f7-983edd274196-88026fa8, #w-node-_85718f66-f176-f930-8327-1ec3905b0c73-88026fa8, #w-node-_93c02186-17c5-99e1-9bc1-f9e5edd1d4fa-88026fa8, #w-node-d3a7ed82-a957-2ae6-f427-7a34ae126b82-88026fa8, #w-node-_6f164a7e-3727-2eeb-f77b-205db7939aa7-88026fa8, #w-node-_5b25f722-d7b5-d74e-f9ae-47b3162d90ca-88026fa8, #w-node-_36e701a4-5ef5-2aa6-4459-11c38df25edc-88026fa8, #w-node-_85f4e23b-af8c-0fd4-8e7b-0b94a8261d74-88026fa8, #w-node-_85f4e23b-af8c-0fd4-8e7b-0b94a8261d77-88026fa8, #w-node-_5ae3ed8a-456a-b0f0-c99e-728c59c5bfed-88026fa8, #w-node-_24d90302-ab20-ed22-0bc9-3bbd0d4446bc-88026fa8, #w-node-_9cd8f513-1b93-b2a8-f8e1-07c00341f571-88026fa8, #w-node-_9cd8f513-1b93-b2a8-f8e1-07c00341f595-88026fa8, #w-node-_7c27395d-02ea-e53b-7fe3-6e9d6a8e5e2b-88026fa8, #w-node-_7c27395d-02ea-e53b-7fe3-6e9d6a8e5e35-88026fa8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c27395d-02ea-e53b-7fe3-6e9d6a8e5e4b-88026fa8 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_7c27395d-02ea-e53b-7fe3-6e9d6a8e5e4b-88026fa8 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_16d5db8c-60d4-440d-a28c-a73673c25e3b-88026fa8, #w-node-_85f4e23b-af8c-0fd4-8e7b-0b94a8261d74-88026fa8 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c27395d-02ea-e53b-7fe3-6e9d6a8e5e2b-88026fa8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: start;
  }

  #w-node-_7c27395d-02ea-e53b-7fe3-6e9d6a8e5e4b-88026fa8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


