main {
  font-family: "Noto Sans HK", sans-serif;
  --color-primary-text: #5b97d0;
}
.backtop-mb-enter {
  display: none;
}
.backtop-mb {
  bottom: 240px;
}
.pip-fixed {
  position: fixed;
  right: 24px;
  bottom: 100px;
  width: 60%;
  max-width: 220px;
  height: auto;
  aspect-ratio: 16 / 9;
  z-index: 60;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.navbar-expand-lg .navbar-collapse {
  visibility: visible;
}
.new-bar-mobile > a.d-block {
  display: flex !important;
}
.intro-swiper-pagination .swiper-pagination-bullet {
  width: 10.5px;
  height: 10.5px;
  margin: 0 8px !important;
}
.my-player-dimensions {
  width: 100%;
  height: 100%;
}
.video-el {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  background-color: transparent;
}
.vjs-paused .vjs-big-play-button {
  display: block;
}
.vjs-playing .vjs-big-play-button {
  display: none;
}
.video-js {
  background-color: transparent;
}
.video-js .vjs-big-play-button {
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  transform: translateX(50%);
}
.vjs-big-play-button .vjs-icon-placeholder::before {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-swiper .swiper-slide {
  pointer-events: none;
}
.intro-swiper .swiper-slide:not(.swiper-slide-active) {
  scale: 0.8;
}
.clinic-name {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #b6dbff 53.85%, rgba(251, 253, 255, 0) 100%);
  color: #515151;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke fill;
  white-space: nowrap;
  width: fit-content;
  margin-bottom: -30px;
  transform: translateY(-30px);
}
.clinic-item:nth-child(odd) .clinic-name {
  margin-right: 2%;
  margin-left: auto;
}
.clinic-item:nth-child(even) .clinic-name {
  margin-left: 2%;
  margin-right: auto;
}
.clinic-tabs::before,
.clinic-tabs::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: var(--color-primary-text);
  width: 4px;
  height: 4px;
  bottom: -2px;
}
.clinic-tabs label {
  font-size: 20px;
}
.clinic-tabs label::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: var(--color-primary-text);
  width: 8px;
  height: 8px;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
input#clinic-kl:checked ~ .clinic-tabs label[for="clinic-kl"],
input#clinic-hk:checked ~ .clinic-tabs label[for="clinic-hk"],
input#clinic-nt:checked ~ .clinic-tabs label[for="clinic-nt"] {
  color: #febd62;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  transform: translateY(-8px);
}
input#clinic-kl:checked ~ .clinic-tabs label[for="clinic-kl"]::before,
input#clinic-hk:checked ~ .clinic-tabs label[for="clinic-hk"]::before,
input#clinic-nt:checked ~ .clinic-tabs label[for="clinic-nt"]::before {
  width: 12px;
  height: 12px;
  bottom: -38px;
  background-color: #febd62;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pip-fixed {
    bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .clinic-tabs::before {
    left: -2px;
  }
  .clinic-tabs::after {
    right: -2px;
  }
  .submit {
    background-color: #ffbe40;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    border-radius: 52px;
    padding: 8px 32px;
    border: 2px solid #fffcfc;
    box-shadow: inset 0 3.8px 3.8px 0 rgba(230, 156, 45, 0.61), 0 1px 8px 0 rgba(255, 122, 0, 0.65) !important;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 1024px) {
  .pip-fixed {
    right: 280px;
  }
  .clinic-name {
    font-size: 24px;
  }
  .clinic-tabs label {
    font-size: 40px;
  }
  .clinic-tabs label::before {
    width: 16px;
    height: 16px;
    left: -46px;
    bottom: 50%;
    transform: translateY(50%);
  }
  input#clinic-kl:checked ~ .clinic-tabs label[for="clinic-kl"],
  input#clinic-hk:checked ~ .clinic-tabs label[for="clinic-hk"],
  input#clinic-nt:checked ~ .clinic-tabs label[for="clinic-nt"] {
    font-size: 60px;
    text-decoration-thickness: 3px;
  }
  input#clinic-kl:checked ~ .clinic-tabs label[for="clinic-kl"]::before,
  input#clinic-hk:checked ~ .clinic-tabs label[for="clinic-hk"]::before,
  input#clinic-nt:checked ~ .clinic-tabs label[for="clinic-nt"]::before {
    width: 28px;
    height: 28px;
    left: -50px;
    bottom: 50%;
    transform: translateY(50%);
  }
  .clinic-tabs::before,
  .clinic-tabs::after {
    width: 8px;
    height: 8px;
    left: -5px;
  }
  .clinic-tabs::before {
    top: -4px;
    bottom: auto;
  }
  .clinic-tabs::after {
    bottom: -4px;
  }
  .submit {
    color: #2958a3;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.2em;
    background-color: #fff;
    border: 3px solid #fffcfc;
    border-radius: 76px;
    box-shadow: 0 4px 4px 0 rgba(47, 126, 252, 0.25) !important;
    padding: 16px 84px;
  }
  .video-js .vjs-big-play-button {
    height: 3em;
    width: 3em;
  }
  .vjs-big-play-button .vjs-icon-placeholder::before {
    font-size: 2em;
  }
}
