@charset "utf-8";.scrolling_line{height:120px;width:2px;opacity:0;transform:scaleY(0);background:#262626;transition:transform 0.5s ease,opacity 1s ease}.scrolling_line_container{display:flex;height:120px;justify-content:center}@media (max-width:768px){.scrolling_line{height:60px}.scrolling_line_container{height:60px}}.scrolling_line.visible{transform:scaleY(1);opacity:1}.review_content:not(.shown),.read_full_review.shown,.short_text_review.shown,.hide_full_review:not(.shown){display:none}.read_full_review,.hide_full_review{cursor:pointer}.read_full_review:hover{text-decoration:underline}@media (min-width:768px){.swiper-slide-next{transform:scale(1.15);z-index:10}.swiper-slide{transition:all .3s}}