.indexD-rightint2.hero-image .hero-accordion-counter {
  position: absolute;
  top: 2px;
  right: 15px;
  line-height: 29px;
  color: #fff;
  display: flex;
  height: 25px;
  overflow: hidden;
  padding: 5px 0;
  z-index: 1;
  font-size: 16px;
  box-sizing: content-box;
}
.indexD-rightint2.hero-image .hero-accordion-counter .total-counter {
  color: #b3b3b3;
  padding-left: 5px;
}
.indexD-rightint2.hero-image .images img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  background: #313131;
}
.indexD-rightint2.hero-image .hero-accordion-title {
  height: 35px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 25px;
  line-height: 22px;
  margin-top: 30px;
 
}
.indexD-rightint2.hero-image .hero-accordion-content {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 500px;
}
.indexD-rightint2.hero-image .hero-accordion-content .hero-accordion-content-text {
  padding-bottom: 20px;
  letter-spacing: .6px;
}



.indexD-rightint2.desktop-only{height: 100vh;position:relative}
.indexD-rightint2.desktop-only .images img {
  opacity: 0;
}
.indexD-rightint2.desktop-only .images img.active {
  opacity: 1;
}
.indexD-rightint2.desktop-only .section-content {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
  top: 75px;
  bottom: auto
}
.indexD-rightint2.desktop-only .section-content .small-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 7px;
  color: #fff;
}
.indexD-rightint2.desktop-only .section-content .large-title {
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 40px;
  margin-bottom: 15px;
}
.indexD-rightint2.desktop-only .section-content .small-text {
  max-width: 400px;
  font-size: 17px;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}
.indexD-rightint2.desktop-only .section-content .hero-accordion {
  font-style: normal;
  font-weight: 400;
}
.indexD-rightint2.desktop-only .section-content .hero-accordion .hero-accordion-section {
  color: #fff;
  font-style: normal;
  position: relative;
  margin-top: 25px;
  overflow: hidden;
}
.indexD-rightint2.desktop-only .section-content .hero-accordion .hero-accordion-section .hero-accordion-scroll-container {
  width: 2px;
  height: 100%;
  background: #979797;
  position: absolute;
  border-radius: 1px;
  transition: all .5s ease;
}
.indexD-rightint2.desktop-only .section-content .hero-accordion .hero-accordion-section .hero-accordion-scroll-thumb {
  background: #979797;
  height: 33.33333333%;
  border-radius: 1px;
  min-height: 35px;
  transition: background .25s;
}
.indexD-rightint2.desktop-only .section-content .hero-accordion .hero-accordion-section.active .hero-accordion-scroll-thumb {
  background: #fff;
}
.indexD-rightint2.desktop-only .hero-accordion-counter .counter-scroll {
  transition: transform .5s;
}
.indexD-rightint2.desktop-only .hero-accordion-content .hero-accordion-content-link {
  color: inherit;
  font-weight: 700;
  border-bottom: 2px solid #000;
}


.indexD-rightint2.hero-image.mobile-only {
  color: #000;
  width: 100%;
  position: relative;
  margin: 50px 0;
}
.indexD-rightint2.hero-image.mobile-only .small-title {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 7px;
  margin: 0.5rem 0;
  font-family: Georgia,'Times New Roman',Times,serif;
}
.indexD-rightint2.hero-image.mobile-only .large-title {
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 900;
  font-size: 45px;
  line-height: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.indexD-rightint2.hero-image.mobile-only .small-text {
  max-width: 400px;
  font-size: 17px;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}
.indexD-rightint2.hero-image.mobile-only .swiper {
  position: relative;
  margin-top: 25px;
  overflow: hidden;
}
.indexD-rightint2.hero-image.mobile-only .hero-accordion-content .hero-accordion-content-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  background: #000000;
}


@media screen and (min-width: 768px) {
  .indexD-rightint2.desktop-only .images img {
    position: absolute;
    height: 100%;
  }
  .indexD-rightint2.desktop-only .section-content {
    position: absolute;
    left: calc(50% + 80px);
    transform: translateX(-50%);
    bottom: 22%;
    max-width: 1400px;
    color: #fff;
    padding: 0;
    text-shadow: 0 0 5px #3b3b3b;
  }
  .indexD-rightint2.desktop-only .section-content .small-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 3px #3d3d3d;
  }
  .indexD-rightint2.desktop-only .section-content .large-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 95px;
    line-height: 80px;
    color: #fff;
  }
  .indexD-rightint2.desktop-only .section-content .small-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
  }
  .indexD-rightint2.desktop-only .section-content .hero-accordion {
    display: block;
    max-width: 500px;
  }
  .indexD-rightint2.desktop-only .section-content .hero-accordion .hero-accordion-section {
    margin-top: 35px;
  }
  .indexD-rightint2.desktop-only .section-content .hero-accordion .hero-accordion-section .hero-accordion-title {
    font-size: 30px;
    line-height: 30px;
    padding-left: 22px;
    margin-top: 0;
    text-shadow: 0 0 5px #3b3b3b;
    color: #fff;
  }
  .indexD-rightint2.desktop-only .section-content .hero-accordion .hero-accordion-section .hero-accordion-content {
    font-size: 16px;
    line-height: 22px;
    padding-left: 22px;
    color: #fff;
    transform-origin: top;
    transition: all .1s linear;
    overflow: hidden;
    height: 0;
    padding-right: 0;
  }
  .indexD-rightint2.desktop-only .section-content .hero-accordion .hero-accordion-section .hero-accordion-content .hero-accordion-content-text {
    text-shadow: 0 0 5px #3b3b3b;
  }
  .indexD-rightint2.desktop-only .section-content .hero-accordion .hero-accordion-section .hero-accordion-content .hero-accordion-content-link {
    border-bottom: 1px solid #fff;
    text-shadow: 0 0 5px #3b3b3b;
  }
  .indexD-rightint2.desktop-only .hero-accordion-counter {
    font-size: 24px;
    top: 100px;
    right: 85px;
  }

  .indexD-rightint2.hero-image.mobile-only {
    display: none
  }
}

@media screen and (max-width: 768px) {
	
.indexD-rightint2.hero-image.desktop-only{display:none}
.indexD-rightint2.hero-image.mobile-only{margin:30px 0 0;}
.indexD-rightint2.hero-image.mobile-only .small-text{max-width:100%;}
.indexD-rightint2.hero-image.mobile-only .large-title{font-size:30px;text-align:center;}
.indexD-rightint2.hero-image.mobile-only .small-title{text-align:center;}



}

@media screen and (min-width: 480px) {
  .indexD-rightint2.hero-image.mobile-only {
    font-size: 16px;
    line-height: 30px;
  }
}
