:root {
  --white: white;
  --black: black;
}

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

.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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

p {
  margin-bottom: 10px;
}

.container {
  max-width: 70%;
}

.heading {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: courier-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-2 {
  margin-top: 0;
  margin-bottom: 60px;
}

.h1 {
  text-align: center;
  letter-spacing: .1em;
  border: 1px solid rgba(199, 173, 95, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 32px;
  line-height: 50px;
}

.body {
  color: #c7ad5f;
}

.p {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 10px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.container-2 {
  margin-bottom: 0;
}

.h3 {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 20px;
}

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

.container-3 {
  margin-bottom: 30px;
}

.container-4 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.section-3 {
  margin-bottom: 60px;
}

.section-4 {
  margin-bottom: 40px;
}

.h2 {
  text-align: center;
  letter-spacing: .1em;
  -webkit-text-stroke-width: 0em;
  margin-bottom: 20px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
}

.heading-6 {
  text-align: center;
  margin-bottom: 20px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
}

.image {
  text-align: right;
}

.p2 {
  color: #000;
  text-align: left;
  letter-spacing: .1em;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 12px;
  line-height: 26px;
}

.quick-stack {
  width: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  object-fit: fill;
  position: static;
}

.container-5 {
  border: 1px #7a7a7a;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

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

.button {
  background-color: #c7ad5f;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  display: inline-flex;
}

.p3 {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  margin-top: 20px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.p4 {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 8px;
  line-height: 26px;
}

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

.container-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.map {
  margin-top: 20px;
}

.section-5 {
  margin-bottom: 60px;
}

.section-6 {
  margin-bottom: 100px;
}

.container-7 {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.h3left {
  color: #000;
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 20px;
}

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

@media screen and (max-width: 767px) {
  .h3left {
    text-align: left;
  }
}

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

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

  .p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

#w-node-_6be0e25d-623e-10fd-678e-ccaa7a61a783-e11bcfbe {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-afbf7581-b0b9-1ad9-0705-45680ed67ac2-e11bcfbe, #w-node-e5bcd686-0be2-907b-2f24-37ec46608662-e11bcfbe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-afbf7581-b0b9-1ad9-0705-45680ed67ac2-e11bcfbe, #w-node-e5bcd686-0be2-907b-2f24-37ec46608662-e11bcfbe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


