body {
  font-family: "Work Sans", serif;
}
body .calendly-popup {
  max-width: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 1200px) {
  body .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  body .container {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1600px) {
  body .container {
    max-width: 1400px;
  }
}
body .container img {
  display: initial;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul {
  padding: 0;
  margin: 0;
}
body li {
  list-style: none;
}
body a {
  padding: 2px;
  text-decoration: none !important;
}
body p {
  margin-bottom: 0;
}
body .primary-btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  border-radius: 1.75rem;
  background-color: #007094;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
  color: #FFFFFF;
}
body .primary-btn:hover {
  cursor: pointer;
}
body .primary-btn.yellow-btn {
  background-color: #FFCA4D;
  color: #0C0D10;
}
body .header {
  padding: 1rem 0;
  position: relative;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #efefef;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(172, 227, 245, 0.1) 100%, rgba(255, 239, 217, 0) 0%);
}
body .header .header-row {
  justify-content: center;
  align-items: center;
}
body .header .header-row .navbar-brand {
  cursor: default;
}
body .header .header-row .primary-btn {
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  body .header .header-row .primary-btn {
    padding: 1rem 1rem;
    width: -moz-max-content;
    width: max-content;
  }
}
body .header.sticky {
  z-index: 999;
  margin: auto;
  width: 100%;
  background: #FFFFFF;
  position: sticky;
  top: 0;
}
body .header.sticky a {
  color: #FFFFFF !important;
}
body .header.sticky a:hover {
  color: #FFFFFF !important;
}
body .heading1 {
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  line-height: 1.25;
  font-weight: 600;
}
body .heading2 {
  font-size: calc(24px + 8 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 600;
}
body .heading3 {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: 1.2;
  font-weight: 500;
}
body .small_desc {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 400;
}
body .sub_text {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  body .calendly-overlay .calendly-popup .calendly-popup-content {
    margin: 0 10px;
  }
}
body .banner {
  position: relative;
  background: linear-gradient(180deg, rgba(172, 227, 245, 0.1) 50%, #FFEFD9 100%);
  padding-top: 77px;
}
@media screen and (max-width: 991.98px) {
  body .banner {
    padding-top: 56px;
  }
}
body .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  min-height: 94px;
  width: 100%;
}
body .banner .inner-box {
  max-width: 510px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  body .banner .inner-box {
    max-width: 100%;
    text-align: center;
  }
}
body .banner .inner-box h1 {
  font-size: calc(32px + 16 * (100vw - 320px) / 1600);
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 16px;
}
body .banner .inner-box h1 span {
  color: #007094;
}
body .banner .inner-box .description {
  color: #656B73;
  max-width: 456px;
}
@media screen and (max-width: 991.98px) {
  body .banner .inner-box .description {
    margin: 0 auto;
  }
}
body .banner .inner-box .banner-btn {
  display: inline-flex;
  margin: 32px 0;
}
body .banner .inner-box .key_lists {
  position: relative;
  z-index: 5;
}
body .banner .inner-box .key_lists li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  body .banner .inner-box .key_lists li {
    width: 210px;
    margin: 0 auto;
    text-align: left;
  }
}
body .banner .inner-box .key_lists li:last-child {
  margin-bottom: 0;
}
body .banner .inner-box .key_lists li::before {
  content: url("./images/yellow-tick.svg");
  position: absolute;
  left: 0;
}
body .banner .right_col {
  align-self: end;
}
body .banner .right_col .img-box {
  position: relative;
}
body .benefits {
  padding: 110px 0 55px;
}
@media screen and (max-width: 991.98px) {
  body .benefits {
    padding: 80px 0 40px;
  }
}
body .benefits .steps_row {
  text-align: center;
  gap: 24px 0;
}
@media screen and (max-width: 991.98px) {
  body .benefits .steps_row {
    justify-content: center;
  }
}
body .benefits .steps_row .head_text {
  color: #0C0D10;
  margin-bottom: 8px;
}
body .benefits .steps_row .box_wrap {
  position: relative;
  background: transparent;
  z-index: 1;
}
body .benefits .steps_row .box_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  right: -15px;
  width: 100%;
  padding-right: 1px;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 30%, #737373 60%, rgba(115, 115, 115, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  body .benefits .steps_row .box_wrap::before {
    display: none;
  }
}
body .benefits .steps_row .box_wrap.box1 .content {
  max-width: 370px;
}
body .benefits .steps_row .box_wrap.box2 .title {
  max-width: 312px;
}
body .benefits .steps_row .box_wrap.box3::before {
  display: none;
}
body .benefits .steps_row .box_wrap.box3 .title {
  max-width: 245px;
}
body .benefits .steps_row .box_wrap .title {
  max-width: 340px;
  width: 100%;
  margin: 19px auto 8px;
}
body .benefits .steps_row .box_wrap .content {
  color: #656B73;
  max-width: 334px;
  margin: 0 auto;
}
body .custom-finance {
  padding: 55px 0;
}
@media screen and (max-width: 991.98px) {
  body .custom-finance {
    padding: 40px 0;
  }
}
body .custom-finance .tip-wrapper {
  background-color: #FFFAED;
  background-image: url("./images/custom-bg-img.png");
  background-position: center center;
  background-size: cover;
  border-radius: 16px;
  padding: 19px 34px 0;
}
@media screen and (max-width: 767.98px) {
  body .custom-finance .tip-wrapper {
    padding: 19px 0 0;
  }
}
body .custom-finance .tip-wrapper .left_col {
  align-self: center;
}
body .custom-finance .tip-wrapper .left_col .title {
  color: #007094;
  max-width: 509px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991.98px) {
  body .custom-finance .tip-wrapper .left_col .title {
    max-width: 100%;
  }
}
body .custom-finance .tip-wrapper .left_col .inner-list {
  max-width: 509px;
}
@media screen and (max-width: 991.98px) {
  body .custom-finance .tip-wrapper .left_col .inner-list {
    max-width: 100%;
  }
}
body .custom-finance .tip-wrapper .left_col .inner-list .list_wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
body .custom-finance .tip-wrapper .left_col .inner-list .list_wrap:last-child {
  margin-bottom: 0;
}
body .custom-finance .tip-wrapper .left_col .inner-list .list_wrap .detail {
  color: #0C0D10;
}
body .custom-finance .tip-wrapper .left_col .btn-wrapper {
  display: flex;
  gap: 10px;
  padding-bottom: 30px;
  margin-top: 32px;
}
@media screen and (max-width: 575.98px) {
  body .custom-finance .tip-wrapper .left_col .btn-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body .custom-finance .tip-wrapper .right_col {
  align-self: end;
}
body .get-start {
  padding: 55px 0 110px;
}
@media screen and (max-width: 991.98px) {
  body .get-start {
    padding: 40px 0 80px;
  }
}
body .get-start .get_rw {
  color: #0C0D10;
  text-align: center;
  gap: 32px 0;
}
@media screen and (max-width: 991.98px) {
  body .get-start .get_rw {
    justify-content: center;
  }
}
body .get-start .get_rw .head_text {
  margin-bottom: 0;
}
body .get-start .get_rw .step_card {
  position: relative;
  border-radius: 26px;
  background: #E9FAFF;
  padding: 43px 37px;
  min-height: 373px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199.98px) {
  body .get-start .get_rw .step_card {
    padding: 43px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  body .get-start .get_rw .step_card {
    min-height: auto;
  }
}
body .get-start .get_rw .step_card.step2 {
  background: #CCF7EE;
}
body .get-start .get_rw .step_card.step3 {
  background: #F5EFFF;
}
body .get-start .get_rw .step_card .title {
  color: #0C0D10;
  margin: 11px 0 0;
}
body .get-start .get_rw .step_card .sub_title {
  font-weight: 600;
  margin-bottom: 8px;
}
body .get-start .get_rw .step_card .content {
  color: #656B73;
  margin: 0 auto;
  max-width: 280px;
}
@media screen and (max-width: 767.98px) {
  body .get-start .get_rw .step_card .content {
    max-width: 100%;
  }
}
body .business-growth {
  position: relative;
  background: linear-gradient(180deg, #007094 0%, #007094 100%);
  padding: 52px 0 70px;
  text-align: center;
}
body .business-growth .inner_wrapper .head_text {
  max-width: 750px;
  margin: 0 auto;
  color: #FFFFFF;
  line-height: 1.25;
}
@media screen and (max-width: 1799.98px) {
  body .business-growth .inner_wrapper .head_text {
    max-width: 640px;
  }
}
body .business-growth .inner_wrapper .logos_wrapper {
  display: flex;
  justify-content: center;
  gap: 47px;
  align-items: center;
  margin: 46px 0 83px;
}
@media screen and (max-width: 991.98px) {
  body .business-growth .inner_wrapper .logos_wrapper {
    margin: 46px 0 60px;
  }
}
@media screen and (max-width: 767.98px) {
  body .business-growth .inner_wrapper .logos_wrapper {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  body .business-growth .inner_wrapper .logos_wrapper .images {
    max-width: 131px;
    width: 100%;
  }
}
body .business-growth .inner_wrapper .testimonialSlider {
  position: relative;
}
body .business-growth .inner_wrapper .testimonialSlider .slick-list {
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767.98px) {
  body .business-growth .inner_wrapper .testimonialSlider .slick-list {
    width: 100%;
  }
}
body .business-growth .inner_wrapper .testimonialSlider .slick-list .slick-track {
  display: flex;
}
body .business-growth .inner_wrapper .testimonialSlider .slick-list .slick-track .inner_review {
  max-width: 732px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 32px 24px;
  border-radius: 17px;
  color: #0C0D10;
}
@media screen and (max-width: 575.98px) {
  body .business-growth .inner_wrapper .testimonialSlider .slick-list .slick-track .inner_review {
    padding: 24px 16px;
  }
}
body .business-growth .inner_wrapper .testimonialSlider .slick-list .slick-track .inner_review .name {
  margin: 24px 0 4px;
  font-weight: 600;
}
body .business-growth .inner_wrapper .testimonialSlider .slick-list .slick-track .inner_review .company {
  margin-bottom: 14px;
}
body .business-growth .inner_wrapper .testimonialSlider .slick-list .slick-track .inner_review .message {
  color: #656B73;
  max-width: 600px;
  margin: 0 auto 28px;
}
@media screen and (max-width: 767.98px) {
  body .business-growth .inner_wrapper .testimonialSlider .slick-list .slick-track .inner_review .message {
    margin-bottom: 16px;
  }
}
body .business-growth .inner_wrapper .testimonialSlider .arrow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 50%;
  transform: translate(0, -50%);
}
body .business-growth .inner_wrapper .testimonialSlider .arrow-container .slick-arrow {
  height: 40px;
  width: 40px;
  top: 0;
  transform: none;
  right: 100px;
}
@media screen and (max-width: 1199.98px) {
  body .business-growth .inner_wrapper .testimonialSlider .arrow-container .slick-arrow {
    right: 0;
  }
}
body .business-growth .inner_wrapper .testimonialSlider .arrow-container .slick-arrow.slick-prev {
  left: 100px;
}
@media screen and (max-width: 1199.98px) {
  body .business-growth .inner_wrapper .testimonialSlider .arrow-container .slick-arrow.slick-prev {
    left: 0;
  }
}
body .business-growth .inner_wrapper .testimonialSlider .arrow-container .slick-arrow.slick-next {
  transform: rotate(180deg);
}
body .business-growth .inner_wrapper .testimonialSlider .arrow-container .slick-arrow:before {
  display: none;
}
body .business-growth .inner_wrapper .testimonialSlider .slick-dots {
  bottom: -60px;
  width: 200px;
  left: calc(50% - 100px);
}
body .business-growth .inner_wrapper .testimonialSlider .slick-dots li button {
  background: #FFFFFF;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
body .business-growth .inner_wrapper .testimonialSlider .slick-dots li button:before {
  display: none;
}
body .business-growth .inner_wrapper .testimonialSlider .slick-dots li.slick-active button {
  background: #FFA300;
}
body .experience {
  padding: 110px 0;
  border-bottom: 1px solid #FFC066;
}
@media screen and (max-width: 991.98px) {
  body .experience {
    padding: 80px 0;
  }
}
body .experience .wrapper {
  max-width: 100%;
  margin: 0 auto;
}
body .experience .wrapper .head_text {
  color: #0C0D10;
  margin-bottom: 16px;
  text-align: center;
}
body .experience .wrapper .description {
  text-align: center;
  color: #656B73;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  body .experience .wrapper .description {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 375.98px) {
  body .experience .calendly-inline-widget {
    min-width: auto !important;
  }
}
body .footer {
  padding: 0;
}
body .footer .main-footer {
  padding: 68px 0 60px;
}
body .footer .main-footer .footer-wrapper .about-credee .col-inner-wrapper {
  max-width: 629px;
}
body .footer .main-footer .footer-wrapper .about-credee .col-inner-wrapper .info {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: -0.32px;
  color: #0c0d10;
  margin-bottom: 1rem;
}
body .footer .main-footer .footer-wrapper .ssl_credee {
  pointer-events: none;
}
body .footer .main-footer .footer-wrapper .ssl_credee .col-inner-wrapper {
  max-width: 100%;
  text-align: end;
}
body .footer .post-footer {
  background: #FAFAFA;
  padding: 20px 0;
}
body .footer .post-footer .post-footer-wrapper {
  justify-content: center;
}
body .footer .post-footer .post-footer-wrapper .copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: -0.28px;
  color: #a2a8b0;
}
body .footer .ssl-badge {
  padding-top: 10px !important;
}/*# sourceMappingURL=credee.css.map */