#ptt-page sup {
  top: -1rem;
  font-size: 16px;
}
#ptt-page .flex-ctn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ptt-page .flex-ctn .cta-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 575px) {
  #ptt-page .flex-ctn .cta-group {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575px) {
  #ptt-page .flex-ctn .cta-group a {
    margin-bottom: 2rem;
  }
}
#ptt-page .flex-ctn .block-group {
  padding-left: 0px;
}
#ptt-page .flex-ctn .block-group--right {
  margin-left: auto;
}
#ptt-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: 100px 0 35px;
}
#ptt-page .flex-ctn .block-title--right {
  text-align: right;
  margin-left: auto;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #ptt-page .flex-ctn .block-title {
    font-size: 26px;
    line-height: 30px;
    padding: 25px;
  }
}
#ptt-page .flex-ctn .block-subtitle {
  font-family: "Avenir LT W01_85 Heavy";
  font-size: 30px;
  line-height: 34px;
  color: white;
  padding-bottom: 35px;
  font-weight: 500;
}
#ptt-page .flex-ctn .block-subtitle--right {
  text-align: right;
  padding-right: 35px;
}
#ptt-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;
}
#ptt-page .flex-ctn .block-caption--right {
  text-align: right;
  padding-right: 35px;
}
#ptt-page .dark-blue {
  color: #0050A5 !important;
}
#ptt-page .iframe-wrapper {
  background-image: url("../images/ptt/overview-hero.webp") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 187px !important;
  padding-bottom: 100px;
}
#ptt-page .iframe-wrapper .overview-title-sub {
  -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;
}
#ptt-page .iframe-wrapper_design {
  background-image: url("../images/ptt/design-hero.webp") !important;
  height: 1080px;
}
#ptt-page .iframe-wrapper__specs {
  background-image: url("../images/ptt/spec-hero.webp") !important;
  padding-bottom: 160px;
}
#ptt-page sup {
  top: -0.5rem;
}
#ptt-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: 46px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
#ptt-page h1 sup {
  font-size: 24px;
  top: -0.5em !important;
}
@media (max-width: 575px) {
  #ptt-page br {
    display: none !important;
  }
}
#ptt-page #talk-group {
  background: #000000;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
#ptt-page #talk-group .iframe-wrapper-x {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#ptt-page #talk-group .iframe-wrapper-x iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 125%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1900px) {
  #ptt-page #talk-group .iframe-wrapper-x iframe {
    /*height: 125%;*/
    height: 105%;
    top: 45%;
  }
}
@media (min-width: 2000px) {
  #ptt-page #talk-group .iframe-wrapper-x iframe {
    /*height: 150%;*/
    height: 100%;
    top: 40%;
  }
}
@media (min-width: 2250px) {
  #ptt-page #talk-group .iframe-wrapper-x iframe {
    top: 35%;
  }
}
#ptt-page #talk-group .container {
  position: relative;
  z-index: 1; /* Ensures content appears above video */
}
#ptt-page #talk-group .flex-ctn .block-subtitle {
  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: 700;
  text-transform: uppercase;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #ptt-page #talk-group .flex-ctn .block-subtitle {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
  }
}
#ptt-page #improved-situational-awareness {
  background-image: url("../images/ptt/overview-improved.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 575px) {
  #ptt-page #improved-situational-awareness {
    background-position: 75% center;
  }
  #ptt-page #improved-situational-awareness::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 991px) {
  #ptt-page #improved-situational-awareness .bump {
    margin-top: 22rem;
  }
}
#ptt-page #improved-situational-awareness .flex-ctn .block-title--right {
  margin-top: 0;
}
#ptt-page #mobile-ad-hoc-video {
  background-image: url("../images/ptt/mobile-ad-hock-screen.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) {
  #ptt-page #mobile-ad-hoc-video::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
#ptt-page #mobile-ad-hoc-video .iframe-wrapper-x {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  #ptt-page #mobile-ad-hoc-video .iframe-wrapper-x {
    display: none;
  }
}
#ptt-page #mobile-ad-hoc-video .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) {
  #ptt-page #mobile-ad-hoc-video .iframe-wrapper-x iframe {
    /*height: 125%;*/
    height: 105%;
    top: 45%;
  }
}
@media (min-width: 2000px) {
  #ptt-page #mobile-ad-hoc-video .iframe-wrapper-x iframe {
    /*height: 150%;*/
    height: 100%;
    top: 40%;
  }
}
@media (min-width: 2250px) {
  #ptt-page #mobile-ad-hoc-video .iframe-wrapper-x iframe {
    top: 35%;
  }
}
@media (min-width: 1680px) {
  #ptt-page #mobile-ad-hoc-video .iframe-wrapper-x {
    display: block;
  }
}
#ptt-page #mobile-ad-hoc-video .iframe-wrapper-x.secondary {
  display: none;
}
@media (max-width: 575px) {
  #ptt-page #mobile-ad-hoc-video .iframe-wrapper-x.secondary {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 1679px) {
  #ptt-page #mobile-ad-hoc-video .iframe-wrapper-x.secondary {
    display: block;
  }
}
#ptt-page #mobile-ad-hoc-video .container {
  position: relative;
  z-index: 1; /* Ensures content appears above video */
}
#ptt-page #mobile-ad-hoc-video .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) {
  #ptt-page #mobile-ad-hoc-video .flex-ctn .block-subtitle {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
  }
}
#ptt-page #radio_over_ip_multiplier {
  background-image: url("../images/ptt/overview-roip.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 575px) {
  #ptt-page #radio_over_ip_multiplier {
    background-position: right center;
  }
  #ptt-page #radio_over_ip_multiplier::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
#ptt-page #radio_over_ip_multiplier .flex-ctn {
  padding-top: unset;
  padding-bottom: unset;
}
#ptt-page #radio_over_ip_multiplier .flex-ctn .block-group {
  padding: 35px;
}
#ptt-page #radio_over_ip_multiplier .flex-ctn .block-title {
  max-width: 570px;
}
#ptt-page #radio_over_ip_multiplier .flex-ctn .block-subtitle {
  color: black;
  padding-left: unset;
}
#ptt-page #radio_over_ip_multiplier .flex-ctn .block-caption {
  color: #ffffff;
  padding-left: unset;
}
#ptt-page .next-panel .ptt-design {
  margin-top: 35px;
  background-image: url("../images/ptt/next-ptt-design.jpg");
  position: relative;
}
@media (max-width: 991px) {
  #ptt-page .next-panel .ptt-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);
  }
}
#ptt-page .next-panel .ptt-design .np-text {
  background: unset;
}
#ptt-page .next-panel .ptt-specs {
  margin-top: 35px;
  background-image: url("../images/ptt/next-ptt-specs.jpg");
  position: relative;
}
@media (max-width: 991px) {
  #ptt-page .next-panel .ptt-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);
  }
}
#ptt-page .next-panel .ptt-specs .np-text {
  background: unset;
}
#ptt-page #designed-extreme {
  background-image: url("../images/ptt/design-extreme.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 575px) {
  #ptt-page #designed-extreme {
    background-position: 75% center;
  }
  #ptt-page #designed-extreme::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 991px) {
  #ptt-page #designed-extreme .bump {
    margin-top: 22rem;
  }
}
#ptt-page #designed-extreme .flex-ctn .block-title--right {
  margin-top: 0;
}
#ptt-page #lightweight_for_lower_burden {
  background-image: url("../images/ptt/design-lightweight.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 575px) {
  #ptt-page #lightweight_for_lower_burden {
    background-position: right center;
  }
  #ptt-page #lightweight_for_lower_burden::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
#ptt-page #lightweight_for_lower_burden .flex-ctn {
  padding-top: unset;
  padding-bottom: unset;
}
#ptt-page #lightweight_for_lower_burden .flex-ctn .block-group {
  padding: 35px;
}
#ptt-page #lightweight_for_lower_burden .flex-ctn .block-title {
  max-width: 570px;
}
#ptt-page #lightweight_for_lower_burden .flex-ctn .block-subtitle {
  color: black;
  padding-left: unset;
}
#ptt-page #lightweight_for_lower_burden .flex-ctn .block-caption {
  color: #ffffff;
  padding-left: unset;
}
#ptt-page #headset_compatibility {
  background-image: url("../images/ptt/design-headset.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 575px) {
  #ptt-page #headset_compatibility {
    background-position: 75% center;
  }
  #ptt-page #headset_compatibility::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 991px) {
  #ptt-page #headset_compatibility .bump {
    margin-top: 22rem;
  }
}
#ptt-page #headset_compatibility .flex-ctn .block-title--right {
  margin-top: 0;
}
#ptt-page #ergonomic_user_friendly {
  background-image: url("../images/ptt/design-ergonomic.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 575px) {
  #ptt-page #ergonomic_user_friendly {
    background-position: right center;
  }
  #ptt-page #ergonomic_user_friendly::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
#ptt-page #ergonomic_user_friendly .flex-ctn {
  padding-top: unset;
  padding-bottom: unset;
}
#ptt-page #ergonomic_user_friendly .flex-ctn .block-group {
  padding: 35px;
}
#ptt-page #ergonomic_user_friendly .flex-ctn .block-title {
  max-width: 570px;
}
#ptt-page #ergonomic_user_friendly .flex-ctn .block-subtitle {
  color: black;
  padding-left: unset;
}
#ptt-page #ergonomic_user_friendly .flex-ctn .block-caption {
  color: #ffffff;
  padding-left: unset;
}
#ptt-page #mpu5-powered {
  background-image: url("../images/ptt/design-mpu5.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 575px) {
  #ptt-page #mpu5-powered {
    background-position: 75% center;
  }
  #ptt-page #mpu5-powered::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 991px) {
  #ptt-page #mpu5-powered .bump {
    margin-top: 22rem;
  }
}
#ptt-page #mpu5-powered .flex-ctn .block-title--right {
  margin-top: 0;
}
#ptt-page #integrated_audio_encoding {
  background-image: url("../images/ptt/design-integrated.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 575px) {
  #ptt-page #integrated_audio_encoding {
    background-position: right center;
  }
  #ptt-page #integrated_audio_encoding::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
#ptt-page #integrated_audio_encoding .flex-ctn {
  padding-top: unset;
  padding-bottom: unset;
}
#ptt-page #integrated_audio_encoding .flex-ctn .block-group {
  padding: 35px;
}
#ptt-page #integrated_audio_encoding .flex-ctn .block-title {
  max-width: 570px;
}
#ptt-page #integrated_audio_encoding .flex-ctn .block-subtitle {
  color: black;
  padding-left: unset;
}
#ptt-page #integrated_audio_encoding .flex-ctn .block-caption {
  color: #ffffff;
  padding-left: unset;
}
#ptt-page .ptt-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) {
  #ptt-page .ptt-table {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#ptt-page .ptt-table__3 .implementations-table {
  width: 100%;
  border-radius: 0;
  border: 1px solid #000000;
  overflow: hidden;
  font-family: Arial, sans-serif;
  color: #000000;
  /* Header Styling */
  /* Three-Column Layout */
  /* Grouped Row Styling */
}
#ptt-page .ptt-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);
}
#ptt-page .ptt-table__3 .implementations-table .row:nth-child(odd) {
  background-color: transparent;
}
#ptt-page .ptt-table__3 .implementations-table .row:nth-child(even) {
  background-color: rgba(163, 163, 163, 0.54);
}
#ptt-page .ptt-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 */
}
#ptt-page .ptt-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;
}
#ptt-page .ptt-table__3 .implementations-table .row.table-header .row-group .row {
  border-left: 1px solid #000000;
}
#ptt-page .ptt-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;
}
#ptt-page .ptt-table__3 .implementations-table .text {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  text-align: left;
  font-size: 18px;
  padding: 0 1rem;
}
#ptt-page .ptt-table__3 .implementations-table .arrow {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  text-align: center;
  padding: 0 1rem;
}
#ptt-page .ptt-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;
}
#ptt-page .ptt-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;
}
#ptt-page .ptt-table__3 .implementations-table .row-group .row {
  border-left: 1px solid #000000;
}
#ptt-page .ptt-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;
}
#ptt-page .ptt-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;
}
#ptt-page .ptt-table__3 .implementations-table .row-group .row {
  background-color: rgba(255, 255, 255, 0.1); /* Ensuring rows remain in the same style */
}
#ptt-page .ptt-table__3 .implementations-table-2 {
  width: 100%;
  border-radius: 0;
  border: 1px solid #000000;
  overflow: hidden;
  font-family: Arial, sans-serif;
  color: #000000;
  /* Header Styling */
  /* Three-Column Layout */
  /* Grouped Row Styling */
}
#ptt-page .ptt-table__3 .implementations-table-2 .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);
}
#ptt-page .ptt-table__3 .implementations-table-2 .row:nth-child(odd) {
  background-color: transparent;
}
#ptt-page .ptt-table__3 .implementations-table-2 .row:nth-child(even) {
  background-color: rgba(163, 163, 163, 0.54);
}
#ptt-page .ptt-table__3 .implementations-table-2 .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 */
}
#ptt-page .ptt-table__3 .implementations-table-2 .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;
}
#ptt-page .ptt-table__3 .implementations-table-2 .row.table-header .row-group .row {
  border-left: 1px solid #000000;
}
#ptt-page .ptt-table__3 .implementations-table-2 .text-1 {
  -webkit-box-flex: 2.5 !important;
      -ms-flex: 2.5 !important;
          flex: 2.5 !important;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  padding: 0 1rem;
}
#ptt-page .ptt-table__3 .implementations-table-2 .text {
  -webkit-box-flex: 2.5 !important;
      -ms-flex: 2.5 !important;
          flex: 2.5 !important;
  text-align: left;
  font-size: 18px;
  padding: 0 1rem;
}
#ptt-page .ptt-table__3 .implementations-table-2 .arrow {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  text-align: center;
  padding: 0 1rem;
}
#ptt-page .ptt-table__3 .implementations-table-2 .code {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  padding: 0 1rem;
}
#ptt-page .ptt-table__3 .implementations-table-2 .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;
}
#ptt-page .ptt-table__3 .implementations-table-2 .row-group .row {
  border-left: 1px solid #000000;
}
#ptt-page .ptt-table__3 .implementations-table-2 .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;
}
#ptt-page .ptt-table__3 .implementations-table-2 .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;
}
#ptt-page .ptt-table__3 .implementations-table-2 .row-group .row {
  background-color: rgba(255, 255, 255, 0.1); /* Ensuring rows remain in the same style */
}
#ptt-page .ptt-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 */
}
#ptt-page .ptt-table #implementations-tab .implementations-table, #ptt-page .ptt-table #implementations-tab .implementations-table-2, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile {
  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 */
}
#ptt-page .ptt-table #implementations-tab .implementations-table .category, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .category, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .category {
  background-color: rgba(255, 255, 255, 0.2); /* Slight Transparency */
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
}
#ptt-page .ptt-table #implementations-tab .implementations-table .row, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .row, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .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 */
}
#ptt-page .ptt-table #implementations-tab .implementations-table .row:nth-child(odd), #ptt-page .ptt-table #implementations-tab .implementations-table-2 .row:nth-child(odd), #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .row:nth-child(odd) {
  background-color: transparent;
}
#ptt-page .ptt-table #implementations-tab .implementations-table .row:nth-child(even), #ptt-page .ptt-table #implementations-tab .implementations-table-2 .row:nth-child(even), #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .row:nth-child(even) {
  background-color: rgba(163, 163, 163, 0.54);
}
#ptt-page .ptt-table #implementations-tab .implementations-table .row.table-header, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .row.table-header, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .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 #000000;
  padding: 0px 15px;
}
#ptt-page .ptt-table #implementations-tab .implementations-table .text-1, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .text-1, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .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: 5;
      -ms-flex: 5;
          flex: 5;
  text-align: left;
  overflow: hidden;
  padding: 0 1rem;
  text-wrap: wrap;
}
#ptt-page .ptt-table #implementations-tab .implementations-table .text-1.bold, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .text-1.bold, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .text-1.bold {
  font-family: "Avenir LT W01_95 Black1475556", "Avenir LT W01_95 Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
#ptt-page .ptt-table #implementations-tab .implementations-table .text, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .text, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .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;
  color: #000000;
}
#ptt-page .ptt-table #implementations-tab .implementations-table .text p, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .text p, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .text p {
  text-wrap: wrap;
}
@media (min-width: 576px) {
  #ptt-page .ptt-table #implementations-tab .implementations-table .text, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .text, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .text {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}
#ptt-page .ptt-table #implementations-tab .implementations-table .text.bold, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .text.bold, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .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) {
  #ptt-page .ptt-table #implementations-tab .implementations-table .text, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .text, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .text {
    white-space: nowrap; /* Prevents multi-line wrapping */
  }
}
#ptt-page .ptt-table #implementations-tab .implementations-table .arrow, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .arrow, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .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;
}
#ptt-page .ptt-table #implementations-tab .implementations-table .code, #ptt-page .ptt-table #implementations-tab .implementations-table-2 .code, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile .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;
}
#ptt-page .ptt-table #implementations-tab .implementations-table a.code, #ptt-page .ptt-table #implementations-tab .implementations-table-2 a.code, #ptt-page .ptt-table #implementations-tab .implementations-table-mobile a.code {
  padding: 0;
}
#ptt-page .ptt-table #implementations-tab .implementations-table {
  display: block;
}
#ptt-page .ptt-table #implementations-tab .implementations-table-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  #ptt-page .ptt-table #implementations-tab .implementations-table, #ptt-page .ptt-table #implementations-tab .implementations-table-2 {
    display: none;
  }
  #ptt-page .ptt-table #implementations-tab .implementations-table-mobile {
    display: block;
  }
}
#ptt-page .ptt-table #implementations-tab .implementations-table-mobile {
  width: 100%;
  border: 1px solid #000;
  font-family: "Avenir LT W01_35 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  background-color: #fff;
}
#ptt-page .ptt-table #implementations-tab .implementations-table-mobile .spec-section {
  border-bottom: 1px solid #a3a3a3;
}
#ptt-page .ptt-table #implementations-tab .implementations-table-mobile .spec-header {
  background-color: #0050A5;
  color: #fff;
  text-transform: uppercase;
  font-family: "Avenir LT W01_85 Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  padding: 10px 15px;
}
#ptt-page .ptt-table #implementations-tab .implementations-table-mobile .spec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}
#ptt-page .ptt-table #implementations-tab .implementations-table-mobile .spec-row:nth-child(even) {
  background-color: rgba(163, 163, 163, 0.54);
}
#ptt-page .ptt-table #implementations-tab .implementations-table-mobile .spec-label {
  font-family: "Avenir LT W01_85 Heavy", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-right: 10px;
}
#ptt-page .ptt-table #implementations-tab .implementations-table-mobile .spec-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}