/* Media Start*/
/* Media End*/
.mp-banner-cta .md-text-button1 .mtb1-description {
  font-weight: 500;
}

.lofty-story {
  display: flex;
  height: 672px;
  align-items: center;
  justify-content: space-between;
}
.lofty-story .lofty-story-images {
  width: 550px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.lofty-story .lofty-story-images .lofty-story-img1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 259px;
  height: 288px;
  object-fit: cover;
  border-radius: 0 0 1000px 1000px;
  overflow: hidden;
}
.lofty-story .lofty-story-images .lofty-story-img2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 337px;
  height: 400px;
  object-fit: cover;
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
}
@media (min-width: calc(800px + 1px)) {
  .lofty-story .lofty-story-content {
    width: 550px;
  }
  .lofty-story .lofty-story-content div.lofty-store-title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .lofty-story .lofty-story-content div.lofty-store-sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; /* 140% */
    color: #202437;
    margin-bottom: 28px;
  }
  .lofty-story .lofty-story-content div.lofty-store-descript {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #202437;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .lofty-story {
    display: block;
    height: auto;
  }
  .lofty-story .lofty-story-images {
    width: auto;
    height: 420px;
    margin-top: 30px;
  }
  .lofty-story .lofty-story-images .lofty-story-img1 {
    width: 162px;
    height: 181px;
  }
  .lofty-story .lofty-story-images .lofty-story-img2 {
    width: 211px;
    height: 262px;
  }
  .lofty-story .lofty-story-content {
    padding-top: 50px;
  }
  .lofty-story .lofty-story-content div.lofty-store-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .lofty-story .lofty-story-content div.lofty-store-sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; /* 140% */
    color: #202437;
    margin-bottom: 28px;
  }
  .lofty-story .lofty-story-content div.lofty-store-descript {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #202437;
    margin-bottom: 20px;
  }
}

div.lofty-comment {
  padding: 100px 0;
}
div.lofty-comment div.comment-title {
  color: #202437;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
div.lofty-comment div.sub-title {
  color: #202437;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  div.lofty-comment {
    padding: 50px 0;
  }
  div.lofty-comment div.comment-title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
  }
  div.lofty-comment div.sub-title {
    text-align: left;
    font-size: 15px;
    margin-bottom: 25px;
  }
}

.comments {
  height: 678px;
  position: relative;
  background-repeat: no-repeat;
  overflow: auto;
  background-image: url(/hubfs/Group%20427321122-1.png);
  background-size: cover;
}
.comments .comments-content {
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.comments .comments-image {
  height: 100%;
  width: 600px;
  margin-left: 50px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.comments .comments-image img {
  width: 100%;
}
.comments .comments-item {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: absolute;
  border: 1px solid #ffffff;
}
.comments .comments-item img {
  width: 96px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}
.comments .comments-item img[src=""] {
  display: none;
}
.comments .comments-item .img-wrap {
  margin-top: 30px;
}
.comments .comments-item .quotation {
  position: absolute;
}
.comments .comments-item.item-one {
  box-sizing: border-box;
}
.comments .comments-item.item-two {
  box-sizing: border-box;
}
.comments .comments-item.item-three {
  box-sizing: border-box;
}

@media (min-width: calc(800px + 1px)) {
  .partners-about .mp-banner-cta .module-wrap {
    position: relative;
  }
  .partners-about .mp-banner-cta .module-wrap::before {
    content: "";
    width: 280px;
    height: 310px;
    background: linear-gradient(to bottom, rgba(59, 92, 222, 0.1), rgba(255, 255, 255, 0));
    position: absolute;
    right: 140px;
    bottom: 0;
    border-top-left-radius: 140px;
    border-top-right-radius: 140px;
  }
  .partners-about .mp-banner-cta .module-wrap::after {
    content: "";
    width: 250px;
    height: 190px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(59, 92, 222, 0.1));
    position: absolute;
    top: -60px;
    right: -30px;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px;
  }
  .partners-about .mp-banner-cta .md-text-button1 {
    width: 750px;
  }
  .comments .comments-item.item-one {
    width: 430px;
    left: 0px;
    top: 115px;
    border-radius: 20px 20px 2px 20px;
  }
  .comments .comments-item.item-two {
    width: 550px;
    left: 510px;
    top: 150px;
    border-radius: 20px 20px 20px 2px;
  }
  .comments .comments-item.item-two .quotation {
    right: 30px;
    top: 36px;
  }
  .comments .comments-item.item-three {
    width: 630px;
    left: 570px;
    top: 340px;
    border-radius: 20px 20px 20px 2px;
  }
  .comments .comments-item.item-three .quotation {
    right: 20px;
    top: 40px;
  }
}
@media (max-width: 800px) {
  .partners-about .mp-banner-cta {
    padding: 180px 0;
  }
  .partners-about .mp-banner-cta .mbc-left {
    padding: 0;
  }
  .partners-about .mp-banner-cta .mbc-right {
    display: none;
  }
  .comments {
    height: auto;
    padding: 50px 0 0;
    background: #FAFAFA;
  }
  .comments .comments-item {
    position: relative;
    margin-bottom: 20px;
  }
  .comments .comments-item.item-one,
  .comments .comments-item.item-two,
  .comments .comments-item.item-three {
    width: auto;
    border-radius: 20px;
  }
  .comments .quotation {
    right: 20px;
    top: 36px;
  }
  .comments .comments-image {
    width: auto;
    margin-left: 0px;
  }
}
.questions {
  padding: 60px 0;
}
.questions > p {
  font-family: Manrope;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: #202437;
  margin-bottom: 13px;
}
.questions .ques_desc {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.questions .ques_desc a {
  color: #3b5cde;
  cursor: pointer;
}
.questions .ques_box {
  width: 1200px;
  height: auto;
  margin: 30px auto;
  border-top: solid 1px #ebecf1;
}

@media (max-width: 800px) {
  .questions {
    padding: 40px 20px 10px;
  }
  .questions > p {
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    margin-bottom: 13px;
  }
  .questions .ques_desc {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding-right: 14px;
  }
  .questions .ques_box {
    width: 100%;
    height: auto;
    min-height: inherit;
    margin: 20px auto;
  }
}

/*# sourceMappingURL=index.css.map */
