.elementor-77 .elementor-element.elementor-element-7769bc3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-df373ff *//* RVIX Contact Page */

:root {
  --fpv-dark: #141811;
  --fpv-green: #5b6240;
  --fpv-green-2: #40472e;
  --fpv-bg: #e3e1d9;
  --fpv-bg-2: #d9d7ce;
  --fpv-card: #efeee8;
  --fpv-border: #b8b5aa;
  --fpv-text: #191a16;
  --fpv-muted: #66665d;
  --fpv-white: #ffffff;
}

.fpv-contact-page,
.fpv-contact-page * {
  box-sizing: border-box;
}

.fpv-contact-page a {
  text-decoration: none !important;
}

.fpv-contact-container {
  width: min(1300px, calc(100% - 80px));
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.fpv-contact-hero,
.fpv-contact-section,
.fpv-contact-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: var(--fpv-text);
}

.fpv-contact-hero {
  padding: 76px 0 54px;
  background: var(--fpv-bg);
}

.fpv-contact-section {
  padding: 56px 0 72px;
  background: var(--fpv-bg-2);
}

.fpv-contact-cta {
  padding: 56px 0;
  background: var(--fpv-bg);
}

.fpv-contact-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--fpv-green-2);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fpv-contact-hero h1 {
  max-width: 820px;
  margin: 0 0 20px;
  color: var(--fpv-text);
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: 0.98;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.035em;
}

.fpv-contact-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--fpv-muted);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.fpv-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: start;
}

.fpv-contact-main {
  display: grid;
  gap: 22px;
}

.fpv-contact-block {
  padding: 34px;
  background: var(--fpv-card);
  border: 1px solid var(--fpv-border);
}

.fpv-contact-block h2,
.fpv-contact-cta h2 {
  margin: 0 0 16px;
  color: var(--fpv-text);
  font-size: clamp(28px, 2.5vw, 40px);
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.fpv-contact-block p,
.fpv-contact-cta p {
  max-width: 820px;
  margin: 0 0 14px;
  color: var(--fpv-muted);
  font-size: 16px;
  line-height: 1.62;
  font-weight: 600;
}

.fpv-contact-block p:last-child {
  margin-bottom: 0;
}

.fpv-contact-block ul {
  margin: 18px 0 0;
  padding-left: 22px;
  color: var(--fpv-muted);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}

.fpv-contact-block li {
  margin-bottom: 8px;
}

.fpv-contact-block li:last-child {
  margin-bottom: 0;
}

/* Contact list */

.fpv-contact-list {
  display: grid;
  gap: 14px;
}

.fpv-contact-item {
  display: block;
  padding: 22px;
  background: #d9d7ce;
  border: 1px solid var(--fpv-border);
  color: var(--fpv-text) !important;
  transition: 0.18s ease;
}

.fpv-contact-item:hover {
  border-color: var(--fpv-green);
  background: #d2d0c7;
}

.fpv-contact-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--fpv-green-2);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fpv-contact-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--fpv-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 950;
}

.fpv-contact-item small {
  display: block;
  color: var(--fpv-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

/* Sidebar */

.fpv-contact-side {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 16px;
}

.fpv-contact-side-card {
  padding: 26px;
  background: var(--fpv-card);
  border: 1px solid var(--fpv-border);
}

.fpv-contact-side-card h3 {
  margin: 0 0 10px;
  color: var(--fpv-text);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 950;
  text-transform: uppercase;
}

.fpv-contact-side-card p {
  margin: 0;
  color: var(--fpv-muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
}

.fpv-contact-side-card .fpv-contact-btn {
  margin-top: 18px;
}

/* CTA */

.fpv-contact-cta__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: 38px;
  background: var(--fpv-card);
  border: 1px solid var(--fpv-border);
}

/* Button */

.fpv-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 24px;
  border: 1px solid var(--fpv-green);
  background: var(--fpv-green);
  color: var(--fpv-white) !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.18s ease;
}

.fpv-contact-btn:hover {
  background: var(--fpv-green-2);
  border-color: var(--fpv-green-2);
  color: var(--fpv-white) !important;
}

/* Tablet */

@media (max-width: 1024px) {
  .fpv-contact-container {
    width: min(100% - 44px, 1300px);
  }

  .fpv-contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .fpv-contact-side {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }

  .fpv-contact-cta__box {
    grid-template-columns: 1fr;
  }

  .fpv-contact-cta__box .fpv-contact-btn {
    width: fit-content;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .fpv-contact-container {
    width: min(100% - 24px, 1300px);
  }

  .fpv-contact-hero {
    padding: 48px 0 38px;
  }

  .fpv-contact-section,
  .fpv-contact-cta {
    padding: 42px 0;
  }

  .fpv-contact-hero h1 {
    font-size: 38px;
    line-height: 1;
  }

  .fpv-contact-hero p,
  .fpv-contact-block p,
  .fpv-contact-block ul,
  .fpv-contact-cta p {
    font-size: 15px;
  }

  .fpv-contact-block,
  .fpv-contact-cta__box {
    padding: 22px;
  }

  .fpv-contact-block h2,
  .fpv-contact-cta h2 {
    font-size: 27px;
  }

  .fpv-contact-side {
    grid-template-columns: 1fr;
  }

  .fpv-contact-item strong {
    font-size: 19px;
  }

  .fpv-contact-btn,
  .fpv-contact-cta__box .fpv-contact-btn {
    width: 100%;
  }
}/* End custom CSS */