*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background-color: white;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 1rem;
  width: 100%;
}

.site-video-bg {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -2;
}
.site-video-bg video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-video-bg .site-video-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.topbar {
  background: #000;
  color: #f7f5f0;
  position: relative;
  transition: transform 0.35s ease;
  z-index: 1001;
}
.topbar.is-hidden {
  transform: translateY(-100%);
}
.topbar .topbar-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 44px;
}
@media (max-width: 767.98px) {
  .topbar .topbar-inner {
    justify-content: center;
    min-height: 40px;
  }
}
.topbar .topbar-inner .topbar-social {
  align-items: center;
  display: flex;
  gap: 22px;
}
@media (max-width: 767.98px) {
  .topbar .topbar-inner .topbar-social {
    display: none;
  }
}
.topbar .topbar-inner .topbar-social a {
  color: #f7f5f0;
  font-size: 15px;
  font-weight: 700;
  line-height: 0.5;
  text-decoration: none;
}
.topbar .topbar-inner .topbar-social a svg {
  height: 20px;
  width: 20px;
}
.topbar .topbar-inner .topbar-social a svg path {
  fill: white;
}
.topbar .topbar-inner .topbar-social a:hover, .topbar .topbar-inner .topbar-social a:focus {
  color: #e0c273;
}
.topbar .topbar-inner .topbar-contact {
  align-items: center;
  display: flex;
  gap: 18px;
}
@media (max-width: 575.98px) {
  .topbar .topbar-inner .topbar-contact {
    gap: 10px;
  }
}
.topbar .topbar-inner .topbar-contact a {
  color: #f7f5f0;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .topbar .topbar-inner .topbar-contact a {
    font-size: 13px;
  }
}
.topbar .topbar-inner .topbar-contact a:hover, .topbar .topbar-inner .topbar-contact a:focus {
  color: #e0c273;
}
.topbar .topbar-inner .topbar-contact span {
  background: #c8a24a;
  display: block;
  height: 18px;
  width: 1px;
}
@media (max-width: 575.98px) {
  .topbar .topbar-inner .topbar-contact span {
    height: 14px;
  }
}

.site-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 1000;
}
@media (max-width: 767.98px) {
  .site-header {
    top: 40px;
  }
}
.site-header.is-menu-open {
  background: rgba(6, 21, 42, 0.96);
}
.site-header.is-menu-open .mobile-menu {
  max-height: 620px;
  opacity: 1;
  visibility: visible;
}
.site-header.is-menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.site-header.is-menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header.is-fixed {
  background: rgba(6, 21, 42, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
}
.site-header.is-fixed .site-header-inner {
  min-height: 78px;
}
@media (max-width: 1199.98px) {
  .site-header.is-fixed .site-header-inner {
    min-height: 70px;
  }
}
@media (max-width: 575.98px) {
  .site-header.is-fixed .site-header-inner {
    min-height: 64px;
  }
}
.site-header .site-header-inner {
  align-items: center;
  display: flex;
  min-height: 104px;
  padding: 1rem 0;
}
@media (max-width: 1199.98px) {
  .site-header .site-header-inner {
    min-height: 86px;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-inner {
    min-height: 76px;
  }
}
.site-header .site-header-inner .site-logo {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  max-width: 150px;
  text-decoration: none;
}
.site-header .site-header-inner .site-logo .site-logo-main {
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .site-header .site-header-inner .site-logo .site-logo-main {
    font-size: 30px;
    letter-spacing: 5px;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-inner .site-logo .site-logo-main {
    font-size: 24px;
    letter-spacing: 4px;
  }
}
.site-header .site-header-inner .site-logo .site-logo-sub {
  align-items: center;
  color: #c8a24a;
  display: flex;
  font-family: Georgia, serif;
  font-size: 15px;
  justify-content: center;
  letter-spacing: 9px;
  line-height: 1;
  margin-top: 9px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .site-header .site-header-inner .site-logo .site-logo-sub {
    font-size: 12px;
    letter-spacing: 6px;
  }
}
.site-header .site-header-inner .site-nav {
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .site-header .site-header-inner .site-nav {
    display: none;
  }
}
.site-header .site-header-inner .site-nav ul {
  align-items: center;
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-header-inner .site-nav a {
  color: #f7f5f0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header .site-header-inner .site-nav a:hover, .site-header .site-header-inner .site-nav a:focus {
  color: #e0c273;
}
.site-header .site-header-inner .site-header-cta {
  border: 1px solid #c8a24a;
  color: #c8a24a;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-left: 36px;
  padding: 17px 24px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .site-header .site-header-inner .site-header-cta {
    display: none;
  }
}
.site-header .site-header-inner .site-header-cta:hover, .site-header .site-header-inner .site-header-cta:focus {
  background: #c8a24a;
  color: #06152a;
}
.site-header .site-header-inner .menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  flex-direction: column;
  gap: 6px;
  margin-left: auto;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .site-header .site-header-inner .menu-toggle {
    display: inline-flex;
  }
}
.site-header .site-header-inner .menu-toggle span {
  background: #f7f5f0;
  display: block;
  height: 2px;
  transition: all 0.25s ease;
  width: 30px;
}
.site-header .mobile-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.35s ease;
  visibility: hidden;
}
@media (min-width: 1200px) {
  .site-header .mobile-menu {
    display: none;
  }
}
.site-header .mobile-menu .mobile-nav {
  border-top: 1px solid rgba(222, 217, 206, 0.18);
  display: flex;
  flex-direction: column;
  padding: 18px 0 28px;
}
.site-header .mobile-menu .mobile-nav a {
  color: #f7f5f0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 14px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header .mobile-menu .mobile-nav a:hover, .site-header .mobile-menu .mobile-nav a:focus {
  color: #e0c273;
}
.site-header .mobile-menu .mobile-nav .mobile-nav-cta {
  border: 1px solid #c8a24a;
  color: #c8a24a;
  justify-content: center;
  margin-top: 14px;
  padding: 16px 20px;
  text-align: center;
}

.site-footer {
  background: #06152a;
  color: #f7f5f0;
  padding: 80px 0 28px;
}
.site-footer .site-footer-top {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .site-footer .site-footer-top {
    gap: 36px;
    grid-template-columns: 1fr;
  }
}
.site-footer .site-footer-top .site-footer-brand .footer-logo {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  max-width: 150px;
  text-decoration: none;
}
.site-footer .site-footer-top .site-footer-brand .footer-logo .footer-logo-main {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.site-footer .site-footer-top .site-footer-brand .footer-logo .footer-logo-sub {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 4px;
  line-height: 1;
  margin-top: 8px;
  text-transform: uppercase;
}
.site-footer .site-footer-top .site-footer-brand p {
  color: rgba(247, 245, 240, 0.76);
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
  margin: 24px 0 0;
  max-width: 430px;
}
.site-footer .site-footer-top .site-footer-column h3,
.site-footer .site-footer-top .site-footer-contact h3 {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.site-footer .site-footer-top .site-footer-column ul,
.site-footer .site-footer-top .site-footer-contact ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .site-footer-top .site-footer-column a,
.site-footer .site-footer-top .site-footer-contact a {
  color: rgba(247, 245, 240, 0.82);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.25s ease;
}
.site-footer .site-footer-top .site-footer-column a:hover, .site-footer .site-footer-top .site-footer-column a:focus,
.site-footer .site-footer-top .site-footer-contact a:hover,
.site-footer .site-footer-top .site-footer-contact a:focus {
  color: #e0c273;
}
.site-footer .site-footer-top .site-footer-column p,
.site-footer .site-footer-top .site-footer-contact p {
  color: rgba(247, 245, 240, 0.76);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 14px;
}
.site-footer .site-footer-middle {
  align-items: center;
  border-bottom: 1px solid rgba(222, 217, 206, 0.16);
  border-top: 1px solid rgba(222, 217, 206, 0.16);
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
  padding: 22px 0;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-middle {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.site-footer .site-footer-middle p {
  color: rgba(247, 245, 240, 0.72);
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin: 0;
  text-transform: uppercase;
}
.site-footer .site-footer-middle .footer-social {
  display: flex;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .site-footer .site-footer-middle .footer-social {
    flex-wrap: wrap;
  }
}
.site-footer .site-footer-middle .footer-social a {
  color: rgba(247, 245, 240, 0.72);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .site-footer-middle .footer-social a:hover, .site-footer .site-footer-middle .footer-social a:focus {
  color: #e0c273;
}
.site-footer .site-footer-bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}
.site-footer .site-footer-bottom p {
  color: rgba(247, 245, 240, 0.58);
  font-family: Arial, sans-serif;
  font-size: 13px;
  margin: 0;
}
.site-footer .site-footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-bottom ul {
    justify-content: flex-start;
  }
}
.site-footer .site-footer-bottom a {
  color: rgba(247, 245, 240, 0.58);
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.site-footer .site-footer-bottom a:hover, .site-footer .site-footer-bottom a:focus {
  color: #e0c273;
}

.hero-banner {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 44px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .hero-banner {
    min-height: calc(100vh - 40px);
  }
}
.hero-banner .container {
  position: relative;
  z-index: 3;
}
.hero-banner .hero-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 760px;
  min-height: calc(100vh - 44px);
  padding-bottom: 90px;
  padding-top: 190px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-content {
    min-height: calc(100vh - 40px);
    padding-bottom: 70px;
    padding-top: 150px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner .hero-content {
    padding-bottom: 54px;
    padding-top: 132px;
  }
}
.hero-banner .hero-content .hero-person {
  border: 3px solid #c8a24a;
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  flex: 0 0 170px;
  height: 170px;
  margin-bottom: 34px;
  overflow: hidden;
  width: 170px;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-content .hero-person {
    flex-basis: 140px;
    height: 140px;
    margin-bottom: 28px;
    width: 140px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner .hero-content .hero-person {
    flex-basis: 118px;
    height: 118px;
    margin-bottom: 24px;
    width: 118px;
  }
}
.hero-banner .hero-content .hero-person img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transform: scale(1.2);
}
.hero-banner .hero-content .hero-copy {
  max-width: 620px;
}
.hero-banner .hero-content .hero-copy .hero-eyebrow {
  color: #e0c273;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 22px;
  text-align: center;
  text-shadow: 1px 1px #040404;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .hero-banner .hero-content .hero-copy .hero-eyebrow {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.hero-banner .hero-content .hero-copy h1 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 75px;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 0.95;
  margin: 0 0 22px;
  text-align: center;
  text-shadow: 1px 1px #040404;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .hero-banner .hero-content .hero-copy h1 {
    font-size: 72px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner .hero-content .hero-copy h1 {
    font-size: 54px;
    letter-spacing: 7px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner .hero-content .hero-copy h1 {
    font-size: 40px;
    letter-spacing: 5px;
  }
}
.hero-banner .hero-content .hero-copy .hero-subtitle {
  color: #f7f5f0;
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0 0 18px;
  text-align: center;
  text-shadow: 1px 1px #040404;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .hero-banner .hero-content .hero-copy .hero-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.hero-banner .hero-content .hero-copy .hero-description {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1.35;
  margin: 0 auto 36px;
  max-width: 560px;
  text-align: center;
  text-shadow: 1px 1px #040404;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-content .hero-copy .hero-description {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .hero-banner .hero-content .hero-copy .hero-description {
    font-size: 19px;
  }
}
.hero-banner .hero-content .hero-copy .hero-actions {
  display: flex;
  gap: 22px;
}
@media (max-width: 575.98px) {
  .hero-banner .hero-content .hero-copy .hero-actions {
    flex-direction: column;
    gap: 14px;
  }
}
.hero-banner .hero-content .hero-copy .hero-actions .hero-btn {
  align-items: center;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 1.6px;
  min-height: 62px;
  padding: 0 34px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .hero-banner .hero-content .hero-copy .hero-actions .hero-btn {
    width: 100%;
  }
}
.hero-banner .hero-content .hero-copy .hero-actions .hero-btn-primary {
  background: #c8a24a;
  color: #06152a;
}
.hero-banner .hero-content .hero-copy .hero-actions .hero-btn-primary:hover, .hero-banner .hero-content .hero-copy .hero-actions .hero-btn-primary:focus {
  background: #e0c273;
}
.hero-banner .hero-content .hero-copy .hero-actions .hero-btn-outline {
  border: 1px solid #c8a24a;
  color: #fff;
}
.hero-banner .hero-content .hero-copy .hero-actions .hero-btn-outline:hover, .hero-banner .hero-content .hero-copy .hero-actions .hero-btn-outline:focus {
  background: #c8a24a;
  color: #06152a;
}
.hero-banner .hero-scroll {
  align-items: center;
  bottom: 26px;
  color: #f7f5f0;
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  left: 50%;
  letter-spacing: 2px;
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
  z-index: 4;
}
@media (max-width: 767.98px) {
  .hero-banner .hero-scroll {
    display: none;
  }
}
.hero-banner .hero-scroll i {
  background: #c8a24a;
  display: block;
  height: 44px;
  position: relative;
  width: 1px;
}
.hero-banner .hero-scroll i::after {
  border-bottom: 1px solid #c8a24a;
  border-right: 1px solid #c8a24a;
  bottom: 0;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
}

.meet-bill-section {
  background: rgba(247, 245, 240, 0.5);
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .meet-bill-section {
    padding: 80px 0;
  }
}
.meet-bill-section .meet-bill-wrapper {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}
@media (max-width: 991.98px) {
  .meet-bill-section .meet-bill-wrapper {
    gap: 44px;
    grid-template-columns: 1fr;
  }
}
.meet-bill-section .meet-bill-wrapper .meet-bill-image {
  border: 1px solid rgba(200, 162, 74, 0.55);
  padding: 14px;
  position: relative;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-image::before {
  border: 1px solid rgba(200, 162, 74, 0.35);
  content: "";
  height: calc(100% - 28px);
  left: 28px;
  position: absolute;
  top: 28px;
  width: calc(100% - 28px);
  z-index: 1;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-image img {
  display: block;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .meet-bill-section .meet-bill-wrapper .meet-bill-image img {
    height: 520px;
  }
}
@media (max-width: 575.98px) {
  .meet-bill-section .meet-bill-wrapper .meet-bill-image img {
    height: 390px;
  }
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content {
  max-width: 720px;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content .section-eyebrow {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.4px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content h2 {
  color: #06152a;
  font-family: Georgia, serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 28px;
  text-shadow: 1px 1px #fff;
}
@media (max-width: 767.98px) {
  .meet-bill-section .meet-bill-wrapper .meet-bill-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .meet-bill-section .meet-bill-wrapper .meet-bill-content h2 {
    font-size: 34px;
  }
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content p {
  color: #1a2433;
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.75;
  margin: 0 0 20px;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content .credential-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content .credential-list span {
  border: 1px solid rgba(200, 162, 74, 0.55);
  color: #06152a;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  padding: 12px 16px;
  text-transform: uppercase;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content .meet-bill-actions {
  display: flex;
  gap: 18px;
  margin-top: 38px;
}
@media (max-width: 575.98px) {
  .meet-bill-section .meet-bill-wrapper .meet-bill-content .meet-bill-actions {
    flex-direction: column;
  }
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content .meet-bill-actions .meet-bill-btn {
  align-items: center;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 1.4px;
  min-height: 56px;
  padding: 0 28px;
  text-decoration: none;
  text-transform: uppercase;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content .meet-bill-actions .meet-bill-btn-primary {
  background: #c8a24a;
  color: #06152a;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content .meet-bill-actions .meet-bill-btn-primary:hover, .meet-bill-section .meet-bill-wrapper .meet-bill-content .meet-bill-actions .meet-bill-btn-primary:focus {
  background: #e0c273;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content .meet-bill-actions .meet-bill-btn-outline {
  border: 1px solid #06152a;
  color: #06152a;
}
.meet-bill-section .meet-bill-wrapper .meet-bill-content .meet-bill-actions .meet-bill-btn-outline:hover, .meet-bill-section .meet-bill-wrapper .meet-bill-content .meet-bill-actions .meet-bill-btn-outline:focus {
  background: #06152a;
  color: #fff;
}

.action-tiles-section {
  background: rgba(6, 21, 42, 0.6);
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .action-tiles-section {
    padding: 80px 0;
  }
}
.action-tiles-section .section-heading {
  margin: 0 auto 54px;
  max-width: 780px;
  text-align: center;
}
.action-tiles-section .section-heading .section-eyebrow {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.4px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.action-tiles-section .section-heading h2 {
  color: #f7f5f0;
  font-family: Georgia, serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
  text-shadow: 1px 1px #040404;
}
@media (max-width: 767.98px) {
  .action-tiles-section .section-heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .action-tiles-section .section-heading h2 {
    font-size: 34px;
  }
}
.action-tiles-section .action-tiles-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .action-tiles-section .action-tiles-grid {
    grid-template-columns: 1fr;
  }
}
.action-tiles-section .action-tiles-grid .action-tile {
  background: rgba(247, 245, 240, 0.06);
  border: 1px solid rgba(222, 217, 206, 0.18);
  border-radius: 10px;
  color: #f7f5f0;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 38px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .action-tiles-section .action-tiles-grid .action-tile {
    min-height: auto;
    padding: 30px 24px;
  }
}
.action-tiles-section .action-tiles-grid .action-tile:hover, .action-tiles-section .action-tiles-grid .action-tile:focus {
  background: rgba(247, 245, 240, 0.1);
  border-color: rgba(200, 162, 74, 0.75);
  transform: translateY(-6px);
}
.action-tiles-section .action-tiles-grid .action-tile:hover .action-tile-link, .action-tiles-section .action-tiles-grid .action-tile:focus .action-tile-link {
  color: #e0c273;
}
.action-tiles-section .action-tiles-grid .action-tile .action-tile-number {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.action-tiles-section .action-tiles-grid .action-tile h3 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 18px;
  text-shadow: 1px 1px #040404;
}
.action-tiles-section .action-tiles-grid .action-tile p {
  color: rgba(247, 245, 240, 0.74);
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}
.action-tiles-section .action-tiles-grid .action-tile .action-tile-link {
  color: #c8a24a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  margin-top: auto;
  padding-top: 34px;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.neighborhood-section {
  background: rgba(6, 21, 42, 0.3);
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .neighborhood-section {
    padding: 80px 0;
  }
}
.neighborhood-section .section-heading {
  margin: 0 auto 60px;
  max-width: 820px;
  text-align: center;
}
.neighborhood-section .section-heading .section-eyebrow {
  color: #c8a24a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.neighborhood-section .section-heading h2 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  .neighborhood-section .section-heading h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .neighborhood-section .section-heading h2 {
    font-size: 34px;
  }
}
.neighborhood-section .section-heading p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 19px;
  line-height: 1.8;
  margin: 0;
}
.neighborhood-section .neighborhood-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .neighborhood-section .neighborhood-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .neighborhood-section .neighborhood-grid {
    grid-template-columns: 1fr;
  }
}
.neighborhood-section .neighborhood-grid .neighborhood-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 36px;
  position: relative;
  text-decoration: none;
  transition: 0.35s;
}
.neighborhood-section .neighborhood-grid .neighborhood-card::before {
  background: linear-gradient(180deg, #c8a24a, #8f6a1d);
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  transition: 0.35s;
}
.neighborhood-section .neighborhood-grid .neighborhood-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(200, 162, 74, 0.4);
  transform: translateY(-8px);
}
.neighborhood-section .neighborhood-grid .neighborhood-card:hover::before {
  height: 100%;
}
.neighborhood-section .neighborhood-grid .neighborhood-card:hover .arrow {
  transform: translateX(8px);
}
.neighborhood-section .neighborhood-grid .neighborhood-card .card-number {
  color: #c8a24a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 38px;
}
.neighborhood-section .neighborhood-grid .neighborhood-card h3 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 18px;
}
.neighborhood-section .neighborhood-grid .neighborhood-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}
.neighborhood-section .neighborhood-grid .neighborhood-card .card-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 36px;
}
.neighborhood-section .neighborhood-grid .neighborhood-card .card-footer span:first-child {
  color: #c8a24a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.neighborhood-section .neighborhood-grid .neighborhood-card .card-footer .arrow {
  color: #c8a24a;
  font-size: 24px;
  transition: 0.3s;
}
.neighborhood-section .neighborhood-grid .neighborhood-card.neighborhood-card-highlight {
  background: #c8a24a;
  border-color: #c8a24a;
}
.neighborhood-section .neighborhood-grid .neighborhood-card.neighborhood-card-highlight::before {
  display: none;
}
.neighborhood-section .neighborhood-grid .neighborhood-card.neighborhood-card-highlight h3,
.neighborhood-section .neighborhood-grid .neighborhood-card.neighborhood-card-highlight p,
.neighborhood-section .neighborhood-grid .neighborhood-card.neighborhood-card-highlight .card-number {
  color: #06152a;
}
.neighborhood-section .neighborhood-grid .neighborhood-card.neighborhood-card-highlight .highlight-link {
  color: #06152a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: auto;
  padding-top: 36px;
  text-transform: uppercase;
}

.featured-guides-section {
  background: rgba(247, 245, 240, 0.2);
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .featured-guides-section {
    padding: 80px 0;
  }
}
.featured-guides-section .section-heading {
  margin: 0 auto 60px;
  max-width: 820px;
  text-align: center;
}
.featured-guides-section .section-heading .section-eyebrow {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.featured-guides-section .section-heading h2 {
  color: #06152a;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 22px;
}
@media (max-width: 767.98px) {
  .featured-guides-section .section-heading h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .featured-guides-section .section-heading h2 {
    font-size: 34px;
  }
}
.featured-guides-section .section-heading p {
  color: #1a2433;
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 720px;
}
.featured-guides-section .featured-guides-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: repeat(2, minmax(260px, auto));
}
@media (max-width: 991.98px) {
  .featured-guides-section .featured-guides-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 575.98px) {
  .featured-guides-section .featured-guides-grid {
    grid-template-columns: 1fr;
  }
}
.featured-guides-section .featured-guides-grid .guide-card {
  background: #fff;
  border: 1px solid #ded9ce;
  color: #06152a;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 34px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .featured-guides-section .featured-guides-grid .guide-card {
    min-height: auto;
    padding: 28px 24px;
  }
}
.featured-guides-section .featured-guides-grid .guide-card::before {
  background: #c8a24a;
  content: "";
  height: 3px;
  left: 34px;
  position: absolute;
  top: 0;
  transition: width 0.3s ease;
  width: 54px;
}
@media (max-width: 575.98px) {
  .featured-guides-section .featured-guides-grid .guide-card::before {
    left: 24px;
  }
}
.featured-guides-section .featured-guides-grid .guide-card:hover, .featured-guides-section .featured-guides-grid .guide-card:focus {
  border-color: rgba(200, 162, 74, 0.75);
  box-shadow: 0 24px 60px rgba(6, 21, 42, 0.1);
  transform: translateY(-6px);
}
.featured-guides-section .featured-guides-grid .guide-card:hover::before, .featured-guides-section .featured-guides-grid .guide-card:focus::before {
  width: calc(100% - 68px);
}
@media (max-width: 575.98px) {
  .featured-guides-section .featured-guides-grid .guide-card:hover::before, .featured-guides-section .featured-guides-grid .guide-card:focus::before {
    width: calc(100% - 48px);
  }
}
.featured-guides-section .featured-guides-grid .guide-card:hover .guide-link, .featured-guides-section .featured-guides-grid .guide-card:focus .guide-link {
  color: #06152a;
}
.featured-guides-section .featured-guides-grid .guide-card.guide-card-large {
  background: #06152a;
  border-color: #06152a;
  color: #fff;
  grid-row: span 2;
  min-height: 544px;
}
@media (max-width: 991.98px) {
  .featured-guides-section .featured-guides-grid .guide-card.guide-card-large {
    grid-column: span 2;
    grid-row: auto;
    min-height: 360px;
  }
}
@media (max-width: 575.98px) {
  .featured-guides-section .featured-guides-grid .guide-card.guide-card-large {
    grid-column: span 1;
    min-height: auto;
  }
}
.featured-guides-section .featured-guides-grid .guide-card.guide-card-large h3,
.featured-guides-section .featured-guides-grid .guide-card.guide-card-large p {
  color: #fff;
}
.featured-guides-section .featured-guides-grid .guide-card.guide-card-large p {
  color: rgba(247, 245, 240, 0.78);
}
.featured-guides-section .featured-guides-grid .guide-card.guide-card-large .guide-link {
  color: #e0c273;
}
.featured-guides-section .featured-guides-grid .guide-card .guide-category {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.featured-guides-section .featured-guides-grid .guide-card h3 {
  color: #06152a;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.18;
  margin: 0 0 18px;
}
@media (max-width: 575.98px) {
  .featured-guides-section .featured-guides-grid .guide-card h3 {
    font-size: 28px;
  }
}
.featured-guides-section .featured-guides-grid .guide-card p {
  color: #1a2433;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}
.featured-guides-section .featured-guides-grid .guide-card .guide-link {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  margin-top: auto;
  padding-top: 34px;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.why-bill-section {
  background: rgba(247, 245, 240, 0.4);
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .why-bill-section {
    padding: 80px 0;
  }
}
.why-bill-section .why-bill-wrapper {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}
@media (max-width: 991.98px) {
  .why-bill-section .why-bill-wrapper {
    gap: 44px;
    grid-template-columns: 1fr;
  }
}
.why-bill-section .why-bill-wrapper .why-bill-content {
  position: sticky;
  top: 120px;
}
@media (max-width: 991.98px) {
  .why-bill-section .why-bill-wrapper .why-bill-content {
    position: static;
  }
}
.why-bill-section .why-bill-wrapper .why-bill-content .section-eyebrow {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.why-bill-section .why-bill-wrapper .why-bill-content h2 {
  color: #06152a;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .why-bill-section .why-bill-wrapper .why-bill-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .why-bill-section .why-bill-wrapper .why-bill-content h2 {
    font-size: 34px;
  }
}
.why-bill-section .why-bill-wrapper .why-bill-content p {
  color: #1a2433;
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.75;
  margin: 0;
}
.why-bill-section .why-bill-wrapper .why-bill-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575.98px) {
  .why-bill-section .why-bill-wrapper .why-bill-grid {
    grid-template-columns: 1fr;
  }
}
.why-bill-section .why-bill-wrapper .why-bill-grid .why-bill-card {
  background: #fff;
  border: 1px solid #ded9ce;
  min-height: 300px;
  padding: 34px;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .why-bill-section .why-bill-wrapper .why-bill-grid .why-bill-card {
    min-height: auto;
    padding: 28px 24px;
  }
}
.why-bill-section .why-bill-wrapper .why-bill-grid .why-bill-card:hover {
  border-color: rgba(200, 162, 74, 0.75);
  box-shadow: 0 24px 60px rgba(6, 21, 42, 0.1);
  transform: translateY(-6px);
}
.why-bill-section .why-bill-wrapper .why-bill-grid .why-bill-card span {
  color: #c8a24a;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 42px;
}
.why-bill-section .why-bill-wrapper .why-bill-grid .why-bill-card h3 {
  color: #06152a;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.18;
  margin: 0 0 18px;
}
@media (max-width: 575.98px) {
  .why-bill-section .why-bill-wrapper .why-bill-grid .why-bill-card h3 {
    font-size: 26px;
  }
}
.why-bill-section .why-bill-wrapper .why-bill-grid .why-bill-card p {
  color: #1a2433;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.stats-section {
  background: rgba(6, 21, 42, 0.3);
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .stats-section {
    padding: 80px 0;
  }
}
.stats-section .stats-wrapper {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
@media (max-width: 991.98px) {
  .stats-section .stats-wrapper {
    gap: 48px;
    grid-template-columns: 1fr;
  }
}
.stats-section .stats-wrapper .stats-content .section-eyebrow {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.stats-section .stats-wrapper .stats-content h2 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .stats-section .stats-wrapper .stats-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .stats-section .stats-wrapper .stats-content h2 {
    font-size: 34px;
  }
}
.stats-section .stats-wrapper .stats-content p {
  color: rgba(247, 245, 240, 0.76);
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.75;
  margin: 0;
  max-width: 620px;
}
.stats-section .stats-wrapper .stats-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575.98px) {
  .stats-section .stats-wrapper .stats-grid {
    grid-template-columns: 1fr;
  }
}
.stats-section .stats-wrapper .stats-grid .stat-card {
  background: rgba(247, 245, 240, 0.06);
  border: 1px solid rgba(222, 217, 206, 0.16);
  min-height: 210px;
  padding: 34px;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .stats-section .stats-wrapper .stats-grid .stat-card {
    min-height: auto;
    padding: 28px 24px;
  }
}
.stats-section .stats-wrapper .stats-grid .stat-card:hover {
  background: rgba(247, 245, 240, 0.1);
  border-color: rgba(200, 162, 74, 0.6);
  transform: translateY(-6px);
}
.stats-section .stats-wrapper .stats-grid .stat-card strong {
  color: #c8a24a;
  display: block;
  font-family: Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .stats-section .stats-wrapper .stats-grid .stat-card strong {
    font-size: 52px;
  }
}
.stats-section .stats-wrapper .stats-grid .stat-card span {
  color: #f7f5f0;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  line-height: 1.5;
  text-transform: uppercase;
}

.testimonials-section {
  background: rgba(247, 245, 240, 0.5);
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .testimonials-section {
    padding: 80px 0;
  }
}
.testimonials-section .section-heading {
  margin: 0 auto 58px;
  max-width: 820px;
  text-align: center;
}
.testimonials-section .section-heading .section-eyebrow {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.testimonials-section .section-heading h2 {
  color: #06152a;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 767.98px) {
  .testimonials-section .section-heading h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .testimonials-section .section-heading h2 {
    font-size: 34px;
  }
}
.testimonials-section .testimonials-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
  }
}
.testimonials-section .testimonials-grid .testimonial-card {
  background: #fff;
  border: 1px solid #ded9ce;
  padding: 38px;
}
@media (max-width: 575.98px) {
  .testimonials-section .testimonials-grid .testimonial-card {
    padding: 30px 24px;
  }
}
.testimonials-section .testimonials-grid .testimonial-card .testimonial-stars {
  color: #c8a24a;
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 28px;
}
.testimonials-section .testimonials-grid .testimonial-card blockquote {
  color: #1a2433;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.65;
  margin: 0 0 34px;
}
.testimonials-section .testimonials-grid .testimonial-card .testimonial-author {
  border-top: 1px solid #ded9ce;
  padding-top: 22px;
}
.testimonials-section .testimonials-grid .testimonial-card .testimonial-author strong {
  color: #06152a;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.testimonials-section .testimonials-grid .testimonial-card .testimonial-author span {
  color: #6f746f;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-top: 7px;
}
.testimonials-section .testimonials-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.testimonials-section .testimonials-cta a {
  border: 1px solid #06152a;
  color: #06152a;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  padding: 17px 28px;
  text-decoration: none;
  text-transform: uppercase;
}
.testimonials-section .testimonials-cta a:hover, .testimonials-section .testimonials-cta a:focus {
  background: #06152a;
  color: #fff;
}

.lead-capture-section {
  background: rgba(6, 21, 42, 0.5);
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .lead-capture-section {
    padding: 80px 0;
  }
}
.lead-capture-section .lead-capture-wrapper {
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}
@media (max-width: 991.98px) {
  .lead-capture-section .lead-capture-wrapper {
    gap: 44px;
    grid-template-columns: 1fr;
  }
}
.lead-capture-section .lead-capture-wrapper .lead-capture-content .section-eyebrow {
  color: #c8a24a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.6px;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-content h2 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .lead-capture-section .lead-capture-wrapper .lead-capture-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 575.98px) {
  .lead-capture-section .lead-capture-wrapper .lead-capture-content h2 {
    font-size: 34px;
  }
}
.lead-capture-section .lead-capture-wrapper .lead-capture-content p {
  color: rgba(247, 245, 240, 0.76);
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.75;
  margin: 0;
  max-width: 620px;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-content .lead-capture-options {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 42px;
}
@media (max-width: 575.98px) {
  .lead-capture-section .lead-capture-wrapper .lead-capture-content .lead-capture-options {
    grid-template-columns: 1fr;
  }
}
.lead-capture-section .lead-capture-wrapper .lead-capture-content .lead-capture-options div {
  border: 1px solid rgba(222, 217, 206, 0.18);
  padding: 24px;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-content .lead-capture-options div strong {
  color: #c8a24a;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-content .lead-capture-options div span {
  color: rgba(247, 245, 240, 0.76);
  display: block;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.6;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form {
  background: rgba(247, 245, 240, 0.98);
  border: 1px solid rgba(222, 217, 206, 0.4);
  padding: 42px;
}
@media (max-width: 575.98px) {
  .lead-capture-section .lead-capture-wrapper .lead-capture-form {
    padding: 28px 22px;
  }
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575.98px) {
  .lead-capture-section .lead-capture-wrapper .lead-capture-form .form-row {
    grid-template-columns: 1fr;
  }
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-group {
  margin-bottom: 20px;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-group label {
  color: #06152a;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-group input,
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-group select,
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-group textarea {
  background: #fff;
  border: 1px solid #ded9ce;
  color: #06152a;
  font-family: Arial, sans-serif;
  font-size: 15px;
  outline: none;
  padding: 15px 16px;
  width: 100%;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-group input:focus,
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-group select:focus,
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-group textarea:focus {
  border-color: #c8a24a;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-group textarea {
  resize: vertical;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-consent {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin: 4px 0 24px;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-consent input {
  margin-top: 4px;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form .form-consent span {
  color: #1a2433;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form button {
  background: #c8a24a;
  border: 1px solid #c8a24a;
  color: #06152a;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  min-height: 58px;
  padding: 0 30px;
  text-transform: uppercase;
  width: 100%;
}
.lead-capture-section .lead-capture-wrapper .lead-capture-form button:hover, .lead-capture-section .lead-capture-wrapper .lead-capture-form button:focus {
  background: #e0c273;
  border-color: #e0c273;
}