.mechanism-of-action {
  --primary-color: #4D8CFF;
  --primary-dark-color: #122674;
  --primary-text-color: #494949;
  --primary-dark-text-color: #3C3A45;
  --secondary-color: #FAA224;
  --sheet-color: #FFFFFF;
  --error-color: #FF0000;
  color: var(--primary-text-color);
}
.mechanism-of-action img {
  display: block;
}
.mechanism-of-action [data-before-text] {
  position: relative;
}
.mechanism-of-action [data-before-text]::before {
  content: attr(data-before-text);
  position: absolute;
}
.mechanism-of-action .c-secondary {
  color: var(--secondary-color);
}
.mechanism-of-action .hero {
  position: sticky;
  top: 0;
  padding-top: 16.7rem;
  height: 45.6rem;
  background-image: url("../../img/mechanism-of-action/Hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  z-index: -1;
}
@media (max-width: 768px) {
  .mechanism-of-action .hero {
    padding-top: 11.2rem;
    height: 45.8rem;
    background-image: url("../../img/mechanism-of-action/Hero5-mob.webp");
  }
}
.mechanism-of-action .hero .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 78rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .hero .container {
    width: 33rem;
  }
}
.mechanism-of-action .hero[data-before-text]::before {
  right: 27.1rem;
  bottom: 5.2rem;
  font-weight: 500;
  font-style: italic;
  font-size: 0.8rem;
  line-height: 3;
  letter-spacing: 0;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .mechanism-of-action .hero[data-before-text]::before {
    right: 2.6rem;
    bottom: 3.5rem;
  }
}
.mechanism-of-action .hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 26.1rem;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, #808080 0%, rgba(124, 124, 124, 0.0001) 86.31%);
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .mechanism-of-action .hero::after {
    height: 10rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(102, 102, 102, 0.01) 100%);
    mix-blend-mode: normal;
    opacity: 0.99;
  }
}
.mechanism-of-action .container {
  width: 78rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .mechanism-of-action .container {
    width: 33rem;
  }
}
.mechanism-of-action .sheet {
  background-color: white;
  border-radius: 4rem 4rem 0 0;
  padding: 2.6rem 0 2.6rem;
  margin-top: -3.6rem;
  top: 0;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet {
    border-radius: 2rem 2rem 0 0;
  }
}
.mechanism-of-action .sheet h2 {
  margin-top: 4rem;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #122674;
  text-align: left;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet h2 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
.mechanism-of-action .sheet h2 sup {
  position: relative;
  top: -0.6rem;
  font-size: 35%;
}
.mechanism-of-action .sheet h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #4D8CFF;
  margin-top: 3rem;
}
.mechanism-of-action .sheet ul {
  padding-left: 0.8rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet ul {
    margin-top: 2rem;
  }
}
.mechanism-of-action .sheet ul li {
  position: relative;
  margin-top: 1rem;
  font-size: 1.6rem;
  list-style: none;
  color: #3C3A45;
}
.mechanism-of-action .sheet ul li::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: -0.8rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #3C3A45;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .ekterly-delivers {
    margin-top: -3rem;
  }
}
.mechanism-of-action .sheet .near-complete {
  width: 46rem;
  height: 21.2rem;
  margin: 5.2rem auto 0 auto;
  border-radius: 2.5rem;
  background-image: url('../../img/mechanism-of-action/group-15-minutes.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .near-complete {
    width: 33rem;
    height: 18.5rem;
  }
}
.mechanism-of-action .sheet .near-complete .container {
  text-align: center;
}
.mechanism-of-action .sheet .near-complete .top-text {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .near-complete .top-text {
    padding: 0 5rem;
  }
}
.mechanism-of-action .sheet .near-complete .time-group {
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .near-complete .time-group {
    margin-top: 0;
  }
}
.mechanism-of-action .sheet .near-complete .time-group .highlight {
  font-size: 7.4rem;
  font-weight: 900;
  color: #FAA224;
  line-height: 1;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .near-complete .time-group .highlight {
    font-size: 6.6rem;
  }
}
.mechanism-of-action .sheet .near-complete .time-group .minutes-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .near-complete .time-group .minutes-block {
    padding-bottom: 0;
  }
}
.mechanism-of-action .sheet .near-complete .time-group .minutes-block .minutes {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .near-complete .time-group .minutes-block .minutes {
    font-size: 1.9rem;
  }
}
.mechanism-of-action .sheet .near-complete .time-group .minutes-block .subtext {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.2rem;
  color: white;
}
.mechanism-of-action .sheet .size-image {
  margin-top: 6rem;
}
.mechanism-of-action .sheet .size-image .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #122674;
}
.mechanism-of-action .sheet .size-image .size-button {
  width: 3.9rem;
  height: 3.9rem;
  display: inline-block;
}
.mechanism-of-action .sheet .visual-popup {
  width: 77.9rem;
  background: #F9FBFF;
  border-radius: 2.5rem;
  padding: 10.2rem 10rem 10.2rem 15.9rem;
  margin: 4.1rem auto 0;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup {
    width: 36rem;
    margin-top: 0;
    padding: 2.6rem 3.4rem 2.5rem 3rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5.3rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup ul {
    gap: 3.5rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.23rem;
  margin: 0;
  padding: 0;
  transition: opacity 0.6s linear;
  opacity: 0;
}
.mechanism-of-action .sheet .visual-popup ul li.visible {
  opacity: 1;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup ul li {
    gap: 2.4rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul li .img-wrapper {
  position: relative;
  max-width: 14.36rem;
  min-width: 14.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup ul li .img-wrapper {
    max-width: 8.173rem;
    min-width: 8.173rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul li .arrow {
  position: absolute;
  width: 0.95rem;
  height: 2.33rem;
  bottom: -3.6rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup ul li .arrow {
    width: 0.544rem;
    height: 1.31rem;
    bottom: -2.4rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul li .img-1 {
  height: auto;
  width: 6.468rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup ul li .img-1 {
    width: 3.68rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul li .img-2 {
  height: auto;
  width: 13.97rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup ul li .img-2 {
    width: 7.95rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul li .img-3 {
  height: auto;
  width: 12.15rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup ul li .img-3 {
    width: 6.91rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul li .img-4 {
  height: auto;
  width: 14.36rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup ul li .img-4 {
    width: 8.17rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul li p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #122674;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup ul li p {
    font-size: 1rem;
    line-height: 1.36rem;
  }
}
.mechanism-of-action .sheet .visual-popup ul li p.semi-bold {
  font-weight: 600;
}
.mechanism-of-action .sheet .visual-popup ul li:before {
  display: none;
}
.mechanism-of-action .sheet .visual-popup .container {
  max-width: 100%;
}
.mechanism-of-action .sheet .visual-popup .texts {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 6rem 0 5rem;
  gap: 18.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup .texts {
    flex-direction: row;
    margin: 0 3rem 0 2rem;
    gap: 3rem;
  }
}
.mechanism-of-action .sheet .visual-popup .text-left,
.mechanism-of-action .sheet .visual-popup .text-right {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #173462;
  font-weight: 600;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup .text-left,
  .mechanism-of-action .sheet .visual-popup .text-right {
    font-size: 0.8rem;
  }
}
.mechanism-of-action .sheet .visual-popup .image {
  position: relative;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup .image {
    padding-left: 0;
  }
}
.mechanism-of-action .sheet .visual-popup .image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mechanism-of-action .sheet .visual-popup .image svg {
  width: 100%;
  height: auto;
}
.mechanism-of-action .sheet .visual-popup .image .mask-row {
  position: absolute;
  left: 0;
  width: 100%;
  background: #F9FBFF;
  opacity: 1;
  transition: opacity 0.6s linear, transform 0.6s linear;
  pointer-events: none;
}
.mechanism-of-action .sheet .visual-popup .image .mask-row.visible {
  opacity: 0;
  transform: translateY(0);
}
.mechanism-of-action .sheet .visual-popup .image .row-1 {
  top: 0;
  height: 13%;
}
.mechanism-of-action .sheet .visual-popup .image .row-2 {
  top: 13%;
  height: 24%;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup .image .row-2 {
    height: 25%;
  }
}
.mechanism-of-action .sheet .visual-popup .image .row-3 {
  top: 37%;
  height: 22%;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup .image .row-3 {
    top: 37%;
  }
}
.mechanism-of-action .sheet .visual-popup .image .row-4 {
  top: 68%;
  height: 33%;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .visual-popup .image .row-4 {
    height: 38%;
  }
}
.mechanism-of-action .sheet .visual-popup .image .row-5 {
  top: 80%;
}
.mechanism-of-action .sheet .ekterly-is-rapidly {
  margin-top: 6rem;
}
.mechanism-of-action .sheet .up-next {
  width: 78.1rem;
  margin: 6rem auto 0 auto;
  border-radius: 2.5rem;
  overflow: hidden;
  height: 29.1rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .up-next {
    width: 33rem;
    height: 40rem;
  }
}
.mechanism-of-action .sheet .up-next .image-container {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .up-next .image-container {
    height: 40rem;
  }
}
.mechanism-of-action .sheet .up-next .image-container > img {
  transition: transform 0.3s ease;
}
.mechanism-of-action .sheet .up-next .image-container:hover > img {
  transform: scale(1.05);
}
.mechanism-of-action .sheet .up-next .image-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30.1rem;
  background: linear-gradient(179.91deg, rgba(0, 0, 0, 0.05) 60%, #0b1643 99.92%);
  opacity: 90%;
  z-index: 2;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .up-next .image-container::before {
    height: 40rem;
  }
}
.mechanism-of-action .sheet .up-next .image-container .next-page {
  position: absolute;
  left: 3.5rem;
  bottom: 3rem;
  z-index: 3;
}
.mechanism-of-action .sheet .up-next .image-container .next-page span {
  color: white;
  left: 3.5rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .up-next .image-container .next-page span {
    width: 17rem;
  }
}
.mechanism-of-action .sheet .up-next .image-container .next-page span.up-next {
  color: #FAA224;
  font-size: 1.6rem;
  font-weight: 700;
}
.mechanism-of-action .sheet .up-next .image-container .next-page span.page-name {
  font-size: 2.2rem;
  font-weight: 600;
  width: 250rem;
}
.mechanism-of-action .sheet .up-next .image-container .next-page span img {
  position: absolute;
  top: 2.9rem;
  left: 18rem;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .up-next .image-container .next-page span img {
    left: 25rem;
    top: 3rem;
  }
}
.mechanism-of-action .sheet .up-next .image-container .actor-portrayal {
  position: absolute;
  font-size: 0.8rem;
  font-weight: 500;
  font-style: italic;
  top: 1.5rem;
  right: 4rem;
  color: white;
  z-index: 3;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .up-next .image-container .actor-portrayal {
    top: 2rem;
    right: 4rem;
  }
}
.mechanism-of-action .sheet .reference {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .reference {
    margin-top: 4rem;
  }
}
.mechanism-of-action .sheet .reference .container {
  width: 91.2rem;
}
@media (max-width: 768px) {
  .mechanism-of-action .sheet .reference .container {
    width: 33rem;
  }
}
.mechanism-of-action .sheet .reference .container p {
  font-size: 1rem;
}
.mechanism-of-action .sheet .reference .container p i {
  font-style: italic;
}
.mechanism-of-action .sheet .reference .container .reference-list {
  margin-top: 1.5rem;
}
.mechanism-of-action .sheet .reference .indent-04 {
  text-indent: -0.4rem;
}
.mechanism-of-action .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.mechanism-of-action .popup-content {
  background: white;
  width: 100dvw;
  height: 90dvh;
  padding: 1rem;
  overflow: auto;
  position: fixed;
  top: unset;
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.mechanism-of-action .close-popup {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #122674;
  cursor: pointer;
  z-index: 10;
}
.mechanism-of-action .rotate-hint {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #122674;
  margin-top: 4.5rem;
}
.mechanism-of-action .rotate-hint img {
  width: 4.3rem;
  height: 4.3rem;
}
.mechanism-of-action #popupVisualContainer {
  background: #F9FBFF;
  border-radius: 2.5rem;
  margin: 0.8rem auto 0;
  padding: 2.6rem 3.2rem;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer {
    width: 36.2rem;
  }
}
.mechanism-of-action #popupVisualContainer .texts {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: center;
  color: #122674;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .texts {
    flex-direction: row;
    margin: 0 3rem 0 2rem;
    gap: 3rem;
  }
}
.mechanism-of-action #popupVisualContainer .text-left,
.mechanism-of-action #popupVisualContainer .text-right {
  font-weight: 600;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .text-left,
  .mechanism-of-action #popupVisualContainer .text-right {
    font-size: 0.8rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup {
  --visual-popup-vertical-padding: 10.2rem;
  width: 77.9rem;
  max-width: 100%;
  background: #F9FBFF;
  border-radius: 2.5rem;
  margin: 4.1rem auto 0;
  padding: 0;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup {
    --visual-popup-vertical-padding: 2.5rem;
    width: 36rem;
    max-width: 100%;
    margin-top: 0;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5.3rem;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup ul {
    gap: 3.5rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.23rem;
  margin: 0;
  padding: 0;
  transition: opacity 0.6s linear;
  opacity: 0;
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li.visible {
  opacity: 1;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup ul li {
    gap: 2.4rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li .img-wrapper {
  position: relative;
  max-width: 14.36rem;
  min-width: 14.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup ul li .img-wrapper {
    max-width: 8.173rem;
    min-width: 8.173rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li .arrow {
  position: absolute;
  width: 0.95rem;
  height: 2.33rem;
  bottom: -3.6rem;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup ul li .arrow {
    width: 0.544rem;
    height: 1.31rem;
    bottom: -2.4rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li .img-1 {
  height: auto;
  width: 6.468rem;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup ul li .img-1 {
    width: 3.68rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li .img-2 {
  height: auto;
  width: 13.97rem;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup ul li .img-2 {
    width: 7.95rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li .img-3 {
  height: auto;
  width: 12.15rem;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup ul li .img-3 {
    width: 6.91rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li .img-4 {
  height: auto;
  width: 14.36rem;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup ul li .img-4 {
    width: 8.17rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #122674;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup ul li p {
    font-size: 1rem;
    line-height: 1.36rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li p.semi-bold {
  font-weight: 600;
}
.mechanism-of-action #popupVisualContainer .visual-popup ul li:before {
  display: none;
}
.mechanism-of-action #popupVisualContainer .visual-popup .container {
  max-width: 100%;
}
.mechanism-of-action #popupVisualContainer .visual-popup .texts {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 6rem 0 5rem;
  gap: 18.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup .texts {
    flex-direction: row;
    margin: 0 3rem 0 2rem;
    gap: 3rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup .text-left,
.mechanism-of-action #popupVisualContainer .visual-popup .text-right {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #173462;
  font-weight: 600;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup .text-left,
  .mechanism-of-action #popupVisualContainer .visual-popup .text-right {
    font-size: 0.8rem;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup .image {
  position: relative;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup .image {
    padding-left: 0;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup .image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mechanism-of-action #popupVisualContainer .visual-popup .image svg {
  width: 100%;
  height: auto;
}
.mechanism-of-action #popupVisualContainer .visual-popup .image .mask-row {
  position: absolute;
  left: 0;
  width: 100%;
  background: #F9FBFF;
  opacity: 1;
  transition: opacity 0.6s linear, transform 0.6s linear;
  pointer-events: none;
}
.mechanism-of-action #popupVisualContainer .visual-popup .image .mask-row.visible {
  opacity: 0;
  transform: translateY(0);
}
.mechanism-of-action #popupVisualContainer .visual-popup .image .row-1 {
  top: 0;
  height: 13%;
}
.mechanism-of-action #popupVisualContainer .visual-popup .image .row-2 {
  top: 13%;
  height: 24%;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup .image .row-2 {
    height: 25%;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup .image .row-3 {
  top: 37%;
  height: 22%;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup .image .row-3 {
    top: 37%;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup .image .row-4 {
  top: 68%;
  height: 33%;
}
@media (max-width: 768px) {
  .mechanism-of-action #popupVisualContainer .visual-popup .image .row-4 {
    height: 38%;
  }
}
.mechanism-of-action #popupVisualContainer .visual-popup .image .row-5 {
  top: 80%;
}
@media (max-width: 768px) {
  .mechanism-of-action .popup-content svg {
    width: 100%;
    height: auto;
  }
  .mechanism-of-action .visual-popup {
    width: 77.9rem;
    background: #F9FBFF;
    border-radius: 2.5rem;
    padding: 10.2rem 10rem 10.2rem 15.9rem;
    margin: 4.1rem auto 0;
  }
  .mechanism-of-action .visual-popup .container {
    max-width: 100%;
  }
  .mechanism-of-action .visual-popup .texts {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 6rem 0 5rem;
    gap: 18.6rem;
    text-align: center;
  }
  .mechanism-of-action .visual-popup .text-left,
  .mechanism-of-action .visual-popup .text-right {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #173462;
    font-weight: 600;
  }
  .mechanism-of-action .visual-popup .image {
    position: relative;
    padding-left: 3rem;
  }
  .mechanism-of-action .visual-popup .image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .mechanism-of-action .visual-popup .image svg {
    width: 100%;
    height: auto;
  }
  .mechanism-of-action .visual-popup .image .mask-row {
    position: absolute;
    left: 0;
    width: 100%;
    background: #F9FBFF;
    opacity: 1;
    transition: opacity 0.6s linear, transform 0.6s linear;
    pointer-events: none;
  }
  .mechanism-of-action .visual-popup .image .mask-row.visible {
    opacity: 0;
    transform: translateY(0);
  }
  .mechanism-of-action .visual-popup .image .row-1 {
    top: 0;
    height: 13%;
  }
  .mechanism-of-action .visual-popup .image .row-2 {
    top: 13%;
    height: 24%;
  }
  .mechanism-of-action .visual-popup .image .row-3 {
    top: 37%;
    height: 22%;
  }
  .mechanism-of-action .visual-popup .image .row-4 {
    top: 68%;
    height: 33%;
  }
  .mechanism-of-action .visual-popup .image .row-5 {
    top: 80%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mechanism-of-action .visual-popup {
    width: 36rem;
    margin-top: 0;
    padding: 2.6rem 3.4rem 2.5rem 3rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mechanism-of-action .visual-popup .texts {
    flex-direction: row;
    margin: 0 3rem 0 2rem;
    gap: 3rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mechanism-of-action .visual-popup .text-left,
  .mechanism-of-action .visual-popup .text-right {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mechanism-of-action .visual-popup .image {
    padding-left: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mechanism-of-action .visual-popup .image .row-2 {
    height: 25%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mechanism-of-action .visual-popup .image .row-3 {
    top: 37%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .mechanism-of-action .visual-popup .image .row-4 {
    height: 38%;
  }
}
@media screen and (orientation: landscape) {
  .mechanism-of-action #popupVisualContainer {
    padding: 1rem 0 0;
  }
  .mechanism-of-action .popup-content {
    width: 90dvw;
    height: 90dvh;
    padding: 0;
    position: absolute;
    border-radius: 0;
    background: #F9FBFF;
    overflow: hidden;
    justify-content: center;
  }
  .mechanism-of-action .rotate-hint {
    display: none;
  }
  .mechanism-of-action .close-popup {
    font-size: 5rem;
    color: #122674;
    top: 2rem;
    right: 3rem;
  }
  .mechanism-of-action .popup-content .visual-popup-popup {
    height: 100%;
  }
  .mechanism-of-action .popup-content .visual-popup .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mechanism-of-action .texts {
    margin: 0 5rem 0 1rem;
    gap: 13rem;
  }
  .mechanism-of-action .texts .text-left,
  .mechanism-of-action .texts .text-right {
    font-weight: 600;
    color: #122674;
  }
  .mechanism-of-action .popup-content .visual-popup .image svg {
    height: 90dvh;
    object-fit: contain;
  }
  .mechanism-of-action .visual-popup > ul {
    transform: scale(calc(var(--scale-factor, 1)));
    transform-origin: top;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .mechanism-of-action .close-popup {
    font-size: 2rem;
    color: #122674;
    top: 0;
    right: 1.5rem;
  }
  .mechanism-of-action #popupVisualContainer {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .mechanism-of-action #popupVisualContainer .visual-popup {
    scale: 0.9;
    max-height: 90dvh;
  }
  .mechanism-of-action #popupVisualContainer .visual-popup .image img {
    height: 85dvh;
    width: 100%;
    object-position: center;
    object-fit: contain;
  }
  .mechanism-of-action #popupVisualContainer .texts {
    margin: 0 5rem 0 4rem;
    gap: 5.5rem;
  }
  .mechanism-of-action #popupVisualContainer .texts .text-left,
  .mechanism-of-action #popupVisualContainer .texts .text-right {
    font-size: 0.6rem;
    font-weight: 600;
    color: #122674;
  }
  .mechanism-of-action .popup-content {
    scale: unset;
    top: unset;
    overflow: hidden;
  }
}
/*# sourceMappingURL=mechanism-of-action.css.map */