.home-banner-module {
  width: 100%;
}
.home-banner-module .banner-list {
  width: 100%;
  position: relative;
  display: flex;
}
.home-banner-module .banner-list .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14.9rem;
  display: flex;
  grid-gap: 0.5rem;
  z-index: 6;
}
.home-banner-module .banner-list .owl-nav .owl-prev, .home-banner-module .banner-list .owl-nav .owl-next {
  width: 7.2rem;
  height: 7.2rem;
  display: flex;
  transition: 0.3s all;
  align-items: center;
  justify-content: center;
  background-color: var(--ui-color-primary);
}
.home-banner-module .banner-list .owl-nav .owl-prev span, .home-banner-module .banner-list .owl-nav .owl-next span {
  display: none;
}
.home-banner-module .banner-list .owl-nav .owl-prev:after, .home-banner-module .banner-list .owl-nav .owl-next:after {
  transition: 0.3s all;
  font-family: iconfont;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
}
.home-banner-module .banner-list .owl-nav .owl-prev:hover, .home-banner-module .banner-list .owl-nav .owl-next:hover {
  background-color: #E5E5E5;
}
.home-banner-module .banner-list .owl-nav .owl-prev:hover:after, .home-banner-module .banner-list .owl-nav .owl-next:hover:after {
  color: #979797;
}
.home-banner-module .banner-list .owl-nav .owl-prev:after {
  content: "\e69d";
}
.home-banner-module .banner-list .owl-nav .owl-next:after {
  content: "\e69c";
}
.home-banner-module .banner-list .owl-stage-outer {
  position: relative;
  z-index: 5;
}
.home-banner-module .banner-list .owl-item {
  display: flex;
}
.home-banner-module .banner-list .banner-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12rem 0;
  min-height: 90rem;
}
.home-banner-module .banner-list .banner-item .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-banner-module .banner-list .banner-item .text-content {
  position: relative;
  z-index: 5;
}
.home-banner-module .banner-list .banner-item .text-content .text-item {
  width: 100%;
  max-width: 99.4rem;
}
.home-banner-module .banner-list .banner-item .text-content .text-item .text-title {
  margin: 0 0 3.5rem;
}
.home-banner-module .banner-list .banner-item .text-content .text-item .text-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.7;
  position: relative;
  width: 100%;
  padding: 0 13rem 0 14.8rem;
  margin: 0 0 3.6rem;
}
.home-banner-module .banner-list .banner-item .text-content .text-item .text-desc:before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 12rem;
  height: 0.2rem;
  background-color: #D0D0D0;
  z-index: 1;
}
@media (max-width: 992px) {
  .home-banner-module .banner-list .owl-nav {
    bottom: 4.5rem;
    left: 2rem;
    width: 7rem;
    grid-gap: 0.2rem;
  }
  .home-banner-module .banner-list .owl-nav .owl-prev, .home-banner-module .banner-list .owl-nav .owl-next {
    width: 3.4rem;
    height: 3.4rem;
  }
  .home-banner-module .banner-list .owl-nav .owl-prev:after, .home-banner-module .banner-list .owl-nav .owl-next:after {
    font-size: 1.2rem;
  }
  .home-banner-module .banner-list .banner-item {
    align-items: flex-start;
    padding: 2.8rem 0.5rem 13rem;
    min-height: 47.6rem;
  }
  .home-banner-module .banner-list .banner-item .text-content .text-item {
    max-width: 100%;
  }
  .home-banner-module .banner-list .banner-item .text-content .text-item .text-title {
    margin: 0 0 2.2rem;
  }
  .home-banner-module .banner-list .banner-item .text-content .text-item .text-desc {
    font-size: var(--f-s-16);
    line-height: 1.2;
    padding: 0 0 0 7.2rem;
    margin: 0 0 2rem;
  }
  .home-banner-module .banner-list .banner-item .text-content .text-item .text-desc:before {
    top: 1.2rem;
    width: 6rem;
  }
}

.text-image-module {
  padding: 6rem 0;
  width: 100%;
  background-color: #f5f5f5;
}
.text-image-module .text-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 18.8rem;
}
.text-image-module .text-content .text-item {
  flex: 1;
  padding: 4.3rem 0 0;
}
.text-image-module .text-content .text-item .text-subtitle {
  margin: 0 0 3.6rem;
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #000000;
  line-height: 1.25;
}
.text-image-module .text-content .text-item .text-title {
  margin: 0 0 4.8rem;
  font-size: 5.6rem;
}
.text-image-module .text-content .text-item .text-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.5;
}
.text-image-module .text-content .image-item {
  width: 60.7rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 100%;
}
.text-image-module .text-content .image-item img {
  animation: text-image-module-animation 20s linear infinite;
}
@media (max-width: 992px) {
  .text-image-module {
    padding: 3.2rem 0.5rem 4.8rem;
  }
  .text-image-module .text-content {
    flex-direction: column;
    align-items: center;
    grid-gap: 2.8rem;
  }
  .text-image-module .text-content .text-item {
    width: 100%;
    padding: 0;
  }
  .text-image-module .text-content .text-item .text-subtitle {
    margin: 0 0 1.2rem;
    font-size: var(--f-s-14);
    line-height: 1.2;
  }
  .text-image-module .text-content .text-item .text-title {
    font-size: 2.8rem;
    margin: 0 0 1.6rem;
  }
  .text-image-module .text-content .text-item .text-desc {
    font-size: var(--f-s-16);
    line-height: 1.75;
  }
  .text-image-module .text-content .image-item {
    width: 33.3rem;
  }
}

@keyframes text-image-module-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.text-list-module {
  background-color: #fff;
  padding: 9.6rem 0;
}
.text-list-module .text-title {
  margin: 0 0 9.6rem;
  width: 100%;
  text-align: center;
  font-size: 5.6rem;
}
.text-list-module .text-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6rem 14.5rem;
}
.text-list-module .text-list .text-item {
  width: calc((100% - 29rem) / 3);
}
.text-list-module .text-list .text-item .item-title {
  font-weight: 500;
  font-size: var(--f-s-36);
  color: #000000;
  line-height: 1.2;
  margin: 0 0 1.6rem;
}
.text-list-module .text-list .text-item .item-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.5;
  margin: 0 0 1.6rem;
}
.text-list-module .text-list .text-item .item-btn {
  display: flex;
  grid-gap: 2rem;
  font-weight: 500;
  font-size: var(--f-s-18);
  color: var(--ui-color-primary);
  line-height: 1.2;
  transition: 0.3s all;
}
.text-list-module .text-list .text-item .item-btn:before {
  content: "\e69c";
  color: var(--ui-color-primary);
  font-size: inherit;
  line-height: inherit;
  font-family: "iconfont";
}
.text-list-module .text-list .text-item .item-btn:hover {
  cursor: pointer;
}
@media (max-width: 992px) {
  .text-list-module {
    padding: 4.2rem 0.5rem 5.2rem;
  }
  .text-list-module .text-title {
    margin: 0 0 3.2rem;
    font-size: var(--f-s-28);
  }
  .text-list-module .text-list {
    grid-gap: 4rem;
    flex-direction: column;
  }
  .text-list-module .text-list .text-item {
    width: 100%;
  }
  .text-list-module .text-list .text-item .item-title {
    font-size: var(--f-s-24);
    margin: 0 0 1rem;
  }
  .text-list-module .text-list .text-item .item-desc {
    font-size: var(--f-s-16);
    line-height: 1.75;
    margin: 0 0 2rem;
  }
  .text-list-module .text-list .text-item .item-btn {
    grid-gap: 1.4rem;
    font-size: var(--f-s-16);
  }
}

@font-face {
  font-family: website_num_font;
  font-display: swap;
  src: url("/assets/font/SpaceGrotesk-Regular.ttf") format("truetype");
}
.scroll-num-module {
  width: 100%;
  background-color: #f5f5f5;
  padding: 7.2rem 0 9.2rem;
}
.scroll-num-module .num-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6rem 4.2rem;
}
.scroll-num-module .num-list .num-item {
  width: calc((100% - 12.6rem) / 4);
  text-align: left;
}
.scroll-num-module .num-list .num-item .item-number {
  width: 100%;
  padding: 0 0 3.2rem;
  margin: 0 0 2.8rem;
  border-bottom: 0.1rem solid #DBDBDB;
  display: flex;
  font-weight: 400;
  font-size: 12rem;
  color: rgba(0, 0, 0, 0);
  line-height: 1;
  text-stroke: 0.3rem #787878;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 0.3rem #787878;
  font-family: website_num_font;
}
.scroll-num-module .num-list .num-item .item-title {
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #787878;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .scroll-num-module {
    padding: 7.2rem 0.5rem 7.2rem;
  }
  .scroll-num-module .num-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 6rem 3.5rem;
  }
  .scroll-num-module .num-list .num-item {
    width: calc((100% - 3.5rem) / 2);
  }
  .scroll-num-module .num-list .num-item .item-number {
    padding: 0 0 1.9rem;
    margin: 0 0 1rem;
    font-size: 5rem;
    text-stroke: 0.2rem #787878;
    -webkit-text-stroke: 0.2rem #787878;
  }
  .scroll-num-module .num-list .num-item .item-title {
    font-size: var(--f-s-18);
    line-height: 1.5;
  }
}

.image-text-module {
  width: 100%;
  padding: 14.8rem 0;
  background-color: #fff;
}
.image-text-module.dark-module {
  background-color: #F6F6F6;
  padding: 13rem 0 11.5rem;
}
.image-text-module.text-two .text-content {
  flex-direction: row-reverse;
}
.image-text-module .text-content {
  display: flex;
  align-items: center;
  grid-gap: 12rem;
}
.image-text-module .text-content .image-item {
  width: 72rem;
  height: auto;
  overflow: hidden;
  max-width: 100%;
}
.image-text-module .text-content .image-item img {
  width: 100%;
  height: auto;
  transition: 0.3s all;
}
.image-text-module .text-content .image-item:hover img {
  transform: scale(1.05);
}
.image-text-module .text-content .text-item {
  flex: 1;
}
.image-text-module .text-content .text-item .text-subtitle {
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #000000;
  line-height: 1.25;
  margin: 0 0 1.8rem;
}
.image-text-module .text-content .text-item .text-title {
  font-weight: 500;
  margin: 0 0 3rem;
  font-size: 5.6rem;
}
.image-text-module .text-content .text-item .text-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.5;
  margin: 0 0 3.6rem;
}
@media (max-width: 992px) {
  .image-text-module {
    padding: 5.2rem 0;
  }
  .image-text-module.dark-module {
    padding: 6.4rem 0 6rem;
  }
  .image-text-module.text-two .text-content {
    flex-direction: column;
  }
  .image-text-module.text-two .text-content .text-item .text-btn {
    margin: 0;
  }
  .image-text-module .text-content {
    grid-gap: 2.8rem;
    flex-direction: column;
  }
  .image-text-module .text-content .image-item {
    width: 100%;
    aspect-ratio: 345/178;
  }
  .image-text-module .text-content .image-item img {
    height: 100%;
  }
  .image-text-module .text-content .text-item .text-subtitle {
    font-size: var(--f-s-14);
    line-height: 1.2;
    margin: 0 0 1.6rem;
  }
  .image-text-module .text-content .text-item .text-title {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
  .image-text-module .text-content .text-item .text-desc {
    font-size: var(--f-s-16);
    line-height: 1.75;
    margin: 0 0 3.8rem;
  }
  .image-text-module .text-content .text-item .text-btn {
    margin: 0 auto;
  }
}

.home-product-module {
  padding: 7rem 0 5.6rem;
  background-color: #F6F6F6;
}
.home-product-module .text-title {
  text-align: center;
  margin: 0 0 1.6rem;
  font-weight: 500;
  font-size: 5.6rem;
}
.home-product-module .text-desc {
  text-align: center;
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.5;
  margin: 0 0 6.2rem;
}
.home-product-module .product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 3.6rem 3rem;
}
.home-product-module .product-list .product-item {
  width: calc((100% - 6rem) / 3);
  background-color: #fff;
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
}
.home-product-module .product-list .product-item:hover {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.15);
}
.home-product-module .product-list .product-item:hover .item-image img {
  transform: scale(1.1);
}
.home-product-module .product-list .product-item:hover .item-content:after {
  width: 100%;
}
.home-product-module .product-list .product-item .item-image {
  width: 100%;
  overflow: hidden;
  height: auto;
  aspect-ratio: 1/1;
}
.home-product-module .product-list .product-item .item-image img {
  transition: 0.3s all;
}
.home-product-module .product-list .product-item .item-content {
  width: 100%;
  flex: 1;
  padding: 2.4rem 2.6rem;
  position: relative;
  text-align: center;
}
.home-product-module .product-list .product-item .item-content:after {
  content: "";
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  background-color: var(--ui-color-primary);
  transition: 0.5s all;
}
.home-product-module .product-list .product-item .item-content .item-title {
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #000000;
  line-height: 1.5;
}
.home-product-module .text-btn {
  display: flex;
  grid-gap: 2rem;
  font-weight: 500;
  font-size: var(--f-s-18);
  color: var(--ui-color-primary);
  line-height: 1.2;
  transition: 0.3s all;
  margin: 6.6rem auto 0;
  width: fit-content;
}
.home-product-module .text-btn:before {
  content: "\e69c";
  color: var(--ui-color-primary);
  font-size: inherit;
  line-height: inherit;
  font-family: "iconfont";
}
.home-product-module .text-btn:hover {
  cursor: pointer;
}
@media (max-width: 992px) {
  .home-product-module {
    padding: 4.8rem 0.5rem 3rem;
  }
  .home-product-module .text-title {
    margin: 0 0 1.2rem;
    font-size: var(--f-s-28);
  }
  .home-product-module .text-desc {
    font-size: var(--f-s-16);
    line-height: 1.75;
    margin: 0 0 2.8rem;
  }
  .home-product-module .product-list {
    grid-gap: 2.2rem 1.2rem;
  }
  .home-product-module .product-list .product-item {
    width: calc(50% - 0.6rem);
  }
  .home-product-module .product-list .product-item .item-content {
    padding: 0.6rem 1.2rem;
  }
  .home-product-module .product-list .product-item .item-content .item-title {
    font-size: var(--f-s-16);
    line-height: 1.5;
  }
  .home-product-module .text-btn {
    grid-gap: 1rem;
    font-size: var(--f-s-16);
    margin: 3rem auto 0;
  }
}

.home-news-module {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 9.4rem 0;
}
.home-news-module .text-title {
  width: fit-content;
  max-width: 120rem;
  margin: 0 0 3.6rem;
  font-size: 5.6rem;
}
.home-news-module .news-list {
  width: 100%;
  display: flex;
}
.home-news-module .news-list .swiper-wrapper {
  display: flex;
  width: 100%;
}
.home-news-module .news-list .news-item {
  width: 38.9rem;
  display: flex;
  flex-direction: column;
  grid-gap: 2.8rem;
}
.home-news-module .news-list .news-item:hover .item-image:before {
  height: calc(100% + 0.6rem);
}
.home-news-module .news-list .news-item:hover .item-image:after {
  width: calc(100% + 0.6rem);
}
.home-news-module .news-list .news-item .item-image {
  width: 100%;
  height: auto;
  position: relative;
  aspect-ratio: 389/262;
}
.home-news-module .news-list .news-item .item-image img {
  position: relative;
  z-index: 1;
}
.home-news-module .news-list .news-item .item-image:before, .home-news-module .news-list .news-item .item-image:after {
  content: "";
  position: absolute;
  background-color: var(--ui-color-primary);
  z-index: 3;
  left: -0.6rem;
  bottom: -0.6rem;
  transition: 0.5s all;
}
.home-news-module .news-list .news-item .item-image:before {
  width: 1.2rem;
  height: 7.5rem;
}
.home-news-module .news-list .news-item .item-image:after {
  width: 7.5rem;
  height: 1.2rem;
}
.home-news-module .news-list .news-item .item-content {
  flex: 1;
}
.home-news-module .news-list .news-item .item-content .item-info {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #6F6D6D;
  line-height: 1.2;
  margin: 0 0 1.6rem;
}
.home-news-module .news-list .news-item .item-content .item-title {
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #000000;
  line-height: 1.2;
  margin: 0 0 1.2rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-news-module .news-list .news-item .item-content .item-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #3D3D3D;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.home-news-module .swiper-pagination-box {
  display: none;
}
.home-news-module .text-btn {
  position: absolute;
  top: 12rem;
  right: 4rem;
}
@media (max-width: 992px) {
  .home-news-module {
    padding: 5.2rem 0.5rem;
  }
  .home-news-module .text-title {
    max-width: 100%;
    margin: 0 0 1.6rem;
  }
  .home-news-module .news-list .news-item {
    width: 100%;
    grid-gap: 2.4rem;
  }
  .home-news-module .news-list .news-item:hover .item-image:before {
    height: calc(100% + 0.5rem);
  }
  .home-news-module .news-list .news-item:hover .item-image:after {
    width: calc(100% + 0.5rem);
  }
  .home-news-module .news-list .news-item .item-image {
    width: 100%;
    height: auto;
    position: relative;
    aspect-ratio: 333/224;
  }
  .home-news-module .news-list .news-item .item-image:before, .home-news-module .news-list .news-item .item-image:after {
    left: -0.5rem;
    bottom: -0.5rem;
  }
  .home-news-module .news-list .news-item .item-image:before {
    width: 1rem;
    height: 6.4rem;
  }
  .home-news-module .news-list .news-item .item-image:after {
    width: 6.4rem;
    height: 1rem;
  }
  .home-news-module .news-list .news-item .item-content .item-info {
    font-size: var(--f-s-14);
    margin: 0 0 1.2rem;
  }
  .home-news-module .news-list .news-item .item-content .item-title {
    margin: 0 0 2rem;
  }
  .home-news-module .news-list .news-item .item-content .item-desc {
    font-size: var(--f-s-16);
  }
  .home-news-module .swiper-pagination-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .home-news-module .swiper-pagination-box .swiper-pagination {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    margin: 3.2rem 0 0;
    grid-gap: 1.4rem;
  }
  .home-news-module .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet {
    background-color: #c4c4c4;
    width: 1rem;
    height: 1rem;
    border-radius: 5rem;
  }
  .home-news-module .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #E6E6E6;
  }
  .home-news-module .text-btn {
    position: relative;
    top: unset;
    right: unset;
    margin: 3.2rem auto;
    width: fit-content;
  }
}

.card-list-module {
  width: 100%;
  padding: 8.4rem 0 10.5rem;
}
.card-list-module .text-head {
  width: 100%;
  max-width: 88.8rem;
  margin: 0 auto;
}
.card-list-module .text-title {
  margin: 0 0 3.6rem;
  text-align: center;
  font-weight: 500;
  font-size: 5.6rem;
}
.card-list-module .text-desc {
  text-align: center;
  margin: 0 0 7.2rem;
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #000000;
  line-height: 1.5;
}
.card-list-module .card-list {
  width: 100%;
  display: flex;
  grid-gap: 3rem;
  flex-wrap: wrap;
}
.card-list-module .card-list .owl-stage-outer {
  display: flex;
}
.card-list-module .card-list .owl-item {
  display: flex;
}
.card-list-module .card-list .owl-item .card-item {
  width: 100%;
}
.card-list-module .card-list .owl-dots {
  position: relative;
  margin: 1rem auto 0;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.4rem;
  bottom: 0;
}
.card-list-module .card-list .owl-dots .owl-dot {
  width: 1rem;
  height: 1rem;
  background-color: #C4C4C4;
}
.card-list-module .card-list .owl-dots .owl-dot.active {
  width: 1rem;
  background-color: #E6E6E6;
}
.card-list-module .card-list .card-item {
  width: calc((100% - 6rem) / 3);
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
}
.card-list-module .card-list .card-item:hover .item-image img {
  transform: scale(1.1);
}
.card-list-module .card-list .card-item .item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 460/260;
  overflow: hidden;
}
.card-list-module .card-list .card-item .item-image img {
  transition: 0.3s all;
}
.card-list-module .card-list .card-item .item-content {
  flex: 1;
  padding: 3.2rem 2.6rem 4.4rem;
  display: flex;
  flex-direction: column;
}
.card-list-module .card-list .card-item .item-content .item-title {
  font-weight: 400;
  font-size: var(--f-s-24);
  color: #000000;
  margin: 0 0 0.6rem;
}
.card-list-module .card-list .card-item .item-content .item-desc {
  font-weight: 400;
  font-size: var(--f-s-18);
  color: #3D3D3D;
  line-height: 1.2;
  margin: 0 0 2.2rem;
}
.card-list-module .card-list .card-item .item-content .item-line {
  display: block;
  flex: 1;
  min-height: 0.1rem;
}
@media (max-width: 992px) {
  .card-list-module {
    padding: 5rem 0 6rem;
  }
  .card-list-module .text-title {
    margin: 0 0 1.6rem;
    font-size: 2.8rem;
  }
  .card-list-module .text-desc {
    margin: 0 0 3.2rem;
    font-size: var(--f-s-16);
    line-height: 1.75;
  }
  .card-list-module .card-list .owl-dots {
    margin: 0.2rem auto 0;
  }
  .card-list-module .card-list .card-item {
    width: 100%;
  }
  .card-list-module .card-list .card-item .item-image {
    aspect-ratio: 345/195;
  }
  .card-list-module .card-list .card-item .item-content {
    padding: 2.4rem 2rem 3.4rem;
  }
  .card-list-module .card-list .card-item .item-content .item-title {
    margin: 0 0 2rem;
  }
  .card-list-module .card-list .card-item .item-content .item-desc {
    font-size: var(--f-s-16);
    margin: 0 0 3.2rem;
  }
}

.page-container {
  font-family: website_maim_font_reddit_sans;
}
.page-container .layout-module-form {
  margin: 0;
}
.page-container .home-text-module {
  padding: 6rem 0;
  text-align: center;
}
.page-container .home-text-module .module-subtitle {
  font-weight: bold;
  font-size: var(--f-s-16);
}
.page-container .home-text-module .module-content {
  font-size: var(--f-s-20);
  margin-bottom: 2.4rem;
}

@media (max-width: 992px) {
  .layout_body .page-container .home-text-module .module-subtitle {
    font-size: var(--f-s-12);
  }
  .layout_body .page-container .home-text-module .module-content {
    font-size: var(--f-s-16);
  }
}

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