.section-solution-tabs {
  display: flex;
  flex-flow: column nowrap;
}

.section-solution-tabs .container {
  width: 100%;
  padding: 40px 20px;
  max-width: 1440px;
  margin: 0 auto;
}

.section-solution-tabs .row {
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
}

.section-solution-tabs .column {
  padding: 0;
}

.section-solution-tabs .programs-column {
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}

.section-solution-tabs .programs-column .programs-header {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  align-items: center;
}

.section-solution-tabs .programs-column .programs-header .program-title h2 {
  font-family: Spectral;
  font-weight: 200;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.section-solution-tabs .programs-column .programs-header .program-title h2 .highlighted {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.section-solution-tabs .programs-column .programs-header .program-title h2 .highlighted:after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='251' height='6' viewBox='0 0 251 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.601009 5.74932C0.576345 5.5838 1.61361 5.42545 2.9178 5.39565C6.2603 5.31927 14.2281 5.13035 25.3485 4.86668L25.3487 4.86668L25.3519 4.8666C35.016 4.63746 47.0608 4.35188 60.5198 4.03464L13.8647 4.21375C13.3344 4.21375 12.1977 4.2672 10.8018 4.33283L10.8018 4.33283H10.8018C6.77289 4.52225 0.584745 4.8132 0.584745 4.21375C0.584745 2.38476 79.6624 2.01375 147.874 2.00952C147.878 2.00944 147.881 2.00936 147.885 2.00929L2.85919 1.61701C1.55281 1.61348 0.496355 1.46515 0.499519 1.28572C0.507219 0.849006 102.604 1.12908 176.146 1.37729C217.651 0.46287 250.149 -0.181557 250.183 0.0458662C250.208 0.21139 249.17 0.369735 247.866 0.399538L201.27 1.46435C210.408 1.49676 218.663 1.52673 225.67 1.55216C236.81 1.59261 244.792 1.62159 248.14 1.63064C249.447 1.63418 250.503 1.7825 250.5 1.96194C250.498 2.0908 249.95 2.20067 249.157 2.25105C248.636 3.00003 241.261 3.34841 239.273 3.34841L94.5039 3.90418L3.00711 5.99507C1.70292 6.02487 0.625672 5.91485 0.601009 5.74932Z' fill='%23CE8879'/%3E%3C/svg%3E%0A");
  left: 0;
  bottom: 0px;
  position: absolute;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.section-solution-tabs .programs-column .programs-header .program-desc * {
  color: #000;
  text-align: center;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.section-solution-tabs .programs-column .programs-header .program-desc *:only-child,
.section-solution-tabs .programs-column .programs-header .program-desc *:last-child {
  margin-bottom: 0;
}

.section-solution-tabs .programs-column .programs-lists .programs {
  display: flex;
  flex-flow: column nowrap;
  gap: 32px;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul {
  display: flex;
  ;
  gap: 6px;
  padding-left: 0;
  margin: 0;
  flex-direction: column;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li,
.section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  text-decoration: none;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link {
  height: 100%;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link .tab-inner {
  display: flex;
  flex-flow: row nowrap;
  gap: 7px;
  border: 0.5px solid #C7C7C7;
  padding: 5px;
  background: #FFF;
  border-radius: 20px;
  padding: 8px 12px;
  color: #7C7C7C;
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link.active .tab-inner {
  border: 0.5px solid #002A68;
  color: #002A68;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link .tab-inner .tab-icon {
  width: 24px;
  height: 24px;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link .tab-inner .tab-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}


.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content {
  display: none;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content.active {
  display: initial;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-img .program-video-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-img .program-video-wrapper .video-wrap {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-img .program-video-wrapper .video-wrap img {
  position: relative;
  z-index: 2;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-img .program-video-wrapper .video-wrap .program-video-wrap {
  position: absolute;
  top: 0;
  left: 20px;
  width: 86%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 40px;
  display: flex;
  flex-flow: column nowrap;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-img .program-video-wrapper .video-wrap .program-video-wrap .program-video-wrap-inner {
  flex: 1;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-img .program-video-wrapper .video-wrap .program-video-wrap .program-video-wrap-inner .wp-video {
  width: 100% !important;
  height: 100%;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-img .program-video-wrapper .video-wrap .program-video-wrap .program-video-wrap-inner .wp-video .wp-video-shortcode {
  height: 100% !important;
  width: 100% !important;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-img .program-video-wrapper .video-wrap .program-video-wrap .program-video-wrap-inner .wp-video .mejs-controls {
  display: none;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
  align-self: center;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner {
  gap: 16px;
  display: flex;
  flex-flow: column nowrap;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-desc-header h2 {
  margin-bottom: 0;
  color: #002A68;
  text-align: left;
  letter-spacing: -0.02em;
  font-family: 'Spectral';
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p * {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p>* {
  margin-top: 12px;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p>*:first-child {
  margin-top: 0;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul li {
  position: relative;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul li::before {
  content: '';
  background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="14" cy="14" r="9" fill="%23002A68"/><path d="M9.5 14.8469L12.2932 18L18.5 11" stroke="white" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  position: absolute;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul li {
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 100%;
  padding-left: 32px;
  border-bottom: solid 2px #E9E9E9;
}


.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul li h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #040404;
  margin-bottom: 12px;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p *:last-child,
.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p *:only-child {
  margin-bottom: 0;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list {
  margin-top: 16px;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: .3px solid #000;
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list li:first-child {
  padding-top: 0;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list li:before {
  content: '';
  width: 22px;
  height: 22px;
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7.85714' fill='%23CE8879'/%3E%3Cpath d='M7.07165 11.6654L9.43944 14.1429L15.4526 7.85718' stroke='white' stroke-width='1.41429'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list li .desc {
  color: var(--grey-grey-800, #3A3A3B);
  font-family: "Roboto", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-button {
  display: flex;
  flex-flow: column nowrap;
}

.section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-button .btn {
  border-radius: 10px;
  border: 0.8px solid var(--grey-grey-1000-black, #000);
  padding: 12px 20px;
  color: var(--grey-grey-1000-black, #000);
  font-family: "Roboto", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .section-solution-tabs .container {
    padding: 60px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul {
    flex-direction: row;
    gap: 0px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul li h6 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner {
    gap: 60px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-desc-header h2 {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul {
    flex-direction: unset;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul li {
    max-width: 50%;
    border-bottom: unset;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
    border-bottom: solid 2px #E9E9E9;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-p ul li::before {
    width: 28px;
    height: 28px;
  }
}

@media only screen and (min-width: 1025px) {
  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner {
    flex-flow: row-reverse nowrap;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-tab {
    width: 100%;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-button {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1280px) {
  .section-solution-tabs .container {
    padding: 100px 120px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs {
    gap: 60px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-img {
    max-width: 276px;
  }

  .section-solution-tabs .programs-column .programs-header {
    gap: 60px;
  }

  .section-solution-tabs .programs-column .programs-header .program-title h2 {
    font-size: 40px;
    line-height: 56px;
  }

  .section-solution-tabs .programs-column .programs-header .program-title h2 br {
    display: none;
  }

  .section-solution-tabs .programs-column .programs-header .program-desc {
    padding-left: 13.6%;
    padding-right: 13.6%;
  }

  .section-solution-tabs .programs-column .programs-header .program-desc * {
    color: #000;
    text-align: center;
    font-family: "Roboto", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link .tab-inner .tab-icon {
    width: 32px;
    height: 32px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link .tab-inner {
    border: 0;
    border-bottom: 4px solid #E9E9E9;
    padding: 0;
    padding-bottom: 20px;
    flex-flow: column nowrap;
    gap: 6px;
    width: 100%;
    align-items: center;
    border-radius: 0;
    font-size: 20px;
    line-height: 28px;
    height: 100%;
    cursor: pointer;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link .tab-inner .tab-text {
    width: 100%;
    max-width: 224px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-menu ul li .tab-link.active .tab-inner {
    border: 0;
    border-bottom: 4px solid #002A68;
  }






  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list li {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list li:nth-child(2) {
    padding-top: 0;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list li .desc {
    font-size: 20px;
    line-height: 28px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list li:before {
    width: 28px;
    height: 28px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 0;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner {
    gap: 80px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc {
    gap: 40px;
  }

  .section-solution-tabs .programs-column .programs-lists .programs .tab-panel .tab-content .tab-inner .tab-desc .tab-desc-inner .tab-list {
    margin-top: 16px;
  }
}