.overview-content {
  overflow: hidden;
}
.overview-content a {
  text-decoration: none;
}
.overview-content button {
  font-size: 1em;
  color: inherit;
  background: unset;
  border: unset;
  outline: unset;
  cursor: pointer;
}
.overview-content sup {
  font-size: 0.5667em;
  line-height: normal;
  vertical-align: super;
}
.overview-content sup a,
.overview-content .sup a {
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit;
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  background: unset !important;
}
.overview-content video {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  object-fit: cover;
}
.overview-content .web-img {
  display: block;
}
.overview-content .mobile-img,
.sc-features .block-img-mobile {
  display: none;
}
.overview-content .m-show {
  display: none;
}
.overview-content .mercusys-red {
  color: #e00015;
}
@media (max-width: 736px) {
  .overview-content .web-img {
    display: none;
  }
  .overview-content .mobile-img,
  .sc-features .block-img-mobile {
    display: block;
  }
  .overview-content .m-hide {
    display: none;
  }
  .overview-content .m-show {
    display: block;
  }
}

@keyframes revealText {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.sc-features {
  font-size: 16px;
  max-width: 120em;
  margin: 0 auto;
  position: relative;
}
.sc-features .w-container {
  width: 73.125em;
  height: 60em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sc-features .text {
  flex: 1;
  padding: 0 0 6em;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sc-features .text h2 {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.25em;
}
.sc-features .text h3.slogan {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.3333;
  padding-bottom: 0;
  position: relative;
}
.sc-features .text h3.slogan .brand {
  display: inline-block;
  position: absolute;
  right: 18.5em;
  top: 0;
  text-align: right;
}
.sc-features .text h3.slogan #animatedSentence {
  display: inline-block;
  position: absolute;
  left: 14.5em;
  top: 0;
  text-align: left;
}
.sc-features .text h3 #animatedSentence.animated-sentence {
  animation: revealText 1s ease forwards;
}
.sc-features .text .slogan-source {
  display: none;
}

.sc-features .block-item {
  position: relative;
}
.sc-features .banner-layer {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 103.125em;
  height: 64.453125em;
  margin: 0 auto;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.sc-features .banner-layer.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sc-features .banner-layer.hidden {
  opacity: 0;
}
.sc-features .banner-layer .banner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform-origin: center center;
  will-change: transform, opacity, width, height;
}
/* Album stack: banner-1 on top, others layered behind. */
.sc-features .banner-layer .banner-img-1,
.sc-features .banner-layer .banner-img-1-mobile {
  z-index: 6;
}
.sc-features .banner-layer .banner-img-2 {
  z-index: 5;
}
.sc-features .banner-layer .banner-img-3 {
  z-index: 4;
}
.sc-features .banner-layer .banner-img-4 {
  z-index: 3;
}
.sc-features .banner-layer .banner-img-5 {
  z-index: 2;
}
.sc-features .banner-layer .banner-img-6 {
  z-index: 1;
}
/* Initial scattered sizes (JS also sets these). */
.sc-features .banner-layer .banner-img-1 {
  width: 18em;
}
.sc-features .banner-layer .banner-img-2 {
  width: 14em;
}
.sc-features .banner-layer .banner-img-3 {
  width: 16em;
}
.sc-features .banner-layer .banner-img-4 {
  width: 12em;
}
.sc-features .banner-layer .banner-img-5 {
  width: 15em;
}
.sc-features .banner-layer .banner-img-6 {
  width: 13em;
}
.sc-features .block-box {
  position: relative;
  width: 103.125em;
  height: 64.453125em;
  margin: 0 auto;
}
/* Desktop: hide mobile-specific banner-img-1. */
.sc-features .banner-layer .banner-img-1-mobile {
  display: none;
}
.sc-features .block-box.hidden {
  opacity: 0;
}
.sc-features .block-box.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sc-features .block-box.absolute {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sc-features .block-item.block-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 103.125em;
  height: 59em;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.sc-features .block-item.block-item.active {
  opacity: 1;
  z-index: 2;
}
.sc-features .block-item.block-item .block-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sc-features .block-item.block-item .block-bg .block-img-base,
.sc-features .block-item.block-item .block-bg .block-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sc-features .block-item.block-item .block-bg .block-img-base img,
.sc-features .block-item.block-item .block-bg .block-mask img {
  width: 103.125em;
  height: 59em;
  display: block;
}
.sc-features .block-item.block-item .block-mask {
  /* transparent 0~46%, visible 46~54%, transparent 54~100% => 8% wide window */
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 46%,
    #000 50%,
    #000 54%,
    transparent 54%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 46%,
    #000 50%,
    #000 54%,
    transparent 54%,
    transparent 100%
  );
  /* mask covers 200% width so a 8%-of-200 = 4% of overlay actual width window slides left→right */
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 150% 0%;
  mask-position: 150% 0%;
  transition:
    -webkit-mask-position 0.5s linear,
    mask-position 0.5s linear;
}
.sc-features .block-item.block-item .block-content {
  z-index: 3;
  width: 100em;
  margin: 0 auto;
  color: #fff;
  position: relative;
  height: 100%;
  opacity: 0;
  transform: translateY(2em);
  transition:
    opacity 0.6s ease 0.2s,
    transform 0.6s ease 0.2s;
}
.sc-features .block-item.block-item.active .block-content {
  opacity: 1;
  transform: translateY(0);
}
.sc-features .block-item.block-item .block-content .block-txt {
  padding: 6em 23em 0 7em;
}
.sc-features .block-item.block-item .block-content .block-txt h3 {
  font-size: 4em;
  line-height: 1.2;
  font-weight: 700;
}
.sc-features .block-item.block-item .block-content .block-txt p {
  font-size: 1.82em;
  line-height: 1.5;
  font-weight: 500;
}
.sc-features .block-item.block-item .block-content .block-nav {
  position: absolute;
  right: 4em;
  top: 6em;
  text-align: right;
}
.sc-features .block-item.block-item .block-content .block-nav::after {
  content: '';
  position: absolute;
  right: -1em;
  width: 0.05em;
  color: #fff;
  background: #fff;
  top: 0em;
  height: 100%;
}
.sc-features .block-item.block-item .block-content .block-nav .li-1 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  width: fit-content;
  position: relative;
}
.sc-features .block-item.block-item .block-content .block-nav .li-1::before {
  display: block;
  content: '';
  background: url(./img/right.png) 50% 100% no-repeat;
  background-size: 100%;
  width: 0.84375em;
  height: 0.703125em;
  color: #fff;
  position: absolute;
  left: -1.25em;
  top: 0.35em;
}
.sc-features .block-item.block-item .block-content .block-nav .li-2 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #b7b7b7;
}
.sc-features .block-item.block-item .block-content .block-nav .li-3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #b7b7b7;
}
.sc-features .block-item.block-item .block-content .block-note {
  position: absolute;
  bottom: 7em;
  left: 7em;
  width: 40em;
}
.sc-features .block-item.block-item .block-content .block-note p.note {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
}
.sc-features .block-item.block-item .block-content .block-note .link-box {
  background: #d40513;
  padding: 0.5em 1em;
  border-radius: 5em;
  width: fit-content;
  margin-top: 2em;
}
.sc-features .block-item.block-item .block-content .block-note .link-box a {
  color: #fff;
  display: flex;
  align-items: center;
}
.sc-features
  .block-item.block-item
  .block-content
  .block-note
  .link-box
  a
  span {
  display: flex;
  align-items: center;
}
.sc-features
  .block-item.block-item
  .block-content
  .block-note
  .link-box
  .link-arrow {
  padding-left: 0.5em;
}
.sc-features .block-item.block-item .block-content .link-logo {
  height: 1.25em;
  padding-left: 0.5em;
}
.sc-features .block-item.block-item-5 .block-content .link-logo  {
  padding-bottom: 0.4em;
}
.sc-features .block-item.block-item .block-content .highlight {
  padding-left: 0.5em;
  font-weight: 400;
}
@media (min-width: 1921px) {
  .sc-features {
    font-size: 0.8333vw;
  }
}
@media (max-width: 1680px) {
  .sc-features {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .sc-features {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .sc-features {
    font-size: 10.35px;
  }
  .sc-features .w-container {
    width: auto;
    height: auto;
    display: block;
    position: relative;
    min-height: 100vh;
  }
  .sc-features .text {
    padding: 74vw 5vw 0 5vw;
    text-align: center;
  }
  .sc-features .text h2 {
    font-size: 6.875vw;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0.125em;
  }
  .sc-features .text h3 {
    font-size: 4.25vw;
    font-weight: 400;
    line-height: 1.3333;
    padding-bottom: 0.75em;
  }
  .sc-features .text h3.slogan {
    display: block;
    font-size: 4.25vw;
    font-weight: 400;
    line-height: 1.3333;
    padding-bottom: 0.75em;
  }
  .sc-features .text h3.slogan #animatedSentence {
    left: 42vw;
  }
  .sc-features .text h3.slogan .brand {
    right: 50vw;
  }
  /* Mobile: banner-layer is a stage wrapping the text. Images scatter
     around the text, then gather and zoom into banner-1 as user scrolls.
     The block-box (block-1) stays hidden until the zoom completes, then
     reveals and takes over. */
  .sc-features .banner-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    transform: translateX(0);
  }
  .sc-features .banner-layer.fixed {
    /* Pin to viewport so images gather toward the visible center. */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: none;
    opacity: 1;
  }
  .sc-features .banner-layer.hidden {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    opacity: 0;
  }
  .sc-features .banner-layer .banner-img {
    will-change: transform, opacity, width, height;
  }
  /* Mobile scatter sizes (vw-based so they scale with viewport). */
  .sc-features .banner-layer .banner-img-1 {
    display: none;
  }
  .sc-features .banner-layer .banner-img-1-mobile {
    display: block;
    width: 42vw;
  }
  .sc-features .banner-layer .banner-img-2 {
    width: 28vw;
  }
  .sc-features .banner-layer .banner-img-3 {
    width: 32vw;
  }
  .sc-features .banner-layer .banner-img-4 {
    width: 24vw;
  }
  .sc-features .banner-layer .banner-img-5 {
    width: 30vw;
  }
  .sc-features .banner-layer .banner-img-6 {
    width: 26vw;
  }
  .sc-features .text {
    position: relative;
    z-index: 2;
  }
  /* block-box hidden by default; JS reveals it after banner zoom completes. */
  .sc-features .block-box {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  .sc-features .block-box.mobile-shown {
    opacity: 1;
  }
  /* When pinned, block-box covers the viewport so its text overlays the
     full-screen banner-1 (same image). No jump when banner-layer hides. */
  .sc-features .block-box.mobile-pinned {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 4;
    opacity: 1;
  }
  .sc-features .block-item.block-item {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    opacity: 1 !important;
    transform: none !important;
    z-index: auto !important;
    margin-bottom: 10vw;
  }
  .sc-features .block-item.block-item .block-bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: 120vw;
    overflow: hidden;
  }
  .sc-features .block-item.block-item .block-bg .block-img-base {
    display: none;
  }
  .sc-features .block-item.block-item .block-bg .block-img-mobile {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sc-features .block-item.block-item .block-mask {
    display: none;
  }
  .sc-features .block-item.block-item .block-content {
    position: absolute;
    inset: 0;
    width: auto;
    margin: 0;
    height: 100%;
    opacity: 1 !important;
    transform: none !important;
    z-index: 3;
    color: #fff;
    pointer-events: none;
  }
  .sc-features .block-item.block-item .block-content.block-content-right {
    text-align: right;
  }
  /* Re-enable click on links inside the non-interactive overlay. */
  .sc-features .block-item.block-item .block-content .link-button {
    pointer-events: auto;
  }
  .sc-features .block-item.block-item .block-content .block-txt {
    padding: 8vw 5vw 0;
  }
  .sc-features .block-item.block-item .block-content .block-txt h3 {
    font-size: 7vw;
    line-height: 1.2;
    font-weight: 700;
  }
  .sc-features .block-item.block-item .block-content .block-txt p {
    font-size: 4vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .sc-features .block-item.block-item .block-content .block-note {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    padding: 3vw 10vw 0 5vw;
    width: auto;
    font-size: 3vw;
  }
  .sc-features
    .block-item.block-item
    .block-content.block-content-right
    .block-note {
    padding: 3vw 5vw 0 10vw;
  }
  .sc-features .block-item.block-item .block-content .block-note .link-box {
    margin-top: 1.5em;
  }
  .sc-features
    .block-item.block-item
    .block-content.block-content-right
    .block-note
    .link-box {
    width: auto;
    display: inline-block;
  }
  .sc-features .block-item.block-item .block-content .block-nav.block-nav-left {
    position: absolute;
    font-size: 3vw;
    left: 13vw;
    top: 87vw;
    right: auto;
    text-align: left;
  }
  .sc-features
    .block-item.block-item
    .block-content
    .block-nav.block-nav-right {
    position: absolute;
    font-size: 3vw;
    right: 13vw;
    top: 87vw;

    text-align: right;
  }
  .sc-features
    .block-item.block-item
    .block-content
    .block-nav.block-nav-left::after {
    display: none;
  }
  .sc-features
    .block-item.block-item
    .block-content
    .block-nav.block-nav-left::before {
    content: '';
    position: absolute;
    left: -1em;
    width: 0.05em;
    color: #fff;
    background: #fff;
    top: 0em;
    height: 100%;
  }
  .sc-features
    .block-item.block-item
    .block-content
    .block-nav.block-nav-left
    .li-1::after {
    display: block;
    content: '';

    background: url(./img/right.png) 50% 100% no-repeat;
    background-size: 100%;
    width: 0.84375em;
    height: 0.703125em;
    color: #fff;
    position: absolute;
    right: -1.25em;
    top: 0.35em;
  }
  .sc-features
    .block-item.block-item
    .block-content
    .block-nav.block-nav-left
    .li-1::before {
    display: none;
  }
}
@media (max-width: 414px) {
  .sc-features {
    font-size: 2.5vw;
  }
}

.sc-overview {
  font-size: 16px;
  max-width: 120em;
  margin: 0 auto;
  background: url(./img/b.jpg) bottom / 120em no-repeat;
  height: 54em;
}
.sc-overview .w-container {
  width: 73.125em;
  margin: 0 auto;
  position: relative;
}
.sc-overview .text {
  padding: 4em 0 2em;
  text-align: center;
}
.sc-overview h2 {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.375em;
}
.sc-overview h3 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.375em;
}
.sc-overview p {
  font-size: 1.22em;
  font-weight: 400;
  line-height: 1.5;
}
.sc-overview .bg {
  position: absolute;
  left: 0;
  right: 0;
}
.sc-overview .support-item {
  position: absolute;
}
.sc-overview .support-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.sc-overview .support-window {
  width: 30em;
  background: #ffffff;
  border-radius: 2em;
  padding: 2em;
  position: absolute;
  bottom: 4em;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.sc-overview .support-item.active .support-window {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.sc-overview .support-header {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}
.sc-overview .support-uc {
  padding-left: 1em;
}
.sc-overview .support-uc .support-server {
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 0.5em;
}
.sc-overview .support-uc .support-info {
  font-size: 0.75em;
  line-height: 1.25;
  font-weight: 300;
  color: #888888;
}
.sc-overview .support-avatar {
  background: #d6d7d6;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sc-overview .support-avatar.asia {
  background: #ece6cd;
}
.sc-overview .support-avatar.eu {
  background: #cdd9ec;
}
.sc-overview .support-avatar.na,
.sc-overview .support-avatar.sa {
  background: #dbeccd;
}
.sc-overview .support-avatar.afr {
  background: #ecd6cd;
}
.sc-overview .support-avatar.oc {
  background: #cde1ec;
}
.sc-overview .support-avatar span {
  font-size: 1em;
  line-height: 1;
  font-weight: 300;
}
.sc-overview .support-button .support-img-active,
.sc-overview .support-button .support-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}
.sc-overview .support-button .support-img-active {
  opacity: 0;
}
.sc-overview .support-button .support-img {
  opacity: 1;
}

.sc-overview .support-item.active .support-button .support-img-active {
  opacity: 1;
}
.sc-overview .support-item.active .support-button .support-img {
  opacity: 0;
}

.sc-overview .support-detail {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.3;
  color: #25231e;
}
.sc-overview .support-img {
  width: 0.84375em;
}
.sc-overview .support-img-active {
  width: 1.78125em;
  z-index: 3;
}
.sc-overview .support-item-1 {
  left: 16em;
  top: 23em;
}
.sc-overview .support-item-2 {
  left: 10em;
  top: 31em;
}
.sc-overview .support-item-3 {
  left: 8.25em;
  top: 13em;
}
.sc-overview .support-item-4 {
  left: 10.25em;
  top: 23em;
}
.sc-overview .support-item-5 {
  left: 4.25em;
  top: 18.5em;
}
.sc-overview .support-item-6 {
  left: 36.1em;
  top: 11.1em;
}
.sc-overview .support-item-7 {
  left: 35.25em;
  top: 12.5em;
}
.sc-overview .support-item-8 {
  left: 38.25em;
  top: 11.5em;
}
.sc-overview .support-item-9 {
  left: 40em;
  top: 12em;
}
.sc-overview .support-item-10 {
  left: 39em;
  top: 13em;
}
.sc-overview .support-item-11 {
  left: 37em;
  top: 10.8em;
}
.sc-overview .support-item-12 {
  left: 39em;
  top: 11em;
}
.sc-overview .support-item-13 {
  left: 34em;
  top: 13.5em;
}
.sc-overview .support-item-14 {
  left: 43.65em;
  top: 13.75em;
}
.sc-overview .support-item-15 {
  left: 33.725em;
  top: 10.75em;
}
.sc-overview .support-item-16 {
  left: 67.725em;
  top: 22.75em;
}
.sc-overview .support-item-17 {
  left: 72.725em;
  top: 20.75em;
}
.sc-overview .support-item-18 {
  left: 67.725em;
  top: 24.75em;
}
.sc-overview .support-item-19 {
  left: 72.5em;
  top: 18.75em;
}
.sc-overview .support-item-20 {
  left: 68em;
  top: 20em;
}
.sc-overview .support-item-21 {
  left: 77em;
  top: 28em;
}
.sc-overview .support-item-22 {
  left: 47em;
  top: 16em;
}
.sc-overview .support-item-23 {
  left: 42.5em;
  top: 27.5em;
}
@media (min-width: 1921px) {
  .sc-overview {
    font-size: 0.8333vw;
  }
}
@media (max-width: 1680px) {
  .sc-overview {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .sc-overview {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .sc-overview {
    font-size: 10.35px;
    background: #f7f7f7 url(./m/c.jpg) 50% 100% no-repeat;
    background-size: 100%;
    height: auto;
    padding-bottom: 50vw;
  }
  .sc-overview .w-container {
    width: auto;
  }
  .sc-overview .text {
    padding: 0 0 2em;
    text-align: center;
  }
  .sc-overview h2 {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.2;
    padding: 2em 5vw 0.5em;
  }
  .sc-overview h3 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 5vw 0.5em;
  }
  .sc-overview p {
    font-size: 1.75em;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 5vw;
  }

  /* Mobile: 4-row brick layout with seamless horizontal auto-scroll. */
  .sc-overview .bg {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 2em;
  }
  .sc-overview .support-scroll {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
  }
  .sc-overview .support-row {
    display: flex;
    gap: 1.25em;
    align-items: stretch;
    width: max-content;
    will-change: transform;
  }
  .sc-overview .support-item {
    position: relative;
    top: auto !important;
    left: auto !important;
    flex: 0 0 26em;
    width: 26em;
    display: flex;
  }
  /* Always show window (no hover/toggle interaction on mobile); fill row height. */
  .sc-overview .support-window {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    padding: 1.25em 1.4em;
    background: #ffffff;
    border-radius: 1.25em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .sc-overview .support-header {
    padding-bottom: 0.8em;
    display: flex;
    align-items: flex-start;
  }
  .sc-overview .support-avatar {
    flex: 0 0 3em;
    width: 3em;
    height: 3em;
  }
  .sc-overview .support-uc {
    flex: 1;
    min-width: 0;
    padding-left: 0.9em;
  }
  .sc-overview .support-uc .support-server {
    font-size: 2.34vw;
    padding-bottom: 0.35em;
    padding: 0 0 0.35em 0;
  }
  .sc-overview .support-uc .support-info {
    font-size: 2.25vw;
    line-height: 1.3;
    padding: 0 0 0.35em 0;
  }
  .sc-overview .support-body {
    flex: 1;
  }
  .sc-overview .support-detail {
    font-size: 2.5vw;
    line-height: 1.35;
    font-weight: 300;
    color: #25231e;
    padding: 0;
  }
  .sc-overview .support-button {
    display: none;
  }
}
@media (max-width: 414px) {
  .sc-overview {
    font-size: 2.5vw;
  }
}
.sc-note {
  font-size: 16px;
  margin: 0 auto;
}
.sc-note .w-container {
  width: 73.125em;
  margin: 0 auto;
}
.sc-note .w-container .text {
  padding: 2em 0 2em;
  text-align: left;
}
.sc-note p {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 1921px) {
  .sc-note {
    font-size: 0.8333vw;
  }
}
@media (max-width: 1680px) {
  .sc-note {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .sc-note {
    font-size: 12px;
  }
}
@media (max-width: 736px) {
  .sc-note {
    font-size: 10.35px;
  }
  .sc-note .w-container {
    width: auto;
  }
  .sc-note .text {
    padding: 0 0 2em;
    text-align: center;
  }

  .sc-note p {
    font-size: 1.35em;
    font-weight: 300;
    line-height: 1.5;
    padding: 0 5vw;
  }
}
@media (max-width: 414px) {
  .sc-note {
    font-size: 2.5vw;
  }
}
