/* Reference-inspired half-text / half-visual heroes for the seven solution pages. */
.um-live-hero {
  position: relative;
  display: flex !important;
  width: 100% !important;
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
  align-items: stretch !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden;
  isolation: isolate;
  color: #101828;
  background:
    radial-gradient(circle at 42% 50%, rgba(171, 181, 197, .28), transparent 29%),
    linear-gradient(105deg, #fcfcfd 0%, #f4f5f7 43%, #e7eaf0 51%, #dce1e8 57%);
}

.um-live-hero > .um-hero-bg-art {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block !important;
  width: 54%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: ellipse(92% 122% at 100% 50%);
  opacity: 1;
}

.um-live-hero > .um-hero-overlay {
  display: none !important;
}

.um-live-hero > .shell {
  position: relative;
  z-index: 3;
  display: flex !important;
  width: min(1440px, calc(100% - 120px));
  min-height: 100% !important;
  align-items: center;
  margin: auto;
}

.um-live-hero .um-hero-content {
  display: flex;
  width: min(720px, 54%);
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.um-live-hero .breadcrumbs {
  display: none !important;
}

.um-live-hero .um-hero-badge {
  align-self: flex-start;
  margin: 0 0 18px;
  padding: 9px 30px 9px 22px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #ff6800;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.um-live-hero .um-hero-title {
  max-width: 720px;
  margin: 0;
  color: #111827;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(34px, 3vw, 44px) !important;
  font-weight: 900;
  line-height: 1.08 !important;
  letter-spacing: -.045em;
  text-align: left;
  text-transform: none !important;
  white-space: nowrap;
}

.um-live-hero-private .um-hero-title,
.um-live-hero-sdwan .um-hero-title,
.um-live-hero-merchant .um-hero-title {
  font-size: clamp(31px, 2.65vw, 40px) !important;
}

.um-live-hero-merchant .um-hero-badge {
  padding: 11px 24px 11px 18px;
  font-size: 13px;
}

.um-live-hero-dia .um-hero-badge {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 25px;
  font-style: italic;
  letter-spacing: 0;
}

.um-live-hero .um-hero-subtitle {
  display: none !important;
}

.um-live-hero-cta {
  align-self: flex-start;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 22px;
  padding: 0 30px;
  border-radius: 999px;
  color: #fff !important;
  background: #ff6800;
  box-shadow: 0 10px 24px rgba(255, 104, 0, .24);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.um-live-hero-cta:hover {
  color: #fff !important;
  background: #e85f00;
  box-shadow: 0 12px 28px rgba(255, 104, 0, .32);
  transform: translateY(-1px);
}

.um-live-hero-cta:focus-visible {
  outline: 3px solid rgba(255, 104, 0, .32);
  outline-offset: 3px;
}

@media (min-width: 901px) {
  .um-live-hero::before,
  .um-live-hero::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    width: clamp(520px, 44vw, 760px);
    height: 190%;
    border-radius: 50%;
    pointer-events: none;
    opacity: .2;
    background: repeating-radial-gradient(
      ellipse at center,
      transparent 0 15px,
      rgba(255, 104, 0, .72) 16px 17px,
      transparent 18px 29px
    );
  }

  .um-live-hero::before {
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-mask-image: linear-gradient(to right, #000 0 62%, transparent 100%);
    mask-image: linear-gradient(to right, #000 0 62%, transparent 100%);
  }

  .um-live-hero::after {
    right: 0;
    transform: translate(50%, -50%);
    -webkit-mask-image: linear-gradient(to left, #000 0 62%, transparent 100%);
    mask-image: linear-gradient(to left, #000 0 62%, transparent 100%);
  }

  .um-live-hero > .um-hero-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block !important;
    pointer-events: none;
    background: none;
  }

  .um-live-hero > .um-hero-overlay::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    width: clamp(520px, 38vw, 700px);
    height: 180%;
    border-radius: 50%;
    opacity: .14;
    transform: translate(-50%, -50%);
    background: repeating-radial-gradient(
      ellipse at center,
      transparent 0 18px,
      rgba(255, 104, 0, .68) 19px 20px,
      transparent 21px 34px
    );
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 82%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 18%, #000 82%, transparent 100%);
  }
}

@media (max-width: 1100px) {
  .um-live-hero > .um-hero-bg-art {
    width: 54%;
  }

  .um-live-hero .um-hero-content {
    width: 54%;
  }
}

@media (max-width: 1000px) {
  .um-live-hero .um-hero-title {
    max-width: 100%;
    text-wrap: balance;
    white-space: normal;
  }

  .um-live-hero .um-hero-title br {
    display: none;
  }
}

@media (max-width: 900px) {
  .um-live-hero {
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
    color: #101828;
    background:
      radial-gradient(circle at 12% 28%, rgba(255, 255, 255, .98), transparent 35%),
      linear-gradient(155deg, #ffffff 0%, #f4f6fa 57%, #e9edf4 100%);
  }

  .um-live-hero > .um-hero-bg-art {
    top: auto;
    right: auto;
    bottom: -1px;
    left: -10%;
    width: 120%;
    height: 48%;
    object-position: center;
    clip-path: ellipse(67% 100% at 50% 100%);
    opacity: 1;
  }

  .um-live-hero > .um-hero-overlay {
    display: none !important;
  }

  .um-live-hero > .shell {
    width: min(100% - 48px, 1240px);
    align-items: flex-start;
  }

  .um-live-hero .um-hero-content {
    position: relative;
    z-index: 4;
    width: min(100%, 640px);
    min-height: auto;
    padding: 46px 0 0 !important;
  }

  .um-live-hero .breadcrumbs {
    display: none;
  }

  .um-live-hero .um-hero-badge {
    margin-bottom: 18px;
    padding: 11px 25px;
    border-radius: 999px;
    clip-path: none;
    font-size: clamp(11px, 3.1vw, 14px);
    letter-spacing: .025em;
  }

  .um-live-hero .um-hero-title {
    max-width: 100%;
    margin-bottom: clamp(16px, 3.8vw, 24px);
    font-size: clamp(34px, 6vw, 46px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.055em;
    text-wrap: balance;
  }

  .um-live-hero-cta {
    min-height: 52px;
    margin-top: 22px;
    padding: 0 28px;
    font-size: 15px;
  }

  .um-live-hero-p2p > .um-hero-bg-art,
  .um-live-hero-private > .um-hero-bg-art,
  .um-live-hero-sdwan > .um-hero-bg-art,
  .um-live-hero-iot > .um-hero-bg-art {
    object-position: 58% center;
  }

  .um-live-hero-wifi > .um-hero-bg-art,
  .um-live-hero-merchant > .um-hero-bg-art {
    object-position: 64% center;
  }
}

@media (max-width: 768px) {
  .um-live-hero {
    display: flex !important;
    width: 100% !important;
    height: 340px !important;
    min-height: 340px !important;
    max-height: 340px !important;
    aspect-ratio: auto;
    isolation: isolate;
    background:
      radial-gradient(circle at 50% 22%, rgba(255, 255, 255, .98), transparent 42%),
      linear-gradient(145deg, #f8f8f9 0%, #e4e5e8 54%, #cfd2d7 100%);
  }

  .um-live-hero::before,
  .um-live-hero::after {
    content: "";
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    pointer-events: none;
    top: 50%;
    width: 112%;
    height: 122%;
    opacity: .4;
    background: repeating-radial-gradient(
      ellipse at center,
      transparent 0 8px,
      rgba(255, 104, 0, .72) 9px 10px,
      transparent 11px 17px
    );
  }

  .um-live-hero::before {
    left: -68%;
    transform: translateY(-50%);
  }

  .um-live-hero::after {
    right: -68%;
    transform: translateY(-50%);
  }

  .um-live-hero > .um-hero-bg-art {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 52%;
    object-fit: cover;
    clip-path: none;
    filter: none;
    transform: none;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .58) 18%, #000 48%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .58) 18%, #000 48%, #000 100%);
  }

  .um-live-hero > .um-hero-overlay {
    display: none !important;
  }

  .um-live-hero > .shell {
    position: relative;
    z-index: 4;
    display: flex !important;
    width: 100% !important;
    height: 100%;
    min-height: 100% !important;
    box-sizing: border-box;
    align-items: stretch;
    justify-content: stretch;
    margin: 0;
    padding: 0 clamp(20px, 5.5vw, 34px);
  }

  .um-live-hero .um-hero-content {
    position: relative;
    align-items: center;
    justify-content: initial;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: 560px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
  }

  .um-live-hero .um-hero-badge {
    position: absolute;
    top: 4px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-height: 36px;
    margin: 0;
    padding: 0 21px;
    border-radius: 0;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
    font-size: clamp(11px, 3vw, 13px);
    line-height: 1;
    transform: translateX(-50%);
  }

  .um-live-hero-dia .um-hero-badge {
    min-height: 38px;
    padding: 0 22px;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0;
  }

  .um-live-hero .um-hero-title {
    position: absolute;
    z-index: 5;
    top: 44px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 82px;
    min-height: 82px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #07142d !important;
    font-size: clamp(25px, 7.8vw, 31px) !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .72);
    text-wrap: balance;
    white-space: normal;
    transform: none !important;
  }

  .um-live-hero .um-hero-title br {
    display: inline !important;
  }

  .um-live-hero-private .um-hero-title,
  .um-live-hero-sdwan .um-hero-title,
  .um-live-hero-merchant .um-hero-title {
    font-size: clamp(20px, 6.1vw, 24px) !important;
    line-height: 1.02 !important;
  }

  .um-live-hero-iot .um-hero-title {
    font-size: clamp(21px, 6vw, 24px) !important;
    line-height: 1.02 !important;
  }

  .um-live-hero .um-hero-subtitle {
    position: absolute;
    z-index: 5;
    top: 130px;
    right: 4%;
    left: 4%;
    display: flex !important;
    width: auto;
    height: 32px;
    max-width: none;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: visible;
    color: #344054;
    font-size: clamp(11px, 3vw, 12.5px);
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .9);
  }

  .um-live-hero-cta {
    position: absolute;
    top: 203px;
    left: 50%;
    align-self: center;
    min-height: 42px;
    margin: 0;
    padding: 0 22px;
    font-size: 13px;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .um-live-hero-cta:hover {
    transform: translateX(-50%) translateY(-1px);
  }

  .um-live-hero-p2p > .um-hero-bg-art,
  .um-live-hero-private > .um-hero-bg-art,
  .um-live-hero-sdwan > .um-hero-bg-art,
  .um-live-hero-iot > .um-hero-bg-art {
    object-position: 58% center;
  }

  .um-live-hero-wifi > .um-hero-bg-art,
  .um-live-hero-merchant > .um-hero-bg-art {
    object-position: 64% center;
  }
}

@media (max-width: 480px) {
  .um-live-hero .um-hero-title {
    font-size: clamp(25px, 7.8vw, 31px) !important;
  }

  .um-live-hero-private .um-hero-title,
  .um-live-hero-sdwan .um-hero-title,
  .um-live-hero-merchant .um-hero-title {
    font-size: clamp(20px, 6.1vw, 24px) !important;
  }

  .um-live-hero-iot .um-hero-title {
    font-size: clamp(21px, 6vw, 24px) !important;
  }

  .um-live-hero .um-hero-subtitle {
    max-width: none;
  }

  .um-live-hero-cta {
    min-height: 42px;
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .um-live-hero-cta {
    transition: none;
  }
}
