.btn-wc-cases-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4375rem;
  padding: 0.875rem 2rem;
  border: 0;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--wc-text);
  background: var(--wc-gold);
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn-wc-cases-all:hover,
.btn-wc-cases-all:focus-visible {
  color: var(--wc-text);
  background: #f4c257;
  transform: translateY(-1px);
}

.wc-contact-form-errors {
  margin: 0;
  padding: 0.75rem 1rem;
  list-style: none;
  font-size: 0.875rem;
  color: #b42318;
  background: #fef3f2;
  border: 1px solid #fecdca;
}

.wc-brand-strip {
  background: #0a121e;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wc-brand-strip .wc-shell {
  container-type: inline-size;
  container-name: brandstrip;
}

.wc-brand-caption-br {
  display: none;
}

@container brandstrip (min-width: 1181px) {
  .wc-brand-caption-br {
    display: block;
  }
}

.wc-brand-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.wc-brand-icons {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  flex-shrink: 0;
}

.wc-brand-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.625rem;
  flex-shrink: 0;
}

.wc-brand-chip:nth-child(3) {
  width: 5rem;
}

.wc-brand-chip:last-child {
  width: 8.125rem;
}

.wc-brand-chip img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.wc-brand-caption {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  flex: 1;
}

@container brandstrip (max-width: 1180px) {
  .wc-brand-container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
  }

  .wc-brand-caption {
    flex: none;
    width: 100%;
    max-width: min(100%, max(42rem, 82cqi));
    margin-inline: auto;
    text-align: center;
  }

  .wc-brand-icons {
    flex: none;
    width: min(100%, 75%);
    max-width: 75%;
    margin-inline: auto;
  }
}

.wc-contact-body .wc-contact-breadcrumb {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
}

.wc-contact-body .wc-contact-breadcrumb a {
  color: #999;
  text-decoration: none;
}

.wc-contact-body .wc-contact-breadcrumb a:hover,
.wc-contact-body .wc-contact-breadcrumb a:focus-visible {
  text-decoration: underline;
}

.wc-contact-body .wc-contact-breadcrumb span {
  color: var(--wc-gold);
  text-decoration: underline;
  font-weight: 500;
}

.wc-contact-body .wc-contact-page-main {
  background: #fff;
}

.wc-contact-body .wc-contact-page {
  padding: clamp(4rem, 6vw, 6rem) 0 6.125rem;
}

.wc-contact-body .wc-contact-intro {
  max-width: 32.625rem;
}

.wc-contact-body .wc-contact-page-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.75rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 0.9;
  color: #212529;
}

.wc-contact-body .wc-contact-page-subtitle {
  margin: 4.95rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.75rem, 2.6vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: #011020;
}

.wc-contact-body .wc-contact-page-copy {
  margin: 0.75rem 0 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #6c757d;
}

@media (max-width: 767.98px) {
  .wc-contact-body p:not(.wc-contact-breadcrumb):not(.wc-form-note) {
    font-size: 0.875rem !important;
  }
}

.wc-contact-body .wc-contact-detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.wc-contact-body .wc-contact-detail {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  max-width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #212529;
  text-decoration: none;
}

.wc-contact-body .wc-contact-detail:hover,
.wc-contact-body .wc-contact-detail:focus-visible {
  color: #212529;
  text-decoration: none;
}

.wc-contact-body .wc-contact-detail:hover span:last-child,
.wc-contact-body .wc-contact-detail:focus-visible span:last-child {
  text-decoration: underline;
}

.wc-contact-body .wc-contact-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6875rem;
  height: 2.6875rem;
  flex: 0 0 2.6875rem;
  border-radius: 50%;
  background: #edb644;
}

.wc-contact-body .wc-contact-detail-icon img {
  width: 1.3rem;
  height: 1.3rem;
  object-fit: contain;
}

.wc-contact-body .wc-hero-form-card {
  border: 0;
  border-radius: 0.25rem;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.wc-contact-body .wc-hero-form-card .card-body {
  padding: 2rem 3.125rem 1.5rem;
}

.wc-contact-body .wc-form-card h3,
.wc-contact-body .wc-hero-form-card h3 {
  margin: 0 0 1.9rem;
  font-family: "Inter", var(--wc-font-display, "Inter"), sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
  color: #011020;
  text-transform: none;
}

.wc-contact-body .wc-hero-form {
  gap: 1.25rem !important;
}

.wc-contact-body .wc-hero-form > * {
  margin-bottom: 0;
}

.wc-contact-body .wc-hero-form .wc-hero-submit {
  margin-top: 1rem;
}

.wc-contact-body .wc-hero-form .wc-form-note {
  margin-top: 0;
}

.wc-contact-body .wc-hero-form .form-control {
  height: 3.25rem;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0.9375rem 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.83125rem;
  line-height: 1.5;
  color: #212529;
  box-shadow: none;
}

.wc-contact-body .wc-hero-form textarea.form-control {
  min-height: 7rem;
  height: 7rem;
  resize: none;
  padding-top: 0.9375rem;
}

.wc-contact-body .wc-hero-form .form-control::placeholder {
  color: #757575;
  opacity: 1;
}

.wc-contact-body .wc-hero-form .wc-hero-submit {
  min-height: 3.4375rem;
  width: 100%;
  font-size: 0.83125rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #011020;
}

.wc-contact-body .wc-hero-form .wc-form-note {
  margin-top: -0.125rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #777;
}

.wc-contact-body .wc-hero-form .wc-form-note a {
  color: #edb644;
  text-decoration: none;
}

.wc-contact-body .wc-contact-map-wrap {
  margin-top: 2.2rem;
}

@media (min-width: 992px) {
  .wc-contact-body .wc-contact-page {
    padding-bottom: 4.6rem;
  }

  .wc-contact-body .wc-contact-map-wrap {
    margin-top: 3.3rem;
  }
}

.wc-contact-body .wc-contact-map-frame {
  display: block;
  width: 100%;
  height: 25rem;
  border: 0;
}

@media (max-width: 991.98px) {
  .wc-contact-body .wc-contact-page {
    padding: 4rem 0;
  }

  .wc-contact-body .wc-hero-form-card {
    margin-top: 2.55rem;
    margin-bottom: 2.55rem;
  }

  .wc-contact-body .wc-contact-breadcrumb {
    display: none;
  }

  .wc-contact-body .wc-contact-page-subtitle {
    margin-top: 2.5rem;
  }

  .wc-contact-body .wc-hero-form-card .card-body {
    padding: 1.5rem;
  }

  .wc-brand-strip .wc-brand-chip {
    width: 4.75rem;
  }

  .wc-brand-strip .wc-brand-chip:nth-child(3) {
    width: 4.25rem;
  }

  .wc-brand-strip .wc-brand-chip:last-child {
    width: 7rem;
  }
}

@media (max-width: 575.98px) {
  .wc-contact-body .wc-contact-page-title {
    font-size: 2.35rem;
  }

  .wc-contact-body .wc-contact-page-subtitle {
    margin-top: 1.5rem;
    font-size: 1.65rem;
  }

  .wc-contact-body .wc-contact-detail {
    width: 100%;
  }

  .wc-contact-body .wc-contact-map-frame {
    height: 18rem;
  }
}
