/* Start custom CSS for html, class: .elementor-element-4a4ae35 */.vw-page-hero {
  width: 100%;
  padding: 58px 20px 46px;
  background: #f5f5f3;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.vw-page-hero-inner {
  max-width: 820px;
  margin: 0 auto;
}

.vw-page-hero p {
  margin: 0 0 12px;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.vw-page-hero h1 {
  margin: 0;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 88px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.vw-about-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 24px;
}

.vw-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 48px;
  align-items: stretch;
}

.vw-about-copy span,
.vw-about-band span {
  display: block;
  margin-bottom: 14px;
  color: #666;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vw-about-copy h2,
.vw-about-band h2 {
  max-width: 720px;
  margin: 0 0 20px;
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.vw-about-copy p,
.vw-about-band p,
.vw-about-card p,
.vw-value p {
  color: #333;
  font-size: 14px;
  line-height: 1.75;
}

.vw-about-copy p {
  max-width: 680px;
  margin: 0 0 16px;
}

.vw-about-card {
  padding: 34px;
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vw-about-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.vw-about-card p {
  margin: 0;
  color: rgba(255,255,255,0.76);
}

.vw-about-band {
  background: #f5f5f3;
  padding: 70px 24px;
}

.vw-about-band > div {
  max-width: 1180px;
  margin: 0 auto;
}

.vw-about-band p {
  max-width: 650px;
  margin: 0;
}

.vw-values {
  max-width: 1180px;
  margin: 0 auto;
  padding: 66px 24px 80px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vw-value {
  padding-top: 24px;
  border-top: 1px solid #dcdcdc;
}

.vw-value h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vw-value p {
  margin: 0;
}

@media (max-width: 767px) {
  .vw-page-hero {
    padding: 44px 18px 34px;
  }

  .vw-about-section {
    padding: 48px 18px;
  }

  .vw-about-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vw-about-card {
    padding: 28px;
  }

  .vw-about-band {
    padding: 48px 18px;
  }

  .vw-values {
    grid-template-columns: 1fr;
    padding: 48px 18px 60px;
  }
}/* End custom CSS */