@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&display=swap");
@font-face {
  font-family: "Lucida Grande";
  src: url("fonts/LucidaGrande.woff2") format("woff2"), url("fonts/LucidaGrande.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monaco";
  src: url("Monaco.woff2") format("woff2"), url("Monaco.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************************* Reset Styles ********************************/
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;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

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

td, div {
  vertical-align: top;
}

* {
  outline: none;
}

li, ol {
  list-style-type: none;
  list-style-image: none;
  list-style: none;
}

img {
  border: 0px;
}

textarea {
  resize: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

input, textarea, select, body {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/************************************* Reset End Styles ********************************/ /************************************* Common Styles ********************************/
.rightAlign {
  text-align: right;
}

.centerAligned {
  text-align: center;
}

.centeredBlock {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.fullWidth {
  width: 100%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.posRelative {
  position: relative;
}

.absolutePos {
  position: absolute;
}

.textDecorationNone {
  text-decoration: none;
}

.textDecorationUnderline {
  text-decoration: underline;
}

.fontWeightBold {
  font-weight: bold;
}

.clearBoth {
  clear: both;
}

.clearRight {
  clear: right;
}

input, textarea, select, body, .smallTop a, .mainMenu a {
  color: #868686;
}

.safeArea {
  width: 100%;
  max-width: 1432px;
  margin-left: auto;
  margin-right: auto;
}

.showFade {
  transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -webkit-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
}

/************************************* Common Styles End ********************************/
.header {
  padding: 25px 0;
}
.header .safeArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .safeArea .logoHolder {
  width: 156px;
}
.header .safeArea .logoHolder a {
  display: block;
}
.header .safeArea .logoHolder a img {
  width: 100%;
}
.header .safeArea .menuHolder ul li {
  display: inline-block;
}
.header .safeArea .menuHolder ul li a {
  display: block;
  padding: 5px 21px;
  color: #000000;
  font-size: 14px;
}
.header .safeArea .menuHolder ul li a:hover {
  text-decoration: underline;
}
.header .safeArea .mainActions ul li {
  display: inline-block;
}
.header .safeArea .mainActions ul li.blackBg a {
  display: block;
  padding: 16px 21px;
  color: #ffffff;
  width: 117px;
  text-align: center;
  font-size: 14px;
  background-color: #000000;
  border-radius: 30px;
  box-sizing: border-box;
}
.header .safeArea .mainActions ul li.blackBg a:hover {
  background-color: #00bec1;
}
.header .safeArea .mainActions ul li a {
  display: block;
  padding: 5px 21px;
  color: #000000;
  font-size: 14px;
}
.header .safeArea .mainActions ul li a:hover {
  text-decoration: underline;
}

.sectionBlock {
  margin-bottom: 75px;
}

.heroSections {
  background-color: #ffffff;
  padding: 120px 0 75px 0;
}
.heroSections .bigTitle {
  color: #000000;
  font-size: 81px;
  text-align: center;
  font-family: "Lucida Grande";
  margin-bottom: 37px;
}
.heroSections .bigTitle span {
  font-family: "Monaco";
  font-size: 76px;
}
.heroSections .bigTitle .typewriter-highlight {
  font-family: "Monaco";
  font-size: 76px;
}
.heroSections .bigTitle .typewriter-cursor {
  display: inline-block;
  width: 3px;
  margin-left: 6px;
  background-color: #000000;
  animation: typewriterBlink 0.8s step-end infinite;
  vertical-align: -0.05em;
  height: 0.85em;
}
.heroSections .slogan {
  font-size: 15px;
  color: #000000;
  text-align: center;
  margin-bottom: 45px;
}
.heroSections .sectionCTAs {
  text-align: center;
}
.heroSections .sectionCTAs .blackBg {
  display: inline-block;
  padding: 16px 21px;
  color: #ffffff;
  width: 117px;
  text-align: center;
  font-size: 17px;
  background-color: #000000;
  border-radius: 30px;
  box-sizing: border-box;
  margin-right: 20px;
}
.heroSections .sectionCTAs .blackBg:hover {
  background-color: #00bec1;
}
.heroSections .sectionCTAs .whiteBg {
  display: inline-block;
  padding: 8px 0;
  color: #000000;
  text-align: center;
  font-size: 17px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
}
.heroSections .sectionCTAs .whiteBg:hover {
  border-bottom: 1px solid transparent;
}

.mainBanner img {
  width: 100%;
  display: block;
}

.clients.sectionBlock {
  margin-bottom: 100px;
}
.clients .safeArea {
  position: relative;
}
.clients h2 {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-bottom: 45px;
  font-weight: normal;
}

.logosList {
  padding: 0 150px;
}
.logosList .swiper {
  width: 100%;
}
.logosList .swiper .swiper-slide {
  width: 100px;
}
.logosList .swiper-button-prev {
  right: 40px;
  top: 0;
  left: auto;
  width: 13px;
  height: 12px;
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: 0;
}
.logosList .swiper-button-prev svg {
  display: none;
}
.logosList .swiper-button-next {
  right: 0;
  top: 0;
  left: auto;
  width: 13px;
  height: 12px;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-top: 0;
}
.logosList .swiper-button-next svg {
  display: none;
}

.sectionBlock h3 {
  font-size: 45px;
  color: #000000;
  font-weight: normal;
  text-align: center;
  margin-bottom: 33px;
}

.platforms ul {
  font-size: 0;
}
.platforms ul li {
  display: inline-block;
  width: 33.3333333333%;
  padding: 0 50px;
  text-align: left;
  box-sizing: border-box;
}
.platforms ul li .icon {
  text-align: left;
  margin-bottom: 26px;
}
.platforms ul li .icon img {
  width: 110px;
  display: inline-block;
}
.platforms ul li h4 {
  font-size: 22px;
  color: #000000;
  font-weight: normal;
  margin-bottom: 20px;
}
.platforms ul li .text {
  font-size: 15px;
  color: #000000;
  margin-bottom: 20px;
}
.platforms ul li .learnMore a {
  font-size: 15px;
  color: #000000;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 14px;
  padding-right: 30px;
}
.platforms ul li .learnMore a:hover {
  padding-right: 28px;
}

.pageBanner {
  position: relative;
  margin-bottom: 110px;
}
.pageBanner .imageHolder img {
  width: 100%;
  display: block;
}
.pageBanner .logoContainer {
  width: 40%;
  position: absolute;
  left: calc((100vw - 1432px) / 2);
  top: 60px;
}
.pageBanner .logoContainer img {
  width: 150px;
  display: inline-block;
}
.pageBanner .textContainer {
  width: 40%;
  position: absolute;
  left: calc((100vw - 1432px) / 2);
  bottom: 60px;
}
.pageBanner .textContainer h4 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 45px;
}
.pageBanner .textContainer .text {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 50px;
}
.pageBanner .textContainer .cta {
  text-align: left;
}
.pageBanner .textContainer .cta a {
  width: 135px;
  padding: 15px 0;
  display: inline-block;
  border-radius: 30px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
}

@keyframes typewriterBlink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.outcomesList {
  border-top: 1px solid #000000;
}

.outcomnes .subTitle {
  font-size: 15px;
  color: #000000;
  text-align: center;
  margin-bottom: 90px;
}
.outcomnes .blockLeftImage, .outcomnes .blockRightExpand {
  width: 50%;
  float: left;
}
.outcomnes .blockLeftImage img, .outcomnes .blockRightExpand img {
  width: 100%;
  display: block;
}
.outcomnes .blockRightExpand {
  padding-left: 100px;
  box-sizing: border-box;
}
.outcomnes .blockRightExpand .more {
  margin-top: 30px;
}
.outcomnes .blockRightExpand .more a {
  font-size: 15px;
  color: #000000;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 14px;
  padding-right: 30px;
}
.outcomnes .blockRightExpand .more a:hover {
  padding-right: 28px;
}
.outcomnes .toggleContent {
  color: #000;
  font-size: 14px;
}

.contactBlock {
  background-color: #172023;
  color: #ffffff;
  padding: 90px 0;
  margin-bottom: 0;
}
.contactBlock .leftBlock {
  width: 50%;
  float: left;
  padding-right: 300px;
  box-sizing: border-box;
}
.contactBlock .leftBlock h3 {
  font-size: 45px;
  margin-bottom: 30px;
  text-align: left;
  color: #ffffff;
}
.contactBlock .leftBlock .subTitle {
  font-size: 15px;
  margin-bottom: 30px;
}
.contactBlock .rightBlock {
  width: 50%;
  float: left;
}
.contactBlock .rightBlock .formHolder {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-sizing: border-box;
}
.contactBlock .rightBlock .formRow {
  width: 48%;
  float: left;
}
.contactBlock .rightBlock .formRow.withMargRight {
  margin-right: 4%;
}
.contactBlock .rightBlock .formRow.fullWidth {
  width: 100%;
  float: none;
}
.contactBlock .rightBlock .formRow input, .contactBlock .rightBlock .formRow textarea, .contactBlock .rightBlock .formRow select {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 3px;
}
.contactBlock .rightBlock .formRow select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.contactBlock .rightBlock .formRow textarea {
  height: 150px;
}
.contactBlock .rightBlock .submit a {
  display: inline-block;
  padding: 16px 21px;
  color: #ffffff;
  width: 117px;
  text-align: center;
  font-size: 14px;
  background-color: #000000;
  border-radius: 30px;
  box-sizing: border-box;
}
.contactBlock .rightBlock .submit a:hover {
  background-color: #00bec1;
}

.footer {
  background-color: #172023;
  padding-bottom: 45px;
}
.footer .quickLinks {
  float: left;
}
.footer .quickLinks ul li {
  display: inline-block;
}
.footer .quickLinks ul li a {
  display: block;
  padding: 5px 21px;
  color: #ffffff;
  font-size: 12px;
}
.footer .quickLinks ul li a:hover {
  text-decoration: underline;
}
.footer .smcp {
  float: right;
  text-align: right;
}
.footer .smcp .socialLinks {
  display: inline-block;
  vertical-align: middle;
}
.footer .smcp .socialLinks a {
  display: inline-block;
  margin-left: 2px;
}
.footer .smcp .socialLinks a img {
  width: 20px;
  display: block;
}
.footer .smcp .copyright {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #ffffff;
}

.toggleItem {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.toggleContent {
  display: none;
}

.toggleTitle {
  cursor: pointer;
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.toggleTitle.active {
  color: #000000;
}

.faqsPage {
  margin-top: 100px;
}
.faqsPage .blockRightExpand {
  width: 100%;
  float: none;
}
.faqsPage .toggleTitle {
  background-image: url(../images/ico-plus.svg);
  background-position: right top;
  background-size: 20px auto;
  background-repeat: no-repeat;
}
.faqsPage .toggleTitle.active {
  background-image: url(../images/ico-minus.svg);
}

.afterSubmissionForm {
  color: #000000;
  font-size: 16px;
}
.afterSubmissionForm h4 {
  margin-bottom: 15px;
  font-size: 18px;
}
.afterSubmissionForm .submit {
  margin-top: 30px;
}
.afterSubmissionForm .submit a {
  width: auto !important;
}

@media all and (min-width: 1025px) and (max-width: 1435px) {
  .safeArea {
    padding: 0 40px;
  }
  .pageBanner .textContainer, .pageBanner .logoContainer {
    left: 0;
    padding: 0 40px;
  }
}/*# sourceMappingURL=styles.css.map */