@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: #e5e5dd;
  --dark-grey: #0d1b25;
  --dark-grey-2: #a89b8a52;
  --black: black;
  --dark-grey-3: #a0a0a0;
  --gold: #a39783;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.first-section {
  width: 100%;
  min-height: auto;
  padding: 0 0;
  position: relative;
}

.container {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e5e5dd;
  grid-template-rows: .25fr 2.75fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 50px;
  padding: 0 2vw 0;
  display: grid;
  position: relative;
  inset: 0%;
}

.header-wrapper {
  position: relative;
}

.header-slider {
  height: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.left-arrow, .right-arrow {
  display: block;
}

.slide-1-photo {
  text-shadow: 1px 1px 6px #000;
  background-image: url('../images/Copyright_Soho_Farm_House_Boat_House_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2-photo {
  background-image: url('../images/SFphoto2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3-photo {
  background-image: url('../images/SFphoto3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.navbar {
  z-index: 15;
  background-color: #e5e5dd;
  background-image: linear-gradient(#e5e5dd, #e5e5dd);
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  inset: 0%;
}

.navbar-centered-logo-left {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-link {
  color: #ab9e8c;
  align-items: center;
  margin-top: 0;
  margin-right: 15px;
  font-family: Gotham, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

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

.navbar-thirds-grid-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: absolute;
  inset: 0%;
}

.container-3 {
  background-color: #f5f2e6;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.logo {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 39px;
  display: flex;
  position: absolute;
  inset: auto 0% 38.5vh;
}

.text-block-8 {
  color: var(--white);
  letter-spacing: 3.5px;
  text-shadow: 0 0 #0000000d;
  margin-right: 21px;
  font-family: Gotham, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 21.5px;
}

.text-block-9 {
  color: var(--white);
  letter-spacing: 3.5px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  font-family: Gotham, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 21.5px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-screen-menu {
  z-index: 100;
  background-color: #f5f2e6;
  background-image: linear-gradient(#f5f2e6de, #f5f2e6de), url('../images/flourish.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-menu-title {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  display: flex;
}

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

.heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: .9em;
  line-height: 42px;
  display: block;
}

.heading.nav-list-item {
  color: var(--dark-grey);
  font-size: 2em;
  font-weight: 300;
  line-height: 7vh;
}

.line-decoration {
  border-style: none;
  border-width: 1.5px 1.25px 1.25px;
  border-color: var(--white);
  background-color: var(--white);
  width: 24em;
  height: .1vh;
}

.line-decoration.transparent {
  border-style: none;
}

.line-decoration.short {
  background-color: #a89b8a;
}

.exit-button {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60px;
  height: 40px;
  display: block;
  position: fixed;
  inset: 1vh 0 auto auto;
}

.image {
  z-index: 100;
  filter: invert();
  position: fixed;
  inset: 3vh 3vw auto auto;
}

.corner-logo {
  z-index: 2;
  position: fixed;
  inset: 0% auto auto 3vw;
}

.image-2 {
  z-index: 3;
  position: fixed;
  inset: 4vh auto auto 2vw;
}

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-11 {
  color: #a39783;
  margin-right: .25vw;
  font-family: Gotham, sans-serif;
  font-size: 1.75vh;
  font-weight: 300;
  text-decoration: none;
}

.navbar-centered-logo-right-wrapper {
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  display: flex;
}

.menu-button {
  align-self: center;
  padding-top: 20px;
  padding-right: 10px;
  display: block;
}

.div-block-4 {
  align-items: baseline;
  display: flex;
}

.full-screen-navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.copyright-tag {
  z-index: 3;
  float: right;
  clear: none;
  background-color: #0006;
  align-self: flex-end;
  align-items: center;
  padding: 1.5vh 1vw;
  display: none;
  position: fixed;
  inset: auto 2vw 7.2vh auto;
}

.text-block-12 {
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  font-family: Gotham, sans-serif;
  font-size: 11px;
  font-weight: 300;
  display: flex;
}

.div-block-5 {
  background-color: #0006;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 8vw;
  height: 5vh;
  display: flex;
  position: absolute;
  inset: -1.7vh 0% 0% -7vw;
}

.second-section {
  height: auto;
  padding-left: 0;
}

.left-aligned-container-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 70vh;
  padding: 0 2vw 10px;
  display: grid;
}

.left-aligned-container-grid.craft {
  grid-template-columns: 1.5fr .75fr 1.5fr;
  min-height: 50vh;
}

.left-aligned-container-grid._2 {
  grid-column-gap: 10px;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: .25fr;
  padding-bottom: 0;
}

.left-aligned-container-grid._2.bottom {
  margin-bottom: 20px;
}

.gray-bg-square {
  background-color: var(--dark-grey);
  background-image: linear-gradient(#30231580, #30231580), url('../images/IMG_1667.jpg'), url('../images/concert.jpg');
  background-position: 0 0, 100% 100%, 50%;
  background-size: auto, auto 150%, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gray-bg-square.dark {
  background-color: var(--dark-grey-2);
}

.gray-bg-square.dark.craft {
  background-image: linear-gradient(#241f1973, #241f1973), url('../images/IMG_9341.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: auto;
}

.gray-bg-square.dark.craft.tuition {
  background-image: linear-gradient(#241f1973, #241f1973), url('../images/IMG_8152.jpeg');
  background-position: 0 0, 0 100%;
}

.gray-bg-square.historic {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0925.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.gray-bg-square.animated {
  background-image: linear-gradient(#30231580, #30231580), url('../images/craft.gif');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.bg-image {
  background-image: linear-gradient(#30231580, #30231580), url('../images/10624-37.JPG'), url('../images/Guitar-7-copy.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50% 100%, 50%, 0 0;
  background-size: auto, cover, cover, auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.bg-image._3 {
  background-image: linear-gradient(#30231580, #30231580), url('../images/craft.gif'), url('../images/10624-37.JPG'), url('../images/Guitar-7-copy.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%, 50% 100%, 50%, 0 0;
  background-size: auto, cover, cover, cover, auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-image._2 {
  background-image: linear-gradient(#00000057, #00000057), url('../images/Guitar-7-copy.jpg'), url('../images/Copyright-Soho-House-Farmhouse-Garden-Rooms-201906-VE-LR-006.jpg');
  background-position: 0 0, 50% 0, 0 0;
  background-size: auto, cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-image._4 {
  background-image: url('../images/Photo_17-11-2016-10.jpeg');
}

.bg-image._5 {
  background-image: url('../images/Copyright-Soho-House-Farmhouse-Hay-Barn-201904-VE-LR-001.jpg');
}

.bg-image._6 {
  background-image: url('../images/Copyright-Soho-House-Farmhouse-Garden-Rooms-201906-VE-LR-002.jpg');
}

.gray-bg-square-text {
  color: var(--white);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3em;
  padding-left: 1em;
  padding-right: 1em;
  font-family: Gotham, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.gray-bg-square-text.third-section {
  height: auto;
  margin: auto;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.4em;
  font-weight: 300;
  position: relative;
}

.gray-bg-square-text.third-section.grey {
  color: var(--black);
  width: 80%;
  padding-top: 130px;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.6em;
}

.gray-bg-square-text.third-section.grey.small {
  padding-top: 50px;
  font-size: 1.2em;
  font-weight: 300;
}

.gray-bg-square-text.third-section.grey.body {
  text-align: left;
  width: auto;
  padding: 0 0 19px;
  font-size: .8em;
  display: block;
}

.gray-bg-square-text.third-section.grey.body.quote {
  font-size: 1.4em;
}

.gray-bg-square-text.third-section.grey.body.white {
  color: var(--black);
  text-align: left;
  letter-spacing: .1em;
  -webkit-text-stroke-color: var(--white);
  text-transform: none;
  background-color: #e5e5dd00;
  flex-flow: column;
  flex: none;
  margin: 0 auto;
  padding: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
  inset: auto 0% auto auto;
}

.gray-bg-square-text.third-section.grey.body.white.tuition {
  margin-top: 37px;
  padding-bottom: 0;
  font-size: 16px;
}

.gray-bg-square-text.third-section.grey.body.white.tuition.quote {
  color: var(--white);
  flex: 0 auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 30px;
  font-family: Gotham, sans-serif;
  font-size: .9em;
  font-weight: 700;
}

.gray-bg-square-text.third-section.grey.body.white.left {
  text-align: left;
  padding-top: 50px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.gray-bg-square-text.third-section.grey.body.white.left.about {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15vw 60px;
  font-size: 14px;
  line-height: 23px;
}

.gray-bg-square-text.third-section.grey.body.white.smaller {
  padding-top: 30px;
  padding-bottom: 40px;
}

.gray-bg-square-text.third-section.grey.body.white.bottom {
  padding-top: 40px;
  padding-bottom: 0;
}

.gray-bg-square-text.third-section.tuition {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  font-weight: 300;
}

.gray-bg-square-text.third-section.quote {
  text-align: left;
  padding-left: 4em;
  padding-right: 4em;
  font-size: .9em;
  font-style: italic;
  font-weight: 300;
}

.gray-bg-square-text.gold.for-sale {
  color: #b7b8b5;
  margin-bottom: 0;
}

.gray-bg-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.6em;
  padding-right: 1.6em;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  padding: .75em 1em;
  font-family: Gotham, sans-serif;
  font-weight: 300;
  position: relative;
}

.button-outline {
  z-index: 2;
  border: 1px solid var(--white);
  width: 10em;
  height: 3em;
  padding: .75em 1.5em;
  position: relative;
  bottom: 6.4vh;
  left: -.55vh;
}

.right-aligned-container-grid {
  grid-column-gap: .6em;
  grid-row-gap: 0px;
  background-image: url('../images/concert.jpg');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  min-height: 70vh;
  padding-bottom: 1.5vh;
  padding-left: 2vw;
  padding-right: 2vw;
  display: grid;
}

.div-block-8 {
  background-image: url('../images/Copyright-Soho-House-Farmhouse-Garden-Rooms-201906-VE-LR-006.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-2 {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  text-shadow: 0 0 #0000000d;
  margin-right: 1vw;
  font-family: Gotham, sans-serif;
}

.heading-2.light {
  text-shadow: 0 0 0 var(--white);
  font-weight: 300;
}

.text-span {
  font-weight: 300;
}

.light-bg-overlay {
  background-color: #ada393e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 8em;
  display: flex;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 3.1em;
  font-weight: 300;
  line-height: 1.35em;
}

.button-2 {
  border-bottom: 1px none var(--white);
  background-color: #0000;
  font-family: Gotham, sans-serif;
  font-size: .86em;
  font-weight: 300;
}

.read-more-link {
  color: var(--white);
  letter-spacing: .1em;
  font-family: Gotham, sans-serif;
  font-size: .87em;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
}

.link-decoration {
  background-color: var(--dark-grey-3);
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 4.9em;
  height: .1em;
}

.link-decoration.long {
  width: 10em;
}

.image-3 {
  order: -1;
  margin-left: 2.5px;
  margin-right: 2.5em;
}

.gray-bg-rectangle {
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.6em;
  padding-right: 1.6em;
  display: flex;
}

.gray-bg-rectangle.dark {
  background-color: var(--dark-grey-2);
}

.gif-square {
  background-image: url('../images/GIF-2_FARM.gif');
  background-position: 50%;
  background-size: cover;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  font-family: Gotham, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.35em;
}

.fourth-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 60vh;
  padding-bottom: 1.5vh;
  padding-left: 2vw;
  padding-right: 2vw;
  display: grid;
}

.image-bg-rectangle {
  background-image: url('../images/Copyright_Soho_Farm_House_Boat_House_1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-bg-rectangle._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2023-11-09-at-22.52.23.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.footer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1.5fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.social-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  max-height: 6vh;
  display: grid;
}

.footer-info {
  overflow: hidden;
}

.social-icons {
  background-color: var(--black);
}

.link {
  font-family: "Fa brands 400", sans-serif;
}

.social-link {
  color: var(--white);
  margin-right: .7vw;
  font-family: "Fa brands 400", sans-serif;
  font-size: 3vh;
  text-decoration: none;
}

.link-3 {
  font-family: "Fa brands 400", sans-serif;
}

.social-icons-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 3vh;
  max-height: none;
  display: flex;
}

.social-icons-list.thin {
  height: 4vh;
}

.footer-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0d1b25;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  display: grid;
}

.company-logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
  display: flex;
}

.footer-info-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 150px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: grid;
}

.footer-heading {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 16px;
}

.footer-heading.list {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.6vh;
  text-decoration: none;
}

.link-4 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2vw;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 2vw;
  font-family: "Fa brands 400", sans-serif;
  font-size: 4vh;
  text-decoration: none;
  display: flex;
}

.div-block-9 {
  flex: 0 auto;
  order: 1;
}

.div-block-10 {
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.link-5 {
  color: var(--dark-grey-3);
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.5vh;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.div-block-11 {
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.sticky-footer {
  z-index: 15;
  background-color: var(--white);
  height: 5vh;
  padding-top: 1vh;
  padding-left: 2vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.text-block-13 {
  font-family: Gotham, sans-serif;
  font-size: .9em;
}

.link-6 {
  color: #a89b8a;
  margin-left: 0;
  font-family: Gotham, sans-serif;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
}

.sticky-footer-info {
  justify-content: center;
  align-items: center;
  margin-bottom: .8vh;
  display: flex;
}

.div-block-12 {
  border-bottom: 2px solid #a89b8a;
  margin-left: .5vw;
}

.copyright-info {
  color: var(--white);
  font-family: Gotham, sans-serif;
  font-size: .8em;
  font-weight: 300;
}

.link-block-2 {
  margin-top: 10vh;
  text-decoration: none;
  position: absolute;
}

.link-block-2.grey {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.link-block-2.grey.tuition {
  background-image: url('../images/button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.link-block-2.grey.spacer {
  margin-bottom: 10vh;
}

.text-block-14 {
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 2px;
  font-family: Gotham, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  top: 4.5vh;
}

.text-block-14.grey {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  top: 41px;
}

.text-block-14.grey.button {
  text-align: left;
  font-size: 18px;
}

.text-block-14.grey.contact {
  padding: 20px 10px;
  font-family: Gotham, sans-serif;
  font-size: 13px;
  font-weight: 300;
  position: static;
}

.slider-wrapper {
  height: auto;
  position: relative;
  top: 50px;
  overflow: visible;
}

.body {
  background-color: #e5e5dd;
}

.slider {
  height: 40vh;
}

.slider.animated {
  width: 100vw;
  max-width: none;
  height: 100%;
  min-height: 450px;
  margin-bottom: 10px;
}

.slide-1 {
  background-image: url('../images/concert.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Screenshot-2023-12-26-at-22.44.38.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/IMG_0925.jpeg');
  background-position: 50%;
  background-size: cover;
}

.body-2 {
  background-color: #e5e5dd;
}

.image-4 {
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
}

.image-4.grey {
  filter: invert();
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  background-image: linear-gradient(#251f1099, #251f1099);
  margin-bottom: 2vw;
}

.div-block-13 {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14.nav {
  align-self: center;
  padding-top: 10px;
  padding-left: 50px;
  display: flex;
}

.div-block-14.subpage {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 7px solid var(--dark-grey);
  background-color: #2915158f;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-14.subpage.tuition {
  background-image: linear-gradient(#00000080, #00000080);
}

.heading-5 {
  color: #fff;
  letter-spacing: .7em;
  text-transform: uppercase;
  text-shadow: 0 0 #0000000d;
  margin-right: 1vw;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 2.4vw;
}

.heading-5.light {
  text-shadow: 0 0 #fff;
  font-size: 2.4vw;
  font-weight: 300;
}

.heading-5.light.top {
  align-self: center;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.heading-5.light.top.bold {
  font-weight: 700;
}

.heading-5.light.fixed {
  font-size: 24px;
}

.heading-5.light.subpage {
  text-align: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 2vw;
}

.heading-5.light.subpage.black {
  color: #000;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6vw;
}

.heading-5.light.subpage.black.about.center {
  text-align: center;
}

.heading-5.light.subpage.black.about.center.process {
  margin-top: 50px;
  margin-bottom: 10px;
}

.heading-5.light.subpage.black.tcs {
  margin-top: 30px;
}

.heading-5.light.subpage.left {
  color: #a39783;
  text-align: left;
  -webkit-text-stroke-color: #a39783;
  flex: 1;
  align-self: center;
  width: 80vw;
  font-size: 1vw;
}

.heading-5.light.subpage.left.guitars {
  width: 80vw;
  margin-top: 62px;
}

.heading-5.light.subpage.left.fixed {
  text-align: center;
  width: 100%;
  margin-top: 114px;
  font-weight: 300;
}

.heading-5.top {
  color: #000;
  align-self: center;
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
}

.heading-5.fixed {
  font-size: 24px;
}

.grid {
  object-fit: cover;
  background-color: #e5e5dd;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  padding: 5vw 5vw 5vh;
  display: none;
}

.copy-medium {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
  overflow: hidden;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.video {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 90vh;
  max-height: 675px;
  display: flex;
  overflow: hidden;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.section {
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.video-teaser-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 25em;
  display: flex;
  overflow: hidden;
}

.popup-toggle {
  cursor: pointer;
  overflow: hidden;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.popup-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.video-thumbnail {
  object-fit: contain;
  border-radius: 0;
  height: 100%;
  overflow: hidden;
}

.is-magnetic.is-absolut {
  position: absolute;
}

.popup-video-group {
  overflow: visible;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.code-highlight {
  opacity: 1;
  background-color: #ffebcb9c;
  border: 1px dashed #c28627;
  border-radius: .4em;
  padding: 0 .5em .2em;
  font-style: italic;
  display: inline-block;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
  overflow: hidden;
}

.play-wrapper {
  z-index: 3;
  color: #f8f1e2;
  cursor: pointer;
  background-color: #fbd28f;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #00000073;
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.play-icon {
  color: #000;
  width: 24px;
  height: 24px;
  margin-left: .2em;
  font-size: 1.7em;
}

.center-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.p-sm-start {
  padding-top: 3em;
}

.container-medium {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.text-color-white {
  color: #fff;
}

.list-wrapper {
  margin-top: 55px;
}

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

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  background-color: #fff;
  padding-bottom: 63px;
  position: relative;
}

.container-4 {
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

.webflow-lightbox-component {
  display: none;
}

.note-wrapper {
  margin-bottom: 3rem;
}

.icon {
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

.quick-stack {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 95vw;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.div-block-15 {
  height: 50px;
}

.image-5 {
  height: 100%;
}

.section-3 {
  flex-flow: column;
  padding-bottom: 80px;
  display: flex;
}

.section-3.get-in-touch {
  padding-top: 0;
  padding-bottom: 0;
}

.section-3.get-in-touch._2 {
  padding-bottom: 51px;
}

.text-span-2 {
  font-weight: 700;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  font-weight: 700;
}

.section-4 {
  background-color: #fff0;
  margin-top: 0;
}

.cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: block;
}

.div-block-16 {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold {
  color: var(--black);
  -webkit-text-stroke-color: var(--white);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4em;
}

.cell-2 {
  padding: 20px;
  display: block;
}

.cell-3 {
  padding-top: 20px;
}

.flex-block.bg1 {
  background-image: url('../images/IMG_9341.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
}

.flex-block.bg2 {
  background-image: url('../images/IMG_0925.jpeg'), url('../images/IMG_9341.jpg');
  background-position: 50%, 0 0;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  min-height: auto;
}

.flex-block.bg3 {
  background-image: url('../images/details.jpg'), url('../images/IMG_1322.jpg'), url('../images/IMG_9341.jpg');
  background-position: 0 0, 50%, 0 0;
  background-size: cover, cover, cover;
  width: 100%;
  height: 100%;
  min-height: auto;
}

.flex-block.bg4 {
  background-image: url('../images/IMG_1309.jpg'), url('../images/IMG_9341.jpg');
  background-position: 50%, 0 0;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  min-height: auto;
}

.flex-block.bg5 {
  background-image: url('../images/IMG_1322.jpg'), url('../images/IMG_9341.jpg');
  background-position: 50%, 0 0;
  background-size: cover, cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f800;
  width: 90vw;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 50px;
}

.text-span-6 {
  font-weight: 700;
}

.cell-5 {
  display: block;
}

.slide-4 {
  width: 100%;
}

.slider-2 {
  width: 100%;
  min-height: 350px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 29%;
  padding: 0;
}

.flex-block-2 {
  background-image: url('../images/IMG_0373.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.flex-block-2._2 {
  background-image: url('../images/500319294_18005695223769296_2291429989418926610_n.jpg');
}

.flex-block-2._3 {
  background-image: url('../images/IMG_1309.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slide-nav-3 {
  padding-top: 23px;
  display: none;
}

.left-aligned-container-grid-2 {
  grid-column-gap: .6em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  min-height: 65vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1.5vh;
  display: grid;
}

.gray-bg-square-2 {
  background-color: #b9afa1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gray-bg-square-text-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.35em;
}

.link-block-3 {
  margin-top: 9vh;
  text-decoration: none;
  position: absolute;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Gotham, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  top: 5vh;
}

.bg-image-2 {
  background-image: url('../images/IMG_9341.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.bg-image-2._2 {
  background-image: url('../images/Guitar-29-copy.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-image-2._2._1 {
  background-image: url('../images/Screenshot-2023-11-12-at-18.11.42.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 375px;
}

.bg-image-2._2._1.concert {
  background-size: cover;
}

.bg-image-2._2._1.concert.concert1 {
  background-image: url('../images/C_10624-38.JPG');
  background-position: 50%;
  background-size: cover;
}

.bg-image-2._2._1.tuition-1 {
  background-image: url('../images/IMG_8152.jpeg');
  background-position: 0%;
  background-size: cover;
}

.bg-image-2._2._1.tuition-2 {
  background-image: url('../images/IMG_1030.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.bg-image-2._2._1000 {
  background-image: url('../images/C_IMGP4139.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.bg-image-2._2.height {
  background-image: url('../images/H_Close-up-6.jpg');
  background-size: cover;
  min-height: 360px;
}

.right-aligned-container-grid-2 {
  grid-column-gap: .6em;
  grid-row-gap: 0px;
  grid-template: ". Area"
  / 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 95vw;
  max-width: none;
  min-height: 55vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5vh;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.right-aligned-container-grid-2.top {
  grid-template-columns: .5fr .75fr;
  width: auto;
  max-width: none;
  margin-top: 5px;
  padding-bottom: 0;
}

.right-aligned-container-grid-2.top.concert {
  grid-column-gap: 10px;
  background-color: #e7e7e7;
  grid-template-columns: 2fr 1.25fr;
  width: 95vw;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.right-aligned-container-grid-2._1000 {
  grid-template-columns: .75fr .5fr;
  width: 95vw;
  max-width: none;
  padding-bottom: 0;
}

.right-aligned-container-grid-2.height {
  grid-column-gap: .6em;
  grid-template-columns: 1fr 2.75fr;
  min-height: 10vh;
}

.gray-bg-square-text-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.35em;
}

.gray-bg-square-text-3.third-section {
  margin-bottom: .5em;
  padding-left: 1.6em;
  padding-right: 1.6em;
  font-size: 1.8em;
  font-weight: 300;
}

.link-decoration-2 {
  color: #fff;
  background-color: #a0a0a0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 4.9em;
  height: .1em;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 3.1em;
  font-weight: 300;
  line-height: 1.35em;
}

.read-more-link-2 {
  color: #fff;
  letter-spacing: .1em;
  font-family: Gotham, sans-serif;
  font-size: .87em;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
}

.gray-bg-square-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gray-bg-square-3.white {
  background-color: var(--white);
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.gray-bg-square-3.white.bottom {
  padding-bottom: 50px;
}

.copyright-info-2 {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-size: .8em;
  font-weight: 300;
}

.left-aligned-container-grid-3 {
  grid-column-gap: .6em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1.25fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  min-height: 55vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1.5vh;
  display: grid;
}

.left-aligned-container-grid-3.concert {
  grid-template-columns: .5fr .5fr;
  width: 95vw;
  max-width: none;
  padding-bottom: 0;
}

.left-aligned-container-grid-3.concert.tuition {
  background-image: linear-gradient(#201c0e7d, #201c0e7d), url('../images/tuition.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-columns: 3.5fr;
  width: 90vw;
  min-height: 35vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

.left-aligned-container-grid-3.concert.tuition.historic {
  background-image: linear-gradient(#00000070, #00000070), url('../images/H_IMG_1508.jpeg');
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.left-aligned-container-grid-3.concert.tuition.quote {
  min-height: 35vh;
}

.left-aligned-container-grid-3.concert.tuition.quote._3 {
  background-image: none;
  grid-template-rows: auto auto auto auto;
}

.left-aligned-container-grid-3.concert.bottom {
  grid-template-columns: .5fr .5fr .5fr;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.left-aligned-container-grid-3.concert._2 {
  grid-template-columns: .5fr .5fr;
  margin-top: 10px;
}

.left-aligned-container-grid-3.concert._2.quote {
  min-height: 40vh;
}

.bg-image-3 {
  background-image: url('../images/SL_Farm-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image-3._4 {
  background-image: url('../images/IMG_07572.jpg');
  background-position: 50%;
  height: 100%;
}

.bg-image-3._4._1000 {
  background-image: url('../images/C_Guitar-08.jpeg');
}

.bg-image-3._4.height {
  background-image: url('../images/H_IMG_1372.jpeg');
  min-height: 400px;
}

.gray-bg-rectangle-2 {
  background-color: #b9afa1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.6em;
  padding-right: 1.6em;
  display: flex;
}

.gray-bg-rectangle-2.dark {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.gray-bg-rectangle-2.dark.white {
  background-color: var(--white);
}

.gray-bg-rectangle-2.dark.white.tuition {
  padding-bottom: 80px;
}

.gray-bg-rectangle-2.dark.white.tuition.quote {
  background-color: var(--dark-grey);
  background-image: linear-gradient(#00000094, #00000094), url('../images/IMG_1256.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  flex-flow: column;
  padding-bottom: 0;
}

.gray-bg-rectangle-2.dark.white.tuition.gold {
  background-image: linear-gradient(#00000094, #00000094), url('../images/IMG_0452.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-bottom: 0;
}

.heading-7 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  font-family: Gotham, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.35em;
}

.read-more-link-3 {
  color: #fff;
  letter-spacing: .1em;
  font-family: Gotham, sans-serif;
  font-size: .87em;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
}

.left-aligned-container-grid-4 {
  grid-column-gap: .6em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  min-height: 65vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1.5vh;
  display: grid;
}

.gray-bg-square-4 {
  background-color: #cec4b6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gray-bg-square-text-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
  font-family: Gotham, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.35em;
}

.gray-bg-square-text-4.third-section {
  margin-bottom: .5em;
  padding-left: 1.6em;
  padding-right: 1.6em;
  font-size: 1.8em;
  font-weight: 300;
}

.read-more-link-4 {
  color: #fff;
  letter-spacing: .1em;
  font-family: Gotham, sans-serif;
  font-size: .87em;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
}

.bg-image-4 {
  background-image: url('../images/SL_Farm-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.bg-image-4._5 {
  background-image: url('../images/Copyright-Soho-House-Farmhouse-Hay-Barn-201904-VE-LR-001.jpg');
}

.slider-3 {
  height: 100%;
}

.slide-nav-4, .right-arrow-3, .left-arrow-3 {
  display: none;
}

.slide-5 {
  background-image: url('../images/details.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide-5.tuition {
  background-image: url('../images/IMG_0643.jpeg');
}

.slide-5.concert._1000 {
  background-image: url('../images/C_IMG_3950.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-5.height {
  background-image: url('../images/H_H_P3040835.JPG');
  min-height: 400px;
}

.slider-4 {
  height: 100%;
  min-height: 400px;
}

.slide-6 {
  background-image: url('../images/500319294_18005695223769296_2291429989418926610_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-5, .left-arrow-4 {
  display: none;
  overflow: hidden;
}

.icon-2, .icon-3 {
  overflow: hidden;
}

.right-arrow-4 {
  display: none;
}

.slide-7 {
  background-image: url('../images/IMG_0258.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/IMG_0641.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-5 {
  width: 90vw;
  max-width: none;
  overflow: visible;
}

.container-5.concert {
  width: 100vw;
  max-width: none;
}

.container-5.white {
  background-color: var(--white);
}

.container-5.white.about {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-6 {
  vertical-align: middle;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.text-span-7, .text-span-8 {
  color: var(--dark-grey-3);
}

.link-7, .link-8 {
  color: var(--white);
  text-decoration: none;
}

.link-9 {
  color: var(--white);
}

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

.link-10 {
  text-decoration: underline;
}

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

.link-11 {
  text-decoration: none;
}

.link-12 {
  color: var(--white);
  text-decoration: none;
}

.link-13 {
  color: var(--white);
}

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

.link-14 {
  color: var(--white);
}

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

.link-15 {
  color: var(--white);
}

.link-15.w--current, .link-16, .link-17 {
  color: var(--white);
  text-decoration: none;
}

.link-18 {
  color: var(--black);
  text-decoration: none;
}

.link-18.w--current {
  color: #272430;
  letter-spacing: 20px;
}

.image-7 {
  height: 100%;
}

.text-span-9 {
  font-weight: 700;
}

.text-span-10 {
  text-align: left;
  font-weight: 700;
}

.text-span-11 {
  font-weight: 700;
}

.text-span-12 {
  font-size: .9em;
  font-weight: 700;
}

.flex-block-3 {
  background-color: #100030;
  background-image: url('../images/black.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  margin-top: 20px;
}

.flex-block-3.tuition {
  background-image: url('../images/IMG_1508.jpg');
  background-position: 50%;
  background-size: cover;
}

.flex-block-3.historic {
  background-color: #000;
  background-image: url('../images/Concert_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.flex-block-3.historic._2 {
  background-image: url('../images/H_IMG_1372.jpeg');
  background-position: 50%;
}

.mask {
  min-height: 443px;
}

.slide-9, .slide-10, .slider-5 {
  min-height: 450px;
}

.slide-nav-6 {
  display: none;
}

.quick-stack-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100vw;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
}

.quick-stack-5._2 {
  margin-top: 10px;
}

.div-block-17 {
  background-image: url('../images/IMG_2976.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  min-width: 500px;
  height: 100%;
  min-height: 450px;
}

.image-8 {
  width: 95vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  filter: sepia(35%);
}

.image-10 {
  filter: sepia(21%);
}

.image-11 {
  vertical-align: baseline;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.div-block-18 {
  background-image: url('../images/IMG_2284.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-12 {
  filter: sepia(38%);
}

.text-span-13 {
  font-weight: 700;
}

.listen {
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.text-span-14 {
  font-weight: 700;
}

.text-span-15 {
  font-weight: 300;
}

.left-arrow-5, .right-arrow-5 {
  display: none;
}

.bold-text {
  text-align: left;
}

.bold-text-2, .text-span-16 {
  font-weight: 300;
}

.italic-text {
  padding-left: 43px;
  font-weight: 700;
}

.bold-text-3, .bold-text-4 {
  font-weight: 300;
}

.quick-stack-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-6 {
  background-image: url('../images/Screenshot-2023-11-12-at-18.11.42.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  line-height: 50vh;
}

.cell-7 {
  background-image: url('../images/IMG_1029.JPG');
  background-position: 50%;
  background-size: cover;
}

.cell-8, .cell-9, .cell-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-19 {
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.quick-stack-7 {
  width: 19%;
  height: 100%;
}

.quick-stack-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-9 {
  grid-column-gap: 20px;
  padding-bottom: 0;
  padding-left: 0;
}

.cell-11 {
  background-image: url('../images/Screenshot-2023-11-12-at-18.11.42.png');
  background-position: 50%;
  background-size: cover;
}

.cell-12 {
  background-image: url('../images/Guitar-08.jpeg');
  background-position: 50%;
  background-size: auto;
}

.cell-13 {
  background-image: url('../images/details.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-span-17 {
  font-weight: 700;
}

.slide-12 {
  background-image: url('../images/Guitar-7-copy_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.cell-14 {
  background-image: url('../images/H_IMG_1370.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.text-span-18 {
  color: var(--black);
}

.text-span-20.black {
  color: var(--dark-grey);
  font-size: 1.6em;
}

.text-span-21 {
  font-size: .7em;
}

.text-span-22 {
  font-weight: 700;
}

.div-block-22 {
  background-image: url('../images/IMG_2977.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-22._2nd {
  filter: brightness(122%);
  background-image: url('../images/C_IMG_3966.jpeg');
  background-position: 50%;
}

.taller {
  min-height: 400px;
}

.div-block-23 {
  background-image: url('../images/C_10624-37.JPG');
  background-position: 100% 0;
  background-size: cover;
}

.historic-1 {
  background-image: url('../images/H_IMG_1029.JPG');
  background-position: 50%;
  background-size: cover;
}

.cell-16 {
  background-image: url('../images/H_IMG_0082.jpeg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.div-block-24 {
  min-height: 470px;
}

.cell-17 {
  background-image: url('../images/H_IMG_0056.jpeg');
  background-position: 50%;
  background-size: cover;
}

.text-span-23, .text-span-24 {
  font-weight: 700;
}

.text-span-25 {
  width: 310px;
  font-size: .7em;
  font-weight: 300;
  line-height: .8em;
}

.div-block-25 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.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;
  width: 260px;
  display: flex;
}

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

.text-span-26, .text-span-27, .text-span-28 {
  font-weight: 700;
}

.div-block-26 {
  background-image: url('../images/C_IMG_2284.jpeg');
  background-position: 50%;
  background-size: cover;
}

.cell-16-copy {
  background-image: url('../images/H_Guitar-7-copy.png');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.cell-17-copy {
  background-image: url('../images/H_Close-up-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-14-copy {
  background-image: url('../images/H_Front.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.cell-162 {
  background-image: url('../images/H_Guitar-28-copy.png');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.cell-172 {
  background-image: url('../images/H_IMG_2002.jpeg');
  background-position: 50%;
  background-size: cover;
}

.cell-142 {
  background-image: url('../images/H_IMG_1370.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.div-block-27 {
  background-image: url('../images/H_IMG_2002.jpeg');
  background-position: 100%;
  background-size: cover;
  width: 95vw;
  height: 400px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-29 {
  font-weight: 700;
}

.text-span-30 {
  color: var(--dark-grey);
  font-size: 1.1em;
  font-weight: 700;
}

.text-span-31, .text-span-32, .text-span-33 {
  font-weight: 300;
}

.text-span-34 {
  font-size: 1em;
}

.text-span-35 {
  font-weight: 300;
}

.text-span-36, .text-span-37, .text-span-38 {
  font-weight: 700;
}

.grid-hero {
  grid-column-gap: 33px;
  grid-template: "Area Area ."
                 "Area-3 Hero Hero"
                 ". . ."
                 ". . ."
                 / 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid_hero {
  grid-template: "Area Area Area"
  / 1fr 1fr 1fr;
  justify-content: space-between;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.quote {
  text-transform: none;
  padding-top: 70px;
  padding-left: 0;
  padding-right: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 38px;
}

.quote._2 {
  padding-top: 20px;
  font-size: 20px;
  line-height: 35px;
}

.quote._2._3 {
  text-align: center;
  padding-top: 0;
}

.quote.tuition {
  margin-top: 40px;
  padding-top: 0;
}

.grid_trio {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.grid_duo {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 80vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-28 {
  background-image: url('../images/C_IMG_3950.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-28.c2 {
  background-image: url('../images/IMG_0452.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.div-block-28.c1 {
  background-image: url('../images/IMG_3950.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 520px;
}

.quick-stack-10 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-8 {
  font-family: Space Grotesk, sans-serif;
  font-weight: 300;
}

.quick-stack-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

.image-13 {
  display: block;
  position: relative;
}

.image-13.bottom {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-13.bottom._3 {
  margin-bottom: 70px;
}

.image-13.topper {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90vw;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cell-173 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-174 {
  background-image: url('../images/C_IMG_2284.jpeg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-13 {
  min-height: 430px;
}

.quick-stack-14 {
  min-height: 400px;
  padding-right: 20px;
}

.quick-stack-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: none;
  width: 90vw;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px;
}

.cell-175 {
  background-image: url('../images/C_IMG_2292.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.cell-176 {
  background-image: url('../images/C_IMG_2976.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90vw;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px;
}

.cell-177 {
  background-image: url('../images/C_Guitar-08.jpeg');
  background-position: 50%;
  background-size: cover;
}

.cell-178 {
  background-image: url('../images/C_10624-38.JPG');
  background-position: 100% 0;
  background-size: cover;
}

.cell-179 {
  background-image: url('../images/C_IMGP4139.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-180 {
  background-image: url('../images/C_10624-37.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.flex-block-4 {
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.cell-181 {
  background-image: url('../images/IMG_0915.jpg');
  background-position: 50% 100%;
  background-size: 110%;
}

.quick-stack-17 {
  grid-column-gap: 20px;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-29 {
  background-color: #57474045;
  width: 90vw;
  height: 2px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-29.bottom {
  margin-bottom: 35px;
}

.div-block-29.quotes {
  margin-top: 24px;
}

.div-block-29._2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.cell-184 {
  background-image: url('../images/H_IMG_1029.JPG');
  background-position: 50%;
  background-size: cover;
}

.cell-185 {
  background-image: url('../images/H_IMG_1508.jpeg');
  background-position: 50%;
  background-size: cover;
}

.quick-stack-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px;
}

.cell-186 {
  background-image: url('../images/H_H_P3040835.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.cell-187 {
  background-image: url('../images/Guitar-22-copy.png');
  background-position: 50%;
  background-size: cover;
}

.cell-188 {
  background-image: url('../images/H_Guitar-28-copy.png');
  background-position: 50% 100%;
  background-size: cover;
}

.quick-stack-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 80vw;
  height: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-189 {
  background-image: url('../images/H_IMG_0084.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.cell-190 {
  background-image: url('../images/H_IMG_1376.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.cell-191 {
  background-image: url('../images/H_IMG_1998.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.cell-192 {
  background-image: url('../images/H_Close-up-6.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.cell-193 {
  background-image: url('../images/H_IMG_1370.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.quick-stack-20 {
  width: 90vw;
  min-height: 660px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.cell-194 {
  background-image: url('../images/IMG_8152.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-21 {
  width: 90vw;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.cell-195 {
  background-image: url('../images/craft.gif');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-22 {
  width: 90vw;
  min-height: 380px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.quick-stack-22.top {
  padding-top: 20px;
}

.cell-196 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.cell-196._2 {
  background-image: url('../images/SamMcClaren-Guitars-6.jpg');
  background-size: cover;
}

.cell-197 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.cell-197.quote {
  background-image: url('../images/06.webp');
  background-position: 100% 100%;
  background-size: cover;
}

.cell-197._2 {
  background-image: url('../images/06.webp');
  background-position: 100%;
}

.cell-198 {
  background-image: none;
  background-position: 0 0;
}

.cell-198._2 {
  background-image: url('../images/P1010220_JPG.avif');
  background-size: cover;
}

.text-block-16 {
  font-size: 15px;
  line-height: 26px;
}

.text-block-17 {
  color: #fff;
}

.text-block-18 {
  color: #fff;
  font-size: 17px;
  line-height: 29px;
}

.text-block-18.quote._2 {
  color: #a39783;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
}

.quick-stack-23 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-31 {
  width: 90vw;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-24 {
  grid-row-gap: 20px;
  position: absolute;
  inset: 25% 0%;
}

.cell-199, .cell-200, .cell-201, .cell-202, .cell-203, .cell-204, .cell-205 {
  justify-content: center;
  align-items: center;
}

.menu-nav {
  color: #a39783;
  text-align: center;
  letter-spacing: 3px;
  justify-content: center;
  align-items: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.menu-nav:hover {
  color: #6d6354;
}

.menu-nav.w--current {
  font-weight: 300;
}

.menu-nav.w--current:hover {
  color: #5f5f5f;
}

.link-19 {
  letter-spacing: 1px;
}

.link-19.w--current {
  color: #a39783;
  letter-spacing: 8px;
}

.link-19.w--current:visited {
  color: #a39783;
}

.text-span-39 {
  text-align: left;
  font-size: 30px;
}

.bold-text-5 {
  color: var(--dark-grey);
  font-size: 25px;
}

.text-span-40 {
  color: var(--dark-grey);
}

.bold-text-6 {
  font-size: 24px;
}

.text-span-41 {
  font-size: 25px;
}

.text-span-42 {
  color: var(--dark-grey);
  letter-spacing: .1em;
  font-size: 25px;
}

.buttons-wrapper {
  z-index: 5;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.buttons-wrapper.fixed {
  justify-content: center;
  align-items: center;
}

.bg-gradient-blur {
  opacity: .75;
  filter: blur(100px);
  background-image: linear-gradient(#f969fc, #bc01f0 50%, #0c01de);
  width: 50%;
  height: 50%;
  display: none;
  position: absolute;
  inset: -10% auto auto -10%;
}

.bg-gradient-blur._2 {
  top: -25%;
  left: 15%;
}

.line-divider {
  background-color: #fff;
  width: 100%;
  height: .0625rem;
}

.line-divider._1 {
  background-color: var(--dark-grey);
}

.line-divider._3, .line-divider._2 {
  background-color: var(--dark-grey);
  height: .2rem;
}

.custom-css {
  display: none;
}

.scroller {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-text {
  color: #fff;
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  line-height: 1.37;
}

.button-3 {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(36deg, #f969fc 14%, #bc01f0 38%, #0c01de 85%);
  border: 1.4px solid #fff;
  justify-content: center;
  align-items: center;
  width: 13.4vw;
  height: 3.47vw;
  font-size: 1.2rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.button-3.dark {
  z-index: 0;
  color: #0000;
  background-color: #0d0d0d;
  background-image: none;
  border-color: #ffffff80;
  position: absolute;
}

.button-3.dark._3 {
  z-index: 1;
  opacity: .8;
}

.button-3.dark._2 {
  z-index: 2;
  opacity: .9;
}

.button-3.dark._1 {
  z-index: 3;
}

.background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.main-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  margin-top: -100px;
  display: flex;
}

.noise {
  opacity: .5;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-3 {
  background-image: linear-gradient(#25171780, #25171780), url('../images/tuition.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.bold-text-8 {
  letter-spacing: 1em;
  font-size: 20px;
  font-weight: 300;
}

.quote-link {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-20 {
  clear: none;
  color: #a39783;
}

.text-span-45 {
  color: #a39783;
  -webkit-text-decoration: underline #a39883;
  text-decoration: underline #a39883;
}

.text-span-46 {
  color: #a39783;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-32 {
  width: 100%;
  min-height: 330px;
}

.text-span-48 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .navbar-centered-logo-left {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-2 {
    display: block;
  }

  .navbar-thirds-grid-2 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .full-screen-menu {
    z-index: 3;
    display: none;
  }

  .heading, .heading.nav-list-item {
    font-size: 1.5em;
  }

  .line-decoration {
    background-color: var(--white);
    border-style: none;
    border-width: 0;
    width: 20em;
    height: .1vh;
  }

  .image-2 {
    top: 2.7vh;
  }

  .text-block-11 {
    font-size: 2vh;
  }

  .menu-button {
    flex-direction: row;
    align-items: center;
    padding-right: 50px;
    display: flex;
  }

  .div-block-4 {
    align-items: center;
    display: flex;
  }

  .copyright-tag {
    display: none;
  }

  .left-aligned-container-grid {
    grid-row-gap: .6em;
    grid-template-columns: .75fr .75fr;
    grid-template-areas: "."
                         "Area";
    grid-auto-flow: row;
    min-height: 40vh;
    max-height: none;
    margin-bottom: 1.5vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gray-bg-square {
    height: 40vh;
  }

  .gray-bg-square.dark {
    margin-bottom: auto;
  }

  .gray-bg-square.dark.craft.tuition.top, .gray-bg-square.dark.craft._3, .bg-image._3 {
    height: 40vh;
  }

  .bg-image._2 {
    height: 40vh;
    display: flex;
  }

  .bg-image._4 {
    width: auto;
    height: 40vh;
  }

  .bg-image._5 {
    height: 40vh;
  }

  .gray-bg-square-text {
    font-size: 1.5em;
  }

  .gray-bg-square-text.third-section {
    font-size: .8em;
  }

  .gray-bg-square-text.third-section.grey.body {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gray-bg-square-text.third-section.grey.body.white.tuition {
    font-size: 13px;
  }

  .gray-bg-square-text.third-section.grey.body.white.left {
    width: 100%;
    position: relative;
  }

  .gray-bg-square-text.third-section.grey.body.white.left.about {
    width: 80vw;
    padding: 30px 5vw 0;
    font-size: 12px;
    line-height: 21px;
  }

  .right-aligned-container-grid {
    min-height: 40vh;
    max-height: 40vh;
    margin-bottom: 1.5vh;
    padding-bottom: 0;
  }

  .heading-2 {
    margin-top: .5vh;
    margin-bottom: .5vh;
    margin-right: 0;
  }

  .heading-2.light {
    margin-top: 0;
    margin-bottom: 0;
  }

  .light-bg-overlay {
    align-items: center;
    padding: 2em;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6em;
  }

  .image-3 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .gray-bg-rectangle.dark, .gif-square {
    height: 40vh;
  }

  .heading-4 {
    font-size: 1.2em;
  }

  .fourth-container {
    min-height: auto;
  }

  .image-bg-rectangle {
    height: 40vh;
  }

  .footer-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: block;
    position: relative;
  }

  .footer-section.bottom {
    margin-top: 0;
    padding-top: 41px;
  }

  .footer-container {
    clear: none;
    flex-flow: column;
    order: 9999;
    justify-content: center;
    align-self: flex-end;
    align-items: flex-end;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .footer-info-links {
    grid-column-gap: 1vw;
    grid-template-columns: 1fr 1fr .75fr;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-heading {
    margin-bottom: 0;
  }

  .footer-heading.list {
    font-size: 1.3vh;
  }

  .text-block-13, .link-6 {
    font-size: .7em;
  }

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

  .link-block-2 {
    margin-top: 9vh;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
    top: auto;
    bottom: auto;
  }

  .text-block-14 {
    z-index: 2;
    color: var(--white);
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    font-family: Gotham, sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 17px;
    text-decoration: none;
    top: 4.3vh;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-14 {
    flex-direction: column;
  }

  .div-block-14.nav {
    width: 100%;
    min-width: 160px;
  }

  .div-block-14.subpage {
    background-color: #311f1f91;
  }

  .heading-5 {
    margin-top: .5vh;
    margin-bottom: .5vh;
    margin-right: 0;
    font-size: 3vw;
  }

  .heading-5.light {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
  }

  .heading-5.light.top {
    font-size: 10px;
  }

  .heading-5.light.subpage {
    font-size: 25px;
  }

  .heading-5.light.subpage.black {
    text-align: center;
    width: 90vw;
    font-family: Space Grotesk, sans-serif;
    font-size: 2vw;
    font-weight: 700;
  }

  .heading-5.light.subpage.black.about {
    margin-top: 0;
    font-size: 2vw;
  }

  .heading-5.light.subpage.black.about.center.process {
    font-size: 20px;
    font-weight: 400;
  }

  .heading-5.light.subpage.black.tcs {
    margin-top: 35px;
  }

  .heading-5.top {
    font-size: 10px;
  }

  .heading-5.fixed {
    line-height: 20px;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .play-wrapper:active {
    transform: scale(.9);
  }

  .section-2 {
    padding-bottom: 0;
  }

  .cell {
    padding: 0;
  }

  .div-block-16 {
    margin-top: 20px;
  }

  .cell-2, .cell-3 {
    padding: 0;
  }

  .flex-block {
    width: 100%;
    height: 100%;
    display: block;
  }

  .flex-block.bg1, .flex-block.bg2, .flex-block.bg3, .flex-block.bg4, .flex-block.bg5 {
    filter: grayscale();
    background-image: url('../images/IMG_1667.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .cell-4 {
    padding: 20px 0;
  }

  .text-span-4, .text-span-5 {
    font-weight: 700;
  }

  .left-aligned-container-grid-2 {
    min-height: 40vh;
    max-height: 40vh;
    margin-bottom: 1.5vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gray-bg-square-2 {
    height: 40vh;
  }

  .gray-bg-square-text-2 {
    font-size: 1.5em;
  }

  .link-block-3 {
    margin-top: 9vh;
    text-decoration: none;
    display: block;
    top: auto;
    bottom: auto;
  }

  .text-block-15 {
    z-index: 2;
    color: #fff;
    text-align: center;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    text-decoration: none;
    top: 5vh;
  }

  .bg-image-2._2 {
    height: 40vh;
    display: flex;
  }

  .right-aligned-container-grid-2 {
    min-height: 40vh;
    max-height: 40vh;
    margin-bottom: 1.5vh;
    padding-bottom: 0;
  }

  .gray-bg-square-text-3 {
    font-size: 1.5em;
  }

  .gray-bg-square-text-3.third-section {
    font-size: 1.2em;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6em;
  }

  .gray-bg-square-3 {
    height: 40vh;
  }

  .left-aligned-container-grid-3 {
    min-height: 40vh;
    max-height: 40vh;
    margin-bottom: 1.5vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-aligned-container-grid-3.concert.tuition.quote._3 {
    position: relative;
  }

  .bg-image-3._4 {
    width: auto;
    height: 40vh;
  }

  .gray-bg-rectangle-2.dark {
    height: 40vh;
  }

  .heading-7 {
    font-size: 1.2em;
  }

  .left-aligned-container-grid-4 {
    min-height: 40vh;
    max-height: 40vh;
    margin-bottom: 1.5vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gray-bg-square-4 {
    height: 40vh;
  }

  .gray-bg-square-text-4 {
    font-size: 1.5em;
  }

  .gray-bg-square-text-4.third-section {
    font-size: 1.2em;
  }

  .bg-image-4._5 {
    height: 40vh;
  }

  .container-5.white.about {
    max-width: none;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }

  .text-span-7, .text-span-8 {
    color: var(--dark-grey-3);
  }

  .link-7, .link-8 {
    color: var(--gold);
  }

  .quick-stack-9 {
    padding-right: 0;
  }

  .cell-11 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 149px;
    display: flex;
  }

  .cell-13 {
    display: none;
  }

  .text-span-17 {
    font-size: 25px;
  }

  .cell-15 {
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-25 {
    padding-top: 20px;
  }

  .quote {
    font-size: 18px;
    line-height: 26px;
  }

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

  .div-block-28.c2 {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-13 {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .image-13.bottom {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-13.topper {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-176 {
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-16 {
    min-height: 1800px;
  }

  .cell-181 {
    background-size: cover;
  }

  .quick-stack-20 {
    min-height: auto;
  }

  .cell-194 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .quick-stack-21 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .quick-stack-24 {
    position: absolute;
    inset: 25% 0%;
  }

  .menu-nav, .menu-nav.w--current {
    font-weight: 300;
  }

  .buttons-wrapper {
    display: none;
  }

  .scroller {
    height: 8rem;
  }

  .text-span-43 {
    font-weight: 700;
  }

  .text-span-44 {
    color: var(--gold);
  }

  .div-block-32 {
    min-height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .first-section {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    display: none;
  }

  .navbar-thirds-grid-2 {
    max-height: 6vw;
  }

  .div-block-2 {
    justify-content: flex-end;
  }

  .full-screen-menu {
    display: none;
  }

  .heading {
    letter-spacing: 3px;
    font-size: 1em;
    line-height: 22px;
    display: none;
  }

  .corner-logo {
    top: 3vh;
  }

  .text-block-11 {
    padding-right: 3px;
  }

  .left-aligned-container-grid {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    align-items: start;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-right: 2vw;
  }

  .left-aligned-container-grid._2 {
    grid-template-rows: auto;
  }

  .gray-bg-square {
    width: auto;
    height: 100%;
    min-height: 35vh;
    margin-top: 0;
  }

  .gray-bg-square.dark.craft {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_9341.jpg');
    background-size: auto, cover;
    height: 100%;
  }

  .gray-bg-square.dark.craft.tuition {
    height: 100%;
    min-height: 35vh;
    margin-bottom: 0;
  }

  .gray-bg-square.dark.craft.tuition.top {
    margin-top: 0;
  }

  .gray-bg-square.dark.craft._3 {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    background-image: linear-gradient(#0c08087a, #0c08087a), url('../images/IMG_9341.jpg');
    background-position: 0 0, 50% 18%;
    background-size: auto, cover;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .gray-bg-square.historic {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    margin-top: 0;
  }

  .gray-bg-square.animated {
    width: auto;
    margin-top: 0;
  }

  .gray-bg-square.top {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    margin-top: 0;
  }

  .bg-image, .bg-image._3, .bg-image._2, .bg-image._4, .bg-image._5 {
    height: 30vh;
  }

  .gray-bg-square-text {
    margin-top: -.5em;
    font-size: 1.2em;
  }

  .gray-bg-square-text.third-section {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
    font-size: .8em;
  }

  .gray-bg-square-text.third-section.grey {
    padding-top: 90px;
  }

  .gray-bg-square-text.third-section.grey.small {
    padding-top: 30px;
  }

  .gray-bg-square-text.third-section.grey.body.white {
    flex: 0 auto;
    width: auto;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 20px;
  }

  .gray-bg-square-text.third-section.grey.body.white.tuition {
    margin-top: 26px;
    margin-bottom: 6px;
  }

  .gray-bg-square-text.third-section.grey.body.white.left.about {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .gray-bg-square-text.third-section.grey.body.white.left.about.mobile {
    font-size: .7em;
    line-height: 1.7em;
  }

  .right-aligned-container-grid {
    min-height: auto;
    max-height: none;
  }

  .heading-2 {
    margin-top: .5vh;
    margin-bottom: .5vh;
    margin-right: 0;
  }

  .heading-2.light {
    margin-top: 0;
    margin-bottom: 0;
  }

  .light-bg-overlay {
    padding: 1em;
  }

  .heading-3 {
    font-size: 1.3em;
  }

  .link-decoration {
    margin-bottom: 1px;
  }

  .image-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .gray-bg-rectangle.dark, .gif-square {
    height: 30vh;
  }

  .heading-4 {
    font-size: 1em;
  }

  .image-bg-rectangle {
    height: 30vh;
  }

  .image-bg-rectangle._2 {
    height: 40vh;
  }

  .footer-section.bottom {
    margin-top: 0;
  }

  .footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-info-links {
    min-height: 120px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-heading {
    margin-bottom: 0;
    font-size: 8px;
  }

  .sticky-footer {
    display: none;
  }

  .text-block-13 {
    flex: 0 auto;
    font-size: 8px;
    line-height: 13px;
  }

  .sticky-footer-info {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .link-block-2 {
    order: 9999;
    margin-top: 6vh;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-14 {
    justify-content: center;
    align-items: flex-end;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    top: 2.2vh;
  }

  .image-4 {
    margin-top: -33px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
  }

  .div-block-14.nav {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 24px;
    padding-left: 20px;
  }

  .div-block-14.subpage {
    background-color: #311f1f24;
    background-image: linear-gradient(#241a1696, #241a1696);
  }

  .div-block-14.subpage.concert {
    background-color: #311f1f12;
  }

  .heading-5 {
    margin-top: .5vh;
    margin-bottom: .5vh;
    margin-right: 0;
  }

  .heading-5.light {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-5.light.top {
    font-size: 9px;
  }

  .heading-5.light.subpage {
    font-size: 20px;
  }

  .heading-5.light.subpage.black.about.center.process {
    font-size: 14px;
    font-weight: 400;
  }

  .heading-5.light.subpage.black.tcs {
    color: #000;
    letter-spacing: .9em;
    text-shadow: none;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 10px;
    font-size: 2.5vw;
  }

  .heading-5.light.subpage.left {
    font-size: 13px;
  }

  .heading-5.light.subpage.left.guitars {
    margin-top: 31px;
    font-size: 13px;
  }

  .heading-5.top {
    margin-bottom: auto;
    padding-left: 7px;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .popup-video {
    margin-top: -12em;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

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

  .quick-stack {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3.get-in-touch._2 {
    padding-bottom: 0;
  }

  .left-aligned-container-grid-2 {
    min-height: auto;
    max-height: none;
  }

  .gray-bg-square-2 {
    width: 30vh;
    height: 30vh;
  }

  .gray-bg-square-text-2 {
    font-size: 1.2em;
  }

  .link-block-3 {
    margin-top: 6vh;
  }

  .text-block-15 {
    font-size: 1em;
    top: 5vh;
  }

  .bg-image-2, .bg-image-2._2 {
    height: 30vh;
  }

  .right-aligned-container-grid-2 {
    min-height: auto;
    max-height: none;
  }

  .gray-bg-square-text-3 {
    font-size: 1.2em;
  }

  .gray-bg-square-text-3.third-section {
    font-size: 1em;
  }

  .link-decoration-2 {
    margin-bottom: 1px;
  }

  .heading-6 {
    font-size: 1.3em;
  }

  .gray-bg-square-3 {
    width: 30vh;
    height: 25vh;
  }

  .left-aligned-container-grid-3 {
    min-height: auto;
    max-height: none;
  }

  .bg-image-3, .bg-image-3._4, .gray-bg-rectangle-2.dark {
    height: 30vh;
  }

  .heading-7 {
    font-size: 1em;
  }

  .left-aligned-container-grid-4 {
    min-height: auto;
    max-height: none;
  }

  .gray-bg-square-4 {
    width: 30vh;
    height: 30vh;
  }

  .gray-bg-square-text-4 {
    font-size: 1.2em;
  }

  .gray-bg-square-text-4.third-section {
    font-size: 1em;
  }

  .bg-image-4, .bg-image-4._5 {
    height: 30vh;
  }

  .link-7, .link-8 {
    color: var(--gold);
  }

  .link-18.w--current {
    font-size: .7em;
    line-height: 25px;
  }

  .flex-block-3.historic {
    height: 40vh;
  }

  .cell-11 {
    padding-bottom: 189px;
  }

  .text-span-17 {
    font-size: 20px;
  }

  .text-span-19 {
    font-size: .8em;
    line-height: .8em;
  }

  .text-span-20 {
    font-weight: 700;
  }

  .div-block-20 {
    padding-left: 11px;
  }

  .div-block-21 {
    padding-left: 10px;
  }

  .text-span-30 {
    letter-spacing: .2em;
    text-transform: uppercase;
  }

  .div-block-28.c2 {
    background-position: 50% 0;
    background-size: cover;
    width: 85vw;
    min-height: 280px;
  }

  .div-block-28.c1 {
    background-position: 50% 0;
    background-size: cover;
    width: 90vw;
    min-height: 410px;
  }

  .quick-stack-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 90vw;
    min-height: 230px;
    padding-bottom: 0;
  }

  .quick-stack-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    min-width: auto;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-15 {
    min-height: 1100px;
  }

  .quick-stack-16 {
    min-height: 1120px;
  }

  .cell-177 {
    background-size: cover;
  }

  .cell-181 {
    background-position: 50% 70%;
    background-size: cover;
  }

  .div-block-29 {
    margin-top: 0;
  }

  .cell-182 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-30 {
    height: 370px;
  }

  .cell-183 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-18 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-188 {
    display: none;
  }

  .quick-stack-19 {
    height: 570px;
  }

  .cell-194 {
    background-position: 50%;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .quick-stack-21 {
    padding-top: 0;
  }

  .cell-195 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 150px;
    padding-bottom: 100px;
    display: grid;
  }

  .quick-stack-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quick-stack-22.top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 230px;
  }

  .cell-196._2 {
    background-position: 50%;
  }

  .text-block-18.quote._2 {
    padding-top: 15px;
    font-size: 12px;
    line-height: 19px;
  }

  .quick-stack-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
    min-height: auto;
    padding-top: 20%;
    padding-bottom: 35%;
    top: 10%;
    bottom: 0%;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-weight: 400;
  }

  .text-span-44 {
    color: var(--gold);
  }

  .div-block-32 {
    min-height: 210px;
  }
}

@media screen and (max-width: 479px) {
  .first-section {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container {
    width: 96vw;
  }

  .navbar-wrapper {
    width: auto;
  }

  .header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 96vw;
    display: flex;
  }

  .header-slider, .slide-1-photo, .slide-2-photo, .slide-3-photo {
    width: 100%;
  }

  .nav-menu-2 {
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .logo {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .text-block-8 {
    text-align: right;
    margin-right: 0;
  }

  .text-block-9 {
    width: auto;
  }

  .div-block-2, .div-block-3 {
    width: 17%;
  }

  .full-screen-menu {
    z-index: 800;
    display: none;
  }

  .second-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-aligned-container-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .gray-bg-square {
    width: 96vw;
    height: 40vh;
    margin-bottom: 0;
  }

  .gray-bg-square.dark {
    width: 96vw;
    margin-bottom: 0;
  }

  .gray-bg-square.dark.craft {
    height: 40vh;
  }

  .gray-bg-square.dark.craft.tuition {
    background-image: linear-gradient(#1b161675, #1b161675), url('../images/IMG_8152.jpeg');
    background-position: 0 0, 0%;
    height: 40vh;
    margin-bottom: 1.5vh;
  }

  .gray-bg-square.dark.craft.tuition.top {
    margin-bottom: 0;
  }

  .gray-bg-square.dark.craft._3 {
    background-image: linear-gradient(#201d187a, #201d187a), url('../images/IMG_9341.jpg');
    background-position: 0 0, 39% 0;
    background-size: auto, 170%;
  }

  .gray-bg-square.historic {
    margin-bottom: 0;
  }

  .gray-bg-square.animated {
    width: 100%;
    margin-bottom: 1.25vh;
  }

  .gray-bg-square.top {
    margin-bottom: 0;
  }

  .bg-image {
    flex-direction: row;
    width: 96vw;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .bg-image._3 {
    width: 96vw;
    height: 40vh;
    margin-top: 1.5vh;
  }

  .bg-image._2 {
    height: 40vh;
    margin-bottom: 1.5vh;
  }

  .bg-image._4 {
    width: 96vw;
    height: 40vh;
    margin-bottom: 1.5vh;
  }

  .bg-image._6 {
    height: 30vh;
  }

  .gray-bg-square-text {
    margin: .3em auto 2em;
    padding: 0 1.6em 2.9em;
    font-size: 1.3em;
    display: block;
  }

  .gray-bg-square-text.third-section {
    margin-bottom: 1.5vh;
    padding-top: 1em;
    padding-bottom: 3.5em;
    font-size: .9em;
  }

  .gray-bg-square-text.third-section.grey {
    width: 100%;
    margin-bottom: auto;
    padding: 100px 20px 0;
    font-size: 1em;
  }

  .gray-bg-square-text.third-section.grey.body.white {
    align-self: center;
    width: 90vw;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: .9em;
  }

  .gray-bg-square-text.third-section.grey.body.white.left.about {
    padding-left: 5vw;
    padding-right: 5vw;
    line-height: 1.7em;
  }

  .gray-bg-square-text.third-section.grey.body.white.left.about.mobile {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 10px;
    line-height: 17px;
  }

  .gray-bg-square-text.gold.for-sale {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 1.8em;
  }

  .gray-bg-text {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    padding-top: 1.6em;
  }

  .button-outline {
    padding-top: .85em;
    left: -.7vh;
  }

  .right-aligned-container-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-2 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 1.8em;
    line-height: 6vh;
    display: flex;
  }

  .heading-2.light {
    font-size: 1.9em;
  }

  .light-bg-overlay {
    flex-direction: column;
    padding: 1.5em;
  }

  .link-decoration {
    margin-bottom: 1em;
  }

  .gray-bg-rectangle.dark {
    width: 96vw;
    height: 40vh;
    margin-bottom: 0;
  }

  .gif-square {
    width: 96vw;
    height: 40vh;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
  }

  .heading-4 {
    padding-top: 1em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    font-size: .9em;
  }

  .fourth-container {
    min-height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .image-bg-rectangle {
    width: 96vw;
    height: 50vh;
    margin-bottom: 1.5vh;
  }

  .image-bg-rectangle._2 {
    width: 96vw;
    height: 50vh;
  }

  .footer-section.bottom {
    margin-top: 0;
  }

  .footer-container {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .footer-info, .social-icons-list {
    width: 96vw;
  }

  .footer-details {
    flex-direction: column;
    display: flex;
  }

  .company-logo {
    width: 96vw;
  }

  .footer-info-links {
    grid-column-gap: 0vw;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 23px;
    display: flex;
  }

  .footer-heading {
    text-align: center;
    font-size: .6em;
  }

  .footer-heading.list {
    text-align: center;
  }

  .link-4 {
    letter-spacing: 6vw;
    margin-left: 0;
  }

  .text-block-13, .link-6 {
    font-size: .6em;
  }

  .div-block-12 {
    margin-left: 0;
    margin-right: 1vw;
  }

  .link-block-2 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-14 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 22px;
    font-size: .8em;
    line-height: 15px;
  }

  .slider {
    height: 34vh;
  }

  .image-4 {
    margin-top: -69px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-14 {
    width: 17%;
  }

  .div-block-14.subpage {
    z-index: 8;
    background-image: linear-gradient(#1813104d, #1813104d);
    align-self: center;
    display: flex;
    position: relative;
  }

  .div-block-14.subpage.tuition {
    z-index: 3;
  }

  .div-block-14.subpage.concert {
    background-image: linear-gradient(#3a333082, #3a333082);
    padding-top: 0;
  }

  .div-block-14.subpage.historic {
    background-image: linear-gradient(#18131091, #18131091);
  }

  .heading-5 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 16px;
    line-height: 6vh;
    display: flex;
  }

  .heading-5.light {
    text-align: center;
    flex-flow: wrap;
    width: 100vw;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
  }

  .heading-5.light.top {
    font-size: 10px;
  }

  .heading-5.light.fixed {
    flex-flow: column;
    margin-top: 0;
    line-height: 0;
  }

  .heading-5.light.subpage {
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    font-size: 20px;
    line-height: 4vh;
    position: relative;
  }

  .heading-5.light.subpage.black.about {
    font-size: 4vw;
  }

  .heading-5.light.subpage.black.about.center.process {
    font-size: 15px;
    font-weight: 300;
    line-height: 5vh;
  }

  .heading-5.light.subpage.black.tcs {
    font-size: 13px;
    line-height: 3vh;
  }

  .heading-5.light.subpage.left {
    display: none;
  }

  .heading-5.light.subpage.left.guitars {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-5.fixed {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .popup-video {
    margin-top: -5.8em;
  }

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

  .quick-stack {
    padding-bottom: 13px;
  }

  .section-3.get-in-touch {
    padding-top: 10px;
  }

  .left-aligned-container-grid-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .gray-bg-square-2 {
    width: 96vw;
    height: 40vh;
    margin-bottom: 1.5vh;
  }

  .gray-bg-square-text-2 {
    margin-bottom: 2em;
    padding: 1em 1.6em;
    display: block;
  }

  .link-block-3 {
    margin-bottom: 0;
  }

  .bg-image-2 {
    flex-direction: row;
    width: 96vw;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .bg-image-2._2 {
    height: 40vh;
    margin-bottom: 1.5vh;
  }

  .right-aligned-container-grid-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .gray-bg-square-text-3 {
    margin-bottom: 2em;
    padding: 1em 1.6em;
    display: block;
  }

  .gray-bg-square-text-3.third-section {
    margin-bottom: 1.5vh;
    padding-top: 1em;
    font-size: 1.2em;
  }

  .link-decoration-2 {
    margin-bottom: 1em;
  }

  .gray-bg-square-3 {
    background-color: #0000;
    width: 96vw;
    height: 40vh;
    margin-bottom: 1.5vh;
  }

  .left-aligned-container-grid-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .bg-image-3 {
    flex-direction: row;
    width: 96vw;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .bg-image-3._4 {
    width: 96vw;
    height: 40vh;
    margin-bottom: 1.5vh;
  }

  .gray-bg-rectangle-2.dark {
    width: 96vw;
    height: 40vh;
    margin-bottom: 0;
  }

  .heading-7 {
    padding-top: 1em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    font-size: .9em;
  }

  .left-aligned-container-grid-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .gray-bg-square-4 {
    width: 96vw;
    height: 40vh;
    margin-bottom: 1.5vh;
  }

  .gray-bg-square-text-4 {
    margin-bottom: 2em;
    padding: 1em 1.6em;
    display: block;
  }

  .gray-bg-square-text-4.third-section {
    margin-bottom: 1.5vh;
    padding-top: 1em;
    font-size: 1.2em;
  }

  .bg-image-4 {
    flex-direction: row;
    width: 96vw;
    height: 40vh;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .container-5.white.about {
    padding-left: 0;
    padding-right: 10px;
  }

  .text-span-7, .text-span-8 {
    color: var(--dark-grey-3);
  }

  .flex-block-3.historic {
    background-position: 50%;
    background-size: cover;
    justify-content: flex-start;
    align-items: flex-start;
    height: 35vh;
  }

  .flex-block-3.historic._2 {
    background-image: url('../images/H_IMG_1372.jpeg');
    background-position: 50% 0;
    background-size: cover;
  }

  .mask {
    height: auto;
    min-height: auto;
  }

  .slide-11 {
    height: auto;
  }

  .icon-4, .left-arrow-5, .right-arrow-5 {
    display: none;
  }

  .text-span-17 {
    align-self: center;
    margin-top: -15px;
    position: absolute;
  }

  .div-block-25 {
    width: 100%;
  }

  .grid_hero {
    width: 90vw;
  }

  .quote {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
  }

  .quote._2 {
    font-size: 15px;
    line-height: 25px;
  }

  .quote._2._3 {
    max-width: 90vw;
  }

  .grid_duo {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-28.c2 {
    width: 80vw;
    min-height: 280px;
  }

  .div-block-28.c1 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack-12 {
    overflow: hidden;
  }

  .cell-173 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-174 {
    background-position: 50%;
    background-size: cover;
  }

  .quick-stack-13 {
    width: 100%;
    min-height: 270px;
  }

  .quick-stack-14 {
    align-self: center;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .cell-175 {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack-16 {
    width: 90vw;
    min-height: 660px;
  }

  .cell-182 {
    justify-content: center;
    align-items: center;
  }

  .div-block-30 {
    width: 90vw;
    height: 180px;
  }

  .quick-stack-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-186 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .quick-stack-19 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 90vw;
  }

  .cell-191 {
    background-position: 0 0;
  }

  .cell-194 {
    padding-top: 171px;
    padding-bottom: 76px;
  }

  .cell-195 {
    padding-top: 190px;
    padding-bottom: 28px;
  }

  .cell-197.quote {
    background-position: 100%;
    padding-top: 0;
  }

  .cell-198._2 {
    background-position: 50% 0;
  }

  .text-block-18.quote._2 {
    order: 5;
    font-weight: 500;
  }

  .quick-stack-24 {
    z-index: 860;
    padding-bottom: 40%;
  }

  .scroller {
    height: 6rem;
  }

  .div-block-32 {
    min-height: 270px;
  }

  .video-2 {
    width: 90vw;
    margin-top: 25px;
  }

  .text-span-47 {
    font-weight: 700;
  }

  .image-14 {
    padding-left: 5px;
  }
}

#w-node-ffa36656-dfbb-b900-d1a9-7d898119f734-5468e785 {
  justify-self: start;
}

#w-node-_9c414ef8-f960-1a95-fdaa-2b1b5502c3ce-5468e785 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_76718578-81c6-6fcf-16d5-362bafc99d0e-5468e785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_837c0e1b-12f4-6032-a928-98c384853fde-5468e785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f4af4d72-7b7b-e921-b45a-3664b7f712e1-5468e785 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-ba70d5c4-cdb3-1055-ee40-c475b57a5561-5468e786 {
  justify-self: start;
}

#w-node-ba70d5c4-cdb3-1055-ee40-c475b57a5568-5468e786 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fecfe91-2120-823b-8854-f03b73a1701e-5468e786, #w-node-e9b8d939-a77f-9488-6253-c00ae46310c0-5468e786, #w-node-_5db093ff-ca67-8669-fb3d-805408b7d6c5-5468e786, #w-node-_0ed258c0-b055-162f-cde0-1d382ad97ec5-5468e786, #w-node-e452ae26-d9b9-cc9e-df88-7fa8eafba2c7-5468e786, #w-node-_4e315f14-d8b3-06fc-2534-419ea31747f3-5468e786, #w-node-f49ebc8f-4b67-898f-208f-ae187dbdd390-5468e786 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f044e21f-aa8f-9456-7ddf-fee462f1cd2d-5468e786 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e0cebaf1-f8d0-a63c-759a-ead714423dc9-5468e786 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0dfdc7d0-1dd6-354f-a34b-4c2f02a6959e-5468e786 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6c715cd8-3e11-f0fc-195a-5b631f088550-9af1b619 {
  justify-self: start;
}

#w-node-_6c715cd8-3e11-f0fc-195a-5b631f088557-9af1b619 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4c04055d-f575-dbe5-c115-23893f624c5c-9af1b619 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e0cebaf1-f8d0-a63c-759a-ead714423dc9-9af1b619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_9aaa297e-d7e5-2887-f3bd-e7858e16fe0a-4be41482 {
  justify-self: start;
}

#w-node-_9aaa297e-d7e5-2887-f3bd-e7858e16fe11-4be41482 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a271435f-c6fb-73ba-8ef0-5de77d1e0337-4be41482 {
  grid-area: Area;
}

#w-node-_311991b5-d634-87f4-c7e6-35ac0f5bb0fd-4be41482 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_32a82217-2b5e-793a-3b97-3e1c8d944e60-4be41482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e691b5d6-fa46-7b3d-6f45-d4be6c6a4ffd-4be41482 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_99603a1c-12e0-3ddb-7813-46e4bf9ebb7c-4be41482 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_99603a1c-12e0-3ddb-7813-46e4bf9ebb7d-4be41482 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_65b61c9c-5a5f-9169-0b70-abe4b61ee161-4be41482 {
  grid-column: span 2 / span 2;
}

#w-node-_59a8cda0-655d-fd52-9fd3-3e60461e97a5-4be41482 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a4b5f7cd-1e09-45ca-7f85-f08656ea9f73-4be41482 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a4b5f7cd-1e09-45ca-7f85-f08656ea9f76-4be41482 {
  grid-row: span 2 / span 2;
}

#w-node-_95a9bee7-f796-46a7-6dee-d0f22e46db6e-4be41482 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_95a9bee7-f796-46a7-6dee-d0f22e46db6f-4be41482, #w-node-cf88ff60-dd4a-7f9d-c6cb-87647b26104f-4be41482, #w-node-_18cb2ad4-53da-e314-c14b-0261a3d21c7d-4be41482 {
  grid-column: span 2 / span 2;
}

#w-node-_69f29590-f6e4-f11b-6dbf-99e821f7f6fd-4be41482 {
  grid-area: Area;
}

#w-node-e0cebaf1-f8d0-a63c-759a-ead714423dc9-4be41482 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_1eb1e45d-8e42-dd35-67bb-d7e3b420b7d4-4be41482 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0a69997a-f7bd-41ac-2b2a-07e9dd42414c-2ae08a6e {
  justify-self: start;
}

#w-node-_0a69997a-f7bd-41ac-2b2a-07e9dd424153-2ae08a6e {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f973dd3a-6d5c-3d74-7af7-9d1291003ea9-2ae08a6e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_146af1ab-ab82-a662-6da2-56472e79294e-2ae08a6e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_61f8e1b9-101b-15e4-cf74-99769d20a696-2ae08a6e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_61f8e1b9-101b-15e4-cf74-99769d20a697-2ae08a6e, #w-node-_9763b274-ce0c-3ffb-19c7-39fff8183f70-2ae08a6e {
  grid-column: span 2 / span 2;
}

#w-node-_2ae186bf-02e0-2fad-56da-82fc93cebb9b-2ae08a6e {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_15c3bfeb-d02d-8344-9e34-68ae5255a472-2ae08a6e {
  grid-area: Area;
}

#w-node-_80707230-e129-599b-0838-3f1e0457f84f-2ae08a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_8694ca02-77e1-34f5-8839-15a718eb7d94-2ae08a6e {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9877e194-4ad2-d2fc-e4c6-8066463a7f9d-0d64567f {
  justify-self: start;
}

#w-node-_9877e194-4ad2-d2fc-e4c6-8066463a7fa4-0d64567f {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_471b2fbf-67b4-a004-3a1d-5976b9a09677-0d64567f {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e109bbc2-0f6b-a7b2-1a82-0f4290ad96ab-0d64567f {
  grid-area: Area;
}

#w-node-e109bbc2-0f6b-a7b2-1a82-0f4290ad96b7-0d64567f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e109bbc2-0f6b-a7b2-1a82-0f4290ad96b8-0d64567f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-e109bbc2-0f6b-a7b2-1a82-0f4290ad96af-0d64567f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a0c8d9ab-118e-283b-f23c-320dad2bc0fb-0d64567f, #w-node-d3add12f-028d-f3f7-9abc-21a06cb77fd7-0d64567f {
  grid-area: Area;
}

#w-node-c80923e3-2ea0-f1a4-1534-db2699e96b8c-0d64567f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c80923e3-2ea0-f1a4-1534-db2699e96b8e-0d64567f {
  grid-row: span 2 / span 2;
}

#w-node-_23fe910f-b70a-d72b-44bb-0379bec16b52-0d64567f {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
}

#w-node-bc3fcddc-bcd1-cebc-c493-3b0f47a3de00-0d64567f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-ba7e22ce-c9ae-311d-795b-c4b773cd2a5b-0d64567f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ba7e22ce-c9ae-311d-795b-c4b773cd2a5d-0d64567f {
  grid-row: span 2 / span 2;
}

#w-node-e0cebaf1-f8d0-a63c-759a-ead714423dc9-0d64567f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e8c639df-bd7c-e8e5-f7a8-c60b5ef1324c-e5eb96f4 {
  justify-self: start;
}

#w-node-e8c639df-bd7c-e8e5-f7a8-c60b5ef13253-e5eb96f4 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_62a9d540-a5fc-4eae-d0d5-890484c1b180-e5eb96f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-edd33eca-9a01-6c50-9866-76b1695959c9-e5eb96f4 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6c715cd8-3e11-f0fc-195a-5b631f088550-ecc686d6 {
  justify-self: start;
}

#w-node-_6c715cd8-3e11-f0fc-195a-5b631f088557-ecc686d6 {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4c04055d-f575-dbe5-c115-23893f624c5c-ecc686d6 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e0cebaf1-f8d0-a63c-759a-ead714423dc9-ecc686d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_99603a1c-12e0-3ddb-7813-46e4bf9ebb7c-4be41482 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_99603a1c-12e0-3ddb-7813-46e4bf9ebb7d-4be41482 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_65b61c9c-5a5f-9169-0b70-abe4b61ee161-4be41482 {
    grid-column: span 2 / span 2;
  }

  #w-node-_95a9bee7-f796-46a7-6dee-d0f22e46db6e-4be41482 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-f973dd3a-6d5c-3d74-7af7-9d1291003ea9-2ae08a6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_80707230-e129-599b-0838-3f1e0457f852-2ae08a6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6e1ad1fe-b607-1137-aaee-236553f7bd3f-5468e785 {
    align-self: stretch;
  }

  #w-node-_1a4aff59-d060-1114-8b78-c39241b59f41-5468e785 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32a82217-2b5e-793a-3b97-3e1c8d944e60-4be41482 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e691b5d6-fa46-7b3d-6f45-d4be6c6a4ffd-4be41482 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-_59a8cda0-655d-fd52-9fd3-3e60461e97a5-4be41482 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_95a9bee7-f796-46a7-6dee-d0f22e46db6e-4be41482 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_95a9bee7-f796-46a7-6dee-d0f22e46db6f-4be41482, #w-node-cf88ff60-dd4a-7f9d-c6cb-87647b26104f-4be41482, #w-node-_18cb2ad4-53da-e314-c14b-0261a3d21c7d-4be41482 {
    grid-column: span 2 / span 2;
  }

  #w-node-f973dd3a-6d5c-3d74-7af7-9d1291003ea9-2ae08a6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_146af1ab-ab82-a662-6da2-56472e79294e-2ae08a6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_61f8e1b9-101b-15e4-cf74-99769d20a696-2ae08a6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e109bbc2-0f6b-a7b2-1a82-0f4290ad96b7-0d64567f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e109bbc2-0f6b-a7b2-1a82-0f4290ad96b8-0d64567f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    grid-template-rows: auto auto;
    grid-template-columns: 3.5fr;
  }

  #w-node-a0c8d9ab-118e-283b-f23c-320dad2bc0fb-0d64567f, #w-node-d3add12f-028d-f3f7-9abc-21a06cb77fd7-0d64567f {
    grid-area: Area;
  }

  #w-node-_23fe910f-b70a-d72b-44bb-0379bec16b52-0d64567f {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-bc3fcddc-bcd1-cebc-c493-3b0f47a3de00-0d64567f {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  #w-node-_23fe910f-b70a-d72b-44bb-0379bec16b54-0d64567f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0ff78d2-f262-74e3-dcc1-b87a9eeb600d-5468e785 {
    justify-self: center;
  }

  #w-node-f044e21f-aa8f-9456-7ddf-fee462f1cd2d-5468e786 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_59a8cda0-655d-fd52-9fd3-3e60461e97a5-4be41482 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_146af1ab-ab82-a662-6da2-56472e79294e-2ae08a6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_146af1ab-ab82-a662-6da2-56472e79294f-2ae08a6e {
    order: -9999;
  }

  #w-node-_146af1ab-ab82-a662-6da2-56472e792950-2ae08a6e {
    order: 3;
  }

  #w-node-_146af1ab-ab82-a662-6da2-56472e792951-2ae08a6e {
    order: 6;
  }

  #w-node-_831fb5bc-57e8-2f91-b42d-096f1f2df181-2ae08a6e {
    order: 2;
  }

  #w-node-_3647b2fb-f2ae-7103-590e-3fe5c222c4f3-2ae08a6e {
    order: 4;
  }

  #w-node-fec6bb6e-e3b9-7401-427b-e6a2f2937f25-2ae08a6e {
    order: 6;
  }

  #w-node-_61f8e1b9-101b-15e4-cf74-99769d20a696-2ae08a6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e109bbc2-0f6b-a7b2-1a82-0f4290ad96b7-0d64567f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}