@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&amp;display=swap");
@font-face {
  font-family: 'Avenir';
  src: url("../eot/avenir-roman.eot");
  src: url("../woff/avenir-roman.woff") format("woff"), url("../ttf/avenir-roman.ttf") format("truetype"), url("../svg/avenir-roman.svg#Avenir-Roman") format("svg"), url("../eot/avenir-romand41d.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #143F93;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

/* Hero row  */
/* Hero section */
/* .hero-row {
     background: linear-gradient(15.78deg, #FFFFFF 10.72%, #E8EDFF 88.64%); 
  } */
@media only screen and (max-width: 1024px) {
  section.hero-row .hero-content {
    width: 90%;
    text-align: center;
  }
  section.hero-row .hero-content .hero-main-bigtext {
    font-size: 28px !important;
    line-height: 48px !important;
  }
  section.hero-row .hero-content .hero-main-smalltext {
    font-size: 20px;
    line-height: 32px;
  }
  section.hero-row .hero-content .hero-main-cta {
    justify-content: space-around;
  }
  section.hero-row .hero-content .hero-main-cta .hero-cta-button-filled {
    margin: 0;
  }
  section.hero-row .hero-content .hero-video {
    padding-top: 30px;
  }
  section.hero-row .hero-content .hero-video img {
    width: 100%;
    height: auto;
  }
}

.hero-content {
  width: 85%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-video {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.hero-video img {
  height: 90%;
}

.hero-main-bigtext {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 64px;
  letter-spacing: 0.005em;
  color: #222222;
}

.hero-main-smalltext {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #17173a;
}

.hero-main-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.hero-bg {
  position: relative;
  width: 100%;
  height: 887px;
  background: linear-gradient(15.78deg, #ffffff 10.72%, #e8edff 88.64%);
}

.columnA {
  width: 50%;
}

.columnB {
  width: 50%;
  margin-top: 100px;
}

/* Sub Hero  */
.subhero-content {
  width: 85%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* gap: 70px; */
}

.subhero-content .hero-tile {
  height: 160px !important;
  width: 160px !important;
}

@media only screen and (max-width: 1024px) {
  .subhero-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}

.hero-tile {
    font-family: 'Manrope', sans-serif;
  position: relative;
  background: #fefeff;
  border: 1px solid #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  height: 200px;
  width: 200px;
  cursor: pointer;
  color: #222222;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.hero-tile-header {
  text-align: center;
}

.hero-tile-hidden {
  font-family: 'Manrope', sans-serif;
  position: absolute;
  margin-top: -20px;
  margin-left: 20px;
  padding: 20px 20px;
  background: #291e30;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  height: 100%;
  width: 100%;
  animation-name: opGrow;
  animation-duration: 0.5s;
  display: none;
  z-index: 1;
}

.hero-tile-hidden .hero-tile-header-hidden {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #fefeff;
  opacity: 0.9;
  margin-bottom: 10px;
}

.hero-tile-hidden .hero-tile-text-hidden {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #fefeff;
  opacity: 0.9;
  margin-bottom: 10px;
}

.hero-tile-hidden .hidden-arrow {
  position: absolute;
  bottom: 20px;
}

@keyframes opGrow {
  from {
    /* opacity: 0; */
    margin-top: 0px;
    margin-left: 0px;
  }
  to {
    /* opacity: 0.9; */
    margin-top: -20px;
    margin-left: 20px;
  }
}

/* Scroll Flow Animation Products */
.scroll-flow-anim-row {
  height: 400vh;
  padding: 40px 0px 40px 0px;
}

.scroll-flow-anim-row.fixedElement {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 100;
}

.scroll-flow-anim-row .scroll-flow-anim-content {
  width: 100vw;
  position: sticky;
  top: 0px;
  margin: auto;
}

.scroll-flow-anim-row .scroll-flow-anim-content .scroll-flow-anim-content-1 {
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scroll-flow-anim-row .scroll-flow-anim-content .scroll-flow-anim-content-1 img {
  margin: auto;
}

.scroll-flow-anim-row .scroll-flow-anim-content .scroll-flow-anim-content-2 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row {
  background-color: linear-gradient(148.93deg, #ffffff -4.76%, #ffffff 27.8%, #d9e2ff 235.69%);
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .why-description {
  width: 400px;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .why-description .why-description-header {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.5px;
  color: #222222;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .why-description .why-description-body {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
  opacity: 0.9;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .benefit-heading {
  font-family: Avenir;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .nav-link {
  padding: 25px;
  color: #222222;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .nav-link.active {
  background-color: #fff2e6 !important;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .benefit-subtext {
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  opacity: 0.9;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .benefit-pic1 {
  padding-left: 11%;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .benefit-pic2 {
  padding-left: 17%;
  padding-top: 4%;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .benefit-pic3 {
  padding-left: 15%;
  padding-top: 2%;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .active {
  color: #143f93 !important;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .why-text {
  width: 25%;
  padding-right: 20px;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .why-pills {
  flex-basis: 10%;
  margin-left: 50px;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .why-pills .pill {
  width: 5px;
  height: 5px;
  background: #dae9ff;
  border-radius: 13px;
  padding: 3px;
  margin-left: 30px;
  margin-bottom: 5px;
  transition: background 0.5s, height 0.5s;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .why-pills .active-pill {
  background: #143f93;
  height: 30px !important;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .vertical-pill1,
.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .vertical-pill2,
.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .vertical-pill3,
.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .vertical-pill4 {
  width: 5px;
  height: 5px;
  background: #dae9ff;
  border-radius: 13px;
  padding: 3px;
  margin-left: 30px;
  margin-bottom: 5px;
  transition: background 0.5s, height 0.5s;
}

.scroll-flow-anim-row .scroll-flow-anim-content .why-row .why-content .active-pill {
  background: #143f93;
  height: 30px !important;
}

/* All Features  */
.all-features-row {
  background-color: #ffffff;
}

.all-features-content {
  width: 85%;
  margin: auto;
}

.all-features-header {
   font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: #222222;
}

.all-features-subheader {
 font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.005em;
  color: #222222;
  opacity: 0.9;
}

.all-features-data {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.all-features-tab {
  flex-basis: 50%;
  align-self: flex-start;
  margin-top: 100px;
}

.all-features-tab .all-features-tab-content {
  width: 75%;
}

.all-features-tab .all-features-tab-header {
  width: 100%;
  height: 78px;
  border-radius: 8px;
   font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  letter-spacing: 0.005em;
  color: #6f6f8d;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .all-features-tab .all-features-tab-header {
    padding-bottom: 10px;
  }
}

.all-features-tab .all-features-tab-header .bottom-line-odd {
  position: absolute;
  width: 0%;
  transition: width 0.5s ease-in-out;
}

.all-features-tab .all-features-tab-header.active-tab {
  background: #fff2e6;
  color: #291e30;
  cursor: default;
}

.all-features-tab .all-features-tab-header.active-tab .bottom-line-odd {
  display: inline-block;
  position: absolute;
  height: 3px;
  bottom: 0px;
  left: 0px;
  width: 70%;
  transition: width 0.5s ease-in-out;
  background: #291e30;
  border-radius: 0px 4px 4px 4px;
}

.all-features-tiles {
  display: grid;
  grid-column-start: auto;
  grid-template-columns: auto auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

@media only screen and (max-width: 1024px) {
  .all-features-tiles {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1024px) {
  .all-features-row .all-features-content {
    width: 90%;
    text-align: center;
  }
  .all-features-row .all-features-content .all-features-header {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
  .all-features-row .all-features-content .all-features-subheader {
    font-size: 16px;
    line-height: 26px;
  }
  .all-features-row .all-features-content .all-features-data {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;
  }
  .all-features-row .all-features-content .all-features-data .all-features-tab {
    width: 100%;
    margin: 0;
  }
  .all-features-row .all-features-content .all-features-data .all-features-tab .all-features-tab-content {
    width: 100%;
    overflow-y: auto;
  }
  .all-features-row .all-features-content .all-features-data .all-features-tab .all-features-tab-header {
    display: table-cell;
    white-space: nowrap;
    padding: 10px 20px;
    height: auto;
  }
  .all-features-row .all-features-content .all-features-data .all-features-tab .all-features-tab-header.active-tab .bottom-line-odd {
    width: 100%;
    transition: width 0.5s ease-in-out;
  }
}

body.page-parent .trp-language-switcher {
  margin-left: 15px;
  z-index: 9999;
  top: 3px;
  transition: all 0.01s ease-in 0s;
}

body.page-parent .trp-language-switcher > div > a {
  color: #143F93;
}

body.page-parent header .trp-language-switcher .trp-ls-shortcode-current-language {
  width: 55px !important;
  height: 31px;
  overflow: hidden;
}

body.page-parent header .trp-language-switcher .trp-ls-shortcode-current-language:hover {
  width: 100% !important;
  height: auto;
  overflow: visible;
}

body.page-parent header .trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  padding-top: 1px;
  overflow: hidden;
  height: 18px;
  position: relative;
  top: 1px;
}

body.page-parent header .trp-ls-shortcode-language a {
  padding: 4px 2px;
  margin-top: 5px;
}
/*# sourceMappingURL=products.css.map */