html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body.overflow-hidden {
  overflow: hidden;
}

.wrapper {
  max-width: 1440px;
  width: 78.33%;
  margin: 0 auto;
}

h2 {
  background: linear-gradient(180deg, #0156C1 20.59%, #013981 86.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  color: #000;
  font-family: "IBM Plex Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

.banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.banner-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

header {
  padding: 13px 0;
  background: #EEF9FE;
}
header .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1128px;
  padding: 0 10px;
  margin: 0 auto;
}
header .grid img {
  width: 268px;
  height: 56px;
  vertical-align: bottom;
  -o-object-fit: fill;
     object-fit: fill;
}
@media only screen and (max-width: 800px) {
  header .grid img {
    width: 180px;
    height: auto;
  }
}
header .grid .custom-dropdown {
  position: relative;
  display: inline-block;
}
header .grid .custom-dropdown-btn {
  cursor: pointer;
  width: 146px;
  height: 42px;
  color: #023A82;
  text-align: center;
  font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #DADCE0;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
header .grid .custom-dropdown-btn:hover {
  transform: scale(1.04);
  transition: all 140ms;
}
@media only screen and (max-width: 800px) {
  header .grid .custom-dropdown-btn {
    width: 136px;
    height: 32px;
    font-size: 16px;
  }
}

.banner {
  position: relative;
  min-height: 570px;
}
.banner .grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 1206px;
  padding: 0 10px;
  margin: 0 auto;
}
.banner .cont-wrap {
  position: relative;
  min-height: 570px;
  overflow: hidden;
}
.banner .cont-wrap .cta-wrap {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .banner .cont-wrap .cta-wrap {
    justify-content: center;
  }
}
.banner .cont-wrap .cta-wrap .ff-cta {
  border-radius: 9px;
  background: #109AD6;
  width: 280px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
.banner .cont-wrap .cta-wrap .ff-cta img {
  width: 145.385px;
  height: 46.999px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .banner .cont-wrap .cta-wrap .ff-cta img {
    width: 92px;
    height: auto;
  }
}
.banner .cont-wrap .cta-wrap .ff-cta:hover {
  opacity: 0.8;
}
.banner .cont-wrap .cta-wrap .chrome-cta {
  width: 280px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9px;
  background-color: #fff;
  border: 1px solid #DADCE0;
  cursor: pointer;
}
.banner .cont-wrap .cta-wrap .chrome-cta:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .banner .cont-wrap .cta-wrap .chrome-cta img {
    width: 122px;
    height: auto;
  }
}
.banner .cont-wrap .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .banner .cont-wrap .img-wrap {
    display: none;
  }
}
.banner .cont-wrap .img-wrap .img-wrap-left, .banner .cont-wrap .img-wrap .img-wrap-right {
  flex: 1;
}
.banner .cont-wrap .img-wrap .img-wrap-left {
  min-width: 540px;
}
.banner .cont-wrap .img-wrap .img-wrap-right img {
  max-width: 694px;
  width: 100%;
  height: auto;
  transform: translateY(10px);
}
.banner .cont-wrap .img-wrap .img-wrap-right {
  flex: auto;
  max-width: 740px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.banner .cont-wrap .cont-wrap-inner {
  padding-top: 146px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .banner .cont-wrap .cont-wrap-inner {
    padding-top: 20px;
  }
}
.banner .cont-wrap .cont-wrap-inner .grid {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .banner .cont-wrap .cont-wrap-inner .grid {
    flex-direction: column;
    padding: 0;
    text-align: center;
  }
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left, .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-right {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-right {
    margin-top: 30px;
  }
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-right img {
  display: none;
  max-width: 458px;
  height: auto;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-right img {
    display: block;
    max-width: 320px;
    width: 100%;
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-right img {
    max-width: 350px;
  }
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left {
  min-width: 580px;
}
@media only screen and (max-width: 1200px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left {
    min-width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left {
    padding: 0 10px;
  }
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h1 {
  font-family: Oswald;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #D9F6FF 24.1%, #9BCFE7 93.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p {
  max-width: 580px;
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background: unset;
}
@media only screen and (max-width: 1024px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p {
    margin: 0 auto 14px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p {
    font-size: 10px;
    margin: 0 auto 9px;
    max-width: 330px;
    line-height: 12px;
  }
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .ff-cta {
  margin-bottom: 8px;
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .cta-banner {
  width: 280px;
  height: 70px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left .cta-banner {
    width: 144px;
    height: 40px;
    margin-bottom: 10px;
  }
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p.cta-disclaimer {
  color: #fff;
  font-family: "IBM Plex Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 158.333% */
  max-width: 430px;
}
@media only screen and (max-width: 1024px) {
  .banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p.cta-disclaimer {
    margin: 0 auto;
  }
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p.cta-disclaimer a {
  color: inherit;
  font-size: inherit;
  margin: 0 2px;
  text-decoration: underline;
}
.banner .cont-wrap .cont-wrap-inner .grid .cont-wrap-inner-left p.cta-disclaimer a:hover {
  text-decoration: none;
}

.top-features {
  padding: 62px 0 120px;
  background: linear-gradient(180deg, #C1E2FF 0%, #8CCBF2 100%);
}
@media only screen and (max-width: 768px) {
  .top-features {
    padding: 50px 0;
  }
}
.top-features h2 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .top-features h2 {
    margin-bottom: 28px;
  }
}
.top-features p {
  color: #535865;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.top-features ul {
  max-width: 852px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.top-features ul li {
  margin-bottom: 54px;
  display: flex;
  align-items: center;
  gap: 70px;
}
.top-features ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .top-features ul li {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
  }
}
.top-features ul li img {
  max-width: 386px;
}
@media only screen and (max-width: 768px) {
  .top-features ul li img {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .top-features ul li:nth-child(2n) {
    flex-direction: column-reverse;
  }
}

.choose-us {
  padding: 74px 0 110px;
  background-image: url("../images/choose-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 501px;
}
@media only screen and (max-width: 768px) {
  .choose-us {
    padding: 50px 0;
  }
}
.choose-us h2 {
  margin-bottom: 57px;
}
@media only screen and (max-width: 768px) {
  .choose-us h2 {
    margin-bottom: 28px;
  }
}
.choose-us ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .choose-us ul {
    flex-direction: column;
  }
}
.choose-us ul li {
  padding-bottom: 20px;
  width: 30%;
  color: #535865;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.choose-us ul li:nth-child(2), .choose-us ul li:nth-child(1) {
  margin-right: 2.25%;
}
@media only screen and (max-width: 768px) {
  .choose-us ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .choose-us ul li:last-child {
    margin-bottom: 0;
  }
}
.choose-us ul li h3 {
  margin-bottom: 10px;
}

.download {
  height: 506px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/cta-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 506px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .download {
    height: 300px;
  }
}
.download .wrapper h3 {
  max-width: 708px;
  margin: 0 auto;
  color: #023A83;
  text-align: center;
  font-family: Oswald;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
@media only screen and (max-width: 768px) {
  .download .wrapper h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.download .wrapper .download-now {
  margin-top: 5px;
  margin-bottom: 40px;
  display: block;
  background: linear-gradient(0deg, #023C86 19.44%, #0253BA 79.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Oswald;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  .download .wrapper .download-now {
    font-size: 16px;
  }
}
.download .wrapper .ctas {
  display: flex;
  justify-content: center;
}
.download .wrapper .ctas .ff-cta,
.download .wrapper .ctas .chrome-cta {
  width: 280px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
}
@media only screen and (max-width: 768px) {
  .download .wrapper .ctas .ff-cta,
  .download .wrapper .ctas .chrome-cta {
    width: 144px;
    height: 40px;
  }
}
.download .wrapper .ctas .ff-cta:hover,
.download .wrapper .ctas .chrome-cta:hover {
  opacity: 0.8;
}
.download .wrapper .ctas .ff-cta {
  margin-right: 20px;
  background: #109AD6;
}
.download .wrapper .ctas .ff-cta img {
  height: 46.999px;
}
@media only screen and (max-width: 768px) {
  .download .wrapper .ctas .ff-cta img {
    width: 92px;
    height: auto;
  }
}
.download .wrapper .ctas .chrome-cta {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .download .wrapper .ctas .chrome-cta img {
    width: 122px;
    height: auto;
  }
}

.faq {
  padding: 74px 0 120px;
}
@media only screen and (max-width: 768px) {
  .faq {
    padding: 50px 0;
  }
}
.faq h3 {
  background: linear-gradient(180deg, #0156C1 20.59%, #013981 86.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .faq h3 {
    font-size: 23px;
  }
}
.faq .accordian-layout {
  max-width: 716px;
  margin: 0 auto;
  margin-top: 51px;
}
@media only screen and (max-width: 768px) {
  .faq .accordian-layout {
    width: auto;
    margin-top: 10px;
  }
}
.faq li {
  background-color: #fff;
  border-top: 2px solid #C6D4DF;
}
.faq li:first-child {
  border-top: 0;
}
.faq li:last-child {
  border-bottom: 2px solid #C6D4DF;
}
@media only screen and (max-width: 768px) {
  .faq li:last-child {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .faq li {
    margin-top: 20px;
  }
}
.faq li .accordian-heading {
  padding: 29px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faq li .accordian-heading {
    padding: 20px 0 0;
    align-items: center;
    justify-content: space-between;
    align-items: center;
  }
}
.faq li h4 {
  color: #1A243E;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .faq li h4 {
    margin-right: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .faq li img {
    height: auto;
    margin-left: 10px;
  }
}
.faq li img.close {
  display: none;
  transform: rotate(90deg);
}
.faq li .accordian-content {
  padding: 0 0 20px 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .faq li .accordian-content {
    padding: 10px 0;
    margin-bottom: 0;
  }
}
.faq li .accordian-content p {
  padding-bottom: 16px;
  padding-right: 50px;
  color: #677D87;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  font-family: "IBM Plex Sans";
}
@media only screen and (max-width: 768px) {
  .faq li .accordian-content p {
    font-size: 16px;
  }
  .faq li .accordian-content p:last-child {
    padding-bottom: 0;
  }
}
.faq li .accordian-content ol {
  padding: 0 25px;
  list-style-type: decimal;
}
.faq li .accordian-content ol li {
  margin-top: 0;
  border: 0;
  color: #677D87;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 768px) {
  .faq li .accordian-content ol li {
    font-size: 14px;
  }
}
.faq li ol li {
  font-family: "IBM Plex Sans";
}

footer {
  padding: 40px 0;
  background: #023A83;
}
@media only screen and (max-width: 975px) {
  footer .wrapper {
    padding: 0 10px;
    width: auto;
  }
}
footer p {
  max-width: 891px;
  color: #FFF;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  footer p {
    font-size: 12px;
  }
}
footer ul.footer-links {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 800px) {
  footer ul.footer-links {
    flex-direction: column;
    text-align: center;
  }
}
footer ul.footer-links li {
  position: relative;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer ul.footer-links li a {
  padding: 0 15px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer ul.footer-links li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  footer ul.footer-links li a {
    font-size: 12px;
  }
  footer ul.footer-links li a:hover {
    text-decoration: none;
  }
}
footer ul.footer-links li::after {
  width: 1px;
  height: 20px;
  content: " ";
  position: absolute;
  top: 50%;
  right: -7px;
  background: #fff;
  transform: translateY(-50%);
}
@media only screen and (max-width: 800px) {
  footer ul.footer-links li::after {
    content: none;
  }
}
footer ul.footer-links li:last-child::after {
  display: none;
}/*# sourceMappingURL=product.css.map */