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

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

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

.hero-section {
  text-align: center;
  background: radial-gradient(at 50% 0, #1a0812 0%, #0c0509 60%);
  padding-top: 76px;
  padding-bottom: 90px;
}

.hero-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.hero-eyebrow {
  color: #cda44e;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
}

.hero-heading {
  color: #f5edd8;
  margin-bottom: 22px;
  font-family: Playfair Display, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.08;
}

.hero-lede {
  color: #b8a878;
  max-width: 560px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  font-family: Jost, sans-serif;
  font-size: 16px;
}

.section-standard {
  background-color: #0c0509;
  padding-top: 88px;
  padding-bottom: 88px;
}

.section-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.section-head {
  max-width: 620px;
  margin-bottom: 48px;
}

.section-heading {
  color: #f5edd8;
  font-family: Playfair Display, serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.audience-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  display: grid;
}

.audience-icon {
  color: #e0197c;
  margin-bottom: 18px;
  font-size: 22px;
}

.audience-title {
  color: #f5edd8;
  margin-bottom: 10px;
  font-family: Playfair Display, serif;
  font-size: 18px;
  font-weight: 700;
}

.audience-desc {
  color: #cda44e;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.why-section {
  background-color: #150910;
  border-top: 1px solid #cda44e40;
  border-bottom: 1px solid #cda44e40;
  padding-top: 88px;
  padding-bottom: 88px;
}

.section-paragraph {
  color: #cda44e;
  margin-top: 14px;
  font-family: Jost, sans-serif;
  font-size: 15px;
}

.why-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  margin-top: 48px;
  display: grid;
}

.why-item {
  grid-column-gap: 18px;
  align-items: flex-start;
  display: flex;
}

.why-icon-box {
  background-color: #1c0e17;
  border: 1px solid #cda44e40;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  font-size: 18px;
  display: flex;
}

.why-item-body {
  flex: 1;
}

.why-item-title {
  color: #f5edd8;
  margin-bottom: 8px;
  font-family: Playfair Display, serif;
  font-size: 17px;
  font-weight: 700;
}

.why-item-desc {
  color: #cda44e;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.event-section {
  grid-template-columns: 1.15fr .85fr;
  display: grid;
}

.event-left {
  background-color: #1d0a16;
  padding: 72px 56px;
}

.event-right {
  background-color: #2a0d1c;
  justify-content: center;
  align-items: center;
  padding: 56px;
  display: flex;
}

.event-tag {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #c31f34;
  border-radius: 3px;
  margin-bottom: 22px;
  padding: 6px 12px;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  display: inline-block;
}

.event-heading {
  color: #f5edd8;
  margin-bottom: 14px;
  font-family: Playfair Display, serif;
  font-size: 34px;
  font-weight: 700;
}

.event-sub {
  color: #cda44e;
  margin-bottom: 20px;
  font-family: Playfair Display, serif;
  font-size: 17px;
  font-style: italic;
  display: block;
}

.event-desc {
  color: #cda44e;
  max-width: 460px;
  margin-bottom: 30px;
  font-family: Jost, sans-serif;
  font-size: 14.5px;
}

.event-features {
  grid-column-gap: 30px;
  grid-row-gap: 22px;
  color: #e4c88a;
  border-top: 1px solid #cda44e33;
  border-bottom: 1px solid #cda44e33;
  flex-wrap: wrap;
  margin-bottom: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Jost, sans-serif;
  font-size: 13.5px;
  display: flex;
}

.event-meta {
  grid-column-gap: 40px;
  margin-bottom: 30px;
  display: flex;
}

.event-meta-col {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.event-meta-label {
  color: #9a8b8f;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 8px;
}

.event-meta-value {
  color: #f5edd8;
  font-family: Oswald, sans-serif;
  font-size: 17px;
}

.event-meta-value-hall {
  color: #cda44e;
  font-family: Oswald, sans-serif;
  font-size: 17px;
}

.btn-gold-inert {
  color: #1a0e05;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: default;
  background-color: #cda44e;
  border-radius: 4px;
  padding: 14px 24px;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
  display: inline-block;
}

.btn-white-inert {
  color: #1a0710;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: default;
  background-color: #fff;
  border-radius: 4px;
  padding: 14px 24px;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
  display: inline-block;
}

.stand-badge {
  grid-row-gap: 6px;
  text-align: center;
  border: 1px solid #cda44e66;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
}

.stand-badge-hall {
  color: #ff3050;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
}

.stand-badge-number {
  color: #f5edd8;
  font-family: Playfair Display, serif;
  font-size: 44px;
  font-weight: 700;
}

.stand-badge-event {
  color: #9a8b8f;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 11px;
}

.offer-bar {
  background-color: #c31f34;
  padding-top: 20px;
  padding-bottom: 20px;
}

.offer-bar-inner {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.offer-msg {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.offer-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 13.5px;
}

.offer-sub {
  color: #ffffffd9;
  font-family: Jost, sans-serif;
  font-size: 10px;
}

.testimonial-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  display: grid;
}

.testimonial-item {
  border-top: 1px solid #cda44e40;
  padding-top: 26px;
}

.quote-mark {
  color: #7a1550;
  margin-bottom: 10px;
  font-family: Playfair Display, serif;
  font-size: 30px;
  display: block;
}

.quote-text {
  color: #b8a878;
  margin-bottom: 18px;
  font-family: Jost, sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.6;
}

.testimonial-name {
  color: #f5efe8;
  font-family: Playfair Display, serif;
  font-size: 15px;
}

.testimonial-role {
  color: #5a4e30;
  font-family: Jost, sans-serif;
  font-size: 12.5px;
}

.contact-section {
  background-color: #150910;
  border-top: 1px solid #cda44e40;
  padding-top: 88px;
  padding-bottom: 88px;
}

.contact-grid {
  grid-column-gap: 60px;
  grid-template-columns: 1.2fr .8fr;
  align-items: start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
}

.contact-desc {
  color: #b8a878;
  max-width: 460px;
  margin-top: 18px;
  margin-bottom: 26px;
  font-family: Jost, sans-serif;
  font-size: 15px;
}

.contact-actions {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.phone-link {
  color: #e4c88a;
  letter-spacing: .5px;
  border-bottom: 1px solid #cda44e66;
  padding-bottom: 2px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
}

.contact-card {
  border: 1px solid #cda44e40;
  border-radius: 6px;
  padding: 30px 34px;
}

.contact-card-title {
  color: #cda44e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
  font-weight: 500;
}

.contact-row {
  border-top: 1px solid #cda44e26;
  padding-top: 16px;
  padding-bottom: 16px;
}

.contact-row-first {
  border-top: none;
  padding-top: 0;
  padding-bottom: 16px;
}

.contact-row-label {
  color: #b8a878;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 8px;
}

.contact-row-value {
  color: #f5edd8;
  font-family: Jost, sans-serif;
  font-size: 14.5px;
}

.footer-wrap {
  background-color: #0c0509;
  border-top: 1px solid #cda44e40;
  padding-top: 52px;
  padding-bottom: 60px;
}

.legal-grid {
  grid-column-gap: 20px;
  border-bottom: 1px solid #cda44e26;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 26px;
  padding-bottom: 26px;
  display: grid;
}

.legal-grid-secondary {
  grid-column-gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}

.legal-label {
  color: #b8a878;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 8px;
}

.legal-value {
  color: #f5edd8;
  font-family: Jost, sans-serif;
  font-size: 10px;
}

.registry-link-inert {
  color: #e4c88a;
  cursor: default;
  font-family: Jost, sans-serif;
  font-size: 13.5px;
}

.site-header {
  z-index: 100;
  background-color: #0c0509;
  border-bottom: 1px solid #e0197c2e;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.site-logo {
  color: #f5efe4;
  text-align: center;
  letter-spacing: 2.5px;
  border: 1px solid #cda44e;
  border-radius: 3px;
  padding: 8px 14px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.site-logo-sub {
  color: #cda44e;
  letter-spacing: 3px;
  margin-top: 2px;
  font-size: 9px;
  display: block;
}

.main-nav-list {
  grid-column-gap: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.main-nav-link {
  color: #5a4e30;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-size: 13.5px;
  text-decoration: none;
}

.main-nav-link.w--current {
  color: #5a4e30;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.get-quote-btn {
  color: #1a0e05;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  background-color: #cda44e;
  border-radius: 4px;
  flex-shrink: 0;
  padding: 16px 28px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-bottom {
  grid-column-gap: 18px;
  border-top: 1px solid #cda44e26;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding-top: 24px;
  display: flex;
}

.footer-copy {
  color: #b8a878;
  font-family: Jost, sans-serif;
  font-size: 13px;
}

.footer-nav-list {
  grid-column-gap: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.footer-nav-link {
  color: #b8a878;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.footer-social-list {
  grid-column-gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.footer-social-link {
  color: #e4c88a;
  border: 1px solid #cda44e40;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.text-block, .text-block-2, .text-block-3 {
  font-family: oswald, sans-serif;
}


