* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.pc-hero {
  background-image: url("../img/hero-bg.png");
  padding: 50px 0px 100px 0px;
  background-size: cover;
}

.pc-hero.contact {
  background-image: url("../img/Book\ a\ Demo\ BG@2x.png");
}

.pc-hero.casestudy {
  background-image: url("../img/Case\ Study\ Hero@2x.png");
}

.pc-hero.gradient {
  background-image: url("../img/herogradient.png");
  background-color: #d4efff;
  background-position: bottom;
}

.pc-hero.mask {
  background-image: url("../img/Mask\ Group\ 20@2x.png");
  background-color: #171756;
}

.self-center {
  align-self: center;
}

.pc-nav {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.cta-row {
  width: 90%;
  margin: auto;
  padding: 100px 0;
}

.b-slide-row::-webkit-scrollbar {
  width: 2em;
  height: 5px;
}

.b-slide-row::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.b-slide-row::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid slategrey;
  width: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mh-400 {
  min-height: 400px;
}
.mh-1000 {
  min-height: 1000px;
}

.radius-20 {
  border-radius: 20px;
}

.h-100 {
  height: 100%;
}

.logo-row {
  margin: auto;
  background: #f9f9f9;
  padding: 10px 50px;
  box-shadow: 0px 3px 26px #16a4f64d;
  border-radius: 6px;
  position: relative;
  width: 80%;
}

.solutions-box {
  box-shadow: 0px 3px 6px #17175680;
  border: 1px solid #16a4f6;
  border-radius: 25px;
  padding: 0px 60px 30px 60px;
  background: linear-gradient(#1e1e70, #171756);
  max-width: 950px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
  margin-top: 40px;
  width: 100%;
  left: 50%;
}

.mobile-menu-container {
  position: absolute;
  left: 0;
  background-color: #1e1e6e;
  padding: 20px 0;
  top: 120px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.mobile-menu-container h4 {
  color: #16a4f6;
  font-size: 20px;
  margin: 0;
}

.mobile-menu-container .solutions-title {
  border-bottom: 1px solid rgba(238, 238, 238, 0.19);
  padding: 30px;
}

.mobile-menu-container .other-links h4 {
  margin: 0;
  padding: 30px 30px 0px 30px;
}

.mobile-menu-container .product-mobile-group-title h5,
.mobile-menu-container .usecases-mobile-title h5 {
  color: #19ddbc;
  font-size: 16px;
  padding: 20px 30px 20px 30px;
  margin: 0 !important;
}

.lottie-col {
  background-image: url("../img/gradientshape.png");
  background-size: cover;
  background-position: 100% 30%;
}

.product-mobile-group,
.usecases-mobile-group {
  background: #12174a;
  padding: 30px;
}

.product-mobile-group-title,
.usecases-mobile-title {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(238, 238, 238, 0.19);
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}

.product-mobile-group-title svg,
.usecases-mobile-title svg {
  color: #fff;
  height: 20px;
}

.mobile-book-container {
  width: 100%;
  background: #12174a;
  padding: 30px 50px;
  text-align: center;
  bottom: 120px;
  position: absolute;
}

nav.fixed-nav {
  position: fixed;
  width: 100%;
  padding: 50px 22px 50px 22px;
  height: 100%;
  z-index: 3;
  background: #1e1e6e;
  top: 0;
}

.mobile-menu-container .other-links a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.solutions-box .pc-col {
  padding: 30px;
}

.solutions-box h4 {
  letter-spacing: 0.4px;
  color: #16a4f6;
  font-size: 20px;
}

.solutions-box-group img {
  width: 38px;
  margin-right: 30px;
}

.solutions-box-title-desc h5 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px;
}

.solutions-box-group:hover h5 {
  color: #00ffd5;
}

.solutions-box-group {
  display: flex;
  margin-bottom: 40px;
  transition: all ease-out 0.3s;
  text-decoration: none;
}

.solutions-box-title-desc div {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.total-pages,
.current-page {
  opacity: 0;
  /* visibility: hidden; */
}

.controls button {
  background: none;
  cursor: pointer;
  border: none;
  width: min-content;
}

.controls svg {
  color: #fff;
}

.row-reverse {
  flex-direction: row-reverse;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 600;
}

.font-20 {
  font-size: 20px;
}
.font-35 {
  font-size: 35px;
}
.font-16 {
  font-size: 16px;
}

.font-bold {
  font-weight: bold;
}

.prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tns-nav {
  display: none;
}

.next {
  position: absolute;
  right: -70px;
  top: 40%;
  transform: translate(-50%, -50%);
}

.logo-row img {
  height: 65px;
  object-fit: contain;
  padding: 0 15px;
}

.logo-row .wb-img {
  height: 80px;
}

.hero-side {
  margin-left: auto;
}

.hero-side img {
  border-radius: 6px;
  margin-right: auto;
}

.cta-features {
  color: #90d0f5;
  font-size: 14px;
}

.cta-features span {
  padding-right: 10px;
}

.cta-features svg {
  height: 14px;
  width: 14px;
  position: relative;
  top: 3px;
}

.about-sec {
  background: url("../img/aboutbg.jpg");
  padding: 50px 10px;
  background-size: cover;
  background-position: bottom;
}

.pb-150 {
  padding-bottom: 150px;
}

.j-space-between {
  justify-content: space-between;
}

.j-start {
  justify-content: start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.title {
  font: normal normal bold 50px/55px "Montserrat";
  color: #f8f8f8;
  line-height: 1.3em;
}

.title.smaller {
  font-size: 35px;
}

.title.smallest {
  font-size: 20px;
}

.bg-blue {
  background-color: #171958;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.gap-15 {
  gap: 15px;
}

.pt-rel-80 {
  position: relative;
  top: 80px;
}

.brand-box img {
  width: 20px;
  margin-right: 15px;
  object-fit: contain;
}

.brand-box {
  margin: 15px;
  background-color: #f8f8f8;
  border-radius: 20px;
}

.brand-box div {
  margin: 30px;
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}

.brand-box h2 {
  background: #171756;
  color: #fff;
  font-size: 30px;
  padding: 20px 30px;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.brand-box span {
  font-size: 20px;
  display: block;
}

.bg-white {
  background-color: #f8f8f8;
}

.bg-trans {
  background-color: #ffffff;
}

.bg-blue-white {
  background: linear-gradient(#d4efff, #f8f8f8);
}

.w-90 {
  width: 90%;
}

.mh-800 {
  min-height: 800px;
}

.m-0 {
  margin: 0;
}

.border-none {
  border: none;
}

.featured-article-image {
  margin-top: -250px;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}

.mt-neg-100 {
  margin-top: -100px;
}

.bg-gradient {
  background-image: url("../img/Gradient\ Background.png");
  background-size: cover;
}

.bg-lightblue {
  background-color: #d4efff !important;
}

.bg-lightblue-grad {
  background: linear-gradient(#fff, #d4efff);
}

.bg-lightblue-grad-white {
  background: linear-gradient(#d4efff, #fff);
}

.bg-blue-black {
  background: linear-gradient(#1997e6, #171756);
}

.bg-black-blue {
  background: linear-gradient(to right, #171756, #1997e6);
}

.bg-darkgreen-grad {
  background: transparent linear-gradient(54deg, #00ffd5 0%, #171756 100%) 0% 0%
    no-repeat padding-box;
}

.clip-square-bend-both {
  clip-path: polygon(0 19%, 100% 0%, 100% 83%, 0% 100%);
}

.clip-square-bend {
  clip-path: polygon(0 1%, 100% 12%, 100% 100%, 0 88%);
}

.clip-square-bend-left {
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -0.9px;
}

.clip-square-bend-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
  margin-top: -0.5px;
}

.b-slide-row {
  overflow: auto;
  white-space: nowrap;
}

.social-row {
  display: flex;
  max-width: 900px;
  margin: auto;
  justify-content: space-between;
  position: relative;
  top: 50px;
}

.pc-contact-form {
  max-width: 600px;
  margin: auto;
  padding: 50px 0;
  width: 85%;
  min-height: 800px;
}
.pc-social-icon {
  background: #171756;
  color: #fff;
  font-size: 10px;
  padding: 8px 10px;
  border-radius: 3px;
}

.pc-social-icon .fa {
  font-size: 15px;
  padding-left: 6px;
}
.pc-news-featured {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 50px auto;
  background: #fff;
  box-shadow: 0px 3px 26px #1717560a;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pc-news-grid p {
  width: 100%;
}

.pc-news-grid {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
.pc-input-group input {
  width: 100%;
  height: 50px;
  margin: 15px 0px 0px 0px;
  border: none;
}

.pc-contact-form label {
  color: #353570;
  font-size: 16px;
}

.social-row img {
  width: 80px;
}

.b-slide-item {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-right: 30px;
  width: 200px;
  height: 300px;
}

.b-slide-item img {
  width: 100%;
  height: 100%;
}
.b-slide-item p {
  margin-top: -10px;
}

.bg-midblue-grad {
  background: linear-gradient(#d4efff, #1695e5);
}

.color-blue {
  color: #171756;
}

.color-white {
  color: #fff;
}

.mt-0 {
  margin-top: 0;
}

.py-50 {
  padding: 50px 0;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.py-100 {
  padding: 100px 0;
}

.mw-300 {
  max-width: 300px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
  max-width: 500px;
}

.p-20 {
  padding: 20px;
}

.p-40 {
  padding: 40px;
}

.pt-250 {
  padding-top: 200px;
}

.pb-250 {
  padding-bottom: 200px;
}

.case-section {
  background-image: url("../img/casestudies.png");
  background-color: #171756;
  background-size: cover;
}

.case-title {
  margin: 0;
  color: #171756;
  font-size: 128px;
  position: relative;
  top: 50px;
  z-index: 1;
}

.case-section .pc-row {
  z-index: 3;
  position: relative;
}

.git-row {
  background: url("../img/network.png");
  background-size: cover;
  max-width: 1200px;
  margin: auto;
  background-position: center;
  border-radius: 10px;
  position: relative;
  top: -120px;
}

.pc-footer {
  background: url("../img/footerbg.png");
  background-size: cover;
  padding: 50px;
}

.pc-footer li {
  list-style: none;
}

.pc-footer .ul-title {
  padding-bottom: 20px;
}

.pc-footer .ul-subtitle {
  padding-bottom: 10px;
}

.pc-footer .ul-subtitle a {
  color: #19ddbc;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.pc-footer .ul-title a {
  color: #16a4f6;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}

.pc-footer ul {
  margin-bottom: 50px;
  padding: 0px;
}

.footer-social-icons {
  /*display: flex;*/
}

.footer-social-icons img {
  width: 70px;
}

.case-studies-container {
  position: relative;
  z-index: 3;
}

.iab-logo {
  max-width: 100px;
  position: relative;
  top: -25px;
}

.pc-footer .ul-item .fa {
  color: #fff;
  padding-right: 10px;
}

.w-25 {
  width: 25%;
}

.pc-footnote {
  color: #e6e6e6;
  font-size: 12px;
  line-height: 18px;
  max-width: 1200px;
  margin: auto;
}

.pc-footer .ul-item {
  padding-bottom: 10px;
}

.pc-footer .ul-item a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.py-150 {
  padding: 150px 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.decoration-none {
  text-decoration: none;
}

.pl-50 {
  padding-left: 50px;
}

.desc {
  color: #e6e6e6;
  font-size: 20px;
  line-height: 1.3em;
}

.desc.smallest {
  font-size: 18px;
  line-height: 28px;
}

#pc-logo {
  max-width: 215px;
}

.pc-btn {
  color: #171756;
  background: linear-gradient(108deg, #16a4f6, #00ffd5);
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  padding: 15px 30px;
  display: inline-block;
}

.pc-btn.deep-blue {
  background: #171756;
  color: #fff;
}

img {
  width: 100%;
  height: auto;
}

.pc-nav-items ul {
  display: flex;
}

.pc-nav-items li a.active {
  color: #00ffd5;
}

.pc-nav-items li a:hover {
  border-bottom: 1px solid #16a4f6;
}

.pc-nav-items li .solutions-box a:hover {
  border-bottom: 0px;
}

.pc-nav-items li {
  list-style: none;
  margin-right: 30px;
}

.pc-nav-items li a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
}

.pc-row {
  display: flex;
}

.pc-col-row {
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.pc-col-row .bottom {
  margin-top: auto;
}

.w-50 {
  width: 50%;
}

.w-32 {
  width: 32%;
}

.w-100 {
  width: 100%;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-600 {
  max-width: 600px;
}

.mw-800 {
  max-width: 800px;
}

.pos-static {
  position: static;
}

@media (max-width: 425px) {
  .iab-logo {
    top: -10px;
  }
}

@media (max-width: 920px) {
  .show-fixed nav.fixed-nav {
    top: unset;
  }

  .pc-nav {
    padding: 0 22px;
    width: 100%;
    background-color: transparent;
  }

  .show-fixed .pc-nav {
    position: fixed;
    background: #1e1e6e;
    width: 100%;
    top: 0;
    padding: 8px 22px 4px 22px;
    z-index: 10;
  }
  .show-fixed .pc-nav.fixed-nav {
    background: #1e1e6e;
    width: 100%;
    top: 0;
    padding: 50px 22px 50px 22px;
    z-index: 10;
  }
  .next {
    right: 0;
    top: unset;
    bottom: -65px;
  }

  .clip-square-bend {
    clip-path: none;
  }

  .clip-square-bend-left {
    clip-path: none;
  }

  .clip-square-bend-bottom {
    clip-path: none;
  }

  .pb-mobile-50 {
    padding-bottom: 50px;
  }

  .b-slide-item {
    width: 80%;
  }

  .pc-col.brand-box {
    padding: 0;
  }

  .bg-gradient {
    background-color: #171756;
  }

  .social-row {
    max-width: 100%;
    padding: 0 20px;
  }

  .social-row img {
    width: 30px;
  }

  .mh-1000 {
    min-height: auto;
  }

  .title {
    font-size: 40px;
  }

  .title.smaller {
    font-size: 25px;
  }

  .case-title {
    font-size: 40px;
    top: 0;
    padding: 0 30px 30px 30px;
  }

  .git-row {
    width: 80%;
    padding: 40px 20px;
  }

  .pc-footer .pc-row {
    align-items: center;
  }

  .pc-footer ul {
    padding-left: 0;
  }

  .title.smallest {
    font-size: 18px;
  }

  .controls svg {
    height: 25px;
  }

  .prev {
    left: unset;
    bottom: -65px;
    top: unset;
    right: 20px;
  }

  .hide-mobile {
    display: none;
  }

  .logo-row {
    width: 100%;
    border-radius: 0;
    padding: 10px;
  }

  .pc-col {
    width: 100%;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
  }

  .pc-row {
    flex-direction: column;
  }

  .cta-row {
    padding-top: 0;
    text-align: center;
  }

  .pc-hero {
    background-position: 80% 80%;
  }

  .cta-row .title {
    text-align: center;
  }

  .cta-features {
    padding-bottom: 60px;
  }

  .m-col-reverse {
    flex-direction: column-reverse;
  }

  .feature-section img {
    width: 80%;
  }

  .mobile-menu-btn {
    background: linear-gradient(108deg, #16a4f6, #00ffd5);
    border: none;
    padding: 3px;
    border-radius: 4px;
    display: flex;
    margin-top: 8px;
  }

  .mobile-menu-btn svg {
    height: 30px;
    color: #171756;
  }
  .pc-news-featured .pc-col {
    padding-bottom: 30px;
  }
}

@media (min-width: 920px) {
  .mobile-only {
    display: none;
  }
}

.case-study-item {
  width: 30%;
  margin-right: 3%;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}
.case-study-item img {
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 920px) {
  .case-study-item {
    width: 47%;
    margin-right: 3%;
  }
}
@media (max-width: 425px) {
  .case-study-item {
    width: 90%;
    margin-right: 0%;
  }
}
#iframe-wrapper {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 0px;
  padding: 0;
  overflow: hidden;
}
#iframe-wrapper iframe {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  transform-origin: 0px 0px;
  transform: scale(1, 1);
  width: 100%;
  height: 100%;
}

ul.terms {
  color: #171756;
}
ol.terms {
  counter-reset: item;
  color: #171756;
}
ol.terms li {
  display: block;
  margin-top: 18px;
  font-size: 1.5em;
}

ol.terms li ol li {
  display: block;
  font-size: 18px;
  line-height: 28px;
}
ol.terms li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.5em;
}

ol.terms li ol li:before {
  font-weight: normal;
  font-style: italic;
}

ol.terms li ol li ul li:before {
  display: none;
}

button#ihavecookiesBtn {
  margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background: linear-gradient(to right, #171756, #1997e6);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 9999999;
  /* font-family: system-ui; */
}
#gdpr-cookie-message h4 {
  color: #19ddbc;
  /* font-family: "Quicksand", sans-serif; */
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: #19ddbc;
  /* font-family: "Quicksand", sans-serif; */
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: #19ddbc;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #19ddbc;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #1997e6;
  color: white;
  /* font-family: "Quicksand", sans-serif; */
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: #1997e6;
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  color: #1997e6;
  background: #fff;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
