.pg-ai-work {
  padding: 20px 0 120px;
}
@media (max-width: 767px) {
  .pg-ai-work {
    padding: 20px 0 60px;
  }
}
.pg-ai-work section {
  padding: 0;
  margin: 0 0 120px;
}
@media (max-width: 767px) {
  .pg-ai-work section {
    margin: 0 0 60px;
  }
}
.pg-ai-work section:last-child {
  margin-bottom: 0;
}
.ai-work-layout-w-sidebar-container {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .ai-work-layout-w-sidebar-container {
    margin-bottom: 60px;
  }
}
.ai-work-layout-w-sidebar-container:last-child {
  margin-bottom: 0;
}
.ai-work-layout-w-sidebar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .ai-work-layout-w-sidebar {
    flex-direction: column;
    align-items: stretch;
  }
}
.ai-work-layout-main {
  flex-basis: 730px;
  max-width: 730px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .ai-work-layout-main {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.ai-work-layout-sidebar {
  flex-basis: 370px;
  max-width: 370px;
}
@media (max-width: 1199px) {
  .ai-work-layout-sidebar {
    flex-basis: auto;
    max-width: 100%;
  }
}
.ai-work-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid var(--w5-gray2);
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .ai-work-steps {
    gap: 15px;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .ai-work-steps {
    flex-direction: column;
    gap: 20px;
    padding: 20px 17px;
    align-items: flex-start;
  }
}
.ai-work-steps__step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.1px;
}
.ai-work-steps__step img {
  flex-shrink: 0;
}
.ai-work-steps__step-dot-box {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ai-work-steps__step-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--w5-blue);
}
.ai-work-steps__step-dot--gray {
  background-color: var(--w5-gray2);
}
.ai-work-steps__step-wave {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  background-color: var(--w5-blue);
  border-radius: 50%;
  animation: ripple 1.2s infinite;
  z-index: 1;
}
.ai-work-info-card {
  padding: 40px;
  background-color: #fff;
  border: 1px solid var(--w5-gray2);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .ai-work-info-card {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.ai-work-info-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}
.ai-work-info-card__worktype {
  font-size: 15px;
  line-height: 100%;
  font-weight: 500;
  color: var(--w5-gray3);
  padding: 10px 17px;
  border: 1px solid var(--w5-gray2);
  border-radius: 60px;
}
.ai-work-info-card__details {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .ai-work-info-card__details {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.ai-work-info-card__details-item {
  font-size: 17px;
  line-height: 150%;
  font-weight: 500;
  color: var(--w5-gray3);
}
@media (max-width: 767px) {
  .ai-work-info-card__details-item {
    font-size: 16px;
    line-height: 150%;
  }
}
.ai-work-info-card__title {
  font-size: 30px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ai-work-info-card__title {
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 20px;
  }
}
.ai-work-info-card__summary {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .ai-work-info-card__summary {
    font-size: 16px;
    line-height: 150%;
  }
}
.ai-work-info-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
}
.ai-work-info-card__bottom-item {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 17px;
  line-height: 150%;
  font-weight: 500;
  color: var(--w5-gray3);
}
@media (max-width: 767px) {
  .ai-work-info-card__bottom-item {
    font-size: 16px;
    line-height: 150%;
  }
}
.ai-work-info-card__bottom-item img {
  flex-shrink: 0;
}
.ai-work-aspects {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ai-work-aspects__aspect {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.ai-work-aspects__icon-wrapper {
  flex-basis: 24px;
  max-width: 24px;
  flex-shrink: 0;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .ai-work-aspects__icon-wrapper {
    flex-basis: 20px;
    max-width: 20px;
  }
}
.ai-work-aspects__content {
  flex-grow: 1;
}
.ai-work-aspects__title {
  font-size: 17px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ai-work-aspects__title {
    font-size: 16px;
    line-height: 150%;
  }
}
.ai-work-aspects__text {
  font-size: 17px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .ai-work-aspects__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.ai-work-section-title {
  font-size: 44px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .ai-work-section-title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
.ai-work-preview__pages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ai-work-preview__pages {
    margin-bottom: 20px;
  }
}
.ai-work-preview__page {
  background-color: #fff;
  padding: 60px;
  border: 1px solid var(--w5-gray2);
  border-radius: 15px;
  font-family: "Times New Roman", serif;
  min-height: 880px;
}
@media (max-width: 767px) {
  .ai-work-preview__page {
    padding: 30px 20px;
    min-height: 500px;
  }
}
.ai-work-preview__page p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 25px;
}
.ai-work-preview__page p:last-child {
  margin-bottom: 0;
}
.ai-work-preview__page--main-page {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .ai-work-preview__page--outline-page {
    min-height: auto;
  }
}
.ai-work-preview__page--outline-page .ai-work-preview__page-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .ai-work-preview__page--outline-page .ai-work-preview__page-title {
    margin-bottom: 20px;
  }
}
.ai-work-preview__page--blured {
  position: relative;
}
.ai-work-preview__page--blured:after {
  content: '';
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  border-radius: 15px;
  z-index: 1;
  pointer-events: none;
}
.ai-work-preview__page--blured .ai-work-preview__page-text p {
  filter: blur(5px);
  pointer-events: none;
  user-select: none;
}
.ai-work-preview__page--blured .ai-work-preview__page-text p:first-child {
  filter: none;
  pointer-events: initial;
  user-select: initial;
}
.ai-work-preview__top-text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 130px;
  text-align: center;
}
@media (max-width: 767px) {
  .ai-work-preview__top-text {
    margin-bottom: 60px;
  }
}
.ai-work-preview__worktype {
  font-size: 25px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .ai-work-preview__worktype {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
  }
}
.ai-work-preview__subtext {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .ai-work-preview__subtext {
    margin-bottom: 10px;
  }
}
.ai-work-preview__workname {
  font-size: 25px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 200px;
  text-align: center;
}
@media (max-width: 767px) {
  .ai-work-preview__workname {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 60px;
  }
}
.ai-work-preview__creds {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 310px;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .ai-work-preview__creds {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 60px;
  }
}
.ai-work-preview__bottom-text {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.ai-work-preview__page-title {
  font-size: 25px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ai-work-preview__page-title {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
  }
}
.ai-work-preview__outline-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 767px) {
  .ai-work-preview__outline-items {
    gap: 15px;
  }
}
.ai-work-preview__outline-item {
  color: var(--w5-black);
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ai-work-preview__outline-item {
    font-size: 16px;
    line-height: 150%;
  }
}
.ai-work-preview__outline-item:hover {
  color: var(--w5-black);
  text-decoration-color: var(--w5-black);
  transition: 0.3s ease-in-out;
}
.ai-work-preview__payplate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 320px;
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid var(--w5-black);
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}
.ai-work-preview__payplate-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
}
.ai-work-preview__payplate-icon {
  flex-shrink: 0;
}
.ai-work-preview__payplate-text {
  font-size: 17px;
  line-height: 150%;
  font-weight: 600;
  flex-basis: 140px;
  max-width: 140px;
}
.ai-work-preview__payplate-btn {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-color: var(--w5-green);
  padding: 14px 20px;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.ai-work-preview__payplate-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: var(--w5-red);
  transition: 0.3s ease-in-out;
}
.ai-work-preview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ai-work-preview__tag {
  font-size: 16px;
  line-height: 150%;
  background-color: var(--w5-gray);
  padding: 10px 15px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .ai-work-preview__tag {
    font-size: 12px;
    line-height: 150%;
    padding: 10px 5px;
  }
}
.faq__title {
  font-size: 44px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}
.faq__list {
  margin-top: 0;
}
.faq__text a {
  color: var(--w5-blue);
  text-decoration: none;
}
.faq__text a:hover {
  text-decoration: underline;
}
.ai-work-order-banner {
  padding: 40px 30px;
  background-color: var(--w5-gray);
  border-radius: 20px;
  margin-bottom: 40px;
}
.ai-work-order-banner:last-child {
  margin-bottom: 0;
}
.ai-work-order-banner__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.ai-work-order-banner__text {
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 30px;
}
.ai-work-order-banner__link {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #fff;
  background-color: var(--w5-green);
  padding: 20px;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.ai-work-order-banner__link:hover {
  text-decoration: none;
  color: #fff;
  background-color: var(--w5-red);
  transition: 0.3s ease-in-out;
}
.ai-work-check-results {
  padding: 60px 25px;
  background-color: var(--w5-gray);
  border-radius: 20px;
  margin-bottom: 40px;
}
.ai-work-check-results:last-child {
  margin-bottom: 0;
}
.ai-work-check-results__title {
  font-size: 30px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 20px;
}
.ai-work-check-results__bars {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ai-work-check-results__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #F2F3F5;
  position: relative;
}
.ai-work-check-results__bar:before {
  content: "";
  display: block;
  border-radius: 5px 0 0 5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.ai-work-check-results__bar:first-child:before {
  width: 95%;
  background-color: #9EC1D8;
}
.ai-work-check-results__bar:nth-child(2):before {
  width: 7%;
  background-color: #FF733A;
}
.ai-work-check-results__bar:nth-child(3):before {
  width: 9%;
  background-color: #B3CF55;
}
.ai-work-check-results__bar-name {
  font-size: 14px;
  line-height: 150%;
  position: relative;
  z-index: 1;
}
.ai-work-check-results__bar-percent {
  font-size: 14px;
  line-height: 150%;
  position: relative;
  z-index: 1;
}
.tt-wrapper {
  display: flex;
  align-items: flex-start;
  margin-right: -10px;
}
.badge-secondary {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  position: relative;
  bottom: 1px;
}
.badge-secondary img {
  width: 15px;
  height: 15px;
  display: block;
}
.tooltip {
  z-index: 8;
}
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  background-color: var(--w5-black);
  font-size: 13px;
  line-height: 20px;
  padding: 15px;
  border-radius: 6px;
  text-align: left;
  min-width: 160px;
  letter-spacing: 0.66px;
}
.tooltip-inner .tt-heading {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.tooltip-inner p {
  margin-bottom: 15px;
}
.bs-tooltip-top .arrow::before {
  border-width: 10px 6px;
  border-top-color: var(--w5-black);
  transform: translateY(-7px);
}
.bs-tooltip-top .tooltip-inner {
  transform: translateY(-4px);
}
.bs-tooltip-right .arrow::before {
  border-width: 6px 10px;
  border-right-color: var(--w5-black);
  transform: translateX(7px);
}
.bs-tooltip-right .tooltip-inner {
  transform: translateX(4px);
}
.bs-tooltip-left .arrow::before {
  border-width: 6px 10px;
  border-left-color: var(--w5-black);
  transform: translateX(-7px);
}
.bs-tooltip-left .tooltip-inner {
  transform: translateX(-4px);
}
.feedbacks-redesign-two__title {
  max-width: 700px;
}
@media (max-width: 767px) {
  .feedbacks-redesign-two__title {
    text-align: center;
  }
}
.feedbacks-redesign-two__ratings-box {
  margin-bottom: 40px;
}
.feedbacks-redesign-two__ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feedbacks-redesign-two__ratings {
    gap: 19px;
    margin-bottom: 20px;
  }
}
.feedbacks-redesign-two__rating {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--w5-black);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .feedbacks-redesign-two__rating {
    gap: 5px;
  }
}
.feedbacks-redesign-two__rating:hover {
  color: var(--w5-black);
  text-decoration-color: var(--w5-black);
  transition: 0.3s ease-in-out;
}
.feedbacks-redesign-two__rating-icon-wrapper {
  max-width: 36px;
  flex-basis: 36px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .feedbacks-redesign-two__rating-icon-wrapper {
    max-width: 20px;
    flex-basis: 20px;
  }
}
.feedbacks-redesign-two__rating-text {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .feedbacks-redesign-two__rating-text {
    font-size: 12px;
    line-height: 120%;
  }
}
.feedbacks-redesign-two__common-rating {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .feedbacks-redesign-two__common-rating {
    gap: 12px;
    justify-content: flex-start;
  }
}
.feedbacks-redesign-two__common-rating span {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 767px) {
  .feedbacks-redesign-two__common-rating span {
    font-size: 12px;
    line-height: 120%;
  }
}
.feedbacks-redesign-two__common-rating span:last-child {
  color: var(--w5-blue);
}
.feedbacks-redesign-two__slider {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .feedbacks-redesign-two__slider {
    margin-bottom: 0;
  }
}
.feedbacks-redesign-two__slider .slick-track {
  display: flex;
}
.feedbacks-redesign-two__slider .slick-list {
  margin: 0 -15px;
}
.feedbacks-redesign-two__slider .slick-slide {
  margin: 0 15px;
}
@media (min-width: 992px) {
  .feedbacks-redesign-two__slider .slick-slide {
    height: auto;
  }
}
@media (min-width: 992px) {
  .feedbacks-redesign-two__slider .slick-slide > div {
    height: 100%;
  }
}
.feedbacks-redesign-two__slide {
  display: flex !important;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #BABABA;
  border-radius: 24px;
  height: 100%;
}
.feedbacks-redesign-two__slide .rating-stars {
  margin-bottom: 15px;
}
.feedbacks-redesign-two__slide .rating-stars__star {
  margin-right: 4px;
}
.feedbacks-redesign-two__slide .rating-stars__star svg {
  width: 23px;
  height: 23px;
}
.feedbacks-redesign-two__slide-author {
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 15px;
}
.feedbacks-redesign-two__slide-worktype {
  align-self: flex-start;
  font-size: 16px;
  line-height: 140%;
  color: #787878;
  padding: 11px 18px;
  border: 1px solid #787878;
  border-radius: 48px;
  margin-bottom: 30px;
}
.feedbacks-redesign-two__slide-text {
  font-size: 16px;
  line-height: 155%;
}
.feedbacks-redesign-two__slider-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .feedbacks-redesign-two__slider-arrows {
    display: none;
  }
}
.feedbacks-redesign-two__slider-arrow {
  cursor: pointer;
}
.feedbacks-redesign-two__slider-arrow--prev {
  transform: rotate(180deg);
}
.feedbacks-redesign-two__slider-arrow.slick-disabled {
  opacity: 0.4;
  cursor: initial;
}
.modal-ai-work .modal-dialog {
  max-width: 707px;
  padding: 0 16px;
}
@media (max-width: 600px) {
  .modal-ai-work .modal-dialog {
    margin: 0 !important;
  }
}
.modal-ai-work .modal-content {
  position: relative;
}
.modal-ai-work .modal-close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
}
.modal-ai-work__body {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 60px 30px 40px;
}
@media (max-width: 599px) {
  .modal-ai-work__body {
    flex-direction: column;
    padding: 60px 16px 40px;
  }
}
.modal-ai-work__img {
  flex-shrink: 0;
}
@media (max-width: 599px) {
  .modal-ai-work__img {
    width: 336px;
    height: auto;
  }
}
.modal-ai-work__content {
  flex-basis: 391px;
  max-width: 391px;
}
@media (max-width: 599px) {
  .modal-ai-work__content {
    flex-basis: auto;
    max-width: 100%;
  }
}
.modal-ai-work__title {
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .modal-ai-work__title {
    font-size: 25px;
    line-height: 120%;
  }
}
.modal-ai-work__text {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .modal-ai-work__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.modal-ai-work__btn {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 12px;
  max-width: 167px;
  width: 100%;
}
@media (max-width: 599px) {
  .modal-ai-work__btn {
    max-width: 100%;
  }
}
.ai-work-similar-works__cards {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .ai-work-similar-works__cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .ai-work-similar-works__cards {
    gap: 20px;
  }
}
.ai-work-similar-works .ai-work-similar-works-card {
  flex-basis: calc(100% / 3);
}
@media (max-width: 1199px) {
  .ai-work-similar-works .ai-work-similar-works-card {
    flex-basis: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .ai-work-similar-works .ai-work-similar-works-card {
    flex-basis: calc(50% - 10px);
  }
}
.ai-work-similar-works .ai-work-similar-works-card--markup-only {
  display: none;
}
@media (max-width: 1199px) {
  .ai-work-similar-works .ai-work-similar-works-card--markup-only {
    display: flex;
  }
}
.ai-work-similar-works-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  border: 1px solid var(--w5-gray2);
  color: var(--w5-black);
  text-decoration: none;
}
@media (max-width: 767px) {
  .ai-work-similar-works-card {
    padding: 20px 10px;
    border-radius: 10px;
  }
}
.ai-work-similar-works-card:hover {
  color: var(--w5-black);
  text-decoration: none;
}
.ai-work-similar-works-card__worktype {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .ai-work-similar-works-card__worktype {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 10px;
  }
}
.ai-work-similar-works-card__title {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ai-work-similar-works-card__title {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 25px;
    line-break: anywhere;
  }
}
.ai-work-similar-works-card__text {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 145px;
}
@media (max-width: 767px) {
  .ai-work-similar-works-card__text {
    display: none;
  }
}
.ai-work-similar-works-card__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: auto;
}
.ai-work-similar-works-card__date {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .ai-work-similar-works-card__date {
    font-size: 12px;
    line-height: 150%;
  }
}
.ai-work-similar-works-card__views {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .ai-work-similar-works-card__views {
    font-size: 12px;
    line-height: 150%;
  }
}
.ai-work-similar-works-card__link {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--w5-blue);
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ai-work-similar-works-card__link {
    font-size: 15px;
    line-height: 150%;
  }
}
.ai-work-similar-works-card__link:hover {
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ai-work-similar-works-card__link .d-only {
    display: none;
  }
}
.ai-work-bottom-plate {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: #fff;
  padding: 20px 16px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #c0c0c0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .ai-work-bottom-plate {
    display: block;
  }
}
.ai-work-bottom-plate__btn {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  background-color: var(--w5-green);
  padding: 14px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.ai-work-bottom-plate__btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: var(--w5-red);
  transition: 0.3s ease-in-out;
}
@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
/*# sourceMappingURL=ai-work.css.map */