

/* Start:/local/components/custom/kindness.landing/styles.css?178548274121198*/
.container {
    position: relative;
    z-index:1;
    font-family: "Khabensky", sans-serif;
}
.container-big {
    max-width: 1800px;
    position: relative;
    z-index:1;
}
.container1700 {
  max-width: 1700px;
}
p{
    margin-top:0;
}
.violet {
color: #653c7e;
}
.grey {
color: #6b7683;
}
.yellow {
color: #ffca64;
}
.kh {
font-family: "Khabensky", sans-serif;
}
.fu {
font-family: "Futura New Book", sans-serif;
}
.font-48 {
font-size: 48px;
}
.font-32 {
font-size: 32px;
}
.font-24 {
font-size: 24px;
}
.font-20 {
font-size: 20px;
}
.section {
    color: #653c7e;
position: relative;
padding: 32px 0;
}

.header-2 {
margin-bottom: 32px;
font-size: 48px!important;
text-align: center!important;
width: 100%;
}

.text-center {
text-align: center;
}

.text-right {
text-align: right;
}
.disable-margin {
    margin-top: 0!important;
}
.start-bg {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
left: 0;
top: 0;
object-fit: cover;
}
.hero {
display: flex;
align-items: center;
gap: 20px;
position: relative;
z-index:1;
}
.hero-section {
    padding-top: 100px;
}
.hero__title {
font-size: 80px;
display: inline-block;
height: 140px;
}
.hero__underline {
width: 100%;
position: relative;
top: -50px;
}
.hero__img {
    width: 100%;
}
.hero__left {
display: flex;
flex-direction: column;
align-items: center;
}
.hero__right {
padding-top:20px;
display: flex;
flex-direction: column;
align-items: center;
width: 33%;
}
.hero__subtitle {
margin-top: -20px;
}
.hero__badge {
font-size: 28px;
background-color: #572d71;
border-radius: 20px;
padding: 4px 12px;
margin-top:0;
}
.hero__text {
margin-top: 20px;
font-size: 48px;
text-align: center;
line-height: 90%;
}
.hero__right {
width: 420px;
}

@media (max-width:1500px) {
    .hero__right {
        width: 50%;
    }
}

@media (max-width:1024px) {
    .hero {
        flex-direction: column;
    }
    .hero__left, .hero__right {
        width: 100%;
    }
    .hero-section {
    padding-top: 80px;
    }
    .hero__right {
        padding-top:0;
    }
    .hero__title {
        height: 60px; 
        font-size: 32px;
        text-align:center;
        width: 270px;
    }
    .hero__underline {
        top:-20px;
        width: 100%;
    }
    .hero__subtitle {
        font-size: 28px;
    }
    .hero__badge {
        font-size: 20px;
    }
    .hero__text {
        font-size: 18px;
    }
    .hero__right {
        height: 380px;
        overflow: hidden;
    }
    .hero-section {
        padding-bottom: 0;
    }
    .hero__right img {
        height: 380px;
        width: auto;
    }
}

/* END HERO */
.font-medium {
font-weight: 500;
}

.graphic-how {
position: absolute;
z-index: 0;
left: 0;
top: 50%;
transform: translateY(-50%);
}

.how-steps {
display: flex;
justify-content: space-between;
margin-bottom: 43px;
}

.how-step {
width: 303px;
text-align: center;
position: relative;
}

.how-step-padding-top {
padding-top: 127px;
}

.how-step__num {
position: absolute;
}

.how-step__num1 {
left: -70px;
top: 110px;
}
.how-step__num2 {
left: -120px;
top: -20px;
}
.how-step__num3 {
left: -100px;
top: 110px;
}

.how-step__img {
width: 260px;
height: 260px;
border-radius: 50%;
box-shadow: 4px 2px 32px 0px #0046ff1a;
background-color: #fff;
}

.how-title {
margin-bottom: 68px;
}

.how-step3 {
align-items: flex-end;
}

.how-btn {
width: 373px;
height: 90px;
display: block;
margin: 0 auto;
border-radius: 57px;
background-color: #ffca64;
position: relative;
transition: 0.3s;
margin-bottom: 32px;
}

.how-btn__img {
width: 100%;
position: relative;
top: -4px;
}

.how-btn__text {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
text-transform: none;
white-space: nowrap;
}

@media (hover: hover) {
.how-btn:hover {
    background-color: #653c7e;
}

.how-btn:hover .how-btn__text {
    color: white;
}
}

.how-step__content {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
position: relative;
z-index: 1;
}

.how-ellipse1,
.how-ellipse2,
.how-sun {
position: absolute;
z-index: 0;
width: 200px;
}

.how-ellipse1 {
bottom: 50px;
left: -80px;
}

.how-ellipse2 {
bottom: 100px;
right: -30px;
}

.how-step__content3 {
/*align-items: flex-end;*/
}

.how-sun {
bottom: 150px;
left: 0;
width: 90px;
}

.how-points {
position: absolute;
top: 90px;
left: 50%;
transform: translateX(-50%);
z-index: 0;
}

.how-step__content3 .step-title-and-text {
align-items: center;
}

@media (max-width: 1500px) {
.how-step__num1 {
    left: 10px;
}
.how-step__num2 {
    left: 0;
}
.how-step__num3 {
    left: 20px;
}
}

@media (max-width: 900px) {
.graphic-how {
    display: none;
}

.how {
    padding-top:0;
}

.header-2 {
    font-size: 32px!important;
    margin-bottom: 24px;
}

.how-steps {
    flex-direction: column;
    gap: 20px;
}

.how-step-padding-top {
    padding-top: 0;
}

.how-step {
    width: 100%;
}

.how-ellipse1,
.how-ellipse2,
.how-points,
.how-sun {
    display: none;
}

.how-step__content {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 16px;
}

.how-step__content2 {
    flex-direction: row;
}

.how-step__img {
    width: 122px;
    height: 122px;
    flex-shrink: 0;
}

.step-title-and-text {
    flex-grow: 1;
    text-align: left;
}

.how-step__content3 {
    align-items: center;
}

.how-step__content3 .step-title-and-text {
    text-align: left;
}

.how-step__num1,
.how-step__num3 {
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 120px;
}

.how-step__num2 {
    right: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 120px;
}

.how-step__title {
    font-size: 16px;
    line-height: 120%;
}

.how-step__subtitle {
    font-size: 14px;
    line-height: 120%;
}

.how-step__content2 .step-title-and-text {
    text-align: right;
}

.how-btn {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
    bottom: -100px;
}

.how {
    padding-bottom: 72px;
}

.how-btn__text {
    font-size: 20px;
}
}

.graphic-help {
  position: absolute;
  z-index: 0;
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 5%;
}

.help-swiper {
  width: 330px;
  height: 490px;
}

.help-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 22px;
  font-weight: bold;
  background-color: #fff;
}

.help-slide__img {
  height: 271px;
  width: 100%;
  object-fit: cover;
}

.help-slide__content {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 281px);
}

.help-slide__title {
  color: #000000;
  font-size: 20px;
}

.help-slide__role,
.help-slide__text {
  color: #304663;
  font-size: 16px;
  line-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* количество строк */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none;
}

.help-slide__link {
  background: none;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
}

.help-swiper .swiper-slide:not(.swiper-slide-active) {
  background-color: #ad74ce;
}

.help-slide.swiper-slide-active {
  box-shadow: 4px 2px 32px 0px #4a0b7280;
}

.help-content {
  display: flex;
  margin-top: 78px;
  gap: 80px;
}

.help-content__right {
  flex: 1;
  background-color: transparent;
  border: none;
  position: relative;
}

.help-swiper__nav {
  margin-top: 44px;
}

.help-swiper__nav {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
}

.help-swiper-button {
  cursor: pointer;
  transition: 0.3s;
}

.help-swiper__arrow-next {
  transform: rotate(180deg);
}

@media (hover: hover) {
  .help-swiper-button:hover {
    opacity: 0.8;
  }
}

.help-content__right {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.help-circle {
  width: 200px;
  height: 200px;
  background: linear-gradient(
    208.89deg,
    #ff55c3 -69.32%,
    #ffc049 135.69%,
    #e35eff 301.03%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  /* box-shadow: 4px 86px 39px -44px rgba(34, 60, 80, 0.25); */
}

/* .help-item__shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 275px;
  height: 82px;
  border: 1px solid red;
  border-radius: 50%;
} */

/* .help-circle::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 275px;
  height: 82px;
  bottom: 0;
  left:0;
  background: radial-gradient(50.01% 49.17% at 50% 46.82%, #342B4D 12%, #706981 21%, #A39FAE 29%, #CAC8D1 37%, #E7E6EA 44%, #F8F8F9 49%, #FFFFFF 54%);
  background-blend-mode: multiply;
  opacity: 0.5;
} */

.help-circle-inner {
  width: 96%;
  height: 96%;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}

.help-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.help-item__text {
  max-width: 275px;
  position: relative;
}

.help-item2 {
  padding-top: 280px;
}

.help-item3 {
  padding-top: 106px;
}

.help-item__underline {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.help-item__text2 {
  position: absolute;
  top: 500px;
  width: 400px;
  max-width: 400px;
}

.help-date {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 38px;
}

.help-circle-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.help-svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.help-svg1 {
  top: -50px;
}
.help-svg2 {
  top: 240px;
}

.help-item__text p {
    line-height: 100%;
}

.help-content {
  padding-bottom: 32px;
}

@media (max-width: 1200px) {
  .help-content {
    flex-direction: column-reverse;
  }

  .help-content__left {
    margin-top: 120px;
  }
}

.help-subtitle{
  color: #304663;
}

@media (max-width: 900px) {
  .help-content__left {
    margin-top: 20px;
  }
  .help-subtitle {
    line-height: 110%;
    font-size: 20px;
  }
  .help-circle {
    width: 90px;
    height: 90px;
  }
  .help-item__text {
    font-size: 12px;
    width: 125px;
  }
  .help-date {
    font-size: 16px;
  }
  .help-item2 {
    padding-top: 140px;
  }
  .help-item__text2 {
    top: 240px;
    width: 240px;
    max-width: 240px;
  }
  .help-item3 {
    padding-top: 0;
  }
  .help-swiper {
    width: auto;
    max-width: 282px;
    height: 427px;
  }
  .help-circle {
    margin-bottom: 10px;
  }
  .help-content__left {
    margin-top: 20px;
  }
  .help-slide__text {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .help-slide__img {
    height: 233px;
  }
  .help-slide__content {
    height: calc(100% - 243px);
    padding-bottom: 20px;
  }
  .help-date {
    top: 40px;
  }
}

@media (max-width: 400px) {
  .help-item2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
  }
  .help-content__left {
    margin-top: 130px;
  }
}

/* END HELP */

.good {
  padding: 71px 0;
  background-color: #653c7e;
}

.good-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.good__left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.good__title {
  font-size: 38px;
}

.good__text {
  color: #eed8ff;
}

.good__texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.good__right {
  display: flex;
}

.good-item__circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff33;
  margin-bottom: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.good-item__img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.good-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.good-item__title {
  margin-bottom: 8px;
}

.good-item__text {
  color: #eed8ff;
  max-width: 250px;
}

.good-item__img4 {
  width: 60%;
}

.good-item__arrow2 {
  transform: rotateX(180deg);
}

@media (max-width: 1000px) {
  .good-content {
    flex-direction: column;
    gap: 24px;
  }

  .good__texts {
    gap: 8px;
  }

  .good__text {
    font-size: 16px;
  }

  .good__left {
    text-align: center;
    font-size: 16px;
  }

  .good-item__circle {
    width: 80px;
    height: 80px;
  }

  .good-item__title {
    font-size: 16px;
  }

  .good-item__text {
    line-height: 115%;
    font-size: 14px;
  }

  .good__title {
    font-size: 32px;
    line-height: 100%;
  }
}

@media (max-width: 600px) {
  .good-item__arrow {
    position: absolute;
  }
  .good-item2,
  .good-item3 {
    position: absolute;
    right: 0;
  }

  .good-item3 {
    top: 192px;
  }

  .good__right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 32px;
  }

  .good-item {
    width: 50%;
  }

  .good__right {
    position: relative;
  }

  .good-item__arrow {
    width: 55px;
  }

  .good-item__arrow1 {
    top: 80px;
    left: 50%;
    transform: translateX(-50%) rotateX(180deg);
  }

  .good-item__arrow2 {
    top: 180px;
    right: 32%;
    transform: rotate(90deg);
  }

  .good-item__arrow3 {
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%) rotateX(0) rotateY(180deg);
  }

  .good-item__text2 {
    max-width: 110px;
  }

  .good-item__text3 {
      max-width: 118px;
  }

  .good-item__text4 {
      max-width: 110px;
  }
}

@media (max-width: 384px) {
.good-item3 {
    top: 207px;
  }
}

/* END GOOD*/

/* END GOOD*/
.quotes {
  padding-top: 64px;
}

.quote {
  border-radius: 32px;
  padding: 32px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  height: 100%;
  min-height: 640px;
}

.quotes-swiper {
  width: 100%;
  height: 100%;
}

.qoutes-content {
  position: relative;
}

.quotes-swiper-slide {
  border: 1px solid #653c7e;
  border-radius: 32px;
  overflow: hidden;
  height: auto !important;
}

.quote__quotes {
  width: 56px;
}

.quote__tag {
  width: 140px;
}

.quote__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.quote__text {
  margin-bottom: 20px;
}

.quote__second-text {
  color: #304663;
}

.quote__bottom {
  width: 50%;
  padding-top: 24px;
  position: relative;
}

.quote__bottom::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 1px;
  background-color: #653c7e;
  top: 0;
}

.quote__name {
  color: #304663;
  margin-bottom: 10px;
}

.quote__profession {
  color: #304663;
}

.quote__img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 250px;
  width: 40%;
  object-fit: contain;
  object-position: bottom right;
}

.quotes-swiper-pagination {
  position: static !important;
  margin-top: 33px;
}

.quotes-swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #653c7e;
  opacity: 1;
  transition: all 0.3s ease;
}

.quotes-swiper-pagination .swiper-pagination-bullet-active {
  background: #653c7e;
  transform: scale(1.6);
}

.qoutes-swiper-button-prev,
.qoutes-swiper-button-next {
  position: absolute;
  top: calc(50% - 40px);
  cursor: pointer;
  transition: 0.3s;
}

.qoutes-swiper-button-prev {
  left: -50px;
}

.qoutes-swiper-button-next {
  right: -50px;
  transform: rotate(180deg);
}

@media (hover: hover) {
  .qoutes-swiper-button-prev:hover,
  .qoutes-swiper-button-next:hover {
    opacity: 0.8;
  }
}

@media (max-width: 1368px) {
  .qoutes-swiper-button-prev,
  .qoutes-swiper-button-next {
    display: none;
  }
}

@media (max-width: 900px) {
  .qoutes-swiper-button-prev,
  .qoutes-swiper-button-next {
    display: none;
  }

  .quote__quotes {
    width: 32px;
  }

  .quote__tag {
    width: 100px;
  }

  .quote__top {
    margin-bottom: 20px;
  }

  .quote__text {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .quote {
    min-height: 490px;
  }

  .quote__second-text {
    font-size: 16px;
  }

  .quote__bottom {
    padding-top: 16px;
  }

  .quote__name {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .quote__profession {
    font-size: 14px;
  }

  .quote {
    padding: 24px 16px;
  }
}

@media (max-width: 640px) {
  .quote__img {
    height: 150px;
  }
}

/* END QUOTES */

.events-section {
    padding: 62px 0;
}

/* END QUOTES */

.attributes-swiper-slide {
  border: 1px solid #653c7e;
  padding: 16px;
  border-radius: 16px;
  min-height: 327px;
}

.attributes-title {
  margin-bottom: 24px;
  color: #304663;
  max-width: 600px;
  text-align: center;
  margin: 0 auto 24px auto;
}

.attributes-img {
  width: 100%;
  height: 211px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 24px;
}

.attributes-main-img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
  margin-bottom: 24px;
}

.attributes-swiper-slide p {
    line-height: 100%;
}

@media (max-width: 900px) {
  .attributes-main-img {
    height: 196px;
  }

  .attributes-title {
    font-size: 20px;
    line-height: 120%;
  }

  .attributes-swiper-slide p {
    font-size: 20px;
  }

  .attributes-swiper-slide {
    min-height: 273px;
  }
}

/* END ATTRIBUTES */

.partner-img,
.partners-swiper-slide {
  height: 109px;
  border-radius: 16px;
}

.partner-img {
  width: 100%;
  object-fit: contain;
}

.faq-title {
    color: #653c7e;
}

/* BANNER */

.banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 112px;
  z-index: 2;
}

.banner__content {
  max-width: 900px !important;
  height: 100%;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 4px 2px 32px 0px #0046ff1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner__img {
  width: 205px;
  height: 21px;
}

.banner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner__left p {
  font-size: 32px;
  line-height: 100%;
}

.banner__img {
  width: 205px;
  height: 51px;
}

.banner__btn {
  width: 217px;
  height: 64px;
  font-size: 24px!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  border-radius: 57px!important;
  /*padding: 16px 2rem !important;*/
}

@media (max-width: 768px) {
  .banner {
    height: 104px;
  }

  .banner__content {
    flex-direction: column;
    padding: 18px!important;
    justify-content: flex-start;
    gap: 12px;
  }

  .banner__left {
    flex-direction: row;
  }

  .banner__left p {
    font-size: 16px;
  }

  .banner__img {
    width: 97px;
    height: 24px;
  }

  .banner__btn {
    width: 100%;
    height: 36px;
    font-size: 14px!important;
  }

  .banner__right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mobile-block {
    display: block;
  }
}

.help-date p {
  font-size: 38px;
  line-height: 100%;
}


@media (max-width: 1024px) {
  .help-date p {
    font-size: 16px;
  }

  .help-item__text p {
    font-size: 12px;
  }
}

.good-item__text {
  line-height: 110%;
}

.container1700 {
  max-width: 1700px;
}

.good__text {
  line-height: 120%;
}

.block-accordeon__item-title, .block-accordeon__dropdown-content {
  color: #304663!important;
}

.help-item__circle-and-shadow {
  position: relative;
}

.help-circle {
  position: relative;
  z-index: 1;
}

.help-item__shadow {
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 0;
  width: 175px;
  height: 50px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(
  ellipse at center,
    #342B4D 12%,
    #706981 21%,
    #A39FAE 29%,
    #CAC8D1 37%,
    #E7E6EA 44%,
    #F8F8F9 49%,
    #FFFFFF 54%
  );
  filter: blur(5px);
  opacity: 0.8;
}

@media (max-width: 900px) {
  .help-item__shadow{
    width: 75px;
    height: 30px;
    bottom: -6px;
  }

  .good {
    padding: 32px 0;
  }

  .kinness-v2 .events-section{
    padding-top: 0;
  }

  .kinness-v2 .block-banner-container {
    margin-top:32px;
  }

  .help-content {
    gap: 60px;
    padding-bottom:0;
  }
}

@media (max-width: 400px) {
   .help-content {
    gap: 80px;
  }
}

.interactive-modal__description_more {
  background-color: #fff!important;
  width: auto!important;
}

.interactive-modal__description_more::before {
  content: "";
  position: absolute;

  left: -60px;
  top: 0;
  bottom: 0;
  width: 60px;

  background: linear-gradient(
    to right,
    rgba(255,255,255,0),
    #fff 80%
  );

  pointer-events: none;
}

@media (max-width: 768px) {
  .interactive-modal__content {
    padding: 16px!important;
  }
}

.kinness-v2 .events-all__cards {
  margin-top:0!important;
}

/* End */
/* /local/components/custom/kindness.landing/styles.css?178548274121198 */
