@charset "UTF-8";
/*******/
/** 页面置灰 **/
.page-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

/** 页面css  */
/* 自定义样式-首页 */
.p-home {
  background-color: #000;
}
.p-home .main-box {
  z-index: 1;
}
.p-home .footer {
  z-index: 10;
}

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@keyframes floatUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.hmst-ban-box {
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.hmst-ban-box .hmst-ban-swiper {
  height: 100%;
}
.hmst-ban-box .hmst-ban-swiper .swiper-wrapper {
  height: 100%;
}
.hmst-ban-box .hmst-ban-swiper .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hmst-ban-box .slide-imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hmst-ban-box .slide-imgs .imgs,
.hmst-ban-box .slide-imgs img {
  width: 100%;
  height: 100%;
}
.hmst-ban-box .slide-imgs img {
  object-fit: cover;
  object-position: center center;
  -webkit-animation: scaleDown 1s linear forwards;
          animation: scaleDown 1s linear forwards;
}
.hmst-ban-box .slide-text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.hmst-ban-box .slide-tbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 1.5rem 0;
  text-align: center;
  max-width: 68.95rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  transform: translateY(-2.3rem);
  -webkit-transform: translateY(-2.3rem);
}
.hmst-ban-box .slide-tbox .rocket-title-xxxl {
  text-shadow: 0px 1px 2.5px 0px rgba(0, 0, 0, 0.42);
}
.hmst-ban-box .slide-tbox > * {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation: floatUp 0.8s ease-out forwards;
          animation: floatUp 0.8s ease-out forwards;
}
.hmst-ban-box .slide-tbox > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.hmst-ban-box .slide-tbox > *:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.hmst-ban-box .slide-tbox > *:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.hmst-ban-box .slide-tbox > *:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.hmst-ban-box .slide-tbox > *:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.hmst-ban-box .slide-tbox > *:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.hmst-ban-box .slide-tbox > *:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.hmst-ban-box .slide-tbox > *:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.hmst-ban-box .slide-tbox > *:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.hmst-ban-box .slide-tbox > *:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.hmst-ban-box .slide-tbox > *:nth-child(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.hmst-ban-box .slide-tbox > *:nth-child(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.hmst-ban-box .slide-tbox > *:nth-child(13) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.hmst-ban-box .slide-tbox > *:nth-child(14) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.hmst-ban-box .slide-tbox > *:nth-child(15) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.hmst-ban-box .slide-tbox > *:nth-child(16) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.hmst-ban-box .slide-tbox > *:nth-child(17) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.hmst-ban-box .slide-tbox > *:nth-child(18) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.hmst-ban-box .slide-tbox > *:nth-child(19) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.hmst-ban-box .slide-tbox > *:nth-child(20) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

@media (max-width: 991.98px) {
  .hmst-ban-box {
    height: 100dvh;
  }
  .hmst-ban-box .rocket-content__inner {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-bottom: 0.78rem;
  }
  .hmst-ban-box .slide-tbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    grid-gap: 0.6rem 0;
    text-align: center;
    color: #fff;
    max-width: 100%;
    transform: translateY(0rem);
    -webkit-transform: translateY(0rem);
  }
  .hmst-ban-box .slide-tbox .rocket-title-xxxl {
    text-shadow: 0px 1px 2.5px 0px rgba(0, 0, 0, 0.42);
    font-size: 0.56rem;
    line-height: 0.68rem;
  }
}
.hmst-todo-box {
  position: relative;
}

.hmst-todo-sticky {
  width: 100%;
  position: sticky;
  top: 0;
  mix-blend-mode: screen;
  background: #060827 url("/img/common/hm-bg.webp") no-repeat center top;
  background-size: 100% auto;
}

@media (min-width: 992px) {
  .hmst-todo-sticky .hmst-todo-idm::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
  }
}
.hmst-todo-idm {
  z-index: 1;
  width: 100%;
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.5em;
  --line-height: 1.5em;
  mix-blend-mode: screen;
  position: relative;
  left: 0;
  top: 0;
}

.hmst-todo-idm-sitcky {
  width: 100%;
  padding: 6rem 0 1rem;
  color: var(--mt-global-color-theme-h);
  position: relative;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
}

.hmtodo-idm-grid {
  display: grid;
  grid-template-columns: 1fr min(56.5%, 44.3rem);
  gap: 0 5rem;
}

.hmtodo-idm-left .sbtit {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  padding-bottom: 0.85rem;
  color: #52ddff;
}
.hmtodo-idm-left .sbtit::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #4ed0f3 0%, rgba(78, 208, 243, 0) 100%);
  background: linear-gradient(90deg, #4ed0f3 0%, rgba(78, 208, 243, 0) 100%);
}

.hmtodo-idm-right h2 {
  text-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.42);
}
.hmtodo-idm-right h2 span {
  display: block;
  color: var(--mt-global-color-theme-light);
}
.hmtodo-idm-right .st-text {
  margin-top: 1.5rem;
}

.hmtodo-idm-imgs {
  max-width: 72.5rem;
  margin: 0 auto;
  mix-blend-mode: screen;
}
.hmtodo-idm-imgs .imgs,
.hmtodo-idm-imgs img {
  display: block;
  width: 100%;
  background: transparent;
}
.hmtodo-idm-imgs img {
  mix-blend-mode: screen;
}

.hmtodo-st-group {
  position: relative;
  z-index: 2;
}

.hmdo-adv-item {
  min-width: 0;
}
.hmdo-adv-item .item-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #f2f3ee;
  color: #060606;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hmdo-adv-item:first-child .item-box {
  background: #bdf3eb;
}
.hmdo-adv-item:nth-child(2) .item-box {
  background: #171b4f;
  color: #fff;
}
.hmdo-adv-item .item-imgs {
  aspect-ratio: 523/251;
}
.hmdo-adv-item .item-imgs .imgs,
.hmdo-adv-item .item-imgs img {
  display: block;
  width: 100%;
  height: 100%;
}
.hmdo-adv-item .item-imgs img {
  object-fit: cover;
  object-position: center center;
}
.hmdo-adv-item .item-body {
  -webkit-flex: 1;
          flex: 1;
  padding: 1.75rem 2rem 2.65rem;
}
.hmdo-adv-item .item-title {
  font-weight: 700;
}

.hmtodo-st-led {
  position: relative;
  padding: 9rem 0 7rem;
  color: #fff;
  background: #060827;
}
.hmtodo-st-led .st-bgimgs {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hmtodo-st-led .st-bgimgs .imgs,
.hmtodo-st-led .st-bgimgs img {
  width: 100%;
  height: 100%;
}
.hmtodo-st-led .st-bgimgs .imgs {
  position: relative;
}
.hmtodo-st-led .st-bgimgs img {
  display: block;
  object-fit: cover;
  object-position: center center;
  mix-blend-mode: screen;
}
.hmtodo-st-led > .rocket-content__inner {
  position: relative;
  z-index: 1;
}
.hmtodo-st-led h2 {
  margin-bottom: 4rem;
  text-shadow: 0 1px 2.5px rgba(0, 0, 0, 0.42);
}

.hmtodo-led-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0 1rem;
}
.hmtodo-led-grid .item-box {
  position: relative;
  min-height: 8.7rem;
  padding: 1.5rem 1.25rem;
  background: rgba(34, 28, 28, 0.25);
  color: #fff;
  backdrop-filter: blur(1.38rem);
}
.hmtodo-led-grid .item-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.hmtodo-led-grid .item-title {
  font-size: clamp(1.1rem, 1.39vw, 1.2rem);
  line-height: 1.17em;
  --line-height: 1.17em;
  font-weight: 700;
}

@media (min-width: 992px) {
  .hmst-todo-idm-sitcky {
    position: relative;
    z-index: 11;
  }
  .hmto-adv-grid .hmdo-adv-item:hover .item-box {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .hmto-adv-grid > * {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}
@media (max-width: 991.98px) {
  .hmst-todo-sticky {
    background: #060827 url("/img/images/tj59.webp") no-repeat center top;
    background-size: 100% auto;
  }
  .hmst-todo-idm {
    z-index: 1;
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.42rem;
    --line-height: 0.42rem;
    padding-bottom: 0;
    mix-blend-mode: screen;
    position: relative;
    left: 0;
    top: 0;
  }
  .hmst-todo-idm-sitcky {
    width: 100%;
    padding: 1.4rem 0 0.46rem;
  }
  .hmtodo-idm-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.14rem 0rem;
  }
  .hmtodo-idm-left .sbtit {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    padding-bottom: 0rem;
    color: #52ddff;
  }
  .hmtodo-idm-left .sbtit::after {
    display: none;
  }
  .hmtodo-idm-right h2 {
    text-shadow: initial;
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .hmtodo-idm-right h2 span {
    display: contents;
    color: var(--mt-global-color-theme-light);
  }
  .hmtodo-idm-right .st-text {
    margin-top: 0.3rem;
    line-height: 0.48rem;
    font-size: 0.3rem;
  }
  .hmtodo-idm-imgs {
    max-width: 100%;
    margin-top: 0.2rem;
  }
  .hmtodo-idm-imgs .imgs,
  .hmtodo-idm-imgs img {
    display: block;
    width: 100%;
    background: transparent;
  }
  .hmtodo-idm-imgs .imgs {
    width: auto;
    margin: 0 -0.5rem 0;
  }
  .hmtodo-idm-imgs img {
    mix-blend-mode: screen;
  }
  .hmtodo-st-group {
    position: relative;
    z-index: 2;
  }
  .hmtodo-st-adv {
    overflow: hidden;
    padding-bottom: 1rem;
  }
  .hmtodo-st-adv.isone .yd-pagination-pross {
    display: none;
  }
  .hmto-adv-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
  .hmdo-adv-item {
    min-width: 0;
  }
  .hmdo-adv-item .item-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 100%;
    background: #f2f3ee;
    color: #060606;
    width: 100%;
  }
  .hmdo-adv-item:first-child .item-box {
    background: #bdf3eb;
  }
  .hmdo-adv-item:nth-child(2) .item-box {
    background: #171b4f;
    color: #fff;
  }
  .hmdo-adv-item .item-imgs {
    aspect-ratio: 523/251;
  }
  .hmdo-adv-item .item-imgs .imgs,
  .hmdo-adv-item .item-imgs img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hmdo-adv-item .item-imgs img {
    object-fit: cover;
    object-position: center center;
  }
  .hmdo-adv-item .item-body {
    -webkit-flex: 1;
            flex: 1;
    padding: 0.41rem;
    min-height: 2.2rem;
  }
  .hmdo-adv-item .item-title {
    font-weight: 700;
  }
  .yd-pagination-pross {
    position: relative;
    margin-top: 0.6rem;
    padding-top: 0.04rem;
  }
  .yd-pagination-pross > * {
    height: 0.02rem !important;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .yd-pagination-pross .swiper-pagination-progressbar-fill {
    height: 0.04rem;
    background: #7DFEFC;
  }
  .hmtodo-st-led {
    position: relative;
    padding: 0.6rem 0 1.4rem;
    color: #fff;
    background: #060827;
  }
  .hmtodo-st-led .st-bgimgs {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .hmtodo-st-led .st-bgimgs .imgs,
  .hmtodo-st-led .st-bgimgs img {
    width: 100%;
    height: 100%;
  }
  .hmtodo-st-led .st-bgimgs .imgs {
    position: relative;
  }
  .hmtodo-st-led .st-bgimgs img {
    display: block;
    object-fit: cover;
    object-position: center center;
    mix-blend-mode: screen;
  }
  .hmtodo-st-led > .rocket-content__inner {
    position: relative;
    z-index: 1;
  }
  .hmtodo-st-led h2 {
    margin-bottom: 0.5rem;
    text-shadow: initial;
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .hmtodo-led-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem 0;
  }
  .hmtodo-led-grid .item-box {
    min-height: 1.5rem;
    padding: 0.1rem 0.5rem;
    background: rgba(34, 28, 28, 0.25);
    backdrop-filter: blur(6.8000001907px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .hmtodo-led-grid .item-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.03rem;
    height: 100%;
  }
  .hmtodo-led-grid .item-title {
    font-size: 0.3rem;
    line-height: 0.46rem;
    --line-height: 0.46rem;
    font-weight: 700;
  }
}
.hmst-last-box {
  position: relative;
}

.hmst-plan-box {
  position: relative;
  z-index: 1;
  height: 200vh;
}

.hmst-plan-sticky {
  position: sticky;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.hmplan-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmplan-circle .imgs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
.hmplan-circle .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}
.hmplan-circle .imgs2 {
  z-index: 1;
}
.hmplan-circle .imgs1 {
  z-index: 2;
}

.hmplan-layer {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmplan-layer .s-heading-h2 {
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.21);
}
.hmplan-layer .laybox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}

.hmplan-layer1 {
  pointer-events: none;
}

.hmplan-layer2 .laybox {
  opacity: 0;
}
.hmplan-layer2 .rocket-video-btn_play {
  position: static;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 0.7rem;
  width: auto;
  height: auto;
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 700;
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.3em;
  --line-height: 1.3em;
  transform: none;
  -webkit-transform: none;
}
.hmplan-layer2 .rocket-video-btn_play .bi {
  position: static;
  display: block;
  width: 2rem;
  height: 2rem;
  background: #52ddff;
  -webkit-mask: url("/img/common/ic-play-black.svg") no-repeat center/contain;
  mask: url("/img/common/ic-play-black.svg") no-repeat center/contain;
  transform: none;
  -webkit-transform: none;
}

.hmst-ar-box {
  position: relative;
  min-height: 100vh;
  padding: 6.7rem 0 0;
  color: var(--mt-global-color-theme-h);
  text-align: center;
  z-index: 5;
}
.hmst-ar-box::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  background: #000 url("/img/common/hm-bg3.webp") no-repeat center top;
  background-size: 100% auto;
  aspect-ratio: 1729/1505;
}
.hmst-ar-box .st-header {
  position: relative;
  z-index: 2;
}
.hmst-ar-box .st-text {
  margin-top: 1rem;
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.5em;
  --line-height: 1.5em;
}
.hmst-ar-box .btnbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 1.65rem;
}
.hmst-ar-box .st-imgs {
  position: relative;
  z-index: 2;
}
.hmst-ar-box .st-imgs .imgs,
.hmst-ar-box .st-imgs img {
  display: block;
  width: 100%;
}

@media (max-width: 991.98px) {
  .hmplan-layer .s-heading-h2 {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .hmplan-layer2 .rocket-video-btn_play {
    font-size: 0.3rem;
    line-height: 0.4rem;
    gap: 0 0.14rem;
    margin-top: 0.8rem;
  }
  .hmplan-layer2 .rocket-video-btn_play .bi {
    width: 0.39rem;
    height: 0.39rem;
  }
  .hmst-ar-box {
    position: relative;
    min-height: 100vh;
    padding: 1.4rem 0 0;
    color: var(--mt-global-color-theme-h);
    text-align: center;
    z-index: 5;
  }
  .hmst-ar-box::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    background: #000 url("/img/images/tj62.webp") no-repeat center top;
    background-size: 100% auto;
    aspect-ratio: 750/1332;
  }
  .hmst-ar-box .st-header {
    position: relative;
    z-index: 2;
  }
  .hmst-ar-box .st-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    --line-height: 0.42rem;
  }
  .hmst-ar-box .btnbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 0.5rem;
  }
  .hmst-ar-box .st-imgs {
    position: relative;
    z-index: 2;
    margin-top: 0.63rem;
  }
  .hmst-ar-box .st-imgs .imgs,
  .hmst-ar-box .st-imgs img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .p-home .rocket-title-xxl {
    font-size: clamp(1.8rem, 3.24vw, 2.8rem);
    line-height: 1.21em;
    --line-height: 1.21em;
  }
}