/* Media Start*/
/* Media End*/
div.md-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/hubfs/Lofty/assets/images/partners/lofty_partner_hero_bg.png?width=2879&quality=high);
}

div.md-banner .module-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}

div.md-banner .module-wrap .content {
  width: 574px;
}

div.md-banner .module-wrap .banner-img-mb {
  display: none;
}

div.md-banner .module-wrap h1 {
  margin-bottom: 10px;
}

div.md-banner img {
  width: 600px;
  margin-left: 96px;
  margin-right: -120px;
}

div.md-banner #hs_cos_wrapper_banner-sub-title {
  color: #1f2c63;
  font-size: 20px;
  margin-bottom: 20px;
}

div.md-banner #hs_cos_wrapper_banner-title {
  color: #202437;
  font-size: 50px;
  margin-bottom: 26px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 10px;
}

div.md-banner #hs_cos_wrapper_banner-descript {
  color: #515666;
  font-size: 16px;
  line-height: 24px;
}

div.md-banner .btns {
  display: flex;
  margin-top: 30px;
}

div.md-banner .btns #hs_cos_wrapper_banner-book-demo {
  margin-right: 10px;
}

div.md-banner .btns .md-button {
  width: 180px;
}

.stories {
  max-width: 1200px;
  margin: 80px auto;
}

.stories .stories-title {
  font-family: Manrope;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #202437;
  margin-bottom: 36px;
  text-align: left;
}

.stories .filters {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}

.stories .filters .tab {
  min-width: 60px;
  text-align: center;
  padding: 6px 24px;
  border-radius: 100px;
  background: #f6f7fb;
  color: #202437;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.stories .filters .tab.active {
  background: #3b5cde;
  color: #fff;
}

.stories-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
}

.contact-cta {
  font-family: Manrope;
  width: 100%;
  background: linear-gradient(180deg, #3b5cde 0%, #5520d6 100%);
  margin-top: 80px;
  padding: 80px 0 0 0;
}

.contact-cta .cta-content {
  overflow: visible;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 120px;
}

.contact-cta .cta-content .top-bg {
  width: 193px;
  height: 155px;
  position: absolute;
  top: -80px;
  left: -60px;
}

.contact-cta .cta-content .top-bg img {
  width: 100%;
  height: 100%;
}

.contact-cta .cta-content .bottom-bg {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 184px;
  height: 179px;
}

.contact-cta .cta-content .bottom-bg img {
  width: 100%;
  height: 100%;
}

.contact-cta .cta-content .cta-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: calc(50% - 60px);
}

.contact-cta .cta-content .cta-left .cta-title {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.contact-cta .cta-content .cta-left .cta-description {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 30px;
}

.contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list li {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0;
  vertical-align: middle;
  align-items: center;
}

.contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list li img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.contact-cta .cta-content .cta-left .cta-btn-wrap {
  margin-top: 40px;
}

.contact-cta .cta-content .cta-left .cta-btn-wrap .md-button {
  width: 240px;
  height: 40px;
}

.contact-cta .cta-content .cta-right {
  z-index: 1;
  width: calc(50% - 60px);
}

.contact-cta .cta-content .cta-right .cta-img {
  max-width: 480px;
  width: 100%;
  height: 100%;
}

.contact-cta .cta-content .cta-right .cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  div.md-banner {
    padding-top: 100px;
    background-position: right;
  }
  div.md-banner .module-wrap {
    display: block;
  }
  div.md-banner .module-wrap .banner-img-mb {
    display: block;
  }
  div.md-banner .module-wrap .banner-img {
    display: none;
  }
  div.md-banner img {
    width: 100%;
    margin: 40px 0 0;
  }
  div.md-banner #hs_cos_wrapper_banner-sub-title {
    font-size: 16px;
  }
  div.md-banner #hs_cos_wrapper_banner-title {
    font-size: 36px;
  }
  div.md-banner .btns {
    display: block;
  }
  div.md-banner .btns #hs_cos_wrapper_banner-book-demo {
    margin-bottom: 10px;
  }
  div.md-banner .btns .md-button {
    font-weight: 500;
  }
  .stories {
    margin: 40px 0;
    padding: 0 20px;
  }
  .stories .stories-title {
    margin-bottom: 20px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    vertical-align: middle;
  }
  .stories .filters .tab {
    padding: 6px 12px;
    font-size: 14px;
  }
  .stories-wrapper {
    flex-direction: column;
    gap: 20px 0;
  }
  .contact-cta {
    margin-top: 0;
    padding: 50px 20px 0 20px;
  }
  .contact-cta .cta-content {
    flex-direction: column;
    gap: 60px;
  }
  .contact-cta .cta-content .top-bg {
    height: 128px;
    width: 151px;
    top: -50px;
    left: 0;
  }
  .contact-cta .cta-content .bottom-bg {
    display: none;
  }
  .contact-cta .cta-content .cta-left {
    width: 100%;
  }
  .contact-cta .cta-content .cta-left .cta-title {
    font-size: 30px;
    letter-spacing: 0;
  }
  .contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list {
    gap: 20px;
  }
  .contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list li {
    font-weight: 500;
    align-items: unset;
  }
  .contact-cta .cta-content .cta-left #hs_cos_wrapper_include-list1 .unordered_list li img {
    margin-top: 4px;
    width: 14px !important;
  }
  .contact-cta .cta-content .cta-left .cta-btn-wrap {
    width: 100%;
  }
  .contact-cta .cta-content .cta-left .cta-btn-wrap .md-button {
    width: 100%;
  }
  .contact-cta .cta-content .cta-right {
    width: 100%;
  }
}
