.wrap-h2 {
  width: 100%;
  text-align: left;
}
.wrap-list_item {
  font-size: 16px;
  font-weight: normal;
  color: #393939;
  line-height: 2;
  padding-left: 25px;
  position: relative;
  margin-top: 20px;
}
.wrap-list_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #F5A253;
  border: 3px solid #FFE1C5;
}
.wrap-list_item:first-child {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-list_item:first-child {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-list_item {
    font-size: 16rem;
    padding-left: 25rem;
    margin-top: 20rem;
  }
  .wrap-list_item::before {
    top: 8rem;
    width: 8rem;
    height: 8rem;
    border: 3rem solid #FFE1C5;
  }
}
.banner {
  padding: 60px 0;
  text-align: center;
  background-size: cover;
  background-image: url(../../img/for-caregivers/banner.png);
}
.banner .wrap-desc {
  font-size: 16px;
  color: #fff;
}
.banner .wrap-h1 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 60rem 0;
    background-image: url(../../img/for-caregivers/mb/banner.png);
  }
}
.wrap-1 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    margin-top: 40rem;
  }
}
.common-catalog {
  overflow: hidden;
  border-radius: 10px 10px;
  box-shadow: 0 4px 4px 0 rgba(154, 122, 39, 0.08);
}
.common-catalog_top {
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  background: #F5A253;
}
.common-catalog_top.active::after {
  transform: rotate(180deg);
}
.common-catalog_top::after {
  content: '';
  width: 14px;
  height: 10px;
  transition: transform 0.3s;
  background: url(../../img/icon-catalog.svg) no-repeat center;
  background-size: 100% 100%;
  filter: brightness(10);
}
.common-catalog_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.common-catalog_list {
  background: #fff;
}
.common-catalog_item {
  list-style: none;
  padding: 20px 35px;
  line-height: 1.5;
}
.common-catalog_item:hover {
  background: #FFFAF6;
}
.common-catalog_item:hover .common-catalog_link {
  color: #F5A253;
}
.common-catalog_link {
  font-size: 18px;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .common-catalog {
    border-radius: 10rem;
  }
  .common-catalog_top {
    border-radius: 10rem 10rem 0 0;
  }
  .common-catalog_top::after {
    width: 18rem;
    height: 10rem;
  }
  .common-catalog_title {
    font-size: 16rem;
  }
  .common-catalog_item {
    padding: 20rem 30rem;
  }
  .common-catalog_link {
    font-size: 16rem;
  }
}
.wrap-2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-2 {
    margin-top: 60rem;
  }
}
.wrap-2 .flex-wrapper {
  gap: 44px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-2 .flex-wrapper {
    margin-top: 40rem;
  }
}
.wrap-2 .tab-handle {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}
.wrap-2 .tab-handle_item {
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
  border-radius: 5px;
  border: 1px dashed #F5A253;
  padding: 21px 36px;
  position: relative;
}
.wrap-2 .tab-handle_item::before {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 34px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.28);
}
.wrap-2 .tab-handle_item.item-1::before {
  content: '01';
}
.wrap-2 .tab-handle_item.item-2::before {
  content: '02';
}
.wrap-2 .tab-handle_item.item-3::before {
  content: '03';
}
.wrap-2 .tab-handle_item.item-4::before {
  content: '04';
}
.wrap-2 .tab-handle_item.active {
  background-color: #F5A253;
  color: #fff;
}
.wrap-2 .tab-views {
  position: relative;
  height: 330px;
  width: 418px;
}
.wrap-2 .tab-views_pic {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .wrap-2 .flex-wrapper {
    gap: 14rem;
  }
  .wrap-2 .tab-handle {
    gap: 14rem;
  }
  .wrap-2 .tab-handle_item {
    font-size: 16rem;
    border-radius: 5rem;
    border: 1rem dashed #F5A253;
    padding: 21rem 36rem;
  }
  .wrap-2 .tab-handle_item::before {
    left: 15rem;
    font-size: 34rem;
  }
  .wrap-2 .tab-views {
    position: relative;
    height: 272rem;
    width: 100%;
  }
  .wrap-2 .tab-views_pic {
    width: 100%;
    height: 272rem;
    object-fit: contain;
  }
}
.wrap-3 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-3 {
    margin-top: 60rem;
  }
}
.wrap-3 .wrap-pic {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-3 .wrap-pic {
    margin-top: 40rem;
  }
}
.wrap-4 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-4 {
    padding: 60rem 0;
  }
}
.wrap-4 .flex-wrapper {
  gap: 45px;
}
.wrap-4 .wrap-list {
  width: 495px;
  flex: 0 0 495px;
}
.wrap-4 .wrap-pic {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .wrap-4 .flex-wrapper {
    gap: 40rem;
  }
  .wrap-4 .wrap-list {
    width: 100%;
    flex: unset;
  }
}
.wrap-5 {
  padding: 100px 0;
  background: #152E56;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap-5 {
    padding: 60rem 0;
  }
}
.wrap-5 .bg-1 {
  position: absolute;
  right: 45px;
  top: 0;
  background-image: url(../img/index/form-bg2.png);
  width: 448px;
  height: 300px;
}
.wrap-5 .bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../../img/index/form-bg2.png);
  width: 448px;
  height: 300px;
  transform: rotate(180deg);
}
.wrap-5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../img/index/form-bg1.png);
  width: 528px;
  height: 497px;
}
.wrap-5::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../../img/index/form-bg1.png);
  width: 528px;
  height: 497px;
  transform: rotate(180deg);
}
.wrap-5 .wrap-h2 {
  text-align: center;
  color: #fff;
}
.wrap-5 .common-form {
  margin: 50px auto 0;
  width: 858px;
  border-radius: 16px 0px 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap-5 .common-form {
    flex-direction: column;
  }
}
.wrap-5 .common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap-5 .common-form.popup::before,
.wrap-5 .common-form.popup::after {
  display: none;
}
.wrap-5 .common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.wrap-5 .common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.wrap-5 .common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.wrap-5 .common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.wrap-5 .common-form_item.half {
  flex: 0 0 353px;
}
.wrap-5 .common-form_pact {
  display: flex;
  align-items: flex-start;
}
.wrap-5 .common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.wrap-5 .common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.wrap-5 .common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.wrap-5 .common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.wrap-5 .common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-5 .common-form_input.error {
  border: 1px solid #d04c3f;
}
.wrap-5 .common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.wrap-5 .common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.wrap-5 .common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.wrap-5 .common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.wrap-5 .common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-5 .common-form .file-box_collect {
  display: none;
  align-items: center;
}
.wrap-5 .common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.wrap-5 .common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.wrap-5 .common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.wrap-5 .common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.wrap-5 .common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.wrap-5 .common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .wrap-5 .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .wrap-5 .common-form::after,
  .wrap-5 .common-form::before {
    display: none;
  }
  .wrap-5 .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .wrap-5 .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .wrap-5 .common-form_item.half {
    flex: unset;
  }
  .wrap-5 .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .wrap-5 .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .wrap-5 .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .wrap-5 .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .wrap-5 .common-form_input::placeholder {
    font-size: 14rem;
  }
  .wrap-5 .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .wrap-5 .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .wrap-5 .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .wrap-5 .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .wrap-5 .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .wrap-5 .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .wrap-5 .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-5 .bg-1,
  .wrap-5 .bg-2,
  .wrap-5::before {
    display: none;
  }
  .wrap-5 .common-form {
    position: relative;
    z-index: 1;
  }
  .wrap-5::after {
    z-index: 0;
  }
}
.wrap-6 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-6 {
    padding: 60rem 0;
  }
}
.wrap-6 .common-next-step .wrap-info {
  font-size: 24px;
  font-weight: normal;
  color: #171717;
}
.wrap-6 .common-next-step .flex-wrapper {
  gap: 28px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .wrap-6 .common-next-step .flex-wrapper {
    margin-top: 40rem;
  }
}
.wrap-6 .common-next-step_item {
  flex: 0 0 526px;
  width: 526px;
  height: 251px;
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wrap-6 .common-next-step_item:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
}
.wrap-6 .common-next-step_info {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  padding: 15px 23px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  border-radius: 0 0 10px 10px;
  width: 100%;
  min-height: 102px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrap-6 .common-next-step .wrap-info {
    font-size: 16rem;
  }
  .wrap-6 .common-next-step .flex-wrapper {
    display: none;
  }
  .wrap-6 .common-next-step .next-step-swiper {
    position: relative;
    padding-bottom: 60rem;
    overflow: hidden;
    margin-top: 40rem;
  }
  .wrap-6 .common-next-step .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12rem;
  }
  .wrap-6 .common-next-step .swiper-slide_item {
    height: 165rem;
    width: 345rem;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .wrap-6 .common-next-step .swiper-slide_info {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2rem);
    padding: 12rem;
    font-size: 16rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    border-radius: 0 0 10rem 10rem;
    width: 100%;
    min-height: 68rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .wrap-6 .common-next-step .swiper-pagination-bullet {
    width: 13rem;
    height: 13rem;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .wrap-6 .common-next-step .swiper-pagination-bullet-active {
    background-color: #F5A253;
  }
  .wrap-6 .common-next-step .swiper-pagination {
    text-align: center;
  }
}
.wrap-6 .common-next-step .item-1 {
  background-image: url(../../img/for-caregivers/next-step-1.png);
}
.wrap-6 .common-next-step .item-2 {
  background-image: url(../../img/for-caregivers/next-step-2.png);
}
.wrap-6 .common-next-step .item-3 {
  background-image: url(../../img/for-caregivers/next-step-3.png);
}
.wrap-6 .common-next-step .item-4 {
  background-image: url(../../img/for-caregivers/next-step-4.png);
}
