#cloud-relay-page sup {
  top: -1rem;
  font-size: 16px;
}
#cloud-relay-page .dark-blue {
  color: #0050A5 !important;
}
#cloud-relay-page p {
  color: #ffffff;
}
#cloud-relay-page .mpu5-table {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  #cloud-relay-page .mpu5-table {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#cloud-relay-page .mpu5-table__3 .implementations-table {
  width: 100%;
  border-radius: 0;
  border: 1px solid #ffffff;
  overflow: hidden;
  font-family: Arial, sans-serif;
  color: white;
  /* Header Styling */
  /* Three-Column Layout */
  /* Grouped Row Styling */
}
#cloud-relay-page .mpu5-table__3 .implementations-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
#cloud-relay-page .mpu5-table__3 .implementations-table .row:nth-child(odd) {
  background-color: transparent;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .row:nth-child(even) {
  background-color: rgba(55, 55, 55, 0.5);
}
#cloud-relay-page .mpu5-table__3 .implementations-table .row.table-header {
  font-size: 18px;
  font-weight: bold;
  background-color: #0050A5;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: uppercase;
  margin-top: 0;
  /* Grouped Row Styling */
}
#cloud-relay-page .mpu5-table__3 .implementations-table .row.table-header .row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .row.table-header .row-group .row {
  border-left: 1px solid #ffffff;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .text-1 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  padding: 0 1rem;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .text {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  text-align: left;
  font-size: 18px;
  padding: 0 1rem;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .arrow {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  text-align: center;
  padding: 0 1rem;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .code {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding: 0 1rem;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .row-group .row {
  border-left: 1px solid #ffffff;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .main-row .text-1 {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; /* Stretches the product name over the grouped rows */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: unset;
}
#cloud-relay-page .mpu5-table__3 .implementations-table .row-group .row {
  background-color: rgba(255, 255, 255, 0.1); /* Ensuring rows remain in the same style */
}
#cloud-relay-page .mpu5-table .box-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 3rem;
}
@media (max-width: 992px) {
  #cloud-relay-page .mpu5-table .box-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cloud-relay-page .mpu5-table #implementations-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 1.5rem 3rem;
  /* General Table Styling */
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table {
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  color: white;
  /* Category Row */
  /* Regular Rows */
  /* Three-Column Layout */
  /* Arrow Column - Now closer to the right */
  /* Code Column */
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .category {
  background-color: rgba(255, 255, 255, 0.2); /* Slight Transparency */
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.1); /* Adjust Opacity */
  /* Alternating Background Opacity */
  /* Header Styling */
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .row:nth-child(odd) {
  background-color: transparent;
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .row:nth-child(even) {
  background-color: rgba(55, 55, 55, 0.5);
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .row.table-header {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  background-color: #0050A5; /* Blue Header */
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 0px 15px;
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .text-1 {
  font-family: "Avenir LT W01_35 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.45px;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  text-align: left;
  overflow: hidden;
  padding: 0 1rem;
  text-wrap: wrap;
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .text-1.bold {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .text {
  font-family: "Avenir LT W01_35 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.45px;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  text-align: left;
  overflow: hidden;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  #cloud-relay-page .mpu5-table #implementations-tab .implementations-table .text {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .text.bold {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 576px) {
  #cloud-relay-page .mpu5-table #implementations-tab .implementations-table .text {
    white-space: nowrap; /* Prevents multi-line wrapping */
  }
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .arrow {
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2; /* Smaller width */
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  opacity: 1;
  padding: 0 1rem;
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table .code {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  white-space: nowrap; /* Ensures numbers stay on one line */
  padding: 0 1rem;
}
#cloud-relay-page .mpu5-table #implementations-tab .implementations-table a.code {
  padding: 0;
}
#cloud-relay-page .mpu5-table .box-3 {
  background-color: rgba(0, 80, 165, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#cloud-relay-page .mpu5-table .box-3 .box-3-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 3rem;
}
@media (max-width: 992px) {
  #cloud-relay-page .mpu5-table .box-3 .box-3-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cloud-relay-page .mpu5-table .box-3 .box-3-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 3rem;
}
@media (max-width: 992px) {
  #cloud-relay-page .mpu5-table .box-3 .box-3-bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cloud-relay-page .mpu5-table .box-3 .block-caption {
  text-align: end;
}
@media (max-width: 992px) {
  #cloud-relay-page .mpu5-table .box-3 .block-caption {
    text-align: center;
  }
}
#cloud-relay-page .iframe-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: calc(1.25% + 187px);
  padding-bottom: 100px;
}
#cloud-relay-page .iframe-wrapper__mpu5-over {
  background-image: url("../images/mpu5/1_Background.jpg") !important;
  background-position: center;
}
#cloud-relay-page .iframe-wrapper__mpu5-over .flex-ctn__over-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#cloud-relay-page .iframe-wrapper__mpu5-over .flex-ctn .over-top {
  padding-right: 35px;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 58px;
  line-height: 62px;
  font-weight: 700;
}
#cloud-relay-page .iframe-wrapper__mpu5-over .flex-ctn .block-caption {
  color: #373737;
  max-width: 425px;
  margin-top: 4rem;
  margin-bottom: 12rem;
}
#cloud-relay-page .iframe-wrapper__mpu5-over .flex-ctn .block-caption__over-top {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1rem;
  padding-right: 35px;
  color: #ffffff;
}
#cloud-relay-page .iframe-wrapper__mpu5-over .flex-ctn .cta-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cloud-relay-page .iframe-wrapper__mpu5-capabilities {
  background-image: url("../images/mpu5/capabilities/1_background.jpg") !important;
  background-position: center;
}
#cloud-relay-page .iframe-wrapper__mpu5-capabilities .flex-ctn__over-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#cloud-relay-page .iframe-wrapper__mpu5-capabilities .flex-ctn .over-top {
  padding-right: 35px;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 58px;
  line-height: 62px;
  font-weight: 700;
}
#cloud-relay-page .iframe-wrapper__mpu5-capabilities .flex-ctn .block-caption {
  color: #373737;
  margin-top: 4rem;
  margin-bottom: 12rem;
}
#cloud-relay-page .iframe-wrapper__mpu5-capabilities .flex-ctn .block-caption__over-top {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1rem;
  padding-right: 35px;
  color: #ffffff;
}
#cloud-relay-page .iframe-wrapper__mpu5-capabilities .flex-ctn .cta-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 5rem;
}
#cloud-relay-page .iframe-wrapper .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cloud-relay-page .iframe-wrapper .button-group a:hover {
  text-decoration: none;
}
#cloud-relay-page .iframe-wrapper .button-group .button-btn {
  max-width: 130px;
  text-wrap: wrap;
  background-color: #0050A5;
  color: #fff;
  padding: 1rem 1.2rem;
  width: 100%;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 992px) {
  #cloud-relay-page .iframe-wrapper .button-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
  }
}
@media (max-width: 575px) {
  #cloud-relay-page .iframe-wrapper .button-group {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#cloud-relay-page sup {
  top: -0.5rem;
}
#cloud-relay-page h1 sup {
  font-size: 24px;
  top: -0.5em !important;
}
#cloud-relay-page .pageTitleRight-mpu5 sup {
  top: -1rem;
}
#cloud-relay-page .pageTitleRight-mpu sup {
  top: -1rem;
}
#cloud-relay-page #solutions-overview-top.iframe-wrapper {
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  #cloud-relay-page br {
    display: none !important;
  }
}
#cloud-relay-page .flex-ctn .block-subtitle--right {
  margin-left: auto;
}

#maximize-situation {
  background-image: url("../images/mpu5/3_background.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 300px 0;
}
@media (max-width: 575px) {
  #maximize-situation {
    background-image: url("../images/mpu5/3_background.jpg") !important;
    background-size: cover;
    background-position: center;
  }
  #maximize-situation::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
#maximize-situation .iframe-wrapper-x {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  #maximize-situation .iframe-wrapper-x {
    display: none;
  }
}
#maximize-situation .iframe-wrapper-x iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500.78%;
  height: 125%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1900px) {
  #maximize-situation .iframe-wrapper-x iframe {
    /*height: 125%;*/
    height: 105%;
    top: 45%;
  }
}
@media (min-width: 2000px) {
  #maximize-situation .iframe-wrapper-x iframe {
    /*height: 150%;*/
    height: 100%;
    top: 40%;
  }
}
@media (min-width: 2250px) {
  #maximize-situation .iframe-wrapper-x iframe {
    top: 35%;
  }
}
@media (min-width: 1680px) {
  #maximize-situation .iframe-wrapper-x {
    display: block;
  }
}
#maximize-situation .iframe-wrapper-x.secondary {
  display: none;
}
@media (max-width: 575px) {
  #maximize-situation .iframe-wrapper-x.secondary {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1679px) {
  #maximize-situation .iframe-wrapper-x.secondary {
    display: block;
  }
}
#maximize-situation .container {
  position: relative;
  z-index: 1; /* Ensures content appears above video */
}
#maximize-situation .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #maximize-situation .flex-ctn .block-subtitle {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
  }
}

#carry-less {
  background-image: url("../images/mpu5/4_background.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  #carry-less {
    background-position: 30%;
  }
}
#carry-less .flex-ctn .block-title {
  margin-top: 0;
  max-width: 100%;
}
#carry-less .flex-ctn .block-subtitle {
  font-size: 27px;
  line-height: 29px;
}
#carry-less .flex-ctn .block-caption {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
#carry-less .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
  max-width: 550px;
  margin-left: auto;
}
@media (max-width: 575px) {
  #carry-less .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (min-width: 576px) {
  #carry-less .block-logos {
    padding-right: 35px;
  }
}
#carry-less .block-logos .logo-w {
  width: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #carry-less .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}

#track-situation {
  background-image: url("../images/mpu5/5_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
}
#track-situation .flex-ctn .block-title {
  max-width: 515px;
  margin: 0;
}
#track-situation .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#track-situation .flex-ctn .block-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  #track-situation .flex-ctn .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  #track-situation .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#track-situation .flex-ctn .block-logos .logo-w {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (min-width: 575px) {
  #track-situation .flex-ctn .block-logos .logo-w .diagram__2 {
    max-width: 415px;
  }
}

#stay-connected {
  background-image: url("../images/mpu5/6_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 150px;
}
@media (max-width: 768px) {
  #stay-connected {
    background-position: 30%;
  }
}
#stay-connected .flex-ctn .block-title {
  margin-top: 0;
  max-width: 100%;
}
#stay-connected .flex-ctn .block-subtitle {
  font-size: 27px;
  line-height: 29px;
}
#stay-connected .flex-ctn .block-caption {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
#stay-connected .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
}
@media (max-width: 575px) {
  #stay-connected .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (min-width: 576px) {
  #stay-connected .block-logos {
    padding-right: 35px;
  }
}
#stay-connected .block-logos .logo-w {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #stay-connected .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}

#rugged-designs {
  background-image: url("../images/mpu5/7_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
}
#rugged-designs .flex-ctn .block-title {
  max-width: 515px;
  margin: 0;
}
#rugged-designs .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#rugged-designs .flex-ctn .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  #rugged-designs .flex-ctn .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  #rugged-designs .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#rugged-designs .flex-ctn .block-logos .logo-w {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #rugged-designs .flex-ctn .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}

#radio-computer {
  background-image: url("../images/mpu5/capabilities/2_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
}
#radio-computer .flex-ctn .block-title {
  max-width: 515px;
  margin: 0;
}
#radio-computer .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#radio-computer .flex-ctn .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
  max-width: 450px;
}
@media (max-width: 992px) {
  #radio-computer .flex-ctn .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  #radio-computer .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#radio-computer .flex-ctn .block-logos .logo-w {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #radio-computer .flex-ctn .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}

#radio-video_below {
  background-image: url("../images/mpu5/capabilities/3_background.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 350px 0;
}
@media (max-width: 575px) {
  #radio-video_below {
    background-image: url("../images/mpu5/capabilities/3_background.jpg") !important;
    background-size: cover;
    background-position: center;
  }
  #radio-video_below::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
#radio-video_below .iframe-wrapper-x {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  #radio-video_below .iframe-wrapper-x {
    display: none;
  }
}
#radio-video_below .iframe-wrapper-x iframe {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*@media (min-width: 1900px) {
    !*height: 125%;*!
    height: 105%;
    top: 45%;
  }

  @media (min-width: 2000px) {
    !*height: 150%;*!
    height: 100%;
    top: 40%;
  }

  @media (min-width: 2250px) {
    top: 25%;
  }*/
}
@media (min-width: 1680px) {
  #radio-video_below .iframe-wrapper-x {
    display: block;
  }
}
#radio-video_below .iframe-wrapper-x.secondary {
  display: none;
}
#radio-video_below .iframe-wrapper-x.secondary iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500.78%;
  height: 125%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1900px) {
  #radio-video_below .iframe-wrapper-x.secondary iframe {
    /*height: 125%;*/
    height: 105%;
    top: 45%;
  }
}
@media (min-width: 2000px) {
  #radio-video_below .iframe-wrapper-x.secondary iframe {
    /*height: 150%;*/
    height: 100%;
    top: 40%;
  }
}
@media (min-width: 2250px) {
  #radio-video_below .iframe-wrapper-x.secondary iframe {
    top: 35%;
  }
}
@media (max-width: 575px) {
  #radio-video_below .iframe-wrapper-x.secondary {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1679px) {
  #radio-video_below .iframe-wrapper-x.secondary {
    display: block;
  }
}
#radio-video_below .container {
  position: relative;
  z-index: 1; /* Ensures content appears above video */
}
#radio-video_below .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #radio-video_below .flex-ctn .block-subtitle {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
  }
}

#continuous-connectivity {
  background-image: url("../images/mpu5/capabilities/4_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  #continuous-connectivity {
    background-position: 30%;
  }
}
#continuous-connectivity .flex-ctn .block-title {
  margin-top: 0;
  max-width: 100%;
}
#continuous-connectivity .flex-ctn .block-subtitle {
  font-size: 27px;
  line-height: 29px;
}
#continuous-connectivity .flex-ctn .block-caption {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
#continuous-connectivity .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 5rem;
  max-width: 445px;
  margin-left: auto;
  padding-right: 35px;
}
#peer-to-peer {
  background-image: url("../images/mpu5/capabilities/5_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 125px 0;
}

#persistent-engineered {
  background-image: url("../images/mpu5/capabilities/6_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
}
#persistent-engineered .flex-ctn .block-title {
  max-width: 100%;
  margin: 0;
}
#persistent-engineered .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#persistent-engineered .flex-ctn .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
  max-width: 450px;
}
@media (max-width: 992px) {
  #persistent-engineered .flex-ctn .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  #persistent-engineered .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#persistent-engineered .flex-ctn .block-logos .logo-w {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #persistent-engineered .flex-ctn .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}

#go-radios {
  background-image: url("../images/mpu5/capabilities/7_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  #go-radios {
    background-position: 30%;
  }
}
#go-radios .flex-ctn .block-title {
  margin-top: 0;
  max-width: 100%;
}
#go-radios .flex-ctn .block-subtitle {
  font-size: 27px;
  line-height: 29px;
}
#go-radios .flex-ctn .block-caption {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
#go-radios .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
  max-width: 500px;
  margin-left: auto;
}
@media (max-width: 575px) {
  #go-radios .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (min-width: 576px) {
  #go-radios .block-logos {
    padding-right: 35px;
  }
}
#go-radios .block-logos .logo-w {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #go-radios .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}

#intelligent-roip {
  background-image: url("../images/mpu5/capabilities/8_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
}
#intelligent-roip .flex-ctn .block-title {
  max-width: 100%;
  margin: 0;
  text-transform: none;
}
#intelligent-roip .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#intelligent-roip .flex-ctn .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
  max-width: 515px;
}
@media (max-width: 992px) {
  #intelligent-roip .flex-ctn .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  #intelligent-roip .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#intelligent-roip .flex-ctn .block-logos .logo-w {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #intelligent-roip .flex-ctn .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}

#reliable-voice {
  background-image: url("../images/mpu5/capabilities/9_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  #reliable-voice {
    background-position: 30%;
  }
}
#reliable-voice .flex-ctn .block-title {
  margin-top: 0;
  max-width: 100%;
}
#reliable-voice .flex-ctn .block-subtitle {
  font-size: 27px;
  line-height: 29px;
}
#reliable-voice .flex-ctn .block-caption {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
#reliable-voice .flex-ctn .block-caption--right {
  margin-left: auto;
}
#reliable-voice .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
  margin-left: auto;
}
@media (max-width: 575px) {
  #reliable-voice .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (min-width: 576px) {
  #reliable-voice .block-logos {
    padding-right: 35px;
  }
}
#reliable-voice .block-logos .logo-w {
  width: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #reliable-voice .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}

#streaming-hd {
  background-image: url("../images/mpu5/capabilities/10_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
}
#streaming-hd .flex-ctn .block-title {
  max-width: 515px;
  margin: 0;
}
#streaming-hd .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#streaming-hd .flex-ctn .block-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 575px) {
  #streaming-hd .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  #streaming-hd .flex-ctn .diagram {
    max-height: 500px;
  }
}

#streaming-hd_video {
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(235,235,235,1) 80%);*/
}
#streaming-hd_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(235,235,235,1) 80%);
  mix-blend-mode: multiply;*/
}
@media (max-width: 575px) {
  #streaming-hd_video {
    background-image: url("../images/mpu5/capabilities/10_background.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media (min-width: 991px) {
  #streaming-hd_video .bump {
    margin-top: 6rem;
  }
}
#streaming-hd_video .flex-ctn .block-title {
  max-width: 515px;
  margin: 0;
}
#streaming-hd_video .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#streaming-hd_video .flex-ctn .block-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 575px) {
  #streaming-hd_video .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#streaming-hd_video .flex-ctn .block-logos .logo-w {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #streaming-hd_video .flex-ctn .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}
#streaming-hd_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#streaming-hd_video .iframe-wrapper-x {
  background-image: url("../images/mpu5/capabilities/10_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  #streaming-hd_video .iframe-wrapper-x {
    display: none;
  }
}
#streaming-hd_video .iframe-wrapper-x iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500.78%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1900px) {
  #streaming-hd_video .iframe-wrapper-x iframe {
    height: 125%;
  }
}
@media (min-width: 2400px) {
  #streaming-hd_video .iframe-wrapper-x iframe {
    height: 150%;
  }
}

.lity-container #mpu5-contact .carousel .carousel-inner .item.slides.active {
  max-width: 34%;
  margin: 6rem 5% 0 auto;
  max-height: 500px;
  background: white;
  margin-bottom: 4rem;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.5), 0 6px 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.5), 0 6px 6px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 1400px) {
  .lity-container #mpu5-contact .carousel .carousel-inner .item.slides.active {
    margin-right: 5%;
    max-width: 25%;
    max-height: 650px;
  }
}
@media (min-width: 1700px) {
  .lity-container #mpu5-contact .carousel .carousel-inner .item.slides.active {
    margin-top: 10%;
    max-height: 500px;
  }
}
@media (max-width: 1200px) {
  .lity-container #mpu5-contact .carousel .carousel-inner .item.slides.active {
    max-width: 42.5%;
    max-height: 650px;
  }
}
@media (max-width: 767px) {
  .lity-container #mpu5-contact .carousel .carousel-inner .item.slides.active {
    margin: auto;
    max-width: 85%;
    max-height: 100%;
  }
}

#mpu5-page iframe {
  display: block;
  padding: 0;
  margin: 0;
}
#mpu5-page .flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mpu5-page .mbottom {
  margin-bottom: 12px;
}
#mpu5-page h1 {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 58px;
  line-height: 61px;
  color: white;
  font-weight: 700;
}
@media (max-width: 576px) {
  #mpu5-page h1 {
    font-size: 42px;
    line-height: 45px;
  }
}
#mpu5-page h1 sup {
  top: -5em;
}
#mpu5-page h1.hero-title {
  font-size: 45px;
  font-family: "Avenir LT W01_85 Heavy";
  font-weight: 800;
  line-height: 46px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  color: #FFFFFF;
  text-transform: uppercase;
}
#mpu5-page h1.hero-title sup {
  font-size: 16px;
  top: -0.9em;
}
#mpu5-page h1.hero-title.whitetext {
  color: white;
}
#mpu5-page h1.hero-title__uav {
  color: #0050A5;
}
#mpu5-page h1.hero-title__uav-body {
  font-size: 27px;
  line-height: 30px;
  color: #0050A5;
  text-transform: none;
}
@media (max-width: 575px) {
  #mpu5-page h1.hero-title__uav-body {
    font-size: 22px;
  }
}
#mpu5-page h1.hero-title.sub-hero-title {
  font-family: "Avenir LT W01_85 Heavy";
  font-weight: normal;
  color: #373737;
  line-height: 48px;
}
#mpu5-page h1.hero-title__uav-small-bod {
  font-size: 16px;
  margin: 30px 0px 20px 0px;
}
#mpu5-page h3.body-title {
  position: relative;
  font-size: 17px;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 7px;
  color: #0050A5;
}
#mpu5-page h3.body-title__tile {
  background-color: #0050A5;
  text-align: center;
  padding: 5px 7px;
  width: 200px;
  color: #FFFFFF;
}
#mpu5-page h3.body-title__tile-ugv {
  width: 100px;
}
#mpu5-page h3.body-title__tile-2 {
  background-color: #0050A5;
  text-align: center;
  padding: 5px 7px;
  width: 150px;
  color: #FFFFFF;
}
#mpu5-page h3.body-title__tile-3 {
  background-color: #0050A5;
  padding: 5px 7px;
  color: #FFFFFF;
  width: 250px;
  text-align: left;
}
#mpu5-page .diagraph_text {
  font-size: 24px;
  color: #ffffff;
}
@media (max-width: 992px) {
  #mpu5-page .diagraph_text {
    font-size: 15px;
  }
}
#mpu5-page .diagraph_text__right {
  text-align: right;
}
#mpu5-page .component-link {
  color: white;
  text-decoration: none;
}
#mpu5-page .block-title {
  font-family: "Avenir LT W01_85 Heavy";
  font-size: 36px;
  letter-spacing: 0;
  line-height: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: rgba(0, 80, 165, 0.6) none repeat scroll 0% 0%;
  padding: 35px;
  max-width: 460px;
  margin: 100px 0 35px;
}
#mpu5-page .block-title__right {
  text-align: right;
  margin: unset !important;
  margin-left: auto !important;
}
#mpu5-page .block-title__right__fade {
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 80, 165, 0)), color-stop(50%, rgba(0, 80, 165, 0.6))) !important;
  background: linear-gradient(90deg, rgba(0, 80, 165, 0) 35%, rgba(0, 80, 165, 0.6) 50%) !important;
}
#mpu5-page .block-title-noborder {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 43px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
#mpu5-page .block-title-noborder__right {
  text-align: right;
  margin-left: auto;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #mpu5-page .block-title-noborder {
    font-size: 37px;
  }
}
#mpu5-page .border-header {
  border: 1px solid white;
  padding: 15px;
  font-size: 18px;
  max-width: 647px;
  color: white;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  #mpu5-page .border-header {
    max-width: 100%;
  }
}
#mpu5-page .border-header__comp {
  border: unset;
  padding: unset;
  position: relative;
  margin-bottom: 4rem;
}
#mpu5-page .border-header__comp::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid white;
}
#mpu5-page .picture-label {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: white;
}
#mpu5-page .infra-text {
  font-family: "Avenir LT W01_85 Heavy";
  font-size: 26px;
  line-height: 30px;
  color: white;
}
#mpu5-page .component-number {
  font-size: 59px;
  color: white;
  font-family: "Avenir LT W01_85 Heavy";
  line-height: 65px;
  margin-right: 1rem;
  position: relative;
}
@media (max-width: 992px) {
  #mpu5-page .component-number {
    font-size: 14px;
    line-height: 23px;
  }
  #mpu5-page .component-number::after {
    bottom: -5px;
  }
}
#mpu5-page .vertical-line {
  width: 2px;
  height: 60px;
  background-color: white;
  margin: 0 1rem;
}
#mpu5-page .component-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  #mpu5-page .component-info {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mpu5-page .component-info::after {
    content: "";
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
  }
}
#mpu5-page .component-info__3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  #mpu5-page .component-info__3 {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
#mpu5-page .component-info .component-text {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  color: #ffffff;
  position: relative;
}
#mpu5-page .component-info .component-text::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: white;
  position: absolute;
  left: -3rem;
  top: 0;
}
@media (max-width: 991px) {
  #mpu5-page .component-info .component-text::before {
    width: 0;
  }
}
#mpu5-page .component-info .component-text__2::before {
  left: -2rem;
}
#mpu5-page .component-info .component-text__3::before {
  left: -1.5rem;
}
#mpu5-page .component-info .component-text__4::before {
  left: -2rem;
}
#mpu5-page .component-info .component-text h3 {
  font-family: "Avenir LT W01_85 Heavy";
  font-size: 22px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: unset;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  #mpu5-page .component-info .component-text h3 {
    font-size: 11px;
    line-height: 12px;
  }
}
#mpu5-page .component-info .component-text span {
  font-size: 12px;
}
@media (max-width: 991px) {
  #mpu5-page .component-info .component-text span {
    font-size: 9px;
  }
}
@media (max-width: 991px) {
  #mpu5-page .component-info .component-text {
    height: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #mpu5-page .component-info h2 {
    margin-top: 0;
  }
}
#mpu5-page .bump {
  margin-top: 6rem;
}
#mpu5-page .flex-ctn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
#mpu5-page .flex-ctn .cta-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 35px;
}
@media (max-width: 575px) {
  #mpu5-page .flex-ctn .cta-group {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
#mpu5-page .flex-ctn .cta-group--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#mpu5-page .flex-ctn .block-group {
  padding-left: 0px;
}
#mpu5-page .flex-ctn .block-group--right {
  margin-left: auto;
}
#mpu5-page .flex-ctn .block-title {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  background: rgba(0, 80, 165, 0.6) none repeat scroll 0% 0%;
  padding: 35px;
  max-width: 460px;
  margin: 0;
}
#mpu5-page .flex-ctn .block-title--right {
  text-align: right;
  margin-left: auto;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #mpu5-page .flex-ctn .block-title {
    font-size: 26px;
    line-height: 30px;
    padding: 25px;
  }
}
#mpu5-page .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_85 Heavy";
  font-size: 30px;
  line-height: 34px;
  color: white;
  text-transform: uppercase;
  padding-left: 35px;
  padding-bottom: 35px;
  font-weight: 500;
}
#mpu5-page .flex-ctn .block-subtitle--right {
  text-align: right;
  padding-right: 35px;
}
#mpu5-page .flex-ctn .block-caption {
  font-size: 18px;
  font-family: "Avenir LT W01_35 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
  color: white;
  padding-left: 35px;
}
#mpu5-page .flex-ctn .block-caption--right {
  text-align: right;
  padding-right: 35px;
}
#mpu5-page .flex-ctn .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 576px) {
  #mpu5-page .flex-ctn .block-logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: unset;
  }
}
#mpu5-page .flex-ctn .block-logos__flags {
  padding-top: 2.5rem;
  padding-left: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mpu5-page .flex-ctn .block-logos__flags .diagram {
  margin: 0 1.5rem;
}
#mpu5-page .flex-ctn .block-logos__multi-flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5rem;
  padding-left: unset;
}
#mpu5-page .flex-ctn .block-logos__multi-flags .diagram {
  margin: 2rem 0;
}
#mpu5-page .flex-ctn .block-logos__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #mpu5-page .flex-ctn .block-logos__products {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  #mpu5-page .flex-ctn .block-logos__products::before {
    content: "";
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: white;
    z-index: 1;
  }
}
#mpu5-page .flex-ctn .block-logos__products img {
  z-index: 2;
}
@media (max-width: 992px) {
  #mpu5-page .flex-ctn .block-logos__products img {
    margin: 3rem 0;
  }
}
#mpu5-page .icon-group {
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  #mpu5-page .icon-group .diagram {
    margin-right: 5rem;
  }
}
#mpu5-page .iframe-wrapper {
  background-image: url("../images/cloud-relay/cloud-relay-top.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: calc(1.25% + 187px);
  padding-bottom: 100px;
}
#mpu5-page .iframe-wrapper__oper {
  background-image: url("../images/cloud-relay/cloud-relay-oper-top.jpg");
}
@media (max-width: 575px) {
  #mpu5-page .iframe-wrapper__oper {
    background-image: url("../images/cloud-relay/cloud-relay-oper-top-mobile.svg");
    background-position: 53% center;
  }
}
#mpu5-page .iframe-wrapper__arch {
  background-image: url("../images/cloud-relay/cloud-relay-arch-top.jpg");
  background-position: top;
}
#mpu5-page .iframe-wrapper .c-1 {
  margin-top: 5rem;
}
#mpu5-page .iframe-wrapper .c-2 {
  margin-top: 20rem;
}
#mpu5-page .iframe-wrapper .flex-ctn .block-subtitle {
  padding-left: 0;
}
#mpu5-page .iframe-wrapper .flex-ctn .block-caption {
  padding-left: 0;
}
#mpu5-page #secure-solutions {
  background-image: url("../images/mpu5/design/1_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  padding-top: 10%;
  margin-top: -187px;
}
@media (max-width: 576px) {
  #mpu5-page #secure-solutions {
    padding-top: 23%;
  }
}
#mpu5-page #secure-solutions .iframe-wrapper-x {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x {
    display: none;
  }
}
#mpu5-page #secure-solutions .iframe-wrapper-x iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500.78%;
  height: 105%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1900px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x iframe {
    /*height: 125%;*/
    height: 105%;
    top: 45%;
  }
}
@media (min-width: 2000px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x iframe {
    /*height: 150%;*/
    height: 100%;
    top: 50%;
  }
}
@media (min-width: 2250px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x iframe {
    top: 45%;
  }
}
@media (min-width: 1680px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x {
    display: none;
  }
}
#mpu5-page #secure-solutions .iframe-wrapper-x.secondary {
  display: block;
}
@media (max-width: 575px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x.secondary {
    display: none;
  }
}
@media (max-width: 1400px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x.secondary iframe {
    left: 60%;
  }
}
@media (min-width: 1401px) and (max-width: 1679px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x.secondary iframe {
    left: 55%;
  }
}
@media (min-width: 576px) and (max-width: 1679px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x.secondary {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  #mpu5-page #secure-solutions .iframe-wrapper-x.secondary iframe {
    left: 75%;
  }
}
#mpu5-page #secure-solutions .container {
  position: relative;
  z-index: 1; /* Ensures content appears above video */
}
#mpu5-page #secure-solutions .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#mpu5-page #secure-solutions .button-group a:hover {
  text-decoration: none;
}
#mpu5-page #secure-solutions .button-group .button-btn {
  width: 130px !important;
  text-wrap: wrap;
  background-color: #0050A5;
  color: #fff;
  padding: 1rem 1.5rem;
  width: 100%;
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  #mpu5-page #secure-solutions .button-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
  }
}
@media (max-width: 575px) {
  #mpu5-page #secure-solutions .button-group {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

#interchangeable-frequency {
  background-image: url("../images/mpu5/design/2_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
}
#interchangeable-frequency .flex-ctn .block-title {
  max-width: 100%;
  margin: 0;
}
#interchangeable-frequency .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#interchangeable-frequency .flex-ctn .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  #interchangeable-frequency .flex-ctn .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  #interchangeable-frequency .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  #interchangeable-frequency .flex-ctn .diagram {
    max-height: 500px;
  }
}

#operational-extreme {
  background-image: url("../images/mpu5/design/3_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 0;
}
@media (max-width: 768px) {
  #operational-extreme {
    background-position: 30%;
  }
}
#operational-extreme .flex-ctn .block-title {
  margin-top: 0;
  max-width: 100%;
}
#operational-extreme .flex-ctn .block-subtitle {
  font-size: 27px;
  line-height: 29px;
}
#operational-extreme .flex-ctn .block-caption {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
#operational-extreme .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 5rem;
  max-width: 445px;
  margin-left: auto;
  padding-right: 35px;
}
#multifunctional-connectors {
  background-image: url("../images/mpu5/design/4_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 150px 0;
}
#multifunctional-connectors .flex-ctn .block-title {
  max-width: 100%;
  margin: 0;
}
#multifunctional-connectors .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#multifunctional-connectors .flex-ctn .block-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  #multifunctional-connectors .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 575px) {
  #multifunctional-connectors .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#multifunctional-connectors .flex-ctn .block-logos .logo-w {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  #multifunctional-connectors .flex-ctn .block-logos .logo-w .diagram {
    max-height: 500px;
  }
}

#human-factor {
  background-image: url("../images/mpu5/design/5_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0;
}
@media (max-width: 768px) {
  #human-factor {
    background-position: 30%;
  }
}
#human-factor .flex-ctn .block-title {
  margin-top: 0;
  max-width: 100%;
}
#human-factor .flex-ctn .block-subtitle {
  font-size: 27px;
  line-height: 29px;
}
#human-factor .flex-ctn .block-caption {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
#human-factor .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 5rem;
  max-width: 445px;
  margin-left: auto;
  padding-right: 35px;
}
#power-accomplish {
  background-image: url("../images/mpu5/design/6_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 150px 0;
}
#power-accomplish .flex-ctn .block-title {
  max-width: 100%;
  margin: 0;
}
#power-accomplish .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#power-accomplish .flex-ctn .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  #power-accomplish .flex-ctn .block-logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 575px) {
  #power-accomplish .flex-ctn .block-logos {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  #power-accomplish .flex-ctn .diagram {
    max-height: 500px;
  }
}

#power-accomplish-video {
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 250px 0 300px;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(235,235,235,1) 80%);*/
}
#power-accomplish-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(235,235,235,1) 80%);
  mix-blend-mode: multiply;*/
}
@media (max-width: 575px) {
  #power-accomplish-video {
    background-image: url("../images/mpu5/design/6_background.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0;
  }
}
@media (min-width: 991px) {
  #power-accomplish-video .bump {
    margin-top: 6rem;
  }
}
#power-accomplish-video .flex-ctn .block-title {
  width: 500px;
  margin-top: 0;
}
#power-accomplish-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#power-accomplish-video .iframe-wrapper-x {
  background-image: url("../images/mpu5/design/6_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  #power-accomplish-video .iframe-wrapper-x {
    display: none;
  }
}
#power-accomplish-video .iframe-wrapper-x iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500.78%;
  height: 105%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1900px) {
  #power-accomplish-video .iframe-wrapper-x iframe {
    height: 125%;
  }
}
@media (min-width: 2400px) {
  #power-accomplish-video .iframe-wrapper-x iframe {
    height: 150%;
  }
}

#design-mounted {
  background-image: url("../images/mpu5/design/7_background.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 150px 0;
}
@media (max-width: 768px) {
  #design-mounted {
    background-position: 30%;
  }
}
#design-mounted .flex-ctn .block-title {
  margin-top: 0;
  max-width: 100%;
}
#design-mounted .flex-ctn .block-subtitle {
  font-size: 27px;
  line-height: 29px;
}
#design-mounted .flex-ctn .block-caption {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
#design-mounted .block-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 5rem;
  max-width: 445px;
  margin-left: auto;
  padding-right: 35px;
}
.button-pagelink {
  padding: 1rem 1.5rem;
  background-color: #0050A5;
  color: white;
}
.button-pagelink:hover {
  background-color: white;
  color: #0050A5;
  text-decoration: none;
}

.button-text {
  font-size: 16px;
  line-height: 18px;
  font-family: "Avenir LT W01_85 Heavy";
  text-decoration: none;
}

h1.spec-header-title {
  font-size: 45px !important;
  line-height: 61px !important;
  color: #0050A5 !important;
}
h1.spec-header-title sup {
  top: -1.5rem !important;
  font-size: 25px !important;
}

.next-panel {
  margin-bottom: 35px;
}
.next-panel .mpu5-capabilities {
  margin-top: 35px;
  background-image: url("../images/mpu5/8_Next.jpg");
  position: relative;
}
@media (max-width: 991px) {
  .next-panel .mpu5-capabilities::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.next-panel .mpu5-capabilities .np-text {
  background: unset;
}
.next-panel .mpu5-design {
  margin-top: 35px;
  background-image: url("../images/mpu5/capabilities/10_Next.jpg");
  position: relative;
}
@media (max-width: 991px) {
  .next-panel .mpu5-design::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.next-panel .mpu5-design .np-text {
  background: unset;
}
.next-panel .mpu5-specs {
  margin-top: 35px;
  background-image: url("../images/mpu5/design/8_Next.jpg");
  position: relative;
}
@media (max-width: 991px) {
  .next-panel .mpu5-specs::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.next-panel .mpu5-specs .np-text {
  background: unset;
}
@media (max-width: 992px) {
  .next-panel .np-text {
    width: 100%;
  }
}

.text-medium {
  font-weight: 600;
}

.dgram--xl {
  display: none;
}
@media (min-width: 1200px) {
  .dgram--xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dgram--mobile {
  display: none;
}
@media (max-width: 1200px) {
  .dgram--mobile {
    display: block;
  }
}