@import url('bootstrap.min.css');
.slick-slide {
  margin: 0px 10px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
div.slide a {
  display: flex;
  flex-direction: column;
  min-height: 75px;
  justify-content: center;
  align-items: center;
}
#about-us div.slide img {
  max-width: 130px !important;
  max-height: 80px;
}
i.fad {
  --fa-primary-color: #386bd2;
  --fa-secondary-color: #386bd2;
  --fa-primary-opacity: 0.9;
  --fa-secondary-opacity: 0.4;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.px-sections.bg-light-blue-faded {
  border: 0px;
}
.px-sections#px-section-about-us {
  background: #f9f9f9;
  padding: 40px 0px 60px 0px;
}
.px-sections#px-section-about-us div.row div {
  padding-right: 30px;
  margin-bottom: 1.2rem;
}
.px-sections#client-logos img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 170px;
}
@media (max-width: 768px) {
  .px-sections#partner-logos img,
  .px-sections#client-logos img {
    padding-bottom: 20px;
  }
}
.px-sections.px-legal {
  padding: 60px 0px;
}
.px-sections#px-praxonomy-team .card {
  border: 0px;
  text-align: center;
  background: transparent;
  /* Profile Photo */
}
.px-sections#px-praxonomy-team .card .card-body {
  padding: 0px;
}
.px-sections#px-praxonomy-team .card h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}
.px-sections#px-praxonomy-team .card h6 {
  font-size: 0.9rem;
  font-weight: 400;
}
.px-sections#px-praxonomy-team .card div.staff-photo {
  position: relative;
}
.px-sections#px-praxonomy-team .card div.staff-photo.small img {
  max-width: 130px;
}
.px-sections#px-praxonomy-team .card div.staff-photo.small .img-overlay {
  width: 130px;
  height: 130px;
}
.px-sections#px-praxonomy-team .card div.staff-photo img {
  margin-bottom: 0.6rem;
  max-width: 140px;
  padding: 3px;
  background: #ddd;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .px-sections#px-praxonomy-team .card div.staff-photo img {
    max-width: 130px;
  }
}
.px-sections#px-praxonomy-team .card div.staff-photo .img-overlay {
  width: 140px;
  height: 140px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 auto;
  border-radius: 50%!important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .px-sections#px-praxonomy-team .card div.staff-photo .img-overlay {
    max-width: 130px;
    max-height: 130px;
  }
}
.px-sections#px-praxonomy-team .card div.staff-photo .staff-buttons {
  visibility: hidden;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.px-sections#px-praxonomy-team .card div.staff-photo .staff-buttons a {
  background-color: #ffffff;
  opacity: 0.9;
  border: medium none;
  display: inline-block !important;
  float: none !important;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.px-sections#px-praxonomy-team .card div.staff-photo:hover .img-overlay {
  opacity: 1;
}
.px-sections#px-praxonomy-team .card div.staff-photo:hover .staff-buttons {
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.px-sections#px-features-list div.features-list:nth-child(2) {
  margin-top: 30px;
}
.px-sections#px-features-list div.features-list .fa-check {
  font-size: 1.3rem;
}
.px-sections#px-features-list div.features-list .fa-times {
  font-size: 1.3rem;
  color: #ef4444;
  display: none;
}
.px-sections#px-features-list div.features-list div.feature-category {
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.px-sections#px-features-list div.features-list div.feature-category:nth-child(2) {
  margin-top: 20px;
}
.px-sections#px-features-list div.features-list div.feature-headers {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 2px 5px !important;
  border-bottom: 1px solid #fff !important;
  background: #f7f7f7 !important;
}
.px-sections#px-features-list div.features-list div.feature-headers div {
  padding: 5px;
}
.px-sections#px-features-list div.features-list div.feature-headers div.essential {
  color: #386bd2;
}
.px-sections#px-features-list div.features-list div.feature-headers div.premium {
  color: #fd1215;
}
.px-sections#px-features-list div.features-list div.feature,
.px-sections#px-features-list div.features-list div.feature-headers {
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}
.px-sections#px-features-list div.features-list div.feature:nth-child(odd),
.px-sections#px-features-list div.features-list div.feature-headers:nth-child(odd) {
  background: #fafafa;
}
.px-sections#px-features-list div.features-list div.feature:nth-child(even),
.px-sections#px-features-list div.features-list div.feature-headers:nth-child(even) {
  background: #fff;
}
.px-sections#px-features-list div.features-list div.feature div:nth-child(1),
.px-sections#px-features-list div.features-list div.feature-headers div:nth-child(1) {
  flex: 4;
}
.px-sections#px-features-list div.features-list div.feature div:nth-child(2),
.px-sections#px-features-list div.features-list div.feature-headers div:nth-child(2) {
  flex: 1;
  text-align: center;
}
.px-sections#px-features-list div.features-list div.feature div:nth-child(3),
.px-sections#px-features-list div.features-list div.feature-headers div:nth-child(3) {
  flex: 1;
  text-align: center;
}
.px-sections#px-features-list div.features-list div.feature div:nth-child(2) .material-icons {
  color: #386bd2;
}
.px-sections#px-features-list div.features-list div.feature div:nth-child(3) .material-icons {
  color: #fd1215;
}
.px-sections#px-pricing {
  padding: 50px 0px;
}
.px-sections#px-pricing .px-currency {
  margin: 0px 5px 15px;
  padding-right: 17px;
  text-align: right;
}
.px-sections#px-pricing .px-currency .btn {
  padding: 0px 8px;
  color: #777;
  text-decoration: none;
  box-shadow: none;
}
.px-sections#px-pricing .px-currency .btn:hover {
  color: #386bd2;
  font-weight: 500;
}
.px-sections#px-pricing .px-currency .btn.active {
  color: #386bd2;
  font-weight: 500;
}
.px-sections#px-pricing .card {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  border: 0px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.px-sections#px-pricing .card#px-premium .px-pricing-header {
  background-color: rgba(253, 18, 21, 0.92);
}
.px-sections#px-pricing .card .px-pricing-header {
  background-color: rgba(56, 107, 210, 0.97);
  padding: 35px 0px 20px;
}
.px-sections#px-pricing .card .px-pricing-header h6 {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'Roboto-Light', 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.5px;
}
.px-sections#px-pricing .card .px-pricing-header h4 {
  color: white;
  font-size: 2.3rem;
  font-family: 'Roboto-Medium', 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.px-sections#px-pricing .card .card-body {
  padding: 20px 40px 60px 40px;
}
.px-sections#px-pricing .card .card-body .px-price {
  font-size: 2.7rem;
  font-weight: 400;
}
.px-sections#px-pricing .card .card-body .px-price small {
  font-size: 0.8rem;
  font-family: 'Roboto-Light', 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: block;
}
.px-sections#px-pricing .card .card-body .card-text {
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
}
#pricing-v2 div#px-video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#pricing-v2 div#px-video .row.separator {
  height: 119px;
}
@media (max-width: 768px) {
  #pricing-v2 div#px-video .row.separator {
    height: 60px;
  }
}
#pricing-v2 div#px-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #313131;
  background-size: contain;
}
#pricing-v2 div#px-video .container {
  position: relative;
  z-index: 2;
}
#pricing-v2 div#px-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 1;
}
#pricing-v2 h1.hero-title {
  font-size: 3.2rem !important;
}
#pricing-v2 p.hero-intro {
  font-size: 1.2rem;
}
#pricing-v2 #px-currency-converter .btn {
  color: #fff;
  box-shadow: none;
}
#pricing-v2 #px-pricing-container {
  margin-bottom: 120px;
  border: 0px;
}
#pricing-v2 #px-pricing-container #px-pricing-box-benefits {
  padding: 37px 50px;
  background: rgba(56, 107, 210, 0.55);
}
#pricing-v2 #px-pricing-container #px-pricing-box-benefits h4 {
  line-height: 1.4;
  font-size: 1.4rem;
}
#pricing-v2 #px-pricing-container #px-pricing-box-benefits ul.px-checklist li::before {
  color: #fff;
  font-family: 'Material Icons';
  content: "\e5ca";
  font-weight: bold;
  padding-right: 8px;
  margin-left: -20px;
  margin-top: 2px;
}
#pricing-v2 #px-pricing-container #px-pricing-box {
  padding: 40px 0px 50px 0px;
  background: #fff;
}
#pricing-v2 #px-pricing-container #px-pricing-box h4 {
  color: inherit;
  font-size: 28px;
  margin-bottom: 0px;
}
#pricing-v2 #px-pricing-container #px-pricing-box #px-price-per-user {
  font-size: 6.5rem;
  letter-spacing: -1px;
  font-weight: 500;
  position: relative;
  margin-bottom: 0px;
  color: #000;
}
#pricing-v2 #px-pricing-container #px-pricing-box #px-price-per-user span#px-currency-sign {
  font-size: 1.5rem;
  position: absolute;
  top: 20px;
  margin-left: -15px;
}
#pricing-v2 #px-pricing-container #px-pricing-box #px-price-per-user span#px-ppupm {
  font-size: 1rem;
  margin-top: -30px;
  display: block;
}
#pricing-v2 #px-pricing-container #px-pricing-box .btn {
  margin: 30px auto 0px auto;
  width: 188px;
}
#img-all-devices {
  margin: 2.2rem 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#img-all-devices img {
  width: 900px;
}
div.px-checklist {
  background: #f1f1f1;
  margin-top: 1.5rem;
  padding: 2rem 1rem;
}
div.px-checklist ul {
  list-style: none;
}
div.px-checklist ul li {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0.5rem;
}
div.px-checklist ul li::before {
  color: #386bd2;
  font-family: 'Material Icons';
  content: "\e5ca";
  font-weight: bold;
  padding-right: 8px;
  margin-left: -20px;
}
ul.px-checklist {
  list-style: none;
  margin-left: 0px;
}
ul.px-checklist li {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0.3rem;
  display: flex;
}
ul.px-checklist li::before {
  color: #386bd2;
  font-family: 'Material Icons';
  content: "\e5ca";
  font-weight: bold;
  padding-right: 8px;
  margin-left: -20px;
}
#px-section-testimonials div.logo {
  height: 60px;
  border-left: 1px solid #ccc;
  padding-left: 19px;
  display: flex;
  flex-direction: row;
  align-content: center;
}
#px-section-testimonials div.logo img {
  max-width: 160px;
  max-height: 50px;
  align-self: center;
}
#px-section-testimonials p.testimonial {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.1rem;
  margin-bottom: 30px;
  font-style: italic;
}
#px-section-testimonials p.testimonial .fa {
  opacity: 0.8;
  font-size: 1.5rem;
}
#px-section-testimonials p.testimonial .fa.fa-quote-left {
  margin-right: 6px;
}
#px-section-testimonials p.testimonial .fa.fa-quote-right {
  margin-left: 6px;
}
#px-section-testimonials div.quoter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  text-align: right;
}
#px-section-testimonials span.author {
  font-weight: bold;
  font-size: 1.1rem;
}
#px-section-testimonials span.company {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.7);
}
#sec-security-principles img {
  padding-right: 20px;
}
@media (max-width: 768px) {
  #sec-security-principles img {
    padding: 0px 0px 20px 0px;
    max-height: 300px;
  }
}
#px-resource-savings.bg-dark .list-group-item {
  color: white !important;
}
#px-resource-savings img {
  max-height: 340px;
}
@media (max-width: 768px) {
  #px-resource-savings img {
    max-height: 280px;
    margin-bottom: 30px;
  }
}
#px-resource-savings ul#px-resource-savings-points.list-group .list-group-item {
  border: 0px;
  display: flex;
  background: transparent;
  margin-bottom: 5px;
  padding-left: 2px;
}
#px-resource-savings ul#px-resource-savings-points.list-group .list-group-item span {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
@media (max-width: 768px) {
  #px-resource-savings ul#px-resource-savings-points.list-group .list-group-item span {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}
#px-resource-savings ul#px-resource-savings-points.list-group .list-group-item i {
  font-size: 1.5rem;
  margin-right: 10px;
  padding-top: 3px;
  color: #386bd2;
  min-width: 30px;
  text-align: center;
}
#px-certifications div.img-holder {
  height: 75px;
  display: flex;
}
#px-aragon h3,
#px-aragon a {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.2rem;
}
#px-aragon h3 {
  border: 0px;
}
#px-aragon a {
  color: #66bfff;
}
#px-whitepaper {
  background: center / cover no-repeat #07122f url(/assets/images/bg-cure53.png);
}
#px-whitepaper div.whitepaper-info {
  padding: 5px 0px;
}
#px-whitepaper div.whitepaper-info h3 {
  font-size: 1.5rem;
  color: #fff;
  border: 0px;
  padding: 0px;
  margin-bottom: 5px;
}
#px-whitepaper div.whitepaper-info p {
  font-size: 1.1rem;
  opacity: 0.8;
  color: #fff;
}
#px-whitepaper div.whitepaper-info a {
  color: #d26abb;
  border: 1px solid #d26abb;
  font-size: 1.2rem;
  padding: 6px 18px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#px-whitepaper div.whitepaper-info a:hover {
  color: #7ac1f7;
  border: 1px solid #7ac1f7;
}
#px-investor-tricor {
  background: center / cover no-repeat #f7f7f7 url(/assets/images/bg-digital-specks.png);
}
#px-investor-tricor div.whitepaper-info {
  padding: 5px 0px;
}
section.px-card-numbers {
  counter-reset: css-counter 0;
}
section.px-card-numbers div.card {
  position: relative;
  counter-increment: css-counter 1;
  margin-bottom: 40px;
  border: 0px;
  background: rgba(56, 107, 210, 0.1);
  height: 80%;
  padding: 30px;
}
section.px-card-numbers div.card .card-body {
  z-index: 800;
}
section.px-card-numbers div.card:before {
  position: absolute;
  color: #386bd2;
  top: -40px;
  left: -24px;
  content: counter(css-counter);
  font-size: 8em;
  font-weight: 600;
  line-height: 1;
  opacity: 0.5;
  z-index: 100;
}
ul.px-list-security {
  background: #eee;
  padding: 35px;
  border-radius: 10px;
}
ul.px-list-security li {
  border: 0px;
  padding: 0px;
  margin-bottom: 2rem;
  background: transparent;
}
ul.px-list-security li h3 {
  font-size: 1.3rem;
  margin: 0px 0px 10px 0px !important;
  line-height: 1;
}
ul.px-list-security li p {
  margin: 0px;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
  }
}
#legal h2 {
  color: #000;
  font-size: 1.2.rem;
}
#schedule-a-demo .hero,
#contact-us .hero {
  padding: 118px 0px 30px 0px;
}
#home .hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #home .hero {
    padding: 100px 0px 40px 0px;
  }
}
#home .hero h1 {
  font-size: 3.1rem;
}
@media (max-width: 768px) {
  #home .hero h1 {
    font-size: 2.8rem;
    line-height: 3.3rem;
    text-align: left;
  }
}
#home .hero p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}
#home .hero .btn {
  min-width: 250px;
}
#home .hero-v2 {
  padding-top: 130px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  #home .hero-v2 {
    padding-top: 110px;
  }
  #home .hero-v2 p {
    text-align: center;
  }
  #home .hero-v2 #home-hero-cta {
    text-align: center !important;
  }
}
#home .hero-v2 h1 {
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  #home .hero-v2 h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  #home .hero-v2 h1 {
    font-size: 2.6rem;
  }
}
#home .hero-v2 p {
  font-size: 1.1em;
  margin-bottom: 20px;
  padding-right: 20px;
}
#home .hero-v2 .btn.btn-lg {
  font-size: 1.2rem;
  padding: 0.6rem 1.5rem;
}
@media (max-width: 768px) {
  #home .hero-v2 .btn.btn-lg {
    font-size: 1.1rem;
  }
}
#home div.wistia_responsive_wrapper {
  animation: fadeIn 3s;
}
#home a#btn-video {
  border: 0px;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  #home a#btn-video img {
    margin-top: 20px;
  }
}
#home a#btn-video::befores {
  content: '';
  background: no-repeat center / 100% url("/assets/images/icn-play-video.png");
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 33%;
  left: 50%;
  z-index: 1000;
}
#pricing-v2 div.overlay {
  background: #000;
}
#pricing-v2 #px-currency-switcher label.btn {
  box-shadow: none;
  color: #fff;
  padding: 7px;
  font-size: 0.95rem;
}
#pricing-v2 #px-currency-switcher label.btn.active {
  text-decoration: underline;
}
#pricing-v2 ul.px-checklist {
  margin-left: 26px;
}
#pricing-v2 ul.px-checklist li {
  margin-bottom: 0.2rem;
}
#pricing-v2 ul.px-checklist li::before {
  margin-left: -26px;
}
#pricing-v2 #px-section-implement .card {
  background: transparent;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
}
#pricing div#px-pricing {
  border-top: 0px;
}
#pricing .hero {
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  #pricing #px-essential {
    margin-bottom: 2rem;
  }
}
#px-news-list .col-md-4,
#px-jobs-list .col-md-4 {
  margin-bottom: 1.2rem;
}
#px-news-list .card,
#px-jobs-list .card {
  height: 100%;
}
#faq .px-sections.hero-subpage {
  padding-bottom: 40px;
}
#faq .px-accordion p {
  font-size: 0.95rem;
}
#about-us #px-section-about-us {
  border-top: 0px;
}
#about-us p.hero-intro {
  font-weight: 400;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  #about-us p.hero-intro {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
#about-us div#px-social-links div.row > div {
  margin-bottom: 1rem;
}
#about-us div#px-social-links div.card {
  padding: 30px 20px;
  background: #386bd2;
  border: 0px;
  height: 100%;
  box-shadow: 0 3px 5px 0 rgba(36, 50, 66, 0.1);
  transition: box-shadow 225ms;
}
@media (max-width: 768px) {
  #about-us div#px-social-links div.card {
    height: auto;
  }
}
#about-us div#px-social-links div.card:hover {
  box-shadow: 0 30px 50px 0 rgba(36, 50, 66, 0.2);
}
#about-us div#px-social-links div.card.linkedin {
  background: #4967d4;
}
#about-us div#px-social-links div.card.twitter {
  background: #2089f9;
}
#about-us div#px-social-links div.card.contact-us {
  background: #36b7a8;
}
#about-us div#px-social-links div.card.jobs {
  background: #9e6eda;
}
#about-us div#px-social-links div.card div.card-body {
  display: flex;
  flex-direction: column;
}
#about-us div#px-social-links div.card div.card-body .far,
#about-us div#px-social-links div.card div.card-body .fab,
#about-us div#px-social-links div.card div.card-body .fas,
#about-us div#px-social-links div.card div.card-body .fad {
  font-size: 2.1rem;
  color: white;
  margin-bottom: 25px;
}
#about-us div#px-social-links div.card div.card-body p.card-text {
  font-size: 1.3rem;
  color: white;
  flex-grow: 1;
}
#about-us div#px-social-links div.card div.card-body a.card-link {
  color: white;
  font-size: 1.1rem;
  margin-top: 1.2rem;
  border-bottom: 0px;
}
@media (max-width: 768px) {
  #about-us div#px-social-links div.card div.card-body a.card-link {
    align-self: flex-end;
  }
}
#px-section-job-details h1 {
  margin: 40px 0px 20px 0px;
  text-align: left !important;
}
#px-section-job-details h2 {
  font-size: 1.7rem;
  margin-bottom: 40px;
}
#px-section-job-details p + h5,
#px-section-job-details ul + h5 {
  margin-top: 40px;
}
#px-section-contact-us div.hbspt-form label {
  font-family: 'Roboto', 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-size: 0.9rem;
}
#px-section-contact-us div.hbspt-form .legal-consent-container p {
  font-size: 0.8rem;
}
div.px-legal h2 {
  letter-spacing: 0px;
}
div.px-legal ol {
  counter-reset: level-1;
  margin-top: 1rem;
  padding-left: 25px !important;
}
div.px-legal ol li {
  margin-bottom: 1rem;
  font-weight: 600;
  list-style: none;
  margin-left: 0px;
}
div.px-legal ol li:before {
  counter-increment: level-1;
  content: counter(level-1) ".";
  display: inline-block;
  text-align: right;
  padding-right: 10px;
  width: 25px;
  margin-left: -25px;
}
div.px-legal ol li ol {
  counter-reset: level-2;
}
div.px-legal ol li ol.no-style {
  list-style: none;
}
div.px-legal ol li ol.no-style li {
  margin-left: 0px;
}
div.px-legal ol li ol.no-style li:before {
  content: none !important;
}
div.px-legal ol li ol li {
  font-weight: 400;
  color: #666;
  list-style: none;
  margin-left: 40px;
}
div.px-legal ol li ol li:before {
  counter-increment: level-2;
  content: counter(level-1) "." counter(level-2) ".";
  font-weight: 600;
  width: 45px;
  margin-left: -45px;
}
div.px-legal ol li ol li ol {
  counter-reset: level-3;
}
div.px-legal ol li ol li ol li {
  list-style: none;
  margin-left: 40px;
}
div.px-legal ol li ol li ol li:before {
  counter-increment: level-3;
  content: counter(level-1) "." counter(level-2) "." counter(level-3) ".";
  font-weight: 600;
  width: 60px;
  margin-left: -60px;
}
div.px-legal ol li ol li ol.no-style {
  list-style: none;
  margin-left: -20px;
}
div.px-legal ol li ol li ol.no-style li {
  margin-left: 0px;
}
div.px-legal ol li ol li ol.no-style li:before {
  content: none;
}
div.px-legal ol li ol li ol[type="a"] li {
  list-style: none;
  margin-left: 10px;
}
div.px-legal ol li ol li ol[type="a"] li:before {
  counter-increment: level-3;
  content: "(" counter(level-3, lower-alpha) ") ";
  font-weight: 600;
}
#partner-form .alert-success {
  color: #155724;
  background-color: #ebf7e3;
  border-color: #c3e6cb;
}
#partner-form fieldset legend {
  color: #386bd2;
  text-transform: uppercase;
  border-left: 3px solid #386bd2;
  padding-left: 10px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 20px;
}
#partner-form fieldset + fieldset {
  margin-top: 30px;
}
#partner-form .form-row {
  margin-bottom: 17px;
  padding: 0px 10px;
}
#partner-form .form-row label {
  color: #262626;
  font-weight: 400;
  margin-bottom: 2px;
}
#buy-now div.px-forms {
  border: 0px;
}
#buy-now .px-sections.hero {
  background: #fff;
  padding: 150px 0px 0px 0px;
}
#buy-now #px-section-contact-us {
  background: url("/assets/images/bg-contact-us.jpg") bottom center no-repeat;
  background-size: cover;
}
#buy-now #px-sections-not-ready {
  padding: 80px 0px 100px 0px;
  display: flex;
  align-items: center;
  background: url(/assets/images/bg-contact-us.jpg) center center no-repeat;
  background-size: cover;
}
#roi-slider #px-calculator {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eee;
}
#roi-slider #px-section-roi {
  background: url("/assets/images/bg-roi-calculator.png") center center no-repeat;
  background-size: 100%;
  border-bottom: 1px solid #fff;
}
#roi-slider #px-section-roi .container {
  padding-bottom: 10px;
}
#roi-slider .px-sections.hero {
  background: #fff;
  padding: 130px 0px 0px 0px;
}
#roi-slider h5 {
  font-size: 1rem;
  color: inherit;
  font-weight: 400;
  margin: 0px;
}
@media (max-width: 1199px) {
  #roi-slider h5 {
    margin: 20px 0px -15px;
  }
}
#roi-slider .sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
}
#roi-slider #bol-have-committees h5 {
  margin: inherit !important;
}
#roi-slider #bol-have-committees h5::after {
  content: '';
}
#roi-slider #bol-have-committees input[type="checkbox"] {
  margin-bottom: 10px;
}
#roi-slider #px-savings {
  margin-top: 20px;
  padding: 40px 0px;
  border: 3px solid #d3d8de;
  background: #edffe9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#roi-slider #px-savings p {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 130%;
}
#roi-slider #px-savings p span {
  display: block;
  font-size: 3.2rem;
  line-height: 140%;
  font-weight: 500;
}
#roi-slider #px-savings .btn {
  font-size: 0.75rem;
  background: transparent;
  color: #386bd2;
  border: 0px;
  padding: 4px 8px;
  box-shadow: none;
}
#roi-slider #px-savings .btn.active {
  text-decoration: underline;
  color: #386bd2;
}
#roi-slider div#disclaimer {
  margin-top: 20px;
}
#roi-slider div#disclaimer p,
#roi-slider div#disclaimer li {
  font-size: 80%;
  color: #777;
}
#newsroom .px-sections.hero,
#news .px-sections.hero,
#about-us .px-sections.hero {
  background: transparent url('/assets/images/headers/bg-newsroom.jpg') center center;
}
#newsroom .px-sections.hero h1,
#news .px-sections.hero h1,
#about-us .px-sections.hero h1 {
  color: #fff;
}
#about-us .px-sections.hero {
  background: transparent url('/assets/images/headers/hero2-about-us.jpg') center center;
}
#news h2 {
  letter-spacing: inherit;
  font-weight: 500;
  margin: 40px 0px 30px 0px;
  font-size: 40px;
}
@media (max-width: 768px) {
  #news h2 {
    margin: 20px 0px 10px 0px;
  }
}
#news #news-body h4 {
  margin: 30px 0px 5px 0px;
  font-weight: 700;
  font-size: 1.1rem;
}
#news #news-body .news-image {
  margin: 20px auto;
  max-width: 450px;
  display: block;
}
@media (max-width: 768px) {
}
#non-profits .hero2 {
  background: url("/assets/images/headers/hero2-non-profit.jpg") center center no-repeat;
  background-size: cover;
}
#non-profits img.withFrame {
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.15);
  border: 4px solid white;
}
body#education .lead {
  font-size: 1.15rem;
}
div.row.restricted {
  max-width: 1400px;
}
body#how-it-works .lead {
  font-size: 1.15rem;
}
body#how-it-works .text-smaller {
  font-size: 0.95rem;
}
body#how-it-works section#px-hero {
  min-height: 80vh;
}
body#how-it-works section.px-mid-cta {
  background: rgba(253, 18, 21, 0.1);
}
body#how-it-works section.px-mid-cta h2 {
  font-size: 1.9rem;
  font-weight: 500;
}
body#how-it-works h2 {
  text-transform: capitalize;
}
body#how-it-works h3 {
  padding-left: 0px;
  border: none;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
body#how-it-works .media h5 {
  font-size: 1.2rem;
  margin-bottom: 0.1rem;
}
body#how-it-works .card {
  height: 100%;
}
body#case-study h1 {
  font-size: 2.4rem;
}
body#case-study div.px-blockquotes {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 3rem 0;
  border: 2px solid #2290c9;
  padding: 1.5rem 2rem;
}
body#case-study div.px-blockquotes img {
  width: 90px;
  height: 90px;
  margin-left: 20px;
}
body#case-study div.px-blockquotes blockquote {
  margin: 0px;
}
body#case-study div.px-blockquotes blockquote p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  font-style: italic;
}
body#case-study div.px-blockquotes blockquote footer {
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.4rem;
}
body#case-study div.px-blockquotes blockquote footer::before {
  content: '';
}
body#case-study .case-study-right h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
body#case-study .case-study-right h2:first-child {
  margin-top: inherit;
}
blockquote.left-side {
  border-left: 4px solid #2290c9;
  padding: 0.5rem 1.2rem;
}
blockquote.left-side p {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  font-style: italic;
}
#case-study-summary {
  border-radius: 10px;
  padding: 1.7rem;
  background: #f7f7f7;
  margin-bottom: 3rem;
}
#case-study-summary img {
  max-width: 170px;
  margin-bottom: 1.4rem;
}
#case-study-summary h4 {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 2rem 0 0.8rem 0;
}
#case-study-summary h4:nth-child(2) {
  margin-top: inherit;
}
#case-study-summary ul,
#case-study-summary li {
  font-size: 0.82rem;
  line-height: 1.4;
}
#case-study-summary ul {
  padding-left: 22px;
}
#case-study-summary ul li {
  margin-left: 0;
  margin-bottom: 0.6rem;
  list-style: square;
}
div#cs-habitat-icons {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 10px;
  margin: 2rem 0;
  border: 1px solid #ddd;
}
div#cs-habitat-icons h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0px 0px 12px 0px;
  border-left: 0px;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #ddd;
  color: #439d4d;
}
div#cs-habitat-icons .media {
  display: flex;
  align-items: center;
}
div#cs-habitat-icons .media i {
  font-size: 2.7rem;
  color: rgba(32, 148, 224, 0.2);
  padding-right: 0.7rem;
}
div#cs-habitat-icons .media h5 {
  color: #2094e0;
  margin-bottom: 0;
}
div#cs-habitat-icons .media h5 sub {
  color: #666;
  font-weight: 600;
}
div#cs-habitat-icons .media .media-body p {
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0px;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* LESS Document */
.btn-cta {
  display: flex;
  margin-bottom: 15px;
}
.btn-cta.text-center {
  justify-content: center;
}
@media (max-width: 768px) {
  .btn-cta {
    flex-direction: column;
    align-items: center;
  }
}
.btn-cta .btn {
  margin: 0px 10px 0px 0px;
}
@media (max-width: 768px) {
  .btn-cta .btn {
    margin: 0px 0px 15px 0px;
  }
}
/* Buttons */
.btn {
  font-size: 1.1rem;
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 0px !important;
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
}
.btn.btn-sm {
  font-size: 0.9rem;
}
.btn.btn-lg {
  font-size: 1.25rem;
  padding: 0.6rem 1.5rem;
}
.btn:hover {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.btn-primary {
  background-color: #386bd2;
  border-color: #386bd2;
}
.btn-primary:hover {
  background-color: #4d7ad7;
  border-color: #4d7ad7;
}
.btn-outline-primary {
  color: #386bd2;
  border-color: #4d7ad7;
}
.btn-outline-primary:hover {
  background: #fff;
  color: #386bd2;
}
.btn-secondary {
  background-color: #fd1215;
  border-color: #fd1215;
}
.btn-secondary:hover {
  background-color: #fd2b2e;
  border-color: #fd2b2e;
}
.btn-outline-secondary {
  color: #fd1215;
  border-color: #fd2b2e;
}
.btn-outline-secondary:hover {
  background: #fd2b2e;
  color: #fff;
}
@media (max-width: 768px) {
  .btn-group .btn + .btn {
    margin-top: inherit;
  }
}
.btn-contact-us {
  padding: 6px 45px;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: none;
}
div.hbspt-form input[type=submit] {
  background: #1a66b4 !important;
  border: 0px !important;
  font-size: 1.1rem;
  background-image: none;
  background-color: #1a66b4;
  border-color: #1a66b4;
  color: #ffffff;
  padding: 15px 40px;
  font-family: 'Roboto-Medium', 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border-radius: 20px;
}
/* CSS Document */
#modal-non-profit-terms h5 {
  font-size: 1.05rem;
  margin-bottom: 0px;
  color: #000;
}
#modal-non-profit-terms p + h5 {
  margin-top: 1.6rem;
}
#modal-non-profit-terms .modal-header {
  padding-left: 30px;
}
#modal-non-profit-terms .modal-body {
  padding: 20px 50px 30px 50px;
}
/* LESS Document */
div.hbspt-form .hs_recaptcha {
  margin-bottom: 20px;
}
div.hbspt-form fieldset {
  max-width: 100% !important;
  margin-bottom: 1.3rem;
}
div.hbspt-form fieldset label {
  font-family: 'Roboto-Medium', 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
}
div.hbspt-form fieldset label.hs-error-msg {
  color: #c00;
  font-family: 'Roboto', 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.85rem;
  margin-top: 5px;
}
div.hbspt-form fieldset textarea {
  height: 150px;
}
div.hbspt-form fieldset .hs-input {
  width: 100% !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #fff;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
div.hbspt-form fieldset .hs-input.invalid.error {
  border: 1px solid #c00;
}
div.hbspt-form fieldset .hs-input[type=file] {
  padding: 12px;
}
div.hbspt-form fieldset .legal-consent-container p {
  font-weight: 400;
  font-size: 0.95rem;
}
div.hbspt-form div .actions {
  text-align: center;
}
div.hbspt-form div .actions mar input[type="submit"] {
  font-size: 1.1rem;
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 0px !important;
  padding: 0.5rem 1.5rem;
  border-radius: 40px;
  background-color: #386bd2;
  border-color: #386bd2;
  font-size: 1.25rem;
  padding: 0.6rem 1.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.4rem;
  color: #fff;
  padding: 5px 24px;
}
div.hbspt-form div .actions mar input[type="submit"].btn-sm {
  font-size: 0.9rem;
}
div.hbspt-form div .actions mar input[type="submit"].btn-lg {
  font-size: 1.25rem;
  padding: 0.6rem 1.5rem;
}
div.hbspt-form div .actions mar input[type="submit"]:hover {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
div.hbspt-form div .actions mar input[type="submit"]:hover {
  background-color: #4d7ad7;
  border-color: #4d7ad7;
}
div.hbspt-form ul.hs-error-msgs {
  margin: 0px;
  padding: 0px;
}
div.hbspt-form ul.hs-error-msgs li {
  list-style: none;
}
/*SLIDE-IN CTA
--------------------------------------------- */
#slidebox {
  padding: 30px 20px;
  background-color: #fff;
  border-top: 5px solid #fd1215;
  position: fixed;
  bottom: 0;
  left: -450px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
#slidebox img {
  border: 1px solid #ccc;
}
#slidebox h3 {
  border-left: 0px;
  padding: 0px;
  font-size: 1.1rem;
  line-height: 1.4;
}
a.close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 15px;
  font-size: 1.3rem;
  color: #888;
}
a.close:hover {
  background-position: 0 -13px;
}
@media only screen and (max-device-width: 480px) {
  #slidebox {
    width: 100%;
  }
}
/* LESS Document */
ul.list-group.px-feature-bullets li.list-group-item {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px;
  display: flex;
  margin-bottom: 0.5rem;
}
ul.list-group.px-feature-bullets li.list-group-item:before {
  display: block;
  margin-right: 8px;
  font-family: 'Material Icons';
  content: "\e5c8";
  font-size: 1.4rem;
  padding: 0px 1px;
  color: #386bd2;
}
ul.list-group.px-feature-bullets li.list-group-item p {
  margin-bottom: 0px;
  line-height: 1.45rem;
  padding: 5px 10px 5px 5px;
}
.row.with-top-divider {
  margin-top: 90px;
  padding-top: 70px;
  border-top: 1px solid #eee;
}
.row.trio-screenshots .card {
  background: transparent;
  border: 0px;
}
.px-media-with-icons.solid .media {
  height: 100%;
  background: #ccc;
  padding: 20px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.px-media-with-icons.solid .media p {
  margin-bottom: 0.5rem;
}
.px-media-with-icons.solid .media.blue {
  background: #e3f2f7;
}
.px-media-with-icons.solid .media.green {
  background: #e6f3ec;
}
.px-media-with-icons.solid .media.orange {
  background: #ffe8c8;
}
.px-media-with-icons.vertical .media {
  flex-direction: column;
}
.px-media-with-icons.vertical .media img {
  margin-right: 0;
  margin-bottom: 0.3rem;
}
.px-media-with-icons.larger-icons {
  margin-top: 1rem;
}
.px-media-with-icons.larger-icons .media {
  align-items: center;
}
.px-media-with-icons.larger-icons .media h5 {
  text-align: center;
}
.px-media-with-icons.larger-icons .media img {
  width: 90px;
  margin-bottom: 1rem;
  height: auto;
}
.px-media-with-icons .media h5 {
  font-weight: 600;
  font-size: 1.2rem !important;
}
.px-media-with-icons .media img {
  height: 60px;
  margin-right: 1rem;
}
div.px-steps .row {
  margin-bottom: 50px;
}
div.px-steps .row:first-child {
  margin-top: 20px;
}
div.px-steps .row:last-child div.col-md-3::before {
  content: none;
}
@media (max-width: 768px) {
  div.px-steps .row:last-child div.col-md-3::before {
    content: '';
  }
}
div.px-steps .row div.col-md-3 {
  position: relative;
  margin-bottom: 40px;
}
div.px-steps .row div.col-md-3::before {
  content: '';
  display: block;
  width: 1px;
  background: #ddd;
  height: 140%;
  position: absolute;
  left: 50%;
  z-index: 0;
}
div.px-steps .row div.media {
  z-index: 100;
  padding: 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
}
div.px-steps .row div.media h5 {
  background: rgba(56, 107, 210, 0.9);
  padding: 8px 15px;
  line-height: 1.4;
  color: white;
  text-align: center;
  margin-bottom: 0.7rem !important;
  font-size: 1rem !important;
}
div.px-steps .row div.media p {
  padding: 0px 15px;
  font-size: 0.95rem;
  text-align: center;
}
#how-it-works-main-features .container-fluid > div {
  margin-bottom: 150px;
}
#how-it-works-main-features .container-fluid > div:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  #how-it-works-main-features .container-fluid > div {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  #how-it-works-main-features .text-muted {
    text-align: center;
  }
  #how-it-works-main-features img[src$=".png"] {
    margin-bottom: 1rem;
  }
}
#how-it-works-main-features .text-muted {
  font-weight: 500;
}
@media (max-width: 768px) {
  .trio-screenshots .card {
    margin-bottom: 3rem;
  }
}
#dot-navigation {
  position: fixed;
  top: 30%;
  z-index: 1000;
  padding: 10px 0px;
  margin-left: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
}
#dot-navigation:hover {
  min-width: 240px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 16px 10px;
}
#dot-navigation:hover a {
  color: rgba(0, 0, 0, 0.35);
}
#dot-navigation:hover li {
  background: none;
  margin-bottom: 8px;
}
#dot-navigation:hover span {
  display: inline-block;
  font-weight: 700;
}
#dot-navigation li {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  list-style: none;
  margin-bottom: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#dot-navigation li:last-child {
  margin-bottom: 0px;
}
#dot-navigation li.active a:before {
  content: '\e3fa';
  color: #386bd2;
}
#dot-navigation li.active a span {
  color: #386bd2;
}
#dot-navigation li a {
  padding: 12px 8px;
  color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  height: 22px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 0.97rem;
}
#dot-navigation li a:hover {
  color: #386bd2;
}
#dot-navigation li a:hover span {
  font-weight: 700;
}
#dot-navigation li a:hover:before {
  content: '\e3fa';
}
#dot-navigation li a:before {
  margin-top: 2px;
  font-size: 0.8rem;
  content: '\e3fa';
  font-family: 'Material Icons';
  display: inline-block;
}
#dot-navigation li a span {
  padding-left: 8px;
  font-weight: 500;
  display: none;
}
/* CSS Document */
div.features-with-icons.icons-center i,
section.features-with-icons.icons-center i {
  margin: 0 auto;
}
div.features-with-icons .card,
section.features-with-icons .card {
  border: 0px;
  background: transparent;
  height: 100%;
}
div.features-with-icons .card .card-body,
section.features-with-icons .card .card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
}
div.features-with-icons .card .card-body h3,
section.features-with-icons .card .card-body h3 {
  font-size: 1.15rem;
  border-left: 0px;
  margin: 0px 0px 0.55rem 0px !important;
  font-weight: 600;
  padding: 0px;
}
div.features-with-icons .card .card-body i,
section.features-with-icons .card .card-body i {
  padding: 10px 0px 15px 0px;
  max-width: 110px;
  font-size: 3.3rem;
}
div.features-with-icons .card .card-body p,
section.features-with-icons .card .card-body p {
  line-height: 1.5;
  text-align: left;
  font-size: 0.9rem;
}
div.features-with-icons .card .card-body a.card-link,
section.features-with-icons .card .card-body a.card-link {
  margin-top: auto;
}
div.features-with-icons.left-icons .card i,
section.features-with-icons.left-icons .card i {
  padding: 0;
  margin-right: 1rem;
}
div.features-with-icons.left-icons .card .card-body,
section.features-with-icons.left-icons .card .card-body {
  display: flex;
  align-items: flex-start;
}
ul.px-list-security {
  background: #eee;
  padding: 35px;
  border-radius: 10px;
}
ul.px-list-security li {
  border: 0px;
  padding: 0px;
  margin-bottom: 2rem;
  background: transparent;
}
ul.px-list-security li h3 {
  font-size: 1.3rem;
  line-height: 1;
  border-left: 0px;
  margin: 0px 0px 1rem 0px !important;
  font-weight: 600;
  padding: 0px;
}
ul.px-list-security li p {
  margin: 0px;
}
[v-cloak] {
  display: none;
}
html {
  font-size: 15px;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    font-size: 17px;
  }
}
div.container-fluid.px-constrained {
  max-width: 1300px;
}
@media only screen and (max-width: 1300px) {
  div.container-fluid.px-constrained {
    max-width: 1124px;
  }
}
p.lead {
  font-weight: 400;
  font-size: 1.1rem;
}
p.lead a {
  font-size: inherit;
}
strong {
  font-weight: 600;
}
body {
  font-family: 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
body.with-announcement {
  padding-top: 50px;
}
@media (max-width: 991px) {
  body.with-announcement {
    padding-top: 120px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
h1 {
  font-size: 3rem;
  letter-spacing: -1px;
}
h2 {
  letter-spacing: -1px;
}
h3 {
  font-size: 1.5rem;
  border-left: 4px solid #fd1215;
  padding: 0px 14px;
}
h5 {
  margin-bottom: 0.2rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2rem;
}
hr {
  width: 50%;
  margin: 20px auto;
}
p + h5 {
  margin-top: 3rem;
}
p {
  font-size: 1rem;
}
p.intro {
  font-size: 1.1rem;
}
p.text-larger {
  font-size: 1.2rem;
}
p.text-smaller {
  font-size: 0.9rem;
  line-height: 1.5;
}
p.text-smaller a {
  font-size: 0.9rem;
}
p.subtle {
  text-color: #999;
  font-size: 0.8rem;
}
p.subtle a {
  font-size: 0.8rem;
}
a {
  color: #386bd2;
  font-weight: 400;
}
a:hover {
  color: #fd1215;
  border-color: #fd1215;
  text-decoration: none;
}
/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  padding: 0px;
}
/* Navigation */
.navbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 70px;
  padding: 0px 10px;
}
@media (max-width: 991px) {
  .navbar {
    padding: 10px 20px;
    height: inherit !important;
  }
}
.navbar.affix {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 60px;
  background: #ffffff !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 0px !important;
}
.navbar.affix #nav-main li a {
  line-height: 56px;
}
@media (max-width: 991px) {
  .navbar.affix #nav-main li a {
    line-height: 2.7rem;
  }
}
.navbar #px-logo img {
  margin-top: -4px;
}
.navbar #px-logo img:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .navbar #nav-main.navbar-collapse {
    margin-top: 1rem;
  }
}
.navbar #nav-main li a {
  font-family: 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.05rem;
  line-height: 76px;
  color: #000;
  font-weight: 400;
  padding: 0px;
  margin: 0px 14px;
  border: 0px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .navbar #nav-main li a {
    line-height: 2.7rem;
    border-bottom: 0px !important;
  }
}
@media (max-width: 1200px) {
  .navbar #nav-main li a {
    margin: 0px 10px;
  }
}
.navbar #nav-main li a.get-started {
  color: #386bd2;
}
.navbar #nav-main li a:hover,
.navbar #nav-main li a.active {
  color: #fd1215;
}
.navbar #nav-main li div.dropdown-menu {
  background: #fff;
  border-radius: 6px;
  border: 0px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.navbar #nav-main li div.dropdown-menu a {
  line-height: 1.4;
  font-size: 1rem !important;
  margin: 0px;
  padding: 10px 20px;
  font-weight: 500 !important;
}
.navbar #nav-main li div.dropdown-menu a:hover,
.navbar #nav-main li div.dropdown-menu a:focus {
  background: #f8f8f8;
  color: #fd1215;
}
.navbar #nav-main li div.dropdown-menu a span {
  display: block;
  font-size: 0.85rem;
  color: #888;
  font-weight: 500;
}
.navbar #nav-main li.sign-in a {
  margin-right: 20px;
}
.navbar #nav-main li.sign-in a:hover {
  border-bottom: 2px solid transparent;
}
.navbar #nav-main li.free-trial,
.navbar #nav-main li.buy-now {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .navbar #nav-main li.buy-now {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar #nav-main li.buy-now {
    display: flex;
  }
}
.navbar #nav-main .btn-free-trial,
.navbar #nav-main .btn-buy-now {
  padding: 5px 18px;
  margin: 6px;
}
/* HERO 2 */
.hero2 {
  margin-top: 70px;
  height: 220px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hero2 {
    margin-top: 62px;
  }
}
.hero2.large {
  height: 260px;
}
.hero2.dark {
  background: #000;
}
.hero2.dark h1 {
  color: #fff;
}
.hero2 h1 {
  text-align: center;
  font-size: 3.1rem;
  letter-spacing: inherit;
}
/* Sections */
.px-sections,
section {
  padding: 95px 0px 120px 0px;
  display: flex;
  align-items: center;
  /* Cards inside sections */
}
.px-sections.compact,
section.compact {
  padding: 40px 0px 40px 0px;
}
.px-sections.slight-compact,
section.slight-compact {
  padding: 50px 0px 70px 0px;
}
@media (max-width: 768px) {
  .px-sections,
  section {
    padding: 40px 0;
  }
  .px-sections a.btn,
  section a.btn {
    white-space: inherit;
  }
}
.px-sections.px-legal h2,
section.px-legal h2 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 0.1rem;
  color: #386bd2;
  text-align: left;
}
.px-sections.px-legal h2:after,
section.px-legal h2:after {
  content: none !important;
}
.px-sections h2,
section h2 {
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #222;
}
.px-sections h2.loner,
section h2.loner {
  margin-bottom: 3rem;
}
.px-sections h2.left-design,
section h2.left-design {
  text-align: left;
}
@media (max-width: 768px) {
  .px-sections h2.left-design,
  section h2.left-design {
    text-align: center;
  }
}
.px-sections h2.left-design:after,
section h2.left-design:after {
  width: 80px;
  margin: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .px-sections h2.left-design:after,
  section h2.left-design:after {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .px-sections h2,
  section h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.px-sections.hero,
section.hero {
  background: #f9f9f9;
  min-height: inherit;
  padding: 138px 0px 40px 0px;
}
@media (max-width: 768px) {
  .px-sections.hero,
  section.hero {
    padding: 98px 0px 0px 0px;
  }
}
.px-sections.hero h1.hero-title,
section.hero h1.hero-title {
  font-size: 3.1rem;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .px-sections.hero h1.hero-title,
  section.hero h1.hero-title {
    font-size: 2.9rem;
    margin-bottom: 0.3rem;
  }
}
.px-sections.hero p.hero-intro,
section.hero p.hero-intro {
  text-align: center;
  font-size: 1.1rem;
}
.px-sections.hero p.hero-intro.larger,
section.hero p.hero-intro.larger {
  font-weight: 400;
  font-size: 1.9rem;
}
.px-sections div.card h4.card-title,
section div.card h4.card-title {
  font-family: 'Inter', 'SF Display', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.px-sections div.card p.card-text,
section div.card p.card-text {
  line-height: 1.55;
  text-align: left;
}
.px-sections div.card img.px-icn,
section div.card img.px-icn {
  max-height: 65px;
  margin-bottom: 1rem;
  opacity: 0.9;
}
.px-sections.bg-dark,
section.bg-dark {
  background: #222635 !important;
}
.px-sections.bg-dark p,
section.bg-dark p,
.px-sections.bg-dark h1,
section.bg-dark h1,
.px-sections.bg-dark h2,
section.bg-dark h2 {
  color: #fff !important;
}
.px-sections.bg-light-grey,
section.bg-light-grey,
.px-sections.bg-light-gray,
section.bg-light-gray {
  background: #f9f9f9;
}
.px-sections.bg-light-blue-faded,
section.bg-light-blue-faded {
  background: #f9f9f9;
}
.px-sections.bg-light-blue,
section.bg-light-blue {
  background: #f9f9f9;
}
.px-sections.bg-dark h1,
section.bg-dark h1,
.px-sections.bg-dark h2,
section.bg-dark h2,
.px-sections.bg-dark h3,
section.bg-dark h3,
.px-sections.bg-dark h4,
section.bg-dark h4,
.px-sections.bg-dark h5,
section.bg-dark h5,
.px-sections.bg-dark h6,
section.bg-dark h6 {
  color: #fff;
}
.px-sections.px-meeting-experience h3.px-toolset,
section.px-meeting-experience h3.px-toolset {
  font-weight: 400;
  font-size: 1.4rem;
  margin: 2em 0 2.8em 0;
  padding-bottom: 0.3em;
  border: 0px;
}
.card.card-clear {
  background: 0 0;
  border: 0;
}
#px-section-main-nav {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
div.px-feature-info-row {
  margin-bottom: 8rem;
}
div.px-feature-info-row:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  div.px-feature-info-row {
    margin-bottom: 2rem;
  }
}
div.px-feature-info-row div.px-feature-info-box h3 {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}
div.px-feature-info-row div.px-feature-info-box .list-group .list-group-item {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border: 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  margin-bottom: 0.5rem;
}
div.px-feature-info-row div.px-feature-info-box .list-group .list-group-item.active {
  color: inherit;
  background-color: #f9f9f9;
}
div.px-feature-info-row div.px-feature-info-box .list-group .list-group-item.active h4 {
  color: #386bd2;
}
div.px-feature-info-row div.px-feature-info-box .list-group .list-group-item h4 {
  margin: 0px 0px 4px 0px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #386bd2;
}
div.px-feature-info-row div.px-feature-info-box .list-group .list-group-item h4 + span {
  display: block;
  line-height: 1.4rem;
  font-size: 0.95rem;
}
div.px-feature-info-row div.px-feature-info-box div.px-feature-info {
  margin: 2rem 0;
}
div.px-feature-info-row div.px-feature-info-box div.px-feature-info h4 {
  margin: 0px 0px 4px 0px;
  font-size: 1.2rem;
}
div.px-feature-info-row .tab-content {
  position: relative;
  min-height: 540px;
}
div.px-feature-info-row .tab-content .tab-pane {
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block !important;
  width: 335px;
  height: 235px;
  position: absolute;
  opacity: 0.4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  filter: blur(2px);
}
div.px-feature-info-row .tab-content .tab-pane.active.show {
  opacity: 1;
  z-index: 5001;
  width: 415px;
  height: 315px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.28);
  filter: none;
  z-index: 10;
}
div.px-feature-info-row .tab-content .tab-pane#mp-01 {
  top: 0px;
  left: 0px;
}
div.px-feature-info-row .tab-content .tab-pane#mp-02 {
  top: 40px;
  right: 0px;
}
div.px-feature-info-row .tab-content .tab-pane#mp-03 {
  bottom: 90px;
  left: 30px;
}
div.px-feature-info-row .tab-content .tab-pane#mp-04 {
  bottom: 10px;
  right: 30px;
}
div.px-feature-info-row .tab-content .tab-pane#dm-02 {
  top: 140px;
  right: 0px;
}
div.px-feature-info-row .tab-content .tab-pane#pp-01 {
  top: 0px;
  left: 0px;
}
div.px-feature-info-row .tab-content .tab-pane#pp-02 {
  top: 40px;
  right: 0px;
}
div.px-feature-info-row .tab-content .tab-pane#pp-03 {
  bottom: 90px;
  left: 30px;
}
div.px-feature-info-row .tab-content .tab-pane#pp-04 {
  bottom: 10px;
  right: 30px;
}
/* Accordion */
.px-accordion.clean .card .card-header .btn {
  background: none;
  border: none;
}
.px-accordion.compressed .card .card-header .btn {
  padding: .35rem 2.3rem;
}
.px-accordion .icons {
  font-family: 'simple-line-icons';
  font-style: normal;
  margin-right: 8px;
}
.px-accordion .card {
  border: 0px;
  background: transparent;
  border-radius: 0;
}
.px-accordion .card .card-header {
  border: 0px;
  padding: 0px;
  background: transparent;
}
.px-accordion .card .card-header h5 {
  line-height: initial;
}
.px-accordion .card .card-header .btn,
.px-accordion .card .card-header a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: flex-start;
  padding: .55rem 1.25rem .55rem 2.4rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: 400;
  font-size: 1rem;
  border-bottom: 0px;
  box-shadow: none;
  color: #386bd2;
  width: 100%;
  background: transparent;
  white-space: break-spaces;
  text-align: left;
}
.px-accordion .card .card-header .btn:hover,
.px-accordion .card .card-header a:hover {
  color: #386bd2;
  background-color: #f4f4f4;
}
.px-accordion .card .card-header .btn::before,
.px-accordion .card .card-header a::before {
  font-family: "Material Icons";
  font-style: normal;
  margin-right: 8px;
  content: "\e315";
  position: absolute;
  left: 15px;
  font-size: 1.3rem;
  line-height: 25px;
}
.px-accordion .card .card-header .btn[aria-expanded="true"],
.px-accordion .card .card-header a[aria-expanded="true"] {
  color: #386bd2;
  background-color: #f4f4f4;
}
.px-accordion .card .card-header .btn[aria-expanded="true"]::before,
.px-accordion .card .card-header a[aria-expanded="true"]::before {
  content: "\e313";
}
.px-accordion .card .card-body {
  padding: 10px 35px 10px 43px;
}
.px-accordion .card .card-body h4 {
  font-size: 1rem;
  margin-bottom: 4px !important;
}
.px-accordion.v2 .card {
  border-bottom: 1px solid #dadada !important;
}
.px-accordion.v2 .card:first-child {
  border-top: 1px solid #dadada !important;
}
.px-accordion.v2 .card .card-header .btn,
.px-accordion.v2 .card .card-header a {
  font-weight: 500;
  color: #333;
  font-size: 1.1rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-accordion.v2 .card .card-header .btn:hover,
.px-accordion.v2 .card .card-header a:hover {
  color: #333;
  background-color: transparent;
}
.px-accordion.v2 .card .card-header .btn[aria-expanded="true"],
.px-accordion.v2 .card .card-header a[aria-expanded="true"] {
  background-color: transparent;
}
/* Footer */
#px-section-footer {
  background: #313131 !important;
  padding: 20px 0px;
}
#px-section-footer a {
  border: 0px;
}
#px-section-footer div.footer-links {
  padding: 40px 0px 40px 0px;
}
#px-section-footer h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 2em 0 0.8em 0;
}
#px-section-footer ul,
#px-section-footer li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 1.9rem;
}
@media (max-width: 768px) {
  #px-section-footer ul,
  #px-section-footer li {
    line-height: 20px;
    margin-bottom: 7px;
  }
}
#px-section-footer ul a,
#px-section-footer li a {
  color: #f8f9fa;
  font-size: 0.9rem;
  font-weight: 400;
}
#px-section-footer ul a:hover,
#px-section-footer li a:hover {
  color: #a65da4;
}
@media (max-width: 768px) {
  #px-section-footer ul a,
  #px-section-footer li a {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  #px-section-footer ul.list-inline li:first-child:after {
    border: 0px;
  }
}
#px-section-footer ul.list-inline li:last-child:after {
  border: 0px;
  margin: 0px;
}
#px-section-footer ul.list-inline li:after {
  content: '';
  width: 1px;
  height: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0px 15px;
  display: inline;
}
#px-section-footer ul.list-inline li,
#px-section-footer ul.list-inline li a {
  font-size: 0.9rem;
}
#px-section-footer div.footer-logos img {
  padding: 0.1rem;
}
#px-section-footer div.footer-logos img[name="trustseal"] {
  width: 90px;
}
@media (max-width: 768px) {
  #px-section-footer div.footer-logos {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px;
    justify-items: center;
    margin-bottom: 10px;
  }
  #px-section-footer div.footer-logos img {
    padding: 0.2rem;
  }
}
#px-section-footer #logo-empowering {
  max-width: 180px;
  margin: 25px 0px;
}
@media (max-width: 768px) {
  #px-section-footer #px-social-links-footer {
    padding: inherit;
    margin-top: 20px;
  }
}
#px-section-footer #px-social-links-footer li:after {
  border: 0px;
  margin: 6px;
}
#px-section-footer #px-social-links-footer li a {
  font-size: 1.4em;
}
div.addthis_toolbox {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  h1 {
    text-align: center;
  }
  h1 br {
    content: ' ';
  }
}
#px-news-list .card,
#px-jobs-list .card {
  border: 1px solid #e8e8e8;
}
.bg-light-grey {
  background: #f7f7f7;
}
.px-dynamic-image {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.px-dynamic-image img {
  max-width: 97%;
  max-height: 550px;
}
img[src$='-border.gif'].px-dynamic-image {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #eee;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 1rem;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
#px-contact-office {
  padding-left: 40px;
}
#px-contact-office h4 {
  margin-left: -40px !important;
}
#px-contact-office .fa,
#px-contact-office .fas,
#px-contact-office .far,
#px-contact-office .fad {
  margin-left: -23px;
  margin-right: 5px;
  width: 15px;
  text-align: center;
}
div.px-forms {
  border: 0px;
  background: #f7f7f7;
  -webkit-border-radius: 1rem !important;
  -moz-border-radius: 1rem !important;
  border-radius: 1rem !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
div.px-forms h4 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
div.px-forms .legal-consent-container a {
  font-size: 0.7rem;
}
.hw-row {
  margin-bottom: 7rem;
}
@media (max-width: 768px) {
  .hw-row {
    margin-bottom: 3.5rem;
  }
}
.hw-row h3 {
  margin-bottom: 1.3rem !important;
  font-weight: 600;
}
.hw-row img {
  border-radius: 8px;
  border: 1px solid #dedede;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  float: left;
  margin-top: 19px !important;
  font-size: 0.85rem !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a {
  color: #1e6ecf;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border-radius: 30px !important;
  white-space: nowrap !important;
  margin: 0 !important;
}
div#hs-eu-cookie-confirmation {
  box-shadow: 0 -1px 3px #e3eff7 !important;
  border-top: 1px solid #d4d4d4 !important;
}
div#hs-eu-cookie-confirmation-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  padding: 10px 20px !important;
}
div#hs-eu-policy-wording {
  flex: 1 !important;
  padding-right: 20px !important;
  width: auto !important;
  float: none !important;
}
div#hs-eu-policy-wording p {
  float: none !important;
  margin: 0 !important;
  text-align: left !important;
}
div#hs-en-cookie-confirmation-buttons-area {
  flex-shrink: 0 !important;
  width: auto !important;
  float: none !important;
}
div#hs-eu-cookie-confirmation-button-group {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 15px !important;
  justify-content: flex-end !important;
  float: none !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  div#hs-eu-cookie-confirmation-inner {
    flex-direction: column !important;
    justify-content: center !important;
    padding: 15px !important;
  }
  div#hs-eu-policy-wording {
    padding-right: 0 !important;
    margin-bottom: 15px !important;
  }
  div#hs-eu-policy-wording p {
    text-align: center !important;
  }
  div#hs-eu-cookie-confirmation-button-group {
    justify-content: center !important;
  }
}
#px-currency-converter {
  margin-bottom: 5px;
}
#px-currency-converter .btn {
  font-size: 0.8rem;
  background: transparent;
  color: #195bab;
  border: 0px;
  padding: 4px 7px;
}
#px-footer-security-logos img {
  opacity: 0.9;
}
#px-footer-security-logos img:first-child {
  width: 175px;
  margin-right: 37px;
}
@media (max-width: 768px) {
  #px-footer-security-logos img:first-child {
    width: 150px;
  }
}
#px-footer-security-logos img:nth-child(2) {
  width: 98px;
  margin-right: 37px;
}
@media (max-width: 768px) {
  #px-footer-security-logos img:nth-child(2) {
    width: 90px;
  }
}
#px-footer-security-logos img:nth-child(3) {
  width: 60px;
}
@media (max-width: 768px) {
  #px-footer-security-logos img:nth-child(3) {
    width: 50px;
  }
}
#px-footer-security-logos img.capterra {
  width: 95px;
}
@media (max-width: 768px) {
  #px-footer-security-logos img.capterra {
    width: 65px;
  }
}
.media.px-iso {
  padding: 30px;
  border-radius: 20px;
  background: #fff5e4;
}
@media (max-width: 768px) {
  .media.px-iso {
    flex-direction: column;
  }
}
.media.px-iso img {
  max-width: 180px;
  margin: 10px 30px 0px 0px;
  align-items: center;
}
@media (max-width: 768px) {
  .media.px-iso img {
    margin-bottom: 25px;
  }
}
.media.px-iso h5 {
  font-weight: 400;
  font-size: 1.1rem;
  color: #2C3341;
  line-height: inherit;
}
.media.px-iso p,
.media.px-iso a {
  font-size: 0.9rem;
}
#about-us .media.px-iso {
  padding: 30px 30px 10px 30px;
  border-radius: 20px;
  background: transparent;
}
#about-us .media.px-iso img {
  max-width: 140px;
  margin: 0px 10px 0px 0px;
}
#about-us .media.px-iso h4 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
:target::before {
  content: "";
  display: block;
  height: 70px;
  /* fixed header height*/
  margin: -70px 0 0;
  /* negative fixed header height */
}
.breadcrumb li.breadcrumb-item,
.breadcrumb li.breadcrumb-item a {
  font-size: 0.9rem;
}
#px-section-security-trust {
  padding: 0px 0px 10px 0px;
  margin-top: 40px;
}
#px-section-security-trust .container {
  margin-top: -50px;
}
#px-section-security-trust .container .px-security-trust-content {
  background: #292929 url('http://prax-web/assets/images/bg-security-trust-wave.png') bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 35px;
  border-radius: 20px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
#px-section-security-trust .container .px-security-trust-content h3 {
  text-transform: capitalize;
  border: 0px;
  padding: 0px;
  background: #292929;
  width: 400px;
  margin: -33px auto 25px auto;
  padding: 12px 15px;
  border-radius: 50px;
  border: 4px solid #fff;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#px-section-security-trust .container .px-security-trust-content p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.7;
  max-width: 82%;
  margin: 0 auto;
  padding: 10px 0px;
}
.img-crown {
  max-height: 180px;
  margin-bottom: 2rem;
}
.screen-schedule-demo {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
}
.px-feature-selector:hover .list-group-item {
  opacity: 0.4;
}
.px-feature-selector:hover .list-group-item:hover {
  opacity: 1;
}
.px-feature-selector .list-group-item {
  max-width: 400px;
  background: transparent;
  margin-bottom: 0.5rem;
  border: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .px-feature-selector .list-group-item {
    max-width: inherit;
    opacity: 1 !important;
  }
  .px-feature-selector .list-group-item:hover,
  .px-feature-selector .list-group-item.active {
    background: transparent !important;
    box-shadow: none !important;
  }
}
.px-feature-selector .list-group-item:hover,
.px-feature-selector .list-group-item.active {
  cursor: pointer;
  background: #fff;
  box-shadow: 3px 9px 9px -2px rgba(0, 0, 0, 0.15), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-left: 5px solid #386bd2;
}
.px-feature-selector .list-group-item:hover .media i.fad,
.px-feature-selector .list-group-item.active .media i.fad {
  color: #386bd2 !important;
}
.px-feature-selector .list-group-item:hover .media img,
.px-feature-selector .list-group-item.active .media img {
  opacity: 1;
}
.px-feature-selector .list-group-item:hover .media p,
.px-feature-selector .list-group-item.active .media p {
  color: #000;
}
.px-feature-selector .list-group-item .media img {
  margin-right: 0.6rem !important;
  opacity: 0.8;
  max-width: 60px;
}
.px-feature-selector .list-group-item .media i.fad {
  color: #386bd2 !important;
  font-size: 2.3em;
  margin-right: 0.4em;
}
.px-feature-selector .list-group-item .media h5 {
  font-size: 1.15rem;
  margin-bottom: 0rem;
  line-height: 1.8rem;
  color: #333;
}
.px-feature-selector .list-group-item .media p {
  color: #000;
  margin-bottom: 0px;
  line-height: 1.35rem;
  font-size: 0.95rem !important;
}
#px-home-message p {
  font-size: 1.1rem;
}
#px-home-message h3 {
  font-size: 1.55rem;
  border-left: 0px;
  margin: 0px 0px 1.5rem 0px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #px-home-message h3 {
    font-size: 1.2rem;
  }
}
.px-essential-tools-v2 {
  margin: 60px 0px 120px 0px;
}
.px-technology-tools-v2 {
  margin: 60px 0px 10px 0px;
}
.px-essential-tools-v2,
.px-technology-tools-v2 {
  border: 0px;
  min-height: 650px;
}
@media (max-width: 768px) {
  .px-essential-tools-v2,
  .px-technology-tools-v2 {
    min-height: inherit;
    margin: 20px 0px 30px 0px !important;
  }
}
.px-essential-tools-v2 .tab-content,
.px-technology-tools-v2 .tab-content {
  padding: 20px 0px 0px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .px-essential-tools-v2 .tab-content .tab-pane,
  .px-technology-tools-v2 .tab-content .tab-pane {
    display: none;
  }
}
.px-essential-tools-v2 .tab-content .tab-pane img,
.px-technology-tools-v2 .tab-content .tab-pane img {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.px-essential-tools-v2 .tab-content .tab-pane.no-shadow img,
.px-technology-tools-v2 .tab-content .tab-pane.no-shadow img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
#px-other-features p,
#px-security-features p {
  display: flex;
  margin-bottom: 40px;
}
#px-other-features p .fa,
#px-security-features p .fa,
#px-other-features p .fas,
#px-security-features p .fas,
#px-other-features p .far,
#px-security-features p .far,
#px-other-features p .fab,
#px-security-features p .fab,
#px-other-features p .fad,
#px-security-features p .fad {
  font-size: 2rem;
  color: #386bd2;
}
#px-other-features p span,
#px-security-features p span {
  font-size: 1.2rem;
  padding-left: 0.75rem;
  line-height: 35px;
  font-weight: 500;
}
@media (max-width: 768px) {
  #px-other-features p span,
  #px-security-features p span {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
#px-other-features.container {
  max-width: 1200px;
}
#px-security-features p {
  margin: 50px 0px 20px;
}
#es-02 {
  max-width: 770px;
}
#es-03 {
  max-width: 800px;
}
body.web30 h1 {
  font-weight: 600;
  font-size: 2.9rem;
}
body.web30 h2 {
  font-weight: 600;
}
body.web30 h3 {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  border-color: #fd1215;
}
body.web30 header.affix div#px-sec-nav {
  display: none !important;
}
body.web30 .bg-dark div#px-sec-nav {
  background: #1c222d !important;
}
body.web30 .bg-dark div#px-sec-nav ul li a {
  color: #fff;
  border-right: 1px solid #ccc;
}
body.web30 .bg-dark div#px-sec-nav ul li a:hover {
  color: #fd1215;
}
body.web30 div#px-sec-nav {
  background: rgba(255, 255, 255, 0.85);
}
body.web30 div#px-sec-nav.darker {
  background: rgba(236, 236, 236, 0.85);
}
body.web30 div#px-sec-nav ul {
  margin: 8px 0px;
}
body.web30 div#px-sec-nav ul li {
  list-style: none;
  margin: 0px;
  display: inline-block;
}
body.web30 div#px-sec-nav ul li:last-child a {
  border: 0px;
}
body.web30 div#px-sec-nav ul li a {
  font-size: 0.85rem;
  color: #333;
  border-right: 1px solid #ccc;
  padding: 0px 15px;
  text-transform: uppercase;
}
body.web30 div#px-sec-nav ul li a:hover {
  color: #fd1215;
}
body.web30 div#px-sec-nav ul li#language-selector div.dropdown button {
  padding: 0px;
  background: transparent;
  color: #333;
  font-weight: 300;
  font-size: 0.85rem;
}
body.web30 div#px-sec-nav ul li#language-selector div.dropdown button i {
  padding: 0px 0px 0px 12px;
}
body.web30 div#px-sec-nav ul li#language-selector div.dropdown button:hover {
  box-shadow: none;
}
body.web30 div#px-sec-nav ul li#language-selector + li a {
  border-left: 1px solid #ccc;
}
body.web30 div#px-sec-nav ul a.dropdown-item {
  padding: .25rem 1.5rem !important;
}
body.web30 div#px-sec-nav ul a.dropdown-item:active {
  background: #fd1215;
  color: #fff;
}
body.web30 .dropdown-toggle:after {
  content: none;
}
body.web30 #px-hero {
  background-color: #f9f9f9;
  padding: inherit;
  background-size: cover !important;
}
body.web30 #px-hero .row.separator {
  height: 119px;
}
@media (max-width: 768px) {
  body.web30 #px-hero .row.separator {
    height: 60px;
  }
}
body.web30 #px-hero.narrow .hero-content {
  padding: 50px 0px 60px 0px;
}
body.web30 #px-hero.narrow .hero-content h1 {
  font-size: 3rem;
}
body.web30 #px-hero.bg-dark h1 {
  color: #fff !important;
}
body.web30 #px-hero .hero-content {
  padding: 60px 0px 100px 0px;
}
body.web30 #px-hero .hero-content h1 {
  margin: 0px;
  font-size: 3.1rem;
  text-align: center;
  line-height: 1.3;
}
body.web30 #px-hero .hero-content p.hero-intro {
  margin-top: 20px;
  font-size: 1.1rem;
}
#px-big-news div.alert {
  background: #408877;
  border: 0px;
}
#px-big-news div.alert a {
  color: white;
  font-size: 1.1rem;
}
#px-big-news div.alert a:hover {
  text-decoration: underline;
}
img.with-shadow {
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .px-feature-tabs .tab-content > .tab-pane {
    display: block !important;
  }
}
.px-feature-tabs .nav-tabs {
  border-color: #ECECEC;
}
.px-feature-tabs .nav-tabs .nav-item .nav-link {
  border: 3px solid transparent;
  padding: 15px 60px;
  font-size: 1.1rem;
  color: #888;
  font-weight: 500;
}
@media (max-width: 768px) {
  .px-feature-tabs .nav-tabs .nav-item .nav-link {
    display: none !important;
  }
}
.px-feature-tabs .nav-tabs .nav-item .nav-link img {
  opacity: 0.4;
  height: 50px;
}
.px-feature-tabs .nav-tabs .nav-item .nav-link:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #444;
}
.px-feature-tabs .nav-tabs .nav-item .nav-link:hover img {
  opacity: 1;
}
.px-feature-tabs .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #444;
  border-bottom: 3px solid #386bd2;
}
.px-feature-tabs .nav-tabs .nav-item .nav-link.active img {
  opacity: 1;
}
.px-feature-tabs h3 {
  margin-top: 0.5rem;
  font-size: 1.7rem !important;
  line-height: 1.4;
}
div.px-enterprise-security {
  padding: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  margin-top: 3rem;
}
div.px-enterprise-security h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
div#announcement {
  background: #2D3341;
  border: 0px;
  border-radius: 0px;
  padding: .6rem 1.25rem .6rem 1.25rem;
}
div#announcement span {
  font-size: 1rem;
}
@media (max-width: 768px) {
  div#announcement span {
    line-height: 2;
  }
}
div#announcement .btn {
  font-size: 0.95rem;
  padding: 0.15rem 1.1rem;
  font-weight: 400;
  margin-top: -2px;
  text-transform: uppercase;
  margin-left: 13px;
}
div#announcement .btn:hover {
  background: #4d7ad7;
}
figure {
  max-width: 650px;
  margin: 0 auto;
}
figure figcaption {
  padding: 15px 0px;
  font-size: 0.9rem;
  font-style: italic;
}
#latest-downloads h3 {
  margin: 0px;
  border: 0px;
  font-weight: 800;
  font-size: 3rem;
  width: 100%;
}
@media (max-width: 991px) {
  #latest-downloads h3 {
    font-size: 2rem;
  }
  #latest-downloads .media {
    flex-direction: column;
  }
  #latest-downloads img {
    align-self: center;
    margin: 0px 0px 20px 0px;
  }
}
.btn-group.filter-button-group input[type="radio"] {
  display: none;
}
.btn-group.filter-button-group input[type="radio"]:checked + label {
  background: #fd1215;
  color: #fff;
}
.btn-group.filter-button-group label {
  padding: 5px 20px;
  border-radius: 4px !important;
  margin-right: 3px;
  color: #333;
}
.btn-group.filter-button-group label:hover {
  box-shadow: none;
  background: #fd1215 !important;
  color: #fff;
}
.px-essential-features .card {
  border: 0px;
  background: transparent;
}
.px-essential-features .card .card-body h3 {
  font-size: 1.3rem;
}
.px-essential-features .card .card-body i {
  padding: 10px 0px 15px 0px;
  max-width: 110px;
  font-size: 4.5rem;
}
div#transparency-statements div.tab-content {
  padding: 20px 0px;
}
div#transparency-statements div.tab-content table td {
  border: 0px;
  font-size: 0.95rem;
}
div#transparency-statements div.tab-content table td:first-child {
  white-space: nowrap;
  font-weight: bold;
}
div#non-profit-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
div#non-profit-logos img {
  max-width: 180px;
}
@media (max-width: 768px) {
  div#non-profit-logos {
    flex-direction: column;
  }
  div#non-profit-logos img {
    margin-bottom: 1rem;
  }
}
div#px-contact-information h3 {
  margin-bottom: 1rem;
  margin-left: -18px;
  font-size: 0.9rem;
  font-weight: 600;
  border-color: #386bd2;
  color: #000;
  text-transform: uppercase;
}
div#px-contact-information h3:nth-child(2) {
  margin-top: 2rem;
}
div#px-contact-information h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  margin-top: 1.2rem;
  text-decoration: underline;
}
div#px-contact-information div.px-contact-info-icon {
  display: flex;
}
div#px-contact-information div.px-contact-info-icon i.fa {
  padding: 5px 5px 0px 0px;
  color: rgba(56, 107, 210, 0.6);
}
div#px-contact-information div.px-contact-info-icon p {
  margin: 0px;
}
div.hbspt-form .cookie-reset-container a {
  font-size: 14px;
}
div.hbspt-form label:not(.hs-error-msg) {
  display: none;
}
div.hbspt-form ul.hs-error-msgs {
  list-style: none;
  margin: 5px 0px 0px 8px;
  color: #fd1215;
  font-size: 0.9rem;
  padding: 0px;
}
div.hbspt-form input:not(.hs-button),
div.hbspt-form select,
div.hbspt-form textarea {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 1rem;
}
div.hbspt-form select {
  height: 44px;
}
div.hbspt-form input:not(.hs-button).error {
  border: 1px solid #c00;
}
div.hbspt-form div.hs-form-field {
  margin-bottom: 10px;
}
div.hbspt-form div.legal-consent-container p {
  font-size: 0.7rem;
  line-height: 17px;
  color: #888;
}
div.hbspt-form input.hs-button {
  color: #fff;
  background: #386bd2 !important;
  display: block;
  width: 100%;
  border-radius: 50px;
  font-size: 1.1rem;
  padding: 8px;
  text-transform: uppercase;
  margin: 2rem 0;
}
div.hbspt-form input.hs-button:hover {
  background: red;
}
#sas {
  margin-top: 4rem;
}
#sas .card {
  background: #fff;
  height: 100%;
}
#sas .card h3 {
  font-size: 1.5rem;
}
#sas .card p {
  font-size: 1rem;
}
@media (max-width: 768px) {
  #sas .card {
    margin-bottom: 1rem;
    background: transparent;
  }
}
#home-personas {
  margin-top: 2.5rem;
}
#home-personas img {
  max-width: 220px;
  margin-bottom: 2rem;
}
#home-personas h2 {
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 0.9rem;
  line-height: 2.8rem;
  text-align: center;
}
#home-personas p {
  font-size: 1rem;
  text-align: center;
}
#home-features .row:first-child {
  margin-bottom: 3rem;
}
#home-features .row {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  #home-features .row {
    margin-bottom: 2rem;
  }
}
#home-features h2 {
  font-size: 2.9rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 768px) {
  #home-features h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #home-features p {
    text-align: center;
  }
}
#home-features img {
  max-width: 410px;
}
#home-resources a:hover .card {
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.25);
}
#home-resources a:hover .card sub {
  color: #386bd2;
}
#home-resources .card {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  border: 0px;
  background: #f7f7f7;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  #home-resources .card {
    height: inherit;
    margin-bottom: 1rem;
  }
}
.with-screenshots .row {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .with-screenshots .row {
    margin-bottom: 2rem;
  }
}
.with-screenshots img {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
#px-three-steps {
  counter-reset: css-counter 0;
  background: url(/assets/images/bg-contact-us.jpg) bottom center no-repeat;
  background-size: cover;
}
#px-three-steps div.card {
  position: relative;
  counter-increment: css-counter 1;
  border: 0px;
  background: rgba(56, 107, 210, 0.1);
  height: inherit;
  padding: 30px;
  margin: 0px 7px;
}
@media (max-width: 768px) {
  #px-three-steps div.card {
    margin-bottom: 2rem;
  }
}
#px-three-steps div.card .card-body {
  z-index: 800;
}
#px-three-steps div.card .card-body h4 {
  font-size: 1.5rem;
  line-height: 1.3;
}
#px-three-steps div.card:before {
  position: absolute;
  color: #386bd2;
  top: -40px;
  left: -26px;
  content: counter(css-counter);
  font-size: 8em;
  font-weight: 600;
  line-height: 1;
  opacity: 0.5;
  z-index: 100;
}
#px-min-max-checklist h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#px-min-max-checklist ul.px-checklist {
  padding-left: 20px;
  margin-bottom: 0px;
}
#px-min-max-checklist ul.px-checklist li {
  line-height: 1.45;
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}
#px-min-max-checklist ul.px-checklist li::before {
  color: #fd1215;
}
.carousel-control-next,
.carousel-control-prev {
  color: #4d7ad7 !important;
}
.carousel-item {
  text-align: center;
  min-height: 280px;
  padding: 0px 3rem;
}
.carousel-item > div {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  justify-content: center;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.width-auto {
  width: auto;
}
.carousel-indicators {
  bottom: -20px;
}
.carousel-indicators li {
  border: none;
  background: #ccc;
}
.carousel-indicators li.active {
  background: #4d7ad7;
}
.text-large {
  font-size: 2rem;
}
select#mce-INVESTAMT {
  -webkit-appearance: none;
  border: 1px solid #ABB0B2;
  height: 42px;
  border-radius: 3px;
  padding: 5px 0px 5px 8px !important;
}
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrapper:after {
  content: '\0025BC';
  font: normal normal normal 12px/1 FontAwesome;
  right: 14px;
  top: 4px;
  height: 26px;
  padding: 12px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}
.px-infographic-cards .card {
  height: 100%;
}
.px-infographic-cards h3 {
  border: 0px;
  padding: 0px;
  font-size: 1.6rem !important;
  font-weight: 400;
}
.px-infographic-cards .digit {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fd1215;
}
.px-infographic-cards .sources ol li,
.px-infographic-cards .sources ol li a {
  font-size: 0.8rem;
}
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: -12px;
  }
}
@media all and (min-width: 992px) {
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
}
@media all and (min-width: 992px) {
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
}
@media all and (min-width: 992px) {
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
}
@media all and (min-width: 992px) {
  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

@media (max-width: 767.9px) {
  #home-features img {
    width: 100%;
  }
}

@media (max-width: 438.9px) {
  .new-para {
    font-size: 16px !important;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari-specific styles */

    @media (max-width: 767.9px) {
      #home-features img {
        width: 100%;
      }
    }

    @media (max-width: 438.9px) {
      .new-para {
        font-size: 16px !important;
      }
    }

  }
}