.new-ss-bg-grey {
  background-color: #EEECED;
}

.new-ss-faq {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.new-ss-faq-content > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new-ss-faq-content > div > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 40px 40px 32px 40px;
  box-sizing: border-box;
}

.new-ss-faq-content > div > ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.new-ss-faq-item {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 24px 24px 24px 40px;
  box-sizing: border-box;
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.new-ss-faq-item-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
}

.new-ss-faq-item-header > img {
  transform: rotate(180deg);
  transition: transform .2s ease-in;
}

.new-ss-faq-item-header > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.new-ss-faq-item-hidden-content {
  display: flex;
  gap: 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.new-ss-sticky {
  position: sticky;
  top: 94px;
  height: calc(100vh - 111px);
  transition: height 0.3s ease-in-out;
}

.new-ss-sticky > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.new-ss-faq-active-tab {
  gap: 29px;
}

.new-ss-faq-active-tab > .new-ss-faq-item-hidden-content {
  opacity: 1;
  max-height: 700px;
}

.new-ss-faq-active-tab .new-ss-faq-item-header > img {
  transform: rotate(0deg);
}

.faq-answer-list-item {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.faq-answer-list-item > li::marker {
  font-size: 15px;
}

.new-ss-faq-item .new-ss-faq-item-hidden-content a {
  color: #1D1D1F;
}

@media screen and (max-width: 580px) {
  .new-ss-faq-content > div > div {
    padding: 40px 16px 16px 16px;
  }

  .new-ss-faq-content .f-lh54 {
    line-height: normal;
  }

  .new-ss-faq-item-header > div {
    align-items: flex-start;
  }
  
  .new-ss-faq-item {
    padding: 24px 16px;
  }

  .new-ss-faq-item-header {
    align-items: flex-start;
  }
  
  .new-ss-offer-item:first-child > div {
    align-items: center;
  }
  
  .new-ss-faq-content > div > div {
    padding: 40px 16px 16px 16px;
  }

  .new-ss-faq-content .f-lh54 {
    line-height: normal;
  }

  .new-ss-faq-item-header > div {
    align-items: flex-start;
  }
  
  .new-ss-faq-item {
    padding: 24px 16px;
  }

  .new-ss-faq-item-header {
    align-items: flex-start;
    gap: 16px;
  }
}

@media screen and (max-width: 345px) {
  .new-ss-faq-item-header {
    gap: 8px;
  }

  .new-ss-faq-item-header .f20 {
    font-size: 18px !important;
  }
}