.about {
  --article-borderPadding: 40px;
  --screen-wd: 1280px;
  --content-wd: 900px;
  --line-height-xl: 1.8;
  --line-height-lg: 1.5;
  --line-height-md: 1.2;
  font-size: 18px;
  overflow-x: hidden;
}

@media (min-width: 996px) {
  .about {
    --article-borderPadding: 120px;
  }
}

.about img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.about picture {
  display: block;
}

.about .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.about .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.about .mobile-only {
  display: inline;
}

@media (min-width: 996px) {
  .about .mobile-only {
    display: none;
  }
}

.about .desktop-only {
  display: none;
}

@media (min-width: 996px) {
  .about .desktop-only {
    display: inline;
  }
}

.about abbr[title] {
  text-decoration: none;
  border-bottom: none;
  cursor: inherit;
}

.common-intro {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 25px;
  text-align: center;
}

.common-title {
  text-align: center;
}

@media (min-width: 996px) {
  .common-title--left {
    text-align: left;
    max-width: none;
  }
}

.common-title__subTitle {
  font-size: var(--title-md);
  color: var(--color-gray-600);
  padding-bottom: 10px;
}

.common-title__title {
  font-size: var(--title-xl);
  padding-bottom: 35px;
}

.common-title__desc {
  line-height: var(--line-height-xl);
  padding-bottom: 35px;
}

@media (min-width: 996px) {
  .common-title__desc {
    font-size: 18px;
  }
}

.common-summary {
  text-align: center;
  font-size: 17px;
  width: 100%;
  margin: 0 auto;
  max-width: var(--content-wd);
}

@media (min-width: 996px) {
  .common-summary {
    font-size: 18px;
  }
}

.common-summary p {
  padding-bottom: 25px;
  line-height: var(--line-height-xl);
}

.common-summary p:last-child {
  padding-bottom: 0;
}

.common-action {
  padding-top: 35px;
  text-align: center;
}

@media (min-width: 996px) {
  .common-action--left {
    text-align: left;
  }
}

.common-action-link {
  display: inline-block;
  padding: 15px 35px;
  border: var(--color-gray-300) 1px solid;
  border-radius: 4px;
  color: var(--color-gray-800);
  background: var(--color-white);
  font-size: var(--link-sm);
}

.common-action-link:hover {
  color: var(--color-red-400);
  border-color: var(--color-red-400);
}

.common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
}

@media (min-width: 996px) {
  .common-container {
    padding: 0;
  }
}

.feature-section {
  position: relative;
}

.feature-section .slick-slide .feature-card__content {
  -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .6s ease;
  transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease;
}

.feature-section .slick-current.slick-active[aria-hidden="true"] .feature-card__content {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  pointer-events: none;
}

.feature-section .slick-current.slick-active[aria-hidden="false"] .feature-card__content {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.feature-card {
  text-align: center;
}

@media (min-width: 996px) {
  .feature-card {
    text-align: left;
    background: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .feature-card--img-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .feature-card--img-left .feature-card__body {
    margin-right: calc( (100% - 1280px) / 2);
    margin-left: 0;
  }
  .feature-card--img-left .feature-card__content {
    padding: 150px 0 50px 50px;
  }
  .feature-card--img-left .feature-card__media img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

@media (min-width: 996px) {
  .feature-card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - (100% - 1280px) / 2);
            flex: 0 0 calc(50% - (100% - 1280px) / 2);
    margin-left: calc( (100% - 1280px) / 2);
  }
}

.feature-card__content {
  padding: 25px;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

@media (min-width: 996px) {
  .feature-card__content {
    padding-right: 50px;
    padding-top: 100px;
    padding: 150px 50px 50px 0;
  }
}

.feature-card__label {
  font-weight: normal;
  font-size: var(--text-md);
  color: var(--color-red-400);
  padding-bottom: 12px;
}

.feature-card__title {
  font-size: var(--title-lg);
  padding-bottom: 25px;
}

.feature-card__desc p {
  padding-bottom: 20px;
  font-size: var(--text-md);
  line-height: 1.6;
}

.feature-card__desc p:last-child {
  padding-bottom: 0;
}

.feature-card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.feature-card__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  aspect-ratio: 960 / 650;
  object-fit: cover;
}

@media (min-width: 1930px) {
  .feature-card__media img {
    border-radius: 5px !important;
  }
}

.feature-card__action {
  padding-top: 35px;
}

.parallax-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35vh;
}

@media (min-width: 996px) {
  .parallax-banner {
    height: 50vh;
  }
}

@media (min-width: 1930px) {
  .parallax-banner {
    height: 40vh;
  }
}

.parallax-banner__media {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  z-index: -1;
}

@media (min-width: 1930px) {
  .parallax-banner__media {
    top: -10%;
  }
}

.parallax-banner__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.media-card {
  text-align: center;
  margin: 0 15px;
}

@media (min-width: 996px) {
  .media-card {
    text-align: left;
  }
}

.media-card__box {
  position: relative;
  overflow: hidden;
}

.media-card__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 630 / 350;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.media-card__title {
  font-weight: bold;
  padding: 15px 0 10px;
  font-size: var(--title-sm);
}

.media-card__desc {
  font-size: var(--text-sm);
  line-height: var(--line-height-lg);
}

.media-card__desc p {
  margin: 0;
  padding-bottom: 20px;
}

.media-card__desc p:last-child {
  padding-bottom: 0;
}

.media-card__note {
  font-size: var(--text-xs);
  color: var(--color-gray-600);
  line-height: var(--line-height-lg);
}

.media-card__note p {
  padding-top: 10px;
}

.slick-slide__arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid var(--color-gray-300);
  background: #fff;
  color: var(--color-gray-600);
}

@media (min-width: 996px) {
  .slick-slide__arrow {
    width: 45px;
    height: 45px;
    border-radius: 45px;
  }
}

.slick-slide__arrow:hover {
  border-color: var(--color-red-400);
  color: var(--color-red-400);
}

.slick-slide__arrow::before {
  content: "";
  font-family: "msi-icons";
}

.slick-slide__arrow--prev::before {
  content: "\ea10";
}

.slick-slide__arrow--next::before {
  content: "\ea09";
}

.kv {
  position: relative;
  overflow: hidden;
  width: 100vw;
}

@media (min-width: 996px) {
  .kv {
    height: 100vh;
  }
}

.kv__title {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  font-size: 16px;
  text-align: center;
  padding: 25px 50px;
}

@media (min-width: 996px) {
  .kv__title {
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 0%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 50px 0 0;
  }
}

.kv__title-main {
  display: block;
  font-weight: bold;
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 996px) {
  .kv__title-main {
    font-size: 50px;
  }
}

.kv__video {
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.kv__video-img {
  position: relative;
  z-index: 0;
}

.kv__video-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1152 / 618;
}

.kv__video-mask {
  content: "";
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
}

.kv__video::after {
  content: "";
  position: absolute;
  z-index: 10;
  inset: 0;
}

@media (min-width: 996px) {
  .kv__video {
    height: 100%;
  }
}

.kv__video-wrapper {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story {
  padding: var(--article-borderPadding) 0;
}

.product {
  background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/product-bg-xs.jpg") top center no-repeat no-repeat ;
  background-size: cover;
  position: relative;
  text-align: center;
}

@media (min-width: 996px) {
  .product {
    background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/product-bg.jpg") center center no-repeat no-repeat ;
    background-size: cover;
    text-align: left;
  }
  .product::before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 10%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#f5f6f8));
    background: linear-gradient(to top, rgba(255, 255, 255, 0), #f5f6f8);
    pointer-events: none;
  }
  .product::after {
    content: "";
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f5f6f8));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f5f6f8);
    pointer-events: none;
  }
}

.product__box {
  position: relative;
  overflow: hidden;
}

.product__content {
  padding: 40px 0;
}

@media (min-width: 996px) {
  .product__content {
    width: 42%;
    padding: 180px 0;
  }
}

.product__desc p {
  padding-bottom: 25px;
  line-height: var(--line-height-xl);
}

.product__desc p strong {
  font-weight: normal;
}

.product__desc p:last-child {
  padding-bottom: 0;
}

.product__img {
  padding-bottom: 40px;
}

@media (min-width: 996px) {
  .product__img {
    position: absolute;
    width: 55%;
    height: 100%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 20px;
    padding-top: 0;
  }
}

.product__pdline {
  padding-top: 20px;
  min-height: 150px;
}

.product__pdline img {
  width: 175px;
  height: 148px;
  margin: 5px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 996px) {
  .product__pdline img {
    width: 350px;
    height: 295px;
    margin: 10px;
  }
}

.core-spirit {
  overflow: hidden;
  padding: var(--article-borderPadding) 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.core-spirit__header {
  width: 100%;
  margin: 0 auto;
  max-width: var(--screen-wd);
  padding: 0 25px;
}

@media (min-width: 996px) {
  .core-spirit__header {
    padding: 0;
  }
}

.core-spirit__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media (min-width: 996px) {
  .core-spirit__nav {
    position: absolute;
    z-index: 10;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: calc( (100% - 1280px) / 2);
    gap: 10px;
    top: 50px;
  }
}

.cross-brand {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

.cross-brand__header {
  width: 100%;
  margin: 0 auto;
  max-width: var(--screen-wd);
  padding: 0 25px;
}

@media (min-width: 996px) {
  .cross-brand__header {
    padding: 0;
  }
}

.cross-brand__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

@media (min-width: 996px) {
  .cross-brand__nav {
    position: absolute;
    z-index: 10;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: calc( (100% - 1280px) / 2 + 640px + 50px);
    gap: 10px;
    top: 50px;
  }
}

@media (min-width: 996px) {
  .cross-brand__slides {
    margin-top: 15px;
  }
}

.award {
  padding: var(--article-borderPadding) 0;
}

.award__box {
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}

@media (min-width: 996px) {
  .award__box {
    padding-top: 70px;
  }
}

.award__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee-left 50s linear infinite;
          animation: marquee-left 50s linear infinite;
  will-change: transform;
}

@media (min-width: 996px) {
  .award__track {
    gap: 60px;
  }
}

.award__track:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.award__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.award__item img {
  height: 60px;
  width: auto;
  aspect-ratio: auto 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 996px) {
  .award__item img {
    height: 100px;
  }
}

@-webkit-keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.global-network {
  position: relative;
  padding: var(--article-borderPadding) 0;
  background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/global-network-bg-mb.jpg") center center no-repeat no-repeat ;
  background-size: cover;
}

@media (min-width: 996px) {
  .global-network {
    background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/global-network-bg.jpg") center center no-repeat no-repeat ;
    background-size: cover;
  }
}

.global-network::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #fff;
  opacity: .5;
}

.global-network .common-container {
  position: relative;
  z-index: 1;
}

.global-network__stats {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 30px;
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}

@media (min-width: 996px) {
  .global-network__stats {
    padding-top: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.global-network__stat-item {
  width: calc(50% - 15px);
  text-align: center;
}

@media (min-width: 996px) {
  .global-network__stat-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.global-network__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 996px) {
  .global-network__number {
    font-size: 60px;
    padding: 10px 0;
  }
}

.sustainability {
  padding: var(--article-borderPadding) 0;
}

.sustainability__box {
  position: relative;
  overflow: hidden;
}

.sustainability__nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  left: 4%;
  right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1930px) {
  .sustainability__nav {
    top: 45%;
    left: 12%;
    right: 12%;
  }
}

.sustainability__slider {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  width: 100%;
}

@media (min-width: 996px) {
  .sustainability__slider {
    padding-top: 70px;
    width: 144%;
    margin-left: -22%;
  }
  .sustainability__slider::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: calc(25% + 15px);
    height: 100%;
    background: #fff;
    opacity: 0.5;
  }
  .sustainability__slider::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: calc(25% - 15px);
    height: 100%;
    background: #fff;
    opacity: 0.5;
  }
}

@media (min-width: 1930px) {
  .sustainability__slider {
    width: 100%;
    margin-left: 0;
  }
}

.sustainability__slider .slick-slide {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.sustainability__slider .slick-slide.is-slide-show {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.trust {
  padding-bottom: var(--article-borderPadding);
}

.trust__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .trust__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.trust__item {
  background: url("https://storage-asset.msi.com/event/msi-about-2026/images/index/trust-item-bg.jpg") center center no-repeat no-repeat ;
  background-size: cover;
  border-radius: 4px;
  padding: 40px 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .trust__item {
    width: calc(50% - 10px);
  }
}

@media (min-width: 996px) {
  .trust__item {
    width: calc( 100% / 3 - 20px);
  }
}

.trust__title {
  font-size: var(--title-md);
  padding-bottom: 10px;
}

.trust__desc {
  font-size: var(--text-sm);
  line-height: var(--line-height-lg);
}

.culture {
  padding: var(--article-borderPadding) 0;
}

.culture__box {
  position: relative;
}

@media (min-width: 768px) {
  .culture__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

@media (min-width: 996px) {
  .culture__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 80px;
  }
}

.culture__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .culture__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 996px) {
  .culture__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    margin: -20px 0;
    gap: 0;
  }
  .culture__item:first-child .culture__media {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .culture__item:first-child .culture__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 996px) {
  .culture__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 40px;
  }
}

@media (min-width: 996px) {
  .culture__media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.culture__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.culture__label {
  font-weight: normal;
  font-size: var(--text-md);
  color: var(--color-red-400);
  padding-bottom: 12px;
}

.culture__title {
  font-size: var(--title-lg);
  padding-bottom: 25px;
}

.culture__desc p {
  padding-bottom: 20px;
  font-size: var(--text-md);
  line-height: 1.6;
}

.culture__desc p:last-child {
  padding-bottom: 0;
}

.culture__action {
  padding-top: 35px;
}

.humanity {
  padding-bottom: var(--article-borderPadding);
}

.humanity__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .humanity__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 60px;
  }
  .humanity__box .media-card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 996px) {
  .humanity__box {
    gap: 20px;
  }
}

.faq {
  padding-bottom: var(--article-borderPadding);
}

.faq__list {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}

.faq__item.active .faq__question {
  background: var(--color-gray-100);
  border-bottom: 1px dashed var(--color-gray-200);
  font-weight: bold;
}

.faq__item.active .faq__answer {
  display: block;
}

.faq__question {
  position: relative;
  font-size: var(--text-text-md);
  padding: 25px 45px;
  border-bottom: 1px solid var(--color-gray-300);
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.faq__question:hover {
  background: var(--color-gray-100);
  -webkit-transform: translateY(-2px) scale(1.005);
          transform: translateY(-2px) scale(1.005);
}

.faq__question::before {
  content: "\ea04";
  font-family: "msi-icons";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq__answer {
  padding: 25px;
  background: var(--color-gray-100);
  line-height: var(--line-height-lg);
  display: none;
  font-size: var(--text-md);
}

@media (min-width: 996px) {
  .faq__answer {
    padding: 45px;
  }
}

.faq__answer p {
  padding-bottom: 20px;
  font-size: var(--text-md);
}

.faq__answer ul {
  padding-bottom: 20px;
  margin-left: 20px;
}

.faq__answer ul li {
  list-style: disc;
  padding: 4px 0;
}

.faq__answer strong {
  display: block;
  padding-bottom: 5px;
}

.faq__answer ol {
  margin-left: 25px;
}

.faq__answer ol li {
  list-style: circle;
}

.faq__answer h4 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.faq__answer h4 strong {
  font-weight: bold;
  border-bottom: 5px solid var(--color-gray-200);
  display: inline-block;
}

.faq-title {
  padding-bottom: 5px !important;
  padding-top: 5px;
}
/*# sourceMappingURL=index.css.map */