.elementor-437 .elementor-element.elementor-element-8e34e15{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5bb8db7 */@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap");

.oha-open-house {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: #1b1a17;
  background:
    radial-gradient(circle at top left, rgba(252, 186, 60, 0.18), transparent 28%),
    linear-gradient(180deg, #f8f3eb 0%, #f4efe7 100%);
  line-height: 1.7;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding-bottom: 3rem;
}

.oha-open-house div,
.oha-open-house section,
.oha-open-house article,
.oha-open-house aside,
.oha-open-house header,
.oha-open-house figure,
.oha-open-house img,
.oha-open-house a,
.oha-open-house p,
.oha-open-house h1,
.oha-open-house h2,
.oha-open-house h3,
.oha-open-house hr,
.oha-open-house blockquote,
.oha-open-house cite,
.oha-open-house span {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.oha-open-house img {
  display: block;
  max-width: 100%;
}

.oha-open-house .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.oha-open-house h1,
.oha-open-house h2,
.oha-open-house h3 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.1;
  color: #1b1a17;
}

.oha-open-house h1 {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  margin-bottom: 1rem;
}

.oha-open-house h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1rem;
}

.oha-open-house h3 {
  font-size: 1.3rem;
  margin-bottom: 0.65rem;
}

.oha-open-house p {
  color: #57524b;
  margin-bottom: 1rem;
}

.oha-open-house a {
  color: inherit;
}

.oha-open-house .page-header {
  background: #140708;
  margin-bottom: 1rem;
  width: 100%;
}

.oha-open-house .header-image {
  width: 100%;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}

.oha-open-house .header-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 7, 8, 0.05) 0%, rgba(20, 7, 8, 0.38) 100%);
}

.oha-open-house .header-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.oha-open-house .routing-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin: 1.25rem 0 2rem;
}

.oha-open-house .route-btn,
.oha-open-house .route-btn:link,
.oha-open-house .route-btn:visited,
.oha-open-house .route-btn:active {
  display: flex;
  flex: 1 1 170px;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  min-height: 58px;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #fff7f8 !important;
  -webkit-text-fill-color: #fff7f8;
  background: linear-gradient(135deg, #bb0a3a 0%, #92072d 100%);
  box-shadow: 0 12px 26px rgba(187, 10, 58, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.oha-open-house .route-btn:hover,
.oha-open-house .route-btn:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #fcba3c 0%, #e2a528 100%);
  box-shadow: 0 12px 28px rgba(252, 186, 60, 0.32);
  color: #4a170e !important;
  -webkit-text-fill-color: #4a170e;
  outline: none;
}

.oha-open-house .billboard {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 233, 0.92)),
    #fff;
  border: 1px solid rgba(123, 21, 38, 0.08);
  border-radius: 30px;
  padding: 2.5rem clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 24px 70px rgba(48, 31, 17, 0.1);
  margin-bottom: 2rem;
}

.oha-open-house .eyebrow,
.oha-open-house .section-tag,
.oha-open-house .panel-tag {
  color: #9c1732;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.oha-open-house .eyebrow,
.oha-open-house .section-tag,
.oha-open-house .panel-tag {
  margin-bottom: 0.85rem;
}

.oha-open-house .lede {
  max-width: 72ch;
  font-size: 1.05rem;
}

.oha-open-house .accent-line {
  border: none;
  border-top: 2px solid currentColor;
  width: 6rem;
  margin: 0;
}

.oha-open-house .accent-line.mb {
  margin-bottom: 1rem;
}

.oha-open-house .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.oha-open-house .btn,
.oha-open-house .btn:link,
.oha-open-house .btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #cb0235;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(203, 2, 53, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.oha-open-house .btn:hover,
.oha-open-house .btn:focus-visible {
  background: #fcba3c;
  color: #4a170e;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(252, 186, 60, 0.28);
  outline: none;
}

.oha-open-house .btn.btn-outline,
.oha-open-house .btn.btn-outline:link,
.oha-open-house .btn.btn-outline:visited {
  background: transparent;
  border-color: rgba(155, 23, 50, 0.2);
  color: #9c1732;
  box-shadow: none;
}

.oha-open-house .btn.btn-outline:hover,
.oha-open-house .btn.btn-outline:focus-visible {
  background: #9c1732;
  border-color: #9c1732;
  color: #fff;
}

.oha-open-house .feature-row {
  position: relative;
  padding: 2.5rem 0;
  overflow: hidden;
  width: 100%;
}

.oha-open-house .bg-white {
  background: #fffaf1;
}

.oha-open-house .bg-dark-red {
  background: #7a1526;
}

.oha-open-house .bg-gold {
  background: #fcba3c;
}

.oha-open-house .intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 1.25rem;
  align-items: stretch;
}

.oha-open-house .content-panel,
.oha-open-house .registration-card,
.oha-open-house .agenda-card,
.oha-open-house .quote-panel {
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(27, 26, 23, 0.1);
}

.oha-open-house .content-panel {
  background: #fff;
  border: 1px solid rgba(123, 21, 38, 0.08);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.oha-open-house .registration-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(160deg, rgba(123, 21, 38, 0.96), rgba(65, 18, 22, 0.96)),
    #7a1526;
  padding: 2rem;
}

.oha-open-house .registration-card h3,
.oha-open-house .registration-card p,
.oha-open-house .registration-card .panel-tag {
  color: #fff;
}

.oha-open-house .registration-card .panel-tag {
  color: #fcba3c;
}

.oha-open-house .registration-card .btn {
  align-self: flex-start;
  background: #fcba3c;
  color: #4a170e;
  box-shadow: 0 10px 24px rgba(252, 186, 60, 0.22);
  margin-top: 0.5rem;
}

.oha-open-house .registration-card .btn:hover,
.oha-open-house .registration-card .btn:focus-visible {
  background: #fff;
  color: #7a1526;
}

.oha-open-house .agenda-card {
  background: #fff;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.oha-open-house .agenda-heading {
  max-width: 620px;
  margin-bottom: 1rem;
}

.oha-open-house .agenda-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.oha-open-house .agenda-item {
  background: #fffaf1;
  border: 1px solid rgba(123, 21, 38, 0.08);
  border-radius: 12px;
  padding: 1.15rem;
  min-height: 100%;
}

.oha-open-house .agenda-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #cb0235;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.oha-open-house .agenda-item p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.oha-open-house .quote-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(123, 21, 38, 0.12);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.oha-open-house blockquote p {
  color: #1b1a17;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.18;
  margin-bottom: 1rem;
}

.oha-open-house cite {
  display: block;
  color: #7a1526;
  font-style: normal;
  font-weight: 800;
}

.oha-open-house .quote-action {
  background: #fffaf1;
  border-radius: 14px;
  padding: 1.3rem;
}

.oha-open-house .quote-action h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
}

@media (max-width: 1000px) {
  .oha-open-house .intro-grid,
  .oha-open-house .quote-panel {
    grid-template-columns: 1fr;
  }

  .oha-open-house .agenda-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .oha-open-house .container {
    padding: 0 1.25rem;
  }

  .oha-open-house .header-image {
    padding-bottom: 52%;
  }

  .oha-open-house .routing-buttons {
    gap: 0.65rem;
  }

  .oha-open-house .route-btn,
  .oha-open-house .route-btn:link,
  .oha-open-house .route-btn:visited,
  .oha-open-house .route-btn:active {
    flex-basis: calc(50% - 0.65rem);
    min-height: 52px;
    font-size: 0.88rem;
    padding: 0.8rem 0.75rem;
  }

  .oha-open-house .billboard {
    border-radius: 18px;
  }

  .oha-open-house .agenda-grid {
    grid-template-columns: 1fr;
  }

  .oha-open-house .btn,
  .oha-open-house .btn:link,
  .oha-open-house .btn:visited {
    width: 100%;
  }

  .oha-open-house .registration-card .btn {
    align-self: stretch;
  }
}/* End custom CSS */