/* Note: If need Disable Decimal-value functionilty open function.scss file */
/* mini laptop resolution 1349 X 662 and 1246 X 681 and 1218 X 672 */
/* Mozila Firefox */
.horizontal-tabbed-component {
  overflow: hidden;
}
.horizontal-tabbed-component .htc-tab-icon {
  display: inline-block;
  width: 24px; /* Adjust size as needed */
  height: 24px;
  background-color: #081d4d;
  /* Use the variable injected from PHP as the mask */
  -webkit-mask-image: var(--icon-url);
          mask-image: var(--icon-url);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: background-color 0.3s ease;
}
.horizontal-tabbed-component .htc-tab-icon .tab-icon {
  opacity: 0;
}
.horizontal-tabbed-component .tab-link.swiper-slide-thumb-active .htc-tab-icon,
.horizontal-tabbed-component .tab-link:active .htc-tab-icon {
  background-color: #96eaaa;
}
.horizontal-tabbed-component .htc-heading-container {
  margin-bottom: 1rem;
}
.horizontal-tabbed-component .htc-heading-container p {
  margin-left: 0;
}
.horizontal-tabbed-component .htc-swiper-arrows {
  justify-content: flex-end;
}
.horizontal-tabbed-component .htc-heading {
  text-align: center;
  margin-bottom: 1rem;
}
.horizontal-tabbed-component .htc-heading h1,
.horizontal-tabbed-component .htc-heading .h1 {
  margin-bottom: 0;
}
.horizontal-tabbed-component .htc-heading h2,
.horizontal-tabbed-component .htc-heading .h2 {
  margin-bottom: 0;
}
.horizontal-tabbed-component .htc-heading h3,
.horizontal-tabbed-component .htc-heading .h3 {
  margin-bottom: 0;
}
.horizontal-tabbed-component .htc-heading h4,
.horizontal-tabbed-component .htc-heading .h4 {
  margin-bottom: 0;
}
.horizontal-tabbed-component .htc-heading h5,
.horizontal-tabbed-component .htc-heading .h5 {
  margin-bottom: 0;
}
.horizontal-tabbed-component .htc-heading h6,
.horizontal-tabbed-component .htc-heading .h6 {
  margin-bottom: 0;
}
.horizontal-tabbed-component .htc-heading p {
  max-width: 47.5rem;
  margin: 0 auto;
}
.horizontal-tabbed-component .htc-tab {
  margin-bottom: 3.19rem;
}
.horizontal-tabbed-component .htc-tab-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-tab-wrap {
    background-color: #081d4d;
    border-radius: 0.63rem;
    overflow: hidden;
    padding: 0 2.5rem;
  }
}
.horizontal-tabbed-component .htc-content-tab {
  opacity: 0 !important;
}
.horizontal-tabbed-component .htc-content-tab.swiper-slide-active {
  opacity: 1 !important;
}
.horizontal-tabbed-component .htc-content-tab .htc-left-wrap,
.horizontal-tabbed-component .htc-content-tab .htc-right-wrap {
  transition: all 1s ease 0s;
}
.horizontal-tabbed-component .htc-content-tab.swiper-slide-prev .htc-left-wrap,
.horizontal-tabbed-component .htc-content-tab.swiper-slide-prev .htc-right-wrap {
  transform: translateX(5%);
  opacity: 0;
}
.horizontal-tabbed-component .htc-content-tab.swiper-slide-active .htc-left-wrap,
.horizontal-tabbed-component .htc-content-tab.swiper-slide-active .htc-right-wrap {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.horizontal-tabbed-component .htc-content-tab.swiper-slide-active .htc-right-wrap {
  transition-delay: 0.3s;
}
.horizontal-tabbed-component .htc-content-tab.swiper-slide-next .htc-left-wrap,
.horizontal-tabbed-component .htc-content-tab.swiper-slide-next .htc-right-wrap {
  opacity: 0;
  transform: translateX(-5%);
}
.horizontal-tabbed-component .htc-tabs {
  overflow: hidden;
}
.horizontal-tabbed-component .htc-tabs._five .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1199px) {
  .horizontal-tabbed-component .htc-tabs._five .swiper-wrapper {
    justify-content: flex-start;
  }
}
.horizontal-tabbed-component .htc-tabs._four .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 1199px) {
  .horizontal-tabbed-component .htc-tabs._four .swiper-wrapper {
    justify-content: flex-start;
  }
}
.horizontal-tabbed-component .htc-tabs._three .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 991px) {
  .horizontal-tabbed-component .htc-tabs._three .swiper-wrapper {
    justify-content: flex-start;
  }
}
.horizontal-tabbed-component .htc-tabs._two .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-tabs._two .swiper-wrapper {
    justify-content: flex-start;
  }
}
.horizontal-tabbed-component .htc-tabs._one .swiper-wrapper {
  justify-content: center;
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-tabs._one .swiper-wrapper {
    justify-content: flex-start;
  }
}
.horizontal-tabbed-component .htc-tabs + .htc-tabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.horizontal-tabbed-component .htc-tabs + .htc-tabs .tab-link {
  background-color: transparent;
}
.horizontal-tabbed-component .htc-tabs .tab-link {
  padding: 0.38rem 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e6e8ed;
  z-index: 1;
  border: 0;
  border-radius: 0.63rem;
  height: auto;
  width: 11.07rem;
  margin-right: 1.25rem;
  overflow: hidden;
  min-height: 4.69rem;
}
@media (max-width: 991px) {
  .horizontal-tabbed-component .htc-tabs .tab-link {
    min-height: 3.44rem;
  }
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-tabs .tab-link {
    padding: 0.38rem 0;
    justify-content: center;
    background-color: transparent;
  }
}
.horizontal-tabbed-component .htc-tabs .tab-link:has(.htc-tab-icon) {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-tabs .tab-link:has(.htc-tab-icon) {
    justify-content: center;
  }
  .horizontal-tabbed-component .htc-tabs .tab-link .tab-link-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.82rem;
  }
}
.horizontal-tabbed-component .htc-tabs .tab-link.swiper-slide-thumb-active .tab-icon svg path {
  fill: #96eaaa;
  stroke: #96eaaa;
}
.horizontal-tabbed-component .htc-tabs .tab-link.swiper-slide-thumb-active .tab-link-inner span {
  color: #fff;
}
.horizontal-tabbed-component .htc-tabs .tab-link span {
  color: #081d4d;
  font-weight: 500;
  transition: 0.2s;
}
.horizontal-tabbed-component .htc-tab-icon {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-tab-icon {
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
    margin-right: 0.13rem;
  }
}
.horizontal-tabbed-component .htc-tab-icon .tab-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.horizontal-tabbed-component .htc-tab-icon .tab-icon svg path {
  transition: 0.4s;
}
.horizontal-tabbed-component .htc-tab-icon .tab-icon.hover-icon {
  opacity: 0;
}
.horizontal-tabbed-component .htc-tab-icon svg {
  max-height: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-swiper-arrows.desktop-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .horizontal-tabbed-component .htc-swiper-arrows.mobile-nav {
    display: none;
  }
}
.horizontal-tabbed-component .htc-swiper-arrows.mobile-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.horizontal-tabbed-component .htc-tab-bg {
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #081d4d;
  border-radius: 0.63rem;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-tab-bg {
    display: none;
  }
}
.horizontal-tabbed-component .htc-row {
  margin-right: -2.18rem;
  margin-left: -2.18rem;
}
.horizontal-tabbed-component .htc-row [class*=cell-] {
  padding-left: 2.19rem;
  padding-right: 2.19rem;
}
@media (max-width: 1199px) {
  .horizontal-tabbed-component .htc-row {
    margin-right: -0.93rem;
    margin-left: -0.93rem;
  }
  .horizontal-tabbed-component .htc-row [class*=cell-] {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}
.horizontal-tabbed-component .htc-row.right-align {
  flex-direction: row-reverse;
}
.horizontal-tabbed-component .htc-video-wrap .htc-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.horizontal-tabbed-component .htc-media-wrap.shadow {
  padding-bottom: 0.63rem;
}
.horizontal-tabbed-component .htc-media-wrap.shadow .htc-left {
  box-shadow: 0px 0.13rem 0.99rem rgba(0, 0, 0, 0.12);
}
.horizontal-tabbed-component .htc-media-wrap + .btn {
  margin-top: 2.5rem;
  margin-bottom: 0.38rem;
}
.horizontal-tabbed-component .htc-left .htc-img,
.horizontal-tabbed-component .htc-left .video-link {
  display: block;
  position: relative;
}
.horizontal-tabbed-component .htc-left .htc-img img,
.horizontal-tabbed-component .htc-left .video-link img {
  width: 100%;
}
.horizontal-tabbed-component .htc-left .htc-img:has(.expand-img) .expand-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.13rem;
  height: 3.13rem;
  color: #1565c0;
  font-size: 1.88rem;
  cursor: pointer;
  transition: 0.4s ease 0s;
}
.horizontal-tabbed-component .htc-left .htc-img:has(.expand-img) .expand-img:hover {
  color: #96eaaa;
}
@media (max-width: 991px) {
  .horizontal-tabbed-component .htc-right {
    margin-top: 1.57rem;
  }
}
.horizontal-tabbed-component .htc-right .btn {
  margin-top: 1.5rem;
}
.horizontal-tabbed-component .htc-tab-desc p {
  margin-bottom: 1rem;
}
.horizontal-tabbed-component .htc-sublinks {
  margin-top: 2.5rem;
}
.horizontal-tabbed-component .htc-sublinks .htc-sublink-header {
  margin-bottom: 1.25rem;
  display: block;
  font-size: 1.57rem;
  font-weight: 300;
}
.horizontal-tabbed-component .htc-sublinks ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  list-style: none;
  padding-left: 0;
  margin: 0 -0.62rem;
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-sublinks ul {
    display: flex;
    flex-direction: column;
  }
}
.horizontal-tabbed-component .htc-sublinks ul li {
  padding: 0.44rem 0.63rem;
  margin-bottom: 0.63rem;
}
@media (max-width: 767px) {
  .horizontal-tabbed-component .htc-sublinks ul li {
    width: 100%;
  }
}
.horizontal-tabbed-component .htc-sublinks ul li .btn-link {
  display: inline;
}
.horizontal-tabbed-component .htc-sublinks ul li .btn-link::after {
  vertical-align: middle;
}