/* Welco GM homepage V2 Ã¢â‚¬â€ centered company video */
.wgm-v2-video {
  position: relative;
  padding: 78px 0 84px;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid #e5dcdc;
}

.wgm-v2-video__container {
  position: relative;
  z-index: 1;
}

.wgm-v2-video__heading {
  max-width: 1100px;
  margin: 0 auto 34px;
  text-align: center;
}

.wgm-v2-video__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--wgm-theme-navy, #12364f);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wgm-v2-video__heading h2 {
  margin: 0;
  color: var(--wgm-theme-navy, #12364f);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(32px, 3.35vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  white-space: nowrap;
}

.wgm-v2-video__heading h2::after {
  display: block;
  width: 52px;
  height: 3px;
  margin: 15px auto 0;
  content: "";
  background: var(--wgm-theme-accent, #ffc815);
}

.wgm-v2-video__heading p {
  max-width: 650px;
  margin: 17px auto 0;
  color: #52677a;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.wgm-v2-video__column {
  padding-right: 15px;
  padding-left: 15px;
}

.wgm-v2-video__frame {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ccd7de;
  border-radius: 12px;
  box-shadow: 0 22px 48px rgba(18, 54, 79, 0.15);
}

.wgm-v2-video__frame-header {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--wgm-theme-navy, #12364f);
  gap: 10px;
}

.wgm-v2-video__frame-mark {
  width: 9px;
  height: 9px;
  background: var(--wgm-theme-accent, #ffc815);
  border-radius: 50%;
}

.wgm-v2-video__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #101820;
  border-top: 3px solid var(--wgm-theme-accent, #ffc815);
}

.wgm-v2-video__embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .wgm-v2-video {
    padding: 52px 0 58px;
  }

  .wgm-v2-video__heading {
    margin-bottom: 25px;
  }

  .wgm-v2-video__heading p {
    font-size: 14px;
  }

  .wgm-v2-video__heading h2 {
    white-space: normal;
  }

  .wgm-v2-video__frame {
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(18, 54, 79, 0.14);
  }

  .wgm-v2-video__frame-header {
    min-height: 38px;
    padding: 0 13px;
    font-size: 11px;
  }
}
