@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-Bold.woff2") format("woff2"), url("../fonts/InstrumentSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-BoldItalic.woff2") format("woff2"), url("../fonts/InstrumentSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-Italic.woff2") format("woff2"), url("../fonts/InstrumentSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-Medium.woff2") format("woff2"), url("../fonts/InstrumentSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-MediumItalic.woff2") format("woff2"), url("../fonts/InstrumentSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-Regular.woff2") format("woff2"), url("../fonts/InstrumentSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-SemiBold.woff2") format("woff2"), url("../fonts/InstrumentSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/InstrumentSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/InstrumentSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #fff;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #8079ff;
}
a:hover {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

h2 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #222222;
  letter-spacing: -0.02em;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 24px !important;
  }
}

h3 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
  color: #222222;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 24px !important;
  }
}

h4 {
  font-family: "Instrument Sans", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  h4 {
    font-size: 10px !important;
  }
}
h4.heading-purple {
  color: #958fff;
}

p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #555;
}
@media (max-width: 1000px) {
  p {
    font-size: 13px !important;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 90% !important;
    width: 90% !important;
  }
}
.btn {
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 1rem;
  text-transform: initial !important;
}
.btn.btn-underline {
  color: #2d2155;
  padding: 0px;
  padding-bottom: 5px;
  border-radius: 0px !important;
  width: fit-content;
  border: 0px;
  border-bottom: 2px solid #2d2155;
}
.btn.btn-underline:hover {
  border-color: #f5c800;
}
.btn.btn-underline_dark {
  color: #fff;
  padding: 0px;
  padding-bottom: 5px;
  border-radius: 0px !important;
  width: fit-content;
  border: 0px;
  border-bottom: 2px solid #f5c800;
}
.btn.btn-underline_dark:hover {
  border-color: #fff;
}
.btn.btn-white {
  background: #fff;
  border: none;
  color: #8079ff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;
  width: fit-content;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #fff;
  border-radius: 0px !important;
  border: 2px solid #fff;
}
.btn.btn-purple {
  background: #8079ff;
  border: none;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;
  width: fit-content;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #8079ff;
  border-radius: 0px !important;
  border: 2px solid #8079ff;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-purple:hover {
  background: transparent;
  color: #8079ff;
}
.btn.btn-purple-outline {
  background: transparent;
  border: none;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #8079ff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-purple-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-purple-outline.white {
  background-color: #fff;
  color: #8079ff;
}
.btn.btn-purple-outline:hover {
  background: #8079ff;
  color: #fff;
}
.btn.btn-yellow {
  background: #f5c800;
  border: none;
  color: #292929;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  gap: 10px;
  width: fit-content;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  background: #f5c800;
  border-radius: 0px !important;
  border: 2px solid #f5c800;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-yellow:hover {
  background: #fff;
  border-color: #fff;
  color: #292929;
}
@media (max-width: 767px) {
  .btn.btn-yellow {
    padding: 10px 15px;
    font-size: 10px !important;
    line-height: 10px !important;
  }
}
@media (max-width: 767px) {
  .btn.btn-white {
    padding: 10px 15px;
    font-size: 10px !important;
    line-height: 10px !important;
  }
}
.btn.btn-bpurple-outline {
  background: transparent;
  border: none;
  color: #2d2155;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #2d2155;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-bpurple-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-bpurple-outline.white {
  background-color: #fff;
  color: #8079ff;
}
.btn.btn-bpurple-outline:hover {
  border-color: #f5c800;
}
.btn.btn-yellow-outline {
  background: transparent;
  border: none;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #f5c800;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-yellow-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-yellow-outline.white {
  background-color: #fff;
  color: #8079ff;
}
.btn.btn-yellow-outline:hover {
  border-color: #fff;
}
.btn.btn-white-outline {
  background: transparent;
  border: none;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 27px;
  gap: 10px;
  width: fit-content;
  line-height: 19px;
  border-radius: 0px !important;
  border: 2px solid #fff;
  color: #fff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn.btn-white-outline.read-more {
  padding: 8px 16px;
}
.btn.btn-white-outline:hover {
  background: #fff;
  color: #292929;
}
.btn.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background: transparent;
}
.btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.btn.btn-outline-primary {
  border: 2px solid #8079ff;
  color: #8079ff;
  background: transparent;
}
.btn.btn-outline-primary:hover {
  background: #8079ff;
  color: #ffffff;
  transform: translateY(-2px);
}
.btn.btn-link {
  color: #8079ff;
  padding: 0;
}
.btn.btn-link:hover {
  color: #8079ff;
}

section {
  padding: 50px 0px;
}
@media handheld, only screen and (max-width: 1000px) {
  section {
    overflow: hidden;
  }
}

@media handheld, only screen and (max-width: 1000px) {
  .desk {
    display: none !important;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .mob {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  section:not(.section-testimonials):not(.section_text_image:not(.like-video)) .container {
    max-width: 1385px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.is-lottie {
  width: 100%;
  display: block;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
  background-color: #f5c800 !important;
  border-color: #f5c800 !important;
  color: #292929 !important;
}

#onetrust-pc-btn-handler {
  background-color: #fff !important;
  border-color: #2d2155 !important;
  color: #2d2155 !important;
}

.masonry-grid {
  column-count: 2; /* Number of columns */
  column-gap: 15px; /* Space between items */
}
.masonry-grid .sub_nav_col {
  break-inside: avoid;
  margin-bottom: 15px !important;
  background: #fff;
  border-radius: 5px;
  width: 100% !important;
}

.who_serve_info_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media handheld, only screen and (max-width: 767px) {
  #onetrust-button-group {
    display: flex !important;
  }
  #onetrust-button-group button {
    min-width: unset !important;
    padding: 6px 5px !important;
    margin: 5px !important;
  }
}
.gated-cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gated-cols .hs-sidebar .hbspt-form label {
  display: block;
}
.gated-cols .gated-img {
  width: 48%;
}
.gated-cols .gated-img.desk {
  width: 100%;
  margin-bottom: 30px;
}
.gated-cols .gated-img img {
  width: 100%;
  display: block;
  height: auto;
}
@media handheld, only screen and (max-width: 800px) {
  .gated-cols {
    display: block;
  }
  .gated-cols .hs-sidebar {
    width: 100%;
  }
  .gated-cols .gated-img {
    width: 100%;
    margin-top: 20px;
  }
}

.gated-container {
  margin-top: 50px;
}
.gated-container .content {
  overflow: hidden;
}
@media handheld, only screen and (max-width: 800px) {
  .gated-container {
    margin-top: 15px;
  }
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-open {
  bottom: 0px !important;
  top: unset !important;
}

html body.admin-bar {
  margin-top: 0 !important;
  margin-bottom: 32px !important;
}

html body.admin-bar #wpadminbar {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
}

html body.admin-bar #wpadminbar .ab-sub-wrapper {
  top: auto !important;
  bottom: 32px !important;
}

@media screen and (max-width: 782px) {
  html body.admin-bar {
    margin-bottom: 46px !important;
  }
  html body.admin-bar #wpadminbar .ab-sub-wrapper {
    bottom: 46px !important;
  }
}
html {
  margin-top: 0 !important;
}

.cta.mob {
  text-align: center;
  width: 100%;
}
.cta.mob a {
  margin-left: auto;
  margin-right: auto;
}

footer {
  background-color: #3d3d3d;
  color: #ffffff;
  padding: 60px 0 0;
  padding-top: 0px;
  font-family: "Roboto", sans-serif;
}
footer .footer-container {
  max-width: 1398px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 60px;
  background: url(../images/footer-bg.png) top center no-repeat;
}
footer .footer-top {
  display: flex;
  gap: 80px;
  padding-bottom: 78px;
  margin-top: 22px;
}
@media (max-width: 1250px) {
  footer .footer-top {
    flex-direction: column;
    gap: 40px;
  }
  footer .footer-top .footer-brand {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  footer .footer-top .footer-brand .footer-tagline {
    text-align: center;
  }
  footer .footer-top .footer-brand .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  footer .footer-top {
    padding-bottom: 25px;
  }
}
@media (min-width: 1250px) {
  footer .footer-brand {
    flex: 0 0 308px;
  }
}
@media (max-width: 800px) {
  footer .footer-brand {
    flex: 1 1 auto;
    text-align: center;
  }
}
footer .footer-tagline {
  margin-top: 10px;
}
footer .footer-logo {
  margin-bottom: 24px;
}
footer .footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: #b0b0b0;
  margin: 0;
  margin-top: 10px;
}
footer .footer-nav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 7px;
}
@media (max-width: 800px) {
  footer .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  footer .footer-nav {
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
footer .footer-column {
  display: flex;
  flex-direction: column;
}
footer .footer-column .footer-heading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
footer .footer-column .footer-heading:not(:first-of-type) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  footer .footer-column .footer-heading {
    margin-top: 40px;
  }
}
footer .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 21px;
}
footer .footer-column .footer-links li {
  margin-bottom: 0px;
  line-height: 1.42;
}
footer .footer-column .footer-links li:last-child {
  margin-bottom: 0;
}
footer .footer-column .footer-links a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #aaaaaa;
}
footer .footer-column .footer-links a:hover {
  color: #ffffff;
}
footer .footer-bottom {
  border-bottom: 1px solid #333333;
  padding: 0px 0px 28px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-copy {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.03em;
  padding: 26px 0px;
  color: #aaaaaa;
}
footer .footer-wordmark {
  font-size: 180px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -4px;
  line-height: 1;
}
@media (max-width: 991px) {
  footer .footer-wordmark {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  footer .footer-wordmark {
    font-size: 80px;
  }
}

body.hide_head_footer .header_new,
body.hide_head_footer footer {
  display: block !important;
}

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