@import "fonts-colors.css";
@import "hero.css";
@import "cards-and-carousels.css";
@import "nav-and-footer.css";
@import "filterable-webinars.css";

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 auto;
  position: relative;
  max-width: calc(100% - 60px);
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 -8px;
  width: calc(100% + 16px);
}
.clearfix {
  width: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
[class*="cell-"] {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0 8px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.cell-xs-hide {
  display: block;
}
.cell-xs-show {
  display: none;
}
@media (min-width: 0px) {
  .container {
    width: 100%;
  }
  .cell-xs-1 {
    width: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .cell-xs-2 {
    width: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .cell-xs-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-xs-3 {
    margin-left: 25%;
  }
  .cell-xs-4 {
    width: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .cell-xs-5 {
    width: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .cell-xs-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-xs-6 {
    margin-left: 50%;
  }
  .cell-xs-7 {
    width: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .cell-xs-8 {
    width: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .cell-xs-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-xs-9 {
    margin-left: 75%;
  }
  .cell-xs-10 {
    width: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .cell-xs-11 {
    width: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .cell-xs-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-xs-12 {
    margin-left: 100%;
  }
  .cell-xs-auto {
    width: auto;
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 0px) and (max-width: 766px) {
  .cell-xs-hide {
    display: none !important;
  }
  .cell-xs-show {
    display: block !important;
  }
}
.cell-sm-hide {
  display: block;
}
.cell-sm-show {
  display: none;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
  .cell-sm-1 {
    width: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .cell-sm-2 {
    width: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .cell-sm-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-sm-3 {
    margin-left: 25%;
  }
  .cell-sm-4 {
    width: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .cell-sm-5 {
    width: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .cell-sm-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-sm-6 {
    margin-left: 50%;
  }
  .cell-sm-7 {
    width: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .cell-sm-8 {
    width: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .cell-sm-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-sm-9 {
    margin-left: 75%;
  }
  .cell-sm-10 {
    width: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .cell-sm-11 {
    width: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .cell-sm-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-sm-12 {
    margin-left: 100%;
  }
  .cell-sm-auto {
    width: auto;
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cell-sm-hide {
    display: none !important;
  }
  .cell-sm-show {
    display: block !important;
  }
}
.cell-md-hide {
  display: block;
}
.cell-md-show {
  display: none;
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
  .cell-md-1 {
    width: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .cell-md-2 {
    width: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .cell-md-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-md-3 {
    margin-left: 25%;
  }
  .cell-md-4 {
    width: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .cell-md-5 {
    width: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .cell-md-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-md-6 {
    margin-left: 50%;
  }
  .cell-md-7 {
    width: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .cell-md-8 {
    width: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .cell-md-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-md-9 {
    margin-left: 75%;
  }
  .cell-md-10 {
    width: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .cell-md-11 {
    width: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .cell-md-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-md-12 {
    margin-left: 100%;
  }
  .cell-md-auto {
    width: auto;
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 992px) and (max-width: 1088px) {
  .cell-md-hide {
    display: none !important;
  }
  .cell-md-show {
    display: block !important;
  }
}
.cell-lg-hide {
  display: block;
}
.cell-lg-show {
  display: none;
}
@media (min-width: 1200px) {
  .container {
    width: 1088px;
  }
  .cell-lg-1 {
    width: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -ms-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .cell-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .cell-lg-2 {
    width: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -ms-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .cell-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .cell-lg-3 {
    width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
  }
  .cell-offset-lg-3 {
    margin-left: 25%;
  }
  .cell-lg-4 {
    width: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .cell-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .cell-lg-5 {
    width: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -ms-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .cell-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .cell-lg-6 {
    width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
  }
  .cell-offset-lg-6 {
    margin-left: 50%;
  }
  .cell-lg-7 {
    width: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -ms-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .cell-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .cell-lg-8 {
    width: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -ms-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .cell-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .cell-lg-9 {
    width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-basis: 75%;
    flex-basis: 75%;
  }
  .cell-offset-lg-9 {
    margin-left: 75%;
  }
  .cell-lg-10 {
    width: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -ms-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .cell-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .cell-lg-11 {
    width: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -ms-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .cell-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .cell-lg-12 {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cell-offset-lg-12 {
    margin-left: 100%;
  }
  .cell-lg-auto {
    width: auto;
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
  }
}
@media (min-width: 1200px) and (max-width: 99999999px) {
  .cell-lg-hide {
    display: none !important;
  }
  .cell-lg-show {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
}
.no-break {
  white-space: nowrap;
}
img {
  max-width: 100%;
}
img.radius {
  border-radius: 5px;
}
.align-center {
  align-items: center;
}
.align-center .grid {
  align-items: center;
}
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
@media (min-width: 992px) {
  .pr-40 {
    padding-right: 40px;
  }
  .pl-40 {
    padding-left: 40px;
  }
  .pr-10 {
    padding-right: 10px;
  }
  .pl-10 {
    padding-left: 10px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mt-60 {
  margin-top: 60px;
}
.play-button {
  display: block;
  margin: 0 auto;
  background: rgba(16, 42, 200, 0.8);
  width: 109px;
  height: 75px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.play-button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-left: 38px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}
.play-button:hover {
  background: #102ac8;
}
blockquote {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 70px 70px 46px;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  margin: 0;
  position: relative;
}
@media (max-width: 767px) {
  blockquote {
    padding: 70px 30px 30px;
  }
}
blockquote:before {
  content: "";
  display: block;
  width: 23px;
  height: 48px;
  background: url(../img/quote-dark.png) no-repeat top center/100% auto;
  position: absolute;
  top: 30px;
  left: 43px;
}
@media (max-width: 767px) {
  blockquote:before {
    top: 30px;
    left: 30px;
  }
}
blockquote:after {
  content: "";
  display: none;
  width: 81px;
  height: 20px;
  background: url(../img/validated-dark.png) no-repeat top center/100% auto;
}
@media (max-width: 767px) {
  blockquote:after {
    display: none;
  }
}
blockquote span {
  display: block;
  margin-top: 45px;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #077584;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  blockquote span {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
blockquote span.author {
  margin-top: 25px;
  font-size: 9px;
  line-height: 12px;
  font-weight: 300;
  text-transform: none;
}
blockquote span.author strong {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
}
blockquote.validated:after {
  display: inline-block;
}
blockquote.black {
  background: #000;
  color: #fff;
}
blockquote.black:before {
  background: url(../img/quote.png) no-repeat top center/100% auto !important;
}
blockquote.black:after {
  background: url(../img/validated.png) no-repeat top center/100% auto !important;
}
blockquote.black span {
  color: #59cfdb;
}
blockquote.no-source span,
blockquote.no-source:after {
  display: none;
}
blockquote.no-source span.author {
  display: block;
}
blockquote.no-source span.blue {
  display: inline;
  font-size: 20px;
}
blockquote.transparent {
  padding: 0 0 0 30px;
}
blockquote.transparent:before {
  top: -10px;
  left: 0;
}
blockquote.transparent span,
blockquote.transparent:after {
  display: none;
}
blockquote.transparent span.author {
  display: block;
}
blockquote.transparent span.blue {
  display: inline;
  font-size: 20px;
}
blockquote.transparent:before {
  background: url(../img/quote-dark.png) no-repeat top center/100% auto;
}
blockquote.simple {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
blockquote.simple:after,
blockquote.simple:before {
  display: none;
}
blockquote.simple span.author {
  font-size: 10px;
}
blockquote.smaller {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 60px;
}
blockquote.smaller:last-child {
  margin-bottom: 0;
}
ul.blue-check {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
ul.blue-check:last-child {
  margin-bottom: 0;
}
ul.blue-check > li {
  position: relative;
  padding: 0 0 0 60px;
  margin: 0 0 40px;
}
ul.blue-check > li:before {
  content: "";
  display: block;
  width: 39px;
  height: 31px;
  background: url(../img/check.png) no-repeat center/cover;
  position: absolute;
  top: -4px;
  left: 0;
}
ul.blue-check > li:last-child {
  margin-bottom: 0;
}
ul.blue-check.small > li {
  padding-left: 44px;
  margin-bottom: 20px;
}
ul.blue-check.small > li:before {
  width: 26px;
  height: 21px;
  top: 2px;
}
ul.blue-dot {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
ul.blue-dot:last-child {
  margin-bottom: 0;
}
ul.blue-dot > li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
}
ul.blue-dot > li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #077584;
  position: absolute;
  top: 10px;
  left: 1px;
  border-radius: 50%;
}
ul.blue-dot > li:last-child {
  margin-bottom: 0;
}
ul.blue-dot.wider > li {
  margin-bottom: 10px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .mobile-order-1 {
    order: 1;
    margin-top: 0 !important;
    margin-bottom: 40px;
  }
  .mobile-order-2 {
    order: 2;
  }
  .mobile-order-3 {
    order: 3;
  }
  .mobile-order-4 {
    order: 4;
  }
  .mobile-order-5 {
    order: 5;
  }
  .mobile-order-6 {
    order: 6;
  }
  .mobile-order-7 {
    order: 7;
  }
  .mobile-order-8 {
    order: 8;
  }
  .mobile-order-9 {
    order: 9;
  }
  .mobile-order-10 {
    order: 10;
  }
  .mobile-order-11 {
    order: 11;
  }
  .mobile-order-12 {
    order: 12;
  }
  .mobile-order-13 {
    order: 13;
  }
  .mobile-order-14 {
    order: 14;
  }
  .mobile-order-15 {
    order: 15;
  }
  .mobile-order-16 {
    order: 16;
  }
  .mobile-order-17 {
    order: 17;
  }
  .mobile-order-18 {
    order: 18;
  }
  .mobile-order-19 {
    order: 19;
  }
  .mobile-order-20 {
    order: 20;
  }
}
hr {
  height: 1px;
  background: #09a0b5;
  border: 0;
  margin: 60px 0;
}
hr.no-margin {
  margin-bottom: 0;
}
.top-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
}
.top-grid .container {
  height: 100%;
}
.top-grid .container .grid {
  height: 100%;
}
.top-grid .container .grid > div {
  height: 100%;
}
.top-grid .container .grid > div > div {
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}
body.overflow {
  overflow: hidden;
}
.wrap {
  padding: 80px 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .wrap {
    padding: 50px 0;
  }
}
.wrap.black {
  background-color: #000;
  color: #fff;
}
.wrap.black .blue,
.wrap.black h3 {
  color: #59cfdb;
}
.wrap.black ul.blue-dot li:before {
  background: #59cfdb;
}
.wrap.blue {
  background-color: #59cfdb;
  color: #333;
}
.wrap.grey {
  background-color: #eef1f2;
}
.wrap.blue-black {
  position: relative;
}
.wrap.blue-black > .container {
  z-index: 2;
}
.wrap.blue-black:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/blue-bg.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .wrap.blue-black:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .wrap.blue-black {
    padding-top: 0;
  }
  .wrap.blue-black .text-block:nth-child(1) {
    margin-bottom: 80px;
    position: relative;
    padding-top: 80px;
  }
  .wrap.blue-black .text-block:nth-child(1):before {
    content: "";
    display: block;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
    background: url(../img/blue-bg.png) no-repeat center/cover;
  }
  .wrap.blue-black .text-block:nth-child(1) > div {
    position: relative;
    z-index: 2;
  }
}
.wrap.blue-black .grid {
  align-items: stretch;
}
.wrap.blue-black .grid > div > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap.blue-black .grid > div > div > div {
  flex: 1;
  margin-bottom: 30px;
}
.wrap.blue-black .grid > div > div > p {
  flex: none;
}
.wrap.alt-black,
.wrap.alt-video {
  position: relative;
}
.wrap.alt-black > .container,
.wrap.alt-video > .container {
  z-index: 2;
}
.wrap.alt-black:before,
.wrap.alt-video:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/bg-black-alt7.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .wrap.alt-black:before,
  .wrap.alt-video:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .wrap.alt-black,
  .wrap.alt-video {
    padding-top: 0;
  }
  .wrap.alt-black .text-block:nth-child(1),
  .wrap.alt-video .text-block:nth-child(1) {
    margin-bottom: 80px;
    position: relative;
    padding-top: 80px;
  }
  .wrap.alt-black .text-block:nth-child(1):before,
  .wrap.alt-video .text-block:nth-child(1):before {
    content: "";
    display: block;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
    background: url(../img/bg-black-alt7.png) no-repeat center/cover;
  }
  .wrap.alt-black .text-block:nth-child(1) > div,
  .wrap.alt-video .text-block:nth-child(1) > div {
    position: relative;
    z-index: 2;
  }
}
.wrap.alt-black .grid,
.wrap.alt-video .grid {
  align-items: stretch;
}
.wrap.alt-black .grid > div > div,
.wrap.alt-video .grid > div > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap.alt-black .grid > div > div > div,
.wrap.alt-video .grid > div > div > div {
  flex: 1;
  margin-bottom: 30px;
}
.wrap.alt-black .grid > div > div > p,
.wrap.alt-video .grid > div > div > p {
  flex: none;
}
.wrap.alt-black.align-center .grid,
.wrap.alt-video.align-center .grid {
  align-items: center;
}
.wrap.alt-video:before {
  background: url(../img/alt-video.jpg) no-repeat center/cover;
}
@media (max-width: 991px) {
  .wrap.alt-video .text-block:nth-child(1):before {
    background: url(../img/alt-video.jpg) no-repeat center/cover;
  }
}
.wrap.split-bg {
  position: relative;
}
.wrap.split-bg > .container {
  z-index: 2;
}
.wrap.split-bg:after,
.wrap.split-bg:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  .wrap.split-bg:after,
  .wrap.split-bg:before {
    display: none;
  }
}
.wrap.split-bg:after {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  .wrap.split-bg {
    padding-top: 0;
  }
  .wrap.split-bg .text-block:nth-child(1),
  .wrap.split-bg .text-block:nth-child(2) {
    position: relative;
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .wrap.split-bg .text-block:nth-child(1):before,
  .wrap.split-bg .text-block:nth-child(2):before {
    content: "";
    display: block;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .wrap.split-bg .text-block:nth-child(1) > div,
  .wrap.split-bg .text-block:nth-child(2) > div {
    position: relative;
    z-index: 2;
  }
  .wrap.split-bg .text-block:nth-child(2):before {
    right: -30px;
  }
}
.wrap.split-bg .grid {
  align-items: stretch;
}
.wrap.split-bg .grid > div > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap.split-bg .grid > div > div > div {
  flex: 1;
  margin-bottom: 30px;
}
.wrap.split-bg .grid > div > div > p {
  flex: none;
}
.wrap.split-bg.align-center .grid {
  align-items: center;
}
.wrap.statements {
  padding: 24px 0;
  font-size: 10px;
  line-height: 18px;
}
.wrap.references-wrap {
  padding-top: 0;
  margin-top: -60px;
}
.text-block + .tabs-block {
  margin-top: 80px;
}
.cards-block + .text-block {
  margin-top: 44px;
}
.resources-block {
  margin-top: 60px;
}
.text-block + .cards-block {
  margin-top: 68px;
}
@media (max-width: 767px) {
  .text-block + .cards-block {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .text-block + .text-block {
    margin-top: 40px;
  }
}
.tabs .tabs-nav {
  display: flex;
  border-bottom: 2px solid #59cfdb;
  margin-bottom: 16px;
}
.tabs .tabs-nav > div {
  flex: auto;
  font-size: 20px;
  line-height: 38px;
  font-weight: 500;
  padding: 3px 10px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  transition: 0.3s;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid transparent;
}
.tabs .tabs-nav > div::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
.tabs .tabs-nav > div:hover {
  border-bottom: 4px solid #eef1f2;
}
.tabs .tabs-nav > div.active {
  border-bottom: 4px solid #59cfdb;
  font-weight: 700;
}
@media (max-width: 991px) {
  .tabs .tabs-nav {
    display: none;
  }
}
.tabs .tab-title {
  display: none;
}
@media (max-width: 991px) {
  .tabs .tab-title {
    display: block;
    margin: 5px -30px 0;
    padding: 4px 30px;
    background: #59cfdb;
    color: #333;
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    position: relative;
    text-align: center;
  }
  .tabs .tab-title:first-child {
    margin-top: 0;
  }
  .tabs .tab-title:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/plus.png) no-repeat center/cover;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 30px;
  }
  .tabs .tab-title.active:after {
    background: url(../img/minus.png) no-repeat center/100% auto;
  }
}
.tabs .tab {
  display: none;
  background: #eef1f2;
  border-radius: 5px;
  padding: 30px;
}
.tabs .tab.active {
  display: block;
}
@media (max-width: 991px) {
  .tabs .tab {
    margin: 0 -30px;
  }
}
.icon {
  display: flex;
}
.icon > div:nth-child(1) {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  padding-right: 30px;
}
.icon > div:nth-child(1) img {
  max-width: 160px;
}
.icon > div:nth-child(2) {
  flex: 1;
}
@media (max-width: 767px) {
  .icon {
    flex-direction: column;
    align-items: center;
  }
  .icon > div:nth-child(1) {
    margin-bottom: 30px;
    padding: 0;
  }
  .icon p:last-child {
    text-align: center;
  }
}
.a-left .cards.black .card .content,
.a-left .cards.black .card h3 {
  text-align: left;
}
.quotes {
  display: flex;
  transition: 0.3s;
}
.quotes blockquote {
  flex: none;
  width: 100%;
}
@media (min-width: 992px) {
  .quotes blockquote {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
.quotes-carousel .dots {
  bottom: -40px;
}
.grey-block {
  max-width: 100%;
  margin: 0 0 24px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  background-color: #f6f8f8;
  padding: 40px 30px;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
}
.grey-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #59cfdb;
  z-index: 10;
}
.grey-block > div {
  margin-bottom: 50px;
}
.grey-block > div:last-child {
  margin-bottom: 0;
}
.grey-block > div.no-margin {
  margin-bottom: 20px;
}
.flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.play-video {
  height: 449px;
}
.play-video h2 {
  margin-bottom: 10px;
}
.share {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  max-width: 210px;
  width: 100%;
}
.share > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  background: #000;
  border: 1px solid #59cfdb;
  border-radius: 50%;
  color: #fff;
  position: relative;
  transition: 0.5s;
}
.share > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #59cfdb;
  transition: 0.5s;
  transform: scale(0.9);
  z-index: -1;
}
.share > a img {
  max-width: 65%;
}
.share > a:hover {
  box-shadow: 0 0 20px #db40ef;
  text-shadow: 0 0 20px #db40ef;
}
.share > a:hover:before {
  transform: scale(1.2);
  box-shadow: 0 0 20px #db40ef;
  filter: blur(3px);
}
.whitepaper .hero {
  min-height: 700px;
}
.whitepaper .hero .thumbnail {
  display: block;
  line-height: 0;
  width: 220px;
  margin-bottom: 30px;
  box-shadow: 5px 23px 99px rgba(0, 0, 0, 0.58);
}
.whitepaper h1 {
  font-size: 36px;
  line-height: 48px;
}
.whitepaper .whitepaper-text {
  padding: 0 42px;
}
@media (max-width: 991px) {
  .whitepaper .whitepaper-text {
    padding: 0;
  }
}
.whitepaper .separator {
  background-image: url(../img/bg-black-alt9.png);
}
.blog-page h1 {
  font-size: 36px;
  line-height: 48px;
}
.blog-page .share-collegues .grid {
  justify-content: center;
}
.blog-page .share-collegues .grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-page .references {
  margin-top: 0;
}
.blog-page .references p {
  margin-bottom: 10px;
  color: #1fa8bc;
}
.blog-page .references ol {
  counter-reset: section;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}
.blog-page .references ol > li {
  padding: 0;
  margin: 0;
}
.blog-page .references ol > li:before {
  content: counter(section) ". ";
  counter-increment: section;
  color: #59cfdb;
  font-weight: 700;
  display: inline-block;
  min-width: 15px;
  padding-right: 5px;
}
table {
  margin-bottom: 30px;
  border-collapse: collapse;
}
table th {
  background: #1fa8bc;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 20px;
}
table th span {
  font-size: 11px;
  line-height: 14px;
  display: block;
  margin-top: 20px;
  font-weight: 400;
}
table td {
  padding: 20px;
  border-bottom: 2px solid #1fa8bc;
}
table td.grey {
  min-width: 211px;
  background: #eef1f2;
}
table td p,
table td ul {
  margin-bottom: 5px;
}
table td p:last-child,
table td ul:last-child {
  margin-bottom: 0;
}
table.stripped tr:nth-child(2n + 2) td {
  background: #fafbfb;
}
@media (max-width: 767px) {
  .terms-nav .btn {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  .terms-nav .btn:last-child {
    margin-bottom: 0;
  }
}
.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px 0;
}
.team > div {
  width: 283px;
  max-width: calc(100% - 24px);
  margin: 0 12px 24px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team > div {
    max-width: calc(50% - 24px);
  }
}
@media (min-width: 992px) {
  .team > div {
    max-width: calc(33.3% - 24px);
  }
}
.team > div p:last-child {
  margin: 0;
}
.team > div .photo {
  display: block;
  background-color: #eef1f2;
  background-size: cover;
  background-position: 0 20%;
  border-top: 10px solid #59cfdb;
  height: 283px;
  margin-bottom: 24px;
}
.team-photo {
  display: block;
  background-color: #eef1f2;
  background-size: cover;
  border-top: 10px solid #59cfdb;
  width: 283px;
  height: 283px;
  max-width: 100%;
  margin-bottom: 24px;
}
.table-scroll {
  max-width: 100%;
  overflow: auto;
}
.table-scroll > table {
  margin: 0;
}
.error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 420px;
  min-height: calc(100vh - 495px);
}
.error p {
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
}
.error p.title {
  font-size: 90px;
  line-height: 70px;
  color: #09a0b5;
  font-style: italic;
}
.partner {
  height: 200px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.partner img {
  max-width: 90%;
}
.tech-note {
  display: flex;
  align-items: flex-start;
  padding-bottom: 68px;
  margin-bottom: 68px;
  border-bottom: 1px solid #077584;
}
.tech-note img {
  width: 220px;
  max-width: 100%;
  margin-right: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.tech-note p:last-child {
  margin-bottom: 0;
}
.tech-note:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 solid #077584;
}
@media (max-width: 767px) {
  .tech-note {
    flex-direction: column;
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .tech-note img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tech-note:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.archive-pagination {
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-pagination .current,
.archive-pagination a {
  display: flex;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  margin: 0 6px;
  color: #aeaeae;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 #db40ef;
}
.archive-pagination .current:hover,
.archive-pagination a:hover {
  background: #000;
  border-color: #db40ef;
  color: #fff;
  box-shadow: 0 0 10px #db40ef !important;
  cursor: pointer;
}
.archive-pagination .current.next,
.archive-pagination .current.prev,
.archive-pagination a.next,
.archive-pagination a.prev {
  border: 0;
  background: 0 0;
}
.archive-pagination .current {
  background: #fff;
  border-color: #db40ef;
  color: #db40ef;
}
.modal {
  display: none;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  z-index: 99999999;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .modal {
    padding-top: 40px;
  }
}
.modal > div {
  width: 720px;
  max-width: calc(100% - 60px);
  display: block;
  border-top: 15px solid #59cfdb;
  background: #fff;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16);
  transform: translate(0, 25%);
  transition: 0.2s;
  margin: 0 auto;
}
.modal > div > div {
  padding: 65px 90px;
  position: relative;
}
@media (max-width: 767px) {
  .modal > div > div {
    padding: 65px 20px 20px;
  }
}
.modal > div > div .modal-close {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/close.png) no-repeat center/cover;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 30px;
}
.modal.open > div {
  transform: translate(0, 0);
}
.modal.video {
  background: rgba(0, 0, 0, 0.65);
}
.modal.video > div {
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
}
.modal.video > div > div {
  padding-left: 0;
  padding-right: 0;
}
.modal.video > div iframe {
  max-width: 100%;
  width: 100% !important;
}
.hbspt-form {
  padding: 0 42px;
}
@media (max-width: 767px) {
  .hbspt-form {
    padding: 0;
  }
}
.no-margins-form .hbspt-form {
  padding: 0;
}
.platform #play-video {
  height: 449px;
}
.faq-content {
  background-color: #f1f1f1;
  padding: 5px 20px;
  border-radius: 5px;
}
summary {
  background-color: #59cfdb;
  color: #fff;
  padding: 16px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  outline: 0;
  margin: 20px 0;
}
.thinSummary {
  background-color: #a9a9a9;
  padding: 8px 16px;
  font-size: 16px;
  margin: 10px 0;
}
details > summary::-webkit-details-marker {
  display: none;
}
details[open] summary ~ * {
  animation: smooth 0.4s ease-in-out;
}
@keyframes smooth {
  0% {
    opacity: 0;
    margin-top: -10px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 25px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 25px;
}
.user-groups-speaker-cards .cards .card.white > div > p img {
	width:100%;
}
.speaker-carousel .cards .card.transparent > div img {
	width:250px;
}
.speaker-carousel .cards .card.transparent > div h3 {
	display:none;
}
.full-width-ceros-row .container {
	width:100%;
	max-width: 100%;
	padding:0px;
}
.full-width-ceros-row {
	padding: 0px;
}
.disabledComponent {
	display: none;
}
@media only screen and (max-width: 992px) {
	.split-bg .container .grid div::before {
		background-image: none !important;
		background-color:black;
	}
  .dropTitle {
    margin-top:90px;
  }
}
.custom-posts-navigation {
  text-align: center;
  margin: 20px 0;
}
.custom-posts-navigation .pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  gap: 16px;
}

