.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  text-align: left;
  flex-flow: column;
  width: 100%;
  max-width: 1210px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container.cases-container {
  min-width: 0;
  max-width: 969px;
}

.headerrow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.headerbutton {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header {
  z-index: 999;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.button {
  background-color: #d5b13e;
  border-radius: 40px;
  padding: 15px 35px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.button:hover {
  background-color: #000;
}

.menuicon {
  cursor: pointer;
}

.menu-popup {
  z-index: 99;
  opacity: 0;
  background-color: #d5b13e;
  border-bottom-right-radius: 52px;
  width: 100%;
  max-width: 345px;
  height: 100%;
  max-height: 813px;
  margin-top: 0;
  padding: 40px 19px 17px 30px;
  transition: all .4s;
  display: block;
  position: fixed;
  top: 111px;
  right: -345px;
}

.pop-list {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list-item {
  color: #000;
  border-bottom: 0 #00000080;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.list-item.w--current {
  color: #000;
}

.pop-link {
  color: #000;
  font-family: Raleway, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.pop-text {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.pop-img {
  width: 267px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.bannerrow {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bannerrow.lexend-hd {
  font-family: Lexend, sans-serif;
}

.heading1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  line-height: 73px;
}

.heading1.grey-text {
  color: #2c353e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading1.grey-text.lexend-hd, .heading1.lexend-hd {
  font-family: Lexend, sans-serif;
}

.bannertext {
  color: #000;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
}

.bannertext.grey-text {
  color: #2c353e;
  font-family: Lexend, sans-serif;
}

.bannertext.grey-text.raleway-p {
  font-family: Raleway, sans-serif;
}

.yellowcolor {
  color: #d5b13e;
}

.banner-video {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 813px;
}

.banner-video.reach-cideo {
  border-radius: 0;
  height: 358px;
  overflow: hidden;
}

.banner-video.debt-video, .banner-video.debt-banner {
  height: 465px;
}

.bannersection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 813px;
  padding: 140px 0;
  display: flex;
}

.bannersection.debt-section {
  align-items: flex-end;
  min-height: 465px;
}

.bannersection.debt-bsnner {
  min-height: 465px;
  padding-top: 180px;
  padding-bottom: 100px;
}

.logosection {
  padding: 50px 0;
}

.logorow {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

.logo-img {
  width: 100%;
  min-width: 0;
  max-width: 140px;
  font-size: 14px;
}

.logo-img.kaj-logo {
  max-width: 95px;
}

.firmimgside {
  flex: 0 auto;
  width: 50%;
  min-height: 13px;
  padding-bottom: 0;
}

.normalp {
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.normalp.grey-text {
  color: #2c353e;
  margin-bottom: 0;
  font-weight: 400;
}

.normalp.grey-text.text1 {
  text-align: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.normalp.grey-text.underwrite-p {
  color: #fff;
  margin-bottom: 0;
}

.normalp.grey-text.underwrite-p.black-hd {
  color: #1a232d;
}

.normalp.grey-text.raleway-p {
  font-family: Raleway, sans-serif;
}

.normalp.criteria-text {
  color: #fff;
  border: 0 solid #000;
}

.normalp.text-7 {
  width: 100%;
  margin-bottom: 0;
}

.normalp.text-7.text-8 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}

.normalp.text-7.text-8.lexend-hd {
  font-family: Lexend, sans-serif;
}

.normalp.text-7.raleway-p {
  font-family: Raleway, sans-serif;
}

.normalp.text-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.normalp.logo-p {
  text-align: center;
  margin-bottom: 50px;
}

.normalp.logo-p.raleway-p, .normalp.raleway-p {
  font-family: Raleway, sans-serif;
}

.firnrow {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.firnrow.debt-row {
  text-align: left;
  align-items: center;
}

.firnrow.debt-growth {
  align-items: center;
}

.ourfirm {
  object-position: 0% 50%;
  background-image: url('../images/c.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 120px;
}

.ourfirm.growth-section {
  background-color: #0000;
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ourfirm.blog-sec1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.firmcontentside {
  width: 50%;
  padding-left: 0;
}

.heading2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 42px;
  line-height: 53px;
}

.heading2.grey-text {
  color: #2c353e;
}

.heading2.grey-text.lexend-hd {
  font-family: Lexend, sans-serif;
}

.heading2.services-hd {
  text-align: center;
  margin-bottom: 50px;
}

.heading2.services-hd.grey-text.text7, .heading2.services-hd.grey-text.ourheding {
  margin-bottom: 20px;
}

.heading2.sevices-title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 38px;
}

.heading2.sevices-title.title-2 {
  padding-top: 30px;
}

.heading2.criteria-hd {
  color: #fff;
  margin-bottom: 15px;
  font-size: 36px;
}

.heading2.cases-hd {
  text-align: center;
  margin-bottom: 40px;
}

.heading2.cases-hd.featured-hd {
  font-size: 45px;
}

.heading2.cases-hd.featured-hd.lexend-hd {
  font-family: Lexend, sans-serif;
}

.heading2.heading-1 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.heading2.transition-hd {
  margin-bottom: 0;
}

.heading2.transition-hd.lexend-hd {
  font-family: Lexend, sans-serif;
}

.heading2.logo-hd {
  text-align: center;
  margin-bottom: 20px;
}

.heading2.logo-hd.lexend-hd, .heading2.lexend-hd {
  font-family: Lexend, sans-serif;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 300px;
}

.image.image1 {
  object-fit: cover;
  object-position: 0% 50%;
  height: 523px;
  margin-top: 0;
  margin-bottom: 30px;
}

.image.debt-image {
  object-position: 0% 50%;
  height: 400px;
}

.section1 {
  padding-bottom: 70px;
}

.div1 {
  color: #0000;
  background-color: #d5b13e;
  border-radius: 30px;
  width: 100%;
  min-width: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.advisior-btn {
  text-align: right;
  background-color: #d5b13e;
  border-radius: 170px;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 37px;
  transition: all .4s;
}

.advisior-btn:hover {
  background-color: #000;
}

.advisior-btn.button {
  background-color: #000;
  margin-left: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}

.advisior-btn.button:hover {
  color: #000;
  background-color: #fff;
}

.advisior-btn.button.raleway-p {
  font-family: Raleway, sans-serif;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cfo-img {
  object-fit: cover;
  border-bottom-right-radius: 27.92px;
  width: 100%;
  height: 100%;
}

.image-11 {
  width: 53px;
  max-width: none;
  height: 53px;
  position: static;
  inset: 25px 25px auto auto;
}

.image-2 {
  position: absolute;
  inset: auto 0% 21px auto;
}

.our-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.heading4 {
  color: #000;
  margin-top: 19px;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 38px;
}

.heading4.grey-text {
  color: #2c353e;
  border: 1px #000;
  border-bottom-width: 0;
}

.heading4.grey-text.debt-hd4 {
  width: 100%;
}

.heading4.grey-text.lexend-hd {
  font-family: Lexend, sans-serif;
}

.cfo-imgbox {
  width: 50%;
}

.text1 {
  color: #2c353e;
  width: 80%;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 20px;
  font-size: 18px;
  line-height: 30px;
}

.text1.text2 {
  display: none;
}

.text1.text3 {
  text-align: center;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  flex-flow: row;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.services-section {
  text-align: left;
  background-color: #f7f7f7;
  padding-top: 90px;
  padding-bottom: 90px;
  position: static;
}

.services-section.col-section {
  background-color: #0000;
}

.services-img {
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 264px;
}

.services-img.services-img1 {
  height: 197px;
}

.services-p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.services-p.sevices-p1 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 100px;
}

.cfo-contentbox {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.cfo-contentbox.debt-contentbox {
  justify-content: flex-end;
  align-items: flex-end;
}

.service-col {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border: 1px solid #d5b13e;
  border-left-width: 0;
  border-top-right-radius: 11.17px;
  border-bottom-right-radius: 11.17px;
  justify-content: space-between;
  width: 50%;
  height: 380px;
  text-decoration: none;
  display: flex;
}

.service-col.link-col {
  border-style: dotted none none;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
  width: 53px;
  height: 53px;
  position: absolute;
  inset: 25px 25px auto auto;
}

.service-col.debt-col {
  height: 260px;
}

.services-column {
  width: 50%;
  position: relative;
}

.services-row1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.services-row1.services-row-2 {
  justify-content: center;
  align-items: flex-end;
  margin-top: -40px;
}

.section5 {
  padding-top: 90px;
  padding-bottom: 120px;
}

.white-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.whitebox {
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 323px;
  height: auto;
  margin: 0;
  padding: 35px 55px;
  display: flex;
  box-shadow: 0 4px 24px #0000001a;
}

.advisior-column {
  width: 50%;
}

.advisior-column.advisior-right {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.advisior-section {
  background-image: url('../images/Rectangle-44.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 85px;
  padding-bottom: 85px;
  display: flex;
  overflow: visible;
}

.phont-btn {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 21px;
  text-decoration: none;
}

.phont-btn.grey-text {
  color: #2c353e;
}

.phont-btn.grey-text.lexend-hd {
  font-family: Lexend, sans-serif;
}

.advisior-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.advisior-link.advisior-bottom {
  align-items: center;
  width: 100%;
  max-width: 260px;
  margin-bottom: 0;
}

.advisior-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fouter {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #13181e;
  border: 14px #d5b13e;
  border-top-style: solid;
  outline: 3px #333;
  padding-top: 130px;
  padding-bottom: 130px;
}

.link-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block.w--current {
  width: 100%;
  max-width: 196px;
  margin-left: auto;
  margin-right: auto;
}

.roadmap-img {
  width: 548px;
  margin-top: -116px;
  margin-left: -46px;
  margin-right: 0;
}

.roadmap-img.roadmap-img2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: -46px;
}

.roadmap-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.roadmap-pics {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 334px;
}

.roadmap-p {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.roadmap-p.hd-black {
  color: #151515;
}

.roadmap-p.raleway-p {
  font-family: Raleway, sans-serif;
}

.roadmap-hd {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.roadmap-hd.hd-black {
  color: #151515;
}

.roadmap-hd.underwrite-hd {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.roadmap-hd.underwrite-hd.black-hd {
  color: #1a232d;
}

.roadmap-hd.lexend-hd {
  font-family: Lexend, sans-serif;
}

.roadmap-arrow {
  width: 100%;
  max-width: 472px;
}

.roadmap-arrow.arrow-down {
  margin-top: -60px;
  margin-bottom: -60px;
}

.roadmap-row {
  justify-content: flex-start;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.roadmap-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.roadmap-column {
  background-color: #2c353e;
  background-image: url('../images/Vector_1.svg');
  background-position: 464px 24px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #d5b13e;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 548px;
  min-height: 334px;
  margin-top: 0;
  margin-right: -46px;
  padding: 40px 35px;
  display: flex;
  position: relative;
}

.roadmap-column.roadmap-column1 {
  background-color: #d5b13e;
  background-image: url('../images/Vector22.svg');
  margin-top: -116px;
  margin-left: -46px;
  margin-right: 0;
}

.icon-column {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid #d5b13e;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px 30px;
  display: flex;
}

.section-3 {
  background-image: url('../images/671fc8d3a939df6b30044e43_l.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 30px;
}

.icon-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.icon-hd {
  color: #fff;
  text-align: center;
  border: 0 solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}

.icon-hd.text-1 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 37px;
}

.icon-hd.raleway-p {
  font-family: Raleway, sans-serif;
}

.criteria-row {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.criteria-col {
  width: 50%;
}

.criteria-col.icon-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.text-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #cdcdcd;
  border: 0 solid #000;
  border-radius: 15px;
  align-items: center;
  width: 100%;
  padding: 23px 28px 23px 40px;
  display: flex;
}

.section-4 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-box {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 100%;
  display: flex;
}

.image-colmn {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  align-items: flex-start;
  width: 44%;
  display: flex;
}

.image-colmn.col-3 {
  width: 56%;
}

.image-12 {
  width: 43px;
}

.img-6 {
  object-fit: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 100%;
}

.man-div {
  width: 90px;
}

.animation-img {
  mix-blend-mode: luminosity;
  transition: all .5s;
}

.animation-img:hover {
  mix-blend-mode: normal;
}

.testimonials-box {
  background-color: #d5b13e;
  border-radius: 30px;
  flex: 1;
  width: 100%;
  padding: 50px;
  display: flex;
}

.hover-img {
  mix-blend-mode: luminosity;
  width: 130px;
  transition: all .5s;
}

.hover-img.logo1 {
  width: 75px;
}

.hover-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  display: flex;
}

.hover-div {
  background-color: #0a121a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  transition: all .5s;
  display: flex;
}

.animation-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.animation-column.animation-bd {
  width: 40%;
  transition: all .5s;
}

.animation-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-5.study-1 {
  background-color: #2c353e;
}

.text-div {
  width: 100%;
  padding-left: 20px;
}

.image-121 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 334px;
}

.underwrite-box {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-13 {
  position: absolute;
  inset: auto 0% 21px auto;
}

.underwrite-row {
  flex-flow: column;
  display: flex;
}

.underwrite-img {
  z-index: 1;
  width: 45%;
  margin-top: -200px;
  position: relative;
}

.underwrite-img.yellow-image {
  margin-left: auto;
  margin-right: 0;
}

.sullsection-bg {
  background-image: url('../images/Group-60.png');
  background-position: 0%;
  background-size: cover;
}

.underwrite-content {
  z-index: 2;
  background-color: #2c353e;
  border: 2px solid #d5b13e;
  border-radius: 30px;
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  padding: 50px;
  position: relative;
}

.underwrite-content.yellow-content {
  background-color: #e1b22d;
  margin-left: 0;
  margin-right: auto;
}

.image-14 {
  aspect-ratio: auto;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 300px;
}

.image-14.image1 {
  object-fit: cover;
  object-position: 0% 50%;
  height: 523px;
  margin-top: 0;
  margin-bottom: 30px;
}

.image-14.image1.growth-img {
  margin-bottom: 0;
}

.image-15 {
  position: absolute;
  inset: auto 0% 21px auto;
}

.image-16 {
  aspect-ratio: auto;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 300px;
}

.image-16.image1 {
  object-fit: cover;
  object-position: 0% 50%;
  height: 523px;
  margin-top: 0;
  margin-bottom: 30px;
}

.image-16.image1.growth-img {
  margin-bottom: 0;
}

.featured-collection {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blogpage-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.block-12 {
  border-radius: 25px;
  width: 100%;
  position: relative;
}

.featured-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.featured-column.featured-col {
  width: 68%;
}

.featured-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 9px;
  display: flex;
}

.blog-list {
  width: 100%;
}

.tab-blogsec {
  background-color: #f4f4f4;
  padding-top: 73px;
  padding-bottom: 73px;
}

.tab-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: stretch;
  margin-bottom: 39px;
  display: flex;
}

.blog-2 {
  background-color: #ddd0;
  border-radius: 56px;
  padding: 8px 16px;
}

.blog-2.w--current {
  background-color: #d5b13e33;
}

.text-11 {
  color: #000;
  font-family: Lexend, sans-serif;
  font-weight: 500;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.collection-item {
  flex-flow: column;
  align-items: flex-start;
  width: 31.6%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bg-image {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 630px;
}

.block-bg {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
  padding: 40px 31px 33px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.big-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  padding-right: 100px;
  font-size: 38.77px;
  line-height: 48px;
}

.big-title.lexend-hd {
  font-family: Lexend, sans-serif;
}

.featured-detail {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-detail.div-line {
  border-bottom: 1px solid #00000052;
  padding-bottom: 18px;
}

.featured-small {
  color: #585858;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11.63px;
  font-weight: 500;
  line-height: 16px;
}

.featured-small.color-1 {
  color: #ffffffb3;
}

.featured-small.color-1.raleway-p {
  font-family: Raleway, sans-serif;
}

.featured-small.name-id {
  color: #161616;
  text-decoration: underline;
}

.featured-small.name-id.color-2 {
  color: #fff;
}

.featured-small.name-id.color-2.raleway-p, .featured-small.raleway-p {
  font-family: Raleway, sans-serif;
}

.featured-image {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 193px;
  margin-bottom: 16px;
}

.featured-image.post-image {
  object-fit: cover;
  height: 320px;
  max-height: none;
  margin-bottom: 15px;
}

.featured-title {
  color: #161616;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.featured-title.post-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.featured-title.lexend-hd {
  font-family: Lexend, sans-serif;
}

.post-description {
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 22px;
}

.post-description.raleway-p {
  font-family: Raleway, sans-serif;
}

.post-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #d5b13e;
  justify-content: flex-start;
  align-items: center;
  font-size: 12.35px;
  font-weight: 700;
  line-height: 19.2px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.post-btn:hover {
  color: #161616;
}

.post-btn.raleway-p {
  font-family: Raleway, sans-serif;
}

.post-pic {
  width: 7px;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 100px;
  padding: 15px 84px;
  transition: all .4s, opacity .2s;
}

.div-block-3:hover {
  background-color: #000;
}

.transition-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.transition-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.transition-image {
  width: 100%;
  max-width: 180px;
  margin-bottom: 30px;
}

.transition-p {
  color: #000;
  text-align: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.transition-p.raleway-p {
  font-family: Raleway, sans-serif;
}

.text-div-2 {
  flex: 0 auto;
  width: 100%;
  padding-left: 20px;
}

.logo-section {
  background-color: #f4f4f4;
  padding-top: 80px;
  padding-bottom: 80px;
}

.logo-section.white-section {
  background-color: #fff;
}

.testimonials-box-2 {
  background-color: #d5b13e;
  border-radius: 30px;
  flex: 1;
  align-self: center;
  width: 100%;
  padding: 59px 50px;
  display: flex;
}

.text-div-3 {
  flex: 0 auto;
  width: 100%;
  padding-left: 20px;
}

.image-17 {
  aspect-ratio: auto;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 100%;
  height: 300px;
}

.image-17.debt-image {
  object-position: 0% 50%;
  height: 400px;
}

.image-18 {
  width: 43px;
}

.section-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-6.study-1 {
  background-color: #2c353e;
}

.hdr {
  z-index: 999;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.hero {
  background-image: url('../images/6913997_MotionGraphics_MotionGraphic_1280x720-ezgif.com-video-to-gif-converter_1.gif');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  padding: 60px 30px;
}

.container-2.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 540px;
  padding-top: 83px;
  display: flex;
}

.heading {
  font-size: 58px;
  line-height: 73px;
}

.heading.lexend-hd {
  font-family: Lexend, sans-serif;
}

.our-story-right-detail {
  margin-left: 20%;
  padding-bottom: 50px;
}

.gold {
  color: #d5b13e;
}

.gold.lexend-hd {
  font-family: Lexend, sans-serif;
}

.our-story-right-container {
  width: 55%;
  padding-top: 36px;
}

.our-story {
  background-image: url('../images/h3-img-2-1.png');
  background-position: 50%;
  background-size: cover;
}

.our-story-paragraph {
  margin-bottom: 20px;
}

.our-story-paragraph.raleway-p {
  font-family: Raleway, sans-serif;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  padding: 60px 30px;
}

.container-3.our-story-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.paragraph-2.raleway-p {
  font-family: Raleway, sans-serif;
}

.paragraph-2.raleway-p.p-5 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.our-story-image {
  margin-right: -15%;
}

.our-story-content-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 2px solid #d5b13e;
  border-radius: 30px;
  flex-flow: column;
  padding: 45px 35px 45px 45px;
}

.our-story-image-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.value-number {
  margin-bottom: -55px;
  font-family: Lexend, sans-serif;
}

.our-values-image-container {
  background-color: #d5b13e;
  width: 50%;
  max-width: none;
  margin-left: 0;
  margin-right: 0%;
  padding: 35px 40px;
  display: none;
  position: static;
}

.yellowbg-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 733px;
}

.our-values-content-container {
  width: 50%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.yellowbg-column {
  width: 50%;
  height: 100%;
  max-height: 566px;
}

.yellowbg-column.yellowbg-column1 {
  background-color: #d5b13e;
  width: 50%;
  height: 733%;
  max-height: none;
  padding: 35px 40px;
  position: relative;
}

.value-heading {
  width: 50%;
}

.value-heading.lexend-hd {
  font-family: Lexend, sans-serif;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  padding: 60px 30px;
}

.container-4.our-values-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 733px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.our-values {
  background-color: #f4f4f4;
  position: relative;
}

.value-paragraph {
  margin-right: 30px;
}

.value-paragraph.raleway-p {
  font-family: Raleway, sans-serif;
}

.value-container {
  max-width: none;
  margin-bottom: 30px;
}

.yellowbg-row {
  justify-content: center;
  height: 100%;
  max-height: none;
  margin-top: -733px;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  padding: 60px 30px;
}

.container-5.help-container {
  justify-content: space-between;
  display: flex;
}

.container-5.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 540px;
  padding-top: 83px;
  display: flex;
}

.container-5.overview-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-5.investment-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.container-5.use-cases-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.help-image-container {
  width: 50%;
  margin-left: 0;
  margin-right: 15px;
}

.help-content-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 15px;
  margin-right: 0;
  display: flex;
}

.help-hd.lexend-hd {
  font-family: Lexend, sans-serif;
}

.prev-btn {
  padding: 11px 18px;
  font-family: DM Sans, sans-serif;
}

.text-block {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}

.blog-pagination {
  margin-top: 38px;
}

.blog-link {
  text-decoration: none;
}

.hero-2 {
  background-image: url('../images/6913997_MotionGraphics_MotionGraphic_1280x720-ezgif.com-video-to-gif-converter.gif');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.heading-2 {
  font-family: Lexend, sans-serif;
  font-size: 58px;
  line-height: 73px;
}

.overview-logo-overlay-container {
  background-color: #0a121a;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 40px;
  position: absolute;
  inset: auto auto 10% 0%;
}

.overview-image-container {
  width: 55%;
  max-width: none;
  margin-left: -5%;
  margin-right: 15px;
  position: relative;
}

.logo-overlay {
  width: 196px;
}

.overview-content-container {
  width: 50%;
  max-width: none;
  margin-left: 15px;
  margin-right: 0;
}

.overview-first-paragraph {
  margin-bottom: 15px;
}

.overview-first-paragraph.raleway-p {
  font-family: Raleway, sans-serif;
}

.overview-first-paragraph.raleway-p.p-5 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.overview-heading {
  text-align: left;
  font-size: 42px;
  line-height: 56px;
}

.overview-heading.lexend-hd {
  font-family: Lexend, sans-serif;
}

.overview-heading.lexend-hd.color-b {
  color: #000;
}

.horizontal-center-container {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  margin-left: 35px;
  margin-right: 35px;
  display: flex;
}

.investment-horizontal-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.investment {
  background-color: #1a232d;
}

.white-h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.white-h3.lexend-hd {
  font-family: Lexend, sans-serif;
}

.white-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 56px;
}

.white-heading.lexend-hd {
  font-family: Lexend, sans-serif;
}

.overview-info-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
}

.horizontal-side-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 30%;
  max-width: none;
  margin-left: 0;
  display: flex;
}

.horizontal-side-container.left {
  justify-content: flex-start;
  align-items: center;
  margin-right: 25px;
}

.horizontal-side-container.right {
  justify-content: flex-start;
  margin-left: 25px;
  margin-right: 0;
}

.use-cases-inner-content-container {
  background-color: #fff;
  border: 2px solid #d5b13e;
  border-radius: 30px;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.single-use-case-paragraph {
  align-self: center;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 42px;
}

.single-use-case-paragraph.raleway-p {
  font-family: Raleway, sans-serif;
}

.single-use-case-paragraph.lexend-hd {
  font-family: Lexend, sans-serif;
}

.single-use-case-paragraph.lexend-p {
  font-family: Lexend, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.use-cases-content-container {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.use-cases-image-container {
  width: 50%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.single-use-case-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-4 {
  font-size: 42px;
  font-weight: 700;
  line-height: 53px;
}

.heading-4.lexend-hd {
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
}

.heading-4.lexend-hd.color-b {
  color: #000;
}

.use-case-image {
  width: 110%;
  max-width: none;
}

.single-use-case-image {
  margin-right: 20px;
}

.use-cases-detail {
  margin-left: 20%;
  padding-top: 36px;
  padding-bottom: 36px;
}

.bold-text-2 {
  font-size: 26px;
}

.grid-logo {
  filter: saturate(0%);
  width: 127px;
}

.grid-layout {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grid-testimonial-container {
  object-fit: fill;
  background-color: #e1b22d;
  border-radius: 30px;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
}

.white-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 30px;
}

.white-paragraph.raleway-p {
  font-family: Raleway, sans-serif;
}

.white-paragraph.raleway-p.p-5 {
  font-size: 18px;
}

.transaction {
  color: #2c353e;
  background-color: #2c353e;
}

.transaction-image {
  filter: saturate(0%);
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 30px;
  height: 100%;
}

.testimonial-image-container {
  width: 20%;
}

.testimonial-paragraph {
  line-height: 30px;
}

.testimonial-paragraph.raleway-p {
  font-family: Raleway, sans-serif;
}

.testimonial-paragraph.raleway-p.p-5 {
  color: #000;
  font-size: 18px;
}

.testimonial-heading {
  font-family: Lexend, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.testimonial-heading.lexend-hd.color-b {
  color: #000;
}

.grid-logos-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.grid-logo-container {
  background-color: #0a121a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-logo-container.left {
  margin-right: 10px;
}

.grid-logo-container.right {
  margin-left: 10px;
}

.grid-content-container {
  flex-flow: column;
  align-self: stretch;
  align-items: flex-start;
  width: 60%;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.testimonial-content-container {
  width: 80%;
}

.grid-image-container {
  border-radius: 30px;
  align-self: stretch;
  width: 40%;
  margin-left: 0;
  margin-right: 10px;
}

.navbar-2 {
  background-color: #ddd0;
  align-items: flex-start;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  display: flex;
}

.nav-hd {
  color: #000;
  padding: 10px 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  transition: all .4s;
  display: flex;
}

.nav-icon {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  right: -26px;
}

.advisory-menu {
  background-color: #d5b13e;
  transition: all .4s;
}

.advisory-menu.w--open {
  opacity: 1;
  height: 100%;
  padding-bottom: 20px;
  transition: all .4s;
}

.sub-nav {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.nav-link {
  color: #000;
  text-decoration: none;
}

.dropdown-2 {
  transition: all .4s;
}

.link-p0 {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .logoimage {
    width: 160px;
  }

  .button {
    font-size: 16px;
  }

  .menuicon {
    width: 30px;
  }

  .banner-video {
    height: 700px;
  }

  .bannersection {
    min-height: 700px;
    padding-bottom: 0;
  }

  .bannersection.debt-section {
    padding-bottom: 140px;
  }

  .logorow {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-img {
    width: 100px;
  }

  .firnrow {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ourfirm {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .firmcontentside {
    padding-left: 0;
  }

  .heading2.cases-hd.featured-hd.lexend-hd {
    font-size: 42px;
  }

  .service-col {
    height: 320px;
  }

  .services-row1.services-row-2 {
    margin-top: 40px;
  }

  .fouter {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .roadmap-img {
    width: 100%;
  }

  .roadmap-p {
    font-size: 22px;
    line-height: 36px;
  }

  .roadmap-hd, .roadmap-hd.hd-black {
    font-size: 30px;
  }

  .roadmap-arrow {
    display: block;
  }

  .roadmap-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .roadmap-column {
    width: 100%;
    min-height: 334px;
  }

  .roadmap-column.roadmap-column1 {
    min-height: 334px;
  }

  .icon-hd.text-1 {
    text-align: left;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .animation-img {
    object-fit: cover;
    border-radius: 20px;
    height: 500px;
  }

  .section-5.study-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .featured-column, .featured-column.featured-col {
    width: 100%;
  }

  .featured-row {
    flex-flow: column;
  }

  .collection-item {
    width: 47.9%;
  }

  .featured-image {
    height: 210px;
  }

  .text-div-2 {
    padding-top: 10px;
    padding-left: 0;
  }

  .testimonials-box-2 {
    flex-flow: column;
    padding: 40px 25px;
  }

  .text-div-3 {
    padding-top: 10px;
    padding-left: 0;
  }

  .section-6.study-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-story-right-detail {
    display: none;
  }

  .gold {
    text-align: center;
  }

  .gold.lexend-hd {
    font-size: 42px;
    line-height: 53px;
  }

  .our-story-right-container {
    width: 100%;
    margin-top: -100px;
    padding-top: 0;
  }

  .our-story-paragraph.raleway-p {
    text-align: center;
    font-size: 18px;
    line-height: 29px;
  }

  .container-3.our-story-container {
    flex-flow: column;
  }

  .paragraph-2.raleway-p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-2.raleway-p.p-cenyter, .paragraph-2.raleway-p.p-5 {
    text-align: left;
  }

  .our-story-image {
    width: 60%;
    margin-right: 0%;
  }

  .our-story-image-container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .our-values-image-container {
    width: 60%;
    margin-left: 0;
    margin-right: 0%;
    display: none;
    overflow: visible;
  }

  .yellowbg-img {
    max-height: 100%;
  }

  .our-values-content-container {
    width: 100%;
  }

  .yellowbg-column {
    display: none;
  }

  .yellowbg-column.yellowbg-column1 {
    width: 100%;
    height: 100%;
    display: block;
  }

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

  .container-4.our-values-container {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: 731100%;
  }

  .our-values {
    padding-top: 40px;
  }

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

  .value-paragraph.raleway-p {
    font-size: 18px;
    line-height: 28px;
  }

  .value-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .yellowbg-row {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5.overview-container {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-5.use-cases-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .help-image-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 45%;
    display: flex;
  }

  .help-content-container {
    width: 55%;
  }

  .overview-image-container {
    width: 45%;
    margin-left: 0%;
  }

  .logo-overlay {
    width: 120px;
  }

  .overview-content-container {
    width: 55%;
  }

  .use-cases-content-container {
    width: 100%;
    margin-top: -100px;
  }

  .use-cases-image-container {
    width: 70%;
  }

  .use-cases-detail {
    display: none;
  }

  .grid-testimonial-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 25px;
  }

  .testimonial-image-container {
    margin-left: 0;
  }

  .testimonial-content-container {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .logoimage {
    width: 160px;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .button {
    font-size: 16px;
  }

  .menuicon {
    width: 30px;
  }

  .firmimgside {
    width: 100%;
  }

  .normalp.grey-text.underwrite-p {
    text-align: center;
  }

  .firnrow.debt-row {
    flex-flow: column;
  }

  .firmcontentside {
    width: 100%;
  }

  .heading2.cases-hd.featured-hd {
    margin-bottom: 20px;
  }

  .advisior-btn {
    text-align: center;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .our-row {
    flex-flow: column;
  }

  .service-col {
    width: 100%;
  }

  .advisior-link.advisior-bottom {
    max-width: 290px;
  }

  .roadmap-img {
    margin-top: 0;
    margin-left: 0;
  }

  .roadmap-img.roadmap-img2 {
    margin-right: 0;
  }

  .roadmap-p {
    font-size: 18px;
    line-height: 30px;
  }

  .roadmap-hd.underwrite-hd {
    text-align: center;
  }

  .roadmap-arrow {
    display: none;
  }

  .roadmap-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    padding-top: 0;
  }

  .roadmap-row.roadmap-reserve {
    flex-flow: column;
  }

  .roadmap-box {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .roadmap-column {
    background-position: 97% 24px;
    min-height: 1px;
    margin-right: 0;
  }

  .roadmap-column.roadmap-column1 {
    flex-flow: column;
    min-height: 1px;
    margin-top: 0;
    margin-left: 0;
  }

  .criteria-row {
    flex-flow: column;
  }

  .criteria-col {
    width: 100%;
  }

  .image-box {
    flex-flow: column;
  }

  .image-colmn, .image-colmn.col-3 {
    width: 100%;
  }

  .animation-img {
    height: 350px;
  }

  .animation-column, .animation-column.animation-bd, .animation-column.animation-bd, .animation-column.animation-bd, .animation-column.animation-bd, .animation-column.animation-bd, .animation-column.animation-bd {
    width: 100%;
  }

  .animation-box {
    flex-flow: column;
  }

  .animation-box.box-resvers {
    flex-flow: column-reverse;
  }

  .underwrite-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .underwrite-img {
    width: 100%;
    margin-top: 0;
  }

  .underwrite-content, .featured-column, .featured-column.featured-col {
    width: 100%;
  }

  .featured-row {
    flex-flow: column-reverse;
  }

  .blog-list {
    width: 100%;
  }

  .tab-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .collection-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .headerrow {
    flex-flow: row;
  }

  .logoimage {
    width: 100%;
  }

  .headerbutton {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    width: auto;
  }

  .header {
    display: block;
    position: static;
  }

  .link-block-3 {
    width: 120px;
  }

  .button {
    z-index: 1;
    margin-left: auto;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
  }

  .menuicon {
    width: 25px;
  }

  .menu-popup {
    z-index: 99;
    height: 665px;
    max-height: 665px;
  }

  .heading1 {
    font-size: 30px;
    line-height: 38px;
  }

  .bannertext {
    font-size: 20px;
  }

  .banner-video {
    height: 600px;
  }

  .banner-video.reach-cideo {
    border: 0 solid #000;
    border-radius: 0;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-video.banner-2 {
    height: 450px;
  }

  .bannersection {
    min-height: 600px;
  }

  .bannersection.banner-2 {
    min-height: 450px;
    padding-top: 60px;
  }

  .logorow {
    flex-flow: wrap;
    justify-content: center;
  }

  .firmimgside {
    width: 100%;
  }

  .normalp {
    text-align: center;
  }

  .firnrow {
    flex-flow: column;
  }

  .ourfirm {
    padding-bottom: 70px;
  }

  .firmcontentside {
    width: 100%;
  }

  .heading2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }

  .heading2.sevices-title.title-2 {
    text-align: center;
  }

  .heading2.criteria-hd {
    margin-bottom: 20px;
  }

  .heading2.cases-hd.featured-hd.lexend-hd {
    font-size: 30px;
  }

  .div1 {
    padding: 30px;
  }

  .advisior-btn {
    text-align: center;
    margin-left: 0;
    line-height: 25px;
  }

  .image-11 {
    top: 15px;
    bottom: auto;
    right: 0;
  }

  .image-2 {
    top: auto;
    bottom: -50px;
    right: 40%;
  }

  .heading4 {
    font-size: 26px;
    line-height: 33px;
  }

  .heading4.grey-text.lexend-hd {
    margin-top: 0;
  }

  .cfo-imgbox {
    width: 100%;
  }

  .services-section {
    padding-bottom: 110px;
  }

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

  .services-p.sevices-p1 {
    padding-right: 0;
  }

  .cfo-contentbox {
    flex-flow: column;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 65px;
    padding-left: 20px;
  }

  .service-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: 100%;
  }

  .service-col.link-col {
    top: auto;
    bottom: 25px;
  }

  .service-col.debt-col {
    height: 100%;
  }

  .services-column {
    width: 100%;
  }

  .services-row1 {
    flex-flow: column-reverse;
  }

  .services-row1.services-row-2, .white-column {
    flex-flow: column;
  }

  .whitebox, .advisior-column {
    width: 100%;
  }

  .advisior-column.advisior-right {
    align-items: center;
  }

  .advisior-section {
    margin-bottom: 0;
  }

  .phont-btn.grey-text.lexend-hd.p-50 {
    font-size: 16px;
  }

  .advisior-link {
    text-align: center;
    justify-content: center;
  }

  .advisior-link.advisior-bottom {
    max-width: 100%;
  }

  .advisior-row {
    flex-flow: column;
  }

  .fouter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-3 {
    width: 160px;
  }

  .roadmap-hd {
    padding-right: 100px;
    line-height: 40px;
  }

  .roadmap-hd.hd-black {
    line-height: 40px;
  }

  .roadmap-hd.underwrite-hd {
    padding-right: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .roadmap-arrow {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .roadmap-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .roadmap-column.roadmap-column1 {
    padding: 25px 20px;
  }

  .icon-column {
    width: 100%;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-row {
    flex-flow: column;
  }

  .icon-hd.text-1 {
    line-height: 27px;
  }

  .criteria-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .arrow-img {
    display: none;
  }

  .man-div {
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
  }

  .animation-img {
    height: 300px;
  }

  .testimonials-box {
    flex-flow: column;
    padding: 25px;
  }

  .animation-box.box-resvers {
    flex-flow: column-reverse;
  }

  .text-div {
    padding-left: 0;
  }

  .underwrite-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .image-13 {
    top: auto;
    bottom: -50px;
    right: 40%;
  }

  .underwrite-row {
    width: 100%;
  }

  .underwrite-content {
    margin-left: 0;
    padding: 20px;
  }

  .image-14.image1.growth-img {
    height: 320px;
  }

  .image-15 {
    top: auto;
    bottom: -50px;
    right: 40%;
  }

  .blogpage-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .block-12 {
    height: 100%;
  }

  .tab-blogsec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 30px;
  }

  .collection-item {
    margin-bottom: 0;
  }

  .bg-image {
    height: 300px;
  }

  .block-bg {
    padding: 20px;
  }

  .big-title {
    padding-right: 0;
    font-size: 26px;
    line-height: 38px;
  }

  .featured-detail {
    flex-flow: wrap;
  }

  .featured-image.post-image {
    height: 300px;
  }

  .text-div-2 {
    padding-left: 0;
  }

  .testimonials-box-2 {
    flex-flow: column;
    padding: 25px;
  }

  .text-div-3 {
    padding-left: 0;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.hero-container {
    min-height: 460px;
    padding-top: 93px;
  }

  .heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }

  .gold.lexend-hd {
    font-size: 30px;
    line-height: 38px;
  }

  .our-story-paragraph {
    text-align: center;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.our-story-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-2, .paragraph-2.raleway-p.p-cenyter, .paragraph-2.raleway-p.p-5 {
    text-align: center;
  }

  .our-story-image {
    width: 100%;
  }

  .our-story-content-container {
    padding: 25px 15px;
  }

  .our-values-image-container {
    width: 100%;
    padding: 20px;
  }

  .yellowbg-column.yellowbg-column1 {
    padding: 20px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .value-paragraph {
    margin-right: 0;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5.help-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-5.hero-container {
    min-height: 460px;
    padding-top: 93px;
  }

  .container-5.overview-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-5.use-cases-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .help-image-container {
    width: 100%;
    margin-right: 0;
  }

  .help-content-container {
    width: 100%;
    margin-left: 0;
  }

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

  .help-hd.lexend-hd {
    font-size: 30px;
  }

  .heading-2 {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }

  .overview-image-container {
    width: 100%;
    margin-right: 0;
  }

  .overview-content-container {
    width: 100%;
    margin-left: 0;
  }

  .overview-first-paragraph, .overview-heading {
    text-align: center;
  }

  .horizontal-center-container {
    order: -1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .investment-horizontal-container {
    flex-flow: column;
  }

  .white-h3.lexend-hd {
    font-size: 20px;
    line-height: 26px;
  }

  .overview-info-container {
    margin-top: 50px;
  }

  .horizontal-side-container.left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-right: 0;
  }

  .horizontal-side-container.right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
  }

  .use-cases-inner-content-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single-use-case-paragraph {
    text-align: center;
    align-self: center;
  }

  .use-cases-content-container {
    margin-top: -30px;
  }

  .use-cases-image-container {
    width: 100%;
  }

  .single-use-case-container {
    flex-flow: column;
    margin-bottom: 20px;
  }

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

  .heading-4.lexend-hd.color-b {
    font-size: 30px;
    line-height: 38px;
  }

  .use-case-image {
    width: 100%;
  }

  .single-use-case-image {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .grid-logo {
    width: 127px;
  }

  .grid-logo.right {
    display: none;
  }

  .grid-layout {
    flex-flow: column;
  }

  .grid-testimonial-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-image-container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .testimonial-paragraph, .testimonial-heading {
    text-align: center;
  }

  .testimonial-heading.lexend-hd.color-b {
    font-size: 24px;
  }

  .grid-logo-container.left {
    width: 100%;
  }

  .grid-logo-container.right {
    order: 0;
    display: none;
  }

  .grid-content-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
  }

  .testimonial-content-container {
    width: 100%;
  }

  .grid-image-container {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .lexend-hd {
    font-size: 30px;
    line-height: 38px;
  }
}


