
.shadow-img[data-v-121ff763] {
    box-shadow: 10px 5px 15px 0 rgba(0,0,0,.1);
}
.thick[data-v-121ff763] {
    background: #acacac;
    content: "";
    height: calc(100% - 1px);
    position: absolute;
    right: -7px;
    top: .5px;
    transform: perspective(62.5rem) rotateY(63deg) translateY(0);
    width: 10px;
}

[data-v-2e8b133d] .swiper {
    overflow: initial;
}

.accordion-item[data-v-f777dc33] {
    flex-basis: clamp(2.5rem, 1.4437rem + 4.5070vw, 5.5rem);
}
.accordion-item[data-state=open][data-v-f777dc33] {
    flex-basis: 100%;
}
.content-col[data-v-f777dc33] {
    opacity: 0;
    transform: translateX(8px);
    transition: opacity .3s ease,transform .3s ease;
}
.accordion-item[data-state=open] .content-col[data-v-f777dc33] {
    opacity: 1;
    transform: translateX(0);
}

.line-clamp-2[data-v-3124ea1f] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
