.true-product-highlight {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

.true-product-highlight .center-text {
  text-align: center;
}

.true-product-highlight .title-block p {
  font-size: 25px;
  color: #717171;
  margin-bottom: 10px !important;
}

.true-product-highlight .title-block h2 {
  font-size: 50px;
  color: #005581;
  margin-bottom: 35px;
}

.true-product-highlight .section-wrapper {
  display: none;
  visibility: hidden;
}

.true-product-highlight .section-wrapper.active {
  display: block;
  visibility: visible;
}

.true-product-highlight .image-stage {
  position: relative;
  width: 100%;
}

.true-product-highlight .image-stage .views-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56%;
}

.true-product-highlight .image-stage img {
  width: 100%;
  height: fit-content !important;
  display: block;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.true-product-highlight .section-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-inline: auto;
}

.true-product-highlight .hotspot {
  --size: 38px;
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 0;
  height: 0;
}

.true-product-highlight .hotspot:before {
  content: '';
  display: block;
  position: relative;
  transform: translate(-50%, -50%);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 3px solid #fff;
  background: rgba(61, 174, 233, 1);
  color: #fff;
  font-weight: 700;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
  transition: .25s;
  z-index: 2;
}

.true-product-highlight .hotspot.pinpoint {
  --size: 25px;
  width: var(--size);
  height: var(--size);
}

.true-product-highlight .hotspot.pinpoint:hover {
  --size: 40px;
}

.true-product-highlight .hotspot .hotspot-hover-container {
  position: absolute;
  background: #fff;
  left: 0;
  padding: 6px 18px 6px 21px;
  top: -20px;
  display: none;
  opacity: 0;
  transition: opacity .5s, display 2s;
  transition-behavior: allow-discrete;
  border-radius: 5px;
}

.true-product-highlight .hotspot .hotspot-hover-container.single {
  padding: 11px 18px 11px 32px;
  top: -19px;
}

.true-product-highlight .hotspot .hotspot-hover-container span {
  display: block;
}

.true-product-highlight .hotspot .hotspot-hover-container .grouped-link {
  font-size: 12px;
  color: #333;
}

.true-product-highlight .hotspot .hotspot-hover-container .main-link {
  font-weight: 500;
  word-break: normal;
  white-space: nowrap;
}

.true-product-highlight .hotspot:hover .hotspot-hover-container {
  display: block;
  opacity: 1;
}

.true-product-highlight .hotspot:hover {
  filter: brightness(1.05);
}

.true-product-highlight .hotspot span {
  line-height: 1;
}

.true-product-highlight .hotspot span.number-dot {
  position: absolute;
  top: -7px;
  left: -5px;
  z-index: 2;
  font-weight: 500;
  color: #fff;
}

.true-product-highlight .buttons-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
  position: relative;
}

.true-product-highlight .buttons-container a.selection-link {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
}

.true-product-highlight .buttons-container a.selection-link:hover {
  text-decoration: underline;
}

.true-product-highlight .buttons-container .btn {
  cursor: pointer;
  padding: 10px 16px;
  background-color: #fff;
  border: 1px solid #005581;
  color: #005581;
  border-radius: 0;
  font-weight: 700;
  transition: .5s;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.true-product-highlight .buttons-container .btn:hover,
.true-product-highlight .buttons-container .btn.active {
  color: #fff;
  background-color: #005581;
}

.true-product-highlight .buttons-container .btn-link {
  background: none;
  color: #1b4b6b;
  text-decoration: none;
  padding: 0;
}

.true-product-highlight .buttons-container .back-to-full {
  display: block;
  position: absolute;
  width: 225px;
  left: 0;
}

.true-product-highlight .buttons-container .back-to-full .btn.btn-link {
  border: 0;
  margin-bottom: 0 !important;
  padding: 10px 15px;
  transition: .5s;
}

.true-product-highlight .buttons-container .back-to-full .btn.btn-link:hover {
  color: #005581;
  background-color: transparent;
  text-decoration: underline;
}

.image-stage .views {
  position: relative;
}

.image-stage .views .view {
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
  z-index: 1;
}

.image-stage .views .view.prev-slide {
  transform: translateX(-100%);
}

.image-stage .views .view.next-slide {
  transform: translateX(100%);
}

.image-stage .views .view.active {
  transform: translateX(0);
  z-index: 8;
}

.image-stage .views .controls {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: calc(50% - 25px);
}

.image-stage .views .controls button.view-button {
  width: 60px;
  height: 60px;
  border: 1px solid #005581;
  background-color: #fff;
  border-radius: 50%;
  transition: .5s;
}

.image-stage .views .controls button.view-button svg {
  fill: #005581;
  width: 100%;
  height: 100%;
  transition: .5s;
}

.image-stage .views .controls button.view-button:hover {
  background-color: #005581;
}

.image-stage .views .controls button.view-button:hover svg {
  fill: #fff;
}

.image-stage .views .controls .next,
.image-stage .views .controls .prev {
  position: absolute;
}

.image-stage .views .controls .next:hover,
.image-stage .views .controls .prev:hover {
  cursor: pointer;
}

.image-stage .views .controls .next {
  right: -70px;
}

.image-stage .views .controls .prev {
  left: -70px;
  transform: rotate(180deg);
}

.image-stage.inner {
  display: none;
}

.image-stage.inner.active {
  display: block;
}

@media (max-width: 890px) {
  .true-product-highlight .buttons-container .back-to-full {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1375px) {
  .image-stage .views .controls .next {
    right: 10px;
  }

  .image-stage .views .controls .prev {
    left: 10px;
  }
}
