a {
  text-decoration: none !important;
}

.medical-concept-map-container {
  max-width: 100vw !important;
  max-height: 100vh !important;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 9998;
}
@media screen and (max-width: 960px) {
  .medical-concept-map-container {
    flex-direction: column;
  }
}

.heading-bar {
  position: absolute;
  top: 4rem;
  right: 5rem;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media screen and (max-width: 1660px) {
  .heading-bar {
    top: 2rem;
    right: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .heading-bar {
    top: 2rem;
    right: 2rem;
    position: absolute;
    z-index: 1;
  }
}
.heading-bar .main-title {
  color: #575757;
  text-align: right;
  font-size: clamp(1.5rem, 3vw, 3.75rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .heading-bar .main-title {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
}
.heading-bar .orange-bar {
  background: #E07A02;
  width: 100%;
  height: 5px;
}
@media screen and (max-width: 960px) {
  .heading-bar .orange-bar {
    width: 100%;
  }
}
.heading-bar .heading-bar-inner {
  width: fit-content;
}
.heading-bar .sub-title {
  color: #575757;
  text-align: right;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .heading-bar .sub-title {
    font-size: 0.8125rem;
    margin-top: 0.75rem;
    margin-bottom: 0;
  }
}

.wrapper {
  width: 100vw;
  max-width: 100vw !important;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 960px) {
  .wrapper.desktop {
    display: none;
  }
}
.wrapper.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .wrapper.mobile {
    display: block;
    width: 100vw !important;
    height: 100vh;
    max-width: 90vw !important;
  }
}
.wrapper svg,
.wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: contain;
}

.text-box {
  fill: rgba(255, 255, 255, 0.8);
}

.real-text {
  fill: #000;
}

.hover-me {
  cursor: pointer;
  z-index: 1111;
}
.hover-me > .shadow {
  opacity: 0;
  transition: all 0.3s ease;
}
.hover-me:hover > .text {
  transition: all 0.3s ease;
  transform: translateY(0);
}
.hover-me:hover > .shadow {
  opacity: 1;
}
.hover-me:hover > .text {
  transform: translateY(-1rem);
}
.hover-me:hover > .text#Text_8 {
  transform: translateY(-3.5rem);
}
.hover-me:hover > .text#Text {
  transform: translateY(-6.5rem);
}
.hover-me:hover .real-text {
  fill: #fff;
}
.hover-me:hover .text-box {
  fill: #E07A02;
}

#Text_8 {
  transform: translateY(-50px);
}

#Text {
  transform: translateY(-5.5rem);
}

.footer-bar {
  position: absolute;
  left: 4rem;
  bottom: 3.6rem;
}
@media screen and (max-width: 960px) {
  .footer-bar {
    left: 0;
    bottom: 0;
  }
}

#mcm-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100vw !important;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  #mcm-popup {
    margin-block-start: 0;
  }
}
#mcm-popup .mcm-title-wrapper {
  width: fit-content;
}
#mcm-popup .mcm-title-wrapper .mcm-tax-title {
  width: fit-content;
}
#mcm-popup .mcm-title-wrapper .orange-bar {
  background: #E07A02;
  width: 100%;
  height: 5px;
}
@media screen and (max-width: 960px) {
  #mcm-popup .mcm-title-wrapper .orange-bar {
    width: 100%;
  }
}
#mcm-popup .mcm-popup-content {
  background: #fff;
  padding: 3.2rem 10rem 5.4rem 5rem;
  border-radius: 0.625rem;
  max-width: 70%;
  min-height: 70%;
  width: 70%;
  max-height: 70%;
  position: relative;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
}
@media screen and (max-width: 960px) {
  #mcm-popup .mcm-popup-content {
    padding: 1.5rem;
    min-height: 85%;
    max-height: 85%;
    overflow: auto;
  }
}
#mcm-popup .mcm-popup-close {
  position: absolute;
  top: 1rem;
  right: 1.3rem;
  font-size: 2rem;
  cursor: pointer;
}
#mcm-popup .mcm-popup-posts {
  margin-top: 4rem;
}
#mcm-popup .mcm-post-list {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
}
#mcm-popup .mcm-popup-posts .mcm-post-thumbnail {
  flex: 0 0 auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
#mcm-popup .mcm-popup-posts .mcm-post-thumbnail img {
  display: block;
  margin-bottom: 0;
  aspect-ratio: 25/11;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
#mcm-popup .mcm-popup-posts .mcm-post-list {
  display: flex;
  gap: 1.3rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #mcm-popup .mcm-popup-posts .mcm-post-list {
    flex-direction: column;
    gap: 1rem;
  }
}
#mcm-popup .mcm-popup-posts .mcm-post-item {
  width: calc(100% / 3 - 1.3rem);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-radius: 0.625rem;
}
@media screen and (max-width: 960px) {
  #mcm-popup .mcm-popup-posts .mcm-post-item {
    width: 100%;
  }
}
#mcm-popup .mcm-popup-posts .mcm-post-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: #575757;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem 0.88rem 1rem 1.3rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
#mcm-popup .mcm-popup-posts .mcm-post-info h3 {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 960px) {
  #mcm-popup .mcm-popup-posts .mcm-post-info h3 {
    font-size: 0.875rem;
  }
}
#mcm-popup .mcm-popup-posts .mcm-post-info .mcm-read-more-button {
  padding: 0.3rem 0.7rem;
  border-radius: 0.75rem;
  background: #FFF;
  color: #CC6E00;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: fit-content;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  #mcm-popup .mcm-popup-posts .mcm-post-info .mcm-read-more-button {
    font-size: 0.6875rem;
  }
}

#mcm-detail-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100vw !important;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  margin-block-start: 0;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup {
    margin-block-start: 0;
  }
}
#mcm-detail-popup .mcm-detail-popup-content {
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  max-height: 100%;
  position: relative;
  overflow: auto;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content {
    max-width: 100%;
    min-height: 100%;
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
#mcm-detail-popup .mcm-detail-popup-content h1 {
  color: #E07A02;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content h1 {
    font-size: 1.125rem;
    margin-bottom: 1.7rem;
    padding-left: 1.8rem;
    padding-right: 2rem;
  }
}
#mcm-detail-popup .mcm-detail-popup-content .mcm-detail-content {
  padding: 7rem 2rem;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content .mcm-detail-content {
    padding: 3.5rem 1.5rem;
  }
}
#mcm-detail-popup .mcm-detail-popup-content .mcm-detail-content-inner {
  display: flex;
  gap: 4rem;
  margin-bottom: 7.6rem;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content .mcm-detail-content-inner {
    flex-direction: column;
    gap: 1.7rem;
    margin-bottom: 1rem;
  }
}
#mcm-detail-popup .mcm-detail-popup-content .mcm-detail-body {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content .mcm-detail-body {
    width: 100%;
    padding-left: 1.8rem;
    padding-right: 3rem;
  }
}
#mcm-detail-popup .mcm-detail-popup-content .rich-text {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content .rich-text {
    font-size: 0.875rem;
  }
}
#mcm-detail-popup .mcm-detail-popup-content .rich-text p {
  margin: 0;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content .rich-text.desktop {
    display: none;
  }
}
#mcm-detail-popup .mcm-detail-popup-content .rich-text.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content .rich-text.mobile {
    display: block;
    padding: 0 2rem 0 1.8rem;
  }
}
#mcm-detail-popup .mcm-detail-popup-content .mcm-detail-image {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content .mcm-detail-image {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
#mcm-detail-popup .mcm-detail-popup-content .mcm-detail-image img {
  width: 100%;
  aspect-ratio: 43/30;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  #mcm-detail-popup .mcm-detail-popup-content .mcm-detail-image img {
    aspect-ratio: 3/2;
    width: 100%;
    height: 16rem;
    object-fit: cover;
  }
}

.mcm-detail-read-more-button-text {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .mcm-detail-read-more-button-text {
    font-size: 0.875rem;
  }
}

.mcm-detail-read-more-link {
  color: #035D4D;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 960px) {
  .mcm-detail-read-more-link {
    font-size: 0.875rem;
  }
}

.mcm-detail-back-container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .mcm-detail-back-container {
    position: fixed;
    right: 1.8rem;
    bottom: 1rem;
  }
}

.mcm-detail-back {
  padding: 0.5rem 1.1rem;
  border-radius: 0.3125rem;
  background: #575757;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .mcm-detail-back {
    font-size: 0.875rem;
  }
}