:root {
  --text: #555;
  --grey: #f0f0f0;
  --black: #212121;
  --white: white;
  --transparent: #fff0;
  --darker-grey: #ddd;
  --text-link: #3056ff;
}

.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;
}

body {
  color: var(--text);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.section {
  padding: 120px 60px;
}

.section.style-guide {
  display: none;
}

.section.logos {
  border-top: 2px solid var(--grey);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.grey-bg {
  background-color: var(--grey);
  display: block;
}

.section.grey-bg.hide {
  display: none;
}

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

.container-1500.team {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.container-1500.logos {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: space-between;
  display: flex;
}

.container-1100 {
  flex-flow: column;
  max-width: 1100px;
  display: flex;
}

.paragraph {
  margin-bottom: 20px;
}

.paragraph.large {
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
}

.paragraph.large.top-margin {
  margin-top: 60px;
}

.paragraph.small {
  font-size: 14px;
}

.paragraph.small.rqd {
  margin-top: -15px;
}

.paragraph.billboard-sub {
  color: var(--white);
  font-size: 26px;
  font-weight: 500;
}

.paragraph.bold {
  font-weight: 500;
}

.text-block {
  float: left;
}

.text-block.large {
  color: var(--black);
  font-size: 22px;
  font-weight: 500;
}

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

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

.text-block.tabs {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}

.text-block.price-titles {
  color: var(--black);
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}

.button-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 3px;
  padding: 12px 20px;
  transition: opacity .2s;
}

.button:hover {
  opacity: .8;
}

.button.colour {
  background-color: var(--grey);
  color: var(--black);
}

.h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oleo Script, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oleo Script, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oleo Script, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

.h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oleo Script, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.h4.team {
  margin-top: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.h4.price-headings {
  margin-bottom: 10px;
}

.body {
  flex-flow: column;
  display: flex;
}

.navbar {
  background-color: var(--transparent);
  padding: 20px 60px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  padding-left: 0;
}

.brand.w--current {
  margin-right: 40px;
}

.nav-menu {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  border-bottom: 2px solid var(--transparent);
  color: var(--black);
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
}

.logo {
  width: 350px;
}

.footer {
  background-color: var(--black);
  margin-top: auto;
  padding: 120px 60px 40px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.footer-links-wrap {
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--white);
  align-self: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .8;
}

.footer-link.w--current {
  text-decoration: underline;
}

.footer-link.legal {
  text-align: right;
  padding-top: 0;
  padding-bottom: 0;
}

.open-hours-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--text);
  grid-template-rows: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.open-hours-grid.last {
  border-bottom-style: none;
  grid-template-columns: 1fr .5fr;
}

.footer-company-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.footer-logo-wrap {
  justify-content: flex-end;
  margin-bottom: 5px;
  display: flex;
}

.footer-ph-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-ph-link:hover {
  opacity: .8;
}

.footer-address {
  align-self: flex-end;
}

.footer-icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  margin-top: auto;
  display: flex;
}

.footer-logo {
  width: 225px;
}

.footer-icon {
  width: 16px;
  height: 16px;
}

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

.footer-text.hours, .footer-text.right {
  text-align: right;
}

.social-link {
  text-decoration: none;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .8;
}

.footer-legal-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-right: 1px solid var(--text);
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.footer-base {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.ps-link {
  background-image: url('../images/ps-link-white_1ps-link-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  transition: all .2s;
}

.ps-link:hover {
  opacity: 1;
  background-image: url('../images/ps-link_1ps-link.png');
}

.top-banner {
  background-color: var(--black);
  padding: 10px 60px;
}

.top-banner-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-banner-container-right {
  margin-left: auto;
}

.top-banner-text {
  color: var(--white);
  font-size: 15px;
}

.top-banner-icon {
  width: 16px;
  height: 16px;
}

.top-banner-booking-button {
  margin-left: 20px;
}

.booking-button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 15px;
  transition: opacity .2s;
}

.booking-button:hover {
  opacity: .8;
}

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

.list-wrap.plain {
  padding-top: 0;
  padding-bottom: 0;
}

.list {
  margin-bottom: 0;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-item.small {
  font-size: 14px;
}

.list-item.letter {
  list-style-type: lower-alpha;
}

.list-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oleo Script, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.field-label {
  color: var(--black);
  font-size: 19px;
  font-weight: 500;
}

.text-field {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  color: var(--text);
  margin-bottom: 20px;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 17px;
}

.text-field:focus {
  border-color: var(--black);
}

.textarea {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  color: var(--text);
  min-height: 350px;
  margin-bottom: 0;
  font-size: 17px;
}

.textarea:focus {
  border-color: var(--black);
}

.form-wrap {
  margin-top: 60px;
}

.page-titles {
  margin-bottom: 100px;
}

.breadcrumbs {
  font-size: 14px;
}

.bc-current {
  font-weight: 400;
  text-decoration: underline;
}

.bc-link {
  color: var(--text);
  text-decoration: none;
  transition: opacity .2s;
}

.bc-link:hover {
  opacity: .7;
}

.bc-link.w--current {
  color: var(--text);
  text-decoration: none;
}

.contact-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.top-banner-ph-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.top-banner-ph-link:hover {
  opacity: .8;
}

.phone-link-black {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text);
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.phone-link-black:hover {
  opacity: .8;
}

.h2-titles {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

.form-button-wrap {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.main-content-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.main-content-grid-image {
  background-color: var(--transparent);
  height: auto;
  position: static;
}

.main-content-grid-image.about {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.team-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.team-profile-pic {
  background-color: var(--grey);
  height: 300px;
}

.team-profile-pic.marie {
  background-image: url('../images/marie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-profile-pic.gaynor {
  background-image: url('../images/gaynor.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-profile-pic.matthew {
  background-image: url('../images/matthew.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-profile-pic.saskia {
  background-image: url('../images/saskia.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-profile-pic.damien {
  background-image: url('../images/damien.jpg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-profile-pic.vanessa {
  background-image: url('../images/vanessa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-profile-pic.vicky {
  background-image: url('../images/vicky-new.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-profile-pic.lana {
  background-image: url('../images/lana.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-profile-pic.ambria {
  background-image: url('../images/ambria.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-profile-pic.liv {
  background-image: url('../images/liv.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.salon-hours-wrap {
  max-width: 500px;
  margin-top: 10px;
}

.salon-hours-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 2px solid var(--darker-grey);
  grid-template-rows: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.salon-hours-grid.last {
  border-bottom-style: none;
  grid-template-columns: 1fr .5fr;
}

.map {
  background-color: var(--grey);
  margin-top: 60px;
}

.google-map {
  height: 350px;
}

.billboard {
  background-color: var(--grey);
  background-image: linear-gradient(#00000080, #00000080), url('../images/billboard.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  height: 850px;
  padding: 120px 60px;
  display: flex;
}

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

.h1-billboard {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oleo Script, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

.prices-wrap {
  width: 65%;
  max-width: none;
}

.prices-heading-wrap {
  margin-bottom: 60px;
}

.price-grid-wrap {
  margin-bottom: 40px;
}

.price-grid-wrap.last {
  margin-bottom: 0;
}

.price-grid {
  border-bottom: 2px solid var(--darker-grey);
  grid-template-rows: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.price-grid.last {
  border-bottom-style: none;
}

.sidebar-content {
  background-color: var(--transparent);
  width: 35%;
  height: auto;
}

.tab-link {
  background-color: var(--darker-grey);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 200px;
  padding: 10px 20px;
  text-decoration: none;
  transition: opacity .2s;
}

.tab-link:hover {
  opacity: .8;
}

.tab-link.w--current {
  background-color: var(--grey);
}

.tab-link.w--current:hover {
  opacity: 100;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tab-pane-tab-1 {
  background-color: var(--grey);
  padding: 60px;
}

.tab-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  background-color: var(--grey);
  padding: 60px;
}

.logo-wrap {
  background-color: var(--transparent);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.feature-cards-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-card {
  background-color: var(--white);
  height: auto;
  position: relative;
}

.social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: block;
}

.icon {
  width: 26px;
  height: 26px;
}

.social-link-large {
  text-decoration: none;
  transition: opacity .2s;
}

.social-link-large:hover {
  opacity: .8;
}

.large-social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.sb-image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: auto;
  min-height: auto;
  position: static;
}

.sb-image.hp-sb {
  height: 550px;
}

.sb-image.bottom-spacer {
  margin-bottom: 60px;
}

.sb-image.bottom-spacer.beauty, .sb-image.beauty {
  height: 550px;
}

.sb-image-container {
  border-radius: 0;
}

.sb-button-wrap {
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.grid-image {
  width: 100%;
  height: 100%;
}

.grid-card-link {
  background-color: var(--black);
  opacity: .8;
  color: var(--white);
  padding: 20px;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-card-link:hover {
  opacity: 1;
}

.grid-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

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

.bold {
  color: var(--black);
  font-weight: 600;
}

.text-link {
  color: var(--text-link);
  font-weight: 500;
  transition: opacity .2s;
}

.text-link:hover {
  color: var(--black);
}

.supporters {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--grey);
  opacity: .95;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.supporters.mobile {
  display: none;
  position: static;
}

.mcgrath-logo {
  width: 100px;
}

.paragraph-titles {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-heading-bold {
  color: var(--black);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 100px 40px;
  }

  .section.logos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-1500.logos {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    align-items: center;
  }

  .paragraph {
    font-size: 19px;
  }

  .paragraph.large {
    font-size: 24px;
  }

  .paragraph.small {
    font-size: 16px;
  }

  .paragraph.billboard-sub {
    font-size: 24px;
  }

  .text-block {
    font-size: 19px;
  }

  .text-block.large {
    font-size: 24px;
  }

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

  .button {
    font-size: 19px;
  }

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

  .nav-menu {
    background-color: var(--black);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-bitton {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-bitton.w--open {
    background-color: var(--transparent);
  }

  .nav-link {
    border-left: 3px solid var(--black);
    color: var(--white);
    border-bottom-style: none;
    margin: 30px 0 30px 40px;
    padding: 0 40px 0 0;
    font-size: 19px;
  }

  .nav-link.w--current {
    border-left-color: var(--white);
    color: var(--white);
    padding-left: 10px;
  }

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

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

  .footer-link {
    font-size: 17px;
  }

  .footer-link.legal {
    text-align: left;
  }

  .footer-company-details {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: flex-start;
  }

  .footer-logo-wrap {
    justify-content: flex-end;
  }

  .footer-ph-link, .footer-address {
    align-self: flex-start;
  }

  .footer-icons {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-logo {
    width: 280px;
  }

  .footer-icon {
    width: 32px;
    height: 32px;
  }

  .footer-text {
    font-size: 17px;
  }

  .footer-text.right {
    text-align: left;
  }

  .footer-text.right.phone {
    font-size: 21px;
  }

  .footer-legal-links {
    border-right-style: none;
    flex-flow: column;
    order: -1;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-base {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 60px;
  }

  .ps-link {
    width: 28px;
    height: 28px;
  }

  .copyright {
    order: 1;
  }

  .menu-icon {
    width: 32px;
    height: 32px;
  }

  .dots-icon {
    width: 32px;
    height: 32px;
    display: none;
  }

  .top-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-banner-cont-left {
    display: none;
  }

  .top-banner-container-right {
    margin-left: 0;
  }

  .top-banner-text {
    font-size: 17px;
  }

  .top-banner-icon {
    width: 24px;
    height: 24px;
  }

  .booking-button {
    font-size: 18px;
  }

  .list-item {
    font-size: 19px;
  }

  .list-item.small {
    font-size: 16px;
  }

  .form {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr;
  }

  .text-field {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 19px;
  }

  .textarea {
    min-height: 300px;
    font-size: 19px;
  }

  .page-titles {
    margin-bottom: 80px;
  }

  .top-banner-ph-link, .phone-link-black {
    align-self: flex-start;
  }

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

  .main-content-grid-image {
    object-fit: fill;
    width: 100%;
    height: 100%;
  }

  .team-profile-pic {
    height: 280px;
  }

  .team-profile-pic.marie, .team-profile-pic.matthew {
    background-position: 100%;
  }

  .team-profile-pic.vicky {
    background-position: 50%;
  }

  .billboard {
    padding: 100px 40px;
  }

  .h1-billboard {
    font-size: 65px;
  }

  .prices-wrap {
    width: 100%;
  }

  .prices-heading-wrap {
    margin-bottom: 50px;
  }

  .sidebar-content {
    display: none;
  }

  .tab-link {
    width: 190px;
  }

  .tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
    padding: 40px;
  }

  .logo-wrap {
    width: 80%;
  }

  .feature-cards-grid {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    width: 32px;
    height: 32px;
  }

  .sb-image {
    width: 100%;
    height: 550px;
  }

  .sb-image.bottom-spacer.beauty, .sb-image.beauty {
    height: 450px;
  }

  .heading-wrap {
    width: 80%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .supporters.mobile {
    display: flex;
  }

  .supporters.main {
    display: none;
  }

  .list-heading-bold {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 80px 30px;
  }

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

  .container-1500.team {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container-1500.logos {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: center;
  }

  .text-block.tabs {
    text-align: left;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 32px;
  }

  .h4 {
    font-size: 26px;
  }

  .h4.price-headings {
    font-size: 27px;
  }

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

  .menu-bitton {
    padding-left: 0;
  }

  .nav-link {
    margin-left: 30px;
    padding-left: 0;
    padding-right: 30px;
  }

  .footer {
    padding: 80px 30px 30px;
  }

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

  .footer-logo-wrap {
    justify-content: flex-start;
  }

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

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

  .list-heading {
    font-size: 24px;
  }

  .page-titles {
    margin-bottom: 60px;
  }

  .h2-titles {
    font-size: 29px;
  }

  .form-button-wrap {
    justify-content: flex-start;
  }

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

  .team-profile-pic {
    max-width: 60%;
  }

  .google-map {
    height: 320px;
  }

  .billboard {
    height: auto;
    padding: 120px 30px 80px;
  }

  .h1-billboard {
    font-size: 57px;
  }

  .price-grid {
    grid-template-columns: 1fr .5fr;
  }

  .tab-link {
    width: auto;
    padding: 15px 30px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .tab-pane-tab-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-content {
    margin-top: 20px;
  }

  .tab-pane-tab-2, .tab-pane-tab-3 {
    padding: 40px 30px;
  }

  .logo-wrap {
    width: 45%;
  }

  .feature-cards-grid {
    width: auto;
  }

  .sb-image, .sb-image.hp-sb {
    height: 500px;
  }

  .sb-image.bottom-spacer {
    margin-bottom: 40px;
  }

  .grid-heading {
    font-size: 32px;
  }

  .heading-wrap {
    width: auto;
  }

  .supporters {
    padding: 10px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1500.logos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-wrap {
    flex-flow: column;
    margin-bottom: 0;
  }

  .h1 {
    font-size: 46px;
  }

  .h2 {
    font-size: 38px;
  }

  .h3 {
    font-size: 32px;
  }

  .h4 {
    font-size: 28px;
  }

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

  .nav-container {
    flex-flow: column;
  }

  .brand.w--current {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu {
    padding-bottom: 40px;
  }

  .menu-bitton {
    background-color: var(--black);
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    display: flex;
  }

  .menu-bitton.w--open {
    background-color: var(--black);
  }

  .nav-link {
    margin-left: 20px;
    padding: 0 20px 0 0;
    font-size: 17px;
  }

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

  .menu-icon {
    display: none;
  }

  .dots-icon {
    height: auto;
    margin-left: auto;
    display: block;
  }

  .top-banner {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .list {
    padding-left: 25px;
  }

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

  .page-titles {
    margin-bottom: 40px;
  }

  .h2-titles {
    font-size: 24px;
  }

  .team-profile-pic {
    max-width: 70%;
    height: 260px;
  }

  .google-map {
    height: 300px;
  }

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

  .h1-billboard {
    font-size: 52px;
  }

  .tab-link, .tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-wrap {
    width: 60%;
  }

  .feature-cards-grid {
    width: auto;
  }

  .sb-image, .sb-image.hp-sb {
    height: 350px;
  }

  .sb-image.bottom-spacer {
    margin-bottom: 20px;
  }

  .sb-image.bottom-spacer.beauty, .sb-image.beauty {
    height: 220px;
  }

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

  .supporters.mobile {
    margin-top: 60px;
  }
}

#w-node-_3e2a6dfe-aa4f-a299-9d70-3726a6b51c40-2dca523e, #w-node-_5d1c0fb0-2669-f360-89d7-f4f7027bb1b1-2dca523e, #w-node-df58b691-8912-d539-d127-5bad38da52a6-2dca523e, #w-node-_54fcd1b4-6ea8-a066-fa08-b625ecd17053-2dca523e, #w-node-f1e05554-2235-53cc-4dd1-b665e5fc3ace-2dca523e, #w-node-_5564c446-425a-92e1-ae8a-cc7fa7490cee-2dca523e, #w-node-f445842e-1705-877e-67fe-ab841650ccc6-2dca523e, #w-node-ef3323e9-560a-b87b-1221-5bd5138733cf-2dca523e, #w-node-ef3323e9-560a-b87b-1221-5bd5138733d6-2dca523e, #w-node-ef3323e9-560a-b87b-1221-5bd5138733dd-2dca523e, #w-node-_9b6f5232-6bf5-7608-a109-45d36432925a-2dca523e, #w-node-bce0b00f-be30-3d3a-58d9-57d8bab0472e-2dca523e, #w-node-f7a5a356-9e58-dec4-0088-38fccb24d43b-2dca523e, #w-node-_9b6f5232-6bf5-7608-a109-45d364329268-2dca523e, #w-node-_96b03ed6-c0aa-fbd4-4ae6-50ea269d33bd-2dca523e, #w-node-_96b03ed6-c0aa-fbd4-4ae6-50ea269d33c4-2dca523e, #w-node-_540c6ac4-0c33-bd02-7807-db4068b9b9f5-2dca523e, #w-node-_540c6ac4-0c33-bd02-7807-db4068b9b9fc-2dca523e, #w-node-_540c6ac4-0c33-bd02-7807-db4068b9ba03-2dca523e, #w-node-_0d85363e-02e9-23fc-98df-5a26e908eed8-2dca523e, #w-node-_0d85363e-02e9-23fc-98df-5a26e908eedf-2dca523e, #w-node-_0d85363e-02e9-23fc-98df-5a26e908eee6-2dca523e, #w-node-_0d85363e-02e9-23fc-98df-5a26e908eeed-2dca523e, #w-node-_2dd33fc6-85b4-50c5-1282-9a7d65311c2b-2dca523e, #w-node-_0d85363e-02e9-23fc-98df-5a26e908eef4-2dca523e, #w-node-_0d85363e-02e9-23fc-98df-5a26e908ef02-2dca523e, #w-node-_965589a8-96f2-f840-39b6-43b7a70056e4-2dca523e, #w-node-_965589a8-96f2-f840-39b6-43b7a70056eb-2dca523e, #w-node-_965589a8-96f2-f840-39b6-43b7a70056f2-2dca523e, #w-node-_965589a8-96f2-f840-39b6-43b7a70056f9-2dca523e, #w-node-_965589a8-96f2-f840-39b6-43b7a7005700-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa88732-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa88739-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa88740-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa88747-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa8874e-2dca523e, #w-node-b662ae32-deae-766f-6979-3800f1d8c4ce-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa88755-2dca523e, #w-node-_182055a2-00ed-c458-4524-7b007f380794-2dca523e, #w-node-_2a773143-d81d-9054-e951-905045efd112-2dca523e, #w-node-ee76b3ed-7528-1f1c-7cc6-71b0afa08030-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa8875c-2dca523e, #w-node-f44a0001-5caf-5d7a-5d1c-4cf39d72d35f-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa88766-2dca523e, #w-node-d0855c71-f8d2-39ba-baf6-6c2b8318e81a-2dca523e, #w-node-_469c29b3-00c0-cc32-4457-55c49400eb97-2dca523e, #w-node-_2c34ff20-4975-c57a-82f5-7e71365d68ce-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa8876d-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa88774-2dca523e, #w-node-_74dad95c-0d27-e596-881a-9c84c76f0c6b-2dca523e, #w-node-_4dff405e-9596-6984-cdb8-82c62410f6e4-2dca523e, #w-node-_053c51a2-b80f-0fd9-8f81-6266cb98d0f4-2dca523e, #w-node-_053c51a2-b80f-0fd9-8f81-6266cb98d11e-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa8877e-2dca523e, #w-node-_7830649c-3d46-365f-e28f-8eb7583c1af1-2dca523e, #w-node-_6aa901c2-87f9-1eb8-eaa0-82378d8fc244-2dca523e, #w-node-_078248bd-7ddb-9d34-3638-9758b7c37d16-2dca523e, #w-node-_9296c67c-7598-65ff-bbf2-961919794ad4-2dca523e, #w-node-_3c19a40b-1411-5b52-340e-49e08fa88785-2dca523e, #w-node-d63d53af-22c4-b90d-5223-f7682f758a86-2dca523e, #w-node-d63d53af-22c4-b90d-5223-f7682f758a8d-2dca523e, #w-node-d63d53af-22c4-b90d-5223-f7682f758aa2-2dca523e {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_71ca56db-9dc4-5c9f-4efa-5d5a2780c784-2dca523a, #w-node-_8aeddbd7-a5b0-d29d-f13a-3e701fc836d6-2dca523b, #w-node-_6d818f2f-3e0c-707a-85a3-273723c229b3-2dca523f, #w-node-e5409615-31d8-31bb-b6fd-fe82121c83fc-2dca5240 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_71ca56db-9dc4-5c9f-4efa-5d5a2780c784-2dca523a, #w-node-_8aeddbd7-a5b0-d29d-f13a-3e701fc836d6-2dca523b, #w-node-_6d818f2f-3e0c-707a-85a3-273723c229b3-2dca523f, #w-node-e5409615-31d8-31bb-b6fd-fe82121c83fc-2dca5240 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


