@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("./../fonts/HelveticaNeueLTProBd.otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("./../fonts/HelveticaNeueLTProMd.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("./../fonts/HelveticaNeueLTProRegular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT Pro";
  src: url("./../fonts/HelveticaNeueLTProLt.otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
section.data-mgmt-section {
  padding: 56px 0;
}
@media (min-width: 1024px) {
  section.data-mgmt-section {
    padding: 64px 0;
  }
}
@media (min-width: 1440px) {
  section.data-mgmt-section {
    padding: 100px 0;
  }
}
section.data-mgmt-section .section-header .section-title {
  font-family: "Bower-bold";
  font-weight: 700;
  font-size: 28px;
}
@media (min-width: 1024px) {
  section.data-mgmt-section .section-header .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  section.data-mgmt-section .section-header .section-title {
    font-size: 52px;
  }
}
section.data-mgmt-section .section-header.section-header-narrow {
  margin: 0 auto !important;
  width: 100%;
}
@media (min-width: 1024px) {
  section.data-mgmt-section .section-header.section-header-narrow {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  section.data-mgmt-section .section-header.section-header-narrow {
    width: 70%;
  }
}

/*  data-mgmt-hero-section */
/* ------------------------------- */
.data-mgmt-hero-section {
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 1024px) {
  .data-mgmt-hero-section {
    background-position: bottom;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 1024px) {
  .data-mgmt-hero-section .data-mgmt-hero-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 28px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-grid {
    gap: 40px;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
	   margin-top: 0px;
}
@media (min-width: 1024px) {
  .data-mgmt-hero-section .data-mgmt-hero-content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
	  margin-top: -139px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
	  	  margin-top: 0px;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-title {
  text-wrap: pretty;
  font-family: "Bower-bold";
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-title {
    font-size: 40px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-title {
    font-size: 60px;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-title span {
 /** color: #265674; **/
}
.data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-subtitle {
  font-family: Helvetica Neue LT Pro;
  font-weight: 500;
  line-height: 140%;
  font-size: 20px;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-subtitle {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-subtitle {
    font-size: 24px;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-link {
  display: inline-block;
  color: #0A5A8F;
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 700;
  text-decoration: underline !important;
  font-size: 20px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-link {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-link {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-lead h6 {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 700;
  line-height: 120%;
  font-size: 22px;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-lead h6 {
    font-size: 28px;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-lead p {
  color: #265674;
  font-family: Helvetica Neue LT Pro;
  font-weight: 500;
  line-height: 150%;
  font-size: 22px;
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-lead p {
    font-size: 28px;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-quote {
  font-family: Helvetica Neue LT Pro;
  font-weight: 300;
  line-height: 140%;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-quote {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-quote {
    font-size: 22px;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-quote strong,
.data-mgmt-hero-section .data-mgmt-hero-content .data-mgmt-hero-quote b {
  font-weight: 500;
}
.data-mgmt-hero-section .data-mgmt-hero-form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1803921569);
  border-radius: 12px;
  padding: 40px 24px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 1024px) {
  .data-mgmt-hero-section .data-mgmt-hero-form {
    padding: 48px 24px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-form {
    padding: 64px 24px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-form .form-heading {
  text-align: center;
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 28px;
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section .data-mgmt-hero-form .form-heading {
    font-size: 28px;
    margin-bottom: 48px;
  }
}
.data-mgmt-hero-section .data-mgmt-hero-form .form-heading strong,
.data-mgmt-hero-section .data-mgmt-hero-form .form-heading b {
  font-weight: 500;
}
/* END data-mgmt-hero-section */
/* ------------------------------- */
.data-mgmt-hero-section.data-mgmt-hero-2-section .data-mgmt-hero-subtitle {
  font-weight: 400;
  font-style: italic;
  line-height: 130%;
  font-size: 22px;
  margin-bottom: 22px;
}
@media (min-width: 1440px) {
  .data-mgmt-hero-section.data-mgmt-hero-2-section .data-mgmt-hero-subtitle {
    font-size: 28px;
  }
}
/*  data-mgmt-report-cards */
/* ------------------------------- */
.data-mgmt-report-cards {
  background-color:#DDEDF6;
}
.data-mgmt-report-cards .data-mgmt-report-heading {
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1440px) {
  .data-mgmt-report-cards .data-mgmt-report-heading {
    margin-bottom: 64px;
  }
}
.data-mgmt-report-cards .data-mgmt-report-card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 1024px) {
  .data-mgmt-report-cards .data-mgmt-report-card-grid {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-report-cards .data-mgmt-report-card-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.data-mgmt-report-cards .data-mgmt-report-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 4px;
  padding: 38px 28px;
}
.data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-card-header {
  background: #DDEDF6;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 12px 12px;
  margin-bottom: 38px;
}
@media (min-width: 1024px) {
  .data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-card-header {
    padding: 24px 18px;
  }
}
.data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-card-header h5 {
  margin-bottom: 0;
  color: #0A5A8F;
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 700;
  line-height: 140%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-card-header h5 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-card-header h5 {
    font-size: 36px;
  }
}
.data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-list {
  padding-left: 28px !important;
}
.data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-list li {
  list-style: decimal;
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  line-height: 140%;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-list li {
    font-size: 22px;
  }
}
.data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-list li strong,
.data-mgmt-report-cards .data-mgmt-report-card .data-mgmt-report-list li b {
  font-weight: 500;
}
.data-mgmt-report-cards .data-mgmt-report-btn-wrapper .data-mgmt-report-btn {
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #fff;
  background: #0A5B8F;
  font-family: Helvetica Neue LT Pro;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 140%;
  padding: 16px 30px;
  font-size: 14px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .data-mgmt-report-cards .data-mgmt-report-btn-wrapper .data-mgmt-report-btn {
    padding: 18px 30px;
    font-size: 18px;
    margin-top: 72px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-report-cards .data-mgmt-report-btn-wrapper .data-mgmt-report-btn {
    font-size: 20px;
  }
}

/* END data-mgmt-report-cards */
/* ------------------------------- */
/*  data-mgmt-features */
/* ------------------------------- */
.data-mgmt-features {
  background-size: cover !important;
  background-position: top right !important;
}
.data-mgmt-features .data-mgmt-features-heading {
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-features-heading {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-features .data-mgmt-features-heading {
    margin-bottom: 64px;
  }
}
.data-mgmt-features .data-mgmt-features-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-features-grid {
    -ms-grid-columns: 1fr 64px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #457B9D;
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 700;
  line-height: 140%;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h5 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h5 {
    font-size: 36px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h6 {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 500;
  line-height: 140%;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h6 {
    font-size: 24px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text {
  margin-bottom: 0;
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  line-height: 150%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text {
    font-size: 22px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text li,
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text p {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  line-height: 150%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text li,
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text p {
    font-size: 22px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text i em {
  font-style: italic !important;
}
.data-mgmt-features .data-mgmt-feature ul.data-mgmt-feature-text {
  padding-left: 28px !important;
}

/* END data-mgmt-features */
/* ------------------------------- */
/*  data-mgmt-testimonials */
/* ------------------------------- */
.data-mgmt-testimonials-sec {
  background-color: #F0FAEF;
}
.data-mgmt-testimonials-sec .data-mgmt-testimonials-heading {
  text-align: center;
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonials-heading {
    margin-bottom: 72px;
  }
}
.data-mgmt-testimonials-sec .data-mgmt-testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonials {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.data-mgmt-testimonials-sec .data-mgmt-testimonial {
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0392156863);
  background: #ffffff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 24px;
}
@media (min-width: 1024px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonial {
    padding: 32px 24px;
  }
}
.data-mgmt-testimonials-sec .data-mgmt-testimonial .quote-icon {
  background: #ddedf6;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonial .quote-icon {
    padding: 16px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonial .quote-icon {
    padding: 20px;
  }
}
.data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-text {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 400;
  line-height: 140%;
  font-size: 18px;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-text {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-text {
    font-size: 22px;
  }
}
.data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-hr {
  margin: 32px 0;
  max-width: 100% !important;
}
.data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-author {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 500;
  line-height: 140%;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-author {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-author {
    font-size: 22px;
  }
}
.data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-role {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  color: #606060;
  font-size: 22px;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-role {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-testimonials-sec .data-mgmt-testimonial .data-mgmt-testimonial-role {
    font-size: 22px;
  }
}

/* END data-mgmt-testimonials */
/* ------------------------------- */
/*  data-mgmt-get-access */
/* ------------------------------- */
.data-mgmt-get-access {
  background-color: #fff;
}
.data-mgmt-get-access .data-mgmt-access-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access .data-mgmt-access-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-grid-columns: 7fr 5fr;
    grid-template-columns: 7fr 5fr;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access .data-mgmt-access-grid {
    gap: 124px;
  }
}
.data-mgmt-get-access .data-mgmt-access-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access .data-mgmt-access-content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access .data-mgmt-access-content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.data-mgmt-get-access .data-mgmt-access-content .data-mgmt-access-heading {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access .data-mgmt-access-content .data-mgmt-access-heading {
    margin-bottom: 32px;
  }
}
.data-mgmt-get-access .data-mgmt-access-content h2.data-mgmt-access-heading-3 {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access .data-mgmt-access-content h2.data-mgmt-access-heading-3 {
    font-size: 28px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access .data-mgmt-access-content h2.data-mgmt-access-heading-3 {
    font-size: 28px;
    margin-bottom: 48px;
  }
}
.data-mgmt-get-access .data-mgmt-access-content .data-mgmt-access-lead {
  font-family: Helvetica Neue LT Pro;
  font-weight: 400;
  line-height: 140%;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access .data-mgmt-access-content .data-mgmt-access-lead {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access .data-mgmt-access-content .data-mgmt-access-lead {
    font-size: 24px;
  }
}
.data-mgmt-get-access .data-mgmt-access-content .data-mgmt-access-text {
  font-family: Helvetica Neue LT Pro;
  font-weight: 300;
  font-style: italic;
  line-height: 120%;
  font-size: 16px;
  margin-bottom: 48px !important;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access .data-mgmt-access-content .data-mgmt-access-text {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access .data-mgmt-access-content .data-mgmt-access-text {
    font-size: 22px;
  }
}
.data-mgmt-get-access .data-mgmt-access-form {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1803921569);
  padding: 40px 46px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access .data-mgmt-access-form {
    padding: 48px 24px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access .data-mgmt-access-form {
    padding: 64px 56px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.data-mgmt-get-access .data-mgmt-access-form .data-mgmt-access-heading-3 {
  font-family: Helvetica Neue LT Pro;
  font-weight: 300;
  line-height: 120%;
  text-align: center;
  font-size: 24px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access .data-mgmt-access-form .data-mgmt-access-heading-3 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access .data-mgmt-access-form .data-mgmt-access-heading-3 {
    font-size: 28px;
  }
}
.data-mgmt-get-access .data-mgmt-access-form .data-mgmt-access-heading-3 strong,
.data-mgmt-get-access .data-mgmt-access-form .data-mgmt-access-heading-3 b {
  font-weight: 500;
}
.data-mgmt-get-access .data-mgmt-access-image {
  border: 0.97px solid rgba(0, 0, 0, 0.3019607843);
  border-radius: 8px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* END data-mgmt-get-access */
/* ------------------------------- */
/*  data-mgmt-card-statss */
/* ------------------------------- */
.data-mgmt-card-statss {
  background-color: #A9DBDC;
}
.data-mgmt-card-statss .card-statss-heading {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .data-mgmt-card-statss .card-statss-heading {
    margin-bottom: 38px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-card-statss .card-statss-heading {
    margin-bottom: 32px;
  }
}
.data-mgmt-card-statss .card-statss-text {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .data-mgmt-card-statss .card-statss-text {
    margin-bottom: 38px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-card-statss .card-statss-text {
    font-size: 22px;
    margin-bottom: 64px;
  }
}
.data-mgmt-card-statss .card-stats-header {
  width: 100%;
  margin: 0px auto;
  text-align: center !important;
}
@media (min-width: 1024px) {
  .data-mgmt-card-statss .card-stats-header {
    width: 74%;
    margin: 0px auto;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-card-statss .card-stats-header {
    margin: 0px auto;
  }
}
.data-mgmt-card-statss .card-heading {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 500;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .data-mgmt-card-statss .card-heading {
    font-size: 28px;
    margin-bottom: 24px;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-card-statss .card-heading {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
.data-mgmt-card-statss .card-statss-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-card-statss .card-statss-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-card-statss .card-statss-list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.data-mgmt-card-statss .card-statss-list .card-stats {
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 32px;
  border-radius: 8px;
}
.data-mgmt-card-statss .card-statss-list .card-stats .stats-number {
  color: #275674;
  font-family: "Bower-bold";
  font-weight: 700;
  line-height: 140%;
  font-size: 36px;
  margin-bottom: 16px;
}
.data-mgmt-card-statss .card-statss-list .card-stats .stats-text {
  margin-bottom: 0px;
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .data-mgmt-card-statss .card-statss-list .card-stats .stats-text {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-card-statss .card-statss-list .card-stats .stats-text {
    font-size: 22px;
  }
}
.data-mgmt-card-statss .card-statss-list .card-stats .stats-text strong,
.data-mgmt-card-statss .card-statss-list .card-stats .stats-text b {
  font-weight: 500;
}

/* END data-mgmt-card-statss */
/* ------------------------------- */
.data-mgmt-solve-cards {
  background-color: #fff;
}
.data-mgmt-solve-cards .card-solve-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 1024px) {
  .data-mgmt-solve-cards .card-solve-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-solve-cards .card-solve-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.data-mgmt-solve-cards .card-solve {
  background: rgba(169, 219, 220, 0.3019607843);
  -webkit-box-align: start;
      -ms-flex-align: start;
             align-items: flex-start;
  padding: 24px 32px;
  border-radius: 8px;
	display:flex;
	flex-direction:row;
	 gap: 20px;
	
}
@media (min-width: 1024px) {
  .data-mgmt-solve-cards .card-solve {
      align-items: flex-start;
        flex-direction: column;
  }
}
@media (min-width: 1440px) {
.data-mgmt-solve-cards .card-solve {
        align-items: flex-start;
        flex-direction: column;
	}}
.data-mgmt-solve-cards .card-solve .solve-icon {


}
@media (min-width: 1024px) {
  .data-mgmt-solve-cards .card-solve .solve-icon {

}
}
@media (min-width: 1440px) {
.data-mgmt-solve-cards .card-solve .solve-icon {

}}
svg.solve-icon {
    flex-shrink: 0;
}
.data-mgmt-solve-cards .card-solve .solve-text {
  font-family: Helvetica Neue LT Pro;
  font-weight: 300;
  line-height: 140%;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .data-mgmt-solve-cards .card-solve .solve-text {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-solve-cards .card-solve .solve-text {
    font-size: 22px;
  }
}
.data-mgmt-solve-cards .card-solve .solve-text strong,
.data-mgmt-solve-cards .card-solve .solve-text b {
  font-weight: 500;
}

/*  data-mgmt-features */
/* ------------------------------- */
.data-mgmt-features {
  background-size: cover !important;
  background-position: top right !important;
}
.data-mgmt-features .data-mgmt-features-heading {
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-features-heading {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-features .data-mgmt-features-heading {
    margin-bottom: 64px;
  }
}
.data-mgmt-features .data-mgmt-features-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-features-grid {
    -ms-grid-columns: 1fr 64px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #457B9D;
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 700;
  line-height: 140%;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h5 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h5 {
    font-size: 36px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h6 {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 500;
  line-height: 140%;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-section h6 {
    font-size: 24px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text {
  margin-bottom: 0;
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  line-height: 150%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text {
    font-size: 22px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text li,
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text p {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  line-height: 150%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text li,
  .data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text p {
    font-size: 22px;
  }
}
.data-mgmt-features .data-mgmt-feature .data-mgmt-feature-text i em {
  font-style: italic !important;
}
.data-mgmt-features .data-mgmt-feature ul.data-mgmt-feature-text {
  padding-left: 28px !important;
}

/* END data-mgmt-features */
/* ------------------------------- */
/*  data-mgmt-iconboxes-cards */
/* ------------------------------- */
.data-mgmt-iconboxes-cards {
  background-color: rgb(240, 250, 239);
  background-size: cover;
  background-position: center;
}
.data-mgmt-iconboxes-cards .iconboxes-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1024px) {
  .data-mgmt-iconboxes-cards .iconboxes-row {
    gap: 64x;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-iconboxes-cards .iconboxes-row {
    -ms-grid-columns: 5fr 64px 7fr;
    grid-template-columns: 5fr 7fr;
    gap: 64px;
  }
}
.data-mgmt-iconboxes-cards .iconboxes-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.data-mgmt-iconboxes-cards .iconboxes-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 1024px) {
  .data-mgmt-iconboxes-cards .iconboxes-header {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-iconboxes-cards .iconboxes-header {
    text-align: left;
  }
}
.data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-heading {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-heading {
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-heading {
    margin-bottom: 64px;
    text-align: left;
  }
}
.data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-quote-body {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  width: 100%;
}
.data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-quote-body .iconboxes-quote-text {
  font-family: Helvetica Neue LT Pro;
  font-weight: 500;
  font-style: italic;
  line-height: 140%;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-quote-body .iconboxes-quote-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-quote-body .iconboxes-quote-text {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-quote-body .iconboxes-quote-author {
  font-family: Helvetica Neue LT Pro;
  font-weight: 500;
  font-style: italic;
  line-height: 130%;
  text-align: right;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-quote-body .iconboxes-quote-author {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-quote-body .iconboxes-quote-author {
    font-size: 22px;
    text-align: right;
  }
}
.data-mgmt-iconboxes-cards .iconboxes-header .iconboxes-cta-btn {
  background: rgb(10, 90, 143);
  color: rgb(255, 255, 255);
  font-family: Helvetica Neue LT Pro;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  padding: 21px 32px;
}
.data-mgmt-iconboxes-cards .iconbox-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 48px;
}
@media (min-width: 1024px) {
  .data-mgmt-iconboxes-cards .iconbox-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-iconboxes-cards .iconbox-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.data-mgmt-iconboxes-cards .iconbox-list .iconbox-card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: rgb(255, 255, 255);
  padding: 24px 32px;
  border-radius: 8px;
}
.data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-number {
  color: #275674;
  font-family: "Bower-bold";
  font-weight: 700;
  line-height: 140%;
  font-size: 24px;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-number {
    font-size: 36px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-number {
    margin-bottom: 4px;
  }
}
.data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-content .iconbox-title {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 500;
  line-height: 140%;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (min-width: 1440px) {
  .data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-content .iconbox-title {
    font-size: 24px;
  }
}
.data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-content .iconbox-text {
  font-family: Helvetica Neue LT Pro;
  font-weight: 300;
  line-height: 140%;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-content .iconbox-text {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-content .iconbox-text {
    font-size: 22px;
  }
}
.data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-content .iconbox-text strong,
.data-mgmt-iconboxes-cards .iconbox-list .iconbox-card .iconbox-content .iconbox-text b {
  font-weight: 500;
}

/* END data-mgmt-iconboxes-cards */
/* ------------------------------- */
.data-mgmt-who-is-this-for {
  background-color: #fff;
}
.data-mgmt-who-is-this-for .who-is-this-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 1024px) {
  .data-mgmt-who-is-this-for .who-is-this-row {
    -ms-grid-columns: 7fr 5fr;
    grid-template-columns: 7fr 5fr;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-who-is-this-for .who-is-this-row {
    -ms-grid-columns: 7fr 64px 5fr;
    grid-template-columns: 7fr 5fr;
    gap: 64px;
  }
}
.data-mgmt-who-is-this-for .iconbox-card.iconbox-card-style-2 {
  padding: 0;
}
.data-mgmt-who-is-this-for img.who-is-this-for {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.data-mgmt-who-is-this-for .iconbox-list {
  width: 100%;
  gap: 24px;
}
@media (min-width: 1024px) {
  .data-mgmt-who-is-this-for .iconbox-list {
    width: 90%;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-who-is-this-for .iconbox-list {
    width: 100%;
  }
}

/*  data-mgmt-get-access */
/* ------------------------------- */
.data-mgmt-get-access-2 {
  background-color: #F0FAEF;
}
.data-mgmt-get-access-2 .data-mgmt-access-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access-2 .data-mgmt-access-grid {
    gap: 44px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access-2 .data-mgmt-access-grid {
    gap: 44px;
  }
}
.data-mgmt-get-access-2 .data-mgmt-access-content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-headin2 {
  margin-bottom: 32px;
}
.data-mgmt-get-access-2 .data-mgmt-access-content h2.data-mgmt-access-heading-2 {
  font-family: Helvetica Neue LT Pro !important;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  margin-bottom: 22px;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access-2 .data-mgmt-access-content h2.data-mgmt-access-heading-2 {
    font-size: 28px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access-2 .data-mgmt-access-content h2.data-mgmt-access-heading-2 {
    font-size: 28px;
    margin-bottom: 48px;
  }
}
.data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-lead {
  font-family: Helvetica Neue LT Pro;
  font-weight: 400;
  line-height: 140%;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-lead {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-lead {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-text {
  font-family: Helvetica Neue LT Pro;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 21px !important;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-text {
    margin-bottom: 32px !important;
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-text {
    font-size: 24px;
    margin-bottom: 32px !important;
  }
}
.data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-form {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.1803921569);
  padding: 32px 24px;
}
@media (min-width: 1024px) {
  .data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-form {
    padding: 64px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-get-access-2 .data-mgmt-access-content .data-mgmt-access-form {
    padding: 64px;
  }
}

/* END data-mgmt-get-access */
/* ------------------------------- */
/*  footer-bg-custom-light */
/* ------------------------------- */
.data-mgmt-footer {
  --custom-footer-color: #fff;
  --custom-footer-bg: #457A9D;
  background-color: var(--custom-footer-bg);
  padding: 56px 0;
}
@media (min-width: 1024px) {
  .data-mgmt-footer {
    padding: 64px 0;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-footer {
    padding: 100px 0;
  }
}
.data-mgmt-footer .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media (min-width: 1440px) {
  .data-mgmt-footer .container {
    gap: 64px;
  }
}
.data-mgmt-footer .footer-logo {
  width: 130px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.data-mgmt-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
@media (min-width: 1024px) {
  .data-mgmt-footer .footer-links {
    gap: 48px;
  }
}
.data-mgmt-footer .footer-links .footer-link {
  font-style: normal;
  color: var(--custom-footer-color);
  font-family: Helvetica Neue LT Pro;
  font-weight: 400;
  font-size: 12px !important;
}
@media (min-width: 1024px) {
  .data-mgmt-footer .footer-links .footer-link {
    font-size: 16px !important;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-footer .footer-links .footer-link {
    font-size: 18px !important;
  }
}
.data-mgmt-footer .footer-bottom {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr;
  grid-template-columns: 3fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .data-mgmt-footer .footer-bottom {
    -ms-grid-columns: 3fr 64px 6fr 64px 3fr;
    grid-template-columns: 3fr 6fr 3fr;
    gap: 64px;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-footer .footer-bottom {
    gap: 64px;
  }
}
.data-mgmt-footer .footer-email {
  margin: 0;
  font-style: normal;
  color: var(--custom-footer-color);
  font-family: Helvetica Neue LT Pro;
  font-weight: 400;
  font-size: 14px !important;
}
@media (min-width: 1024px) {
  .data-mgmt-footer .footer-email {
    font-size: 16px !important;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-footer .footer-email {
    font-size: 18px !important;
  }
}
.data-mgmt-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
.data-mgmt-footer .social-links .footer-social-icon {
  font-style: normal;
  color: var(--custom-footer-color);
  font-family: Helvetica Neue LT Pro;
  font-weight: 400;
  font-size: 14px !important;
}
@media (min-width: 1024px) {
  .data-mgmt-footer .social-links .footer-social-icon {
    font-size: 16px !important;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-footer .social-links .footer-social-icon {
    font-size: 18px !important;
  }
}
.data-mgmt-footer .social-links .footer-social-icon img,
.data-mgmt-footer .social-links .footer-social-icon svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.data-mgmt-footer .footer-credits {
  margin: 0;
  font-style: normal;
  color: var(--custom-footer-color);
  font-family: Helvetica Neue LT Pro;
  font-weight: 400;
  font-size: 14px !important;
}
@media (min-width: 1024px) {
  .data-mgmt-footer .footer-credits {
    font-size: 16px !important;
  }
}
@media (min-width: 1440px) {
  .data-mgmt-footer .footer-credits {
    font-size: 18px !important;
  }
}

/* END footer-bg-custom-light */
/* ------------------------------- */
body:has(.data-mgmt-hero-2-section) .default-custom-header,
body:has(.data-mgmt-hero-2-section) .default-custom-footer {
  display: none !important;
}

body:has(.data-mgmt-hero-2-section) .default-custom-header,
body:has(.data-mgmt-hero-2-section) .default-custom-footer {
  display: none !important;
}

body:has(.data-mgmt-hero-2-section) #footer-container {
  background-color: #fff !important;
}

/** new white paper L1 and L2 css start **/
.data-mgmt-access-form h2.data-mgmt-access-heading {
  text-align: center;
}

.data-mgmt-access-form h2.data-mgmt-access-heading span {
  font-weight: 300 !important;
}