@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BLACK.TTF') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-LIGHT.TTF') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BOLD.TTF') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BLACKITALIC.TTF') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-BOLDITALIC.TTF') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-LIGHTITALIC.TTF') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-MEDIUM.TTF') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-XLIGHTITALIC.TTF') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-MEDIUMITALIC.TTF') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-THINITALIC.TTF') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-THIN.TTF') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/GOTHAM-XLIGHT.TTF') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Over;
  src: url('../fonts/Over-Thingking-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Over;
  src: url('../fonts/Over-Thingking.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --gb-black-primary: #282829;
  --gb-gold-primary: #a77a39;
  --gb-white-primary: #f1f2f2;
  --black: black;
  --gb-black-light: #8f908f;
  --gb-black-lightest: #c2c3c2;
  --gb-gold-light: #c7ad85;
  --white: white;
  --transparent: #fff0;
  --red: red;
  --gb-gold-lightest: #e2d0b8;
  --gb-white-light: #f4f3f3;
  --gb-white-lightest: #f6f5f5;
  --blue: blue;
  --green: green;
}

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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: var(--gb-black-primary);
  font-family: Gotham, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--gb-gold-primary);
  text-decoration: underline;
}

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

.container {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-text {
  color: var(--gb-white-primary);
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  font-size: 14px;
  line-height: 18px;
}

.large-p {
  font-size: 22px;
  line-height: 28px;
}

.style-guide-color-wrap {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: var(--gb-gold-primary);
}

.style-guide-color-wrap.secondary-color-background {
  background-color: var(--gb-black-primary);
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--gb-black-light);
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: var(--gb-white-primary);
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: var(--gb-black-lightest);
}

.button {
  background-color: var(--gb-gold-primary);
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-weight: 300;
}

.button.ghost-button {
  border: 2px solid var(--gb-gold-primary);
  direction: ltr;
  color: var(--gb-gold-primary);
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: normal;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 9px 9px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.button.ghost-button.invese-ghost {
  border-color: var(--gb-white-primary);
  color: var(--gb-white-primary);
}

.button.inverse-button {
  background-color: var(--gb-white-primary);
  color: var(--gb-gold-primary);
}

.button.form-submit {
  width: 160px;
}

.button.form-submit:hover {
  background-color: var(--gb-gold-light);
  color: var(--white);
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.form-field {
  background-color: var(--gb-black-primary);
  opacity: 1;
  color: var(--gb-gold-primary);
  border-radius: 0;
  width: 100%;
  height: 50px;
  font-weight: 300;
  overflow: visible;
}

.form-field::placeholder {
  color: var(--gb-gold-primary);
  font-weight: 300;
}

.form-field.form-text_area {
  height: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-field.form-select {
  background-color: var(--gb-white-primary);
}

.form-field.top-form-field {
  width: 50%;
}

.form-lable {
  margin-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: var(--gb-white-primary);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-guide-wrap {
  padding-top: 20px;
}

.close-popup-button {
  color: var(--black);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -5px -5px auto auto;
}

.style-guide-popup-wrap {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.delete-this {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.navbar-no-shadow {
  background-color: var(--gb-black-primary);
  height: 80px;
}

.navbar-no-shadow-container {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1300px;
  height: 100%;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar-brand {
  text-align: left;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
}

.nav-menu-wrapper {
  background-color: var(--gb-black-primary);
  width: 250px;
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: -2px 0 20px #0003;
}

.nav-menu {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: var(--transparent);
  color: var(--gb-white-primary);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  right: 0;
}

.nav-link {
  color: var(--gb-white-primary);
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--gb-gold-primary);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-size: 16px;
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: block;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  background-color: var(--transparent);
  padding: 8px;
}

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

.div-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: -4px;
  display: flex;
}

.icon {
  color: var(--gb-gold-primary);
  text-overflow: ellipsis;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 35px;
  display: flex;
}

.image {
  width: 60px;
}

.section {
  clear: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.list-item-2 {
  color: var(--gb-white-primary);
  text-align: center;
}

.close-menu-button {
  color: var(--gb-gold-primary);
  text-align: left;
  padding: 5px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.close-menu-button.w--current {
  color: var(--gb-gold-primary);
  font-size: 24px;
  font-weight: 700;
}

.div-block-2 {
  color: #500000;
  background-color: #c03c3c;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: start stretch;
  margin-right: -5px;
  display: flex;
}

.max-width {
  flex-flow: column;
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-content-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-container-left {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  max-width: none;
  height: 100%;
  display: flex;
}

.footer-main {
  background-color: var(--gb-black-primary);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 30px 48px 20px;
  display: flex;
  position: relative;
}

.footer-link {
  color: var(--gb-white-primary);
  text-transform: capitalize;
  width: 30%;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--gb-gold-primary);
}

.footer-header-left {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 17.6px;
  text-decoration: none;
}

.footer-header-right {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 17.6px;
  text-decoration: none;
}

.footer-text-right {
  color: var(--gb-white-primary);
  text-align: right;
  width: auto;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
}

.footer-text-middle {
  color: var(--gb-white-primary);
  text-align: center;
  text-transform: none;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
}

.footer-container-middle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.footer-seperator {
  background-color: #999;
  height: .3px;
}

.text-block {
  color: #999;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 200;
}

.brand {
  margin-bottom: 10px;
}

.brand-2 {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.image-2 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.footer-container-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  height: 100%;
  display: flex;
}

.max-width-contact-content {
  max-width: 800px;
}

.contact-content-top {
  flex-flow: column;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.contact-content-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: none;
  display: block;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.contact-us-section {
  background-color: var(--gb-white-primary);
  flex: 1 0 auto;
  padding: 80px;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--gb-gold-primary);
  width: 20%;
  font-weight: 300;
}

.heading {
  font-weight: 500;
}

.paragraph {
  color: var(--gb-black-primary);
  margin-bottom: 0;
  font-weight: 300;
}

.contact-us-heading {
  color: var(--gb-black-primary);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
}

.heading-2 {
  text-transform: uppercase;
  font-weight: 500;
}

.heading-3 {
  font-weight: 700;
}

.contact-us-heading-2 {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 500;
}

.paragraph-2 {
  color: var(--gb-black-primary);
  margin-bottom: 20px;
  font-weight: 300;
}

.paragraph-3 {
  color: var(--gb-black-primary);
  margin-bottom: 0;
  font-weight: 300;
}

.bold-text {
  color: var(--gb-gold-primary);
  font-weight: 700;
}

.bold-text-2 {
  color: var(--gb-gold-primary);
}

.paragraph-4 {
  color: var(--gb-black-primary);
  margin-bottom: 0;
  font-weight: 300;
}

.body {
  background-color: var(--gb-black-primary);
  flex-direction: column;
  display: flex;
}

.our-services-max-width {
  max-width: 800px;
  margin-top: 80px;
  margin-bottom: 20px;
}

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

.our-services-category-container {
  max-width: none;
  margin-bottom: 60px;
}

.heading-4 {
  color: var(--gb-gold-primary);
  text-align: center;
}

.our-services-heading {
  color: var(--gb-gold-primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-5 {
  color: var(--gb-gold-primary);
  text-align: center;
}

.our-sevices-category-heading {
  color: var(--gb-gold-primary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
}

.our-services-category-description {
  color: var(--gb-gold-primary);
  text-align: center;
  margin-bottom: 42px;
  font-style: italic;
  font-weight: 300;
}

.our-services-item-container {
  flex-flow: wrap;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.our-services-item-header {
  color: var(--gb-black-primary);
  width: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.our-services-item-description {
  color: var(--gb-gold-primary);
  width: 50%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.our-services-item-price {
  color: var(--gb-gold-primary);
  text-align: right;
  width: 50%;
  margin-bottom: 0;
  font-size: 18px;
}

.our-services-section {
  background-color: var(--gb-white-primary);
  flex: 1 0 auto;
}

.ser-body {
  background-color: var(--gb-black-primary);
  flex-direction: column;
  display: flex;
}

.div-block-6 {
  background-color: var(--gb-black-lightest);
  height: .3px;
}

.our-services-seperator {
  background-color: var(--gb-black-lightest);
  height: .3px;
  margin-top: 17px;
  margin-bottom: 17px;
}

.gal-body {
  background-color: var(--gb-black-primary);
  flex-direction: column;
  display: flex;
}

.gal-max-width {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 900px;
  max-width: 1100px;
  margin-bottom: 80px;
  display: flex;
}

.gal-header-container {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 80px;
}

.gal-section {
  background-color: var(--gb-white-primary);
  flex: 1 0 auto;
  padding-top: 100px;
}

.gal-header {
  color: var(--gb-black-primary);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 80px;
  font-weight: 500;
}

.gal-description {
  color: var(--gb-black-primary);
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.container-4 {
  width: 100%;
  max-width: none;
}

.gal-gallery-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 1100px;
  display: grid;
}

.gal-image-container {
  height: 200px;
  overflow: hidden;
}

.gal-image {
  background-color: var(--gb-gold-primary);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.gal-image.image-001 {
  width: 129%;
  display: inline-block;
  position: relative;
  right: 24px;
}

.gal-image.image-002 {
  object-fit: cover;
  width: 175%;
  position: relative;
  left: -33px;
}

.gal-image.image-003 {
  width: 168%;
  position: relative;
  right: 23px;
}

.abt-body {
  background-color: var(--gb-black-primary);
  flex-direction: column;
  display: flex;
}

.section-4 {
  flex: 1 0 auto;
}

.abt-section {
  background-color: var(--gb-white-primary);
  flex: 1 0 auto;
}

.abt-max-width {
  width: 80%;
  max-width: 900px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.abt-heading-container {
  margin-bottom: 40px;
}

.abt-heading {
  color: var(--gb-black-primary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 500;
}

.abt-heading-description {
  text-align: center;
  font-weight: 300;
}

.abt-middle-container {
  margin-bottom: 40px;
  display: flex;
}

.abt-middle-cursive {
  padding-top: 55px;
  padding-bottom: 60px;
  font-family: Over, Arial, sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
}

.abt-middle-cursive-lower {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.abt-image-container {
  background-color: var(--red);
  width: 300px;
  height: 400px;
  margin-right: 30px;
  overflow: hidden;
}

.abt-image {
  background-color: var(--gb-gold-primary);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.abt-middle-text-top {
  margin-bottom: 20px;
  font-weight: 300;
}

.abt-middle-text-bottom {
  font-weight: 300;
}

.abt-bottom-text {
  margin-bottom: 20px;
  font-weight: 300;
}

.prd-body {
  background-color: var(--gb-black-primary);
  flex-direction: column;
  display: flex;
}

.prd-section {
  background-color: var(--gb-white-primary);
  flex: 1 0 auto;
  display: block;
}

.prd-top-container {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/GB-Background-2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 70vh;
  display: flex;
}

.prd-max-width {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

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

.heading-7 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.prd-text-container {
  color: var(--gb-white-primary);
  text-align: center;
}

.prd-heading {
  color: var(--gb-white-primary);
  margin-bottom: 5px;
  font-weight: 500;
}

.prd-heading-text {
  margin-bottom: 0;
  font-weight: 500;
}

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

.prd-bottom-text-container {
  width: 800px;
}

.paragraph-5 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 300;
}

.prd-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 460px;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 460px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.prd-item-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.prd-item-container:hover {
  background-color: #0000000d;
}

.prd-item-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  overflow: clip;
}

.prd-item-image-container {
  width: 100%;
  height: 150px;
}

.prd-item-text-container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 5px;
  display: flex;
}

.prd-item-text-left {
  align-self: flex-start;
  margin-bottom: 0;
  padding-right: 14px;
}

.container-5 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.hme-header-section {
  height: 100vh;
  position: static;
}

.div-block-7 {
  background-color: var(--red);
  height: 100%;
}

.hme-header-background {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/GB-Background-1_1.avif');
  background-position: 0 0, 40%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -80px;
  display: flex;
}

.hme-main-logo {
  height: 100%;
}

.hme-main-logo-container {
  height: 400px;
}

.hme-abt-section {
  background-color: var(--gb-white-primary);
  padding-top: 50px;
  padding-bottom: 50px;
}

.hme-abt-max-width {
  width: 80%;
  max-width: 1000px;
}

.hme-abt-top-container {
  margin-bottom: 30px;
}

.hme-abt-heading {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.hme-abt-heading-description {
  font-weight: 500;
}

.hme-abt-middle-container {
  margin-bottom: 30px;
  display: flex;
}

.div-block-8 {
  border-left: 3px solid var(--gb-gold-primary);
  background-color: var(--gb-gold-lightest);
  margin-bottom: 10px;
}

.hme-body {
  background-color: var(--gb-black-primary);
}

.abt-middle-text-middle {
  font-weight: 300;
}

.hme-abt-quote-container {
  border-left: 3px solid var(--gb-gold-primary);
  padding-left: 10px;
}

.hme-abt-quote {
  margin-bottom: 0;
  font-weight: 300;
}

.hme-loc-section {
  background-color: var(--gb-white-primary);
  padding-top: 50px;
  padding-bottom: 70px;
}

.hme-loc-left-container, .hme-loc-right-container {
  width: 50%;
}

.hme-loc-max-width {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 1000px;
  display: flex;
}

.hme-loc-heading {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
}

.hme-loc-text-top {
  margin-bottom: 3px;
  font-weight: 300;
}

.hme-loc-top-container {
  padding-left: 10px;
}

.hme-loc-hours-left-container {
  width: 50%;
}

.hme-loc-hours-right-container {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.hom-loc-hours-container {
  display: flex;
}

.hme-loc-hours-text {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 300;
}

.map-container {
  width: 100%;
  height: 100%;
}

.hme-prd-section {
  background-color: var(--gb-white-primary);
  padding-top: 30px;
  padding-bottom: 70px;
  display: none;
}

.hme-prd-max-width {
  width: 80%;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.hmr-prd-header-container {
  padding-top: 1px;
}

.hme-prd-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.hme-ser-section {
  background-color: var(--gb-white-primary);
  padding-top: 70px;
  padding-bottom: 50px;
}

.hme-ser-max-width {
  width: 80%;
  max-width: 1000px;
}

.hme-ser-content-container {
  background-color: var(--gb-black-primary);
  padding: 10px 0;
}

.hme-ser-carasoul-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hme-ser-heading {
  color: var(--gb-gold-primary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
}

.hme-ser-vtop-section {
  text-align: right;
}

.link {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 14px;
}

.hme-ser-carasoul {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.carasoul-item {
  flex-flow: column;
  align-items: center;
  width: 150px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.image-4 {
  height: 70px;
}

.paragraph-6 {
  color: var(--gb-gold-primary);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 10px;
  font-weight: 300;
}

.hme-rev-section {
  background-color: var(--gb-white-primary);
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-6 {
  max-width: 1000px;
}

.hme-rev-max-width {
  background-color: var(--gb-black-primary);
  width: 80%;
  max-width: 1000px;
}

.hme-rev-contents-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hme-rev-top-container {
  padding-bottom: 10px;
}

.hme-rev-heading {
  color: var(--gb-gold-primary);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}

.hme-rev-carousel-1-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.hme-rev-carousel-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.hme-rev-1-item {
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
}

.hom-rev-review-text {
  color: var(--gb-white-primary);
  text-align: center;
  width: 300px;
  margin-bottom: 0;
  font-weight: 300;
}

.hme-rev-carousel-3-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hme-rev-carousel-3 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hme-rev-3-item {
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
}

.hom-rev-name-text {
  color: var(--gb-white-primary);
  text-align: center;
  width: 300px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.hme-gal-section {
  background-color: var(--gb-white-primary);
  padding-top: 50px;
  padding-bottom: 50px;
}

.hme-gal-max-width {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 1000px;
  display: grid;
  overflow: visible;
}

.hme-gal-image-container {
  height: 200px;
  overflow: hidden;
}

.hme-gal-image {
  background-color: var(--gb-gold-primary);
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

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

.hme-rev-carousel-2-container {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.hme-rev-carousel-2 {
  display: flex;
}

.hme-rev-2-item {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-7 {
  color: var(--gb-white-primary);
  text-align: center;
  width: 300px;
  font-size: 24px;
}

.hme-rev-star {
  color: var(--gb-white-primary);
  text-align: center;
  width: 300px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 900;
}

.featured-products-pop-up {
  z-index: 10;
  background-color: #00000038;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.pop-up-container {
  max-width: 800px;
  position: static;
}

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

.hme-prd-text {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.section-5 {
  display: none;
}

.hme-prd-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-6 {
  display: none;
}

.prd-page-max-width {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 900px;
  max-width: 1100px;
  margin-bottom: 80px;
  display: flex;
}

.prd-header-container {
  max-width: 800px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.prd-image-container {
  height: 200px;
}

.product-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 400px 400px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 80%;
  max-width: 1100px;
  display: grid;
}

.prd-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-9 {
  z-index: 200;
  float: left;
  clear: both;
  background-image: url('../images/GB-star-icon.avif');
  background-size: cover;
  width: 273px;
  height: 268px;
  position: relative;
  inset: auto auto 0% 0%;
}

.hme-rev-logo-container {
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button.w--open {
    color: #fff;
  }

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

  .footer-container-left {
    width: 26%;
  }

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

  .footer-link {
    width: 50%;
  }

  .footer-container-middle {
    width: 48%;
  }

  .brand-2 {
    padding-left: 0;
  }

  .footer-container-right {
    width: 26%;
  }

  .our-services-max-width {
    max-width: 640px;
  }

  .container-3, .our-services-category-container {
    max-width: none;
  }

  .gal-max-width {
    min-width: 700px;
    max-width: none;
    margin-bottom: 60px;
  }

  .gal-gallery-container {
    width: 100%;
    max-width: none;
  }

  .abt-max-width {
    max-width: none;
  }

  .abt-image-container {
    height: 100%;
    margin-right: 20px;
  }

  .prd-max-width {
    width: 90%;
    max-width: none;
  }

  .prd-bottom-text-container {
    width: auto;
  }

  .hme-abt-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hme-abt-max-width {
    max-width: none;
  }

  .hme-abt-heading {
    font-size: 36px;
  }

  .hme-loc-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hme-loc-max-width {
    width: 80%;
    max-width: none;
  }

  .hme-prd-max-width {
    max-width: none;
  }

  .hme-prd-heading {
    font-size: 36px;
  }

  .hme-ser-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hme-ser-max-width {
    width: auto;
    max-width: none;
  }

  .hme-rev-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hme-rev-max-width {
    width: 100%;
    max-width: none;
  }

  .hme-gal-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hme-gal-max-width {
    max-width: none;
  }

  .hme-gal-image-container {
    overflow: visible;
  }

  .hme-gal-image {
    object-position: 50% 50%;
  }

  .hme-gal-image.image-004 {
    object-position: 29% 50%;
  }

  .prd-page-max-width {
    min-width: 700px;
    max-width: none;
    margin-bottom: 60px;
  }

  .product-grid {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-color-wrap {
    height: auto;
  }

  .button.ghost-button {
    text-align: left;
    font-size: 14px;
  }

  .form-field.top-form-field {
    width: 100%;
  }

  .navbar-no-shadow-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    margin-top: 20px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    padding: 6px;
  }

  .div-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .section {
    height: 70px;
  }

  .footer-container-left {
    width: 27%;
  }

  .footer-main {
    padding-top: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-link {
    width: 70%;
    font-size: 12px;
  }

  .footer-header-left {
    font-size: 16px;
  }

  .footer-header-right {
    direction: rtl;
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 120%;
    font-size: 16px;
  }

  .footer-text-right, .footer-text-middle {
    font-size: 12px;
  }

  .footer-container-middle {
    width: 46%;
  }

  .image-2 {
    width: 60px;
    height: 60px;
  }

  .footer-container-right {
    width: 27%;
  }

  .div-block-4 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .contact-us-section {
    padding-top: 40px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .paragraph {
    font-size: 14px;
  }

  .contact-us-heading {
    font-size: 36px;
  }

  .contact-us-heading-2 {
    font-size: 30px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 14px;
  }

  .our-services-max-width {
    max-width: 470px;
  }

  .our-services-item-description {
    width: 80%;
  }

  .our-services-item-price {
    width: 20%;
  }

  .gal-max-width {
    width: 90%;
    min-width: 400px;
    margin-bottom: 40px;
  }

  .abt-max-width {
    width: 90%;
    margin: 60px auto;
  }

  .abt-heading {
    font-size: 34px;
  }

  .abt-image-container {
    width: 200px;
  }

  .prd-heading {
    font-size: 36px;
  }

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

  .hme-main-logo-container {
    height: 300px;
  }

  .hme-abt-max-width, .hme-loc-max-width {
    width: 90%;
  }

  .hme-loc-hours-text {
    font-size: 16px;
  }

  .hme-prd-max-width {
    width: 90%;
  }

  .carasoul-item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hme-gal-max-width {
    width: 90%;
  }

  .prd-page-max-width {
    width: 90%;
    min-width: 400px;
    margin-bottom: 40px;
  }

  .product-grid {
    grid-template-rows: 350px;
    grid-auto-rows: 350px;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .button.ghost-button {
    text-transform: uppercase;
    border-width: 1.8px;
    padding: 9px 7px 7px;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .navbar-no-shadow {
    height: 70px;
  }

  .navbar-no-shadow-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbar-brand {
    width: 50px;
    height: 50px;
  }

  .nav-menu {
    margin-top: 10px;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button {
    padding: 4px;
  }

  .div-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .image {
    width: 50px;
  }

  .section {
    height: 60px;
  }

  .max-width {
    min-width: 290px;
  }

  .footer-content-top {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-container-left {
    width: 50%;
  }

  .footer-main {
    padding-top: 15px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-header-left {
    width: 76%;
  }

  .footer-header-right {
    white-space: normal;
    width: 100%;
  }

  .footer-container-middle {
    order: -1;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-container-right {
    width: 50%;
  }

  .contact-us-section {
    padding-right: 48px;
  }

  .contact-us-heading {
    font-size: 32px;
  }

  .contact-us-heading-2 {
    font-size: 28px;
  }

  .our-services-max-width {
    max-width: 320px;
  }

  .our-services-heading {
    font-size: 32px;
  }

  .our-sevices-category-heading {
    font-size: 24px;
  }

  .our-services-category-description {
    font-size: 14px;
  }

  .our-services-item-header {
    font-size: 12px;
  }

  .our-services-item-description, .our-services-item-price {
    font-size: 16px;
  }

  .gal-body {
    flex-direction: column;
    display: flex;
  }

  .section-3 {
    flex: 1 0 auto;
  }

  .gal-max-width {
    min-width: 200px;
    margin-bottom: 40px;
  }

  .gal-section {
    flex: 1 0 auto;
  }

  .gal-header {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 32px;
  }

  .gal-description {
    font-size: 14px;
  }

  .gal-image.image-001 {
    width: 259%;
    right: 35px;
  }

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

  .abt-heading-description {
    font-size: 14px;
  }

  .abt-middle-container {
    flex-flow: column;
    margin-bottom: 0;
  }

  .abt-middle-cursive {
    margin-top: 20px;
    font-size: 60px;
  }

  .abt-middle-cursive-lower {
    font-size: 14px;
  }

  .abt-image-container {
    width: 100%;
    height: 400px;
    margin-right: 30px;
  }

  .abt-image {
    object-fit: cover;
  }

  .abt-middle-text-top {
    font-size: 14px;
  }

  .abt-middle-text-bottom {
    margin-bottom: 0;
    font-size: 14px;
  }

  .abt-bottom-text {
    font-size: 14px;
  }

  .prd-max-width {
    width: 95%;
  }

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

  .prd-heading-text, .italic-text, .paragraph-5, .prd-item-text-left, .prd-item-price-right {
    font-size: 14px;
  }

  .hme-header-section {
    background-color: var(--gb-black-primary);
  }

  .hme-header-background {
    background-position: 0 0, 28%;
  }

  .hme-main-logo-container {
    height: 180px;
  }

  .hme-abt-section {
    background-color: var(--gb-white-primary);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hme-abt-heading {
    font-size: 32px;
  }

  .hme-abt-heading-description {
    font-size: 14px;
  }

  .hme-abt-middle-container {
    flex-flow: column;
  }

  .hme-loc-section {
    background-color: var(--gb-white-primary);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hme-loc-left-container {
    width: 100%;
  }

  .hme-loc-right-container {
    width: 100%;
    height: 250px;
    margin-top: 20px;
    padding: 0;
  }

  .hme-loc-max-width {
    flex-flow: column;
  }

  .hme-loc-heading {
    font-size: 22px;
  }

  .hme-loc-text-top {
    font-size: 14px;
  }

  .hme-loc-heading-2 {
    font-size: 16px;
  }

  .hme-loc-hours-text {
    font-size: 12px;
  }

  .hme-prd-section {
    background-color: var(--gb-white-primary);
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .hme-prd-heading {
    font-size: 32px;
  }

  .hme-ser-section {
    background-color: var(--gb-white-primary);
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .hme-ser-heading {
    padding-bottom: 30px;
    font-size: 24px;
  }

  .link {
    font-size: 12px;
  }

  .carasoul-item {
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    height: 60px;
  }

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

  .hme-rev-section {
    background-color: var(--gb-white-primary);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hme-rev-top-container {
    padding-bottom: 0;
  }

  .hom-rev-review-text, .hom-rev-name-text {
    font-size: 14px;
  }

  .hme-gal-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hme-prd-text {
    font-size: 14px;
  }

  .prd-page-max-width {
    min-width: 200px;
    margin-bottom: 40px;
  }

  .prd-header-container {
    margin-bottom: 60px;
  }

  .product-grid {
    grid-template-rows: 220px;
    grid-auto-rows: 220px;
  }

  .hme-rev-logo-container {
    padding-bottom: 0;
  }
}

#w-node-b55e096a-4b19-905a-3e4b-043e6f630d1b-f795e136 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e94da42d-5eab-0752-aa30-22e12f54a9c8-f795e136, #w-node-_15d89880-5b49-809f-98da-8e6c4351667b-f795e136, #w-node-_81b93ec3-38ca-11f5-d393-6d4a1eb01cd7-f795e136, #w-node-_89450148-494d-a308-9020-397e06c40bb0-f795e136 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_003c1500-5c83-286b-c544-6c9c4b8043e8-f795e136, #w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-f795e137 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-f795e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-f795e137 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-f795e137, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-f795e137, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-f795e137, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-f795e137, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-f795e137, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-f795e137, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-f795e137, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-f795e137, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-f795e137, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-f795e137, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-f795e137, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-f795e137, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-f795e137, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-f795e137, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-f795e137, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-f795e137, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-f795e137, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-f795e137, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-f795e137, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-f795e137, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-f795e137, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-f795e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-f795e137 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-f795e137, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-f795e137, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-f795e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-f795e137 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-f795e137, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-f795e137, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-f795e137, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-f795e137, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-f795e137, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-f795e137, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-f795e137, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-f795e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-f795e137 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-f795e137, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-f795e137, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-f795e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-f795e137 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-f795e137, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-f795e137, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-f795e137, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-f795e137, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-f795e137, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-f795e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-f795e137 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-f795e137, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-f795e137 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6173563-ffea-e323-da4a-a8f8b0e5c79e-9937520b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_213b0acb-d3d3-2340-26ab-7c5a7bfdb20d-9937520b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06a4ca46-38b7-1a2e-12e6-f04005a1b757-9937520b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9c38cf88-bc7d-ffb3-16b1-5b626a26d63e-9937520b, #w-node-af1d77d4-fa49-d70c-d6b0-c7743a6f5c16-9937520b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba201081-2f90-b0bd-5ae6-9995269a9c64-9937520b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a3d9fcc2-b922-ddef-b785-d4de2dcb3d1a-9937520b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab197cf7-25b2-447d-47b9-691be3502a8e-9937520b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f987251e-f006-0bea-70b6-d7562f28dfd9-9937520b, #w-node-_80bab8fb-27a7-4f22-def5-ad382a464220-9937520b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_89abcb80-766d-6f90-787f-5ea5f36feb10-9937520b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_856fb011-63d2-b83b-ba10-1561ba49c7e2-9937520b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79d471fb-d2f1-a441-1545-7f37f484f691-9937520b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5fb7c2d0-4428-0469-1f95-d0c1130f4609-9937520b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46244509-d803-6aab-88a7-2a101898bada-d95b1a2c {
  grid-area: 1 / 1 / 3 / 2;
}

@media screen and (max-width: 479px) {
  #w-node-b55e096a-4b19-905a-3e4b-043e6f630d1b-f795e136 {
    grid-column-end: 4;
  }

  #w-node-e94da42d-5eab-0752-aa30-22e12f54a9c8-f795e136, #w-node-_15d89880-5b49-809f-98da-8e6c4351667b-f795e136 {
    grid-column: span 5 / span 5;
  }

  #w-node-_89450148-494d-a308-9020-397e06c40bb0-f795e136 {
    grid-column: span 3 / span 3;
  }

  #w-node-_003c1500-5c83-286b-c544-6c9c4b8043e8-f795e136 {
    grid-column: span 5 / span 5;
  }

  #w-node-f6173563-ffea-e323-da4a-a8f8b0e5c79e-9937520b {
    grid-column-end: 2;
  }

  #w-node-_213b0acb-d3d3-2340-26ab-7c5a7bfdb20d-9937520b {
    grid-column: span 2 / span 2;
  }

  #w-node-_06a4ca46-38b7-1a2e-12e6-f04005a1b757-9937520b {
    grid-column: span 5 / span 5;
  }

  #w-node-af1d77d4-fa49-d70c-d6b0-c7743a6f5c16-9937520b, #w-node-ba201081-2f90-b0bd-5ae6-9995269a9c64-9937520b {
    grid-column: span 3 / span 3;
  }

  #w-node-a3d9fcc2-b922-ddef-b785-d4de2dcb3d1a-9937520b {
    grid-column: span 1 / span 1;
  }

  #w-node-ab197cf7-25b2-447d-47b9-691be3502a8e-9937520b {
    grid-column: span 3 / span 3;
  }

  #w-node-f987251e-f006-0bea-70b6-d7562f28dfd9-9937520b {
    grid-column: span 4 / span 4;
  }

  #w-node-_80bab8fb-27a7-4f22-def5-ad382a464220-9937520b {
    grid-column: span 2 / span 2;
  }

  #w-node-_89abcb80-766d-6f90-787f-5ea5f36feb10-9937520b, #w-node-_856fb011-63d2-b83b-ba10-1561ba49c7e2-9937520b {
    grid-column: span 3 / span 3;
  }

  #w-node-_79d471fb-d2f1-a441-1545-7f37f484f691-9937520b {
    grid-column: span 5 / span 5;
  }

  #w-node-_5fb7c2d0-4428-0469-1f95-d0c1130f4609-9937520b {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BLACK.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BOLD.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BLACKITALIC.TTF') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-BOLDITALIC.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-LIGHTITALIC.TTF') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-XLIGHTITALIC.TTF') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-MEDIUMITALIC.TTF') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-THINITALIC.TTF') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-THIN.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GOTHAM-XLIGHT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Over';
  src: url('../fonts/Over-Thingking-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Over';
  src: url('../fonts/Over-Thingking.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}