.comi-carousel-wrapper {
  --min-height: 80vh;
  min-height: var(--min-height);
}
.comi-carousel-wrapper .swiper-slide {
  min-height: var(--min-height);
  background: #545454;
  cursor: none;
}
.comi-carousel-wrapper .swiper-slide .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.comi-carousel-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(52, 57, 59, 0.55);
  top: 0;
  left: 0;
  z-index: 1;
}
.comi-carousel-wrapper .swiper-slide .content-wrapper {
  position: relative;
  min-height: var(--min-height);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3.31rem;
  padding-bottom: 12.94rem;
  padding-left: 9.81rem;
  max-width: 80%;
  z-index: 2;
  opacity: 0;
  transform: translateY(120px);
}
@media screen and (max-width: 1660px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper {
    gap: 3.31rem;
    padding-left: 7.81rem;
    padding-bottom: 12.94rem;
    max-width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper {
    gap: 2.31rem;
    padding-left: 5.81rem;
    padding-bottom: 9.94rem;
    max-width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper {
    gap: 1.31rem;
    padding-left: 20px;
    padding-bottom: 45px;
    max-width: 95%;
  }
}
.comi-carousel-wrapper .swiper-slide .content-wrapper .label-count {
  color: var(--Pantone-388-C, #DFFF00);
  font-family: N27;
  font-size: 21.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1920px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper .label-count {
    font-size: 15.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper .label-count {
    font-size: 11.875rem;
  }
}
@media screen and (max-width: 960px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper .label-count {
    font-size: 6.875rem;
  }
}
.comi-carousel-wrapper .swiper-slide .content-wrapper h2 {
  max-width: 80%;
}
@media screen and (max-width: 1660px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper h2 {
    font-size: 1.75rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper h2 {
    font-size: 1.5rem;
    height: auto !important;
  }
}
.comi-carousel-wrapper .swiper-slide .content-wrapper .rich-text {
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (max-width: 1660px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper .rich-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1280px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper .rich-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper .rich-text {
    height: auto !important;
    font-size: 0.875rem;
  }
}
.comi-carousel-wrapper .swiper-slide .content-wrapper .rich-text:before {
  content: "";
  display: block;
  width: 30%;
  height: 5px;
  background: var(--Pantone-388-C, #DFFF00);
  margin-bottom: 2.56rem;
}
@media screen and (max-width: 1660px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper .rich-text:before {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper .rich-text:before {
    margin-bottom: 1.56rem;
  }
}
@media screen and (max-width: 960px) {
  .comi-carousel-wrapper .swiper-slide .content-wrapper .rich-text:before {
    margin-bottom: 1rem;
  }
}
.comi-carousel-wrapper .swiper-slide .content-wrapper .el-button {
  display: inline-block;
  min-width: fit-content;
  width: fit-content;
  cursor: none;
}
.comi-carousel-wrapper .swiper-slide.swiper-slide-active .content-wrapper {
  animation: fadeIn 1.2s ease-in-out forwards;
}
.comi-carousel-wrapper.padding-small {
  --min-height: 65vh;
}
@media screen and (max-width: 960px) {
  .comi-carousel-wrapper.padding-small {
    --min-height: 90vh;
  }
}
@media screen and (max-width: 960px) {
  .comi-carousel-wrapper.padding-small .swiper-slide {
    height: var(--min-height);
  }
}
.comi-carousel-wrapper.padding-small .swiper-slide .content-wrapper {
  gap: 2.31rem;
  padding-bottom: 4.94rem;
}
@media screen and (max-width: 1920px) {
  .comi-carousel-wrapper.padding-small .swiper-slide .content-wrapper {
    gap: 2.31rem;
  }
}
@media screen and (max-width: 1660px) {
  .comi-carousel-wrapper.padding-small .swiper-slide .content-wrapper {
    gap: 2.31rem;
  }
}
@media screen and (max-width: 1280px) {
  .comi-carousel-wrapper.padding-small .swiper-slide .content-wrapper {
    gap: 2.31rem;
    padding-bottom: 7.94rem;
  }
}
@media screen and (max-width: 1280px) {
  .comi-carousel-wrapper.padding-small .swiper-slide .content-wrapper {
    gap: 1.31rem;
    padding-bottom: 2.94rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(120px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}