/* MOLITER CONTACT V5 */
body.moliter-contact-v5-page {
  background: #fff;
}

.mc5-hero {
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(230,0,18,.36), transparent 31%),
    linear-gradient(120deg,#07090c 0%,#11141a 56%,#4b000b 100%);
}

.mc5-hero__inner {
  display: flex;
  min-height: 330px;
  padding-top: 72px;
  padding-bottom: 62px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.mc5-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #e60012;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.mc5-eyebrow::before {
  width: 30px;
  height: 2px;
  content: "";
  background: #e60012;
}

.mc5-hero h1 {
  max-width: 840px;
  margin: 15px 0 18px;
  color: #fff;
  font-size: clamp(44px,5vw,70px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  text-transform: none;
}

.mc5-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-size: 16px;
  line-height: 1.75;
}

.mc5-breadcrumb,
.mc5-breadcrumb a {
  color: rgba(255,255,255,.62);
  font-size: 13px;
  text-decoration: none;
}

.mc5-contact-summary,
.mc5-quote-section {
  padding: 90px 0;
}

.mc5-contact-summary {
  background: #fff;
}

.mc5-quote-section {
  background: #f5f6f8;
}

.mc5-section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.mc5-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mc5-section-heading--center .mc5-eyebrow {
  justify-content: center;
}

.mc5-section-heading h2 {
  margin: 14px 0 13px;
  color: #12151a;
  font-size: clamp(36px,3.7vw,54px);
  line-height: 1.1;
  letter-spacing: -1.4px;
  text-transform: none;
}

.mc5-section-heading p {
  margin: 0;
  color: #6b717b;
  font-size: 15px;
  line-height: 1.75;
}

.mc5-info-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}

.mc5-info-grid article {
  min-height: 210px;
  padding: 34px 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e5e9;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(12,16,24,.07);
}

.mc5-info-icon {
  display: flex;
  width: 54px;
  height: 54px;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
  color: #e60012;
  background: rgba(230,0,18,.08);
  border-radius: 50%;
}

.mc5-info-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.mc5-info-grid article > span {
  display: block;
  margin-bottom: 9px;
  color: #878d96;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mc5-info-grid a,
.mc5-info-grid p {
  margin: 0;
  color: #20242a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  text-decoration: none;
}

.mc5-info-grid a:hover {
  color: #e60012;
}

.mc5-follow {
  padding-top: 72px;
}

.mc5-follow .mc5-section-heading {
  margin-bottom: 28px;
}

.mc5-follow .mc5-section-heading h2 {
  font-size: 34px;
}

.mc5-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.mc5-social-row a {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #171a20;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(12,16,24,.12);
  transition: transform .2s ease, background .2s ease;
}

.mc5-social-row a:hover {
  background: #e60012;
  transform: translateY(-4px);
}

.mc5-social-row svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.mc5-quote-grid {
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  gap: 30px;
  align-items: stretch;
}

.mc5-form-card,
.mc5-map-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e3e7;
  border-radius: 9px;
  box-shadow: 0 18px 48px rgba(12,16,24,.09);
}

.mc5-form-card {
  padding: 36px;
}

.mc5-form-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 17px;
}

.mc5-form-grid label {
  display: block;
}

.mc5-form-grid label > span {
  display: block;
  margin-bottom: 7px;
  color: #353a42;
  font-size: 12px;
  font-weight: 750;
}

.mc5-form-grid input,
.mc5-form-grid textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px;
  color: #22262c;
  background: #f7f8f9;
  border: 1px solid #dfe2e6;
  border-radius: 4px;
  outline: none;
  font: inherit;
}

.mc5-form-grid input {
  min-height: 49px;
}

.mc5-form-grid textarea {
  resize: vertical;
}

.mc5-form-grid input:focus,
.mc5-form-grid textarea:focus {
  background: #fff;
  border-color: #e60012;
  box-shadow: 0 0 0 3px rgba(230,0,18,.08);
}

.mc5-form-full {
  grid-column: 1/-1;
}

.mc5-submit {
  display: inline-flex;
  min-height: 50px;
  margin-top: 22px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e60012;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.mc5-submit b {
  margin-left: 12px;
}

.mc5-submit:hover {
  background: #bd0010;
}

.mc5-map-card {
  display: flex;
  min-height: 590px;
  flex-direction: column;
}

.mc5-map-card iframe {
  display: block;
  width: 100%;
  min-height: 390px;
  flex: 1 1 auto;
  border: 0;
}

.mc5-map-note {
  padding: 24px 26px 27px;
  background: #11141a;
}

.mc5-map-note > span {
  color: #e60012;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 1.3px;
}

.mc5-map-note h3 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-transform: none;
}

.mc5-map-note p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.7;
}

.mc5-map-note a {
  display: inline-flex;
  margin-top: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.mc5-map-note a:hover {
  color: #e60012;
}

@media (max-width: 991px) {
  .mc5-hero__inner {
    min-height: 290px;
    align-items: flex-start;
    flex-direction: column;
  }

  .mc5-info-grid,
  .mc5-quote-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mc5-contact-summary,
  .mc5-quote-section {
    padding: 68px 0;
  }

  .mc5-form-card {
    padding: 26px 21px;
  }

  .mc5-form-grid {
    grid-template-columns: 1fr;
  }

  .mc5-form-full {
    grid-column: auto;
  }

  .mc5-map-card {
    min-height: 520px;
  }
}
