





/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version.calc-2__header-item--active 
*/

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* inter-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/inter-v20-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/inter-v20-latin_latin-ext-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/inter-v20-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/inter-v20-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/montserrat-v31-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* actor-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Actor";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/actor-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Actor", sans-serif;
  --third-family: "Montserrat", sans-serif;
}

body * {
  font-family: var(--font-family);
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper2 {
  max-width: 1516px;
  margin: 0 auto;
}

.section-padding {
  padding-left: 32px;
  padding-right: 32px;
}

.trust__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.trust__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  max-width: 463px;
}

.trust__title span {
  font-weight: 600;
}

.trust__metric {
  border-radius: 16px;
  padding: 12px 16px;
  background: #fff;
  display: inline-block;
}

.trust__metric-value {
  font-weight: 700;
  font-size: 48px;
  line-height: 108%;
  color: #1c9ffa;
}

.trust__metric-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.7;
}

.trust__compliance-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 8px;
}

.trust__compliance-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #239afa;
  background: rgba(255, 255, 255, 0.9);
  padding: 16px 12px;
  display: inline-block;
  border-radius: 16px;
}

.trust__compliance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.trust__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.backup-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}

.backup-info__container > :first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.backup-info__container > :last-child {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
}

.h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;

  color: #848990;
}

.h2 span {
  font-weight: 600;
    color: #111827;
}

.backup-info__title {
  margin-bottom: 40px;
}

.backup-info__description {
  padding-left: 16px;
  margin-bottom: 12px;
  position: relative;
}

.p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
}

.backup-info__card-quote span {
  font-weight: 600;
  color: #ff3c00;
}

.backup-info__hero {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #848990;
  margin-bottom: 40px;
}

.backup-info__hero span {
  color: #ff3c00;
  position: relative;
}

.backup-info__highlight-shape {
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.backup-info__summary span {
  font-weight: 600;
}

.backup-info__card {
  border-radius: 16px;
  padding: 32px;
}

.backup-info__cards > :first-child {
  background:
    -o-radial-gradient(
      98.72% 0%,
      46.82% 60.14%,
      rgba(255, 60, 0, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      46.82% 60.14% at 98.72% 0%,
      rgba(255, 60, 0, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
}

.backup-info__cards > :nth-child(2) {
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background:
    -o-radial-gradient(
      50% 100%,
      50.49% 56.13%,
      rgba(255, 60, 0, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      50.49% 56.13% at 50% 100%,
      rgba(255, 60, 0, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
}

.backup-info__cards > :nth-child(3) {
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background:
    -o-radial-gradient(
      1.71% 101.67%,
      90.03% 68.89%,
      rgba(255, 60, 0, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      90.03% 68.89% at 1.71% 101.67%,
      rgba(255, 60, 0, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
}

.backup-info__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.backup-info__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.backup-info__card-header p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.backup-info__card-header img {
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
  border-radius: 8px;
}

.backup-info__card-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #848990;
  opacity: 0.5;
  margin-bottom: 10px;
}

.backup-info__container {
  border-bottom: 1px dotted #11182750;
}

.solutions__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.solutions__item {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  padding: 32px;
}

.solutions__grid > :first-child {
  border-left: 4px solid #4389e5;

  background:
    #fff, -o-radial-gradient(2.21% 100%, 61.44% 61.44%, #4389e5 0%, #fff 100%);

  background:
    #fff, radial-gradient(61.44% 61.44% at 2.21% 100%, #4389e5 0%, #fff 100%);
}

.solutions__grid > :nth-child(2) {
  background:
    #fff, -o-radial-gradient(2.21% 100%, 61.44% 61.44%, #fc6d26 0%, #fff 100%);
  background:
    #fff, radial-gradient(61.44% 61.44% at 2.21% 100%, #fc6d26 0%, #fff 100%);
  border-left: 4px solid #fca326;
}

.solutions__grid > :nth-child(3) {
  background:
    #fff, -o-radial-gradient(2.21% 100%, 61.44% 61.44%, #606060 0%, #fff 100%);
  background:
    #fff, radial-gradient(61.44% 61.44% at 2.21% 100%, #606060 0%, #fff 100%);
  border-left: 4px solid #606060;
}

.solutions__grid > :nth-child(4) {
  background:
    #fff, -o-radial-gradient(2.21% 100%, 61.44% 61.44%, #9cc725 0%, #fff 100%);
  background:
    #fff, radial-gradient(61.44% 61.44% at 2.21% 100%, #9cc725 0%, #fff 100%);
  border-left: 4px solid #9cc725;
}

.solutions__grid > :nth-child(5) {
  background:
    #fff, -o-radial-gradient(2.21% 100%, 61.44% 61.44%, #3a3a3a 0%, #fff 100%);
  background:
    #fff, radial-gradient(61.44% 61.44% at 2.21% 100%, #3a3a3a 0%, #fff 100%);
  border-left: 4px solid #3a3a3a;
}

.solutions__grid > :nth-child(6) {
  background:
    #fff, -o-radial-gradient(2.21% 100%, 61.44% 61.44%, #146ce7 0%, #fff 100%);
  background:
    #fff, radial-gradient(61.44% 61.44% at 2.21% 100%, #146ce7 0%, #fff 100%);
  border-left: 4px solid #146ce7;
}

.solutions__item-header h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.solutions__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.solutions__header p {
  max-width: 557px;
}

.solutions__header h2 {
  max-width: 512px;
}

.solutions__footer {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  opacity: 0.5;
  margin-top: 52px;
}

/* 







 */

.compliance__container {
  position: relative;
  z-index: 1;
  padding: 40px;
}

.compliance__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}

.compliance__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

/* 

 */

.compliance__content-inner > :first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.compliance__content-inner > :last-child {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}

.compliance__container h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
}

.compliance__container h2 span {
  font-weight: 600;
}

.compliance__description-wrapper {
  padding-left: 8px;
  /* border-left: 1px solid #fff; */
  margin-bottom: 24px;
  position: relative;
}

.compliance__description-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.compliance__summary {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
}

.comparison__title {
  text-align: center;
  margin-bottom: 40px;
}

.comparison__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.comparison__grid > :first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.comparison__grid > :last-child {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
}

.comparison__block {
  border-radius: 16px;
  padding: 32px;
}

.comparison__grid > :first-child {
  background: #f8f9fa;
}

.comparison__block--primary {
  border: 1px solid #eef0f3;
  border-left: 4px solid #3b82f6;
  background:
    -o-radial-gradient(
      2.21% 100%,
      61.44% 61.44%,
      rgba(67, 137, 229, 0.15) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      61.44% 61.44% at 2.21% 100%,
      rgba(67, 137, 229, 0.15) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
}

.comparison__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.comparison__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.comparison__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.comparison__item-text span {
  font-weight: 600;
  display: block;
}

.comparison__block-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 40px;
}

.comparison__block--primary h3 {
  color: #3b82f6;
}

.comparison__block {
  color: #111827;
  opacity: 0.5;
}

.comparison__block--primary {
  opacity: 1;
}

.data-loss__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 95px 1fr 95px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 95px;
}

.data-loss__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  margin-bottom: 8px;
}

.data-loss__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #3b82f6;
  text-decoration: none;
  margin-top: 24px;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.data-loss__item-link svg path {
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}


.data-loss__item-link:hover {
  color: #63aaff;
}

.data-loss__item-link:hover svg path {
  stroke: #63aaff
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 144px;
}

.backup-info__container {
  padding-bottom: 144px;
}

.testimonial__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial__content {
  position: relative;
  background: #f8f9fa;
  border-radius: 16px;
  padding: 32px;
}

.testimonial__content::before {
  content: "";
  position: absolute;
  width: 41px;
  height: 66px;
  background-image: url("./images/after.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonial__text {
  padding-bottom: 16px;
  border-bottom: 1px solid #1118272b;
  margin-bottom: 16px;
}

.testimonial__author {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
}

.testimonial__image-wrapper img {
  width: 100%;
}

.swiper-slider {
  overflow-x: hidden;
}

.reviews__title {
  margin-bottom: 40px;
}

.reviews__slider-container .swiper-slide {
  border: 1px solid #eef0f3;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.reviews__slide-text {
  
}

.reviews__slide-decoration {
  position: absolute;
  bottom: 0;
  right: 0;
}

.reviews__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid #1118272b;
  margin-top: 16px;
}

.reviews__author-info {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
}

.reviews__author-info span {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  display: block;
}

.reviews__slider-container {
  position: relative;
}

.next, .prev {
  border: 1px solid #e4ebf3;
  border-radius: 9999px;
  padding: 12px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -24px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.prev {
  right: auto;
  left: -24px;
}

.next:hover, .prev:hover {
  border: 1px solid #bbc2d1;
}


.security h2 {
  margin-bottom: 40px;
}

.security__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.security__item {
  border-left: 4px solid #3b82f6;
  border-radius: 16px;
  padding: 35px;
}

.security__item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin: 16px 0;
}

.security__container > :first-child {
  background:
    -o-radial-gradient(
      50% 0.14%,
      36.2% 59.91%,
      rgba(67, 137, 229, 0.08) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      36.2% 59.91% at 50% 0.14%,
      rgba(67, 137, 229, 0.08) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
}

.security__container > :nth-child(2) {
  background:
    -o-radial-gradient(
      50% 0.14%,
      36.2% 59.91%,
      rgba(67, 137, 229, 0.08) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      36.2% 59.91% at 50% 0.14%,
      rgba(67, 137, 229, 0.08) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
}

.security__container > :nth-child(3) {
  background:
    -o-radial-gradient(
      100% 100.14%,
      87.45% 68.46%,
      rgba(67, 137, 229, 0.08) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      87.45% 68.46% at 100% 100.14%,
      rgba(67, 137, 229, 0.08) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
}

.reliability__title {
  margin-bottom: 40px;
}

.reliability__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.reliability__item {
  border: 1px solid #eef0f3;
  border-radius: 16px;
  padding: 32px;
}

.reliability__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.reliability__item-header h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.data-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
}

.data-cta__title {
  margin-bottom: 24px;
  max-width: 404px;
}

.data-cta__description {
  max-width: 317px;
}

.data-cta__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.data-cta__stat-value {
  font-weight: 700;
  font-size: 48px;
  line-height: 108%;
  color: #111827;
  margin-bottom: 8px;
}

.data-cta__stat-label {
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  opacity: 0.7;
  margin-bottom: 4px;
}

.data-cta__stat-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  opacity: 0.7;
}

.data-cta__stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1.3fr 24px 1.1fr;
  grid-template-columns: 1fr 1.3fr 1.1fr;
  gap: 24px;
}

.data-cta__stat-item {
  padding-left: 8px;
  position: relative;
}

.data-cta__container > :first-child {
  -webkit-box-flex: 1.1;
      -ms-flex: 1.1;
          flex: 1.1;
}

.data-cta__container > :nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.data-cta__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.data-cta__tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  padding: 24px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.data-cta__tool-name {
  max-width: 50px;
  margin: 16px 0;
}

.data-cta__stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.data-cta__tool .data-cta__tool-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.data-cta__tool .data-cta__tool-link::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transition: flex-grow 0.6s ease, -webkit-box-flex 0.6s ease;
  transition: flex-grow 0.6s ease, -webkit-box-flex 0.6s ease;
  -o-transition: flex-grow 0.6s ease;
  transition: flex-grow 0.6s ease;
  transition: flex-grow 0.6s ease, -webkit-box-flex 0.6s ease, -ms-flex-positive 0.6s ease;
}

.data-cta__tool:hover .data-cta__tool-link::before {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}







.data-cta__tool .p {
  -webkit-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}


.data-cta__tool:active .p,
.data-cta__tool:focus-within .p {
  color: #3b82f6!important;
}


.data-cta__tool path {
  -webkit-transition: all ease 0.6s ;
  -o-transition: all ease 0.6s ;
  transition: all ease 0.6s ;
}

.data-cta__tool:active path,
.data-cta__tool:focus-within path {
  stroke: #3b82f6!important;
}

/* 







 */


.data-cta__grid > * {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #ffffff;
}

.data-cta__grid > *::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.data-cta__grid > :nth-child(1)::before {
  background-image: -o-radial-gradient(50% 50%, 45.91% 53.51%, rgba(59, 130, 246, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(45.91% 53.51% at 50% 50%, rgba(59, 130, 246, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translate(25%, -25%);
      -ms-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}

.data-cta__grid > :nth-child(1):hover::before {
  -webkit-transform: translate(-25%, 25%);
      -ms-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

.data-cta__grid > :nth-child(2)::before {
  background-image: -o-radial-gradient(50% 50%, 46.91% 54.68%, rgba(252, 109, 38, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(46.91% 54.68% at 50% 50%, rgba(252, 109, 38, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translate(25%, -25%);
      -ms-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}

.data-cta__grid > :nth-child(2):hover::before {
  -webkit-transform: translate(-25%, 25%);
      -ms-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

.data-cta__grid > :nth-child(3)::before {
  background-image: -o-radial-gradient(50% 50%, 45.91% 53.51%, rgba(36, 41, 47, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(45.91% 53.51% at 50% 50%, rgba(36, 41, 47, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translate(25%, -25%);
      -ms-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}

.data-cta__grid > :nth-child(3):hover::before {
  -webkit-transform: translate(-25%, 25%);
      -ms-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

.data-cta__grid > :nth-child(4)::before {
  background-image: -o-radial-gradient(50% 50%, 61.44% 61.44%, rgba(149, 191, 71, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(61.44% 61.44% at 50% 50%, rgba(149, 191, 71, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translate(-25%, 25%);
      -ms-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

.data-cta__grid > :nth-child(4):hover::before {
  -webkit-transform: translate(25%, -25%);
      -ms-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}

.data-cta__grid > :nth-child(5)::before {
  background-image: -o-radial-gradient(50% 50%, 61.44% 61.44%, rgba(58, 58, 58, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(61.44% 61.44% at 50% 50%, rgba(58, 58, 58, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translate(-25%, 25%);
      -ms-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

.data-cta__grid > :nth-child(5):hover::before {
  -webkit-transform: translate(25%, -25%);
      -ms-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}

.data-cta__grid > :nth-child(6)::before {
  background-image: -o-radial-gradient(50% 50%, 61.44% 61.44%, rgba(59, 130, 246, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(61.44% 61.44% at 50% 50%, rgba(59, 130, 246, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translate(-25%, 25%);
      -ms-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
}

.data-cta__grid > :nth-child(6):hover::before {
  -webkit-transform: translate(25%, -25%);
      -ms-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
}
/* 











 */

.final-cta__container {
  position: relative;
  z-index: 1;
  padding: 50px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.final-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.final-cta__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.final-cta__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.final-cta__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-align: right;
  color: #fff;
}

.final-cta__title span {
  font-weight: 600;
}
/* 




 */



.final-cta__button {
  display: inline-block;
  border-radius: 8px;
  padding: 12px 24px;
  background: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  border: 1px solid #fff;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.final-cta__button span {
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.final-cta__button:hover {
  background: none;
}

.final-cta__button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.final-cta__button:hover span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 





 */

.final-cta__subtext {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #fff;
  opacity: 0.5;
}

.upcoming__title {
  text-align: center;
  margin-bottom: 36px;
}

.upcoming__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  opacity: 0.4;
}

.upcoming__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.upcoming__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.upcoming__container button {
  display: inline-block;
  text-decoration: none;
  padding: 12px 24px;
  background: #f8f9fa;
  border-radius: 8px;
  border: none;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.upcoming__container button:hover {
  background: none;
}

.upcoming__container button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

/* 







 */

.faq__list > :not(:last-child) {
  border-bottom: 1px solid #eef0f3;
}

.faq__list > :first-child {
  border-top: 1px solid #eef0f3;
}

.faq__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq__question {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #111827;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.faq__icon-up {
  display: none;
}

.faq__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.faq__answer {
  padding-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  max-width: 1100px;
}

.faq__item--active .faq__question {
  color: #3b82f6;
}

.faq__item--active .faq__content {
  max-height: 500px;
}

.faq__item--active .faq__icon-down {
  display: none;
}

.faq__item--active .faq__icon-up {
  display: block;
}

.faq h2 {
  margin-bottom: 64px;
}

.faq {
  margin-bottom: 144px;
}

.footer {
  background: #111827;
  padding-top: 32px;
  padding-bottom: 32px;
}

.hero__title {
  font-weight: 700;
  font-size: 68px;
  line-height: 111%;
  color: #111827;
  max-width: 680px;
  margin-bottom: 24px;
  margin-top: 8px;
}

.hero__title span {
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  opacity: 0.5;
}

.hero__description {
  max-width: 549px;
  margin-bottom: 40px;
  padding-left: 16px;
  position: relative;
}

.hero__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  text-decoration: none;
}

.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.hero__trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__trust > :first-child {
  padding-right: 16px;
  border-right: 1px solid #11182734;
}

.hero__trust > :last-child {
  padding-left: 16px;
}

.hero__trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero__trust-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  opacity: 0.5;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.hero__platforms-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
}

.hero__platforms-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}


.hero__platforms > :not(:last-child) {
  margin-bottom: 24px;
}

.hero__platforms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.hero__platforms-block_2 p {
  opacity: 0.5;
}

.hero {
  padding-top: 200px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .hero {
    background-image: none;
  }
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: calc((min(100vw, 1600px) - 1200px) / 2);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition:
    top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition:
    top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -o-transition:
    transform 0.3s ease-in-out,
    top 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    top 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    top 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.header--hidden {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
}

.header__inner {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 16px 16px 16px 24px;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.header__nav-link {
  font-weight: 400;
  font-size: 14px;
  color: #111827;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}

.header__login {
  text-decoration: none;
  padding: 12px;
  border-radius: 8px;
}

.header__login p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #3b82f6;
}
/* 





 */

.header__button {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  overflow: hidden;
  outline: none;
}

.header__button::before,
.header__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.6s ease;
  -o-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
}

.header__button::before {
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#0bf), to(#3b82f6));
  background: -o-linear-gradient(left, #0bf 0%, #3b82f6 100%);
  background: linear-gradient(90deg, #0bf 0%, #3b82f6 100%);
}

.header__button::after {
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#0950c4), to(#0093d7));
  background: -o-linear-gradient(left, #0950c4 0%, #0093d7 100%);
  background: linear-gradient(90deg, #0950c4 0%, #0093d7 100%);
}



.header__button:hover::before {
  opacity: 1;
}

.header__button:focus::after {
  opacity: 1;
}

/* 





 */



.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.hero__container > :first-child,
.hero__container > :last-child {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}

.integration,
.integration__hub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.integration__app-status--error {
  display: none;
}

.integration__app-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 24px;
  border-radius: 16px;
  padding: 24px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background:
    #fff, -o-radial-gradient(2.21% 100%, 61.44% 61.44%, #4389e5 0%, #fff 100%);
  background:
    #fff, radial-gradient(61.44% 61.44% at 2.21% 100%, #4389e5 0%, #fff 100%);
}

.integration__app-card p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.integration__app-card img {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
}

.integration__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.integration__column > :first-child {
  margin-top: -40px;
}

.integration__column > :last-child {
  margin-bottom: -40px;
}

.integration > :first-child > :nth-child(2) {
  margin-right: 30px;
}

.integration > :last-child > :nth-child(2) {
  margin-left: 30px;
}

.integration > :first-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.integration > :last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.roadmap-wrapper {
  width: 100%;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
  min-width: 0;
  position: relative;
}

.roadmap-section {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.hero {
  width: 100%;
}

.hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}

.hero__content {
  max-width: 653px;
}

/* 







 */

.js-beam-left,
.js-beam-right {
  opacity: 0;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
          filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
}

.integration__app-status--danger,
.integration__app-status--success {
  opacity: 0;
  scale: 0;
  display: block;
  position: absolute;
}

.integration__app-status--success {
  top: -5px;
  right: -5px;
}

.integration__app-status--danger {
  bottom: -5px;
  left: -5px;
}

.integration__column--targets .integration__app-card {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.integration__svg-line path {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.integration__app-card {
  -webkit-transition:
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
  -o-transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  /* min-height: 80px; */
  position: relative;
}

.integration__app-status--danger,
.integration__app-status--success,
.integration__app-status--error {
  position: absolute;
  opacity: 0;
  scale: 0;
}

.js-beam-left,
.js-beam-right {
  -webkit-filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.4));
          filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.4));
}

.integration__column {
  position: relative;
}

.integration__column {
  min-width: 200px;
}

.js-beam-left,
.js-beam-right {
  pointer-events: none;
  opacity: 0;
}

.process__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process-border {
  height: 1px;
  background: #eef0f3;
  width: 100%;
}

.process__nav-item {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #11182785;
  white-space: nowrap;
}

.process__navigation > :first-child {
  opacity: 1;
  color: #3b82f6;
}

.process__step-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #000;
  margin-bottom: 24px;
}

.process__step-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 64px;
}

.process__feature-text {
  font-size: 16px;
  line-height: 150%;
  color: #000;
  font-weight: 400;
}

.process__feature-text span {
  display: block;
  font-weight: 600;
}

.process__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.process__features img {
  margin-bottom: 8px;
}

/* 









 */

.process__step:first-child {
  opacity: 1;
  visibility: visible;
}

.process__nav-item {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.process-border {
  background: #eef0f3;
  vertical-align: middle;
}

.process__nav-item.active-state {
  color: #3b82f6;
}

.process__steps {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "stack";
  position: relative;
  margin-top: 82px;
}

.process__step {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  grid-area: stack;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.process__step > :first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.process__step > :last-child {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.process__step-visual {
  background: rgba(59, 130, 246, 0.1);
  border-radius: 16px;
  position: relative;
}

.process__step-logos img {
  width: 100%;
}

.process__step-abs-cont {
  max-width: 548px;
  position: absolute;
  bottom: -80px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.process__step-logos {
  border-radius: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background: #fff;
}

.process__step-logos-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  opacity: 0.5;
  margin-top: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.process__step-logos-2 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
}

.process__step-logos-2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header__logo-link {
  display: inline-block;
}

.step-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 








 */

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.step-logo {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  z-index: 1;
}

.step-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: conic-gradient(
    from var(--angle),
    transparent 0deg,
    #51a9ff 40deg,
    transparent 80deg,
    transparent 180deg,
    #6cc4ff 220deg,
    transparent 260deg
  );
  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-animation: borderRotate 4s linear infinite;
          animation: borderRotate 4s linear infinite;
  z-index: -1;
}

.step-logo::after {
  content: "";
  position: absolute;
  inset: 1px;

  border-radius: 23px;
  z-index: -1;
}

.step-logo img {
  border: none;
  border-radius: 23px;
  padding: 11px;
  position: relative;
  z-index: 1;
  display: block;
}

@-webkit-keyframes borderRotate {
  to {
    --angle: 360deg;
  }
}

@keyframes borderRotate {
  to {
    --angle: 360deg;
  }
}

.process__step-connect {
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background:
    -o-radial-gradient(
      2.21% 100%,
      61.44% 61.44%,
      rgba(156, 199, 37, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ffffff;
  background:
    radial-gradient(
      61.44% 61.44% at 2.21% 100%,
      rgba(156, 199, 37, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ffffff;
  border-radius: 16px;
  padding: 24px;
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%)!important;
      -ms-transform: translateY(-50%)!important;
          transform: translateY(-50%)!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.process__step-connect p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 24px;
  margin-top: 8px;
}

.process__step-connect img,
.st-abs img,
.step-1-cont2__logo,
.step-2-cont-1 img,
.st-2-2__header img,
.st-2-4 > :first-child img {
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
  border-radius: 8px;
}

.process__step-connect span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: red;
  padding: 8px 16px;
  display: block;
  width: 100%;
  border: 1px solid red;
  border-radius: 9999px;
  /* color: #22c55e; */
}

.step-1-cont2__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.step-1-cont2__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

/* 







 */
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.step-1-cont2 {
  position: absolute;
  top: -24px;
  right: -24px;
  z-index: 1;
  border-radius: 16px;
  padding: 12px 24px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
}

.step-1-cont2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: conic-gradient(
    from var(--angle),
    transparent 0deg,
    #22c55e 40deg,
    transparent 80deg,
    transparent 180deg,
    #22c55e 220deg,
    transparent 260deg
  );
  -webkit-mask:
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-animation: borderRotate 4s linear infinite;
          animation: borderRotate 4s linear infinite;
  z-index: -1;
}

.step-1-cont2::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 14px;
  background:
    -o-radial-gradient(
      100% 100%,
      99.22% 84.4%,
      rgba(34, 197, 94, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ffffff;
  background:
    radial-gradient(
      99.22% 84.4% at 100% 100%,
      rgba(34, 197, 94, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ffffff;
  z-index: -1;
}

@keyframes borderRotate {
  to {
    --angle: 360deg;
  }
}

/* 







 */

.step-1-cont2__service {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(0, 0, 0, 0.32);
  margin-bottom: 16px;
}

.step-1-cont2__service span {
  color: #000;
}

.step-1-cont2__permissions-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  color: #000;
  margin-bottom: 7px;
}

.step-1-cont2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.step-1-cont2__item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #000;
}

.step-1-cont2__permissions-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.step-1-line {
  position: absolute;
  bottom: 70px;
  left: 70px;
}

.step-1-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.step-1-buttons > :first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #22c55e;
  padding: 8px 16px;
  border-radius: 9999px;
  background: rgba(34, 197, 94, 0.1);
}

.step-1-buttons > :last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(17, 24, 39, 0.8);
  border-radius: 9999px;
  padding: 8px 16px;
  background: rgba(123, 123, 123, 0.05);
}

.step-2-cont-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding: 16px;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  bottom: 90px;
}

.step-2-cont-1 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #22c55e;
}

.st-2-2 {
  position: absolute;
  left: 22px;
  top: -50px;
  border-radius: 16px;
  padding: 24px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background:
    -o-radial-gradient(
      2.21% 100%,
      61.44% 61.44%,
      rgba(67, 137, 229, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      61.44% 61.44% at 2.21% 100%,
      rgba(67, 137, 229, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
}

.st-2-2__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}

.st-2-2__header p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.st-2-2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.st-2-2__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.st-2-2__status p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3b82f6;
}

.st-2-2__action {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border-radius: 9999px;
  padding: 8px 16px;
  background: #3b82f6;
  opacity: 0.2;
}

.st-2-2__status-icon {
  -webkit-animation: iconSpin 1s linear infinite;
          animation: iconSpin 1s linear infinite;
  -webkit-transform-origin: 10.5px 10.5px;
      -ms-transform-origin: 10.5px 10.5px;
          transform-origin: 10.5px 10.5px;
}

@-webkit-keyframes iconSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes iconSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.st-2-3 {
  border-radius: 16px;
  padding: 24px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background:
    -o-radial-gradient(
      2.21% 100%,
      61.44% 61.44%,
      rgba(67, 137, 229, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      61.44% 61.44% at 2.21% 100%,
      rgba(67, 137, 229, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 1;
}

.loader-svg path:last-child {
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  -webkit-animation: loadLine 2s ease-in-out infinite;
          animation: loadLine 2s ease-in-out infinite;
}

@-webkit-keyframes loadLine {
  0% {
    stroke-dashoffset: 140;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes loadLine {
  0% {
    stroke-dashoffset: 140;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.st-2-4 {
  position: absolute;
  top: 0;
  right: 16px;
  border-radius: 16px;
  background: #fff;
  padding: 24px 27px 14px 24px;
  z-index: 1;
}

.st-2-4 > :first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 2px;
}

.st-2-4 > :first-child p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.st-2-4 > :last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.st-2-4 > :last-child p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #000;
}

/* 







 */

.js-needle {
  transform-box: view-box;
}

.step-logo_3 {
  position: absolute;
  width: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 39px;
  left: auto;
  right: 24px !important;
}

.step-2-cont-3 {
  bottom: -60px;
}

.step-2-cont-3 p {
  white-space: nowrap;
}

.step-2-cont-3 img {
  padding: 0;
  width: 48px;
  height: 48px;
}

.st-abs {
  position: absolute;
  border-radius: 16px;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);

  background: -o-radial-gradient(
    2.21% 100%,
    61.44% 61.44%,
    rgba(67, 137, 229, 0.15) 0%,
    #fff 100%
  );

  background: radial-gradient(
    61.44% 61.44% at 2.21% 100%,
    rgba(67, 137, 229, 0.15) 0%,
    #fff 100%
  );
  background-color: #fff;
}

.st-abs p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.st-abs-1 {
  bottom: 200px;
  left: 130px;
  z-index: 1;
}

.st-abs-2 {
  top: -40px;
  left: 160px;
}

.st-abs-3 {
  right: 5px;
  top: -70px;
}

/* 













 */

/* Состояния щита и линий */
.integration__main-shield {
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.integration__svg-line path:not(.js-beam-left):not(.js-beam-right) {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* Внутренние элементы для каскадного появления */
.integration__app-logo,
.integration__app-name {
  opacity: 0;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.js-beam-left,
.js-beam-right {
  opacity: 0;
  -webkit-filter: none;
          filter: none; /* Убрали drop-shadow */
  pointer-events: none;
}

.un,
.prot {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  border-radius: 9999px;
  padding: 8px 16px;
}

.un {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
  left: -90px;
  bottom: -120px;
}

.prot {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
  right: -90px;
  top: -120px;
}

.hero__platforms_mob {
  display: none;
}

@media screen and (max-width: 1238px) {
  .hero__platforms {
    display: none;
  }

  .hero__platforms_mob {
    display: block;
    margin-top: 111px;
  }
}

@media screen and (max-width: 1111px) {
  .hero__title {
    font-size: 62px;
  }
}

@media screen and (max-width: 1024px) {
  .hero__title {
    font-size: 48px;
  }

  .hero {
    padding-top: 232px;
  }
}

@media screen and (max-width: 900px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 122px;
  }
}

@media screen and (max-width: 768px) {
  .hero__description {
    max-width: 563px;
  }

  .hero {
    padding-top: 150px;
  }
}

@media screen and (max-width: 700px) {
  .hero__platforms_mob {
    margin-top: 40px;
  }
}
@media screen and (max-width: 641px) {
  .hero__platforms-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .hero__platforms-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 617px) {
  .hero__platforms_mob {
    margin-top: 0px;
  }
}

@media screen and (max-width: 569px) {
  .hero__platforms_mob {
    margin-top: -40px;
  }
}

@media screen and (max-width: 516px) {
  .hero__platforms_mob {
    margin-top: -60px;
  }
}

@media screen and (max-width: 471px) {
  .hero__platforms_mob {
    margin-top: -80px;
  }

  .hero__container {
    gap: 80px;
  }
}

@media screen and (max-width: 444px) {
  .hero__platforms_mob {
    margin-top: -100px;
  }
}

@media screen and (max-width: 420px) {
  .hero__platforms_mob {
    margin-top: -120px;
  }
}

@media screen and (max-width: 390px) {
  .hero__platforms_mob {
    margin-top: -140px;
  }
}

.trust__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 40px;
  min-height: 200px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .hero__title {
    max-width: 300px;
  }

  .hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .hero__trust-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .section-padding {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 600px) {
  .section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__platforms-block .hero__platforms-list {
    max-width: 350px;
  }

  .hero__platforms-block_2 .hero__platforms-list {
    max-width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .hero__platforms-block_2 .hero__platforms-list img {
    width: 100%;
  }
}

@media screen and (max-width: 1215px) {
  .trust__title {
    max-width: 282px;
  }

  .trust__container {
    padding: 40px;
  }
}

@media screen and (max-width: 1016px) {
  .trust__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }

  .trust__title {
    max-width: 463px;
  }

  .trust__container {
    padding: 40px;
  }
}

@media screen and (max-width: 1016px) {
  .trust__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .trust__title {
    max-width: 290px;
  }

  .trust__compliance-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .trust__container {
    padding: 40px 30px;
  }
}

.trust__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#00bbff));
  background: -o-linear-gradient(left, #3b82f6 0%, #00bbff 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #00bbff 100%);
  border-radius: 16px;
  -webkit-transform: perspective(1500px) rotateX(11deg);
          transform: perspective(1500px) rotateX(11deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: 1px solid transparent;
  -webkit-box-shadow: 0 0 1px rgba(59, 130, 246, 0.5);
          box-shadow: 0 0 1px rgba(59, 130, 246, 0.5);
}

@media screen and (max-width: 900px) {
  .backup-info__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1130px) {
  .solutions__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .solutions__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 650px) {
  .solutions__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/* 











 */

.compliance__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#00bbff));
  background: -o-linear-gradient(left, #3b82f6 0%, #00bbff 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #00bbff 100%);
  border-radius: 16px;
  -webkit-transform: perspective(1500px) rotateX(-11deg);
          transform: perspective(1500px) rotateX(-11deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}

@media screen and (max-width: 1100px) {
  .compliance__title {
    max-width: 300px;
  }

  .compliance__content-inner {
    gap: 43px;
  }
}

@media screen and (max-width: 900px) {
  .compliance__content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .compliance__title {
    max-width: 698px;
  }
}

@media screen and (max-width: 600px) {
  .compliance__bg {
    -webkit-transform: perspective(1500px) rotateX(-5deg);
            transform: perspective(1500px) rotateX(-5deg);
  }

  .compliance__container {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 753px) {
  .comparison__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 900px) {
  .data-loss__container {
    gap: 20px;
  }
}

@media screen and (max-width: 733px) {
  .data-loss__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 64px;
  }
}

@media screen and (max-width: 900px) {
  .testimonial__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .testimonial__image-wrapper img {
    max-width: 220px;
  }

  .testimonial__content::before {
    content: "";
    position: absolute;
    width: 41px;
    height: 66px;
    background-image: url(./images/after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -50px;
    right: 100%;
    left: 30%;
    -webkit-transform: translateX(-50%) rotate(90deg) translateY(0);
        -ms-transform: translateX(-50%) rotate(90deg) translateY(0);
            transform: translateX(-50%) rotate(90deg) translateY(0);
  }
}

@media screen and (max-width: 800px) {
  .security__item {
    padding: 32px;
  }

  .security__container {
    gap: 20px;
  }
}

@media screen and (max-width: 760px) {
  .security__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .security__container > :last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

@media screen and (max-width: 664px) {
  .security__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .security__container > :last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

@media screen and (max-width: 730px) {
  .reliability__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.data-cta__stats_mob {
  display: none;
}

@media screen and (max-width: 1020px) {
  .data-cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .data-cta__stats {
    display: none;
  }

  .data-cta__stats_mob {
    display: -ms-grid;
    display: grid;
  }

  .data-cta__tool-name {
    max-width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .data-cta__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .data-cta__tool-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

@media screen and (max-width: 600px) {
  .data-cta__container > :last-child {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .data-cta__container {
    gap: 40px;
  }
}

/* 






 */

.final-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#00bbff));
  background: -o-linear-gradient(left, #3b82f6 0%, #00bbff 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #00bbff 100%);
  border-radius: 16px;
  -webkit-transform: perspective(1500px) rotateX(11deg);
          transform: perspective(1500px) rotateX(11deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}

@media (max-width: 1024px) {
  .final-cta__bg {
    -webkit-transform: perspective(1500px) rotateX(-11deg);
            transform: perspective(1500px) rotateX(-11deg);
  }
}

@media screen and (max-width: 900px) {
  .final-cta__container {
    padding: 40px 10px;
  }

  .final-cta__content {
    gap: 32px;
  }
}

.final-cta-logos-mob {
  display: none;
}

@media screen and (max-width: 787px) {
  .final-cta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .final-cta__title {
    text-align: left;
  }

  .final-cta__container {
    padding: 40px 22px;
  }

  .final-cta-logos-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0.33;
  }

  .final-cta__title {
    max-width: 315px;
  }

  .final-cta__title br {
    display: none;
  }
}

@media screen and (max-width: 1016px) {
  .upcoming__title {
    max-width: 500px;
  }

  .upcoming__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .upcoming__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .upcoming__logos {
    gap: 16px;
  }

  .upcoming__logos img {
    width: 100%;
  }

  .faq__item.faq__item--active .faq__header {
    padding-bottom: 24px;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;

  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__top > :first-child {
  -webkit-box-flex: 396;
      -ms-flex: 396;
          flex: 396;
}

.footer__top > :last-child {
  -webkit-box-flex: 657;
      -ms-flex: 657;
          flex: 657;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.footer__contacts-item-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__contacts-text,
.footer__support-email {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
}



.footer__support-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: rgba(255, 255, 255, 0.72);
}

.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.footer__nav-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.footer__navigation-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.footer__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.footer__socials-list a {
  text-decoration: none;
}

.footer__socials p {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #fff;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 63px;
}

.footer__copyright p {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #fff;
  opacity: 0.72;
}

.footer__copyright img {
  margin-bottom: -11px;
}

@media screen and (max-width: 1200px) {
  .footer__socials,
  .footer__copyright {
    gap: 30px;
  }

  .footer__top > :first-child {
    -webkit-box-flex: 220;
        -ms-flex: 220;
            flex: 220;
  }

  .footer__navigation {
    gap: 40px;
  }
}




@media screen and (max-width: 1155px) {
  .footer__top,
  .footer__bottom{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer {
    padding-top: 82px;
  }

  .footer__bottom {
    gap: 30px;
  }

  .footer__copyright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 100px;
  }

  
}

@media screen and (max-width: 641px) {
  .footer__navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .footer__copyright img {
    margin: 0;
  }

  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.backup-info__content-st {
  position: sticky;
  top: 280px;
}

.header__logo {
  margin-bottom: -7px;
}

@media screen and (max-width: 1053px) {
  .header__inner {
    gap: 34px;
  }
}

.burger {
  border: none;
  background: none;
  display: none;
}

@media screen and (max-width: 983px) {
  .header__nav {
    display: none;
  }

  .burger {
    display: block;
    margin-left: 24px;
  }

  .header__inner,
  .header .wrapper {
    width: 100%;
  }
}

.login-mob {
  display: none;
}

@media screen and (max-width: 600px) {
  .header__login,
  .header__button {
    display: none;
  }

  .login-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__inner {
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
    -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
            box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
    background: rgba(255, 255, 255, 0.85);
    border-radius: 16px;
    padding: 16px 16px 16px 24px;
  }
}

/* 










 */

body.lock-scroll {
  overflow: hidden;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  -o-transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup.is-open {
  opacity: 1;
  visibility: visible;
}

.popup__close-button {
  position: absolute;
  top: 42px;
  right: 42px;
  background: none;
  border: none;
  cursor: pointer;
}

.popup__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup__item {
  margin-bottom: 24px;
}

.popup__link {
  font-weight: 400;
  font-size: 14px;
  color: #111827;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
}



.popup__container {
  padding: 110px 0 0 0;
}

.login-mob {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.login-mob > :first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  padding: 12px;
}

.login-mob > :last-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 12px 24px;
  border-radius: 9999px;
  padding: 12px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  text-decoration: none;
}

.popup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.relative {
  position: relative;
}

.hero__platforms-block_3 {
  margin-bottom: 0;
  margin-top: 52px;
}

@media screen and (max-width: 600px) {
  .hero__platforms-block_3 .hero__platforms-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 193px;
  }

  .hero__platforms-block_3 img {
    width: auto !important;
  }
}

.popup__close-button {
  padding: 0;
}

.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  margin-top: 40px;
}

.swiper-pagination-bullet {
  background: #e4ebf3 !important;
  width: 6px !important;
  height: 6px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 20px !important;
  height: 6px !important;
  background: #3b82f6 !important;
  border-radius: 9999px !important;
}

@media screen and (max-width: 900px) {
  .next, .prev {
    display: none;
  }
}

.compliance {
  margin-top: 100px;
}

/* 









 */

.step-1-connect {
  border: 1px solid #ef4444;
  color: #ef4444;
}

.step-1-connect.connected {
  border-color: #22c55e !important;
  color: #22c55e !important;
  background-color: rgba(34, 197, 94, 0.1);
}

.process__step--active .step-logo,
.process__step--active .process__step-connect,
.process__step--active .step-1-cont2 {
}

.step-1-connect {
  min-width: 138px;
  text-align: center;
}

.st-2-svg-1 {
  position: absolute;
  top: 30px;
  left: 310px;
}

.st-2-svg-2 {
  position: absolute;
  top: 150px;
  right: 150px;
}

.st-2-svg-3 {
  position: absolute;
  top: 260px;
  left: 130px;
}

.st-abs-3-svg {
  position: absolute;
  left: 230px;
  bottom: 150px;
}

.st-abs-3-svg-2 {
  position: absolute;
  top: 50px;
  left: 250px;
}

.st-abs-3-svg-3 {
  position: absolute;
  top: -40px;
  right: 200px;
}

.process__step-visual {
  min-height: 471px;
}
.step-logo {
  position: absolute;
}

.step-wrapper-mob-p {
  display: none;
}

@media screen and (max-width: 1250px) {
  .process__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 200px;
  }

  .step-wrapper-mob-p {
    display: block;
  }

  .process__navigation {
    display: none;
  }

  .process__step-description {
    margin-bottom: 34px;
  }

  .process__step-visual-wrapper {
    width: 100%;
    position: relative;
  }

  .process__step-visual {
    width: 697px;
    height: 471px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }

  .process__steps {
    margin-top: 0;
  }

  .step-wrapper-mob-p {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #3b82f6;
    position: absolute;
    top: -60px;
    left: 0;
  }

  .process {
    margin-top: 55px;
  }
}

@media screen and (max-width: 938px) {
  .process__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .process__step {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .process__step-visual-wrapper {
    min-height: 471px;
  }

  .process__step-visual-wrapper {
    max-width: 697px;
  }

  .process__step-content {
    margin-bottom: 40px;
  }
}

.process__step-content {
  position: relative;
}

@media screen and (max-width: 678px) {
  .process__steps {
    gap: 150px;
  }

  .compliance {
    margin-top: 0px;
  }
}

@media screen and (max-width: 600px) {
  .process__step-description {
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 555px) {
  .process__step-visual-wrapper {
    min-height: 420px;
  }
}

@media screen and (max-width: 514px) {
  .process__step-visual-wrapper {
    min-height: 400px;
  }
}

@media screen and (max-width: 471px) {
  .process__step-visual-wrapper {
    min-height: 370px;
  }
}

@media screen and (max-width: 435px) {
  .process__step-visual-wrapper {
    min-height: 280px;
  }
}

@media screen and (max-width: 390px) {
  .process__steps {
    gap: 80px;
  }
}

.process__step-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .process__step-content {
    background-size: 50%;
    background-position: right top;
  }
}

@media screen and (max-width: 500px) {
  .process__step-content {
    background-image: none !important;
  }
}

@media screen and (max-width: 1020px) {
  .data-cta__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 732px) {
  .data-cta__tool-name {
    max-width: 50px;
  }
}

@media screen and (max-width: 550px) {
  .data-cta__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.breadcrumbs {
  margin-top: 240px;
}

.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.breadcrumbs__inner a,
.breadcrumbs__inner span {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  text-decoration: none;
}

.breadcrumbs__inner span {
  color: rgba(17, 24, 39, 0.32);
}

.breadcrumbs__inner p {
  font-weight: 400;
  font-size: 16px;
  color: #3b82f6;
}

.news {
  margin-top: 8px;
  margin-bottom: 184px;
}

.news h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 111%;
  color: #111827;
  white-space: nowrap;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px;
}

.news__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
}

.blog__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}










.blog__filter-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  cursor: pointer;
  white-space: nowrap;
  padding: 7px 24px;
  background: none;
  /* border-left: none;
  border-right: none; */
  /* border-top: 1px solid transparent; */
  /* border-bottom: 1px solid #3b82f6; */
  border-radius: 16px 16px 0 0;
  position: relative;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
  border: none
}

.blog__filter-btn:hover {
  color: #3b82f6
}




.blog__filters {
  padding-left: 20px;
}












.blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.article-card__image {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 16px 16px;
  aspect-ratio: 16/9;
}

.blog__card {
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.04);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.04);
  background: #fff;
  border: 1px solid #fff;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.blog__card:hover {
  border-color: #bbc2d1;
}

.blog__card:focus {
  border-color: #3b82f6;
}

.article-card__content {
  padding: 24px;
}

.article-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.article-card__meta time {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  opacity: 0.4;
}

.article-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  text-decoration: none;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  margin-bottom: 16px;
}

.article-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-card__tags div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 4px 8px;
  background: rgba(59, 130, 246, 0.08);
}

.article-card__tags div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3b82f6;
}

.blog__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.pagination__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  text-decoration: none;
  border: 1px solid rgba(17, 24, 39, 0.24);
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}

.pagination__arrow {
  display: inline-block;
}

.pagination__link.active {
  background: #3b82f6;
  border-color: #3b82f6;
  color: #fff;
}

.blog {
  margin-bottom: 144px;
}

.pagination__arrow.deactivate {
  opacity: 0.24;
}

.faq-blog {
  margin-top: 144px;
}

.trust__content_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.trust__content_2 > :first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.trust__div {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #239afa;
  border-radius: 16px;
  padding: 16px 12px;
  background: rgba(255, 255, 255, 0.9);
  display: inline-block;
}

.trust__div span {
  font-weight: 600;
}

.about_figure h2 {
  margin-bottom: 40px;
}

.about_figure_p {
  padding-left: 16px;
  max-width: 713px;
  margin-top: 40px;
  position: relative;
}

.p-b {
  padding-left: 16px;
  position: relative;
}

.legacy__layout {
  padding-top: 144px;
  border-top: 1px dotted #11182750;
}

.legacy h2 {
  margin-bottom: 40px;
}

.legacy__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legacy__year {
  font-weight: 700;
  font-size: 48px;
  line-height: 108%;
  color: #68a5f5;
  margin-bottom: 24px;
}

.legacy__item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #111827;
  margin-bottom: 10px;
}

.legacy__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
}
/* 








 */

.legacy {
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}

.legacy__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.legacy__header {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.legacy__header-content {
  position: sticky;
  top: 174px;
  padding-right: 40px;
}

.legacy__timeline {
  width: 55%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 144px 0 144px 100px;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top, left bottom,
    from(transparent),
    color-stop(15%, black),
    color-stop(85%, black),
    to(transparent)
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left top, left bottom,
    from(transparent),
    color-stop(15%, black),
    color-stop(85%, black),
    to(transparent)
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    black 15%,
    black 85%,
    transparent 100%
  );
}

.legacy__divider {
  position: absolute;
  top: 0;
  left: 40px;
  width: 2px;
  height: 100%;
  background-color: rgba(17, 24, 39, 0.1);
  z-index: 1;
}

.legacy__divider-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #111827;
  display: block;
}

.legacy__item {
  position: relative;
  z-index: 2;
}

.legacy__card {
  border-radius: 16px;
  padding: 32px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background:
    -o-radial-gradient(
      50% 100%,
      100% 100%,
      rgba(104, 165, 245, 0.07) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  background:
    radial-gradient(
      100% 100% at 50% 100%,
      rgba(104, 165, 245, 0.07) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #fff;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.legacy__item::before {
  content: "";
  position: absolute;
  left: -71px;
  top: 36px;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM16.78 9.7L11.11 15.37C10.97 15.51 10.78 15.59 10.58 15.59C10.38 15.59 10.19 15.51 10.05 15.37L7.22 12.54C6.93 12.25 6.93 11.77 7.22 11.48C7.51 11.19 7.99 11.19 8.28 11.48L10.58 13.78L15.72 8.64C16.01 8.35 16.49 8.35 16.78 8.64C17.07 8.93 17.07 9.4 16.78 9.7Z" fill="%23D1D5DB" /></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  z-index: 5;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition:
    background-image 0.3s ease,
    opacity 0.3s ease;
  -o-transition:
    background-image 0.3s ease,
    opacity 0.3s ease;
  transition:
    background-image 0.3s ease,
    opacity 0.3s ease;
}

.legacy__item.is-active::before {
  opacity: 1 !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM16.78 9.7L11.11 15.37C10.97 15.51 10.78 15.59 10.58 15.59C10.38 15.59 10.19 15.51 10.05 15.37L7.22 12.54C6.93 12.25 6.93 11.77 7.22 11.48C7.51 11.19 7.99 11.19 8.28 11.48L10.58 13.78L15.72 8.64C16.01 8.35 16.49 8.35 16.78 8.64C17.07 8.93 17.07 9.4 16.78 9.7Z" fill="%23111827" /></svg>');
}

.trust-core h2 {
  margin-bottom: 24px;
}

.trust-core__lead {
  max-width: 718px;
  margin-bottom: 40px;
}

.trust-core__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.trust-core__content > :first-child {
  -webkit-box-flex: 717;
      -ms-flex: 717;
          flex: 717;
}

.trust-core__content > :last-child {
  -webkit-box-flex: 443;
      -ms-flex: 443;
          flex: 443;
}

.trust-core__map {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.trust-core__feature {
  border: 1px solid #e4ebf3;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
}

.trust-core__feature-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.trust-core__feature-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.trust-core__cert-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f8f9fa;
  border-radius: 16px;
  padding: 16px;
  justify-content: space-between;
}

.final-cta__title_2 {
  text-align: left;
  margin-bottom: 40px;
}

.final-cta_12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.final-cta__subtext_2 {
  text-align: left;
}

.upcoming_2 {
  margin-bottom: 144px;
}

.logo_ab_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anim-about__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border-radius: 16px;
  padding: 24px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background: #fff;
  position: absolute;
}

.anim-about__item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.anim-about__item-icons {
  position: relative;
}

.anim-about__item-status {
  position: absolute;
  top: -4px;
  right: -4px;
}

.anim-about__item-brand {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
}

.anim-about {
  position: relative;
}

.anim-about__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.anim-about__logo-wrapper svg {
  position: relative;
  z-index: 1;
}

.anim-about__item--pos-1 {
  right: 23%;
  bottom: -14%;
  z-index: 2;
}

.anim-about__item--pos-2 {
  left: 20%;
  bottom: -30%;
}

.anim-about__item--pos-3 {
  left: 4%;
  top: 40%;
}

.anim-about__item--pos-4 {
  top: -14%;
  left: 20%;
}

.anim-about__item--pos-5 {
  top: -40%;
  right: 20%;
}

.anim-about__item--pos-6 {
  right: 10%;
  top: 18%;
}

.hero__container_about > :first-child {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.hero__container_about > :last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.js-rotate-ring-1,
.js-rotate-ring-2 {
  transform-box: fill-box;
}

@media screen and (max-width: 1264px) {
  .hero__title_2 {
    font-size: 48px;
    max-width: 463px;
  }

  .hero__container_about > :first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 998px) {
  .hero__container_about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 147px;
  }

  .hero__title_2 {
    max-width: 720px;
  }

  .hero__title_2 br {
    display: none;
  }

  .hero__container_about .hero__content {
    max-width: 100%;
  }

  .hero__container_about .hero__description {
    max-width: 704px;
  }

  .roadmap-wrapper_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 854px) {
  .roadmap-wrapper_about {
    display: block;
  }
}

@media screen and (max-width: 1067px) {
  .trust__content-wrapper_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .trust__content-wrapper_2 h2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 723px) {
  .trust__content_2 > :first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .trust__div {
    max-width: 261px;
  }

  .trust__content-wrapper_2 h2 {
    max-width: 269px;
  }
}

.legacy__header-content_mob {
  display: none;
}

@media screen and (max-width: 1079px) {
  .legacy__header {
    display: none;
  }

  .legacy__layout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .legacy__header-content_mob {
    display: block;
    margin-bottom: 100px;
    position: relative;
    top: 0;
    padding: 0;
  }

  .legacy__timeline {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .legacy__timeline {
    width: 100%;
  }

  .legacy__timeline {
    padding: 144px 0 144px 70px;
  }

  .legacy__item::before {
    left: -61px;
  }

  .legacy__divider {
    left: 20px;
  }
}

@media screen and (max-width: 1147px) {
  .trust-core__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .trust-core__map {
    aspect-ratio: 960/652;
  }

  .trust-core__features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .trust-core__features > :last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .trust-core__feature {
    margin-bottom: 0;
  }

  .trust-core__cert-wrapper {
    min-height: 168px;
  }
}

@media screen and (max-width: 698px) {
  .trust-core__features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .trust-core__features > :last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .trust-core__cert-wrapper {
    min-height: 78px;
  }
}

@media screen and (max-width: 900px) {
  .final-cta__container_2 {
    padding: 40px 20px;
  }

  .final-cta__container_2 .final-cta__title {
    max-width: 100%;
  }

  .legacy__card {
    margin-right: 10px;
  }
}

@media screen and (max-width: 550px) {
  .final-cta_12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .trust_22 {
    margin-top: -40px;
  }
}

@media screen and (max-width: 480px) {
  .trust_22 {
    margin-top: -80px;
  }
}

@media screen and (max-width: 430px) {
  .trust_22 {
    margin-top: -120px;
  }
}

.section-padding_2 {
  padding-right: 0;
}

.ov-auto {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ov-auto::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 1250px) {
  .news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }

  .news h1 {
    font-size: 48px;
  }

  .news__text {
    max-width: 497px;
  }
}

@media screen and (max-width: 1000px) {
  .blog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .blog__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

 

  .blog__pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .news h1 {
    white-space: wrap;
    max-width: 327px;
  }
}
/* 


clickup

 */

.hero_img img {
  width: 100%;
}

.hero__container_cl {
  display: block;
  position: relative;
}

.hero__content_cl {
  max-width: 100%;
}

.hero_cl {
  padding-top: 240px;
}

.hero_img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 450px;
}

.hero_cl h1 {
  max-width: 918px;
}

.hero_cl .hero__description {
  max-width: 718px;
}

.hero-form {
  background:
    -o-radial-gradient(
      2.29% 103.33%,
      78.68% 68.59%,
      rgba(20, 108, 231, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ffffff;
  background:
    radial-gradient(
      78.68% 68.59% at 2.29% 103.33%,
      rgba(20, 108, 231, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    #ffffff;

  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);

          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  border-bottom: 4px solid #3b82f6;
  border-radius: 16px;
  padding: 32px;
  max-width: 534px;
}

.hero-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.hero-form__input {
  border: 1px solid rgba(17, 24, 39, 0.64);
  border-radius: 8px;
  padding: 16px;
  outline: none;
}

.hero-form__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.hero-form__input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.hero-form__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.hero-form__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.hero-form__input,
.hero-form__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.hero-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.hero-form__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  border: none;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  max-width: 234px;
}

.hero-form__note {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  opacity: 0.5;
}

.hero_cl {
  background-image: none;
  /* margin-bottom: 138px; */
}

.flex_cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.security-pillar__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}

.security-pillar__layout > :last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.security-pillar__visuals {
  position: relative;
}

.security-pillar__image_2 {
  -webkit-box-shadow: 0 6px 48px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 6px 48px 0 rgba(26, 26, 26, 0.06);
  border-radius: 16px;
}

.security-pillar__image {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 30px;
}

.security-pillar h2 {
  margin-bottom: 40px;
}

.security-pillar__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
}

.security-pillar__grid p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  padding-left: 16px;
  position: relative;
}

.security-pillar__grid span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}

.solutions__grid_cl > :nth-child(1) {
  border-left: 4px solid #88b7f4;
}

.solutions__grid_cl > :nth-child(2) {
  border-left: 4px solid #68a5f5;
}

.solutions__grid_cl > :nth-child(3) {
  border-left: 4px solid #438def;
}

.solutions__grid_cl > :nth-child(4) {
  border-left: 4px solid #357ddd;
}

.solutions__grid_cl > :nth-child(5) {
  border-left: 4px solid #0e5cc2;
}

.solutions__grid_cl > :nth-child(6) {
  border-left: 4px solid #044eaf;
}

.solutions__item {
  position: relative;
}

.custom-span-cl {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: -10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3b82f6;
  border-radius: 16px;
  padding: 8px;
  background: #e6f0ff;
  max-width: 216px;
}

.wrapper-3 {
  max-width: 1392px;
  margin: 0 auto;
  border-radius: 32px;
  background: #f8f9fa;
  padding-top: 96px;
  padding-bottom: 96px;
}

.cl-s-5 {
  margin-top: 24px;
  margin-bottom: 40px;
}

.reliability__item-cl {
  border: none;
  background: #fff;
}

.pcl-blog {
  margin-top: 16px;
  margin-bottom: 40px;
}

.trust-click-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.trust-click-2 > :first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.trust-click-2__badge {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.16);
  margin-bottom: 16px;
}

.trust-click-2__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  text-align: right;
  color: #fff;
  max-width: 448px;
  margin-bottom: 16px;
}

.trust-click-2__description {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  text-align: right;
  color: #fff;
  opacity: 0.8;
  max-width: 334px;
}

.trust-click-2__form {
  border-radius: 16px;
  padding: 16px;
  background: -o-linear-gradient(
    317deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
  background: linear-gradient(
    133deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.12) 100%
  );
  max-width: 392px;
}

.trust-click-2__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.trust-click-2__field label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.trust-click-2__field input {
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  padding: 16px;
  background: transparent;
  outline: none;
}

.trust-click-2__field input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}

.trust-click-2__field input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}

.trust-click-2__field input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}

.trust-click-2__field input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}

.trust-click-2__field input,
.trust-click-2__field input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #fff;
}

.trust-click-2__submit {
  border-radius: 8px;
  padding: 12px 24px;
  background: #fff;
  border: none;
  margin-bottom: 16px;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.trust-click-2__submit span {
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.trust-click-2__submit:hover {
  background: transparent;
}




.trust-click-2__submit span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trust-click-2__submit:hover span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trust-click-2__note {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #fff;
  opacity: 0.5;
}

.causes-stats__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #111827;
  margin-bottom: 40px;
}

.causes-stats__title span {
  color: #ff3c00;
}

.causes-stats__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  max-width: 639px;
  margin: 0 auto;
  gap: 16px;
}

.causes-stats__item {
  border-radius: 16px;
  padding: 12px 16px;
  background: #f8f9fa;
}

.causes-stats__item > :first-child {
  font-weight: 700;
  font-size: 48px;
  line-height: 108%;
  color: #ff3c00;
  margin-bottom: 16px;
}

.causes-stats__item > :nth-child(2) {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #848990;
  margin-bottom: 8px;
}

.causes-stats__item > :last-child {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #848990;
}

.hero_cl .hero__main {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .hero_cl h1 {
    max-width: 598px;
  }
}

@media screen and (max-width: 800px) {
  .hero_cl .hero__description {
    max-width: 521px;
  }

  .hero_img {
    right: -150px;
    max-width: 430px;
    opacity: 0.5;
  }

  .hero_cl {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .hero_cl {
    padding-top: 172px;
  }
}

@media screen and (max-width: 500px) {
  .hero_cl {
    padding-top: 142px;
  }
}

@media screen and (max-width: 600px) {
  .hero-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .hero_cl .hero__title {
    max-width: 331px;
  }

  .hero_cl .hero__subtitle {
    max-width: 331px;
  }
}

@media screen and (max-width: 1215px) {
  .trust_23 .trust__title {
    max-width: 633px;
  }

  .trust_23 .trust__content-wrapper_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 723px) {
  .trust_23 .trust__content_2 > :first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .trust_23 .flex_cl div {
    white-space: nowrap;
    display: inline-block;
    max-width: none;
  }

  .trust_23 .flex_cl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .trust_23 .trust__container {
    padding: 40px 15px;
    padding-top: 60px;
  }
}

.trust_23 {
  margin-top: 0 !important;
}

@media screen and (max-width: 1031px) {
  .security-pillar__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .security-pillar__visuals {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 600px) {
  .security-pillar__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .custom-span-cl {
    display: none;
  }
}

.solutions2 h2 {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .blog__list-2 > :last-child {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .blog__list-2 > :last-child {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .trust-click-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 100%;
    margin: 0;
  }

  .trust-click-2__form {
    max-width: 100%;
    width: 100%;
  }

  .trust-click-2 > :first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .trust-click-2__title,
  .trust-click-2__description {
    text-align: left;
  }

  .trust-click-2 {
    width: 100%;
  }

  .flex-cl044 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }

  .trust-click-2__submit {
    margin-bottom: 0;
  }

  .trust-click-2__note {
    max-width: 331px;
  }
  .trust-click-2 {
    gap: 40px;
  }
}

@media screen and (max-width: 729px) {
  .flex-cl044 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 500px) {
  .trust_24 .trust__container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
  }
}

.trust_24 {
  margin: 0 !important;
}

@media screen and (max-width: 620px) {
  .causes-stats__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .causes-stats__title {
    text-align: left;
  }
}

.article-hero {
  margin-top: 170px;
}

.article-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 79px;
}

.article-hero__inner > :first-child {
  -webkit-box-flex: 530;
      -ms-flex: 530;
          flex: 530;
}

.article-hero__inner > :last-child {
  -webkit-box-flex: 591;
      -ms-flex: 591;
          flex: 591;
}

.article-hero__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}

.article-hero__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 111%;
  color: #111827;
  margin-top: 16px;
  margin-bottom: 24px;
}

.article-hero__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.article-hero__meta p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  opacity: 0.4;
}

.article-hero__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.article-hero__breadcrumbs span {
  font-weight: 500;
  font-size: 16px;
  line-height: 196%;
  color: #bdbdbd;
}

.article-hero__breadcrumbs a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  text-decoration: none;
}

.article-hero__breadcrumbs p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3b82f6;
}

/* 




 */

.pricing-hero {
  margin-top: 200px;
}

.pricing-hero__subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  opacity: 0.5;
  margin-bottom: 24px;
}

.pricing-hero__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 111%;
  color: #111827;
}

.pricing-hero__description {
  max-width: 435px;
  margin-top: 24px;
}

.pricing-hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

.pricing-hero__top > :first-child {
  -webkit-box-flex: 717;
      -ms-flex: 717;
          flex: 717;
}

.pricing-hero__top > :last-child {
  -webkit-box-flex: 241;
      -ms-flex: 241;
          flex: 241;
}

.pricing-hero__features img {
  margin-bottom: 8px;
}

.pricing-hero__features > :not(:last-child) {
  margin-bottom: 19px;
}

.pricing-hero__top {
  padding-bottom: 90px;
  border-bottom: 1px dotted hsla(221, 39%, 11%, 0.4);
  margin-bottom: 90px;
}

.pricing-hero__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pricing-hero__badges > :nth-child(1),
.pricing-hero__badges > :nth-child(2),
.pricing-hero__badges > :nth-child(3) {
  padding-right: 90px;
  margin-right: 90px;
  border-right: 1px solid hsla(221, 39%, 11%, 0.18);
}

@media screen and (max-width: 1217px) {
  .pricing-hero__badges > :nth-child(1),
  .pricing-hero__badges > :nth-child(2),
  .pricing-hero__badges > :nth-child(3) {
    padding-right: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 973px) {
  .pricing-hero__badges > :nth-child(1),
  .pricing-hero__badges > :nth-child(2),
  .pricing-hero__badges > :nth-child(3) {
    padding-right: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 749px) {
  .pricing-hero__badges > :nth-child(1),
  .pricing-hero__badges > :nth-child(2),
  .pricing-hero__badges > :nth-child(3) {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }

  .pricing-hero__badges {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    max-width: 355px;
    gap: 24px;
  }
}

@media screen and (max-width: 391px) {
  .pricing-hero__badges {
    gap: 10px;
  }
}

.pricing-hero__badges div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.trust__bg_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: -o-linear-gradient(
    230deg,
    rgba(248, 249, 250, 0.4) 0%,
    #f8f9fa 100%
  );
  background: linear-gradient(
    220deg,
    rgba(248, 249, 250, 0.4) 0%,
    #f8f9fa 100%
  );
  border-radius: 16px;
  -webkit-transform: perspective(1500px) rotateX(5deg);
          transform: perspective(1500px) rotateX(5deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: 1px solid transparent;
}

.calc__step-num {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  opacity: 0.4;
  margin-bottom: 8px;
}

.calc__step-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #111827;
}

.calc__step-title span {
  color: #3b82f6;
  margin-bottom: 8px;
}

.calc__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 92px;
}

.calc__tool {
  position: relative;
}

.calc__tool-badge {
  position: absolute;
  top: -16px;
  right: -16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #22c55e;
  border-radius: 16px;
  padding: 8px;
  background: #deffea;
  z-index: 2;
}

.calc__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 28px;
}

.calc__grid > :first-child,
.calc__grid > :last-child {
  border-radius: 16px;
  padding: 32px;
  -webkit-box-shadow: 0 0 72px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 72px 0 rgba(26, 26, 26, 0.06);
  background: #fff;
  -webkit-box-flex: 360;
      -ms-flex: 360;
          flex: 360;
}

.calc__grid > :nth-child(2) {
  -webkit-box-flex: 380;
      -ms-flex: 380;
          flex: 380;
  border-left: 4px solid #4389e5;
  border-radius: 16px;
  padding: 32px;
  -webkit-box-shadow: 0 0 72px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 72px 0 rgba(26, 26, 26, 0.06);
  position: relative;
  background:
    #fff, -o-radial-gradient(95.83% 1.08%, 58.42% 65.56%, #4389e5 0%, #fff 100%);
  background:
    #fff, radial-gradient(58.42% 65.56% at 95.83% 1.08%, #4389e5 0%, #fff 100%);
}

.plan-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.plan-card__header p {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
}

.calc__grid > :nth-child(2) .plan-card__header p {
  color: #3b82f6;
}

.plan-card__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
  margin-bottom: 40px;
}

.plan-card__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.plan-card__feature p {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.plan-card__features > :not(:last-child) {
  margin-bottom: 8px;
}

.plan-card__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  border: none;
  cursor: pointer;
  margin-top: 40px;
}

.plan-card__button-2 {
  background: #f8f9fa;
}

.plan-card__button-2 span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plan-card__price-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(17, 24, 39, 0.4);
  margin-bottom: 40px;
}

.plan-card__price-text span {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #111827;
}

.price-tag {
  position: absolute;
  top: -16px;
  right: -16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3b82f6;
  border-radius: 16px;
  padding: 8px;
  background: #e6f0ff;
}

.calcs .trust__container {
  padding: 84px 150px 50px 150px;
}

.plan-card__subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
  margin-bottom: 8px;
}

.calc__footer,
.calc__footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc__footer {
  margin-top: 43px;
}

.calc__footer div {
  gap: 8px;
}

.calc__footer > :first-child,
.calc__footer > :nth-child(2) {
  padding-right: 32px;
  margin-right: 32px;
  border-right: 1px solid #1118271d;
}

.plan-card__button-2 {
  margin-top: 24px;
}

.calc__plans-label {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #111827;
  margin-bottom: 5px;
}

.calc__plans-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.toggle_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.toggle__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  opacity: 0.4;
}

.toggle__text_2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #3b82f6;
}

.calc__step--3 {
  margin-top: 92px;
}

.calc__header {
  margin-bottom: 40px;
}

.toggle__discount {
  position: relative;
}

.toggle__discount-text {
  background-image: url("./images/tw.svg");
  background-position: center;
  width: 102px;
  height: 52px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -75px;
  right: -105px;
}

.toggle__discount-text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-top: -5px;
}
/* 


 */

.billing-switcher {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  width: 40px;
  height: 22px;
  position: relative;
}

.billing-switcher__input {
  display: none;
}

.billing-switcher__track {
  position: relative;
  width: 40px;
  height: 22px;
  background: #e2e8f0;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.billing-switcher__track::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#2d83f6), to(#17b6f6));
  background: -o-linear-gradient(left, #2d83f6 0%, #17b6f6 100%);
  background: linear-gradient(90deg, #2d83f6 0%, #17b6f6 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.billing-switcher__knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.billing-switcher__input:checked + .billing-switcher__track::before {
  opacity: 1;
}

.billing-switcher__input:checked + .billing-switcher__track .billing-switcher__knob {
  -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
          transform: translateX(18px);
}

.billing-switcher:hover .billing-switcher__track {
  opacity: 0.9;
}
/* 








 */

.range-group {
  width: 100%;
  padding: 20px 0;
}

.range-group__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.range-slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.range-slider__input {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #e4ebf3;
  border-radius: 2px;
  outline: none;
}

.range-slider__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  padding: 0 5px;
}

.range-slider__label {
  cursor: pointer;
}

.range-group__display {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.range-group__input {
  width: 96px;
  height: 44px;
  border: 1px solid rgba(17, 24, 39, 0.24);
  border-radius: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
  outline: none;
  background: #fff;
}

.section-padding-2 {
  padding-left: 50px;
  padding-right: 50px;
}

.range-slider__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
  opacity: 0.4;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.range-slider__label--active {
  color: #2563EB; /* синий */
  opacity: 1;
}

.range-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px; 
  height: 13px;
  background: url("./images/pol.svg") no-repeat center; /* Путь к твоей картинке */
  background-size: contain;
  border: none;
  cursor: pointer;
}

.range-slider__input::-moz-range-thumb {
  width: 19px;
  height: 13px;
  background: url("./images/pol.svg") no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
}
/* 





 */

.calc__tool {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc__tool--active {
  border-color: #000;
}



@media screen and (max-width: 900px) {
  .backup-info__cards_21 {
    margin-bottom: 0;
  }
}

.hero__description::before,
.backup-info__description::before,
.about_figure_p::before,
.p-b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #3b82f6;
}

.compliance__description-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #fff;
}

.data-cta__stat-item::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  bottom: 4px;
  width: 1px;
  background-color: #3b82f6;
}

.security-pillar__grid p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #f59e0b;
}







@media screen and (min-width: 900px) {
  .backup-info__card {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
  }

  @supports (animation-timeline: view()) {
    .backup-info__card {
      -webkit-animation: card-fade-out 1s linear both;
      animation: card-fade-out 1s linear both;
      animation-timeline: view();
      animation-range: exit 0% exit 100%;
    }
  }

  @-webkit-keyframes card-fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes card-fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
/* 











 */

.comparison-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid #e4ebf3;
  background: #ffffff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.comparison-wrapper::-webkit-scrollbar {
  display: none;
}

.comparison-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 1fr 1fr;
  grid-template-columns: 5fr 1fr 1fr;
  min-width: 700px;
}


@media screen and (max-width: 997px) {
  .comparison-table {
    -ms-grid-columns: 4fr 1fr 1fr;
    grid-template-columns: 4fr 1fr 1fr;
  }
}

@media screen and (max-width: 876px) {
  .comparison-table {
    -ms-grid-columns: 3fr 1fr 1fr;
    grid-template-columns: 3fr 1fr 1fr;
  }
}

.comparison-table__header {
  display: contents;
}

.comparison-table__col {
  padding: 8px 32px;
  background: #ffff;
}

.comparison-table__col--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: hsla(0, 0%, 0%, 0.5);
  background: #ffff;
}

.comparison-table__head-icon {
  width: 20px;
  height: 20px;
}

.comparison-table__section {
  grid-column: 1 / -1;
  background: #eef0f3;
  padding: 8px 32px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
}

.comparison-table__row {
  display: contents;
}

.comparison-table__feature {
  padding: 8px 32px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0000006a;
}

.comparison-table__value {
  padding: 8px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.16);
}

.comparison-table__value--bold {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000c5;
}

.comparison-table__value--yes {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000c5;
}

.comparison-table__value--no {
  color: #64748b;
}

.comparison-table__row:last-child .comparison-table__feature,
.comparison-table__row:last-child .comparison-table__value {
  border-bottom: none;
}

.table-section h2 {
  margin-bottom: 24px;
}

.price-banner__content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  max-width: 237px;
  margin-bottom: 24px;
}

.price-banner__content p {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: hsla(0, 0%, 100%, 0.5);
  max-width: 285px;
}

.price-banner__aside button, .price-banner__aside a {
  border-radius: 8px;
  padding: 12px 24px;
  background: #fff;
  border: none;
  margin-top: 6px;
  text-decoration: none;
}

.price-banner__aside button span, .price-banner__aside a span {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-banner__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.price-banner__feature-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.price-banner__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-banner__features > :nth-child(1),
.price-banner__features > :nth-child(2) {
  padding-right: 32px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.12);
  margin-right: 32px;
}

.price-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.price-banner__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1103px) {
  .pricing-hero__title {
    font-size: 48px;
    max-width: 483px;
  }

  .pricing-hero__top {
    gap: 20px;
  }

  .pricing-hero__feature-text {
    white-space: nowrap;
  }
}

@media screen and (max-width: 753px) {
  .pricing-hero__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .pricing-hero {
    margin-top: 182px;
  }
}

@media screen and (max-width: 500px) {
  .pricing-hero {
    margin-top: 122px;
  }

  .table-section h2 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 746px) {
  .table-section.section-padding {
    padding-right: 0;
  }
}

@media screen and (max-width: 1249px) {
  .price-banner__features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 26px 0;
  }

  .price-banner__aside {
    gap: 32px;
  }
}

@media screen and (max-width: 1040px) {
  .price-banner__content {
    min-width: 285px;
  }
}

@media screen and (max-width: 800px) {
  .price-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .price-banner__features > :nth-child(1),
  .price-banner__features > :nth-child(2) {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }

  .price-banner__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .price-banner__content h2,
  .price-banner__content p {
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .price-banner__content h2 {
    max-width: 230px;
  }
}

.calc__step {
  position: relative;
}

.lin-1 {
  position: absolute;
  top: 16.5px;
  left: -33px;
}


@media screen and (max-width: 1400px) {
  .lin-1 {
    top: 6.5px;
  }
}

.lin-2 {
  position: absolute;
  top: -240px;
  left: -33px;
}

.lin-3 {
  position: absolute;
  top: -195px;
  left: -33px;
}

@media screen and (max-width: 1508px) {
  .calcs .trust__container {
    padding: 84px 100px 50px 100px;
  }
}

@media screen and (max-width: 1400px) {
  .trust__bg_2 {
    display: none;
  }

  .calcs {
    background: -o-linear-gradient(
      230deg,
      rgba(248, 249, 250, 0.4) 0%,
      #f8f9fa 100%
    );
    background: linear-gradient(
      220deg,
      rgba(248, 249, 250, 0.4) 0%,
      #f8f9fa 100%
    );
  }

  .calcs .trust__container {
    padding: 84px 0 50px 0;
  }

  .section-padding-2 {
    padding-left: 64px;
    padding-right: 32px;
  }

  .calc__tools {
    width: 100%;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .calc__tools::-webkit-scrollbar {
    display: none;
  }

  .calc__tools > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .calc__tool img {
    width: 100%;
    height: 28px;
  }

  .section-padding-2 {
    padding-right: 0;
  }

  .calc__step--2,
  .calc__step--3 {
    padding-right: 32px;
  }

  .calc__tools {
    padding-top: 0;
    margin-top: 30px;
  }

  .calc__header {
    margin-bottom: 10px;
  }

  .lin-2 {
    top: -269px;
  }
}

@media screen and (max-width: 973px) {
  .lin-2 {
      top: -229px;
    }
}




@media screen and (max-width: 1065px) {
  .calc__tool img {
    height: 25px;
  }

  .calc__grid > :first-child,
  .calc__grid > :last-child {
    -webkit-box-flex: 400;
        -ms-flex: 400;
            flex: 400;
  }
}

@media screen and (max-width: 1023px) {
  .calc__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 30px;
  }

  .plan-card {
    position: relative;
  }

  .pr-abs {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 276px;
  }

  .calc__grid > :nth-child(3) .plan-card__price-value {
    display: block;
  }

  .plan-card__description {
    max-width: 300px;
  }
}

@media screen and (max-width: 738px) {
  .pr-abs {
    position: relative;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 749px) {
 

  .lin-3 {
    top: -185px;
  }

  .calcs .trust__container {
    padding: 84px 0 84px 0;
  }
}

@media screen and (max-width: 544px) {
      .lin-2 {
        top: -189px;
    }
}



@media screen and (max-width: 520px) {
  .toggle__discount-text {
    display: none;
  }
}



.lin-2-mob {
  display: none;
}


@media screen and (max-width: 497px) {
  .lin-1 {
    top: 30.5px;
  }
}

@media screen and (max-width: 455px) {
  .lin-2 {
    display: none;
  }

 

  .lin-3 {
    top: -185px;
  }

  .lin-2-mob {
    display: block;
    top: -260px;
  }

  .calc__step--2,
  .calc__step--3,
  .calc__step--1 .calc__step-title,
  .calc__step--1 .calc__step-description {
    padding-right: 20px;
  }

  .price-tag {
    right: 10px;
  }

  .calc__plans-toggle {
    gap: 32px;
  }

  .section-padding-2 {
    padding-left: 50px;
  }

  .calc__grid > :nth-child(2),
  .calc__grid > :first-child,
  .calc__grid > :last-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.calc__footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 32px;
}

@media screen and (max-width: 875px) {
  .calc__footer {
    gap: 34px 0;
  }
}

@media screen and (max-width: 601px) {
  .calc__footer > :first-child,
  .calc__footer > :nth-child(2) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }

  .calc__footer {
    max-width: 400px;
  }

  .pr-abs {
    position: static;
    width: auto;
  }
}

.line4343 {
  padding-bottom: 144px;
  border-bottom: 1px dotted hsla(221, 39%, 11%, 0.4);
  /* margin-right: 20px!important; */
}

@media screen and (max-width: 746px) {
  .line4343 {
    margin-right: 20px !important;
  }
}

/* 









 */

.tr-p1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  opacity: 0.5;
}

.tr-p2 {
  margin-top: 16px;
}

.trust__title-tr {
  max-width: 360px;
}

.trust__metric-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.trust-bottom-tr {
  margin-top: 40px;
}

.trust-bottom-tr > :first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 16px;
}

.trust-bottom-tr > :first-child span {
  font-weight: 600;
}

.trust-bottom-tr > :last-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.trust__content-wrapper-tr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card-170__image {
  width: 100%;
  margin-bottom: 24px;
}

.card-170 {
  border-radius: 16px;
  padding: 32px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  background: #fff !important;
}

.card-170__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  max-width: 423px;
  margin-bottom: 24px;
}

.card-170__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  margin-bottom: 32px;
}

.card-170__text span {
  font-weight: 600;
  color: #000;
}

.card-170__label {
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #848990 !important;
}

.backup-info__hero_2 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  color: #999;
}

.backup-info__hero_2 span {
  color: #3b82f6;
  position: relative;
}

.card-170__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: rgba(17, 24, 39, 0.24);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.integration2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.anim-about__itemtr {
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 16px;
}

.anim-about__itemtr p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.anim-about__item5 {
  position: absolute;
  bottom: 20px;
  left: 90px;
}

.anim-about__item6 {
  position: absolute;
  top: 0;
  right: 90px;
}

.un2,
.prot2 {
  position: absolute;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  border-radius: 9999px;
  padding: 8px 16px;
}

.un2 {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
  left: 120px;
  bottom: -40px;
}

.prot2 {
  color: #22c55e;
  background: rgba(34, 197, 94, 0.1);
  right: 140px;
  top: -60px;
}

.herotrp .hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 850px;
          flex: 0 0 850px;
}

.herotrp .hero__content {
  max-width: 853px;
}

.herotrp .hero__container > :first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.trline1 {
  position: absolute;
  bottom: 125px;
  left: 165px;
}

.trline2 {
  position: absolute;
  top: 110px;
  right: 170px;
}

.calc-2__title,
.calc-2__hero {
  text-align: center;
}

.calc-2__title {
  margin-bottom: 24px;
}

.calc-2__label {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #3b82f6;
  margin-bottom: 16px;
}

.calc-2__content {
  max-width: 661px;
  margin: 0 auto;
  min-width: 645px;
}

.calc-2__headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
}

.calc-2__headers > :first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.calc-2__headers > :last-child {
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
}
/* 






 */

.calc-2__headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* 






 */
.calc-2__headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.calc-2__header-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 17px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  overflow: visible;

  margin-bottom: -1px;
}

.calc-2__header-item--active {
  z-index: 2;
  /* background: #F8F9FA; */
}









/* 



/* 





 */

.calc-2__header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.calc-2__header-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #111827;
}

.calc-2__header-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.calc-2__header-item--active .calc-2__header-name,
.calc-2__header-item--active .calc-2__header-desc {
  color: #3b82f6;
}



.calc-2__header-item {
  position: relative;
}

.calc-2__header-item-abs {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3b82f6;
  border-radius: 16px;
  padding: 8px;
  background: #e6f0ff;
  z-index: 100;
  white-space: nowrap;
}

.calc-2__headers-rel {
  position: relative;
  margin-bottom: 24px;
}

.calc-2__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-2__card {
  border-radius: 16px;
  padding: 32px;
  -webkit-box-shadow: 0 0 72px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 72px 0 rgba(26, 26, 26, 0.06);
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.calc-2__benefit-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  margin-top: 8px;
}

.calc-2__benefits > :not(:last-child) {
  border-bottom: 1px solid hsla(221, 39%, 11%, 0.12);
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.calc-2__benefits {
  margin-top: 40px;
}

.calc-2__sidebar {
  padding-left: 40px;
}

.plan-card__description-2 {
  max-width: 299px;
}

.herotrp {
  background-image: none;
}

@media screen and (max-width: 1179px) {
  .hero__title {
    font-size: 48px;
    max-width: 527px;
  }

  .hero__contenttr {
    max-width: 500px;
  }
}

@media screen and (max-width: 1023px) {
  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 120px;
  }

  .herotrp .hero__content,
  .hero__description {
    max-width: 100%;
  }

  .roadmap-wrapper-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 717px) {
  .roadmap-wrapper-tr {
    display: block;
  }

  .herotrp {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .trusttr {
    margin-top: -100px;
  }

  .backup-info__hero {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1250px) {
  .trust__title-tr {
    max-width: 280px;
  }

  .trust__metric-tr > :last-child {
    display: none;
  }
}

@media screen and (max-width: 1016px) {
  .trust__content-tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .trust__title-tr {
    max-width: 463px;
  }
}

@media screen and (max-width: 723px) {
  .trust__content-tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 400px) {
  .trust__container-tre {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 900px) {
  .backup-info__content-st {
    position: static;
    top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .pr-abs {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 276px;
  }
}

@media screen and (max-width: 1400px) {
  .trust__bg_3 {
    display: block;
  }
}

@media screen and (max-width: 755px) {
  .calc-2__discount-badge {
    display: none;
  }
}

@media screen and (max-width: 748px) {
  .trust__bg_3 {
    display: none;
  }

  .calc-2__content {
    background: -o-linear-gradient(
      237deg,
      rgba(248, 249, 250, 0.4) 0%,
      #f8f9fa 100%
    );
    background: linear-gradient(
      213deg,
      rgba(248, 249, 250, 0.4) 0%,
      #f8f9fa 100%
    );
    border-radius: 16px;
    padding: 24px 16px;
  }

  .trust__container-calc-1 {
    padding: 0;
  }

  .plan-card__description-2 {
    max-width: none;
  }

  .calc-2__content {
    min-width: 100%;
  }
}

.calc-2__toggle-mob {
  display: none;
}

@media screen and (max-width: 650px) {
  .calc-2__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .calc-2__card {
    width: 100%;
  }

  .calc-2__sidebar {
    padding: 0;
    margin-top: 40px;
  }

  .calc-2__toggle {
    display: none;
  }

  .calc-2__benefits {
    margin-top: 0;
  }

  .calc-2__headers > :last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  

  .calc-2__card {
    padding: 20px;
  }

  .calc-2__toggle-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
  }

  .calc-2__discount-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contacts-page {
  padding-top: 178px;
}

.contacts-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 169px;
}

.contacts-page__container > :first-child {
  -webkit-box-flex: 474;
      -ms-flex: 474;
          flex: 474;
}

.contacts-page__container > :last-child {
  -webkit-box-flex: 557;
      -ms-flex: 557;
          flex: 557;
}

.contacts-page__subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  opacity: 0.5;
  margin-bottom: 8px;
}

.contacts-page__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 111%;
  color: #111827;
}

.contacts-page__form {
  border-radius: 16px;
  padding: 32px;
  background: #f8f9fa;
  position: relative;
  z-index: 1;
}

.contacts-page__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.contacts-page__field label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
}

.contacts-page__field input,
.contacts-page__field textarea {
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  outline: none;
  border: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.contacts-page__field input:focus,
.contacts-page__field textarea:focus {
  -webkit-box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.24);
          box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.24);
}

.contacts-page__field input::-webkit-input-placeholder, .contacts-page__field textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 143%;
  color: hsla(221, 39%, 11%, 0.4);
}

.contacts-page__field input::-moz-placeholder, .contacts-page__field textarea::-moz-placeholder {
  font-weight: 400;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 143%;
  color: hsla(221, 39%, 11%, 0.4);
}

.contacts-page__field input:-ms-input-placeholder, .contacts-page__field textarea:-ms-input-placeholder {
  font-weight: 400;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 143%;
  color: hsla(221, 39%, 11%, 0.4);
}

.contacts-page__field input::-ms-input-placeholder, .contacts-page__field textarea::-ms-input-placeholder {
  font-weight: 400;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 143%;
  color: hsla(221, 39%, 11%, 0.4);
}

.contacts-page__field input::placeholder,
.contacts-page__field textarea::placeholder {
  font-weight: 400;
  font-family: var(--font-family);
  font-size: 14px;
  line-height: 143%;
  color: hsla(221, 39%, 11%, 0.4);
}

.contacts-page__field input,
.contacts-page__field textarea {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.contacts-page__form > :first-child,
.contacts-page__form > :nth-child(2) {
  margin-bottom: 16px;
}

.contacts-page__form > :nth-child(3) {
  margin-bottom: 32px;
}

.contacts-page__field textarea {
  height: 140px;
  resize: none;
}

.contacts-page__submit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  border-radius: 8px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border: none;
  cursor: pointer;
}

.flex-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 169px;
  margin-bottom: 40px;
}

.flex-contact > :first-child {
  -webkit-box-flex: 474;
      -ms-flex: 474;
          flex: 474;
}

.flex-contact > :last-child {
  -webkit-box-flex: 557;
      -ms-flex: 557;
          flex: 557;
}

.contacts-page__info-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  margin-bottom: 16px;
  margin-top: 34px;
}

.contacts-page__info-desc {
  margin-bottom: 64px;
}

.contacts-page__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-page__contact-text {
  max-width: 381px;
}

.contacts-page__support-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #111827;
  opacity: 0.5;
}

.contacts-page__email-link {
  text-decoration: none;
}

.contacts-page__contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.contacts-page {
  padding-bottom: 144px;
}

.abs-contact {
  position: absolute;
  bottom: -400px;
  right: 0;
}

.contacts-page .wrapper {
  position: relative;
}

.contacts-page {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1174px) {
  .contacts-page__container {
    gap: 83px;
  }

  .flex-contact {
    gap: 40px;
  }

  .flex-contact > :first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .contacts-page__title {
    font-size: 48px;
  }

  .contacts-page__intro-text {
    max-width: 552px;
  }
}

@media screen and (max-width: 928px) {
  .contacts-page__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 71px;
  }

  .flex-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.contacts-page__info-box {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1066px) {
 .abs-contact {
    display: none;
  }
}

@media screen and (max-width: 715px) {
  .abs-contact {
    position: absolute;
    bottom: -400px;
    right: -300px;
    opacity: 0.5;
  }

  .contacts-page {
    padding-top: 154px;
  }

  .breadcrumbs {
    margin-top: 142px;
}
}

.contacts-page__intro-text a {
  color: rgba(17, 24, 39, 0.4);
  text-decoration: none;
}

/* 




 */


.h-b, .hero-form__button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.h-b::before, .h-b::after,
.hero-form__button::before, .hero-form__button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.h-b::before, .hero-form__button::before {
  background: -webkit-gradient(linear, left top, right top, from(#0bf), to(#3b82f6));
  background: -o-linear-gradient(left, #0bf 0%, #3b82f6 100%);
  background: linear-gradient(90deg, #0bf 0%, #3b82f6 100%);
}

.h-b::after, .hero-form__button::after {
  background: -webkit-gradient(linear, left top, right top, from(#0950c4), to(#0093d7));
  background: -o-linear-gradient(left, #0950c4 0%, #0093d7 100%);
  background: linear-gradient(90deg, #0950c4 0%, #0093d7 100%);
}

.h-b:hover::before, .hero-form__button:hover::before {
  opacity: 1;
}

.h-b:focus::after, .hero-form__button:focus::after {
  opacity: 1;
}

/* 






 */

.process__feature-note {
  font-weight: 400;
font-size: 14px;
color: rgba(0, 0, 0, 0.5);
}


.h-144 {
  height: 144px;
}




.solutions-cont1 {
  margin-top: 24px;
}

.solutions-block-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}

.solutions-block-1 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #22C55E
}



.security__item img {
  width: 40px;
}



.flex-flex222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}




.z170-2var span {
  font-weight: 700;
}


.z170-2var a {
  border-radius: 9999px;
padding: 12px 24px;
background: #f8f9fa;
display: inline-block;
margin-top: 32px;
text-decoration: none;
}


.z170-2var a span {
  font-weight: 600;
font-size: 16px;
line-height: 150%;
background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


.z170-1var p {
  margin-bottom: 32px;
}



.solutions-cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}

.solutions-cont2 span {
  font-weight: 600;
}


.postid-727 .solutions-block-1 p,
.postid-729 .solutions-block-1 p {
  font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #000!important;
-webkit-text-fill-color: #000;
background: none;
}



.process__step-content {
  position: relative;
}






@media screen and (min-width: 938px) {
   .service-template-default .process__step-header {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
}


@media screen and (max-width: 938px) {
    .process__step-description {
        margin-bottom: 0;
    }
}








.git-container {
  border-radius: 8px;
  overflow: hidden;
}

.git-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: var(--font3);
  font-weight: 500;
  font-size: 12px;
  color: #000;
  background: #e4ebf3;
  padding: 9px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.git-code {
  font-family: monospace;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: rgba(28, 28, 28, 0.4);
  padding: 16px;
  border-bottom: 1px solid #eef0f3;
  border-left: 1px solid #eef0f3;
  border-right: 1px solid #eef0f3;
  font-family: var(--font3);
  border-radius: 0 0 8px 8px
}

.blue {
  color: #1d4ed8;
}

.copy-icon {
  cursor: pointer;
}

.cmp-table {
  width: 100%;
  border-collapse: collapse;
}

.borderfff {
  border: 1px solid #e4ebf3 !important;
  border-radius: 16px;
  overflow: hidden;
}

.cmp-table th,
.cmp-table td {
  padding: 8px 20px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  opacity: 0.8;
  min-height: 64px;
}

.cmp-table tr {
  height: 64px;
}

.cmp-table th,
.cmp-table td {
  vertical-align: middle;
}

.cmp-table thead tr:first-child th {
  font-weight: 600;
  border-bottom: none;
}

.feature-header {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  padding: 8px 32px !important;
  background: #eef0f3;
  border-radius: 8px;
  border: none !important;
}

.label {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #000 !important;
  opacity: 0.4 !important;
  width: 25% !important;
}

/* 










 */

.single-content-cont {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 282px 126px 1fr;
  grid-template-columns: 282px 1fr;
  gap: 126px;
}

.single-content-custom__toc-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #383838;
  margin-bottom: 16px;
}

.single-content-custom__nav-item a {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #383838;
  text-decoration: none;
  display: block;
  opacity: 0.4;
  border-left: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.single-content-custom__nav-submenu a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #383838;
  display: block;
  padding-left: 16px;
}

.single-content-custom__nav-submenu .single-content-custom__nav-submenu a {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #383838;
}

.single-content-custom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.single-content-custom__nav-item,
.single-content-custom__nav-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.single-content-custom__nav-link.active {
  font-weight: 600;
  background: rgba(59, 130, 246, 0.06);
  opacity: 1;
  border-left: 2px solid #3b82f6;
  border-radius: 8px;
  padding: 8px 16px;
}

.single-content-custom__nav-submenu {
  margin-left: 16px;
}

.single-content-custom__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}




.single-content-custom__features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.single-content-custom__marketplace img {
  width: 100%;
}

.single-content-custom__marketplace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.single-content-custom__marketplace > :first-child,
.single-content-custom__marketplace > :last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}



.single-content-custom__simple-block img {
  width: 100%;
  margin-top: 32px;
}







.cmp-table th {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
}

.cmp-table tr:has(th) {
  height: 44px;
}

.iconvrevre {
  margin-bottom: -5px;
}

.gtrbhr {
  margin-bottom: 24px;
}
/* 











 */

.single-content-custom__nav-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #383838;
  text-decoration: none;
  display: block;
  opacity: 0.4;
  border-left: 2px solid transparent;
  border-radius: 8px;
  padding: 8px 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  cursor: pointer;
}


.single-content-custom__nav-link.active {
  opacity: 1;
  border-left-color: #3b82f6;
  background-color: #f0f4f8;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.single-content-custom__nav-submenu summary {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #383838;
  display: block;
  padding-left: 16px;
}

@media screen and (max-width: 1187px) {
  .article-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .article-hero__image {
    min-height: 10px;
    aspect-ratio: 960/540;
  }

  .article-hero__title {
    font-size: 48px;
  }

  .single-content-custom__sidebar {
    display: none;
  }

  .single-content-cont {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .single-content-custom__marketplace {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .borderfff {
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .borderfff::-webkit-scrollbar {
    display: none;
  }

  .cmp-table {
    width: 100%;
    min-width: 750px;
  }
}




.article-hero__meta-date {
  opacity: 0.4;
  font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #111827;
}



body, html {
  scroll-behavior: smooth;
}


.stgggg {
  position: sticky;
  top: 140px;
}





@media screen and (max-width: 1024px) {
  .article-hero {
    margin-top: 189px;
}
}

@media screen and (max-width: 768px) {
  .article-hero {
    margin-top: 177px;
}
}



@media screen and (max-width: 600px) {
  .article-hero {
    margin-top: 153px;
}
}

/* 







 */


 .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.swiper-slide .card-footer {
  margin-top: auto;
}




.toggle__discount-text {
  opacity: 0;
}







/* 










 */

.header__nav-link {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.header__nav-link svg {
  -webkit-transition:
    stroke 0.3s ease;
  -o-transition:
    stroke 0.3s ease;
  transition:
    stroke 0.3s ease;
}






.dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  padding-top: 15px;
  display: none;
  z-index: 1000;
}

.header__nav-item:hover .dropdown,
.header__nav-item.is-active .dropdown {
  display: block;
}

.dropdown__content {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
  background: rgba(255, 255, 255, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown__content > :first-child {
  padding-right: 24px;
  border-right: 1px solid #e4ebf3;
}

.dropdown__content > :nth-child(2) {
  padding-right: 24px;
  padding-left: 24px;
  border-right: 1px solid #e4ebf3;
}

.dropdown__content > :nth-child(3) {
  padding-left: 24px;
}

.dropdown__col p {
  font-weight: 600;
  font-size: 14px;
  line-height: 171%;
  color: #111827;
  margin-bottom: 24px;
}

.dropdown__col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  text-decoration: none;
}

.dropdown__col a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #111827;
}

.dropdown__col a img {
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
  border-radius: 8px;
}

.dropdown__col div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

/* 




 */

.dropdown-about {
  position: absolute;
  top: 100%;
  right: 420px;
  padding-top: 15px;
  display: none;
  z-index: 1000;
}

.header__nav-item.is-active .dropdown,
.header__nav-item.is-active .dropdown-about {
  display: block;
}

.dropdown-about__content {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
  background: rgba(255, 255, 255, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 132px;
}

.dropdown-about__content a {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #111827;
  text-decoration: none;
  border-bottom: 1px solid #e4ebf3;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.dropdown-about__content a:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1053px) {
  .dropdown {
    right: 0;
  }

  .dropdown-about {
    right: 390px;
  }
}

.header-grid {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 24px !important;
}



.dropdown__col a span, .dropdown-about__content a {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.dropdown__col a:hover span, .dropdown-about__content a:hover {
  color: #3b82f6;
}





.postid-723 .backup-info__content-st,
.postid-727 .backup-info__content-st,
.postid-729 .backup-info__content-st,
.postid-711 .backup-info__content-st,
.postid-715 .backup-info__content-st,
.postid-651 .backup-info__content-st,
.postid-719 .backup-info__content-st {
    position: relative;
    top: 0;
}


.postid-723 .backup-info__cards_21,
.postid-727 .backup-info__cards_21,
.postid-729 .backup-info__cards_21,
.postid-711 .backup-info__cards_21,
.postid-715 .backup-info__cards_21,
.postid-651 .backup-info__cards_21,
.postid-719 .backup-info__cards_21 {
    margin-bottom: 0;
}





.footer__socials-icon:hover svg > :first-child {
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.footer__socials-icon:hover svg > :first-child {
  fill: transparent
}



.footer__contacts-item img {
  width: 24px;
}



.service-template-default .comparison {
  margin-top: 100px;
}


@media screen and (max-width: 620px) {
    .service-template-default .comparison {
  margin-top: 0;
}

.compliance {
    margin-top: 0;
}
}
/* 









 */





 /* ==========================================
   ARTICLE HERO
   ========================================== */
.article-hero {
    background: #f8fafc;
}

.article-hero__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 991px) {
    .article-hero__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.article-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}

.article-hero__breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.breadcrumbs__link {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.breadcrumbs__link:hover {
    color: #3b82f6;
}

.breadcrumbs__icon {
    width: 16px;
    height: 16px;
}

.breadcrumbs__separator {
    color: #64748b;
    font-size: 14px;
}

.breadcrumbs__current {
    color: #1e293b;
    font-size: 14px;
    margin: 0;
}

.article-hero__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
    margin: 0;
}

@media (max-width: 768px) {
    .article-hero__title {
        font-size: 32px;
    }
}

.article-hero__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}

.article-hero__meta-icon {
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

.article-hero__meta-date {
    font-size: 14px;
    color: #64748b;
}

.article-hero__image {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}


/* ==========================================
   SINGLE CONTENT LAYOUT
   ========================================== */
.single-content-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 280px 60px 1fr;
    grid-template-columns: 280px 1fr;
    gap: 60px;
}

@media (max-width: 1100px) {
    .single-content-cont {
        -ms-grid-columns: 240px 40px 1fr;
        grid-template-columns: 240px 1fr;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .single-content-cont {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}


details summary {
    outline: none;
}

.gtrbhr {
    margin-bottom: 30px;
}

.blog__list-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .blog__list-2 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .blog__list-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}





.single-content-cont strong {
  font-weight: 600;
}



.single-content-cont h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #000;
  margin-bottom: 8px;
}


.single-content-cont p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}


.single-content-cont h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  margin-bottom: 8px;
}


.single-content-cont h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  margin-bottom: 8px;
}


.single-content-custom__main a {
  color: #3b82f6;
  text-decoration: none;
}
/* 


























 */





 .single-content-custom__main ul,
 .single-content-custom__main ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    list-style: none;
    padding: 0;
 }


 .single-content-custom__main li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    position: relative;
    padding-left: 20px;
}




 .single-content-custom__main li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background-color: #3b82f6;
  border-radius: 50%;
}


.single-content-custom__main p.empty-line {
    height: 16px!important;
    line-height: 16px;
    margin: 0;
}


.single-content-custom__media-editor img {
  width: 100%;
  margin: 32px 0;
}


.manual-step-item img {
  width: 100%;
}



.single-content-custom__nav-submenu-h4 {
  margin-left: 16px;
}



.article-hero.section-padding {
  background: none!important;
}




.single-content-custom__strategy img, 
.single-content-custom__intro img {
  max-width: 100%;
  border-radius: 16px;
  height: auto;
}


.borderfff {
  margin-top: 30px;
}


.single-content-custom__strategy ol img {
  margin-top: 32px;
  margin-bottom: 32px;
}
/* 














 */






button.popup__link {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    outline: none;
    padding: 0;
}

.popup__link--trigger svg {
    pointer-events: none; 
    -webkit-transition: -webkit-transform 0.3s ease; 
    transition: -webkit-transform 0.3s ease; 
    -o-transition: transform 0.3s ease; 
    transition: transform 0.3s ease; 
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.popup__item.is-active > .popup__link {
    color: #3b82f6; 
}

.popup__item.is-active > .popup__link svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    stroke: #3b82f6; 
}

.popup-dropdown, 
.popup-dropdown-about {
    display: none;
    padding: 24px 0 0 0;
}

.popup-dropdown__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}



.popup-dropdown__title {
    font-weight: 600;
    font-size: 12px;
    line-height: 200%;
    color: #111827;
    margin-bottom: 8px;
}

.popup-dropdown__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

.popup-dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    text-decoration: none;
}



.popup-dropdown__icon img {
    max-width: 48px;
    max-height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    -webkit-box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
            box-shadow: 0 2px 16px 0 rgba(26, 26, 26, 0.06);
}

.popup-dropdown-about__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.popup-dropdown-about__content a {
    text-decoration: none;
    font-size: 16px;
    color: #4b5563;
}


.popup-dropdown__link span {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #111827;
}


.frgvrgbbb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}



.popup__container {
  overflow-y: auto;
}



.popup .login-mob {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.popup-dropdown-about__content a {
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: #111827;
}


.popup-dropdown-about__content > :not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid #E4EBF3;
  margin-bottom: 8px;
}





.login-mob {
  position: sticky;
  bottom: 0px;
  background: #fff;
}


.popup__navigation {
  padding-left: 36px;
  padding-right: 36px;
}

.login-mob {
    padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 24px;
  padding-top: 24px;
}



.popup__item.is-active svg path {
  stroke: #3B82F6!important;
}








.ea-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 248, 255, 0.85);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}

.ea-modal-overlay.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ea-modal-content {
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  padding: 32px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
          box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ea-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.ea-modal-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #000;
  margin-bottom: 24px;
}

.ea-modal-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 40px;
}

.ea-form-group {
  margin-bottom: 24px;
}

.ea-form-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  margin-bottom: 8px;
  display: block;
}

.ea-apps-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ea-app-card,
.ea-consent-wrapper {
  display: block;
  cursor: pointer;
}

.ea-modal-content input[type="checkbox"] {
  display: none;
}

.ea-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 13px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  padding: 16px;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
  cursor: default;
}

.ea-modal-content input[type="checkbox"]:checked + .ea-card-inner {
  border-color: #3b82f6;
  opacity: 1;
}

.ea-custom-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.ea-modal-content
  input[type="checkbox"]:checked
  + .ea-card-inner
  .ea-custom-checkbox {
  background: #3b82f6;
  border-color: #3b82f6;
}

.ea-modal-content
  input[type="checkbox"]:checked
  + .ea-card-inner
  .ea-custom-checkbox::after {
  content: "";
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 2px;
}

.ea-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ea-email-input {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(17, 24, 39, 0.24);
  border-radius: 8px;
  outline: none;
}

.ea-email-input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.ea-email-input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.ea-email-input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.ea-email-input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.ea-email-input::placeholder,
.ea-email-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #111827;
}

.ea-consent-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #000;
}

.ea-consent-text a {
  color: #000;
}

.ea-submit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
  background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
  background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
}

.ea-card-inner333 {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 32px;
}

.scroll-locked {
  position: fixed;
  width: 100%;
  top: -var(--scroll-position);
  left: 0;
}

@media screen and (max-width: 500px) {
  .ea-modal-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .ea-modal-desc {
    margin-bottom: 24px;
  }

  .ea-modal-desc,
  .ea-form-label {
    font-size: 14px;
  }

}










.sec-cont {
  position: relative;
}

.sec-cont h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 111%;
  color: #111827;
  margin-bottom: 40px;
}

.sec-hero {
  padding-top: 240px;
}

.p-600 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  margin-bottom: 16px;
}

.cont-44v {
  max-width: 625px;
}

.sec-abs {
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: -150px;
  right: -100px;
}

.sec-hero {
  margin-bottom: 208px;
}

.physical-security__content {
  border-radius: 32px;
  padding: 96px;
  background: #f8f9fa;
}

.physical-security__content h2 {
  margin-bottom: 24px;
}

.physical-security__list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  list-style: none;
  padding: 0;
}

.physical-security__item {
  position: relative;
  padding-left: 18px;
}

.physical-security__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #007bff;
  border-radius: 50%;
}

.physical-security__text {
  margin-top: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  max-width: 1024px;
}

.wrapper34 {
  max-width: 1392px;
  margin: 0 auto;
}

.physical-security__desc {
  max-width: 828px;
}

.physical-security__list-2 {
  margin: 0;
  margin-top: 16px;
}

.sec-4f4 h2 {
  margin-bottom: 24px;
}

.prgfd {
  margin-top: 24px;
}

.h144 {
  height: 144px;
}

.sec-hero {
  overflow-x: clip; 
}

@media screen and (max-width: 1155px) {
  .sec-abs {
    display: none;
  }

  .sec-hero {
    margin-bottom: 144px;
  }

  .physical-security__content {
    padding: 32px;
    border-radius: 16px;
  }

  .sec-cont h1 {
    font-size: 48px;
  }
}

.hero-terms {
  padding-top: 240px;
}

.hero-terms-cont h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 111%;
  color: #111827;
}

.hero-terms-cont .class11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.hero-terms-cont .class11 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(17, 24, 39, 0.4);
}

.hero-terms-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.class12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  width: 100%;
  margin-bottom: 24px;
}

.hero-terms-cont {
  width: 100%;
}

.hero-terms {
  margin-bottom: 208px;
}

@media screen and (max-width: 768px) {
  .sec-hero,
  .hero-terms {
    padding-top: 160px;
  }
}

@media screen and (max-width: 1089px) {
  .class12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .hero-terms-cont h1 {
    font-size: 48px;
  }
}





.terms-content p, .terms-content li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}


.terms-content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  margin-bottom: 8px;
}






.calc__tool img {
    width: 100%;
    height: 28px!important;
}



.calc__tool {
  padding: 13px 32px;
  border-left: none;
  border-right: none;
  position: relative;
}


/* 
.calc__tool.calc__tool--active {
  border-top: 1px solid #3b82f6;
  border-left: 1px solid #3b82f6;
  border-right: 1px solid #3b82f6;
  border-bottom: 1px solid transparent;
  z-index: 2;
} */

/* .calc__tool.calc__tool--active::before,
.calc__tool.calc__tool--active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 16px;
  height: 16px;
  pointer-events: none;
} */

/* .calc__tool.calc__tool--active::before {
  left: -16px;
  background: -o-radial-gradient(
    0 0,
    circle,
    transparent 15px,
    #3b82f6 15px,
    #3b82f6 16px,
    #F8F9FA 16px
  );
  background: radial-gradient(
    circle at 0 0,
    transparent 15px,
    #3b82f6 15px,
    #3b82f6 16px,
    #F8F9FA 16px
  );
} */

















.calc__tool.calc__tool--active::after {
  right: -16px;
  background: -o-radial-gradient(
    100% 0,
    circle,
    transparent 15px,
    #3b82f6 15px,
    #3b82f6 16px,
    #F8F9FA 16px
  );
  background: radial-gradient(
    circle at 100% 0,
    transparent 15px,
    #3b82f6 15px,
    #3b82f6 16px,
    #F8F9FA 16px
  );
}


.blog__filter-btn {
  margin: 0!important
}



.calc-2__card {
  max-width: 365px!important;
}



.git-container p {
  display: none;
}








.plan-card__button-2 {
  max-width: 140px;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}


.plan-card__button-2:hover {
  background: none;
}

.header__login {
   -webkit-transition: all ease .6s;
   -o-transition: all ease .6s;
   transition: all ease .6s;
}

.header__login:hover {
  background: #f8f9fa;
}


.price-banner__button {
  border: 1px solid #fff!important;
   -webkit-transition: all ease .6s;
   -o-transition: all ease .6s;
   transition: all ease .6s;
}

.price-banner__button:hover {
  color: #fff;
  background: none;
}

.price-banner__button span{
-webkit-transition: all ease .6s;
-o-transition: all ease .6s;
transition: all ease .6s;
}

.price-banner__button:hover span {
    -webkit-text-fill-color: transparent;
    background: #fff text;
}
/* 











 */



.hero-form__label-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}


.hero-form__error-msg {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    color: #ef4444;
    display: none;
}


.hero-form__field.is-invalid .hero-form__error-msg {
    display: block;
    margin-bottom: 2px;
}

.hero-form__field.is-invalid .hero-form__input {
    border-color: #ef4444 !important;
}


.hero-form__button:disabled {
    opacity: 0.33;
    cursor: not-allowed;
    pointer-events: none;
}
/* 









 */


 .trust-click-2__label-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 8px;
}

.trust-click-2__error-msg {
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    display: none;
}

.trust-click-2__field.is-invalid .trust-click-2__error-msg {
    display: block;
    color: #ef4444!important;
}

.trust-click-2__field.is-invalid .trust-click-2__input {
    border-color: #ef4444 !important;
}

.trust-click-2__submit:disabled {
    opacity: 0.33;
    cursor: not-allowed;
    pointer-events: none;
}
/* 





 */



 .ea-label-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 8px;
}

.ea-error-msg {
    color: #ef4444;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    display: none;
    margin-bottom: 10px;
}

.ea-email-wrapper.is-invalid .ea-error-msg {
    display: block;
}

.ea-email-wrapper.is-invalid .ea-email-input {
    border-color: #ef4444 !important;
}

.ea-submit-btn:disabled {
    opacity: 0.33;
    cursor: not-allowed;
    pointer-events: none;
}



.footer__support-email {
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.footer__support-email:hover {
  color: #3b82f6;
}



.footer__nav-item a, .footer__nav-link path {
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.footer__nav-item:hover a {
  color: #3b82f6;
}


.footer__nav-link:hover path {
  stroke: #3b82f6;
  stroke-opacity: 1!important;
}
/* 













 */

.range-slider__input {
  background: -o-linear-gradient(
    left,
    #3b82f6 0%,
    #3b82f6 calc(var(--progress, 0) * 1% + (50 - var(--progress, 0)) * 0.2px),
    #e5e7eb calc(var(--progress, 0) * 1% + (50 - var(--progress, 0)) * 0.2px),
    #e5e7eb 100%
  );
  background: linear-gradient(
    to right,
    #3b82f6 0%,
    #3b82f6 calc(var(--progress, 0) * 1% + (50 - var(--progress, 0)) * 0.2px),
    #e5e7eb calc(var(--progress, 0) * 1% + (50 - var(--progress, 0)) * 0.2px),
    #e5e7eb 100%
  );
}





.article-hero__content .article-hero__meta-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #111827;
  opacity: 0.4;
  margin-bottom: -2px;
}

/* 






 */

.single-content-custom__toc-title {
  font-weight: 600!important;
font-size: 32px!important;
line-height: 125%!important;
color: #383838!important;
}


/* 











 */


 /* Убираем лишние отступы между строками */
.git-code pre {
    line-height: 1.5 !important;
    margin: 0 !important;
}

.git-code code {
    line-height: 1.5 !important;
    font-family: 'Courier New', Consolas, Monaco, monospace;
    font-size: 14px;
    color: #24292e;
}

/* Делаем фон прозрачным */
:not(pre)>code[class*=language-], 
pre[class*=language-] {
    background: transparent !important;
}

.git-code pre[class*="language-"] {
    background: transparent !important;
}

.git-code code[class*="language-"] {
    background: transparent !important;
    color: #24292e !important;
}

/* Подсветка синтаксиса - ВСЕ цвета тёмные для белого фона */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: #6a737d; /* Серый для комментариев */
}

.token.punctuation {
    color: #24292e; /* Тёмный для знаков препинания */
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
    color: #005cc5; /* Синий */
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin {
    color: #032f62; /* Тёмно-синий для строк */
}

.token.operator,
.token.entity,
.token.url {
    color: #d73a49; /* Красный */
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #d73a49; /* Красный для ключевых слов */
}

.token.function,
.token.class-name {
    color: #6f42c1; /* Фиолетовый для функций */
}

.token.regex,
.token.important,
.token.variable {
    color: #e36209; /* Оранжевый */
}


pre[class*=language-] {
  padding: 0!important;
  border-radius: 0!important;
}


code[class*=language-], pre[class*=language-] {
  text-shadow: none!important;
}


.token.punctuation,
.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url, .token.variable {
    color: #000!important;
}




.copy-icon img {
  border-radius: 0!important;
}
/* 














 */

















 .contacts-page__label-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 8px;
}

.contacts-page__error-msg {
    color: #ef4444;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    display: none;
}

.contacts-page__field.is-invalid .contacts-page__error-msg {
    display: block;
}

.contacts-page__field.is-invalid .contacts-page__input,
.contacts-page__field.is-invalid .contacts-page__textarea {
    border-color: #ef4444 !important;
}

.contacts-page__submit-btn:disabled {
    opacity: 0.33;
    cursor: not-allowed;
    pointer-events: none;
}




.contacts-page__email-link {
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
}

.contacts-page__email-link:hover {
  color: #3B82F6
}



b {
  font-weight: 600!important;
}


.terms-content a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3B82F6;
}




.page-id-1715 .class12 {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
      -ms-flex-direction: column!important;
          flex-direction: column!important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}


.entry-content a, .single-content-custom__main a {
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;
  transition: all ease .6s;
  text-decoration: none;
}


.entry-content a:hover, .single-content-custom__main a:hover {
  color: #63aaff;
}






@media screen and (max-width: 500px) {
  .footer-logo {

  margin-bottom: 32px;
}
}








@media screen and (min-width: 938px) {
    .home .compliance {
      margin-top: 0;
    }
}



@media screen and (min-width: 708px) {
    .home .compliance {
      margin-top: 50px;
    }
}



.plan-card__button {
  display: inline-block;
  text-decoration: none;
}




.footer-logo {
  display: inline-block;
  margin-bottom: 51px;
}


.card-170__image, .testimonial__image {
  height: auto;
}



.benkendorf {
  display: flex;
  align-items: center;
  gap: 4px;
}

.benkendorf p {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: rgba(255, 255, 255, 0.72);
}

.benkendorf p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #3B82F6;
  text-decoration: none;
}

.benkendorf img {
  width: 10px;
}


@media screen and (max-width: 1200px) {
  .footer__socials {
    max-width: 600px;
    justify-content: flex-start;
    gap: 24px;
  }

  
}


@media screen and (max-width: 680px) {
  .footer__socials {
    max-width: 300px;
  }

}

.trust-core__cert-image {
  width: 100%;
}


.trust-core__cert-wrapper {
  gap: 55px;
}


@media screen and (max-width: 1147px) {
    
  .trust-core__cert-wrapper {
    gap: 71px;
  }
}


@media screen and (max-width: 829px) {
    
  .trust-core__cert-wrapper {
    gap: 41px;
  }
}

@media screen and (max-width: 595px) {
    
  .trust-core__cert-wrapper {
    gap: 24px;
  }
}

.trust-core__cert-image {
  width: 100%;
  max-height: 33px;
}

@media screen and (max-width: 500px) {
    
  .trust-core__cert-wrapper {
    min-width: 0;
  }


}




.pricing-hero__features {
  margin-top: 50px;
}



@media screen and (max-width: 753px) {
   .pricing-hero__features {
  margin-top: 0px;
}
}



.pagination__link  {
  transition: all ease .6s;
}


.pagination__link:focus {
      background: #3b82f6;
      border-color: #3b82f6;
      color: #fff;
}


.pagination__link:hover {
    background: rgba(17, 24, 39, 0.05);
    border-color: rgba(17, 24, 39, 0.05);
    color: #000;
}




@media screen and (min-width: 700px) {
  .footer__copyright-logo {
    margin-bottom: -10px;
  }
}

.flex-flex222 img {
  width: 100%;
  max-width: 133px;
}


.footer__socials-icon svg {
  width: 32px;
  height: 32px;
}



@media screen and (max-width: 739px) {
    .pr-abs {
        position: relative;
        top: 0;
        right: 0;
        width: 276px;
    }
}




.ea-card-inner {
  transition: all ease .6s;
}

.ea-card-inner:hover {
  opacity: 1;
}




.postid-435 .st-abs-3 {
    right: -30px;
    top: -70px;
}


.postid-727 .st-abs-3 {
    right: 35px;
    top: -70px;
}


.postid-729 .st-abs-3 {
    right: -85px;
    top: -70px;
}




input::placeholder, textarea::placeholder {
  color: rgba(17, 24, 39, 0.5)!important;
}









.header__nav-item:hover .header__nav-link {
  color: rgba(17, 24, 39, 0.64);
}




.header__nav-item.is-active .header__nav-link svg,
.header__nav-link:focus svg {
  transform: scaleY(-1);
}

/* 














 */





 .cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 99999;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
}


@media screen and (max-width: 768px) {
   .cookie-banner {
    padding-top: 16px;
    padding-bottom: 16px;
   }
}

.cookie-banner.show {
    display: flex;
}



.cookie-icon svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cookie-text strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #111827;
}

.cookie-text p, .cookie-text a {
    font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: var(--main-dark);
}

.cookie-text a {
  text-decoration: none;
}

.cookie-actions {
    display: flex;
    align-items: flex-end;
    gap: 16px
}

.cookie-btn {
    cursor: pointer;
    border: none;
    font-weight: 600;
    font-size: 14px;
    font-family: inherit;
    transition: background-color 0.2s, color 0.2s;
    background: transparent;
}

.cookie-btn-primary {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
    border-radius: 8px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    overflow: hidden;
}

.cookie-btn-primary::before,
.cookie-btn-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.cookie-btn-primary::before {
    background: linear-gradient(90deg, #0bf 0%, #3b82f6 100%);
}

.cookie-btn-primary::after {
    background: linear-gradient(90deg, #0950c4 0%, #0093d7 100%);
    transition: opacity 0.6s ease;
}

.cookie-btn-primary:hover::before {
    opacity: 1;
}

.cookie-btn-primary:active::after {
    opacity: 1;
}





.cookie-btn-secondary {
    color: #949596;
    border-radius: 8px;
    padding: 12px 24px;
    height: 48px;
}







.wrappervfvgrt {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}





.rtgbtyhnter {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}


.cookie-text p {
  max-width: 825px;
}


.wrappervfvgrt {
  width: 100%;
}



.cookie-btn-secondary:hover {
      background: #f8f9fa;
}



.cookie-text a {
  transition: all ease .6s;
}

.cookie-text a:hover {
  color: #3B82F6
}




@media screen and (max-width: 650px) {
  .wrappervfvgrt {
    flex-direction: column;
    align-items: flex-start;
  }
}



.trust-click-2__input::placeholder {
  color: #fff!important
}
/* 

















 */





  .popup__navigation-2 {
        display: none;
    }


 @media screen and (max-width: 983px) {

      .popup__navigation {
          display: none;
      }

     .popup__navigation-2 {
        display: grid;
        grid-template-columns: 150px 1fr;
      }



      .popup__list-sec {
        padding-left: 40px;
        border-left: 1px dotted rgba(17, 24, 39, 0.4);
      }


      .popup__item.is-active .popup-dropdown {
          display: none!important;
      }


      .frgvrgbbb {
        flex-direction: row;
        gap: 40px;
      }


      .popup-dropdown__content {
        gap: 40px;
        grid-template-columns: 1.2fr 1fr;
      }


}

@media screen and (max-width: 773px) {
  .popup-dropdown__content {
        grid-template-columns: 1.4fr 1fr;
      }
}


@media screen and (max-width: 745px) {
      .popup__item.is-active .popup-dropdown {
          display: block!important;
      }



      .frgvrgbbb {
        flex-direction: column;
        gap: 16px;
      }


      .popup-dropdown__content {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }


    .popup-dropdown__content {
      max-width: 300px;
    }

 

    .popup__navigation {
          display: block;
      }

       .popup__navigation-2 {
        display: none;
    }
}



.data-cta__tool {
  text-decoration: none;
}



@media screen and (max-width: 550px) {
  .data-cta__tool-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  
}



.calc__tools {
  padding-left: 28px;
}



.article-hero__image {
  aspect-ratio: 16/9;
}


.backup-info__content-st > :last-child {
  margin-bottom: 0;
}


.faq__content a {
  color: #3B82F6;
  transition: all ease .6s;
}

.faq__content a:hover {
  color: #63AAFF
}

/* 




 */


 .calc-2__header-item {
  position: relative;
 }








.calc-2__header-item .line12 {
  width: 280px;
  height: 1px;
  background: #3b82f6;
  position: absolute;
  bottom: -1px;
  right: -265px;
}

.calc-2__header-item.calc-2__header-item--active .line12 {
  width: 265px;
  height: 1px;
  background: #3b82f6;
  position: absolute;
  bottom: -1px;
  right: -272px;
}

.calc-2__header-item .line11 {
  width: 280px;
  height: 1px;
  background: #3b82f6;
  position: absolute;
  bottom: -1px;
  left: -265px;
}

.calc-2__header-item.calc-2__header-item--active .line11 {
  width: 259px;
  height: 1px;
  background: #3b82f6;
  position: absolute;
  bottom: -1px;
  left: -272px;
}


@media screen and (max-width: 1264px) {
  .line12, 
  .line11 {
    display: none
  }
}


.blog__filters {
  position: relative;
}

.blue114 {
    position: absolute;
    right: 30px;
    bottom: 0px;
    width: 170px;
    height: 1px;
    background: #3b82f6;
}





@media screen and (max-width: 1261px) {
  .trust-core__cert-wrapper {
    gap: 45px;
}
}


@media screen and (max-width: 1147px) {
    .trust-core__cert-image {
        width: 100%;
        max-height: 56px;
    }

        .trust-core__cert-wrapper {
              min-height: 0;
          }
}


@media screen and (max-width: 562px) {
  .trust-core__cert-image {
    display: block;
        flex: 1 1 0;
        width: 0;
        min-width: 0;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        
  }

  .trust-core__cert-wrapper {
    gap: 34px;
  }
}


.toggle_1 {
  margin-bottom: -7px;
}


.calc__tools {
  position: relative;
}

.vvv555 {
  position: absolute;
  right: -150px;
  bottom: -1px;
  height: 1px;
  width: 150px;
  background: #3B82F6;
}


@media screen and (max-width: 1400px) {

    .calc__tools {
      padding-top: 13px
    }

    .calc__tools {
      margin-top: 17px;
    }
}


.range-slider__labels > :last-child {
  left: calc(100% - 19px)!important;
} 



@media screen and (max-width: 767px) {
  .comparison__title, .calc-2__title, .calc-2__hero {
    text-align: left;
  }

  .blog__pagination {
    gap: 7px;
  }
}



@media screen and (max-width: 900px) {
  .calc-2__discount-badge {
    display: none;
  }
}




.section404 {
  margin-top: 200px;
  margin-bottom: 116px;
}



.first-404 {
  display: flex;
  justify-content: center;
  margin-bottom: 147px;
}


.div404 > :first-child {
  font-weight: 700;
  font-size: 72px;
  line-height: 111%;
  color: var(--main-dark);
  margin-top: 12px;
}

.div404 {
  display: flex;
  gap: 40px;
}


.block404 > :first-child {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: var(--main-dark);
  margin-bottom: 8px;
}

.block404 > :nth-child(2) {
  max-width: 400px;
  margin-bottom: 24px;
}

.block404 a {
  position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
    background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
    background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
    overflow: hidden;
    outline: none;
}



.block404 a::before {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(#0bf), to(#3b82f6));
    background: -o-linear-gradient(left, #0bf 0%, #3b82f6 100%);
    background: linear-gradient(90deg, #0bf 0%, #3b82f6 100%);
}


.block404 a::after {
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#0950c4), to(#0093d7));
    background: -o-linear-gradient(left, #0950c4 0%, #0093d7 100%);
    background: linear-gradient(90deg, #0950c4 0%, #0093d7 100%);
}


.block404 a:hover::before {
  opacity: 1;
}

.block404 a:focus::after {
  opacity: 1;
}


.block404 a::before,
.block404 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.6s ease;
  -o-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
}


.p404 {
  text-align: center;
}




.data-cta__grid-2 {
  grid-template-columns: repeat(6, 1fr);
  margin-top: 43px;
}

@media screen and (max-width: 1122px) {
  .data-cta__grid-2 {
      grid-template-columns: repeat(3, 1fr);
  }
}


@media screen and (max-width: 547px) {
  .data-cta__grid-2 {
      grid-template-columns: repeat(2, 1fr);
  }
}


@media screen and (max-width: 600px) {
  .div404 {
    flex-direction: column;
    gap: 24px;
  }


  .section404 {
      margin-top: 100px;
      margin-bottom: 100px;
  }

  
}

/* 






 */


/* 

.blog__filter-btn.active {
  color: #3b82f6;
  border-left: 1px solid #3b82f6;
  border-right: 1px solid #3b82f6;
  border-top: 1px solid #3b82f6;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
          box-shadow: 0 1px 0 0 #ffffff;
  z-index: 2;
}

.blog__filter-btn.active::before,
.blog__filter-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.blog__filter-btn.active::before {
  left: -16px;
  background: -o-radial-gradient(
    0 0,
    circle,
    transparent 15px,
    #3b82f6 15px,
    #3b82f6 16px,
    #ffffff 16px
  );
  background: radial-gradient(
    circle at 0 0,
    transparent 15px,
    #3b82f6 15px,
    #3b82f6 16px,
    #ffffff 16px
  );
}

.blog__filter-btn.active::after {
  right: -16px;
  background: -o-radial-gradient(
    100% 0,
    circle,
    transparent 15px,
    #3b82f6 15px,
    #3b82f6 16px,
    #ffffff 16px
  );
  background: radial-gradient(
    circle at 100% 0,
    transparent 15px,
    #3b82f6 15px,
    #3b82f6 16px,
    #ffffff 16px
  );
} */







.blog__filters {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 2px;
}

.blog__filter-btn {
    position: relative;

    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    transition: color 0.2s;
    z-index: 1;
}

.blog__filter-btn:hover {
    color: #3b82f6;
}

.blog__filter-btn.active {
    color: #3b82f6;
}

.blog__filters-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* высота = высота кнопки + запас для изгибов */
    height: 60px;
    overflow: visible;
    pointer-events: none;
    z-index: 0;
}


.blog__filters-line {
  max-height: 35px!important;
}


/* 






 */
.calc__tools {
    position: relative;
    display: flex;
    /* убери border-bottom если был */
}

.calc__tools-line {
    position: absolute;
    left: 0;
    bottom: 2px;
    overflow: visible;
    pointer-events: none;
    z-index: 0;
    max-height: 80px; /* было 40px — увеличивай сколько нужно */
}


.blog__filters-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; /* CSS управляет шириной, не JS */
    overflow: visible;
    pointer-events: none;
    z-index: 0;
    max-height: 40px;
}

/* 








 */


 .calc-2__headers {
    position: relative; 
}


.calc-2__headers-rel {
    position: relative;
    overflow: visible; /* Важно! */
}

.calc-2__line {
    position: absolute;
    left: -1000px; /* Сдвигаем влево с запасом */
    width: calc(100% + 2000px); /* Делаем ширину родителя + запас */
    bottom: -11px;
    pointer-events: none;
    z-index: 0;
}



.trust__bg_4 {
  position: static;
  overflow: hidden;
  padding: 39px 0;
  pointer-events: all;
}









@media screen and (max-width: 1008px) {
  .trust__bg_4 {
    display: block!important;
     -webkit-transform: none !important;
        transform: none !important;
        -webkit-transform-style: flat !important;
        transform-style: flat !important;
        perspective: none !important;
  }



  .ttrust__container-2 {
    padding: 0!important;
  }
}




@media screen and (max-width: 748px) {
  .trust__bg_4 {
    padding: 0!important;
  }
}



.calc-2__header-item {
  background: #f4f8fd;
  border-radius: 16px 16px 0 0;
}


.calc-2__header-item.calc-2__header-item--active {
  background: transparent;
  
}




@media screen and (max-width: 650px) {
    .calc-2__toggle {
        margin-bottom: 40px;
    }
}




.js-open-early-access {
  cursor: pointer;
}

/* 








 */


.success-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.success-modal-overlay.is-visible {
    display: flex;
}

.success-modal {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    max-width: 362px;
    width: 90%;
    position: relative;
    box-shadow: 0 0 32px 0 rgba(26, 26, 26, 0.06);

}

.success-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.success-modal__close img {
    width: 20px;
    height: 20px;
}

.success-modal__icon {
    margin-bottom: 16px;
}

.success-modal__icon img {
    width: 64px;
    height: 64px;
}

.success-modal__title {
    font-weight: 600;
font-size: 32px;
line-height: 125%;
color: #000;
margin-bottom: 16px;
}

.success-modal__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 24px;
}

.success-modal__divider {
    border: none;
    border-top: 1px dotted rgba(17, 24, 39, 0.4);
    margin: 0 0 28px;
}

.success-modal__btn {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#3b82f6), to(#0bf));
    background: -o-linear-gradient(left, #3b82f6 0%, #0bf 100%);
    background: linear-gradient(90deg, #3b82f6 0%, #0bf 100%);
    overflow: hidden;
    outline: none;
    border: none;
    cursor: pointer;
}

.success-modal__btn::before {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, from(#0bf), to(#3b82f6));
    background: -o-linear-gradient(left, #0bf 0%, #3b82f6 100%);
    background: linear-gradient(90deg, #0bf 0%, #3b82f6 100%);
}


.success-modal__btn::after {
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#0950c4), to(#0093d7));
    background: -o-linear-gradient(left, #0950c4 0%, #0093d7 100%);
    background: linear-gradient(90deg, #0950c4 0%, #0093d7 100%);
}


.success-modal__btn::before,
.success-modal__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.6s ease;
  -o-transition: opacity 1.6s ease;
  transition: opacity 1.6s ease;
}

.success-modal__btn:hover::before {
  opacity: 1;
}

.success-modal__btn:focus::after {
  opacity: 1;
}



@media screen and (max-width: 477px) { 
    .calc__tools, .auto-x {
        max-width: 360px; 
    }
}


@media screen and (max-width: 413px) { 
    .calc__tools, .auto-x {
        max-width: 340px; 
    }
    
    
    .page-template-page-pricing .plan-card__features {
    max-width: 230px
    }
    
    .page-template-page-pricing .plan-card {
    max-width: 300px
    }
    
    
    
    
}



@media screen and (max-width: 413px) { 
 .calc__tools, .auto-x {
        max-width: 320px; 
    }
}