@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

body, button, input, select, textarea {
  font: 12px/1.5 tahoma,arial,'微软雅黑'; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

address, cite, dfn, em, var {
  font-style: normal; }

code, kbd, pre, samp {
  font-family: courier new,courier,monospace; }

small {
  font-size: 12px; }

ul, ol, li, dl, dt, dd {
  list-style: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

legend {
  color: #000; }

fieldset, img {
  border: 0; }

button, input, select, textarea {
  font: 12px/1.5 tahoma,arial,sans-serif;
  vertical-align: middle;
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  _overflow: auto;
  _height: 100%;
  margin: 0 auto;
  font-family: SimHei Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif !important;
  font-size: 12px;
  line-height: 1.5;
  background-color: #ffffff;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }

html {
  _overflow: hidden;
  font-size: 100px; }

:focus {
  outline: 1; }

hr {
  box-sizing: content-box;
  height: 0; }

button, html input[type=button], input[type=submit] {
  -webkit-apperance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

ol, ul {
  list-style: none; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%; }

em, i, u {
  font-style: normal; }

input {
  border: 1px solid #ddd;
  height: 25px;
  line-height: 25px;
  vertical-align: middle; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block; }

.hide {
  display: none; }

.clear, .clr {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

/*a*/
a {
  color: #666;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box;
  scroll-behavior: smooth; }

body {
  cursor: url("../images/IPlogo.png") 16 16, auto; }

body.en {
  font-family: "Montserrat", sans-serif !important; }
  body.en .about_us .about_infor p {
    text-indent: 0; }

.container {
  max-width: 1400px;
  margin: 0 auto; }

.svg-icon {
  font-size: 20px;
  color: #666;
  width: 22px;
  height: 22px;
  margin-right: 6px; }

.language {
  display: flex;
  align-items: center; }

.header {
  height: 80px;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center; }
  .header .left {
    display: flex;
    align-items: center; }
  .header .menu-icon {
    background: url("../images/list.svg") no-repeat 50%;
    background-size: cover;
    display: none;
    height: 18px;
    width: 24px; }
  .header .logo img {
    width: 260px; }
  .header .nav_list {
    display: flex; }
    .header .nav_list .nav_item {
      margin: 0 20px; }
      .header .nav_list .nav_item.active a {
        color: #183f92;
        font-weight: bold;
        border-bottom: 2px solid #183f92; }
      .header .nav_list .nav_item a {
        color: #333;
        padding: 5px 10px;
        font-size: 15px;
        transition: all 0.3s;
        border-bottom: 2px solid #fff; }
        .header .nav_list .nav_item a:hover {
          color: #183f92;
          border-bottom: 2px solid #183f92; }
  .header .right_infor {
    display: flex;
    align-items: center; }
    .header .right_infor .svg-icon {
      margin-bottom: -5px; }
    .header .right_infor .language {
      font-size: 14px;
      margin-right: 10px; }
      .header .right_infor .language .lang_active {
        color: #183f92; }

.banner .bannermore {
  position: absolute;
  width: auto;
  z-index: 9;
  bottom: 40px;
  transform: translate(-50%, 0%);
  left: 50%;
  cursor: pointer;
  transition: all 0.3s; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 55; }

.moble_menu {
  position: fixed;
  transition: all 0.3s;
  right: -75%;
  transform: matrix(-75%, 0, 0);
  width: 75%;
  height: 100%;
  top: 0;
  background-color: #fff;
  z-index: 666;
  padding-top: 50px; }
  .moble_menu .nav_list {
    display: flex;
    flex-direction: column; }
    .moble_menu .nav_list .nav_item {
      margin: 10px 20px; }
      .moble_menu .nav_list .nav_item.active a {
        color: #183f92; }
      .moble_menu .nav_list .nav_item a {
        color: #333;
        font-size: 15px; }
  .moble_menu .language {
    padding: 0 20px;
    font-size: 15px; }
    .moble_menu .language .lang_active {
      color: #183f92; }
  .moble_menu .register {
    margin: 20px auto; }

.register {
  text-align: center; }
  .register a {
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 6px 10px;
    text-align: center;
    background-color: #183f92; }

.banner .bannermore .a1 {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: block;
  height: 100px; }

.banner .bannermore strong {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.banner .bannermore strong span {
  position: relative;
  display: block;
  background: #fff;
  width: 18px;
  height: 28px;
  border-radius: 2rem;
  opacity: 0.8; }

.banner .bannermore strong span:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 9px;
  background: #aaa;
  border-radius: 4rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: 1.5s linear 0.5s infinite hua; }

@keyframes hua {
  from {
    top: 5px; }
  to {
    top: 20px; } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.banner .bannermore:hover {
  opacity: 0.8; }

.banner {
  position: relative; }
  .banner .swiper-slide {
    position: relative;
    height: 450px; }
    .banner .swiper-slide .txt {
      top: 20%;
      position: absolute;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 24px;
      padding-bottom: 20px;
      font-weight: bold;
      z-index: 555; }

.swiper {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: calc(var(--swiper-navigation-size) / 22 * 27);
  height: var(--swiper-navigation-size); }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 36px; }

.index_title {
  text-align: center;
  padding: 20px; }
  .index_title h1 {
    position: relative;
    font-size: 24px;
    padding-bottom: 10px; }
    .index_title h1::after {
      content: "";
      width: 30px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -15px;
      background-color: #a0d13d; }

.about_us {
  background-image: url(../images//mapbg@2x.png);
  background-position: center bottom;
  background-size: 40% auto;
  background-repeat: no-repeat; }
  .about_us .about_infor {
    width: 100%;
    font-size: 16px;
    line-height: 30px; }
    .about_us .about_infor p {
      margin-bottom: 10px;
      text-indent: 32px; }

.ng-star-inserted {
  padding: 40px 40px 0 40px; }
  .ng-star-inserted .ant-row {
    display: flex;
    position: relative;
    justify-content: space-between; }
    .ng-star-inserted .ant-row .statistic-item {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .ng-star-inserted .ant-row .statistic-item__value {
      width: 90px;
      position: relative; }
    .ng-star-inserted .ant-row .counter {
      font-size: 42px;
      font-weight: bold;
      font-family: "Techna-Sans-Regular-2"; }
    .ng-star-inserted .ant-row span {
      font-size: 24px; }
    .ng-star-inserted .ant-row .statistic-item__title {
      font-size: 16px; }
    .ng-star-inserted .ant-row .unit {
      position: absolute;
      right: 0;
      top: 0px; }

.advantages_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 2列 */
  gap: 20px;
  /* 设置20px的行列间隙 */ }
  .advantages_list .advantages_item {
    position: relative;
    overflow: hidden; }
  .advantages_list .advantages_txt {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: left;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 20px; }
  .advantages_list h3 {
    font-weight: bold;
    font-size: 18px;
    color: #fff; }
  .advantages_list ul li {
    color: #fff;
    font-size: 14px; }

.partner_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 2列 */
  gap: 10px;
  /* 设置20px的行列间隙 */ }
  .partner_list .partner_item {
    border-radius: 5px;
    border: 1px solid #eee;
    text-align: center;
    background-color: #fff;
    overflow: hidden; }
    .partner_list .partner_item.width80 img {
      max-width: 40%; }
    .partner_list .partner_item img {
      border-radius: 5px;
      margin: 0 auto;
      max-width: 50%;
      transition: all 0.3s; }
      .partner_list .partner_item img:hover {
        transform: scale(1.2); }
  .partner_list.row5 {
    grid-template-columns: repeat(5, 1fr);
    /* 2列 */
    gap: 10px;
    /* 设置20px的行列间隙 */ }

.technologyPartner {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
  margin-top: 20px; }

.hotelPartner {
  padding-bottom: 20px;
  margin-top: 20px; }

.honor_list {
  display: block;
  overflow: hidden;
  padding-bottom: 30px; }

.honor_list .la {
  overflow: visible;
  white-space: nowrap;
  height: 160px;
  margin-bottom: 20px;
  position: relative; }

.honor_list .la dl {
  -webkit-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  -moz-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  -ms-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  -o-animation: kf-client-wall-1 50s linear 0s infinite forwards;
  animation: kf-client-wall-1 50s linear 0s infinite forwards;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.honor_list .la dl dd {
  position: relative;
  height: 100%;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 6px;
  display: inline-block; }

.honor_list .la dl dd img {
  display: block;
  width: auto;
  height: 100%; }

.hb-mainImage__video {
  height: 500px;
  width: 100%; }

@keyframes kf-client-wall-1 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0); } }

.honor_list .gd2 dl {
  -webkit-animation: kf-client-wall-2 50s linear 0s infinite forwards;
  -moz-animation: kf-client-wall-2 50s linear 0s infinite forwards;
  -ms-animation: kf-client-wall-2 50s linear 0s infinite forwards;
  -o-animation: kf-client-wall-2 50s linear 0s infinite forwards;
  animation: kf-client-wall-2 50s linear 0s infinite forwards;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

@keyframes kf-client-wall-2 {
  0% {
    -webkit-transform: translate(-33.333%, 0);
    -moz-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    -o-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

.company {
  padding: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .company .row3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    /* 可选，自动调整行高 */
    gap: 10px; }
  .company .row4 {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; }
  .company .company_item {
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center; }
    .company .company_item .icon {
      display: block;
      width: 36px;
      height: 36px;
      margin-right: 10px;
      background-image: url(../images/bussiness_icon.png);
      background-size: cover;
      background-repeat: no-repeat; }
    .company .company_item .txt {
      flex: 1; }
    .company .company_item.EN {
      font-size: 14px; }

.footer {
  background-color: #f8fcff; }
  .footer .container {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between; }
  .footer .footer_left {
    font-size: 15px; }
    .footer .footer_left p {
      margin-bottom: 5px; }
  .footer .right_contact {
    display: flex; }
    .footer .right_contact .contact_item {
      margin: 0 10px;
      text-align: center;
      font-size: 14px; }

.contact_infor {
  padding-top: 20px; }
  .contact_infor .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    .contact_infor .container .contact_item {
      padding: 20px;
      border-radius: 10px;
      background-color: #fafafa; }
      .contact_infor .container .contact_item .title {
        font-weight: bold;
        font-size: 18px;
        color: #434343; }
      .contact_infor .container .contact_item .contact_list {
        padding-bottom: 5px;
        font-size: 15px;
        color: #666; }

.comment_contace {
  padding: 20px;
  margin-top: 20px;
  background-color: #183f92; }
  .comment_contace .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .comment_contace .comment_contace_item {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff; }
    .comment_contace .comment_contace_item i {
      display: flex;
      align-items: center;
      justify-content: center; }

@media (max-width: 400px) {
  .header {
    height: 50px; }
    .header .right_infor {
      display: none; }
    .header .register {
      display: none; }
    .header .menu-icon {
      display: block; }
    .header .logo img {
      width: 100px; }
  .banner .swiper-slide .txt {
    font-size: 16px; }
  .banner .bannermore {
    display: none; }
  .about_us {
    padding: 15px; }
  .index_title {
    padding: 20px; }
    .index_title h1 {
      font-size: 18px; }
  .ng-star-inserted {
    padding-top: 20px; }
    .ng-star-inserted .ant-row {
      flex-direction: column; }
      .ng-star-inserted .ant-row .statistic-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 20px; }
  .advantages_list {
    display: flex;
    flex-direction: column; }
  .partner_list .partner_item img {
    max-width: 80%; }
  .honor_list .la {
    height: 100px; }
  .honor_list {
    padding-bottom: 20px; }
  .company {
    background-size: cover; }
  .company .row3 {
    display: flex;
    flex-direction: column; }
  .company .row4 {
    display: flex;
    flex-direction: column; }
  .company .company_item {
    padding: 10px; }
  .footer .container {
    display: flex;
    flex-direction: column;
    padding: 0 10px; }
  .contact_infor .container {
    grid-template-columns: repeat(1, 1fr); } }

@media (max-width: 800px) {
  .header {
    height: 50px; }
    .header .right_infor {
      display: none; }
    .header .menu-icon {
      display: block; }
    .header .logo img {
      width: 120px; }
  .company {
    background-size: cover; }
    .company .company_item {
      padding: 5px 0; }
  .company .row3 {
    display: flex;
    flex-direction: column; }
  .company .row4 {
    display: flex;
    flex-direction: column; } }

@media (min-width: 768px) {
  .banner .swiper-slide .txt {
    font-size: 24px; } }

@media (min-width: 900px) {
  .banner .swiper-slide .txt {
    font-size: 30px; } }

@media (min-width: 1440px) {
  .banner .swiper-slide .txt {
    font-size: 48px; }
    .banner .swiper-slide .txt p {
      padding-bottom: 30px; } }

.mainVideo_hbxgroupContainer__cSc5y h1, .mainVideo_hbxgroupContainer__cSc5y h2, .mainVideo_hbxgroupContainer__cSc5y h3, .mainVideo_hbxgroupContainer__cSc5y h4, .mainVideo_hbxgroupContainer__cSc5y h5, .mainVideo_hbxgroupContainer__cSc5y h6 {
  font-family: Montserrat; }

.mainVideo_hbxgroupContainer__cSc5y p {
  font-family: Karla,sans-serif; }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px; }

@media (min-width: 1024px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage {
    min-height: 700px;
    padding: unset; } }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__media {
  position: absolute;
  inset: 0; }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__background {
  position: absolute;
  inset: 0; }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__background img, .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__media img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom  center;
  object-position: bottom  center; }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__media img {
  width: 100%;
  height: 100%; }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__filter img {
  filter: brightness(80%); }

@media (min-width: 1024px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__filter video {
    filter: brightness(80%); } }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
  z-index: 555; }

@media (min-width: 1024px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__media video {
    display: block; } }

@media (min-width: 428px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__media img {
    display: none; }
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__media video {
    display: block; } }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__body {
  position: relative;
  color: #fff;
  z-index: 8888; }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__container {
  max-width: 1440px;
  padding-inline: 34px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-block: 10px; }

@media (min-width: 1024px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__container {
    gap: 50px;
    padding-block: 70px; } }

@media (min-width: 1920px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__container {
    padding-inline: 0; } }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__text {
  display: flex;
  flex-direction: column;
  font-size: 18px; }

@media (min-width: 1024px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__text {
    max-width: 682px; } }

@media (min-width: 1365px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__text {
    max-width: 962px; } }

@media (min-width: 1920px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__text {
    max-width: 1280px; } }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__title {
  color: #fff;
  margin-bottom: 50px; }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__description {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.36px;
  max-width: 75ch;
  margin-bottom: 20px; }

@media (min-width: 1365px) {
  .mainVideo_hbxgroupContainer__cSc5y .font_display_large {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 2px; } }

@media (min-width: 1920px) {
  .mainVideo_hbxgroupContainer__cSc5y .font_display_large {
    font-size: 45px;
    line-height: 70px;
    letter-spacing: 2.25px; } }

@media (min-width: 1365px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__description {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: 12px; } }

@media (min-width: 1920px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__description {
    font-size: 48px;
    line-height: 48px; } }

.mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 auto; }

@media (min-width: 1024px) {
  .mainVideo_hbxgroupContainer__cSc5y .hb-mainImage__links {
    flex-flow: row wrap;
    gap: 10px; } }

/*# sourceMappingURL=maps/comment.css.map */
