.vertical-tabs-slider * {
  padding: 0;
  box-sizing: border-box;
}

{#---------- Vertical Tabs ----------#}

.vertical-tabs {
  width: 100%;
  display: flex;
  justify-content: center;    
}

.vertical-tabs__container {
  min-height: 370px;
  display: flex;
  column-gap: 20px;
}

.vertical-tabs__indicator {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  gap: 13px;
  max-width: 100%;
}

.vertical-tabs__indicator li {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;    
  gap: 16px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;    
  margin: 0;
  z-index: 2;
}

.vertical-tabs__indicator li:hover {
  color: #FFFFFF;
  background: #FFF9F4;
  transition: all 0.3s ease-in-out;
}

.vertical-tabs__indicator__item-title {
  color: #2A2946;
  margin-bottom: 0;
}

.vertical-tabs__indicator li:hover .vertical-tabs__indicator__item-title {
  color: #2A2946;
  transition: all 0.3s ease-in-out;
}

.vertical-tabs__indicator li.active .vertical-tabs__indicator__item-title {
  color: #FFFFFF;
}

.vertical-tabs__indicator li.active .vertical-tabs__indicator__item-arrow svg path {
  stroke: #FFFFFF;
}

.vertical-tabs__indicator__item-arrow {
  display: flex;
  align-items: center;
}

.vertical-tabs__indicator li:hover .vertical-tabs__indicator__item-arrow svg path {
  stroke: #F58220;
  transition: all 0.3s ease-in-out;
}

.vertical-tabs__indicator li.active .vertical-tabs__indicator__item-arrow svg path{
  stroke: #FFFFFF;
}

.vertical-tabs__indicator li:checked li:hover .vertical-tabs__indicator__item-arrow svg path {
  stroke: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.vertical-tabs__content {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 10px;    
  gap: 16px;
}

.vertical-tabs__content li {
  display: none;
}

.vertical-tabs__content li.active {
  display: block;
}

.vertical-tabs__content__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;    
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
}

.vertical-tabs__content__image {
  width: 60px;
  height: 60px;
}

.vertical-tabs__content__title {
  color: #2A2946;
}

.vertical-tabs__content__text,
.vertical-tabs__content__text p,
.vertical-tabs__content__text ul,
.vertical-tabs__content__text span {


  color: #000000;
}

.vertical-tabs__content__text ul li {
  display: block;
  background: url('https://7232279.fs1.hubspotusercontent-na1.net/hubfs/7232279/Bullet.svg') no-repeat left top;
  background-size: 20px;
  height: auto;
  padding-left: 30px;
  background-position-y: 5px;
}

.tabs-slider__divider{
  margin-bottom: 32px;
}

.vertical-tabs__content h3{
  margin-bottom: 16px;
}

h6.vertical-tabs__indicator__item-title{
  margin-bottom: 0;
}

{#---------- End Vertical Tabs ----------#}

{#---------- Swiper Slider ----------#}

.swiper.mySwiper.swiper-tabs{
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.swiper-slide.swiper-slide-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
  gap: 16px;
  background: #FFFFFF;
  box-shadow: 0px 8px 32px rgba(17, 17, 26, 0.15);
  border-radius: 10px;
  height: auto;
}

.swiper-slide__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  gap: 32px;
}

@media (max-width: 767px) { 
  .swiper-slide__container {
    gap: 20px;
    padding: 20px;
  }
  .swiper-slide__container h3{
    margin-bottom: 0;
  }
}

.swiper-slide__image {
  width: 60px;
  height: 60px;
}

.swiper-slide__title {
  color: #333333;
}

.swiper-slide__text,
.swiper-slide__text span,
.swiper-slide__text p,
.swiper-slide__text ul {
  color: #333333;
}

.swiper-slide__text ul {
  margin: 32px 0 0 0;
}

.swiper-slide__text li{
  display: block;
  background: url(https://7232279.fs1.hubspotusercontent-na1.net/hubfs/7232279/Bullet.svg) no-repeat left top;
  background-size: 20px;
  padding-left: 30px;
  background-position-y: 5px;
}

.swiper-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 37px;
  margin: 63px 0 10px 0;
}

.swiper-navigation-prev:active svg rect {
  fill-opacity: 1;
}

.swiper-navigation-prev:active svg path{
  stroke: #FFFFFF;
}

.swiper-navigation-prev.swiper-button-disabled svg {
  opacity: 0.3;
}

.swiper-navigation-prev.swiper-button-disabled svg path {
  stroke: #333333;
}

.swiper-navigation-next:active svg rect {
  fill-opacity: 1;
}

.swiper-navigation-next:active svg path{
  stroke: #FFFFFF;
}

.swiper-navigation-next.swiper-button-disabled svg {
  opacity: 0.3;
}

.swiper-navigation-next.swiper-button-disabled svg path {
  stroke: #333333;
}

{#---------- End Swiper Slider ----------#}

{# ---- Tablet Breakpoint ---- #}

@media (min-width: 993px) {
  .swiper {
    display: none;
  }
}

@media (max-width: 992px) {

  .vertical-tabs {
    display: none;
  }
  .swiper {
    display: block;
  }
}