<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,

span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,

blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,

sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,

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;
}

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 {
  font-family: 'Nunito', sans-serif;
  color: #000000;
}
a {
  text-decoration: none;
  color: #000000;
}

ol,
li {
  margin-bottom: 8px;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.btn {
  display: inline-block;
  background: #00b8df;
  color: #ffffff;
  border-radius: 32px;
  border: none;
  padding: 12px 44px;
  transition: background 0.2s;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
}
.btn:hover {
  background: #28476c;
}
.btn:disabled {
  background: #c4c4c4;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-content {
  color: #ffffff;
}
.header-content-get-demo ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header-content-get-demo ul li a .arrow {
  width: 21px;
  margin-right: 14px;
}
.our-clients .clients {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.testimonials h4,
.testimonials h2 {
  color: white;
  text-align: center;
}
.testimonials-block {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 222px;
  margin-top: 36px;
  margin-bottom: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials-block-img {
  width: 74px;
  height: 74px;
  position: absolute;
  top: -37px;
  left: 28px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-block-img img {
  width: 52px;
  height: 52px;
}
.testimonials-block-testimonial {
  padding: 35px 22px 30px 22px;
  position: relative;
}
.testimonials-block-testimonial .quotes {
  font-family: 'Old Standard TT', serif;
  color: #28476c;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 62px;
  letter-spacing: normal;
  position: absolute;
  top: 35px;
}
.testimonials-block-testimonial .text {
  display: inline-block;
  color: #00b8df;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 36px;
}
.testimonials-block-author {
  background: #f6f6f6;
  padding: 12px 22px 8px 22px;
  border-radius: 0 0 10px 10px;
}
.testimonials-block-author-name {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  text-align: center;
}
.testimonials-block-author-position {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
  text-align: center;
}
.testimonials-nav {
  display: flex;
}
.testimonials-nav li {
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 100%;
  margin: 0 8px;
  font-size: 0;
  cursor: pointer;
}
.testimonials-nav-active {
  background: #ffffff;
}
.footer {
  background: #000000;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
.footer-links {
  display: flex;
}
.footer-links-block {
  display: flex;
}
.footer-links-block ul {
  display: flex;
  flex-direction: column;
}
.footer-links-block ul li {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: normal;
  text-align: left;
}
.footer-links-block ul li a {
  color: #ffffff;
  text-decoration: none;
  margin-top: 8px;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
}
.footer-links-block ul li a.btn {
  border: 1px solid #ffffff;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 12px 26px;
}
.footer-links-block ul li a.btn img {
  width: 21px;
  margin-left: 12px;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
}
.footer-contacts-call-center {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: normal;
}
.footer-contacts-call-center span {
  display: block;
  color: #00b8df;
  font-size: 16px;
}
.footer-contacts-info {
  margin-top: 12px;
}
.footer-contacts-info-number {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.footer-contacts-info-number img {
  width: 21px;
  margin-right: 4px;
}
.footer-contacts-info-work-days {
  margin-top: 8px;
  color: #00b8df;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: normal;
}
.footer-responsibility p {
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12.5px;
  letter-spacing: normal;
}
@media only screen and (max-width: 1260px) {
  .flex {
    display: flex !important;
  }
  .height-fullpage {
    height: 100vh;
    padding: 0;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .section-name {
    color: #00b8df;
    margin-bottom: 4px;
    text-align: center;
    text-transform: uppercase;
  }
  .section-title {
    color: #000000;
    text-align: center;
    width: 100% !important;
  }
  .section-padding {
    padding: 40px 28px;
  }
  .section-text {
    max-width: 100% !important;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    margin: auto auto 12px;
  }
  body {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;
  }
  h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: -0.02em;
  }
  h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.02em;
  }
  h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.025em;
  }
  .img-mobile {
    min-width: 264px;
    max-width: 520px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .img-mobile--big {
    min-width: 320px;
    max-width: 720px;
  }
  nav {
    height: 70px;
    padding: 0 12px;
  }
  nav .logo img {
    width: 128.8px;
  }
  nav .nav-btn {
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  nav .navbar {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00b8df;
    display: none;
    flex-direction: column;
    justify-content: space-between;
  }
  nav .navbar-header {
    padding: 16px 16px 0 0;
    display: flex;
    justify-content: flex-end;
  }
  nav .navbar-header .btn-close {
    cursor: pointer;
    border: none;
    background: transparent;
  }
  nav .navbar-header .btn-close img {
    width: 32px;
  }
  nav .navbar ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  nav .navbar ul li:not(:last-child) {
    margin-bottom: 24px;
  }
  nav .navbar ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #ffffff;
  }
  nav .navbar .sign-in {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
  nav .navbar .sign-in .btn {
    display: inline-flex;
    padding: 12px 28px;
    border: 1px solid #ffffff;
    margin-bottom: 16px;
  }
  nav .navbar .sign-in .btn img {
    width: 21px;
    margin-left: 12px;
  }
  nav .navbar .sign-in span {
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
  }
  .header-content-get-demo {
    padding: 28px 50px 10px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .header-content-get-demo ul {
    margin-bottom: 32px;
  }
  .header-content-get-demo ul li a {
    color: #000000;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: normal;
  }
  .header-content-get-demo ul li a .arrow {
    margin-right: 32px;
  }
  .our-clients {
    padding: 36px 16px 12px 16px;
  }
  .our-clients .section-title {
    margin: auto auto 8px;
  }
  .our-clients .clients img {
    width: 78px;
    height: 78px;
    margin: 0 13px;
  }
  .testimonials {
    height: 468px;
    padding: 37px 44px;
    box-sizing: border-box;
    background: url('../img/home/elements-02.svg') top -18px right -350px/480px no-repeat, url('../img/home/elements-02.svg') bottom -20px left -258px/480px no-repeat, url('../img/home/Testimonials/bg-testimonials.jpg') center no-repeat;
  }
  .testimonials h4 {
    margin-bottom: 8px;
  }
  .testimonials h2 {
    margin: auto auto 12px;
    width: 235px;
  }
  .testimonials-block:nth-child(n + 2) {
    display: none;
  }
  .why-us {
    padding: 40px 28px 50px 28px;
    background: url('../img/home/Why Us/why-us-bg-mobile.png') bottom 0px left 0px no-repeat, linear-gradient(#f6f6f6, #f6f6f6);
    margin-bottom: 14px;
  }
  .why-us .section-name {
    margin-bottom: 8px;
  }
  .why-us .section-title {
    margin-bottom: 10px;
  }
  .footer {
    padding: 35px 28px 10px 28px;
  }
  .footer-logo {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 28px;
  }
  .footer-logo img {
    display: block;
    width: 254px;
    margin: auto;
  }
  .footer-links {
    width: 100%;
    border-bottom: 1px solid #ffffff;
    padding-top: 26px;
    padding-bottom: 28px;
    justify-content: center;
  }
  .footer-links-block {
    justify-content: space-between;
    width: 260px;
  }
  .footer-contacts {
    padding: 34px 0;
    align-items: center;
  }
  .footer-contacts-call-center {
    width: 166px;
    text-align: center;
  }
  .footer-responsibility p span {
    display: block;
  }
}
@media only screen and (min-width: 1350px) {
  nav {
    padding: 0 40px !important;
  }
  nav .navbar ul {
    min-width: 592px !important;
  }
  nav .navbar .sign-in {
    margin-left: 128px !important;
  }
}
@media only screen and (min-width: 1261px) {
  h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.02em;
  }
  h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.02em;
  }
  h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.025em;
  }
  .section-name {
    color: #00b8df;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
  }
  .section-title {
    color: #000000;
    text-align: left;
  }
  .section-padding {
    padding: 40px 28px;
  }
  .section-text {
    max-width: 588px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  nav {
    height: 80px;
    padding: 0 28px;
  }
  nav .logo img {
    width: 215px;
  }
  nav .nav-btn {
    display: none;
  }
  nav .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav .navbar-header {
    display: none;
  }
  nav .navbar ul {
    width: 100%;
    min-width: 480px;
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif;
  }
  nav .navbar ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: normal;
  }
  nav .navbar .sign-in {
    display: flex;
    align-items: center;
    margin-left: 68px;
    min-width: 340px;
  }
  nav .navbar .sign-in span {
    margin-right: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: normal;
  }
  nav .navbar .sign-in .btn {
    display: flex;
    padding: 12px 28px;
  }
  nav .navbar .sign-in .btn img {
    width: 21px;
    margin-left: 12px;
  }
  .header-content-get-demo ul {
    margin-bottom: 36px;
  }
  .header-content-get-demo ul li a {
    color: #000000;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.02em;
  }
  .header-content-get-demo ul li a .arrow {
    width: 21px;
    margin-right: 14px;
  }
  .our-clients {
    padding: 40px 0 36px 0;
  }
  .our-clients .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .our-clients h2 {
    text-align: center;
  }
  .our-clients .section-title {
    margin-bottom: 8px;
  }
  .our-clients .clients {
    width: 1200px;
  }
  .our-clients .clients img {
    width: 144px;
    margin: 0 48px;
  }
  .testimonials {
    padding: 56px 0 24px 0;
    background: url('../img/home/elements-02.svg') top 28px right -320px/480px no-repeat, url('../img/home/elements-02.svg') bottom 52px left -258px/480px no-repeat, url('../img/home/Testimonials/bg-testimonials.jpg') center no-repeat;
  }
  .testimonials .wrapper {
    align-items: center;
  }
  .testimonials-wrapper {
    display: flex;
    margin-bottom: 28px;
  }
  .testimonials h2 {
    margin-bottom: 52px;
  }
  .testimonials-block:not(:last-child) {
    margin-right: 80px;
  }
  .testimonials-block {
    width: 344px;
    margin: 0;
  }
  .testimonials-block-testimonial .text {
    text-align: center;
  }
  .why-us {
    overflow: hidden;
    padding: 56px 0 44px 0;
    background: url('../img/home/Why Us/why-us-bg.svg') top 0px left 0px / cover no-repeat, linear-gradient(#f6f6f6, #f6f6f6);
    margin-bottom: 14px;
  }
  .why-us .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .why-us .wrapper .section-name {
    margin-bottom: 8px;
  }
  .why-us .wrapper .section-title {
    margin-bottom: 10px;
  }
  .why-us .wrapper .section-text {
    text-align: center;
    max-width: 1184px;
    margin-bottom: 36px;
  }
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 68px 0 12px 0;
  }
  .footer .wrapper {
    flex-direction: row;
    margin-bottom: 48px;
    width: 1236px;
    justify-content: space-between;
  }
  .footer-logo {
    width: 292px;
    margin-top: 44px;
    margin-right: 92px;
    height: 100%;
  }
  .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer-links {
    width: 340px;
    margin-right: 124px;
  }
  .footer-links-block {
    justify-content: space-between;
    width: 100%;
  }
  .footer-contacts {
    align-items: start;
  }
  .footer-contacts-call-center {
    text-align: left;
  }
  .footer-responsibility p {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12.5px;
    letter-spacing: normal;
  }
  .footer {
    background: #000000;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
  }
  .footer-links {
    display: flex;
  }
  .footer-links-block {
    display: flex;
  }
  .footer-links-block ul {
    display: flex;
    flex-direction: column;
  }
  .footer-links-block ul li {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: normal;
    text-align: left;
  }
  .footer-links-block ul li a {
    color: #ffffff;
    text-decoration: none;
    margin-top: 8px;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: normal;
  }
  .footer-links-block ul li a.btn {
    border: 1px solid #ffffff;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 12px 26px;
  }
  .footer-links-block ul li a.btn img {
    width: 21px;
    margin-left: 12px;
  }
  .footer-contacts {
    display: flex;
    flex-direction: column;
  }
  .footer-contacts-call-center {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
  }
  .footer-contacts-call-center span {
    display: block;
    color: #00b8df;
    font-size: 16px;
  }
  .footer-contacts-info {
    margin-top: 12px;
  }
  .footer-contacts-info-number {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
  .footer-contacts-info-number img {
    width: 21px;
    margin-right: 4px;
  }
  .footer-contacts-info-work-days {
    margin-top: 8px;
    color: #00b8df;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
  }
  .footer-responsibility p {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12.5px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1260px) {
  .section-title {
    width: 264px;
  }
  .header {
    background: url("../img/Privacy/privacy-hero-bg-dot-pattern.png"), url("../img/Privacy/privacy-hero-bg.png");
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header h1 {
    color: #ffffff;
  }
  .privacy-policy {
    background: url('../img/home/elements-01-opacity.svg') top 302px left -188px / 270px no-repeat, url('../img/home/elements-01-opacity.svg') bottom 35% right -240px / 364px no-repeat, url('../img/home/elements-03.svg') left -164px bottom 20%/264px no-repeat;
    padding: 20px 28px 60px;
  }
  .privacy-policy p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: normal;
    color: #000000;
  }
  .privacy-policy h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: normal;
  }
  .privacy-policy p,
  .privacy-policy h3,
  .privacy-policy li {
    margin-bottom: 24px;
  }
  .privacy-policy .m0 {
    margin: 0;
  }
  .privacy-policy ul {
    list-style-type: disc;
    margin-left: 16px;
  }
  .privacy-policy ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1261px) {
  .header {
    background: url("../img/Privacy/privacy-hero-bg-dot-pattern.png"), url("../img/Privacy/privacy-hero-bg.png");
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header h1 {
    color: #ffffff;
  }
  .privacy-policy {
    background: url('../img/home/elements-01-opacity.svg') top 120px right -180px / 364px no-repeat, url('../img/home/elements-01-opacity.svg') top 440px left -132px / 364px no-repeat, url('../img/home/elements-02.svg') top 852px right -152px / 352px no-repeat, url('../img/home/elements-02.svg') top 1076px left -136px / 352px no-repeat, url('../img/Privacy/blob-rotated.svg') right top 1576px/264px no-repeat;
    padding: 56px 28px 44px;
  }
  .privacy-policy-content {
    width: 1200px;
    margin: auto;
  }
  .privacy-policy p,
  .privacy-policy li {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .privacy-policy h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
  .privacy-policy h3.big {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.02em;
  }
  .privacy-policy p,
  .privacy-policy h3,
  .privacy-policy li {
    margin-bottom: 20px;
    color: #000000;
  }
  .privacy-policy .m0 {
    margin: 0;
  }
  .privacy-policy ul {
    list-style-type: disc;
    margin-left: 16px;
  }
}

.content--custom {
  margin: 5px;
}
.is--white-color {
  color: #ffffff !important;
}
</pre></body></html>