@charset "UTF-8";
:root {
  --l-header: 80px;
  --l-header--mobile: 50px;
  --l-hero--s: 306px;
  --l-hero--s--mobile: 206px;
  --l-left: 230px;
  --l-right: 450px;
}

:root {
  --l-inner: 1280px;
}

html {
  overflow: -moz-hidden-unscrollable; /* 隱藏 Firefox scrollbar */
}

body {
  -ms-overflow-style: none; /* 隱藏 IE 和 Edge  scrollbar */
  height: 100%; /* 確保內容可以滾動 */
  overflow: auto; /* 保持可滾動 */
}

html {
  scroll-behavior: smooth;
}

.com_content {
  overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
  .s-wrapper .l-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 860px) {
  .s-wrapper .l-inner {
    margin-top: 0 !important;
  }
}

.l-inner {
  width: auto !important;
  overflow: visible !important;
}
.l-inner .badge-about {
  position: fixed;
  right: 15px;
  top: 90px;
  display: flex;
  flex-direction: row;
  z-index: 950;
  gap: 10px;
}
@media only screen and (max-width: 860px) {
  .l-inner .badge-about {
    top: 139px;
  }
}
@media only screen and (max-width: 768px) {
  .l-inner .badge-about {
    top: 110px;
  }
}
@media only screen and (max-width: 551px) {
  .l-inner .badge-about {
    top: 210px;
  }
}
.l-inner .badge-about .badge-info {
  font-size: 13px;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 7px 10px 7px 7px;
  border-radius: 50px;
  border: 1px solid rgba(170, 170, 170, 0.15);
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  box-shadow: 0 5px 15px rgba(85, 85, 85, 0.25);
  cursor: pointer;
  transition: border 300ms;
}
.l-inner .badge-about .badge-info.badge-all {
  padding-left: 40px;
}
.l-inner .badge-about .badge-info.badge-all::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../images/ic_turing.png) no-repeat center/130%;
  position: absolute;
  left: 5px;
}
.l-inner .badge-about .badge-info:hover {
  border: 1px solid #fe8930;
}
.l-inner .badge-about .badge-info::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #aaa;
}
.l-inner .badge-about .badge-info.badge-turning::before {
  background: url(../images/ic_turing.png) no-repeat center/110%;
}
.l-inner .badge-about .badge-info.badge-amtmember::before {
  background: url(../images/ic_amt.webp) no-repeat center/95%;
}
.l-inner .badge-about .badge-info.badge-all {
  gap: 15px;
}
.l-inner .badge-about .badge-info.badge-all::before {
  background: url(../images/ic_amt.webp) no-repeat center/95%;
}
.l-inner .badge-about__popup {
  position: fixed;
  inset: 0 0 0 0;
  background: rgba(85, 85, 85, 0.5);
  z-index: 990;
  transition: opacity 300ms;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}
.l-inner .badge-about__popup .btn-link {
  color: #e67839;
}
.l-inner .badge-about__popup.bg-hide {
  opacity: 0;
  pointer-events: none;
}
.l-inner .badge-about__popup .badge-info__popup {
  width: min(500px, 90%);
  min-height: 200px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(85, 85, 85, 0.35);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 25px 30px 25px;
  border-radius: 15px;
  transition: opacity 550ms;
}
.l-inner .badge-about__popup .badge-info__popup.hide {
  opacity: 0;
  pointer-events: none;
}
.l-inner .badge-about__popup .badge-info__popup .img-badge {
  margin-top: 30px;
  width: 100%;
  height: 200px;
  text-align: center;
}
.l-inner .badge-about__popup .badge-info__popup .img-badge img {
  width: min(350px, 90%);
}
.l-inner .badge-about__popup .badge-info__popup .badge-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
}
.l-inner .badge-about__popup .badge-info__popup .ic_turning img {
  max-width: 50px;
}
.l-inner .badge-about__popup .badge-info__popup .ic_amt img {
  max-width: 35px;
}
.l-inner .badge-about__popup .badge-info__popup h2 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.35);
}
.l-inner .badge-about__popup .badge-info__popup p {
  padding: 2cap 0;
}
.l-inner .badge-about__popup .badge-info__popup .btn-close {
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  background: url(../images/ic_disable.png) no-repeat center/60%;
}
.l-inner .s-hero {
  padding-top: 0;
  height: 130px;
}
@media only screen and (max-width: 860px) {
  .l-inner .s-hero {
    display: none;
  }
}
.l-inner #online-map__section {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 0;
  max-width: 1920px;
}
.l-inner .online-map__toc {
  width: 250px;
  position: sticky;
  top: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 0 20px rgba(170, 170, 170, 0.25);
  z-index: 100;
  -ms-overflow-style: none; /* 隱藏 IE 和 Edge 的滾動條 */
  overflow: -moz-hidden-unscrollable; /* 隱藏 Firefox 的滾動條  */
}
.l-inner .online-map__toc::-webkit-scrollbar {
  display: none; /* 隱藏 Chrome 和 Safari 的滾動條 */
}
.l-inner .online-map__toc.is-sticky {
  height: calc(100vh - 80px);
  overflow: scroll;
}
@media only screen and (max-width: 1024px) {
  .l-inner .online-map__toc {
    width: 220px;
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__toc {
    width: 100%;
    position: fixed;
    height: 0;
    overflow: hidden;
    top: 130px;
    padding: 0 25px;
    transition: height 300ms, padding 300ms;
    background-color: white;
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-inner .online-map__toc {
    top: 100px;
  }
}
.l-inner .online-map__toc.open {
  height: calc(100vh - 100px);
  pointer-events: auto;
  overflow: scroll;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__toc.open {
    padding: 25px 20px;
    z-index: 999;
  }
}
.l-inner .online-map__caption {
  font-size: 12px;
  margin: 10px 0;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__caption {
    display: none;
  }
}
.l-inner .online-map__heading {
  font-size: 20px;
  margin: 5px 0 30px 0;
  font-weight: 500;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__heading {
    display: none;
  }
}
.l-inner .online-map__menu-list {
  display: flex;
  flex-direction: column;
}
.l-inner .online-map__menu-list a {
  display: block;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__menu-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: 20px;
  }
}
.l-inner .online-map__menu-list.is-sticky {
  position: absolute;
  top: 100px;
  left: 25px;
  right: 25px;
}
@media only screen and (max-width: 1024px) {
  .l-inner .online-map__menu-list.is-sticky {
    top: 100px;
    left: 15px;
    right: 15px;
  }
}
.l-inner .online-map__menu-list .menu-fd-title {
  font-size: 18px;
  padding: 8px 0 8px 10px;
  margin: 10px 0;
  color: #ffffff;
  position: relative;
  border-radius: 3px;
  background-color: #6a6a6a;
  box-shadow: 0 5px 15px rgba(106, 106, 106, 0.5);
  transition: transform 300ms, box-shadow 300ms;
}
.l-inner .online-map__menu-list .menu-fd-title:hover {
  transform: translate(0, -3px);
  box-shadow: 0 7px 20px rgba(106, 106, 106, 0.35);
}
.l-inner .online-map__menu-list .menu-fd-title:nth-child(1) {
  margin-top: 0;
}
.l-inner .online-map__menu-list .menu-fd-title.--adtech {
  background-color: #8e332d;
  box-shadow: 0 5px 15px rgba(142, 51, 45, 0.5);
}
.l-inner .online-map__menu-list .menu-fd-title.--content {
  background-color: #e67839;
  box-shadow: 0 5px 15px rgba(230, 120, 57, 0.5);
}
.l-inner .online-map__menu-list .menu-fd-title.--media {
  background-color: #ceb149;
  box-shadow: 0 5px 15px rgba(206, 177, 73, 0.5);
}
.l-inner .online-map__menu-list .menu-fd-title.--business {
  background-color: #2e5f43;
  box-shadow: 0 5px 15px rgba(46, 95, 67, 0.5);
}
.l-inner .online-map__menu-list .menu-fd-title.--data {
  background-color: #346fa0;
  box-shadow: 0 5px 15px rgba(52, 111, 160, 0.5);
}
.l-inner .online-map__menu-list .menu-fd-title.--process {
  background-color: #213458;
  box-shadow: 0 5px 15px rgba(33, 52, 88, 0.5);
}
.l-inner .online-map__menu-list .menu-fd-subtitle {
  font-size: 13px;
  padding: 7px 0 7px 7px;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 300ms, background-color 300ms;
  margin: 2px 0;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.menu-last-item {
  margin-bottom: 30px;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--adtech.active-item {
  background-color: rgba(236, 206, 209, 0.5);
  color: #8e332d;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--adtech:hover {
  background-color: rgba(236, 206, 209, 0.25);
  color: #8e332d;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--content.active-item {
  background-color: rgba(254, 240, 229, 0.7);
  color: #e67839;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--content:hover {
  background-color: rgba(254, 240, 229, 0.5);
  color: #e67839;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--media.active-item {
  background-color: rgba(248, 242, 199, 0.5);
  color: #ceb149;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--media:hover {
  background-color: rgba(248, 242, 199, 0.25);
  color: #ceb149;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--business.active-item {
  background-color: rgba(233, 238, 236, 0.5);
  color: #2e5f43;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--business:hover {
  background-color: rgba(233, 238, 236, 0.25);
  color: #2e5f43;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--data.active-item {
  background-color: rgba(231, 241, 249, 0.7);
  color: #346fa0;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--data:hover {
  background-color: rgba(231, 241, 249, 0.5);
  color: #346fa0;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--process.active-item {
  background-color: rgba(233, 233, 233, 0.7);
  color: #213458;
}
.l-inner .online-map__menu-list .menu-fd-subtitle.--process:hover {
  background-color: rgba(233, 233, 233, 0.5);
  color: #213458;
}
.l-inner .online-map__container {
  flex: 1;
  position: relative;
}
.l-inner .online-map__container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  z-index: -1;
  box-shadow: 0 0 20px rgba(170, 170, 170, 0.1);
}
.l-inner .online-map__headline {
  position: sticky;
  top: 80px;
  z-index: 200;
  height: 0;
  display: flex;
  align-items: center;
  padding-left: 25px;
  background: url("/media/templates/site/marsgo/images/header-bg.png") no-repeat left bottom/cover;
  overflow: hidden;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__headline {
    height: 50px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .l-inner .online-map__headline {
    top: 50px;
  }
}
.l-inner .online-map__title {
  font-size: 18px;
  font-weight: 500;
  flex: 1;
}
.l-inner .online-map__collapsebtn {
  width: 25px;
  height: 60px;
  margin-right: 15px;
  padding-top: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__collapsebtn {
    display: none;
  }
}
.l-inner .online-map__collapsebtn.is-sticky {
  position: sticky;
  top: 80px;
}
.l-inner .online-map__collapsebtn-inner {
  background: linear-gradient(45deg, #ff5701 0, #ff8e2a 100%);
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 10px rgba(237, 125, 47, 0.6);
  border-radius: 0 3px 3px 0;
  position: relative;
}
.l-inner .online-map__collapsebtn-inner .bar {
  position: absolute;
  width: 12px;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
  top: 50%;
  transition: transform 300ms, width 300ms;
}
.l-inner .online-map__collapsebtn-inner .bar:nth-child(1) {
  left: 50%;
  transform: translate(-50%, -3px) rotate(45deg);
}
.l-inner .online-map__collapsebtn-inner .bar:nth-child(2) {
  left: 50%;
  transform: translate(-50%, 3px) rotate(-45deg);
}
.l-inner .online-map__menubtn {
  width: 50px;
  height: 50px;
  padding: 8px;
  margin-right: 12px;
  cursor: pointer;
}
.l-inner .online-map__menubtn-inner {
  background: linear-gradient(45deg, #ff5701 0, #ff8e2a 100%);
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 10px rgba(237, 125, 47, 0.6);
  border-radius: 3px;
  position: relative;
}
.l-inner .online-map__menubtn-inner .bar {
  position: absolute;
  width: 12px;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
  top: 50%;
  transition: transform 300ms, width 300ms;
}
.l-inner .online-map__menubtn-inner .bar:nth-child(1) {
  left: 50%;
  transform: translate(-9px, -50%) rotate(45deg);
}
.l-inner .online-map__menubtn-inner .bar:nth-child(2) {
  left: 50%;
  transform: translate(-3px, -50%) rotate(-45deg);
}
.l-inner .online-map__menubtn-inner.active .bar:nth-child(1) {
  left: 50%;
  transform: translate(-9px, -50%) rotate(-45deg);
}
.l-inner .online-map__menubtn-inner.active .bar:nth-child(2) {
  left: 50%;
  transform: translate(-3px, -50%) rotate(45deg);
}
.l-inner .online-map__fd-title {
  font-size: 27px;
  font-weight: 500;
  padding: 22px 20px 22px 35px;
  position: sticky;
  background: #fff;
  z-index: 10;
  top: 80px;
  border-left: 5px solid rgba(170, 170, 170, 0);
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__fd-title {
    padding: 17px 20px 17px 22px;
    font-size: 25px;
    top: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .l-inner .online-map__fd-title {
    top: 100px;
  }
}
.l-inner .online-map__fd-title.--adtech {
  color: #8e332d;
}
.l-inner .online-map__fd-title.--content {
  color: #e67839;
}
.l-inner .online-map__fd-title.--media {
  color: #ceb149;
}
.l-inner .online-map__fd-title.--business {
  color: #2e5f43;
}
.l-inner .online-map__fd-title.--data {
  color: #346fa0;
}
.l-inner .online-map__fd-title.--process {
  color: #213458;
}
.l-inner .online-map__fd-subtitle {
  font-size: 17px;
  font-weight: 700;
  padding: 15px 20px 15px 35px;
  position: sticky;
  background: #fff;
  z-index: 10;
  top: 149px;
  border-left: 5px solid #aaa;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__fd-subtitle {
    top: 189px;
    padding: 13px 20px 13px 22px;
    font-size: 15px;
    border-left: 5px solid #aaa;
    text-shadow: 0 0 5px rgba(37, 41, 56, 0.5);
  }
}
@media only screen and (max-width: 768px) {
  .l-inner .online-map__fd-subtitle {
    top: 159px;
    height: 45px;
    display: flex;
    align-items: center;
  }
}
.l-inner .online-map__fd-subtitle.--adtech {
  border-color: #8e332d;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__fd-subtitle.--adtech {
    background-color: #8e332d;
    color: #ffffff;
  }
}
.l-inner .online-map__fd-subtitle.--content {
  border-color: #e67839;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__fd-subtitle.--content {
    background-color: #e67839;
    color: #ffffff;
  }
}
.l-inner .online-map__fd-subtitle.--media {
  border-color: #ceb149;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__fd-subtitle.--media {
    background-color: #ceb149;
    color: #ffffff;
  }
}
.l-inner .online-map__fd-subtitle.--business {
  border-color: #2e5f43;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__fd-subtitle.--business {
    background-color: #2e5f43;
    color: #ffffff;
  }
}
.l-inner .online-map__fd-subtitle.--data {
  border-color: #346fa0;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__fd-subtitle.--data {
    background-color: #346fa0;
    color: #ffffff;
  }
}
.l-inner .online-map__fd-subtitle.--process {
  border-color: #213458;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__fd-subtitle.--process {
    background-color: #213458;
    color: #ffffff;
  }
}
.l-inner .online-map__fd-content {
  padding: 15px 20px 15px 35px;
  border-left: 3px solid #ffffff;
  scroll-margin-top: 195px;
  min-height: 100px;
}
@media only screen and (max-width: 860px) {
  .l-inner .online-map__fd-content {
    padding: 15px 23px 15px 23px;
    font-size: 25px;
    top: 100px;
  }
}
.l-inner .online-map__fd-content .jr-results .jrCardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 120px); /* 每格 120px */
  grid-auto-rows: 1fr;
  gap: 10px; /* 保持 10px 間距 */
  grid-auto-flow: dense; /* 自動緊密排列 */
  padding-top: 0 !important;
  padding-bottom: 50px !important;
}
@media (max-width: 639px) {
  .l-inner .online-map__fd-content .jr-results .jrCardGrid {
    grid-auto-rows: 1fr;
  }
}
@media only screen and (max-width: 425px) {
  .l-inner .online-map__fd-content .jr-results .jrCardGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: unset;
  }
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer {
  break-inside: avoid;
  position: relative;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer:hover .jrCardTitle {
  opacity: 1;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer:hover .jrCardTitle .sm\:fwd-truncate {
  transform: translate(0, 0);
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.no-show {
  display: none !important;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.large {
  grid-row: span 24;
  grid-column: span 2; /* 寬度佔 2 欄 */
  position: relative;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.large::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background: url("/media/templates/site/marsgo/images/amt_badge.png") no-repeat center center;
  background-size: cover;
  z-index: 5;
  transition: 0.3s;
  right: 0;
  top: 0;
  border-radius: 0 4px 0 0;
  display: auto;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.large.has-turing::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  margin: 3px;
  background: url("/media/templates/site/marsgo/images/ic_turing.png") no-repeat center center;
  background-size: cover;
  z-index: 5;
  transition: 0.3s;
  right: 35px;
  top: 0;
  border-radius: 0 4px 0 0;
  display: auto;
  opacity: 1;
  pointer-events: none;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.large.has-turing:hover::after {
  opacity: 1;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.large .jrCardContent .jrCardTitle .fwd-leading-5 {
  display: flex;
  width: 100%;
  height: 100%;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.large .jrCardContent .jrCardTitle .fwd-text-lg {
  font-size: 18px !important;
  padding: 0 15px !important;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.large .jrCardContent .jrCardTitle .sm\:fwd-truncate {
  line-height: 1.1 !important;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.small {
  grid-row-end: span 12;
  grid-column: span 1; /* 寬度佔 1 欄 */
  position: relative;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.small.has-turing::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  margin: 5px;
  background: url("/media/templates/site/marsgo/images/ic_turing.png") no-repeat center center;
  background-size: cover;
  z-index: 5;
  transition: 0.3s;
  right: 0;
  top: 0;
  border-radius: 0 4px 0 0;
  display: auto;
  opacity: 0.7;
  pointer-events: none;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.small.has-turing:hover::after {
  opacity: 1;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.disable .jrCardInner {
  box-shadow: none !important;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer.disable a {
  pointer-events: none !important;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer .jrCardInner {
  border-radius: 5px !important;
  box-shadow: 0 3px 10px rgba(170, 170, 170, 0.3) !important;
  width: 100%;
  height: 100%;
}
.l-inner .online-map__fd-content .jr-results .jrCardContent {
  position: absolute;
}
.l-inner .online-map__fd-content .jr-results .jrCardContent .jrCardAuthorCreated, .l-inner .online-map__fd-content .jr-results .jrCardContent .jrCardRating, .l-inner .online-map__fd-content .jr-results .jrCardContent .jrCardFields, .l-inner .online-map__fd-content .jr-results .jrCardContent .jrCardAbstract, .l-inner .online-map__fd-content .jr-results .jrCardContent .jrStatusIndicators {
  display: none !important;
}
.l-inner .online-map__fd-content .jr-results .jrCardContent .jrCardTitle {
  background-color: rgba(37, 41, 56, 0.75);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 5px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 200ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-inner .online-map__fd-content .jr-results .jrCardContent .jrCardTitle .sm\:fwd-truncate {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  transform: translate(0, 7px);
  transition: transform 350ms;
  text-align: center !important;
  line-height: 1 !important;
}
.l-inner .online-map__fd-content .jr-results .jrCardContent .jrCardTitle .fwd-text-lg {
  font-size: 13px !important;
  color: #ffffff !important;
  text-shadow: 0 0 5px rgba(37, 41, 56, 0.5);
}
.l-inner .online-map__fd-content .jr-results .jrCardContent .jrCardTitle .fwd-tracking-wide {
  display: none !important;
}
.l-inner .online-map__fd-content .jr-results .jrCardImage {
  border-radius: 5px !important;
  overflow: hidden;
  box-shadow: none !important;
  height: auto !important;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer, .l-inner .online-map__fd-content .jr-results .jrCardInner, .l-inner .online-map__fd-content .jr-results .jrCardImage, .l-inner .online-map__fd-content .jr-results .fwd-absolute {
  aspect-ratio: 1/1 !important;
}
.l-inner .online-map__fd-content .jr-results .jr-layout-outer img, .l-inner .online-map__fd-content .jr-results .jrCardInner img, .l-inner .online-map__fd-content .jr-results .jrCardImage img, .l-inner .online-map__fd-content .jr-results .fwd-absolute img {
  aspect-ratio: 1/1 !important;
  object-fit: contain;
}
.l-inner .online-map__fd-content.--adtech {
  border-left: 5px solid #ecced1;
}
.l-inner .online-map__fd-content.--adtech .jrCardTitle {
  background-color: rgba(142, 51, 45, 0.75) !important;
}
.l-inner .online-map__fd-content.--content {
  border-left: 5px solid #fef0e5;
}
.l-inner .online-map__fd-content.--content .jrCardTitle {
  background-color: rgba(230, 120, 57, 0.75) !important;
}
.l-inner .online-map__fd-content.--media {
  border-left: 5px solid #f8f2c7;
}
.l-inner .online-map__fd-content.--media .jrCardTitle {
  background-color: rgba(206, 177, 73, 0.75) !important;
}
.l-inner .online-map__fd-content.--business {
  border-left: 5px solid #e9eeec;
}
.l-inner .online-map__fd-content.--business .jrCardTitle {
  background-color: rgba(46, 95, 67, 0.75) !important;
}
.l-inner .online-map__fd-content.--data {
  border-left: 5px solid #e7f1f9;
}
.l-inner .online-map__fd-content.--data .jrCardTitle {
  background-color: rgba(52, 111, 160, 0.75) !important;
}
.l-inner .online-map__fd-content.--process {
  border-left: 5px solid #e9e9e9;
}
.l-inner .online-map__fd-content.--process .jrCardTitle {
  background-color: rgba(33, 52, 88, 0.75) !important;
}

.s-wrapper.index-view {
  overflow: hidden;
}
.s-wrapper .l-inner #online-map__section.index-view {
  gap: 0 !important;
}
.s-wrapper .l-inner #online-map__section.index-view .online-map__toc {
  width: 100%;
  height: auto;
  position: static;
  transition: all 300ms;
}
.s-wrapper .l-inner #online-map__section.index-view .online-map__menu-list {
  position: static;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1280px) {
  .s-wrapper .l-inner #online-map__section.index-view .online-map__menu-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.s-wrapper .l-inner #online-map__section.index-view .online-map__container {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.s-wrapper .l-inner #online-map__section.index-view .online-map__heading {
  font-size: 28px;
}
.s-wrapper .l-inner #online-map__section.index-view .online-map__collapsebtn {
  display: none;
}
.s-wrapper .l-inner .s-hero.index-view {
  display: block;
}

/*# sourceMappingURL=techmap.css.map */
