@charset "UTF-8";
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap");
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Top Banner
--------------------------------------------------------------*/
/* Custome Top Banner CSS */
.top-banner {
  background-color: #1E58A5;
  background-image: url(../../../images/banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 180px 0 80px;
}
@media only screen and (max-width: 991px) {
  .top-banner {
    padding: 100px 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .top-banner {
    padding: 120px 0 50px;
    text-align: center;
  }
}
.top-banner hr {
  background: #FFB900;
  height: 2px;
  opacity: 0.9;
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .top-banner hr {
    display: none;
  }
}
.top-banner h1 {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 800;
  margin: 10px 0 40px;
  line-height: 56px;
}
@media only screen and (max-width: 1200px) {
  .top-banner h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .top-banner h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .top-banner h1 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.top-banner p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  padding-bottom: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .top-banner p {
    font-size: 18px;
    padding-right: 0;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 991px) {
  .top-banner p {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .top-banner p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.top-banner .button-wrap {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .top-banner .button-wrap {
    justify-content: center;
  }
}
.top-banner .button-wrap .button-bordered {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  margin-left: 15px;
}
.top-banner .button-wrap .button-bordered:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.top-banner img {
  max-width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 1200px) {
  .top-banner img {
    margin: 50px auto;
    display: block;
    padding-left: 0;
  }
}
@media only screen and (max-width: 576px) {
  .top-banner img {
    margin-top: 30px;
  }
}
.top-banner .product-dm-json {
  padding: 5% 8% !important;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
/* Custome FAQ CSS */
#faq .accordion-button {
  background-color: transparent;
  font-size: 22px;
  color: #1D1D1D;
  font-weight: 400;
  letter-spacing: -0.44px;
  border-radius: 0 !important;
  border-bottom: 1px solid #C1BCBC;
  padding: 35px 25px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #faq .accordion-button {
    padding: 20px 0;
    font-size: 18px;
  }
}
#faq .accordion-button:hover, #faq .accordion-button:focus, #faq .accordion-button:active {
  border: none;
  border-bottom: 1px solid #C1BCBC;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#faq .accordion-item {
  border: none;
  border-radius: unset;
  background: transparent;
}
#faq .accordion-button:not(.collapsed) {
  color: #1D1D1D;
  background-color: transparent;
  box-shadow: none;
}
#faq .accordion-button:focus {
  box-shadow: none;
}
#faq .accordion-body {
  color: #0C0D0D;
  font-size: 16px;
  text-align: left;
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  #faq .accordion-body {
    font-size: 14px;
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
/* Custome Testimonial CSS */
.testimonial {
  max-width: 950px;
  margin: 0 auto;
}
.testimonial .author-img {
  width: 220px;
  height: 220px;
  margin: 50px auto;
  box-shadow: 2px 4px 35px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .testimonial .author-img {
    width: 120px;
    height: 120px;
    margin: 20px auto;
  }
}
.testimonial .author-img img {
  max-width: 100%;
  border-radius: 50%;
}
.testimonial-content-head {
  color: #8f59a0;
  font-weight: 700;
  font-family: "Mulish";
}
.testimonial-content {
  color: #0C0D0D;
  font-size: 16px;
  position: relative;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .testimonial-content {
    font-size: 16px;
    padding: 0;
  }
}
.testimonial-content::before {
  content: " “ ";
  position: absolute;
  left: -10px;
  top: -35px;
  color: rgba(30, 88, 165, 0.5019607843);
  font-size: 180px;
  line-height: 75px;
}
@media only screen and (max-width: 768px) {
  .testimonial-content::before {
    left: 0;
    font-size: 100px;
    display: none;
  }
}
.testimonial-author {
  font-size: 18px;
  color: #0C0D0D;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-family: "Mulish";
}
@media only screen and (max-width: 768px) {
  .testimonial-author {
    font-size: 16px;
  }
}
.testimonial-star {
  color: #ffbf47;
  font-size: 30px;
}
.testimonial-link {
  color: #8d5a9e;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  display: block;
  font-family: "Mulish";
}
@media only screen and (max-width: 768px) {
  .testimonial-link {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Global styles
--------------------------------------------------------------*/
.light-gray-bg {
  background: #f8f7fc;
}

.customer-logo-section {
  margin-top: 50px;
  background: #fff;
  box-shadow: 0px 15px 26px rgba(142, 130, 165, 0.1294117647);
  padding: 18px !important;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .customer-logo-section {
    padding: 15px;
  }
}
.customer-logo-section p {
  font-size: 14px !important;
  border-right: 1px solid rgba(123, 123, 123, 0.2117647059);
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .customer-logo-section p {
    border: none;
  }
}
.customer-logo-section .customer-logo {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .customer-logo-section .customer-logo {
    margin-top: 30px;
  }
}
.customer-logo-section .Marquee {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .customer-logo-section .Marquee {
    margin-top: 15px;
  }
}
.customer-logo-section .Marquee-content {
  display: flex;
  animation: marquee 20s linear infinite running;
}
.customer-logo-section .Marquee-content:hover {
  animation-play-state: paused;
}
.customer-logo-section .Marquee-tag {
  width: max-content;
  margin: 0 15px;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.customer-logo-section .Marquee-tag:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.customer-logo-section .Marquee-tag img {
  padding-left: 0;
  max-height: 60px;
  width: initial;
  height: 60px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}

.g2-badge .section-title.no-content-title {
  margin-bottom: 80px;
  color: #212121;
}
.g2-badge-1 {
  border-radius: 20px;
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .g2-badge-1 {
    text-align: center;
  }
}
.g2-badge-1 p {
  border-right: 1px solid #7B7B7B;
}
@media only screen and (max-width: 768px) {
  .g2-badge-1 p {
    border: none;
  }
}
.g2-badge-1 .g2-badge-inner img {
  height: 60px;
  margin: 0 12px;
  width: initial;
}
@media only screen and (max-width: 768px) {
  .g2-badge-1 .g2-badge-inner img {
    height: 35px !important;
    margin-bottom: 40px !important;
  }
}
.g2-badge-2 {
  text-align: center;
}
.g2-badge-2 img {
  margin: 0 12px;
  max-width: 113px;
}
@media only screen and (max-width: 768px) {
  .g2-badge-2 img {
    margin: 2%;
    width: 27%;
  }
}

.testimonial {
  max-width: initial;
  padding: 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  .testimonial {
    padding: 0;
  }
}
.testimonial .testimonial-content-top {
  box-shadow: 0px 15px 26px rgba(142, 130, 165, 0.1294117647);
  border-radius: 40px;
  padding: 80px 40px 40px;
}
@media only screen and (max-width: 768px) {
  .testimonial .testimonial-content-top {
    padding: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial .testimonial-content-top {
    padding: 40px;
  }
}
.testimonial .testimonial-content-top .testimonial-content {
  padding: 0;
  min-height: 145px;
}
.testimonial .testimonial-content-top .testimonial-content::before {
  color: #0063B3;
  font-family: "Mulish", sans-serif;
  background: url(../../../images/page-specific/home-new/quote-left.svg);
  font-size: 0;
  width: 56px;
  height: 44px;
  top: -65px;
  left: 0px;
}
.testimonial .testimonial-content-top .testimonial-author {
  font-size: 16px;
  color: #A3A8BF;
  font-weight: 400;
  font-style: initial;
  display: inline-block;
  margin-top: 15px;
}
.testimonial .testimonial-content-top .testimonial-author span {
  background: -webkit-linear-gradient(#8E5CAC, #0063B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.testimonial .testimonial-content-top img {
  float: right;
  max-width: 150px;
}
@media only screen and (max-width: 768px) {
  .testimonial .testimonial-content-top img {
    float: initial;
  }
}
.testimonial h3 {
  padding: 0 12%;
}
@media only screen and (max-width: 768px) {
  .testimonial h3 {
    padding: 20px 0 60px;
  }
}

#testimonialCarousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background: #D0C8E3;
  padding: 0;
  opacity: 1;
  border: none;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
#testimonialCarousel .carousel-indicators [data-bs-target]:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
#testimonialCarousel .carousel-indicators .active {
  background: #FBFAFF !important;
  border-radius: 50%;
  border: 5px solid #845CAC;
  margin-top: 25px;
}
#testimonialCarousel .carousel-indicators {
  margin-left: 51%;
}
@media only screen and (max-width: 768px) {
  #testimonialCarousel .carousel-indicators {
    margin-left: auto;
  }
}
#testimonialCarousel .carousel-indicators::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 2px;
  border: 1px dashed #D0C8E3;
  top: 34px;
  z-index: -1;
}

.seamless-integ-v2 .integration-logos {
  margin-top: 40px;
}
.seamless-integ-v2 .integration-logos img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2%;
  height: initial;
  max-height: 120px;
  width: initial;
}
@media only screen and (max-width: 768px) {
  .seamless-integ-v2 .integration-logos img {
    padding: 0 5%;
    height: auto;
    width: 45%;
    margin-bottom: 20px;
  }
}
.seamless-integ-v2 .home-cta {
  background: #fff;
  border: 1px solid #8d5a9e !important;
  color: #8d5a9e;
}

.testimonial-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testimonial-wrap .testimonial-inner {
  border: none;
  box-shadow: 0px 0px 25px rgba(142, 130, 165, 0.1294117647);
  border-radius: 20px;
  flex: 0 0 31%;
  padding: 30px 30px 120px 30px;
  position: relative;
}
.testimonial-wrap .testimonial-inner .testimonial-inner-logo {
  max-height: 90px;
  width: initial;
}
.testimonial-wrap .testimonial-inner .testimonial-author-div {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 30px;
}
.testimonial-wrap .testimonial-inner .testimonial-content {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .testimonial-wrap .testimonial-inner .testimonial-content {
    min-height: 290px !important;
  }
}
.testimonial-wrap .testimonial-inner .testimonial-content::before {
  color: #0063B3;
  font-family: "Mulish", sans-serif;
  background: url(../../../images/company-logos/new/quote.svg);
  font-size: 0;
  width: 60px;
  height: 46px;
  top: -90px;
  right: 0px;
  left: initial;
  background-size: contain;
}
.testimonial-wrap .testimonial-inner .testimonial-author {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  font-style: normal;
  margin-bottom: 0;
  display: inline-block;
  width: calc(100% - 85px);
  vertical-align: middle;
  padding-left: 15px;
  line-height: 1.5;
}
.testimonial-wrap .testimonial-inner .testimonial-author span {
  background: -webkit-linear-gradient(#8E5CAC, #0063B3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.testimonial-wrap .testimonial-inner .testimonial-inner-author {
  display: inline-block;
  max-width: 80px;
  border-radius: 50%;
}

.primary-cta {
  background: transparent linear-gradient(104deg, #8E5CAC 0%, #0063B3 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 16px 32px;
  border: none !important;
  font-size: 18px;
}

.secondary-cta {
  color: #845CAC;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 18px;
  text-decoration: underline !important;
  padding: 16px 32px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  background: none;
  border: none;
}
.secondary-cta:hover {
  background: none;
  border: none;
  color: #845CAC;
  text-decoration: underline !important;
}

.primary-cta-bordered {
  background: transparent;
  border: 1px solid #8d5a9e;
  color: #8d5a9e;
  padding: 16px 32px;
}

.clickable-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .clickable-cards {
    display: block;
  }
}
.clickable-cards.clickable-cards-4 .card {
  flex: 0 0 23%;
}
.clickable-cards .card {
  border: none;
  border-radius: 20px;
  flex: 0 0 30%;
  text-align: center;
  box-shadow: -5px 5px 30px rgba(141, 123, 173, 0.01);
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}
.clickable-cards .card:hover {
  box-shadow: -5px 5px 50px rgba(146, 126, 183, 0.25);
}
.clickable-cards .card a {
  padding: 30px;
  display: block;
}
.clickable-cards .card img {
  margin: auto;
  margin-bottom: 25px;
  max-width: 68px;
}
.clickable-cards .card .card-title {
  font-size: 20px;
  color: #212121;
  font-weight: 800;
  margin-bottom: 15px;
}
.clickable-cards .card .card-content {
  color: #16190C;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.clickable-cards .card .learn-more {
  margin-top: 15px;
  margin-bottom: 0;
  color: #845CAC;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.key-challenges {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .key-challenges {
    display: block;
  }
}
.key-challenges .card {
  border: none;
  border-radius: 20px;
  flex: 0 0 48%;
  padding: 30px 30px 30px 120px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 0px 0px 5px #eaeaea;
}
.key-challenges .card:hover {
  box-shadow: 0px 0px 5px #eaeaea;
}
.key-challenges .card img {
  max-width: 68px;
  margin: initial;
  position: absolute;
  left: 30px;
}
.key-challenges .card .card-title {
  font-size: 20px;
  color: #212121;
  font-weight: 800;
  margin-bottom: 15px;
}
.key-challenges .card .card-content {
  color: #16190C;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.key-challenges .card .learn-more {
  margin-top: 15px;
  margin-bottom: 0;
  color: #845CAC;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.non-clickable-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .non-clickable-cards {
    display: block;
  }
}
.non-clickable-cards.non-clickable-cards-3 .card {
  flex: 0 0 30%;
}
.non-clickable-cards .card {
  border: none;
  border-radius: 20px;
  flex: 0 0 23%;
  box-shadow: 0px 0px 5px #eaeaea;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.non-clickable-cards .card img {
  max-width: 68px;
  margin: initial;
  margin-bottom: 25px;
}
.non-clickable-cards .card .card-title {
  font-size: 20px;
  color: #212121;
  font-weight: 800;
  margin-bottom: 15px;
}
.non-clickable-cards .card .card-content {
  color: #16190C;
  font-size: 16px;
  margin-bottom: 0;
}

.campaign-non-clickable-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .campaign-non-clickable-cards {
    display: block;
  }
}
.campaign-non-clickable-cards.campaign-non-clickable-cards-4 .card {
  flex: 0 0 23%;
}
.campaign-non-clickable-cards .card {
  border: none;
  border-radius: 20px;
  flex: 0 0 30%;
  text-align: center;
  box-shadow: -5px 5px 30px rgba(141, 123, 173, 0.01);
  padding: 40px 30px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.campaign-non-clickable-cards .card:hover {
  box-shadow: -5px 5px 30px rgba(141, 123, 173, 0.01);
}
.campaign-non-clickable-cards .card img {
  margin: auto;
  margin-bottom: 25px;
  max-width: 68px;
  margin-top: 0;
}
.campaign-non-clickable-cards .card .card-title {
  font-size: 20px;
  color: #212121;
  font-weight: 800;
  margin-bottom: 15px;
}
.campaign-non-clickable-cards .card .card-content {
  color: #16190C;
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.custom-developer {
  background: #FBFAFF;
  padding: 70px 70px 70px 60px;
  border-radius: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .custom-developer {
    padding: 40px 20px;
  }
}
.custom-developer-inner-3 p::before {
  top: -25px !important;
  height: calc(100% + 15px) !important;
}
.custom-developer-inner {
  display: none;
}
.custom-developer-inner p {
  color: #868686;
  margin-bottom: 20px;
  position: relative;
}
.custom-developer-inner p::before {
  content: "";
  position: absolute;
  height: calc(100% + 60px);
  width: 1px;
  border: 1px dashed #D0C8E3;
  left: -40px;
  top: -26px;
  z-index: 0;
}
.custom-developer-inner .code-block {
  border-radius: 20px;
  overflow: hidden;
  max-height: 394px;
}
.custom-developer-inner-1 {
  display: block;
}
.custom-developer h4 {
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}
.custom-developer h4::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #D0C8E3;
  border-radius: 50%;
  left: -44px;
  top: 10px;
}
.custom-developer h4.active {
  color: #845CAC;
}
.custom-developer h4.active::before {
  background: #FBFAFF !important;
  border: 3px solid #845CAC;
  width: 12px;
  height: 12px;
  left: -45px;
}
.custom-developer-5 {
  padding-right: 50px;
  padding-left: 40px;
  position: relative;
}
.custom-developer-5::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  border: 1px dashed #D0C8E3;
  left: 0px;
  top: 15px;
}
@media only screen and (max-width: 768px) {
  .custom-developer-5::before {
    height: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .flexible-location.flexible-location-v2 h4 span {
    margin-top: -15px;
  }
}
.flexible-location h4 {
  color: #4E4E4E;
  background: #FBFAFF;
  font-weight: 700;
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .flexible-location h4 {
    padding: 15px;
  }
}
.flexible-location h4.active {
  margin-bottom: 0;
  color: #845CAC;
  font-weight: 800;
}
.flexible-location h4.active span {
  display: none;
}
.flexible-location h4.active span::after {
  content: "-";
}
.flexible-location h4 span {
  background-image: linear-gradient(to right, #8E5CAC, #0063B3);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 7px 10px;
  width: 30px;
  height: 30px;
}
.flexible-location h4 span::after {
  content: "+";
  position: absolute;
  margin-top: -1px;
  margin-left: 1px;
}

.custom-accord {
  padding-top: 30px;
}
.custom-accord-inner {
  display: none;
}
@media only screen and (max-width: 768px) {
  .custom-accord-inner img {
    display: none;
  }
}
.custom-accord-inner-1 {
  display: block;
}
.custom-accord-inner-11 {
  display: block;
}
.custom-accord h4 {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .custom-accord h4 {
    position: relative;
    padding-right: 70px !important;
  }
}
.custom-accord h4 span {
  float: right;
}
@media only screen and (max-width: 768px) {
  .custom-accord h4 span {
    position: absolute;
    right: 25px;
    top: 25%;
    margin-top: 0 !important;
  }
}
.custom-accord-inner-content {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.custom-accord-inner-content h3 {
  color: #845CAC;
  font-size: 22px;
}
.custom-accord .pr-4 {
  padding-right: 4%;
}
.custom-accord .pl-5 {
  padding-left: 5%;
}

.custom-accord-2 {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .custom-accord-2 {
    padding-top: 0;
  }
}
.custom-accord-2-inner {
  display: none;
}
@media only screen and (max-width: 768px) {
  .custom-accord-2-inner img {
    display: none;
  }
}
.custom-accord-2-inner-11 {
  display: block;
}
.custom-accord-2 h4 {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .custom-accord-2 h4 {
    position: relative;
    padding-right: 70px;
  }
}
.custom-accord-2 h4 span {
  float: right;
}
@media only screen and (max-width: 768px) {
  .custom-accord-2 h4 span {
    position: absolute;
    right: 25px;
    top: 25%;
  }
}
.custom-accord-2-inner-content {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.custom-accord-2-inner-content h3 {
  color: #845CAC;
  font-size: 22px;
}
.custom-accord-2 .pr-4 {
  padding-right: 4%;
}
.custom-accord-2 .pl-5 {
  padding-right: 5%;
}

.product-cards {
  background: #f8f7fc;
}
.product-cards-row .card {
  border: none;
  box-shadow: 0px 0px 25px rgba(142, 130, 165, 0.1294117647);
  border-radius: 20px;
  flex: 0 0 31%;
  margin-top: 30px;
}
.product-cards-row .card-link {
  padding: 30px 30px 20px;
}
.product-cards-row .card:hover {
  box-shadow: -5px 5px 50px rgba(146, 126, 183, 0.25);
}
.product-cards-row .card:hover h4 {
  color: #845CAC;
}
.product-cards-row .card:hover .card-before {
  display: none;
}
.product-cards-row .card:hover .card-after {
  display: block;
}
.product-cards-row .card-img {
  max-width: 60px;
  margin-bottom: 20px;
  position: absolute;
  right: 30px;
}
.product-cards-row .card-img.card-after {
  display: none;
}
.product-cards-row .card-inner-content {
  padding-right: 80px;
}
.product-cards-row h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.product-cards-row p {
  padding-right: 3px;
  color: #16190C;
}
.product-cards-row p.learn-more {
  min-height: initial;
}
.product-cards-row p span {
  color: #845CAC;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.product-cards-row .slick-list.draggable {
  padding: 0px 200px 0 0 !important;
}
.product-cards-row.use-cases .card-img {
  max-width: 100px;
  margin: initial;
  margin-bottom: 25px;
}
.product-cards-row.use-cases .card {
  margin: 0;
}
.product-cards-row-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .product-cards-row-inner {
    display: block;
  }
}

/*--------------------------------------------------------------
# Custom page Specific CSS
--------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  font-family: Sora;
  font-weight: 700;
}

p, ul, li, a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.mapfusion-banner {
  background: url(../../../images/page-specific/mapfusion/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 100px 0 80px;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .mapfusion-banner {
    padding: 80px 0 20px;
  }
}
.mapfusion-banner .globe {
  background: url(../../../images/page-specific/mapfusion/globe.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 220px;
  padding-bottom: 80px;
  mix-blend-mode: lighten;
}
@media only screen and (max-width: 768px) {
  .mapfusion-banner .globe {
    background-position: top;
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
.mapfusion-banner h1 {
  margin-bottom: 10px;
  font-size: 70px;
  background: linear-gradient(180deg, #FFF 8.46%, #E8E8E8 60.44%, #CAE2E6 84.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 90px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mapfusion-banner h1 {
    font-size: 32px;
    line-height: normal;
  }
}
.mapfusion-banner .sub-text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .mapfusion-banner .sub-text {
    font-size: 18px;
  }
}
.mapfusion-banner p {
  padding: 0;
}
.mapfusion-banner p small {
  color: #CDCED4;
}
.mapfusion-banner .customer-logos {
  margin-top: 80px;
}
.mapfusion-banner .customer-logos h5 {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .mapfusion-banner .customer-logos h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .mapfusion-banner .customer-logos {
    margin-top: 40px;
  }
}
.mapfusion-banner .customer-logos-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mapfusion-banner .customer-logos-inner .Marquee-content {
  display: flex;
  animation: marquee 30s linear infinite running;
}
.mapfusion-banner .customer-logos-inner .Marquee-tag {
  width: max-content;
  margin: 0 15px;
  padding: 0;
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.mapfusion-banner .customer-logos-inner .Marquee-tag img {
  padding: 0 20px;
  max-height: 40px;
  max-width: 200px;
  width: auto;
  height: auto;
}
.mapfusion-banner .cta-2 {
  padding: 16px 24px;
  font-size: 20px;
}
.mapfusion-banner .cta {
  border-radius: 10.667px;
  border: 1.333px solid rgba(218, 228, 255, 0.8);
  background: url(../../../images/page-specific/mapfusion/gradient-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 0px 1px rgba(168, 59, 171, 0.1), 0px 5px 10px 0px rgba(168, 59, 171, 0.2), 0px 15px 40px 0px rgba(168, 59, 171, 0.4);
  padding: 16px 24px;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .mapfusion-banner .cta {
    font-size: 18px;
  }
}
.mapfusion-banner .cta span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.mapfusion-banner .cta:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.mapfusion-banner .cta:hover span {
  transform: scale(1.1);
}
.mapfusion-banner .mapfusion-logo {
  padding: 0;
  max-width: 400px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .mapfusion-banner .mapfusion-logo {
    max-width: 200px;
  }
}

section .header {
  border-radius: 83.147px;
  text-align: center;
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
section .header span {
  background: linear-gradient(180deg, #0040BB 16.46%, #000 88.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  section .header {
    font-size: 14px;
  }
}
section .section-title {
  background: linear-gradient(180deg, #002875 11.75%, #000 123.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  section .section-title {
    font-size: 28px;
    line-height: normal;
  }
}
section .section-sub-title {
  background: linear-gradient(0deg, #12236E, #12236E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  section .section-sub-title {
    font-size: 16px;
    line-height: normal;
  }
}
section.use-cases-bg {
  background: url(../../../images/page-specific/mapfusion/solutions-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
section.use-cases-bg .use-cases-text {
  color: #12236E;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
section.use-cases-bg .select-dropdown {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.use-cases-bg .select-dropdown {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
section.use-cases-bg .select-dropdown::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 45px;
  top: 22px;
  background: url(../../../images/page-specific/mapfusion/dropdown-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  section.use-cases-bg .select-dropdown::after {
    right: 20px;
  }
}
section.use-cases-bg .form-select {
  border-radius: 12px;
  border: 1px solid #12236E;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, rgba(217, 217, 217, 0.15) 100%);
  backdrop-filter: blur(40px);
  display: inline-block;
  width: auto;
  min-width: 250px;
  padding: 10px;
  margin-left: 30px;
  margin-right: 30px;
  color: #12236E;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  section.use-cases-bg .form-select {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
section.taking-you-beyond {
  background: url(../../../images/page-specific/mapfusion/top-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
section.taking-you-beyond .non-clickable-cards.non-clickable-cards-3 {
  border: 1px solid #143EAE;
  border-radius: 12px;
}
section.taking-you-beyond .non-clickable-cards.non-clickable-cards-3 .card {
  flex: 0 0 33.3333333%;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  background: none;
  margin-bottom: 0;
}
section.taking-you-beyond .non-clickable-cards.non-clickable-cards-3 .card.card-2 {
  border-right: 1px solid #143EAE;
  border-left: 1px solid #143EAE;
}
@media only screen and (max-width: 768px) {
  section.taking-you-beyond .non-clickable-cards.non-clickable-cards-3 .card.card-2 {
    border: 1px solid #143EAE;
    border-left: 0;
    border-right: 0;
  }
}
section.taking-you-beyond .non-clickable-cards.non-clickable-cards-3 .card .card-title {
  background: linear-gradient(208.21deg, #0040BB -28.47%, #000000 98.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.taking-you-beyond .non-clickable-cards.non-clickable-cards-3 .card .card-content {
  background: linear-gradient(0deg, #12236E, #12236E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.taking-you-beyond .non-clickable-cards.non-clickable-cards-3 .card img {
  max-width: 80px;
}
section.our-pillars .non-clickable-cards {
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
section.our-pillars .non-clickable-cards.non-clickable-cards-3 .card {
  flex: 0 0 25%;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
  margin-top: 0;
  border-right: 1px solid rgba(18, 35, 110, 0.2);
  border-bottom: 1px solid rgba(18, 35, 110, 0.2);
  padding: 45px;
}
@media only screen and (max-width: 768px) {
  section.our-pillars .non-clickable-cards.non-clickable-cards-3 .card {
    border: none !important;
    border-bottom: 1px solid rgba(18, 35, 110, 0.2) !important;
  }
}
section.our-pillars .non-clickable-cards.non-clickable-cards-3 .card:hover {
  background: linear-gradient(1deg, rgba(168, 59, 171, 0.2) 1.03%, rgba(168, 59, 171, 0) 95.25%);
  transition: 0.3s;
}
section.our-pillars .non-clickable-cards.non-clickable-cards-3 .card .card-title {
  background: linear-gradient(180deg, #0040BB 16.46%, #000 88.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
section.our-pillars .non-clickable-cards.non-clickable-cards-3 .card .card-content {
  color: #12236E;
  font-size: 20px;
  line-height: normal;
}
section.our-pillars .non-clickable-cards.non-clickable-cards-3 .card img {
  border-radius: 8px;
  border: 1px solid rgba(18, 35, 110, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(18, 35, 110, 0.25) inset;
  padding: 16px;
  max-width: 80px;
  margin: auto;
  margin-bottom: 25px;
}
section.building-blocks .content-block h3 {
  background: linear-gradient(208deg, #0040BB -28.47%, #000 98.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  section.building-blocks .content-block h3 {
    font-size: 20px;
  }
}
section.building-blocks .content-block p {
  background: linear-gradient(0deg, #12236E, #12236E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  section.building-blocks .content-block p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  section.building-blocks .image-block {
    margin-bottom: 40px;
  }
}
section.connect-and-get-going {
  background: url(../../../images/page-specific/mapfusion/top-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
section.connect-and-get-going .heading-block {
  margin-bottom: 30px;
}
section.connect-and-get-going .heading-block h4 {
  background: linear-gradient(180deg, #0040BB 16.46%, #000 88.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 32px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  section.connect-and-get-going .heading-block h4 {
    font-size: 20px;
  }
}
section.connect-and-get-going .heading-block img {
  border-radius: 8px;
  border: 1px solid rgba(18, 35, 110, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(18, 35, 110, 0.25) inset;
  padding: 16px;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  section.connect-and-get-going .heading-block img {
    width: 60px;
  }
}
section.connect-and-get-going ul {
  margin-left: 0;
  list-style: none;
}
section.connect-and-get-going ul li {
  display: inline-block;
  width: 44%;
  color: #353535;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  section.connect-and-get-going ul li {
    width: 100%;
    display: block;
  }
}
section.connect-and-get-going ul li a {
  padding: 16px;
  display: block;
  color: #353535;
  position: relative;
  border: 1px solid #000;
  border-radius: 12px;
}
section.connect-and-get-going ul li a:hover {
  border: 1.333px solid rgba(218, 228, 255, 0.8);
  background: url(../../../images/page-specific/mapfusion/gradient-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
section.connect-and-get-going ul li a:hover svg > path {
  fill: #fff;
}
section.connect-and-get-going ul li a svg {
  position: absolute;
  right: 15px;
  top: 22px;
}
section.power-of-mapfusion .content-block img {
  border-radius: 8px;
  border: 1px solid rgba(18, 35, 110, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(18, 35, 110, 0.25) inset;
  padding: 16px;
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  section.power-of-mapfusion .content-block img {
    width: 60px;
  }
}
section.power-of-mapfusion .content-block h3 {
  background: linear-gradient(180deg, #0040BB 16.46%, #000 88.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  section.power-of-mapfusion .content-block h3 {
    margin-left: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  section.power-of-mapfusion .power-of-mapfusion-inner {
    border-image: linear-gradient(to right, rgba(1, 16, 47, 0) 0%, rgba(1, 51, 148, 0.2) 100%) 1;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    margin-bottom: 30px;
  }
}
section.power-of-mapfusion .power-of-mapfusion-inner .col-md-6 {
  padding: 96px;
}
@media only screen and (max-width: 768px) {
  section.power-of-mapfusion .power-of-mapfusion-inner .col-md-6 {
    padding: 10px;
  }
}
section.power-of-mapfusion .power-of-mapfusion-inner .border-to-left {
  border-image: linear-gradient(to right, rgba(1, 16, 47, 0) 8%, rgba(1, 51, 148, 0.2) 20%) 1;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
}
@media only screen and (max-width: 768px) {
  section.power-of-mapfusion .power-of-mapfusion-inner .border-to-left {
    border: none;
  }
}
section.power-of-mapfusion .power-of-mapfusion-inner .border-to-right {
  border-image: linear-gradient(to left, rgba(1, 16, 47, 0) 0%, rgba(1, 51, 148, 0.2) 20%) 1;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
}
@media only screen and (max-width: 768px) {
  section.power-of-mapfusion .power-of-mapfusion-inner .border-to-right {
    border: none;
  }
}
section.power-of-mapfusion .power-of-mapfusion-inner p {
  background: linear-gradient(0deg, #12236E, #12236E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
section.power-of-mapfusion h4 {
  margin-top: 40px;
  background: linear-gradient(180deg, #0040BB 16.46%, #000 88.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  section.power-of-mapfusion h4 {
    font-size: 18px;
  }
}
section.testimonial-mapfusion .testimonial-inner {
  padding: 50px 120px;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  section.testimonial-mapfusion .testimonial-inner {
    padding: 20px;
  }
}
section.testimonial-mapfusion .testimonial-inner .testimonial-author-div {
  display: inline-block;
  width: 25%;
  margin-right: 8%;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  section.testimonial-mapfusion .testimonial-inner .testimonial-author-div {
    width: 100%;
    margin-right: 0%;
  }
}
section.testimonial-mapfusion .testimonial-inner .testimonial-author-div .testimonial-inner-author {
  border-radius: 15px;
}
section.testimonial-mapfusion .testimonial-inner .testimonial-author-div .testimonial-author {
  background: linear-gradient(180deg, #0040BB 16.46%, #000 88.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  margin-bottom: 0;
  font-style: normal;
}
section.testimonial-mapfusion .testimonial-inner .testimonial-author-div .testimonial-author-designation {
  background: #fff;
}
section.testimonial-mapfusion .testimonial-inner .testimonial-author-div .testimonial-author-designation.slick-active {
  background: linear-gradient(0deg, #12236E, #12236E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.testimonial-mapfusion .testimonial-inner .testimonial-content-div {
  display: inline-block;
  width: 66%;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  section.testimonial-mapfusion .testimonial-inner .testimonial-content-div {
    width: 100%;
  }
}
section.testimonial-mapfusion .testimonial-inner .testimonial-content-div .testimonial-content-inner {
  background: linear-gradient(0deg, #12236E, #12236E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  section.testimonial-mapfusion .testimonial-thumb {
    display: none;
  }
}
section.testimonial-mapfusion .testimonial-thumb-inner {
  text-align: center;
  padding: 30px;
  border: 1px solid #000;
  background: linear-gradient(180deg, rgba(168, 59, 171, 0) 97.5%, rgba(168, 59, 171, 0.1) 100%);
  cursor: pointer;
}
section.testimonial-mapfusion .testimonial-thumb-inner:hover {
  background: linear-gradient(180deg, rgba(168, 59, 171, 0) 38.5%, rgba(168, 59, 171, 0.1) 100%);
}
section.testimonial-mapfusion .testimonial-thumb-inner img {
  margin: auto;
  max-height: 50px;
  width: auto;
}
section.integration-mapfusion .integration-logos {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.integration-mapfusion .integration-logos .integration-logos-inner {
  flex: 0 0 32%;
  border-radius: 8px;
  border: 1px solid rgba(49, 49, 49, 0.6);
  margin-top: 20px;
  position: relative;
}
section.integration-mapfusion .integration-logos .integration-logos-inner a {
  display: block;
  padding: 20px;
}
section.integration-mapfusion .integration-logos .integration-logos-inner a:hover img {
  transform: scale(1.1);
}
section.integration-mapfusion .integration-logos .integration-logos-inner a img {
  max-width: 300px;
  transition: transform 0.3s ease;
}
section.integration-mapfusion .integration-logos .integration-logos-inner a img.target {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
}

.read-doc {
  color: #353535 !important;
  border-radius: 8px;
  border: 1px solid #353535;
  box-shadow: 0px 0px 14.9px 0px rgba(255, 255, 255, 0.25) inset;
  background: #fff;
  padding: 16px 32px;
}
.read-doc:hover {
  border-radius: 8px;
  border: 1.333px solid rgba(218, 228, 255, 0.8);
  background: url(../../../images/page-specific/mapfusion/gradient-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: 0.3s;
  color: #fff !important;
}

.hbspt-form input {
  border-radius: 12px;
  border: 1px solid #12236E;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, rgba(217, 217, 217, 0.15) 100%);
  backdrop-filter: blur(40px);
}

.hbspt-form select {
  border-radius: 12px;
  border: 1px solid #12236E;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, rgba(217, 217, 217, 0.15) 100%);
  backdrop-filter: blur(40px);
}

.hbspt-form textarea {
  border-radius: 12px;
  border: 1px solid #12236E;
  background: linear-gradient(180deg, rgba(115, 115, 115, 0) 0%, rgba(217, 217, 217, 0.15) 100%);
  backdrop-filter: blur(40px);
}

.hbspt-form input.hs-button {
  border-radius: 8px;
  border: 1px solid rgba(218, 228, 255, 0.8);
  background: url(../../../images/page-specific/mapfusion/gradient-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: auto !important;
  padding: 16px;
  transition: transform 0.3s ease;
}
.hbspt-form input.hs-button:hover {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: scale(1.1);
}

.hbspt-form .hs-form-field label {
  color: #12236E;
  font-size: 18px;
}

.hbspt-form .hs-form-field {
  margin-bottom: 20px;
}

.hbspt-form .legal-consent-container p {
  color: #12236E;
}

.ast-primary-header-bar {
  background: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
}

.ast-main-header-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.request-demo .mega-menu-link {
  border-radius: 10.667px !important;
  border: 1.333px solid rgba(218, 228, 255, 0.8) !important;
  background: url(../../../images/page-specific/mapfusion/gradient-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  color: #fff !important;
}
.ast-main-header-wrap #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.request-demo .mega-menu-link:hover {
  transform: scale(1.1);
}

.ast-main-header-wrap.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-menu-link {
  color: #000 !important;
}

.ast-main-header-wrap.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.request-demo .mega-menu-link {
  border-radius: 10.667px !important;
  border: 1.333px solid rgba(218, 228, 255, 0.8) !important;
  background: url(../../../images/page-specific/mapfusion/gradient-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  color: #fff !important;
}
.ast-main-header-wrap.fixed #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.request-demo .mega-menu-link:hover {
  transform: scale(1.1);
}

.know-more {
  color: #12236E;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .know-more {
    font-size: 18px;
  }
}

.site-primary-footer-wrap[data-section=section-primary-footer-builder] {
  background: linear-gradient(180deg, rgba(20, 62, 174, 0.6) 0%, rgba(20, 62, 174, 0) 100%), radial-gradient(103.64% 102.97% at 96.67% 58.79%, rgba(168, 59, 171, 0.9) 0%, rgba(168, 59, 171, 0) 91.69%), radial-gradient(140.8% 110.34% at 1.11% 6.16%, rgba(0, 0, 255, 0.2) 0%, rgba(0, 0, 255, 0) 91.69%), #02010D !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  background: url(../../../images/page-specific/mapfusion/arrow-white-nav.png) !important;
  background-size: contain !important;
  top: 2px;
  background-repeat: no-repeat !important;
  width: 12px !important;
  height: 12px !important;
}

.site-header .ast-main-header-wrap.fixed #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  background: url(../../../images/down-arrow.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  top: 0;
}

.cert-logos {
  background: none !important;
}

@media only screen and (max-width: 991px) {
  .ast-theme-transparent-header.ast-header-break-point #ast-mobile-header {
    display: block;
    position: fixed !important;
    top: 0px !important;
    overflow-y: scroll;
    background: #1e58a5 !important;
    background-image: linear-gradient(to right, #8E5CAC 0, #0063B3 100%) !important;
    height: 100% !important;
    padding-top: 100px !important;
  }
}

@media only screen and (max-width: 991px) {
  .ast-theme-transparent-header.ast-header-break-point #ast-mobile-header .site-header-primary-section-right {
    display: flex !important;
  }
}

.building-blocks .content-block a {
  color: #353535 !important;
  border-radius: 8px;
  border: 1px solid #353535;
  box-shadow: 0px 0px 14.9px 0px rgba(255, 255, 255, 0.25) inset;
  background: #fff;
  padding: 10px 32px;
  margin-top: 20px;
  display: inline-block;
}
.building-blocks .content-block a:hover {
  border: 1.333px solid rgba(218, 228, 255, 0.8);
  background: url(../../../images/page-specific/mapfusion/gradient-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: 0.3s;
  color: #fff !important;
}

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