@charset "UTF-8";
.cb_fact:before,
.decor,
.hero__decor,
.pluses .decor,
.pluses .decor img,
.pluses .decor picture {
  pointer-events: none;
}
.awards .award__info,
.blog-card__more,
.blog__menu ul a,
.blog__more .more,
.bots a,
.button,
.fs_addrs .title,
.glossary__menu ul a,
.glossary__more .more,
.hs_submit,
.positions .position__footer,
.positions__menu ul a,
.positions__more .more,
.press-card__more,
.recognitions_item .text,
.story .more,
.submenu-extra .g-txt,
.team .member__info-body {
  text-transform: uppercase;
}
.blog-card__more a,
.blog__menu ul a,
.bots a,
.button,
.close:focus,
.close:hover,
.default a:not(.button),
.footer__menu li a,
.glossary__menu ul a,
.hero .links-item,
.hero__main .section__text p a,
.hs_submit,
.lang a,
.menu__link,
.positions .position,
.positions__menu ul a,
.socials .social,
.story .more,
.submenu-main a,
.team .member,
a:focus {
  text-decoration: none;
}
.content,
.wrapper,
body,
html {
  overflow-anchor: none;
}
.fa,
.fab,
.fal,
.far,
.fas,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.container,
.decor picture,
.fa-ul > li,
.form,
.row > div,
.section,
.section__slider,
.wrapper,
blockquote,
label {
  position: relative;
}
.button,
.ellipsis,
.section,
.sr-only {
  overflow: hidden;
}
.button,
.footer__menu li a,
.loaded input[type="email"],
.loaded input[type="password"],
.loaded input[type="search"],
.loaded input[type="tel"],
.loaded input[type="text"],
.loaded textarea,
.menu__link {
  transition: 0.3s ease-in-out;
}
.button.bordered,
.button:focus,
.button:hover {
  color: var(--btn-bg);
  background-color: transparent;
}
.button-gradient,
:root {
  --btn-color: var(--color-white);
}
.submenu-extra--resources .img img,
.submenu-extra--solutions .img img {
  object-fit: contain !important;
}
.blog-card__more a,
.button,
.glossary__more .more,
.hs_submit,
.positions__more .more,
.story .more {
  letter-spacing: 0.04em;
}
:root {
  --phone: 480px;
  --tablet: 768px;
  --desktop: 980px;
  --widescreen: 1200px;
  --color-white: #fff;
  --color-black: #000;
  --color-dark: #15172c;
  --color-purple: #a055ff;
  --color-purple-light: #dddaef;
  --color-purple-white: #eef1fa;
  --color-purple-dark: #261a48;
  --color-purple-mid: #3c1c60;
  --color-grey: #888890;
  --color-pink: #fe0072;
  --color-border: rgba(#111222, 0.2);
  --color-blue: #39f;
  --gradient-main: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  --gradient-blue: linear-gradient(44.83deg, #389bff 0%, #72daff 100%);
  --gradient-purple: linear-gradient(44.83deg, #8f5cf5 0%, #6633fe 100%);
  --gradient-bg: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #15172c 84.75%
  );
  --font-sans-serif: "Avenir", sans-serif;
  --font-serif: "Times New Roman", Times, Baskerville, Georgia, serif;
  --base-background: var(--color-dark);
  --base-font-family: var(--font-sans-serif);
  --base-font-size: 1.6rem;
  --base-line-height: 1.85;
  --base-text-color: var(--color-dark);
  --base-min-width: 320px;
  --base-link-color: var(--color-blue);
  --btn-bg: var(--color-blue);
  --btn-pd: 0.8rem 2.4rem;
  --btn-fz: 1.2rem;
  --headings-font-family: var(--font-sans-serif);
  --headings-color: var(--base-text-color);
  --headings-sizes-h1: 5.6rem;
  --headings-sizes-h2: 4.5rem;
  --headings-sizes-h3: 2.6rem;
  --headings-sizes-h4: 2.4rem;
  --headings-sizes-h5: 1.7rem;
  --headings-sizes-h6: 1.5rem;
  --global-gap: 1.5rem;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: var(--base-text-color);
  background: var(--base-background);
  font: var(--base-font-size) / var(--base-line-height) var(--base-font-family);
  min-width: var(--base-min-width);
}
img {
  max-width: 100%;
  height: auto;
}
.gm-style img {
  max-width: none;
}
@font-face {
  font-family: "Avenir Next LT Pro Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AvenirNext-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro Regular";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AvenirNext-Demi.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avenir-Heavy.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Black";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avenir-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Avenir;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Avenir-Roman.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next W1G Thin";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirNext-Thin.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext LT Pro Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next Heavy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AvenirNext-Heavy.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/avenirnextltpro-light.woff.ttf") format("truetype");
  font-display: swap;
}
.submenu-title,
.testimonials .testimonial figcaption,
blockquote {
  font-family: "Avenir Heavy", sans-serif;
  font-weight: 900;
}
.awards .award__info,
.blog-card-date,
.blog-card__more,
.blog__menu ul a,
.blog__more .more,
.bots a,
.button,
.capital,
.default__footer .text a,
.default__more .more,
.glossary__menu ul a,
.glossary__more .more,
.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.positions .position__footer,
.positions__menu ul a,
.positions__more .more,
.press-card-date,
.press-card__more,
.report__more .more,
.research-partners__title,
.story .more,
.submenu-extra .g-txt,
.submenu-extra .txt strong,
.team .member__info-body small,
.trust__percentage,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: "Avenir Black", sans-serif;
  font-weight: 800;
}
.menu,
.positions .position__head h4,
.report-card h4,
.testimonials .testimonial blockquote {
  font-family: Avenir, sans-serif;
  font-weight: 400;
}
.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.1;
}
.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child),
.h:not(:last-child),
.section .image:not(:last-child),
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 2.4rem;
}
.capital {
  font-size: 7rem;
}
.h1,
h1 {
  font-size: var(--headings-sizes-h1);
}
.h2,
h2 {
  font-size: var(--headings-sizes-h2);
  line-height: 1.3725;
}
.h3,
h3 {
  font-size: var(--headings-sizes-h3);
}
.h4,
h4 {
  font-size: var(--headings-sizes-h4);
}
.h5,
h5 {
  font-size: var(--headings-sizes-h5);
}
.h6,
h6 {
  font-size: var(--headings-sizes-h6);
}
p {
  margin: 0;
}
.introducing .section__text > p:not(:last-child),
p:not(:last-child) {
  margin-bottom: 1.25em;
}
blockquote {
  margin: 0;
  font-style: italic;
  font-size: 2.6rem;
  line-height: 1.55;
}
blockquote:not(:last-child) {
  margin-bottom: 2rem;
}
.hbspt-form .actions,
figure {
  margin: 0;
  padding: 0;
}
.blog-featured p,
.blog-resources .blog-card p,
.trusted__item-detailed p,
.whys__item-detailed p,
figure figcaption {
  font-size: 1.9rem;
}
a {
  color: var(--base-link-color);
}
.g-txt,
.report-card .date,
.testimonials--style-1 .testimonial blockquote:before {
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  --g-txt-gradient: var(--gradient-main);
  background: var(--g-txt-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__extra .section__text,
.page-template-template-subprogress th,
.pluses__video,
.submenu-extra,
.submenu-main a,
.submenu-title,
.tal {
  text-align: left;
}
.fa-fw,
.fa-li {
  text-align: center;
}
.form {
  display: flex;
  margin-bottom: -1.7rem;
}
.form__field {
  flex: 1;
  margin-bottom: 1.7rem;
}
.form__field-buttons {
  flex: none;
  width: max-content;
}
fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none;
}
label {
  display: block;
  line-height: 1;
  font-size: 2.4rem;
  color: var(--color-dark);
}
label .red {
  color: red;
}
label:not(:last-child) {
  margin-bottom: 2.7rem;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-size: 1.9rem;
  border-radius: 0;
  border: none;
  border-bottom: 0.1rem solid var(--color-white);
  padding: 0.5rem 0;
  background-color: transparent;
  width: 100%;
  color: var(--color-white);
  min-height: 4rem;
  outline: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: var(--form-element-focus-border-color);
}
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
.submenu-main a.active span,
.submenu-main a:hover span,
input[type="email"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
textarea.placeholder {
  color: inherit;
}
select {
  border-radius: 0;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
button,
input[type="button"],
input[type="file"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--form-font-family);
}
.fa,
.fab,
.fal,
.far,
.fas {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.bot-threats_slider .text:before,
.fs_quote-text,
.pluses .section__text h4,
.rews .item_quote,
.whys .why__side h3 {
  font-style: italic;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x,
.fa-stack-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-li {
  left: -2em;
  position: absolute;
  width: 2em;
  line-height: inherit;
}
.button,
.fa-stack {
  position: relative;
  vertical-align: middle;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: 2s linear infinite fa-spin;
}
.fa-pulse {
  animation: 1s steps(8) infinite fa-spin;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal,
.page-template-template-csp .whys:after {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.menu-button.active .l-1,
.menu-button.active .l-3,
.menu-open .header__nav {
  transform: translateY(0);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  width: 2.5em;
}
.button,
.button-icon,
.button-text {
  display: inline-flex;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "";
}
.fa-abacus:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-acorn:before {
  content: "";
}
.fa-acquisitions-incorporated:before {
  content: "";
}
.fa-ad:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adobe:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-alarm-clock:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-alicorn:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-analytics:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angel:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-ankh:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-apple-crate:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-alt-down:before {
  content: "";
}
.fa-arrow-alt-from-bottom:before {
  content: "";
}
.fa-arrow-alt-from-left:before {
  content: "";
}
.fa-arrow-alt-from-right:before {
  content: "";
}
.fa-arrow-alt-from-top:before {
  content: "";
}
.fa-arrow-alt-left:before {
  content: "";
}
.fa-arrow-alt-right:before {
  content: "";
}
.fa-arrow-alt-square-down:before {
  content: "";
}
.fa-arrow-alt-square-left:before {
  content: "";
}
.fa-arrow-alt-square-right:before {
  content: "";
}
.fa-arrow-alt-square-up:before {
  content: "";
}
.fa-arrow-alt-to-bottom:before {
  content: "";
}
.fa-arrow-alt-to-left:before {
  content: "";
}
.fa-arrow-alt-to-right:before {
  content: "";
}
.fa-arrow-alt-to-top:before {
  content: "";
}
.fa-arrow-alt-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-from-bottom:before {
  content: "";
}
.fa-arrow-from-left:before {
  content: "";
}
.fa-arrow-from-right:before {
  content: "";
}
.fa-arrow-from-top:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-square-down:before {
  content: "";
}
.fa-arrow-square-left:before {
  content: "";
}
.fa-arrow-square-right:before {
  content: "";
}
.fa-arrow-square-up:before {
  content: "";
}
.fa-arrow-to-bottom:before {
  content: "";
}
.fa-arrow-to-left:before {
  content: "";
}
.fa-arrow-to-right:before {
  content: "";
}
.fa-arrow-to-top:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-atom-alt:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-axe:before {
  content: "";
}
.fa-axe-battle:before {
  content: "";
}
.fa-baby:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-backpack:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-badge:before {
  content: "";
}
.fa-badge-check:before {
  content: "";
}
.fa-badge-dollar:before {
  content: "";
}
.fa-badge-percent:before {
  content: "";
}
.fa-badger-honey:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-ball-pile:before {
  content: "";
}
.fa-ballot:before {
  content: "";
}
.fa-ballot-check:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-barcode-alt:before {
  content: "";
}
.fa-barcode-read:before {
  content: "";
}
.fa-barcode-scan:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-basketball-hoop:before {
  content: "";
}
.fa-bat:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-bolt:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-slash:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-school:before {
  content: "";
}
.fa-bell-school-slash:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bells:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-biohazard:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blanket:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blender-phone:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blog:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-bone-break:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-alt:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-book-heart:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-book-spells:before {
  content: "";
}
.fa-book-user:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-books:before {
  content: "";
}
.fa-books-medical:before {
  content: "";
}
.fa-boot:before {
  content: "";
}
.fa-booth-curtain:before {
  content: "";
}
.fa-bow-arrow:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-bowling-pins:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-alt:before {
  content: "";
}
.fa-box-ballot:before {
  content: "";
}
.fa-box-check:before {
  content: "";
}
.fa-box-fragile:before {
  content: "";
}
.fa-box-full:before {
  content: "";
}
.fa-box-heart:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-box-up:before {
  content: "";
}
.fa-box-usd:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-boxes-alt:before {
  content: "";
}
.fa-boxing-glove:before {
  content: "";
}
.fa-brackets:before {
  content: "";
}
.fa-brackets-curly:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bread-loaf:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-browser:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-bullseye-arrow:before {
  content: "";
}
.fa-bullseye-pointer:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-burrito:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-bus-school:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-cabinet-filing:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calculator-alt:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-calendar-edit:before {
  content: "";
}
.fa-calendar-exclamation:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-star:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-alt:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-campfire:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-candle-holder:before {
  content: "";
}
.fa-candy-cane:before {
  content: "";
}
.fa-candy-corn:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-car-bump:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-car-garage:before {
  content: "";
}
.fa-car-mechanic:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-car-tilt:before {
  content: "";
}
.fa-car-wash:before {
  content: "";
}
.fa-caret-circle-down:before {
  content: "";
}
.fa-caret-circle-left:before {
  content: "";
}
.fa-caret-circle-right:before {
  content: "";
}
.fa-caret-circle-up:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-carrot:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-cat:before {
  content: "";
}
.fa-cauldron:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chair:before {
  content: "";
}
.fa-chair-office:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-line-down:before {
  content: "";
}
.fa-chart-network:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-chart-pie-alt:before {
  content: "";
}
.fa-chart-scatter:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-cheese:before {
  content: "";
}
.fa-cheese-swiss:before {
  content: "";
}
.fa-cheeseburger:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-bishop-alt:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-clock:before {
  content: "";
}
.fa-chess-clock-alt:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-king-alt:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-knight-alt:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-pawn-alt:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-queen-alt:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chess-rook-alt:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-double-down:before {
  content: "";
}
.fa-chevron-double-left:before {
  content: "";
}
.fa-chevron-double-right:before {
  content: "";
}
.fa-chevron-double-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-square-down:before {
  content: "";
}
.fa-chevron-square-left:before {
  content: "";
}
.fa-chevron-square-right:before {
  content: "";
}
.fa-chevron-square-up:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chimney:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-city:before {
  content: "";
}
.fa-claw-marks:before {
  content: "";
}
.fa-clinic-medical:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clipboard-list-check:before {
  content: "";
}
.fa-clipboard-prescription:before {
  content: "";
}
.fa-clipboard-user:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-drizzle:before {
  content: "";
}
.fa-cloud-hail:before {
  content: "";
}
.fa-cloud-hail-mixed:before {
  content: "";
}
.fa-cloud-meatball:before {
  content: "";
}
.fa-cloud-moon:before {
  content: "";
}
.fa-cloud-moon-rain:before {
  content: "";
}
.fa-cloud-rain:before {
  content: "";
}
.fa-cloud-rainbow:before {
  content: "";
}
.fa-cloud-showers:before {
  content: "";
}
.fa-cloud-showers-heavy:before {
  content: "";
}
.fa-cloud-sleet:before {
  content: "";
}
.fa-cloud-snow:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-clouds:before {
  content: "";
}
.fa-clouds-moon:before {
  content: "";
}
.fa-clouds-sun:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-club:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-code-commit:before {
  content: "";
}
.fa-code-merge:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-coffee-togo:before {
  content: "";
}
.fa-coffin:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-alt-check:before {
  content: "";
}
.fa-comment-alt-dollar:before {
  content: "";
}
.fa-comment-alt-dots:before {
  content: "";
}
.fa-comment-alt-edit:before {
  content: "";
}
.fa-comment-alt-exclamation:before {
  content: "";
}
.fa-comment-alt-lines:before {
  content: "";
}
.fa-comment-alt-medical:before {
  content: "";
}
.fa-comment-alt-minus:before {
  content: "";
}
.fa-comment-alt-plus:before {
  content: "";
}
.fa-comment-alt-slash:before {
  content: "";
}
.fa-comment-alt-smile:before {
  content: "";
}
.fa-comment-alt-times:before {
  content: "";
}
.fa-comment-check:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-edit:before {
  content: "";
}
.fa-comment-exclamation:before {
  content: "";
}
.fa-comment-lines:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-comment-minus:before {
  content: "";
}
.fa-comment-plus:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comment-smile:before {
  content: "";
}
.fa-comment-times:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-comments-alt:before {
  content: "";
}
.fa-comments-alt-dollar:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compass-slash:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-compress-alt:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-compress-wide:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-container-storage:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-conveyor-belt:before {
  content: "";
}
.fa-conveyor-belt-alt:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-corn:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cow:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-credit-card-blank:before {
  content: "";
}
.fa-credit-card-front:before {
  content: "";
}
.fa-cricket:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-croissant:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-cross:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-crutch:before {
  content: "";
}
.fa-crutches:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-curling:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-dagger:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-debug:before {
  content: "";
}
.fa-deer:before {
  content: "";
}
.fa-deer-rudolph:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-desktop-alt:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-dewpoint:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-d10:before {
  content: "";
}
.fa-dice-d12:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-dice-d4:before {
  content: "";
}
.fa-dice-d6:before {
  content: "";
}
.fa-dice-d8:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-diploma:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-disease:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-do-not-enter:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-dog-leashed:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-empty:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-dolly-flatbed-alt:before {
  content: "";
}
.fa-dolly-flatbed-empty:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-dragon:before {
  content: "";
}
.fa-draw-circle:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-draw-square:before {
  content: "";
}
.fa-dreidel:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drumstick:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-duck:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-ear:before {
  content: "";
}
.fa-ear-muffs:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-eclipse:before {
  content: "";
}
.fa-eclipse-alt:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-egg-fried:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-elephant:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-h-alt:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ellipsis-v-alt:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-empty-set:before {
  content: "";
}
.fa-engine-warning:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-dollar:before {
  content: "";
}
.fa-envelope-open-text:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-ethernet:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-square:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-alt:before {
  content: "";
}
.fa-expand-arrows:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expand-wide:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-evil:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-field-hockey:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-certificate:before {
  content: "";
}
.fa-file-chart-line:before {
  content: "";
}
.fa-file-chart-pie:before {
  content: "";
}
.fa-file-check:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-edit:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-exclamation:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-minus:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-plus:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-spreadsheet:before {
  content: "";
}
.fa-file-times:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-user:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-files-medical:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-film-alt:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-alt:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-fire-smoke:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-fireplace:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-fish-cooked:before {
  content: "";
}
.fa-fist-raised:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-alt:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-flame:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flask-poison:before {
  content: "";
}
.fa-flask-potion:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flower:before {
  content: "";
}
.fa-flower-daffodil:before {
  content: "";
}
.fa-flower-tulip:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-fog:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-minus:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-folder-plus:before {
  content: "";
}
.fa-folder-times:before {
  content: "";
}
.fa-folder-tree:before {
  content: "";
}
.fa-folders:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-football-helmet:before {
  content: "";
}
.fa-forklift:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-fragile:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-french-fries:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frosty-head:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-function:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gas-pump-slash:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-ghost:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-gift-card:before {
  content: "";
}
.fa-gifts:before {
  content: "";
}
.fa-gingerbread-man:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass:before {
  content: "";
}
.fa-glass-champagne:before {
  content: "";
}
.fa-glass-cheers:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-glass-whiskey-rocks:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glasses-alt:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-globe-europe:before {
  content: "";
}
.fa-globe-snow:before {
  content: "";
}
.fa-globe-stand:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-golf-club:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-gopuram:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-grip-lines:before {
  content: "";
}
.fa-grip-lines-vertical:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-guitar:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-h1:before {
  content: "";
}
.fa-h2:before {
  content: "";
}
.fa-h3:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hammer-war:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-hand-heart:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-box:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-magic:before {
  content: "";
}
.fa-hand-holding-seedling:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-holding-water:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-middle-finger:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-receiving:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-heart:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-hands-usd:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-handshake-alt:before {
  content: "";
}
.fa-hanukiah:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hat-santa:before {
  content: "";
}
.fa-hat-winter:before {
  content: "";
}
.fa-hat-witch:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-haykal:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-head-side:before {
  content: "";
}
.fa-head-side-brain:before {
  content: "";
}
.fa-head-side-medical:before {
  content: "";
}
.fa-head-vr:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heart-broken:before {
  content: "";
}
.fa-heart-circle:before {
  content: "";
}
.fa-heart-rate:before {
  content: "";
}
.fa-heart-square:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-helicopter:before {
  content: "";
}
.fa-helmet-battle:before {
  content: "";
}
.fa-hexagon:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-hiking:before {
  content: "";
}
.fa-hippo:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hockey-mask:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-hockey-sticks:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-home-alt:before {
  content: "";
}
.fa-home-heart:before {
  content: "";
}
.fa-home-lg:before {
  content: "";
}
.fa-home-lg-alt:before {
  content: "";
}
.fa-hood-cloak:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-horse:before {
  content: "";
}
.fa-horse-head:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hospital-user:before {
  content: "";
}
.fa-hospitals:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-hotdog:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-house-damage:before {
  content: "";
}
.fa-house-flood:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-humidity:before {
  content: "";
}
.fa-hurricane:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-ice-skate:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-igloo:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-inbox-in:before {
  content: "";
}
.fa-inbox-out:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-industry-alt:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-info-square:before {
  content: "";
}
.fa-inhaler:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-integral:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-intersection:before {
  content: "";
}
.fa-inventory:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-island-tropical:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-jack-o-lantern:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-journal-whills:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-kaaba:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-key-skeleton:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-keynote:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kidneys:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kite:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-knife-kitchen:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-lambda:before {
  content: "";
}
.fa-lamp:before {
  content: "";
}
.fa-landmark:before {
  content: "";
}
.fa-landmark-alt:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-laptop-medical:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-layer-minus:before {
  content: "";
}
.fa-layer-plus:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leaf-heart:before {
  content: "";
}
.fa-leaf-maple:before {
  content: "";
}
.fa-leaf-oak:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-lightbulb-dollar:before {
  content: "";
}
.fa-lightbulb-exclamation:before {
  content: "";
}
.fa-lightbulb-on:before {
  content: "";
}
.fa-lightbulb-slash:before {
  content: "";
}
.fa-lights-holiday:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lips:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-location-circle:before {
  content: "";
}
.fa-location-slash:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-alt:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-lock-open-alt:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-loveseat:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-luchador:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lungs:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-mace:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-mailbox:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-mandolin:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-marker-alt-slash:before {
  content: "";
}
.fa-map-marker-check:before {
  content: "";
}
.fa-map-marker-edit:before {
  content: "";
}
.fa-map-marker-exclamation:before {
  content: "";
}
.fa-map-marker-minus:before {
  content: "";
}
.fa-map-marker-plus:before {
  content: "";
}
.fa-map-marker-question:before {
  content: "";
}
.fa-map-marker-slash:before {
  content: "";
}
.fa-map-marker-smile:before {
  content: "";
}
.fa-map-marker-times:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mask:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-meat:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-megaphone:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-menorah:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-meteor:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-mind-share:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-hexagon:before {
  content: "";
}
.fa-minus-octagon:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mistletoe:before {
  content: "";
}
.fa-mitten:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-mobile-android:before {
  content: "";
}
.fa-mobile-android-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-monitor-heart-rate:before {
  content: "";
}
.fa-monkey:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-moon-cloud:before {
  content: "";
}
.fa-moon-stars:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-mountains:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-mug-marshmallows:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-narwhal:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-network-wired:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-nintendo-switch:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-octagon:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-oil-temp:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-omega:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-ornament:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-brush-alt:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-pallet-alt:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-parking-circle:before {
  content: "";
}
.fa-parking-circle-slash:before {
  content: "";
}
.fa-parking-slash:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-pastafarianism:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paw-alt:before {
  content: "";
}
.fa-paw-claws:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-peace:before {
  content: "";
}
.fa-pegasus:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-pencil-paintbrush:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-pennant:before {
  content: "";
}
.fa-penny-arcade:before {
  content: "";
}
.fa-people-carry:before {
  content: "";
}
.fa-pepper-hot:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-person-booth:before {
  content: "";
}
.fa-person-carry:before {
  content: "";
}
.fa-person-dolly:before {
  content: "";
}
.fa-person-dolly-empty:before {
  content: "";
}
.fa-person-sign:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-office:before {
  content: "";
}
.fa-phone-plus:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pi:before {
  content: "";
}
.fa-pie:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pig:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-pizza:before {
  content: "";
}
.fa-pizza-slice:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-plane-alt:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-hexagon:before {
  content: "";
}
.fa-plus-octagon:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-podium:before {
  content: "";
}
.fa-podium-star:before {
  content: "";
}
.fa-poll:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-poll-people:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-popcorn:before {
  content: "";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-pray:before {
  content: "";
}
.fa-praying-hands:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-presentation:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-print-search:before {
  content: "";
}
.fa-print-slash:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-pumpkin:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-question-square:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-quran:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-rabbit:before {
  content: "";
}
.fa-rabbit-fast:before {
  content: "";
}
.fa-racquet:before {
  content: "";
}
.fa-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-rainbow:before {
  content: "";
}
.fa-raindrops:before {
  content: "";
}
.fa-ram:before {
  content: "";
}
.fa-ramp-loading:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-rectangle-landscape:before {
  content: "";
}
.fa-rectangle-portrait:before {
  content: "";
}
.fa-rectangle-wide:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-repeat:before {
  content: "";
}
.fa-repeat-1:before {
  content: "";
}
.fa-repeat-1-alt:before {
  content: "";
}
.fa-repeat-alt:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-republican:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-restroom:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-retweet-alt:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-ring:before {
  content: "";
}
.fa-rings-wedding:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-route-highway:before {
  content: "";
}
.fa-route-interstate:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-triangle:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-rv:before {
  content: "";
}
.fa-sack:before {
  content: "";
}
.fa-sack-dollar:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-salad:before {
  content: "";
}
.fa-sandwich:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-sausage:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-scalpel:before {
  content: "";
}
.fa-scalpel-path:before {
  content: "";
}
.fa-scanner:before {
  content: "";
}
.fa-scanner-keyboard:before {
  content: "";
}
.fa-scanner-touchscreen:before {
  content: "";
}
.fa-scarecrow:before {
  content: "";
}
.fa-scarf:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-scroll:before {
  content: "";
}
.fa-scroll-old:before {
  content: "";
}
.fa-scrubber:before {
  content: "";
}
.fa-scythe:before {
  content: "";
}
.fa-sd-card:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-dollar:before {
  content: "";
}
.fa-search-location:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-all:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-sheep:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-shield-check:before {
  content: "";
}
.fa-shield-cross:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shipping-timed:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shish-kebab:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-shovel:before {
  content: "";
}
.fa-shovel-snow:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-shredder:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-shuttlecock:before {
  content: "";
}
.fa-sickle:before {
  content: "";
}
.fa-sigma:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signal-1:before {
  content: "";
}
.fa-signal-2:before {
  content: "";
}
.fa-signal-3:before {
  content: "";
}
.fa-signal-4:before {
  content: "";
}
.fa-signal-alt:before {
  content: "";
}
.fa-signal-alt-1:before {
  content: "";
}
.fa-signal-alt-2:before {
  content: "";
}
.fa-signal-alt-3:before {
  content: "";
}
.fa-signal-alt-slash:before {
  content: "";
}
.fa-signal-slash:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-sim-card:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skating:before {
  content: "";
}
.fa-skeleton:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-ski-jump:before {
  content: "";
}
.fa-ski-lift:before {
  content: "";
}
.fa-skiing:before {
  content: "";
}
.fa-skiing-nordic:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skull-crossbones:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-slash:before {
  content: "";
}
.fa-sledding:before {
  content: "";
}
.fa-sleigh:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-sliders-h-square:before {
  content: "";
}
.fa-sliders-v:before {
  content: "";
}
.fa-sliders-v-square:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-plus:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-smoke:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-snake:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snow-blowing:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-snowflakes:before {
  content: "";
}
.fa-snowman:before {
  content: "";
}
.fa-snowmobile:before {
  content: "";
}
.fa-snowplow:before {
  content: "";
}
.fa-socks:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-soup:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-spade:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-spider-black-widow:before {
  content: "";
}
.fa-spider-web:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-spinner-third:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-square-root:before {
  content: "";
}
.fa-square-root-alt:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-squirrel:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-staff:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-and-crescent:before {
  content: "";
}
.fa-star-christmas:before {
  content: "";
}
.fa-star-exclamation:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-star-of-david:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-stars:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-steak:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-steering-wheel:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stocking:before {
  content: "";
}
.fa-stomach:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-stretcher:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-sun-cloud:before {
  content: "";
}
.fa-sun-dust:before {
  content: "";
}
.fa-sun-haze:before {
  content: "";
}
.fa-sunrise:before {
  content: "";
}
.fa-sunset:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-sword:before {
  content: "";
}
.fa-swords:before {
  content: "";
}
.fa-synagogue:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablet-android:before {
  content: "";
}
.fa-tablet-android-alt:before {
  content: "";
}
.fa-tablet-rugged:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tachometer-alt-average:before {
  content: "";
}
.fa-tachometer-alt-fast:before {
  content: "";
}
.fa-tachometer-alt-fastest:before {
  content: "";
}
.fa-tachometer-alt-slow:before {
  content: "";
}
.fa-tachometer-alt-slowest:before {
  content: "";
}
.fa-tachometer-average:before {
  content: "";
}
.fa-tachometer-fast:before {
  content: "";
}
.fa-tachometer-fastest:before {
  content: "";
}
.fa-tachometer-slow:before {
  content: "";
}
.fa-tachometer-slowest:before {
  content: "";
}
.fa-taco:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tally:before {
  content: "";
}
.fa-tanakh:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-tasks-alt:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-temperature-frigid:before {
  content: "";
}
.fa-temperature-high:before {
  content: "";
}
.fa-temperature-hot:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-tennis-ball:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-theta:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-thunderstorm:before {
  content: "";
}
.fa-thunderstorm-moon:before {
  content: "";
}
.fa-thunderstorm-sun:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-tilde:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-times-hexagon:before {
  content: "";
}
.fa-times-octagon:before {
  content: "";
}
.fa-times-square:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-tire:before {
  content: "";
}
.fa-tire-flat:before {
  content: "";
}
.fa-tire-pressure-warning:before {
  content: "";
}
.fa-tire-rugged:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toilet:before {
  content: "";
}
.fa-toilet-paper:before {
  content: "";
}
.fa-toilet-paper-alt:before {
  content: "";
}
.fa-tombstone:before {
  content: "";
}
.fa-tombstone-alt:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-toothbrush:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-tornado:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-cone:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-traffic-light-go:before {
  content: "";
}
.fa-traffic-light-slow:before {
  content: "";
}
.fa-traffic-light-stop:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-tram:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-trash-restore:before {
  content: "";
}
.fa-trash-restore-alt:before {
  content: "";
}
.fa-treasure-chest:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-tree-alt:before {
  content: "";
}
.fa-tree-christmas:before {
  content: "";
}
.fa-tree-decorated:before {
  content: "";
}
.fa-tree-large:before {
  content: "";
}
.fa-tree-palm:before {
  content: "";
}
.fa-trees:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-triangle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-trophy-alt:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-container:before {
  content: "";
}
.fa-truck-couch:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-truck-plow:before {
  content: "";
}
.fa-truck-ramp:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-turkey:before {
  content: "";
}
.fa-turtle:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-tv-retro:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-unicorn:before {
  content: "";
}
.fa-union:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-usd-circle:before {
  content: "";
}
.fa-usd-square:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-chart:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-crown:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-hard-hat:before {
  content: "";
}
.fa-user-headset:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-md-chat:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-nurse:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-users-class:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-users-crown:before {
  content: "";
}
.fa-users-medical:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-fork:before {
  content: "";
}
.fa-utensil-knife:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-utensils-alt:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-value-absolute:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-plus:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vihara:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-volcano:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-slash:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vote-nay:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-walker:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-wand:before {
  content: "";
}
.fa-wand-magic:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-warehouse-alt:before {
  content: "";
}
.fa-watch:before {
  content: "";
}
.fa-watch-fitness:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-water-lower:before {
  content: "";
}
.fa-water-rise:before {
  content: "";
}
.fa-webcam:before {
  content: "";
}
.fa-webcam-slash:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whale:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheat:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whistle:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wifi-1:before {
  content: "";
}
.fa-wifi-2:before {
  content: "";
}
.fa-wifi-slash:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wind:before {
  content: "";
}
.fa-wind-warning:before {
  content: "";
}
.fa-window:before {
  content: "";
}
.fa-window-alt:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-windsock:before {
  content: "";
}
.fa-wine-bottle:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-wreath:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.woff") format("woff"),
    url("../webfonts/fa-brands-400.ttf") format("truetype"),
    url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
  font-display: swap;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa,
.fal,
.far,
.fas {
  font-family: "Font Awesome 5 Pro";
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../webfonts/fa-light-300.eot");
  src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-light-300.woff2") format("woff2"),
    url("../webfonts/fa-light-300.woff") format("woff"),
    url("../webfonts/fa-light-300.ttf") format("truetype"),
    url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
  font-display: swap;
}
.fal {
  font-weight: 300;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.woff") format("woff"),
    url("../webfonts/fa-regular-400.ttf") format("truetype"),
    url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
  font-display: swap;
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.woff") format("woff"),
    url("../webfonts/fa-solid-900.ttf") format("truetype"),
    url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
  font-display: swap;
}
.fa,
.fas {
  font-weight: 900;
}
.button {
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 3.2rem;
  font-size: var(--btn-fz);
  outline: 0;
  padding: var(--btn-pd);
  color: var(--btn-color);
  background: var(--btn-bg);
  border: 0.1rem solid var(--btn-bg);
  height: 4rem;
  column-gap: 2.6rem;
}
.button-icon,
.button-text,
.button__content {
  position: relative;
  align-items: center;
  z-index: 1;
  align-content: center;
}
.decor,
.decor picture img,
.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.button--small-pd {
  --btn-pd: 0.8rem 1.45rem;
}
.button:after {
  display: none !important;
}
.button__content {
  display: flex;
  justify-content: center;
  transition: background 0.3s ease-in-out;
  height: 3.6rem;
}
.button.bordered:hover {
  color: var(--btn-color);
  background-color: var(--btn-bg);
}
.button-gradient {
  --btn-bg: var(--gradient-main);
  --btn-subbg: var(--color-dark);
  padding: 0.2rem;
}
.button-white,
.traffic .button,
.trust__side-right .button {
  --btn-color: var(--color-dark);
}
.button-gradient .button__content {
  background: var(--btn-subbg);
  border-radius: 3.2rem;
  padding: var(--btn-pd);
}
.button-gradient:hover,
.default-demo-ja input.hs-button:hover {
  color: var(--color-white) !important;
}
.button-gradient:hover .button__content,
.default-demo-ja input.hs-button:hover,
.hero-demo .hbspt-form input.hs-button:hover,
.hero-demo .hero__extra .swiper-pagination-bullet-active,
.hero-fight input.hs-button:hover,
.hero-research .hero__decor,
.popup_form_pdf input.hs-button:hover,
.start input.hs-button:hover {
  background: 0 0;
}
.button-gradient:active .button__content {
  background: rgba(0, 0, 0, 0.2) !important;
}
.button-white {
  --btn-bg: var(--color-white);
}
.button-dark {
  --btn-bg: var(--color-dark);
  --btn-color: var(--color-white);
}
.decor {
  z-index: 0;
  height: 100%;
}
.decor picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.decor picture img {
  height: 100%;
  object-fit: cover;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.content {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.section {
  width: 100%;
  overflow-anchor: none;
  font-size: 1.9rem;
}
.hero-demo .hero__extra .swiper-container,
.hero-research .hero__decor picture,
.section__slider {
  display: block;
}
.container,
.row > div {
  padding: 0 var(--global-gap);
}
.row {
  margin: 0 calc(-1 * var(--global-gap));
}
.row.jcc,
.thank .jcc {
  justify-content: center;
}
.glossary-page .header,
.page-template-template-bot-management .header,
.page-template-template-csp-thank .header,
.page-template-template-customers .header,
.page-template-template-service-page .header,
.page-template-template-subprogress .header,
.page-template-template-thank-fight .header,
.platform-single-page .header,
.research-page .header,
.solutions-single-page .header,
.thank-page .header {
  position: relative;
  color: var(--color-dark);
}
.glossary-page .header__bottom,
.page-template-template-bot-management .header__bottom,
.page-template-template-customers .header__bottom,
.page-template-template-service-page .header__bottom,
.page-template-template-subprogress .header__bottom,
.page-template-template-thank-fight .header__bottom,
.platform-single-page .header__bottom,
.research-page .header__bottom,
.solutions-single-page .header__bottom {
  background-color: var(--color-white);
  color: var(--color-dark);
}
.glossary-page .header__bottom .button:not(:hover) .button__content,
.page-template-template-bot-management
  .header__bottom
  .button:not(:hover)
  .button__content,
.page-template-template-customers
  .header__bottom
  .button:not(:hover)
  .button__content,
.page-template-template-service-page
  .header__bottom
  .button:not(:hover)
  .button__content,
.page-template-template-subprogress
  .header__bottom
  .button:not(:hover)
  .button__content,
.page-template-template-thank-fight
  .header__bottom
  .button:not(:hover)
  .button__content,
.platform-single-page .header__bottom .button:not(:hover) .button__content,
.research-page .header__bottom .button:not(:hover) .button__content,
.solutions-single-page .header__bottom .button:not(:hover) .button__content,
.testimonials--style-1 .testimonial,
.thank-page .header__bottom .button:not(:hover) .button__content {
  background: var(--color-white);
  color: var(--color-dark);
}
.platform-single-page .hero__main {
  min-height: 70rem;
  padding: 3rem 0;
}
.glossary-page .hero__main,
.page-template-template-customers .hero__main,
.page-template-template-service-page .hero__main,
.page-template-template-subprogress .hero__main,
.page-template-template-trust .hero__main,
.research-page .hero__main,
.solutions-single-page .hero__main {
  min-height: 70rem;
  padding: 10rem 0;
}
.page-template-template-trust .hero__main {
  padding-top: 25rem;
}
.default-page .header .button:not(:hover) .button__content,
.featured-stories--trust,
.loved-by,
.loved-by_item,
.thank-page .header__bottom,
.trusted-platform {
  background: var(--color-white);
}
.default a:not(.button),
.footer__menu li a:focus,
.footer__menu li a:hover,
.menu__link.active,
.menu__link:focus,
.menu__link:hover,
.submenu-main a.active,
.submenu-main a:hover {
  color: var(--color-purple);
}
.header {
  --header-color: var(--color-white);
  --header__top-padding: 1.4rem 0;
  --header__top-bg: var(--color-black);
  --header__bottom-padding: 3.9rem 0 2.2rem 0;
  --header__bottom-bg: transparent;
  --header-z: 10;
  color: var(--header-color);
  z-index: var(--header-z);
}
.header__links {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  column-gap: 2.5rem;
}
.header__links a,
.lang,
.lang .image,
.lang picture,
.lang-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.footer__certifications picture,
.header .container,
.header__nav,
.loved-by_block-head,
.loved-by_block-head .image,
.loved-by_item,
.start_form,
input.hs-button {
  display: flex;
  align-content: center;
}
.header__links a picture,
.logo,
.logo picture {
  display: inline-flex;
  position: relative;
  align-content: center;
}
.header__links a picture {
  align-items: center;
  justify-content: center;
  height: 2.3rem;
  width: auto;
}
.header__links a picture img {
  height: 100%;
  width: auto;
}
.header__top {
  padding: var(--header__top-padding);
  background: var(--header__top-bg);
}
.header__bottom {
  padding: var(--header__bottom-padding);
  background: var(--header__bottom-bg);
}
.header .container,
.header__nav,
.logo {
  align-items: center;
}
.header__nav {
  position: relative;
  column-gap: 3.2rem;
  flex: 1;
  justify-content: flex-end;
}
.header-transition .header__nav {
  transition: 0.4s ease-in-out;
}
.fs_head picture,
.logo,
.loved-by_block-head .image picture {
  justify-content: flex-start;
}
.logo picture {
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 14.2rem;
}
.footer {
  --footer-color: var(--color-white);
  --footer__bottom-padding: 2.85rem 0;
  --footer__bottom-bg: var(--color-black);
  --footer__top-padding: 8rem 0 7rem 0;
  --footer__top-bg: var(--color-dark);
  --footer-fz: 1.3rem;
  color: var(--footer-color);
  font-size: var(--footer-fz);
}
.footer .row {
  row-gap: 4rem;
}
.footer .copy {
  font-size: 1.3rem;
}
.footer .logo {
  max-width: 9.2rem;
}
.footer__top {
  padding: var(--footer__top-padding);
  background: var(--footer__top-bg);
}
.footer__bottom {
  padding: var(--footer__bottom-padding);
  background: var(--footer__bottom-bg);
}
.footer__menu,
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}
.menu,
.menu__link,
.press-card__image picture,
.socials .social {
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
}
.footer__menu li,
.menu__item,
.section .image,
.section__text,
.submenu-main li {
  position: relative;
}
.footer__menu li a {
  position: relative;
  color: inherit;
}
.footer__menu-wrap.offices .footer__menu {
  row-gap: 2rem;
}
.menu {
  row-gap: 3.2rem;
  color: currentColor;
}
.menu__link {
  justify-content: center;
  color: inherit;
  padding: 0.5rem 1.6rem;
}
.menu-button,
.submenu-extra .img {
  align-items: center;
  align-content: center;
  display: flex;
}
.submenu-extra--platform a.active,
.submenu-extra--platform a:hover,
.submenu-extra--resources a.active,
.submenu-extra--resources a:hover,
.submenu-extra--solutions a.active,
.submenu-extra--solutions a:hover {
  color: var(--color-white);
  background: var(--color-purple);
}
.submenu--threats .submenu__side-right .submenu-title,
.submenu__side-left .submenu-title {
  margin: 1.6rem 0;
  color: rgba(17, 18, 34, 0.2);
  padding-left: 1.6rem;
}
.menu-open {
  overflow: hidden;
}
.hero-careers,
.hero-home,
.introducing,
.pluses {
  overflow: inherit;
}
.menu-open .header__nav {
  opacity: 1;
  visibility: visible;
}
#myImg:hover,
.hero--style-1 .hero__decor,
.hero-about .hero__decor {
  opacity: 0.7;
}
.menu-button {
  position: relative;
  border: none;
  outline: 0;
  background-color: transparent;
  width: 3.2rem;
  height: 2.4rem;
  justify-content: center;
  color: currentColor;
  transition: 0.4s ease-in-out 0.2s;
  margin-left: auto;
}
.menu-button .l {
  position: absolute;
  width: 100%;
  height: 0.4rem;
  background-color: currentColor;
  border-radius: 0.4rem;
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.menu-button .l-2,
.menu-button.active .l-1,
.menu-button.active .l-3 {
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.menu-button .l-1 {
  transform: translateY(-1rem);
}
.menu-button .l-3 {
  transform: translateY(1rem);
}
.menu-button.active {
  transform: rotate(-315deg);
  transition: 0.4s ease-in-out;
}
.menu-button.active .l-2 {
  transform: rotate(-90deg);
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.submenu {
  --s-pos: absolute;
  --s-bg: var(--color-white);
  --s-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --s-pd-left: 1.6rem 1.6rem;
  --s-pd-right: 3.2rem 1.6rem;
  --s-menu-width: 15rem;
  --s-fz: 1.6rem;
  --s-extra-fz: 1.3rem;
  --s-b-radius: 0.7rem;
  position: var(--s-pos);
  top: 100%;
  background: var(--s-bg);
  box-shadow: var(--s-shadow);
  font-size: var(--s-fz);
  border-radius: var(--s-b-radius);
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}
.submenu-extra--resources a,
.submenu-extra--solutions .img,
.submenu-extra--solutions a,
.submenu__side-left {
  background: var(--color-purple-white);
}
.submenu__side-left {
  padding: var(--s-pd-left);
  width: var(--s-menu-width);
  border-radius: var(--s-b-radius);
}
.submenu__side-right {
  padding: var(--s-pd-right);
  flex: 1;
  font-size: var(--s-extra-fz);
}
.submenu__side-right .submenu-title {
  margin-bottom: 3rem;
  color: var(--color-purple-light);
}
.bot-threats_slider,
.bot-threats_slider .swiper-button-next,
.bot-threats_slider .swiper-button-prev,
.default,
.default-demo-ja .hs-input,
.default-demo-ja select option,
.default-page .header .button:not(:hover),
.hero--light .hero__main form,
.hero--light .hs-form-field .hs-input,
.hero-demo .hbspt-form .hs-form .hs-from-field select option,
.hero-demo .hero__extra .swiper-pagination-bullet,
.hero-fight select option,
.how-work,
.manage,
.popup_form_pdf .hs-input,
.problems,
.secure h3,
.socials .social,
.start select option,
.submenu-extra,
.submenu-main a,
.testimonials--style-1 .swiper-button-next,
.testimonials--style-1 .swiper-button-prev,
.unique {
  color: var(--color-dark);
}
.submenu-extra,
.submenu-main {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.submenu-main a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 1.6rem;
  transition: 0.3s ease-in-out;
  border-radius: var(--s-b-radius);
}
.submenu-extra--platform a,
.submenu-extra--resources a,
.submenu-extra--solutions a {
  color: inherit;
  border-radius: var(--s-b-radius);
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.submenu-main a span {
  font-size: 1.2rem;
  color: var(--color-grey);
}
.submenu-extra {
  --img-size: 3.9rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  column-gap: 6rem;
}
.submenu-extra .img {
  position: relative;
  justify-content: center;
  width: var(--img-size);
  height: var(--img-size);
  min-width: var(--img-size);
}
.submenu-extra .img picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.submenu-extra .img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.submenu-extra .txt {
  position: relative;
  flex: 1;
}
.submenu-extra--contacts {
  padding: 0 1.6rem;
}
.submenu-extra--contacts li {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  column-gap: 1rem;
}
.socials,
.submenu-extra--platform a,
.submenu-extra--resources a,
.submenu-extra--solutions a {
  position: relative;
  display: flex;
  align-content: center;
  column-gap: 1.6rem;
}
.submenu-extra--platform {
  --img-size: 6.3rem;
  row-gap: 0;
  line-height: 1.55;
}
.submenu-extra--platform li {
  position: relative;
  width: calc(50% - 3rem);
  max-width: 17.5rem;
}
.submenu-extra--platform a {
  align-items: center;
  width: 100%;
  padding: 1.6rem;
}
.submenu-extra--platform .txt {
  max-width: 11rem;
}
.submenu-extra--solutions {
  --img-size: 13rem;
  row-gap: 2.4rem;
  line-height: 1.55;
}
.submenu-extra--solutions li {
  position: relative;
  width: 100%;
}
.submenu-extra--solutions a {
flex-direction: column;
align-items: flex-start;
align-content: flex-start;
  width: 100%;
  padding: 1.6rem 0.8rem 1.6rem 1.6rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.submenu-extra--solutions .s-title {
  font-family: 'Avenir Next LT Pro Regular', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #000;
  display: block;
}
.submenu-extra--solutions .img {
  height: auto;
  width: 18.8rem;
  margin-bottom: 1.5rem;
}
.submenu-extra--solutions .txt {
    margin-bottom: 5.7rem;
    font-family: Avenir, sans-serif;
    font-weight: 400;
}
.submenu-extra--solutions .link {
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(90deg, #9925CF 0%, #FD0173 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.submenu-extra--solutions a:hover .s-title {
    color: #fff;
}
.submenu-extra--solutions a:hover .link {
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.submenu-extra--resources {
  --img-size: 16rem;
  row-gap: 2.4rem;
  line-height: 1.55;
}
.blog-card__image,
.lottie__wrap,
.manage_blocks,
.press-card__image,
.report-card__image,
.submenu-extra--resources li,
.team .member__photo {
  position: relative;
  width: 100%;
}
.submenu-extra--resources a {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 1.6rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.submenu-extra--resources .img {
  height: auto;
  margin-left: 1.6rem;
}
.submenu-extra--resources .txt {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.default .history h3:not(:last-child),
.default-contact .default__head .text p:not(:last-child),
.default__footer .text h3:not(:last-child),
.default__footer .text p:not(:last-child),
.default__form .row .row > div,
.submenu-extra--resources .txt p:not(:last-child),
.trust__side-right p:not(:last-child),
.whys .why__side h3:not(:last-child) {
  margin-bottom: 0;
}
.submenu-title {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
.submenu--company {
  width: 42.8rem;
  left: -15rem;
  --s-menu-width: 16.5rem;
}
.submenu--company .submenu__side-right .submenu-title {
  padding-left: 1.6rem;
}
.submenu--threats {
  width: 44rem;
  left: -15rem;
  --s-menu-width: 21rem;
}
.submenu--threats .submenu__side-right {
  padding: var(--s-pd-left);
  font-size: inherit;
}
.submenu--platform {
  width: 63.7rem;
  right: -15rem;
}
.submenu--platform .submenu__side-right .submenu-title {
  padding-left: 1.6rem;
  margin-bottom: 1.6rem;
}
.submenu--solutions {
  width: 65.4rem;
  right: -9rem;
  --s-menu-width: 31.4rem;
  --s-pd-right: 3.2rem;
}
.submenu--resources {
  width: 65.4rem;
  right: -2.5rem;
  --s-menu-width: 20rem;
  --s-pd-right: 3.2rem;
}
.socials {
  flex-direction: row !important;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials .social {
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background-color: var(--color-white);
  padding: 0.5rem;
  transition: 0.3s ease-in-out;
  font-size: 1.2rem;
  line-height: 1;
}
.socials .social:focus,
.socials .social:hover {
  background-color: var(--color-purple);
  color: var(--color-white);
}
.press-card {
  position: relative;
  min-height: 100%;
  background: var(--color-purple-light);
  padding: 1.6rem;
}
.press-card__image picture {
  justify-content: center;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.press-card__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.blog-card-date,
.how-work .section_text,
.press-card-date {
  font-size: 2.4rem;
}
.blog-card__more a,
.press-card__more a {
  display: inline-flex;
  align-items: center;
  align-content: center;
  font-size: 1.6rem;
}
.press-card__more a > :not(:last-child) {
  margin-right: 1rem;
}
.press-card__more i {
  font-size: 2rem;
  line-height: 1;
  color: var(--color-pink);
}
.press-card__info {
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.blog-card:hover .blog-card__image img,
.gallery__items .image:hover img,
.press-card:hover .press-card__image img,
.types-card:hover img {
  transform: scale(1.1);
}
.section {
  z-index: 1;
}
.section .container {
  position: relative;
  z-index: 1;
}
.pluses .image,
.section .image picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.section .image--cover {
  min-height: 100%;
  height: 100%;
}
.section .image--cover picture {
  width: 100%;
  height: 100%;
}
.section .image--cover picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero {
  --hero-bg: var(--color-dark);
  --hero-color: var(--color-white);
  --hero-text-width: 48rem;
  --hero-z: 2;
  --hero-padding: 0;
  --hero-main-padding: 18.9rem 0 4rem 0;
  --after-height: 42rem;
  --hero-extra-bg: transparent;
  --hero-extra-padding: 0;
  padding: var(--hero-padding);
  background: var(--hero-bg);
  z-index: var(--hero-z);
}
.hero-about,
.hero-bot-management,
.hero-glossary,
.hero-partners-single,
.hero-platform,
.hero-platform-single,
.hero-research,
.hero-solutions-single {
  --hero-extra-bg: var(--color-black);
  --hero-extra-padding: 4rem 0;
}
.hero-careers,
.hero-technology {
  --hero-main-padding: 18.9rem 0 10rem 0;
}
.hero--light {
  --hero-bg: var(--color-purple-white);
  --hero-color: var(--color-dark);
}
.hero .row,
.traffic .row {
  align-items: center;
  align-content: center;
}
.hero-home h1 {
  font-size: 6.6rem;
}
.hero-home .hero__main .section__text form,
.hero-partners-single .hero__main p,
.hero-platform .hero__main .section__text form,
.hero-platform .hero__main .section__text p,
.hero-platform-single .hero__main p,
.hero-research .hero__main p,
.hero-solutions-single .hero__main p {
  max-width: 48rem;
}
.hero-about {
  --hero-text-width: 78rem;
}
.hero-about .hero__main h1:not(:last-child) {
  margin-bottom: 1.8rem;
}
.hero-about .hero__main .text:not(:last-child) {
  margin-bottom: 4.8rem;
}
.hero-platform,
.hero-technology {
  --hero-text-width: 67rem;
}
.hero-technology .hero__main .image {
  margin-right: -10rem;
}
.hero-careers .hero__decor {
  top: 0;
}
.hero-careers .image {
  margin: -5rem 0;
}
.hero-platform .hero__main .image > picture {
  min-height: 49rem;
  margin: -7rem 0;
}
.hero-platform .hero__decor {
  opacity: 0.7;
  top: -5rem;
}
.hero-cas,
.hero-platform-single {
  --hero-text-width: 70rem;
}
.hero-platform-single .hero__main,
.hero-platform-single .row {
  align-items: inherit;
  align-content: inherit;
}
.fs,
.fs-simple,
.hero-platform-single .container,
.hero-platform-single .row,
.loved-by_item {
  min-height: 100%;
}
.hero-platform-single .text-side {
  min-height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.hero-platform-single .image-side {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  min-height: 100%;
  margin-bottom: -4rem;
  justify-content: center;
}
.hero-platform-single .image-side .image {
  margin-left: -15rem;
}
.hero-platform-single .image-side .image picture {
  justify-content: flex-end;
}
.hero-platform-single .image-side .image img {
  max-width: max-content;
  max-height: calc(100vh - 20rem);
}
.hero-research,
.hero-solutions-single {
  --hero-text-width: 67rem;
  --hero-main-padding: 18.9rem 0 0 0;
}
.hero-bot-management,
.hero-glossary,
.hero-partners-single {
  --hero-text-width: 76rem;
}
.hero-partners-single {
  --hero-main-padding: 18.9rem 0 10rem 0;
}
.hero-partners-single .hero__main .image {
  margin: -3rem 0;
  max-height: 52rem;
}
.hero-partners-single .hero__main .image img,
.hero-partners-single .hero__main .image picture {
  max-height: 52rem;
}
.hero-research .hero__main .image,
.trust__side,
.trusted__items {
  position: relative;
}
.hero-research .hero__main .image:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 303.04px;
  height: 680.71px;
  background: linear-gradient(44.83deg, #8f5cf5 0, #6633fe 100%);
  opacity: 0.4;
  filter: blur(400px);
  transform: rotate(-80.1deg) scale(1) translate(-50%, -50%);
}
.hero--style-1:before,
.hero-demo:before {
  position: absolute;
  width: 100%;
  height: var(--after-height);
  background-color: var(--color-purple-white);
  z-index: 0;
  content: "";
  bottom: -1px;
}
.hero-glossary {
  --hero-main-padding: 18.9rem 0 0 0;
}
.hero-glossary .image-side {
  display: flex;
  justify-content: flex-end;
}
.hero-cas .hero__main .section__text p {
  max-width: 60rem;
}
.hero-cas .hero__main .image {
  height: calc(100vh - 20rem);
  max-height: 60rem;
}
.hero-cas .hero__main .image picture {
  height: 100%;
  width: 100%;
}
.hero-cas .hero__main .image picture img {
  width: auto;
  height: 100%;
  max-width: inherit;
}
.hero--style-1 {
  --hero-padding: 0 0 9rem 0;
}
.hero--style-1 .hero__extra .trust {
  max-width: 1080px;
  margin: 0 auto;
}
.hero--style-1 .hero__extra .trust__side-right {
  align-items: center !important;
  align-content: center !important;
}
.hero--style-1:before {
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
}
.hero-demo {
  --hero-padding: 0 0 11rem 0;
  --after-height: 65rem;
}
.hero-demo .hero__main .form {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -4.8rem;
  row-gap: 0;
}
.hero-demo .hero__main .form__field {
  flex: none;
  width: 100%;
  margin-bottom: 4.8rem;
}
.hero-demo .hero__main .form__field--half {
  width: calc(50% - 1.2rem);
}
.hero-demo .hero__main .form .button:not(:hover) .button__content {
  background: var(--color-purple-dark);
}
.hero-demo .hero__extra .trusted__items:not(:last-child) {
  margin-bottom: 19rem;
}
.hero-demo .hero__extra .swiper-wrapper {
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.hero-demo:before {
  -webkit-clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%);
}
.pluses__row:first-child,
.pluses__row:last-child {
  background: var(--color-dark);
}
.trusted .swiper-container {
  min-width: 5rem;
}
.hero__main {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  padding: var(--hero-main-padding);
  min-height: 75.1rem;
}
.hero__main form {
  max-width: 42rem;
  color: var(--color-white);
}
.hero__main form input,
.hero__main form textarea {
  border-color: inherit;
  color: inherit;
}
.hero__main form input::-webkit-input-placeholder,
.hero__main form textarea::-webkit-input-placeholder {
  color: inherit;
}
.hero__main form input::-moz-placeholder,
.hero__main form textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.hero__main form input:-moz-placeholder,
.hero__main form textarea:-moz-placeholder {
  color: inherit;
}
.hero__main form input:-ms-input-placeholder,
.hero__main form textarea:-ms-input-placeholder {
  color: inherit;
}
.hero__main form input.placeholder,
.hero__main form textarea.placeholder {
  color: inherit;
}
.hero__main form input:focus,
.hero__main form input:hover,
.hero__main form textarea:focus,
.hero__main form textarea:hover {
  border-image-source: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  border-width: 0.1rem;
  border-image-slice: 1;
}
.hero__main .section__text {
  max-width: var(--hero-text-width);
  text-align: left;
  color: var(--hero-color);
}
.hero__main .section__text h1:not(:last-child),
.hero__main .section__text p:nth-last-child(2) {
  margin-bottom: 4.8rem;
}
.hero__main .section__text p a {
  color: var(--color-pink);
}
.hero__main .section__text .button:not(:hover) .button__content {
  background: var(--hero-bg);
  color: var(--hero-color);
}
.hero__main .image-platform {
  height: 7.3rem;
}
.hero__main .image-platform picture {
  height: 100%;
  justify-content: flex-end;
}
.hero__main .image-platform img {
  height: 100%;
  width: auto;
}
.hero__extra {
  position: relative;
  z-index: 1;
  background: var(--hero-extra-bg);
  padding: var(--hero-extra-padding);
}
.hero__extra .section__text h2 {
  color: #a5a6f6;
}
.hero__extra .trusted {
  --trusted-padding: 0;
  height: auto;
}
.hero__extra .trusted:after,
.hero__extra .trusted:before {
  display: none;
}
.hero__extra .trusted .trust__side-left blockquote {
  -webkit-line-clamp: 4;
}
.hero__decor {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero__decor picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
.hero__decor picture img,
.loved-by_logos .image img,
.swiper-button-next img,
.swiper-button-prev img,
.testimonials .swiper-button-next img,
.testimonials .swiper-button-prev img,
.whys .swiper-button-next img,
.whys .swiper-button-prev img {
  width: 100%;
  height: auto;
}
.traffic .image,
.traffic .image picture,
.traffic .image picture img {
  height: 100%;
  max-height: 51.5rem;
}
.traffic {
  --traffic-bg: var(--color-purple-white);
  --traffic-padding: calc(11.9rem + 13.8rem) 0 13.8rem 0;
  background: var(--traffic-bg);
  padding: var(--traffic-padding);
}
.pluses,
.pluses .button:not(:hover) .button__content {
  background: var(--pluses-bg);
  color: var(--pluses-color);
}
.home .traffic {
  --traffic-bg: var(--color-purple-light);
}
.featured-stories--trust .fs .button-gradient,
.hs_submit,
.traffic .button {
  --btn-subbg: var(--color-purple-white);
}
.home .traffic .button {
  --btn-subbg: var(--color-purple-light);
}
.traffic .image {
  margin: -6.1rem 0;
  min-height: 51.5rem;
  width: 77.7rem;
  margin-right: calc(100% - 77.7rem);
}
.pluses {
  --pluses-bg: var(--color-dark);
  --pluses-color: var(--color-white);
  --after-height: 42.6rem;
  --global-gap: 3rem;
  --pluses-text-width: 100%;
  z-index: 2;
  position: relative;
}
.pluses--alternate,
.pluses-single--light {
  --pluses-bg: var(--color-purple-white);
  --pluses-color: var(--color-dark);
}
.blog-featured,
.introducing,
.trusted,
.whys {
  --after-height: 42rem;
}
.pluses .section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  max-width: var(--pluses-text-width);
}
.blog-card__more .icn,
.default-demo-ja .hs-form-booleancheckbox span a,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span
  a,
.pluses .section__text a,
.positions .position:hover,
.testimonials .testimonial figcaption {
  color: var(--color-pink);
}
.pluses .section__text ul {
  padding-left: 2rem;
}
.pluses .lottie__wrap {
  width: 54.4rem;
  height: 45rem;
}
.pluses .decor {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pluses .decor picture {
  left: 0;
  top: 0;
  max-width: 1440px;
  margin: 0 auto;
}
.default-demo-ja .form-columns-2,
.hero .items .image picture img,
.page-template-template-subprogress .table,
.pluses .decor picture img {
  width: 100%;
}
.pluses__row {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 10rem 0;
  min-height: 60rem;
  max-height: 60rem;
  z-index: 1;
}
.pluses__row-head h4 {
  font-style: normal !important;
}
.pluses__row .row {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.pluses--style-1 .pluses__row:nth-child(2n-1) .row,
.pluses--style-2 .pluses__row:nth-child(2n) .row,
.pluses-single .pluses__row:nth-child(2n-1) .row,
.pluses__row:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.hero-demo .hbspt-form .hs_submit,
.hero-fight .hbspt-form,
.hero-fight .hs_submit,
.pluses__row:nth-child(2n) .section__text,
.popup_form_pdf .hs_submit,
.start .hs_submit {
  margin-left: auto;
}
.pluses__row--gradient {
  background: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #15172c 84.75%
  ) !important;
}
.pluses__row--gradient-1 {
  background: radial-gradient(
    49.55% 48.59% at 41.78% 50.07%,
    #3d2968 0,
    #15172c 81.16%
  ) !important;
}
.pluses__row .decor img {
  top: 50%;
  transform: translateY(-50%);
  height: auto !important;
}
.pluses__row-footer {
  z-index: 0;
}
.pluses--alternate {
  --global-gap: 4.5rem;
}
.behind,
.default-page,
.featured-stories,
.featured-stories--trust .fs,
.featured-stories--trust .fs-simple,
.how-work,
.life,
.manage,
.manage_block,
.page-template-template-single-platform .blog-resources,
.page-template-template-subprogress .default,
.play,
.pluses--alternate .pluses__row,
.team,
.testimonials {
  background: var(--color-purple-white);
}
.pluses--alternate .pluses__row:first-child {
  z-index: 1;
}
.pluses--alternate .pluses__row:first-child .decor img {
  object-fit: inherit;
  height: auto;
}
.pluses--alternate .pluses__row .decor img {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.pluses--alternate .pluses__row-2 {
  z-index: 0;
}
.pluses--alternate .pluses__row-2 .decor img {
  height: 100%;
}
.pluses--alternate .pluses__row-trust {
  background: 0 0;
  min-height: 10rem;
}
.pluses--alternate .pluses__row-trust .trusted {
  height: auto;
  padding: 0;
}
.pluses--alternate .pluses__row-trust:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--color-dark);
  transform: scale(-1, 1);
}
.learn--light .image:before,
.unique .chart_wrap:after {
  transform: translate(-50%, -50%);
  content: "";
  left: 50%;
  top: 50%;
}
.pluses--alternate .pluses__row-trust .decor img {
  object-position: center;
}
.featured-stories .swiper-button-next:after,
.featured-stories .swiper-button-prev:after,
.hero-fight .hs-form-field > label,
.hs_error_rollup,
.pluses--alternate .pluses__row-trust .trusted:after,
.pluses--alternate .pluses__row-trust .trusted:before,
.popup_form_pdf .hs-form-field > label,
.start .hs-form-field > label,
.swiper-button-next:after,
.swiper-button-prev:after,
.testimonials .swiper-button-next:after,
.testimonials .swiper-button-prev:after,
.whys .swiper-button-next:after,
.whys .swiper-button-prev:after {
  display: none;
}
.pluses--alternate .pluses__row-trust .trust,
.testimonials .section__slider,
.testimonials .section__text,
.testimonials .testimonial,
.trusted-platform .trust {
  max-width: 1080px;
  margin: 0 auto;
}
.default-demo-ja .hbspt-form,
.hero-demo .hero__main form,
.hero-fight .hs-form,
.pluses--style-1 .pluses__row-head .section__text,
.pluses--style-2 .pluses__row-head .section__text,
.secure--fight .image,
.whys__item picture img {
  max-width: 100%;
}
.default h2:not(:last-child),
.how-work_head h2:not(:last-child),
.how-work_item h2,
.pluses--style-1 .pluses__row-head .section__text h2:not(:last-child),
.pluses--style-2 .pluses__row-head .section__text h2:not(:last-child),
.positions .position > :not(:last-child),
.prtnrs h2:not(:last-child),
.st_text p:nth-last-child(2) {
  margin-bottom: 2.4rem;
}
.pluses--alternate .pluses__row-trust .trust__side-left blockquote {
  -webkit-line-clamp: inherit;
}
.pluses--alternate .pluses__row-trust .trust__side-right,
.trusted-platform .trust__side-right {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.pluses--style-1 .pluses__row {
  z-index: 1;
}
.pluses--style-1 .pluses__row .decor img {
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.pluses--style-1 .pluses__row:nth-child(2n) .row,
.pluses--style-2 .pluses__row:nth-child(2n-1) .row,
.pluses-single .pluses__row:nth-child(2n) .row {
  flex-direction: row;
}
.pluses--style-1 .pluses__row-head {
  min-height: 10rem;
  background: var(--color-dark);
}
.pluses--style-1 .pluses__row-footer {
  background: var(--color-dark);
  z-index: 0;
}
.pluses--style-1 .pluses__row-footer:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--color-purple-white);
}
.pluses--style-2 .pluses__row-head {
  min-height: 10rem;
  background: var(--color-dark);
}
.pluses--style-2 .pluses__row-footer {
  background: var(--color-dark);
}
.blog-featured:before,
.cb:after,
.introducing:before,
.pluses--style-2 .pluses__row-footer:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--color-purple-white);
}
.pluses-single .image,
.pluses-single .image img,
.pluses-single .image picture {
  max-height: 40rem;
}
.pluses-single--style-1 .image {
  margin: 0 auto;
  max-height: 39rem;
}
.pluses-single--style-1 .image picture {
  height: 100%;
  width: 100%;
}
.pluses-single--style-1 .image img {
  max-height: 39rem;
}
.pluses-single--light .pluses__row {
  background: var(--pluses-bg);
  color: var(--pluses-color);
}
.pluses__video .video video,
.pluses__video .video-poster {
  background-size: cover;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.pluses-single--light .pluses__row h2 {
  max-width: 46rem;
}
.pluses-single--light .pluses__row p,
.with .image,
.with p {
  max-width: 51rem;
}
.pluses-single--light .pluses__row:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.pluses-single--light .pluses__row:nth-child(2n-1) .row {
  flex-direction: row;
}
.blog__menu ul,
.blog__menu ul a,
.learn .row,
.manage_block .row,
.pluses__video .video-button,
.powered .row,
.unique .row,
.with .row {
  align-items: center;
  align-content: center;
}
.pluses__video {
  position: relative;
}
.pluses__video-title {
  margin-bottom: 3.5rem;
  text-align: center;
}
.pluses__video .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.pluses__video .video-poster {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
}
.pluses__video .video-poster:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(36, 46, 42, 0.6),
    rgba(36, 46, 42, 0.6)
  );
  transition: 0.3s ease-in-out;
}
.pluses__video .video video {
  position: absolute;
  object-fit: cover;
}
.pluses__video .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pluses__video .video-button {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  z-index: 3;
  margin: auto;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-size: 3rem;
  line-height: 1;
  background: var(--color-purple-mid);
  color: var(--color-white);
}
.pluses__video .video-button .icon {
  width: 100%;
  height: 100%;
  color: var(--color-8);
  transition: 0.3s ease-in-out;
}
.pluses__video .video-button:hover .icon {
  color: var(--color-4);
}
.trusted__item-detailed--style-1 .trusted__item-side--left,
.trusted__item-detailed--style-1
  .trusted__item-side--left
  .button:not(:hover)
  .button__content {
  color: var(--color-dark);
  background: var(--color-purple-light);
}
.pluses__video .video__wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 74rem;
}
.pluses__video .video__wrap.playing .video-poster {
  opacity: 0;
  visibility: hidden;
}
.pluses__video .video__wrap.playing .video-button {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.introducing {
  --introducing-padding: 11.9rem 0 17.4rem 0;
  --introducing-bg: var(--color-dark);
  --introducing-color: var(--color-white);
  min-height: 70rem;
  padding: var(--introducing-padding);
  background: var(--introducing-bg);
  color: var(--introducing-color);
  padding-bottom: 1rem;
}
.powered,
.powered .button:not(:hover) .button__content {
  background: var(--powered-bg);
  color: var(--powered-color);
}
.introducing .section__text > :not(:last-child),
.introducing .section__text > p:nth-last-child(2) {
  margin-bottom: 3.6rem;
}
.introducing .image {
  max-width: 74rem;
  margin-left: auto;
}
.blog-featured .image img,
.introducing .image img {
  border-radius: 1rem;
}
.introducing:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 378.2px;
  height: 686.13px;
  background: var(--color-purple);
  opacity: 0.4;
  filter: blur(150px);
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-46.27deg) scale(0.55);
}
.powered {
  --powered-bg: var(--color-purple-white);
  --powered-color: var(--color-dark);
  --powered-padding: 8rem 0 2rem 0;
  padding: var(--powered-padding);
  height: 70rem;
}
.powered--style-1 {
  height: auto;
  --powered-padding: 14rem 0;
}
.manage_block:first-child,
.powered--style-1 .image picture,
.start .container {
  z-index: 1;
}
.powered--style-1 .image-bg {
  position: absolute;
  display: block;
  width: 331.97px;
  height: 745.68px;
  right: 15%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: linear-gradient(44.83deg, #8f5cf5 0, #6633fe 100%);
  opacity: 0.4;
  filter: blur(400px);
  transform: rotate(-81.01deg);
  pointer-events: none;
}
.cb_fact,
.trust,
.trusted__item-detailed,
.whys .why,
.whys__item-detailed {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.trusted:after,
.trusted:before,
.whys:after,
.whys:before {
  z-index: 0;
  position: absolute;
  background-color: var(--color-purple-white);
  width: 100%;
  content: "";
}
.safari .powered .section__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
}
.blog__more .more .i,
.default__more .more .i {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
}
.powered .image {
  max-height: 66rem;
}
.powered .image picture,
.powered .image picture img {
  max-height: 65rem;
}
.powered--reversed {
  height: 88rem;
  display: flex;
  align-items: center;
  align-content: center;
}
.powered--reversed .row {
  flex-direction: row-reverse;
}
.trusted {
  --trusted-bg: var(--color-purple-white);
  --trusted-color: var(--color-dark);
  --trusted-padding: 9rem 0 7rem 0;
  padding: var(--trusted-padding);
  height: 70rem;
}
.trusted .section__text {
  text-align: center !important;
}
.default .date:not(:last-child),
.ready .section__text h2:not(:last-child),
.ready--style-1 p:nth-last-child(2),
.trusted .section__text h1:not(:last-child),
.whys h1:not(:last-child) {
  margin-bottom: 4.8rem;
}
.blog__more:not(:first-child),
.default__more:not(:first-child),
.trusted .section__text form:last-child,
.whys form:last-child {
  margin-top: 4.8rem;
}
.trusted .section__text:not(:last-child) {
  margin-bottom: 4.7rem;
}
.trusted:before,
.whys:before {
  height: calc(100% - var(--after-height));
  bottom: calc(var(--after-height) + 1px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.trusted:after,
.whys:after {
  bottom: 2px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 5%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 5%);
}
.trusted__row {
  position: relative;
  min-height: 70rem;
}
.trusted-platform:before {
  background: url("../images/lines-left-down-1.jpg") top left/cover;
}
.trust,
.whys .why {
  position: relative;
  display: flex;
}
.trust__percentage {
  font-size: 10rem;
  line-height: 1;
}
.trust__logo {
  position: relative;
  display: block;
  min-height: 5.5rem;
  height: 5.5rem;
  max-width: 16.5rem;
}
.trusted__item-detailed,
.whys__item-detailed {
  max-width: 100rem;
}
.trust__logo picture {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.trust__side-left blockquote,
.trust__side-right p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.trust__logo picture img {
  height: auto;
  width: auto;
  object-fit: contain;
}
.trust__side-left {
  flex: 1;
  width: 60%;
  padding: 4.5rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2rem;
  background: var(--color-purple-dark);
  color: var(--color-white);
}
.trust__side-right {
  width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  row-gap: 3.6rem;
  padding: 4rem 6rem;
  background: var(--color-white);
}
.trust__side-right .button {
  --btn-subbg: var(--color-white);
}
.hero-home .hero__extra .trusted__item-side--left .button,
.trusted__item-detailed .button,
.whys__item-detailed .button {
  --btn-subbg: var(--color-purple-mid);
  --btn-color: var(--color-white);
}
.trusted__items:not(:last-child) {
  margin-bottom: 8rem;
}
.trusted__items .swiper-wrapper {
  transition-timing-function: linear !important;
}
.trusted__items .slide,
.trusted__items .swiper-slide {
  width: auto;
}
.trusted__item {
  max-height: 3.3rem;
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 3.3rem;
}
.swiper-sldie .trusted__item {
  width: max-content;
  max-width: max-content;
  min-width: max-content;
}
.trusted__item picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.trusted__item picture img {
  width: auto;
  max-width: 100%;
  max-height: 3.3rem;
}
.trusted__item-detailed {
  position: relative;
  max-height: inherit !important;
  margin: 0 auto;
  align-items: inherit;
  align-content: inherit;
  min-height: 23.8rem;
}
.trusted__item-detailed:last-child {
  margin-bottom: -11.9rem;
}
.trusted__item-detailed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: var(--color-purple-mid);
}
.trusted__item-detailed--style-1:before {
  background: var(--color-purple-light);
}
.trusted__item-side,
.whys .why__side {
  position: relative;
}
.trusted__item-side--left {
  width: 60%;
  padding: 2rem 6rem;
  color: var(--color-white);
  background-color: var(--color-purple-mid);
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
}
.trusted__item-side--right,
.trusted__item-side--right picture,
.whys__item,
.whys__item picture {
  align-content: center;
  display: flex;
}
.trusted__item-side--right {
  width: 40%;
  border-radius: 16.9rem;
  background-color: var(--color-white);
  padding: 7.5rem;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.swiper-buttons,
.whys .swiper-buttons {
  z-index: 2;
  position: relative;
  display: flex;
}
.trusted__item-side--right picture {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.swiper-container,
.whys .swiper-container {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  margin: -1rem -1rem 0;
}
.swiper-slide .trust__side-left,
.testimonials .swiper-slide .trust__side-left,
.whys .swiper-slide .why__side-left {
  padding-bottom: 9rem;
}
.swiper-slide,
.testimonials .swiper-slide,
.whys .swiper-slide {
  min-height: 0;
}
.swiper-buttons {
  column-gap: 2.2rem;
  height: 3rem;
  padding-left: 8rem;
  transform: translateY(-6.5rem);
}
.swiper-pagination,
.whys .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: -1rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  column-gap: 1.6rem;
}
.swiper-pagination-bullet,
.whys .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  color: var(--color-white);
  background: currentColor;
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active,
.whys .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px currentColor;
  background: var(--color-dark);
}
.swiper-button-next,
.swiper-button-prev,
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev,
.whys .swiper-button-next,
.whys .swiper-button-prev {
  position: relative;
  width: 3.4rem;
  height: 3rem;
  font-size: 3.4rem;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--color-white);
}
.swiper-button-prev,
.testimonials .swiper-button-prev,
.whys .swiper-button-prev {
  left: 0;
}
.swiper-button-next,
.testimonials .swiper-button-next,
.whys .swiper-button-next {
  right: 0;
}
.whys {
  --whys-padding: 12rem 0;
  padding: var(--whys-padding);
}
.whys .section__text:not(:last-child) {
  margin-bottom: 4.3rem;
}
.whys .why__side-left {
  flex: 1;
  padding: 4.5rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 3.3rem;
  background: var(--color-purple-dark);
  color: var(--color-white);
}
.whys__item-detailed--style-1 .trusted__item-side--left,
.whys__item-detailed--style-1
  .trusted__item-side--left
  .button:not(:hover)
  .button__content {
  color: var(--color-dark);
  background: var(--color-purple-light);
}
.whys .why__side-right {
  width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  row-gap: 3.6rem;
  padding: 0 !important;
  background: var(--color-white);
}
.whys .why__side-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.whys .swiper-buttons {
  column-gap: 2.2rem;
  height: 3rem;
  padding-left: 8rem;
}
.whys__items {
  position: relative;
  display: flex;
  column-gap: 5.6rem;
  row-gap: 2.8rem;
}
.awards__items > div,
.default__form .row > div,
.recognitions_items > div,
.starter-kit .section_text:not(:last-child),
.whys__items:not(:last-child) {
  margin-bottom: 8rem;
}
.whys__item {
  max-height: 2.8rem;
  min-height: 1.5rem;
  align-items: center;
  justify-content: center;
}
.whys__item picture {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.whys__item picture img {
  width: auto;
  max-height: 100%;
}
.whys__item-detailed {
  position: relative;
  max-height: inherit !important;
  margin: 0 auto;
  align-items: inherit;
  align-content: inherit;
  min-height: 23.8rem;
}
.whys__item-detailed:last-child {
  margin-bottom: -12.9rem;
}
.whys__item-detailed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: var(--color-purple-mid);
}
.default .history-item,
.glossary__item,
.glossary__items,
.glossary__menu,
.loved-by_block,
.whys__item-side,
.whys__row {
  position: relative;
}
.whys__item-detailed--style-1:before {
  background: var(--color-purple-light);
}
.default .date,
.default__form .form input.placeholder {
  color: var(--color-grey);
}
.whys__item-side--left {
  width: 60%;
  padding: 2rem 6rem;
  color: var(--color-white);
  background-color: var(--color-purple-mid);
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
}
.whys__item-side--right {
  width: 40%;
  border-radius: 16.9rem;
  background-color: var(--color-white);
  padding: 7.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 1;
}
.whys__item-side--right picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.default__head,
.ready {
  align-items: center;
  display: flex;
}
.blog__menu ul,
.glossary__menu ul,
.positions__menu ul {
  height: 4rem;
  list-style: none;
}
.whys__row {
  min-height: 80rem;
}
.learn {
  --learn-padding: 4rem 0 10rem 0;
  --learn-bg: var(--gradient-bg);
  --learn-bg-btn: var(--color-dark);
  --learn-color: var(--color-white);
  --learn-text-width: 45rem;
  --before-height: 42rem;
  padding: var(--learn-padding);
  color: var(--learn-color);
  background: var(--learn-bg);
  overflow: inherit;
  height: 70rem;
  z-index: 0;
}
.learn .button:not(:hover) .button__content {
  background: var(--learn-bg-btn);
  color: var(--learn-color);
}
.ready,
.ready .button:not(:hover) .button__content {
  background: var(--ready-bg);
  color: var(--ready-color);
}
.learn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--before-height);
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  background-color: var(--color-dark);
  top: calc(-1 * var(--before-height));
  z-index: 0;
}
.learn .section__text {
  max-width: var(--learn-text-width);
}
.learn .section__text h2:not(:last-child),
.learn .section__text p:nth-last-child(2) {
  margin-bottom: 3.6rem;
}
.learn .image,
.learn .image picture,
.learn .image picture img {
  max-height: 55.5rem;
}
.learn--style-1 {
  --learn-bg: var(--color-dark);
  --learn-color: var(--color-purple-white);
}
.ready {
  --ready-bg: var(--color-purple-mid);
  --ready-color: var(--color-white);
  --ready-padding: 15rem 0 15rem 0;
  padding: var(--ready-padding);
  height: 70rem;
  align-content: center;
}
.default-page .header {
  --header-color: var(--color-dark);
  --header__bottom-bg: var(--color-white);
}
.default-page .default .button-gradient,
.problems .button,
.secure .button-gradient {
  --btn-subbg: var(--color-purple-white);
  --btn-color: var(--color-dark);
}
.default ul {
  padding-left: 1.25em;
}
.default .history {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
.default__head {
  min-height: 100vh;
  padding: 35.2rem 0 15rem;
  align-content: center;
}
.default__footer .text a,
.default__more .more,
.report__more .more {
  align-items: center;
  align-content: center;
  display: inline-flex;
  text-transform: uppercase;
}
.default.default-privacy .default__head {
  min-height: inherit;
  padding: 27.2rem 0 12rem;
}
.blog__menu:not(:last-child),
.default-contact .default__head .text:not(:last-child),
.default__head h1:not(:last-child),
.play h2:not(:last-child),
.positions__items:not(:last-child),
.positions__menu:not(:last-child) {
  margin-bottom: 4.8rem;
}
.default__head h2:nth-child(2) {
  margin-top: -3rem;
}
.default__block {
  max-width: 89rem;
}
.default__block:not(:last-child) {
  margin-bottom: 7.5rem;
}
.default__body {
  padding-bottom: 27.5rem;
}
.default__footer {
  padding-bottom: 19.2rem;
}
.default__footer .row {
  row-gap: 8rem;
}
.default__footer h2 {
  font-size: 5.6rem;
}
.default__footer .text {
  max-width: 26.5rem;
}
.default__footer .text a {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.default__footer .text a i {
  color: #9925cf;
  margin-right: 1rem;
}
.awards__items,
.default__form .row,
.recognitions_items {
  margin-bottom: -8rem;
}
.default__form .button__content {
  background: var(--color-purple-white);
  color: var(--color-dark);
}
.default__form .form {
  --global-gap: 4rem;
}
.default__form .form .row .row {
  margin: 0 -1.2rem;
}
.blog__more .more .i:after,
.default__more .more .i:after,
.glossary__more .more .i:after,
.positions__more .more .i:after,
.report__more .more .i:after {
  right: 0;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/caret-down.png");
  bottom: 0;
}
.default__form .form .row .row > div {
  padding: 0 1.2rem;
}
.default__form .form input {
  border-color: #15172c;
  color: var(--color-darl);
  outline: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.default__form .form input::-webkit-input-placeholder {
  color: var(--color-grey);
}
.default__form .form input::-moz-placeholder {
  opacity: 1;
  color: var(--color-grey);
}
.default__form .form input:-moz-placeholder {
  color: var(--color-grey);
}
.default__form .form input:-ms-input-placeholder {
  color: var(--color-grey);
}
.default__form .form input:focus,
.default__form .form input:hover {
  border-image-source: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  border-width: 0.1rem;
  border-image-slice: 1;
}
.blog .row,
.default__press .row {
  row-gap: 4.8rem;
}
.default__more .more,
.report__more .more {
  position: relative;
  justify-content: flex-start;
  column-gap: 1rem;
  font-size: 1.2rem;
  border: none;
  outline: 0;
  padding: 0;
  background: 0 0;
}
.default__more .more .i {
  position: relative;
  background: var(--color-purple-light);
}
.default__more .more .i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.default-play .default__head .text {
  max-width: 83rem;
}
.default-contact .default__body {
  padding-bottom: 20rem;
}
.default-press {
  --global-gap: 1.4rem;
}
.default-press .default__head {
  min-height: 55rem;
}
.blog {
  position: relative;
  background: var(--color-purple-white);
  padding: 0 0 14.5rem;
}
.blog__more .button {
  font-size: 1.4rem;
}
.awards,
.blog-resources .button:not(:hover) .button__content,
.blog__more .button__content,
.quotes,
.report-card .button:not(:hover) .button__content,
.types,
.types__more .button:not(:hover) .button__content {
  background: var(--color-purple-white);
  color: var(--color-dark);
}
.blog__menu,
.hero-csp .exps .item,
.positions__menu {
  position: relative;
  font-size: 1.6rem;
}
.blog__menu ul {
  display: inline-flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  border-radius: 0.4rem;
}
.blog__menu ul li,
.fs-simple_head .image,
.fs-simple_head img,
.fs-simple_head picture,
.fs_head .image,
.fs_head img,
.fs_head picture,
.glossary__menu ul li,
.loved-by_block-head img,
.loved-by_block-head picture,
.loved-by_blokc-main .image,
.loved-by_blokc-main img,
.loved-by_blokc-main picture,
.positions__menu ul li {
  height: 100%;
}
.blog__menu ul li:first-child a {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-left: 0.2rem solid var(--color-purple);
}
.blog__menu ul li:first-child a.active {
  border: none;
}
.blog__menu ul li a,
.glossary__menu ul li a,
.positions__menu ul li a {
  border-left: none;
  border-right: none;
}
.blog__menu ul li:last-child a {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-right: 0.2rem solid var(--color-purple);
}
.blog__menu ul li:last-child a.active {
  border: none;
}
.blog__menu ul a {
  position: relative;
  height: 100%;
  padding: 1rem 1.6rem;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 0.2rem solid var(--color-purple);
  color: var(--color-dark);
  transition: 0.15s ease-in-out;
}
.blog-card__image picture,
.blog__more .more,
.gallery__items .image picture,
.glossary__menu ul a,
.glossary__more .more,
.positions__more .more {
  position: relative;
  align-items: center;
  align-content: center;
}
.blog__menu ul a.active,
.blog__menu ul a:hover {
  background: var(--gradient-main);
  color: var(--color-white);
  border: none !important;
}
.blog__more .more .i:after,
.driven ul li:before,
.positions__more .more .i:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 0;
}
.blog-resources {
  padding: 10rem 0;
}
.blog-resources .section__text,
.cb .row > div,
.r-fight .row > div,
.recognitions .section_text:not(:last-child),
.sneak .section_text:not(:last-child),
.starter-kit .row > div,
.unique .section_text > :not(:last-child) {
  margin-bottom: 4rem;
}
.blog__more .more {
  display: inline-flex;
  justify-content: flex-start;
  font-size: 1.2rem;
  border: none;
  outline: 0;
  padding: 0;
  background: 0 0;
}
.blog-card,
.blog-card__info {
  flex-direction: column;
  display: flex;
}
.blog__more .more .i,
.team .member {
  background: var(--color-purple-light);
}
.blog__more .more .i {
  position: relative;
  margin-right: 1rem;
}
.glossary__more .more .i,
.positions__more .more .i {
  width: 2.4rem;
  height: 2.4rem;
  background: var(--color-purple-mid);
  margin-right: 1rem;
  display: inline-block;
}
.blog__more .more .i:after {
  top: 0;
}
.blog-featured {
  padding: 11.9rem 0 17.4rem;
  color: var(--color-white);
  background: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #15172c 84.75%
  );
  overflow: hidden;
}
.blog-page .blog-featured:nth-child(2) {
  padding-top: 35.2rem;
}
.blog-featured .section__text {
  max-width: 44.4rem;
}
.blog-featured .section__text > :not(:last-child),
.blog-featured .section__text > p:nth-last-child(2),
.entry .section_text,
.fs > :not(:last-child) {
  margin-bottom: 3.6rem;
}
.blog-featured .section__text h3:not(:last-child) {
  margin-bottom: 0.5rem;
}
.blog-featured .section__text > p:not(:last-child),
.unique .section_text > p:not(:last-child) {
  margin-bottom: 1.25em;
}
.blog-featured .image {
  max-width: 64rem;
  margin-left: auto;
  z-index: 1;
}
.blog-card {
  position: relative;
  min-height: 100%;
  padding: 0;
}
.blog-card__image picture {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.blog-card__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.blog-card__more a > :not(:last-child) {
  margin-right: 1rem;
}
.blog-card__more .icn {
  font-size: 1.2rem;
}
.blog-card-description {
  line-height: 1.3;
}
.blog-card__info {
  padding-top: 1.6rem;
  flex: 1;
  justify-content: space-between;
}
.blog-card__info > :not(:last-child),
.team .member > :not(:last-child) {
  margin-bottom: 1.6rem;
}
.driven {
  padding: 15.3rem 0 18.3rem;
  color: var(--color-white);
}
.driven h2:not(:last-child) {
  margin-bottom: 4.4rem;
}
.driven ul,
.threats ul {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 4.85rem;
  margin: 0;
  padding: 0;
}
.driven ul li,
.threats ul li {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 4.7rem;
  font-size: 1.9rem;
}
.glossary__menu ul a,
.positions__menu ul a {
  padding: 1rem 1.6rem;
  transition: 0.15s ease-in-out;
  text-align: center;
}
.driven ul li:before {
  top: 0.2rem;
  width: 3.1rem;
  height: 3.1rem;
  background-image: url("../images/list-decor.png");
}
.behind {
  position: relative;
  padding: 9.5rem 0;
}
.behind .row,
.types .row {
  row-gap: 9rem;
}
.behind .image {
  max-width: 111rem;
}
.team {
  --team-padding: 10rem 0;
  --global-gap: 2.8rem;
  padding: var(--team-padding);
}
.team .row > div {
  margin-bottom: 5.6rem;
}
.team .section__text:not(:last-child) {
  margin-bottom: 6.4rem;
}
.team .row {
  margin-bottom: -5.6rem;
}
.team a.member {
  transition: 0.3s ease-in-out;
  border: 0.1rem solid var(--color-purple-light);
}
.team a.member:hover {
  border-color: var(--color-purple);
}
.team .member {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  color: var(--color-dark);
  min-height: 100%;
}
.team .member__photo picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 100%;
}
.team .member__photo picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .member__info {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
.team .member__info > :not(:last-child) {
  margin-bottom: 1.6rem;
}
.team .member__info h4:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hbspt-form label,
.report-card .button,
.team .member__info-body small {
  font-size: 1.2rem;
}
.team--style-1 {
  --team-padding: 17rem 0;
}
.bot-threats_items > div,
.report .section__text:not(:last-child),
.team--style-1 .section__text:not(:last-child),
.types .section__text:not(:last-child) {
  margin-bottom: 10rem;
}
.glossary,
.positions {
  padding: 10rem 0;
  background: var(--color-dark);
  color: var(--color-white);
}
.positions .section__text {
  max-width: 55rem;
}
.bots p,
.hero-demo--new p,
.positions .section__text p,
.report-card .date,
.types-card__info p {
  font-size: 1.9rem;
}
.positions .row {
  margin-bottom: -9rem;
}
.positions .row > div {
  margin-bottom: 9rem;
}
.glossary__menu ul,
.positions__menu ul {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  border-radius: 0.4rem;
}
.glossary__menu ul li:first-child a,
.positions__menu ul li:first-child a {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-left: 0.2rem solid var(--color-purple);
}
.positions__menu ul li:first-child a.active {
  border: none;
}
.glossary__menu ul li:last-child a,
.positions__menu ul li:last-child a {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-right: 0.2rem solid var(--color-purple);
}
.positions__menu ul li:last-child a.active {
  border: none;
}
.positions__menu ul a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 0.2rem solid var(--color-purple);
  color: var(--color-white);
}
.positions__menu ul a.active,
.positions__menu ul a:hover {
  background: var(--gradient-main);
  color: var(--color-white);
  border: none !important;
}
.loved-by_block-head h2,
.positions__items {
  margin-bottom: 0 !important;
}
.positions__items > div {
  margin-bottom: 3rem !important;
}
.positions .position {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  background: var(--color-purple-dark);
  color: inherit;
  transition: color 0.3s ease-in-out;
}
.positions .position__head {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
  align-content: center;
}
.loved-by--cust .loved-by_logos,
.page-template-template-thank .loved-by_logos,
.positions .position__head h4 {
  flex: 1;
}
.positions .position__head h4:not(:last-child),
.report-card h4:not(:last-child) {
  margin-bottom: 0;
}
.positions .position__head i {
  font-size: 1.3rem;
}
.positions .position__body {
  min-height: 8rem;
}
.positions .position__body h2 {
  font-size: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.positions .position__footer {
  flex: 1;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  font-size: 1.4rem;
}
.positions__more {
  padding-top: 3rem;
}
.positions__more .more {
  display: inline-flex;
  justify-content: flex-start;
  font-size: 1.2rem;
  border: none;
  outline: 0;
  padding: 0;
  background: 0 0;
}
.gallery__items .image-caption,
.testimonials .testimonial {
  background: var(--color-purple-dark);
  color: var(--color-white);
}
.positions__more .more .i,
.testimonials .section__slider {
  position: relative;
}
.positions__more .more .i:after {
  top: 0;
}
.play .default__head {
  padding: 25rem 0 10rem;
}
.life {
  padding: 10rem 0 12.4rem;
}
.life .section__text:not(:last-child) {
  margin-bottom: 3.8rem;
}
.gallery__items {
  row-gap: calc(var(--global-gap) * 4);
}
.gallery__items .image {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.gallery__items .image picture {
  width: 100%;
  padding-top: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}
.gallery__items .image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  object-fit: cover;
}
.gallery__items .image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1rem 2rem;
  font-size: 1.9rem;
  display: none;
}
.testimonials {
  padding: 10rem 0 9rem;
}
.featured-stories-simple > div,
.testimonials .section__text:not(:last-child) {
  margin-bottom: 5rem;
}
.testimonials .testimonial {
  position: relative;
  padding: 4.5rem 6rem 9rem;
}
.glossary__items-title:not(:last-child),
.glossary__menu:not(:last-child) {
  margin-bottom: 7rem;
}
.testimonials .swiper-container {
  position: relative;
  overflow: hidden;
}
.testimonials .swiper-buttons {
  position: relative;
  z-index: 2;
  display: flex;
  column-gap: 2.2rem;
  height: 3rem;
  padding-left: 6rem;
}
.testimonials .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  column-gap: 1.6rem;
}
.testimonials .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  color: var(--color-dark);
  background: currentColor;
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
}
.glossary__menu ul li:first-child a.active,
.glossary__menu ul li:last-child a.active {
  border: none;
}
.testimonials .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px currentColor;
  background: var(--color-purple-white);
}
.testimonials--style-1 .swiper-buttons {
  position: absolute;
  left: auto;
  right: 6rem;
  margin-left: auto;
}
.testimonials--style-1 .testimonial blockquote {
  position: relative;
  font-size: 3.6rem;
  font-family: "Avenir Heavy", sans-serif !important;
  font-weight: 900 !important;
  padding-left: 8.5rem;
}
.testimonials--style-1 .testimonial blockquote:before {
  content: '"';
  position: absolute;
  left: 2rem;
  top: 0;
  font-size: 10rem;
  line-height: 1;
  font-style: italic;
}
.testimonials--style-1 .testimonial figcaption {
  padding-left: 8.5rem;
  color: var(--color-dark);
}
.glossary__menu ul a {
  height: 100%;
  display: flex;
  justify-content: center;
  border: 0.2rem solid var(--color-purple);
  color: inherit;
}
.glossary__menu ul a.active,
.glossary__menu ul a:hover {
  background: var(--gradient-main);
  color: var(--color-white);
  border: none !important;
}
.glossary__more .more .i:after,
.report__more .more .i:after,
.threats ul li:before {
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.glossary__items-content {
  display: flex;
  flex-direction: column;
  row-gap: 3.6rem;
}
.glossary__items h3:not(:last-child) {
  margin-bottom: 2.6rem;
}
.glossary__more {
  margin-top: 7rem;
}
.glossary__more .more {
  display: inline-flex;
  justify-content: flex-start;
  font-size: 1.2rem;
  border: none;
  outline: 0;
  padding: 0;
  background: 0 0;
}
.awards .award,
.story .more {
  align-items: center;
  position: relative;
}
.cb-item_info,
.featured-stories_block,
.fs,
.fs-simple,
.fs-simple_head,
.fs-simple_quote,
.fs_addrs,
.fs_footer,
.fs_quote,
.fs_quote-image,
.fs_quote-text,
.glossary__more .more .i,
.hero-demo .hs-form-field,
.loved-by_item,
.loved-by_items,
.problems .image-side {
  position: relative;
}
.glossary__more .more .i:after {
  position: absolute;
  top: 0;
}
.story__main {
  position: relative;
  padding: 19rem 0;
  color: var(--color-white);
  min-height: 70rem;
}
.problems h2,
.problems h3,
.r-fight .section_text h2,
.start h2:not(:last-child),
.start_form .row > div,
.story__main h2:not(:last-child) {
  margin-bottom: 4.8rem;
}
.story__main p {
  max-width: 77rem;
}
.story__main .decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../images/hero-decor.png") center right/cover no-repeat;
  opacity: 0.7;
}
.story__pressence {
  position: relative;
  padding: 12rem 0 9rem;
  background: var(--color-white);
}
.story__pressence .row {
  row-gap: 2.4rem;
}
.story__pressence h3:not(:last-child) {
  margin-bottom: 2rem;
}
.story .more {
  display: inline-flex;
  align-content: center;
  justify-content: flex-start;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.6rem;
}
.fs_addrs .title,
.recognitions_item .text {
  letter-spacing: 0.02em;
}
.story .more i {
  font-size: 2rem;
  color: var(--color-purple);
  margin-right: 1rem;
}
.awards {
  padding: 10rem 0 6.5rem;
}
.awards .row:not(:last-child) {
  margin-bottom: 3.3rem;
}
.awards .award {
  display: flex;
  align-content: center;
  column-gap: 2.4rem;
}
.awards .award__image picture,
.types-card__image picture {
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
}
.awards .award__image {
  position: relative;
  min-width: 12.8rem;
  width: 12.8rem;
  height: 12.8rem;
}
.awards .award__image picture {
  justify-content: center;
}
.awards .award__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awards .award__info {
  flex: 1;
  font-size: 1.4rem;
}
.types {
  position: relative;
  padding: 10rem 0;
}
.types-card {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.types-card__image {
  position: relative;
  width: 100%;
  height: 26.9rem;
}
.types-card__image picture {
  justify-content: center;
  overflow: hidden;
}
.types-card__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.types-card__info h4 {
  line-height: 1.1;
}
.cb-item_info h3,
.types-card__info h4:not(:last-child) {
  margin-bottom: 1.6rem;
}
.report__more:not(:first-child),
.types__more:last-child {
  margin-top: 10rem;
}
.quotes {
  padding: 5.2rem 0 10rem;
}
.quotes .quote {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 32rem;
}
.quotes .quote:after {
  content: "";
  position: absolute;
  right: 0;
  width: 32rem;
  height: 100%;
  top: 0;
  background: var(--color-purple-mid);
  z-index: 0;
  border-top-right-radius: 32rem;
  border-bottom-right-radius: 32rem;
}
.quotes .quote__image {
  position: relative;
  z-index: 1;
  min-height: 100%;
  height: 32rem;
  width: 32rem;
}
.quotes .quote__image picture {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.quotes .quote__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quotes .quote__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 8rem;
  flex: 1;
  background: var(--color-purple-mid);
  color: var(--color-white);
}
.research-partners {
  position: relative;
  display: inline-flex;
  background: var(--color-white);
  height: 8rem;
}
.research-partners:last-child {
  margin-top: 9rem;
}
.research-partners__title {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 11rem;
  padding: 1.5rem;
  text-align: left;
  background: var(--color-purple);
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: var(--color-white);
  height: 100%;
}
.research-partners__images {
  flex: 1;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 1.5rem;
  height: 100%;
  width: auto;
  column-gap: 1.6rem;
}
.research-partners__images .image {
  width: auto;
  margin-bottom: 0 !important;
}
.research-partners__images .image img {
  max-height: 5rem;
}
.report {
  padding: 10rem 0;
  background: var(--color-purple-white);
  color: var(--color-dark);
}
.bots,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span,
input.hs-button:hover {
  color: var(--color-white);
}
.report__items {
  --global-gap: 6rem;
  row-gap: 10rem;
}
.report-card {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.report-card__image picture {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-top: 140%;
}
.report-card__info {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
.report__more .more .i {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--color-purple-light);
}
.report__more .more .i:after {
  position: absolute;
  top: 0;
}
.swiper img,
.swiper picture {
  display: block !important;
}
.bots {
  position: relative;
  padding: 13rem 0;
  background: var(--color-dark);
}
.bots h2 {
  font-size: 5rem;
}
.bots a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  column-gap: 1rem;
  font-size: 1.2rem;
}
.bots a i {
  font-size: 2rem;
  color: #9925cf;
}
.lottie {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.thank {
  padding: 15.5rem 0;
  background: var(--bg);
  color: var(--color);
}
.thank .section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  row-gap: 4.8rem;
}
.thank .section__text .check {
  width: 4rem;
}
.thank .section__text p {
  max-width: 43rem;
  font-size: 1.9rem;
}
.start .form__field,
.thank .section__text > :not(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .introducing .col-lg-5.col-xl-4 {
    width: 40%;
  }
  .introducing .col-lg-7.col-xl-8 {
    width: 60%;
    padding-left: 4rem;
  }
}
@media (max-width: 1299px) {
  .hero-technology .hero__main .image {
    margin-right: -10rem;
  }
  .hero__main {
    min-height: calc(100vh - 18.2rem);
  }
  .pluses__row {
    padding: 10rem 0;
  }
  .trusted__row,
  .whys__row {
    min-height: 55rem;
  }
  .ready .col-xl-8 {
    width: 80rem;
  }
}
@media (max-width: 1279px) {
  .blog-featured,
  .introducing {
    overflow: hidden;
  }
  .introducing:after {
    transform: translate(-50%, -50%) rotate(-46.27deg) scale(0.25);
  }
}
@media (max-width: 1199px) {
  blockquote {
    font-size: 2rem;
  }
  .button {
    height: 4rem;
    --btn-fz: 1.4rem;
  }
  .header .logo {
    max-width: 9.2rem;
  }
  .menu__item.with-child.open .menu__link {
    background: var(--color-purple);
  }
  .menu__item.with-child.open .menu__link:hover {
    color: var(--color-white);
  }
  .menu__item.with-child.open .menu__link:after {
    content: "";
  }
  .menu__item.with-child.open .submenu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .hero {
    --hero-main-padding: 14rem 0 4rem 0;
  }
  .hero__decor picture img {
    height: 100%;
    object-position: bottom;
  }
  .pluses__row {
    min-height: 50rem;
  }
  .trust__side,
  .whys .why__side {
    padding: 4rem 5rem;
    row-gap: 3.3rem;
  }
  .ready {
    --ready-padding: 10rem 0;
    height: 60rem;
  }
  .blog-featured:first-child,
  .blog-page .blog-featured:nth-child(2) {
    padding-top: 25rem;
    padding-bottom: 14rem;
  }
  .blog-featured {
    --after-height: 30rem;
  }
  .blog-card-description {
    font-size: 1.9rem;
  }
  .types-card__info p br {
    display: none;
  }
  .report {
    padding: 6rem 0;
  }
  .report .section__text:not(:last-child) {
    margin-bottom: 6rem;
  }
  .report__items {
    --global-gap: 3rem;
    row-gap: 6rem;
  }
  .report__more:not(:first-child) {
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .trusted__item-detailed:last-child {
    margin-bottom: -3rem;
  }
  .testimonials .testimonial {
    padding: 3rem;
  }
  .testimonials--style-1 .testimonial figcaption {
    padding-left: 3rem;
    font-size: 1.4rem;
  }
  .testimonials--style-1 .testimonial blockquote:before {
    left: -1rem;
    font-size: 6rem;
  }
  .testimonials--style-1 .testimonial blockquote {
    padding-left: 3rem;
    font-size: 3rem;
    line-height: 1.35;
  }
  .trusted__item-side picture,
  .whys__item-side picture {
    max-width: 30rem;
  }
  .quotes .quote,
  .trust__side,
  .trusted__item-side,
  .whys .why__side,
  .whys__item-side {
    align-content: center;
  }
  label {
    font-size: 2rem;
  }
  label:not(:last-child) {
    margin-bottom: 1.35rem;
  }
  .blog-card-description,
  .default a,
  .default li,
  .default p,
  .section {
    font-size: 1.6rem;
  }
  .section__text {
    text-align: left !important;
  }
  .section__text h1,
  .section__text h2 {
    width: 100%;
  }
  .header {
    --header__bottom-padding: 2rem 0;
  }
  .header__nav {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: var(--color-dark);
    display: block;
    text-align: center;
    padding: 12rem 0 5rem;
    overflow: auto;
    max-height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10rem);
  }
  .overlay-banner-process .header__nav {
    padding-top: 23rem;
  }
  .footer {
    --footer__top-padding: 6rem 0 9rem 0;
  }
  .menu,
  .trust,
  .whys .why {
    flex-direction: column;
  }
  .menu:not(:last-child) {
    margin-bottom: 3.2rem;
  }
  .menu__item.with-child {
    padding: 0 2rem;
  }
  .menu__item.with-child .menu__link {
    border-radius: 0.7rem 0.7rem 0 0;
    padding-bottom: 1rem;
  }
  .menu__item.with-child .menu__link:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 0.5rem;
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
  .menu__item.with-child .submenu {
    margin-top: -0.7rem;
  }
  .menu-open .menu {
    color: var(--color-white);
  }
  .submenu {
    --s-pos: relative;
    height: 0;
    width: 100% !important;
    overflow: hidden;
    left: 0 !important;
    right: 0 !important;
  }
  .hero__main .image {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
  }
  .hero-technology .hero__main .image {
    margin-right: auto;
  }
  .hero-demo .hero__main .form {
    margin-top: 3rem;
  }
  .hero__main form,
  .learn .section__text {
    margin: 0 auto;
  }
  .hero__main .section__text {
    text-align: left;
    margin: 0 auto;
    max-width: 100% !important;
  }
  .hero__main .section__text p {
    max-width: 100% !important;
  }
  .hero__main .image-platform {
    margin-top: 5rem;
  }
  .learn,
  .ready,
  .traffic .section__text,
  .trusted .section__text,
  .whys .section__text {
    text-align: left;
  }
  .traffic .image {
    width: 100%;
    height: auto;
    min-height: 10rem;
    margin: -3rem 0;
  }
  .pluses {
    --after-height: 24rem;
  }
  .pluses .section__text {
    text-align: left;
    max-width: 50rem;
    margin: 0 auto;
  }
  .introducing,
  .pluses .lottie__wrap,
  .trusted {
    height: auto;
  }
  .pluses .decor img {
    height: 100% !important;
    object-position: center !important;
  }
  .pluses__row {
    min-height: 40rem;
    height: auto;
    max-height: inherit;
  }
  .pluses__video .video__wrap {
    width: 100vw;
    margin: 0 calc((100% - 100vw) / 2);
  }
  .blog-featured .section__text,
  .introducing .section__text {
    text-align: left;
    max-width: 50rem;
    margin: 0 auto 3rem;
  }
  .powered {
    --powered-padding: 5rem 0;
    text-align: left;
    height: auto !important;
  }
  .powered .section__text {
    align-items: center;
    align-content: center;
  }
  .powered--style-1 .row > div:first-child {
    order: 1;
    text-align: center;
    margin-bottom: 2rem;
  }
  .powered .row > div:first-child,
  .powered--style-1 .row > div:nth-child(2) {
    order: 2;
  }
  .trust__side {
    width: 100%;
    text-align: left;
    align-items: center;
  }
  .trusted__item,
  .whys__items {
    flex-wrap: wrap;
  }
  .trusted__item-detailed:before {
    width: 100%;
    height: calc(100% - 5.75rem);
  }
  .trusted__item-side--left {
    padding: 2rem;
  }
  .trusted__item-side--right {
    padding: 3rem;
  }
  .trusted__item-side {
    margin-top: 2rem;
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
  }
  .swiper-buttons,
  .whys .swiper-buttons {
    padding-left: 5rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    color: var(--color-dark);
  }
  .whys .why__side-image picture {
    padding-top: 56.25%;
  }
  .whys .why__side {
    width: 100%;
    text-align: left;
    align-items: center;
  }
  .whys__items {
    column-gap: 0;
    margin: 0 -1rem;
  }
  .whys__items .trusted__item {
    width: 25%;
    padding: 0 1rem;
  }
  .whys__item {
    flex-wrap: wrap;
  }
  .whys__item-detailed:before {
    width: 100%;
    height: calc(100% - 5.75rem);
  }
  .whys__item-side--left {
    padding: 2rem;
  }
  .whys__item-side--right {
    padding: 3rem;
  }
  .whys__item-side {
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
  }
  .learn {
    --learn-text-width: 50rem;
    height: auto;
  }
  .default__head {
    min-height: 40rem;
    padding: 21.5rem 0 10rem;
  }
  .default__head h1 {
    font-size: 5rem;
  }
  .default-contact .default__body,
  .default__body,
  .default__footer {
    padding-bottom: 10rem;
  }
  .default__footer .row {
    row-gap: 4rem;
  }
  .default__form .row .row > div:not(:last-child),
  .default__form .row > div {
    margin-bottom: 4rem;
  }
  .blog__menu ul a,
  .glossary__menu ul a,
  .positions__menu ul a {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .blog-featured:first-child,
  .blog-page .blog-featured:nth-child(2) {
    padding-top: 20rem;
    padding-bottom: 10rem;
  }
  .team--style-1 {
    --team-padding: 10rem 0;
  }
  .team--style-1 .section__text:not(:last-child) {
    margin-bottom: 5rem;
  }
  .quotes .quote {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }
  .quotes .quote:after {
    display: none;
  }
  .quotes .quote__image {
    width: 20rem;
    height: 20rem;
    margin: 0 auto -10rem;
  }
  .quotes .quote__text {
    padding: 13rem 6rem 6rem;
    border-radius: 4rem;
    text-align: left;
  }
  .hero .lottie__wrap {
    height: 55rem;
  }
  .hero__decor picture img {
    height: 100%;
    object-position: top;
    object-fit: cover;
    width: 100%;
    position: absolute;
  }
}
.content,
.hero-solutions-single,
.hero-trust,
.hs_submit {
  overflow: hidden;
}
.bot-threats,
.cb {
  --after-height: 40rem;
}
@media (min-width: 768px) {
  .trusted .row {
    margin: 0 calc(-3 * var(--global-gap));
  }
  .trusted .row > div {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .whys .row {
    margin: 0 calc(-3 * var(--global-gap));
  }
  .whys .row > div {
    padding: 0;
  }
  .glossary-page .hero__main,
  .platform-single-page .hero__main,
  .research-page .hero__main,
  .solutions-single-page .hero__main {
    max-height: 70rem;
  }
  .footer .row .info-block {
    flex: none;
    width: max-content;
    min-width: 14rem;
  }
  .menu-button {
    display: none;
  }
  .submenu {
    height: auto !important;
  }
  .hero-glossary .hero__main {
    height: 70rem;
  }
  .hero-glossary .image {
    min-width: calc(100% + 30rem);
    margin: 0 -6rem -7.5rem;
  }
  .traffic .section__text {
    max-width: 49rem;
  }
  .traffic .section__text h2 {
    max-width: 45rem;
  }
  .pluses {
    --pluses-text-width: 38rem;
  }
  .pluses .section__text {
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 2.4rem;
  }
  .pluses .section__text > * {
    margin: 0;
  }
  .pluses .section__text > :not(:last-child) {
    margin-bottom: 0;
  }
  .pluses--alternate {
    --pluses-text-width: 43rem;
  }
  .pluses--style-1 {
    --pluses-text-width: 41rem;
  }
  .pluses--style-2 {
    --pluses-text-width: 35rem;
  }
  .pluses-single {
    --pluses-text-width: 55rem;
  }
  .entry .row > div {
    width: 20%;
    flex: 1 0 20%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: calc(1200px + var(--global-gap) * 2);
  }
}
@media (hover: hover) and (pointer: fine),
  (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .introducing,
  .trusted,
  .whys {
    --after-height: 30rem;
  }
  .capital,
  .hero-home h1 {
    font-size: 5rem;
  }
  .h2,
  .team--style-1 .section__text h2,
  h2 {
    font-size: 3rem;
  }
  p {
    font-size: 1.6rem !important;
  }
  .submenu-extra {
    column-gap: 2.4rem;
  }
  .submenu-extra--resources {
    row-gap: 1.2rem;
  }
  .submenu--solutions {
    --s-menu-width: 42.5%;
  }
  .pluses__row {
    min-height: 10rem;
  }
  .introducing {
    padding-bottom: 2rem;
  }
  .trusted {
    --trusted-padding: 5rem 0 2rem 0;
  }
  .trust__percentage {
    font-size: 6rem;
  }
  .trust__logo {
    height: 3rem;
    min-height: 3rem;
  }
  .trust__side,
  .whys .why__side {
    row-gap: 2rem;
  }
  .trusted__item-side picture,
  .whys__item-side picture {
    max-width: 20rem;
  }
  .swiper-container,
  .testimonials .swiper-container,
  .whys .swiper-container {
    padding: 0;
  }
  .swiper-button-next,
  .swiper-button-prev,
  .testimonials .swiper-button-next,
  .testimonials .swiper-button-prev,
  .types .section__text br,
  .whys .swiper-button-next,
  .whys .swiper-button-prev {
    display: none;
  }
  .whys {
    --whys-padding: 5rem 0 2rem 0;
  }
  .learn {
    --learn-padding: 10rem 0 10rem 0;
    --before-height: 30rem;
  }
  .blog-featured {
    padding-bottom: 2rem;
    --after-height: 20rem;
  }
  .play .default__head {
    padding-bottom: 5rem;
  }
  .life {
    padding-top: 5rem;
  }
  .types {
    padding: 5rem 0;
  }
  .types .section__text:not(:last-child) {
    margin-bottom: 5rem;
  }
  .types .row {
    row-gap: 3rem;
  }
  .types__more:last-child {
    margin-top: 5rem;
  }
  .quotes .quote__text {
    padding: 13rem 2rem 6rem;
  }
  .hero .lottie__wrap {
    height: 40rem;
  }
  .pluses .section__text,
  .whys .why__side {
    text-align: left !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
  }
}
@media (min-width: 321px) {
  .footer__menu-wrap.offices .footer__menu {
    flex-direction: row;
    gap: 2rem 2rem;
    flex-wrap: wrap;
  }
  .footer__menu-wrap.offices .footer__menu li {
    flex: 1 0 auto;
    width: calc(50% - 1rem);
  }
}
.footer__certifications {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.footer__certifications:last-child {
  margin-top: 7rem;
}
.footer__certifications .image {
  height: 6.2rem;
  width: auto;
}
.footer__certifications picture {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.footer__certifications img {
  height: 100%;
  width: auto;
}
.fs_head img,
.loved-by_block-head img,
.loved-by_blokc-main img {
  width: 100%;
  object-fit: contain;
}
.loved-by {
  padding: 0 0 5rem;
}
.loved-by_block-head {
  padding: 7rem 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem 4.8rem;
}
.loved-by_block-head .image {
  height: 9rem;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}
.loved-by_block-highlighted {
  padding: 3rem 0;
}
.loved-by_block-highlighted:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 calc((100% - 100vw) / 2);
  background: var(--color-purple-white);
}
.loved-by_block-main {
  padding: 4.5rem 0;
}
.loved-by_block-main .row {
  margin-bottom: -3.2rem;
}
.loved-by_block-main .row > div {
  margin-bottom: 3.2rem;
}
.recognitions .section_text h2,
.with h2,
.with h3 {
  margin-bottom: 3rem;
}
.loved-by_items {
  display: flex;
  gap: 2rem;
}
.loved-by_item {
  align-items: center;
  border-left-width: 0.4rem !important;
}
.loved-by_items .loved-by_item {
  border: 1px solid var(--color-purple);
}
.loved-by_block-main .loved-by_item {
  border: 1px solid var(--color-purple-light);
}
.fs-simple_quote-image,
.fs_quote-image {
  border-radius: 100%;
  width: 10.4rem;
  min-width: 10.4rem;
  overflow: hidden;
}
.featured-stories {
  padding: 11rem 0 12rem;
}
.featured-stories_block:not(:last-child) {
  margin-bottom: 11rem;
}
.fs_addrs > :not(:last-child),
.fs_quote-text {
  margin-bottom: 1.3rem;
}
.fs {
  background: var(--color-white);
  padding: 5rem 5rem 6rem;
  color: var(--color-dark);
}
.fs .button-gradient {
  --btn-subbg: var(--color-white);
  --btn-color: var(--color-dark);
}
.fs_head {
  height: 5.3rem;
}
.fs_head .image {
  display: inline-flex;
}
.fs_quote {
  display: flex;
  background: var(--color-purple-light);
  padding: 3rem 2rem;
  gap: 2rem;
}
.fs_quote-image {
  height: 10.4rem;
  background: var(--color-purple-white);
}
.fs_quote-text {
  font-size: 2rem;
  line-height: 1.5;
}
.fs_quote-author {
  font-weight: 700;
}
.fs_footer {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.fs_addrs {
  display: flex;
  flex-direction: column;
  color: var(--color-grey);
}
.fs_addrs .line {
  display: flex;
  align-items: baseline;
  align-content: inherit;
  line-height: 1;
}
.fs_addrs .title {
  font-size: 1.4rem;
  margin-right: 1.6rem;
  font-weight: 600;
}
.featured-stories_slider {
  position: relative;
  margin-top: 6rem;
}
.featured-stories .swiper-button-next,
.featured-stories .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  width: 20.9rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  transition: 0.3s ease-in-out;
}
.featured-stories .swiper-button-prev {
  left: 0;
  padding-left: 2rem;
  justify-content: flex-start;
  background: linear-gradient(
    -270deg,
    #eef1fa 9.26%,
    rgba(238, 241, 250, 0.1) 76.42%
  );
}
.featured-stories .swiper-button-next {
  right: 0;
  left: auto;
  padding-right: 2rem;
  background: linear-gradient(
    270deg,
    #eef1fa 9.26%,
    rgba(238, 241, 250, 0.1) 76.42%
  );
}
.featured-stories .swiper-button-disabled {
  opacity: 0;
}
.cb_fact:after,
.cb_fact:before {
  opacity: 0.4;
  left: 50%;
  z-index: -1;
}
.featured-stories .swiper-container,
.hero,
.single .content,
.single_post_new {
  overflow: visible;
}
.featured-stories .swiper-slide {
  max-width: 87.5rem;
}
.fs-simple {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  padding: 2rem;
}
.fs-simple_head {
  height: 4rem;
  margin-bottom: 1.1rem;
}
.fs-simple_head picture {
  justify-content: flex-start !important;
}
.fs-simple_head img {
  object-fit: contain;
  object-position: left;
}
.fs-simple_quote {
  background: var(--color-purple-light);
  padding: 1.5rem 2rem 2rem 1.5rem;
  margin-bottom: 3.5rem;
  flex: 1;
}
.fs-simple_quote-image {
  position: absolute;
  height: 10.4rem;
  right: 0;
  bottom: -6rem;
}
.fs-simple_quote-author {
  position: relative;
  line-height: 1.2;
}
.fs-simple_quote-author .name {
  font-weight: 400;
  font-size: 2.4rem;
}
.fs-simple_quote-author .pos {
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .menu__item.with-child:hover .menu__link {
    background: var(--color-purple);
    color: var(--color-white) !important;
  }
  .menu__item.with-child:hover .menu__link:hover {
    color: var(--color-white) !important;
  }
  .menu__item.with-child:hover .submenu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .pluses__video .video {
    min-width: 58.8rem;
    min-height: 33rem;
  }
  .types {
    --global-gap: 3rem;
  }
  .footer .offices-block {
    width: auto;
    flex: 1 0 auto;
    max-width: 33rem;
  }
  .footer__menu-wrap.offices .footer__menu p {
    font-size: 1.1rem;
  }
  .footer .col-12.col-lg.col-xl-4:last-child {
    width: auto;
  }
  .featured-stories-simple {
    margin: 0 -3.2rem;
  }
  .featured-stories-simple > div {
    padding: 0 3.2rem;
  }
  .recognitions_items > div {
    flex: 0 0 auto;
    width: 20%;
  }
}
.featured-stories-simple {
  margin-bottom: -5rem;
}
.text-block {
  padding: 20rem 0;
  min-height: 75rem;
}
.page-template-template-trust .text-block:nth-child(2) {
  padding-top: 15rem;
}
.page-template-template-trust .text-block {
  padding: 10rem 0;
  min-height: inherit;
}
.recognitions {
  padding: 10rem 0 14rem;
  background: var(--color-purple-white);
}
.cb,
.threats,
.with {
  padding: var(--section-pd);
  color: var(--section-color);
}
.recognitions .section_text h2.h1 {
  margin-bottom: 0.8rem;
}
.recognitions .section_text p {
  max-width: 49.2rem;
}
.recognitions_item {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.cb-item,
.cb_fact-left {
  flex-direction: column;
  display: flex;
}
.recognitions_item > :not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 0 !important;
}
.recognitions_item .image {
  width: 10rem;
  height: 10rem;
  min-width: 10rem;
}
.recognitions_item .text {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
}
.hero-home .hero__main {
  padding-bottom: 15rem;
}
.hero-home .hero__extra .row {
  margin-bottom: 6.4rem;
  position: relative;
  z-index: 1;
}
.hero-home .hero__extra .button {
  --btn-subbg: var(--section-bg);
  --btn-color: var(--section-color);
}
.hero-home .hero__extra {
  background: 0 0;
  color: var(--section-color);
  padding-top: 7rem;
}
.hero-home .hero__extra:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 11.9rem);
  background: var(--section-bg);
  z-index: 0;
  background: url("../images/hero-trust-bg.png"), var(--section-bg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.with {
  --section-pd: 16rem 0 12.5rem 0;
  --section-color: var(--color-white);
  --section-bg: var(--color-dark);
  background: url("../images/lines-right-down.png"),
    radial-gradient(50% 50% at 30% 50%, #3d2968 18.08%, #15172c 84.75%) !important;
}
.cb,
.threats {
  background: var(--section-bg);
}
.with h2 {
  font-style: normal;
}
.threats {
  --section-pd: 15rem 0 19.2rem 0;
  --section-color: var(--color-dark);
  --section-bg: var(--color-purple-white);
}
.threats .decor {
  transform: scale(-1, 1) translateX(-20rem);
}
.threats ul li:before {
  position: absolute;
  top: 0.2rem;
  width: 3.1rem;
  height: 3.1rem;
  background-image: url(../images/list-decor.png);
}
.cb {
  --section-pd: 18rem 0 10rem 0;
  --section-color: var(--color-white);
  --section-bg: var(--color-dark);
}
.cb_block:not(:last-child) {
  padding-bottom: 10rem;
}
.cb .row,
.r-fight .row,
.starter-kit .row {
  margin-bottom: -4rem;
}
.cb .row:not(:last-child) {
  margin-bottom: 1rem;
}
.cb-item {
  position: relative;
  min-height: 100%;
}
.cb-item_image {
  height: 27rem;
  width: 100%;
  position: relative;
  margin-bottom: 1.6rem;
}
.cb-item_image picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #3c1c60;
}
.cb_fact-left,
.hs_submit {
  justify-content: center;
  align-content: center;
}
.cb-item_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cb_fact {
  width: 100%;
  max-width: 1080px;
  display: flex;
  min-height: 40rem;
  background: #fff;
  z-index: 1;
  color: var(--color-dark);
  height: 100%;
  margin: 0 auto;
}
.cb_fact:before {
  position: absolute;
  width: 678.2px;
  height: 986.13px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-46.27deg);
  background: #a055ff;
  filter: blur(400px);
}
.cb_fact-left {
  width: 40rem;
  min-width: 40rem;
  background: #3c1c60;
  padding: 6rem;
  align-items: center;
  line-height: 1;
  text-align: left;
  color: #fff;
  height: 100%;
}
.cb_fact-left *,
.default-demo-ja .input,
.hero-demo .hbspt-form fieldset .input,
.hero-fight .input,
.popup_form_pdf .input,
.start .input {
  margin: 0 !important;
}
.cb_fact-right {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  flex: 1;
  height: 100%;
  background: #fff;
}
.cb_fact-right span {
  color: #fe0072;
  font-weight: 600;
}
.cb_fact:after {
  content: "";
  position: absolute;
  width: 378.2px;
  height: 686.13px;
  background: var(--color-purple);
  filter: blur(150px);
  top: 20%;
  transform: translate(-50%, -50%) rotate(-46.27deg) scale(0.55);
}
.hs_submit,
.lang {
  height: 4rem;
}
.hbspt-form {
  position: relative;
  max-width: 48rem;
  width: 100%;
}
.hbspt-form .hs-form {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
.hs-form-field {
  flex: 1;
  margin-bottom: 0;
}
.hs_submit,
input.hs-button {
  align-items: center;
  transition: 0.3s ease-in-out;
}
.hs-form-field .hs-input {
  background: 0 0 !important;
  border-radius: 0 !important;
  min-height: 40px !important;
  display: block;
  box-sizing: border-box !important;
  font-size: 1.9rem;
  border: none;
  border-bottom: 0.1rem solid currentColor;
  padding: 0.5rem 0 !important;
  color: #fff;
  outline: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-family: Avenir, sans-serif !important;
}
.bot-threats_slider .text:before,
.start .submitted-message {
  vertical-align: middle;
  --g-txt-gradient: var(--gradient-main);
  background: var(--g-txt-gradient);
  -webkit-text-fill-color: transparent;
}
ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  width: 100%;
}
label.hs-error-msg {
  position: absolute;
  font-size: 1.2rem;
  color: red;
}
.hs_submit {
  --btn-bg: var(--gradient-main);
  --btn-color: var(--color-dark);
  padding: 0.2rem;
  position: relative;
  display: inline-flex;
  border-radius: 3.2rem;
  font-size: var(--btn-fz);
  outline: 0;
  color: var(--btn-color);
  background: var(--btn-bg);
  border: 0.1rem solid var(--btn-bg);
  column-gap: 2.6rem;
  vertical-align: middle;
}
#myImg,
.close {
  transition: 0.3s;
}
input.hs-button {
  position: relative;
  justify-content: center;
  z-index: 1;
  height: 3.6rem;
  background: var(--hero-bg);
  color: var(--hero-color) !important;
  border-radius: 3.2rem;
  padding: var(--btn-pd);
  border: none;
  font-family: "Avenir Black", sans-serif;
}
input.hs-button:hover {
  background: 0 0;
}
.page-template-template-partnership .hero__extra {
  padding-bottom: 8.5rem;
}
.certification,
.secure {
  background: var(--color-purple-white);
  color: var(--color-dark);
  padding: 16rem 0;
}
.secure .image {
  max-width: 80%;
}
.e-examples .item .item_text,
.secure h2:not(:last-child),
.secure h3:not(:last-child) {
  margin-bottom: 3.5rem;
}
.secure .section__text {
  max-width: 65rem;
  margin-left: auto;
}
.prtnrs {
  --global-gap: 11rem;
  color: #fff;
}
.prtnrs .button:last-child {
  margin-top: 3.6rem;
}
.prtnrs .row > div {
  position: relative;
  z-index: 1;
  padding: 10rem var(--global-gap) 10rem var(--global-gap);
}
.prtnrs .row > div:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  top: 0;
  z-index: -1;
}
.prtnrs .row > div:first-child:after {
  right: 0;
  background: #261a48;
}
.prtnrs .row > div:first-child .button-gradient {
  --btn-subbg: #261a48;
  --btn-color: #fff;
}
.prtnrs .row > div:nth-child(2):after {
  left: 0;
  background: #4c1765;
}
.prtnrs .row > div:nth-child(2) .button-gradient {
  --btn-subbg: #4c1765;
  --btn-color: #fff;
}
.start {
  --headings-sizes-h2: 6.6rem;
  --global-gap: 7rem;
  padding: 20rem 0;
  color: #fff;
}
.start_form {
  --global-gap: 2.4rem;
  min-height: 100%;
  align-items: center;
}
.start .submitted-message {
  position: relative;
  display: inline-block !important;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
}
.start_form .row {
  margin-bottom: -4.8rem;
}
.default-demo-ja .hs-form-field select.hs-input,
.hero-demo .hs-form-field select.hs-input,
.hero-fight .hs-form-field select.hs-input,
.start .hs-form-field select.hs-input,
.start select {
  appearance: none !important;
  box-sizing: border-box !important;
  font-size: 1.9rem !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 0.1rem solid var(--color-white) !important;
  padding: 0.5rem 0 !important;
  background-image: url("../images/icon/t-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  width: 100% !important;
  color: var(--color-white) !important;
  min-height: 4rem !important;
  outline: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.hero-demo .hbspt-form {
  max-width: 45.5rem;
}
label.hs-error-msg {
  font-weight: 400;
  font-family: var(--font-sans-serif);
}
.default-demo-ja .hs-form-field select.hs-input {
  background: url("../images/icon/t-down.svg") center right/1.2rem auto
    no-repeat !important;
  border-bottom: 0.1rem solid var(--color-white) !important;
  color: #fff !important;
}
.default-demo-ja .form-columns-1,
.hero-demo .hbspt-form .form-columns-1,
.hero-fight .form-columns-1,
.popup_form_pdf .form-columns-1,
.start .form-columns-1 {
  min-width: 100%;
}
.default-demo-ja .form-columns-2,
.hero-demo .hbspt-form .form-columns-2,
.hero-fight .form-columns-2,
.popup_form_pdf .form-columns-2 {
  display: flex;
  flex-wrap: wrap;
}
.default-demo-ja .hs-form-field > label {
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  color: #a055ff;
  font-size: 1.6rem;
}
.hero-demo .hbspt-form .hs-form-field > label {
  position: relative;
  display: block;
  color: inherit;
  margin-bottom: 0;
  font: 1.9rem / var(--base-line-height) var(--base-font-family);
}
.default-demo-ja .form-columns-2 > div,
.default-demo-ja fieldset > div,
.hero-demo .hbspt-form .form-columns-2 > div,
.hero-demo .hbspt-form fieldset > div,
.hero-fight .form-columns-2 > div,
.popup_form_pdf .form-columns-2 > div,
.start fieldset > div {
  float: none;
}
.default-demo-ja .form-columns-2 > div:not(:last-child),
.hero-demo .hbspt-form .form-columns-2 > div:not(:last-child),
.hero-fight .form-columns-1 > div:not(:last-child),
.hero-fight .form-columns-2 > div:not(:last-child),
.start .form-columns-2 > div:not(:last-child) {
  margin-right: 4.8rem;
}
.popup_form_pdf .form-columns-2 > div:not(:last-child) {
  margin-right: 2.4rem;
}
@media (max-width: 575px) {
  .submenu-extra--platform li {
    width: 100%;
    max-width: 100%;
  }
  .submenu-extra--platform .txt {
    max-width: inherit;
  }
  .submenu-extra--resources {
    --img-size: 100%;
  }
  .submenu-extra--resources picture {
    max-width: 20rem;
    margin: 0 auto 2rem;
  }
  .submenu {
    --s-menu-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .default-demo-ja .form-columns-2 > div,
  .submenu__side-right {
    flex: none;
    width: 100%;
  }
  .pluses .lottie__wrap {
    width: 100%;
  }
  .hero .lottie__wrap {
    height: 30rem;
  }
  .default-demo-ja .form-columns-2 > div:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}
.default-demo-ja fieldset,
.hero-demo .hbspt-form fieldset,
.hero-fight fieldset,
.start fieldset {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.8rem !important;
  max-width: inherit !important;
}
.popup_form_pdf fieldset {
  margin-bottom: 2.4rem !important;
  max-width: inherit !important;
}
.exps-title,
.hero-fight .section__text ul:not(:last-child),
.hero_items h3 {
  margin-bottom: 2.2rem;
}
.default-demo-ja .hs-input,
.hero-demo .hbspt-form fieldset .hs-input,
.hero-fight .hs-input,
.popup_form_pdf .hs-input,
.start .hs-input {
  width: 100% !important;
}
.hero .items .image picture,
.lang picture,
.loved-by_logos .image picture,
.start:before {
  width: 100%;
  height: 100%;
}
.default-demo-ja .hs-input {
  color: #fff !important;
  border-color: var(--color-white);
}
.default-demo-ja .hs-input:focus {
  border-color: var(--color-pink);
}
.start:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../images/hero-decor.png) center right/cover no-repeat;
  opacity: 0.7;
}
.hero-demo .hbspt-form onput.hs-button,
.hero-fight input.hs-button,
.popup_form_pdf input.hs-button,
.start input.hs-button {
  background: var(--base-background);
  color: #fff !important;
}
.default-demo-ja input.hs-button {
  background: var(--color-dark);
  color: var(--color-white) !important;
}
.default-demo-ja .hbspt-form .hs-form,
.default-demo-ja .hs-form,
.hero-demo .hbspt-form .hs-form,
.hero-fight .hbspt-form .hs-form,
.popup_form_pdf .hbspt-form .hs-form,
.start .hbspt-form .hs-form {
  flex-wrap: wrap;
}
.lang .image {
  width: 2.7rem;
  min-width: 2.7rem;
}
.lang a {
  color: #fe0072;
  font-size: 1.6rem;
  font-weight: 400;
}
.lang a > :not(:last-child) {
  margin-right: 0.5rem;
}
.hero-fight .section__text {
  max-width: 58.5rem;
}
.hero-fight .hero__main {
  min-height: inherit;
  padding-bottom: 16rem;
}
.hero-fight .hero__extra .section__text {
  text-align: center;
  max-width: 100%;
}
.hero-fight .hero__extra {
  padding-bottom: 6rem;
}
.hero_items {
  position: relative;
  padding: 4rem 3.2rem;
  background: rgba(0, 0, 0, 0.3);
}
.hero_items h3 {
  color: #fff;
}
.hero-fight .section__text ul {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
  margin: 0;
  padding: 0;
}
.hero-fight .section__text ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-left: 0;
  font-size: 1.9rem;
  line-height: 2.1rem;
}
.hero-fight .section__text ul li h5 {
  position: relative;
  display: block;
  width: 100%;
  color: var(--color-purple);
  margin-bottom: 0 !important;
}
.hero-fight .section__text ul li span {
  position: relative;
  display: block;
  width: 100%;
}
.learn--fight {
  min-height: inherit;
  --learn-padding: 14rem 0;
}
.featured-stories--fight {
  padding: 6.5rem 0 10rem;
}
.featured-stories--fight-1 {
  padding-top: 14rem;
}
.bot-threats_head,
.featured-stories_block-small .container:not(:last-child) {
  margin-bottom: 5rem;
}
.starter-kit {
  padding: 10rem 0 15.4rem;
  color: #fff;
}
.st {
  position: relative;
  max-width: 42rem;
}
.st_iamge {
  position: relative;
  margin-bottom: 2.4rem;
}
.st_text {
  max-width: 28rem;
}
.default-demo-ja {
  background: #15172c;
}
.default-demo-ja .default__head {
  padding: 15rem 0 4.8rem;
  min-height: inherit;
}
.default-demo-ja .hs-form-booleancheckbox span {
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.3rem;
  max-width: 52rem;
}
.text-block {
  background: url("../images/trust-text-block-bg--right.png"), var(--bg) !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: center top !important;
}
.text-block .button {
  --btn-subbg: var(--bg);
  --btn-color: var(--c);
}
.text-block .section_text {
  max-width: 57rem;
}
#compliance .section_text {
  min-width: 57rem;
}
.text-block--reverse {
  background: url("../images/trust-text-block-bg--left.png"), var(--bg) !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: center bottom !important;
}
.manage_block:nth-child(2n) .row,
.text-block--reverse .row {
  flex-direction: row-reverse;
}
.hero-is-trust .hero__extra {
  padding: 10rem 0;
  background: url("../images/trust-bg.jpg"), var(--section-bg) !important;
}
.hero-is-trust .hero__extra .row {
  margin-bottom: 0;
}
.hero-demo--new:before,
.hero-is-trust .hero__extra:after {
  display: none;
}
.hero .items {
  max-width: 48rem;
}
.hero .links {
  --global-gap: 3px;
  color: #fff;
}
.hero .links .row,
.hero-csp .exps .row {
  margin-bottom: calc(-2 * var(--global-gap));
}
.hero .links .row > div,
.hero-csp .exps .row > div,
.rews .row > div {
  margin-bottom: calc(2 * var(--global-gap));
}
.hero .links-item {
  height: 100%;
  min-height: 13rem;
  padding: 1.6rem;
  position: relative;
  display: block;
  color: inherit;
  transition: 0.3s ease-in-out;
}
.hero .links-item:hover {
  filter: brightness(0.7);
}
.hero .links-item h5 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.hero .links-item p {
  font-size: 1.9rem;
  line-height: 2.2rem;
}
.hero-trust .container > .row {
  align-items: flex-end;
  align-content: flex-end;
}
.hero-trust .section__text p {
  max-width: 50rem;
}
.hero-is-trust .hero__extra p {
  max-width: 36rem;
  min-width: 36rem;
}
.hero-bot-management {
  --hero-main-padding: 18.9rem 0 10rem 0;
}
.hero-bot-management p {
  max-width: 43rem;
}
.hero-bot-management .hero__main {
  min-height: 70rem;
  padding: 3rem 0;
}
.bot-threats {
  padding: 13.5rem 0 2.2rem;
  color: #fff;
}
.bot-threats_items {
  padding-bottom: 19rem;
  margin-bottom: -10rem;
}
.bot-threats_item {
  position: relative;
  min-height: 100%;
  flex-direction: column;
  max-width: 30rem;
  width: 100%;
}
.bot-threats_item > :not(:last-child) {
  margin-bottom: 2.5rem;
}
.bot-threats_item h3 {
  line-height: 1.26;
}
.bot-threats_slider {
  padding: 4.5rem 8rem;
  background: var(--color-white);
}
.bot-threats_slider .swiper-buttons {
  transform: none;
  padding-left: 0;
  justify-content: flex-end;
}
.bot-threats_slider .swiper-container {
  padding: 0;
  margin: 0;
}
.bot-threats_slider .text {
  position: relative;
  padding: 2.5rem 8.5rem 0;
}
.bot-threats_slider .text:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10rem;
  line-height: 1;
  display: inline-block !important;
  background-clip: text;
  -webkit-background-clip: text;
  width: 8rem;
  text-align: left;
  font-family: "Avenir Black", sans-serif;
  font-weight: 800;
}
.bot-threats_slider .text h2 {
  margin-bottom: 3.2rem;
  line-height: 1.6;
}
.bot-threats:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--color-purple-white);
  transform: scale(-1, 1);
}
.start--bot:before {
  background: url(../images/start-bg-1.jpg) center center/auto 100% no-repeat;
}
.e-examples .item h3,
.unique .chart_wrap {
  background: linear-gradient(44.83deg, #8f5cf5 0, #6633fe 100%);
}
.how-work {
  padding: 12rem 0 22rem;
}
.how-work .section_text p {
  width: calc(100% + 3rem);
}
.how-work_head:not(:last-child) {
  margin-bottom: 4.5rem;
}
.how-work_head h2 {
  color: #7d379e;
}
.how-work_items {
  margin-bottom: -12rem;
}
.how-work_items > div {
  margin-bottom: 12rem;
}
.how-work_item {
  position: relative;
  padding-left: 12.6rem;
}
.how-work_item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 8rem;
  height: 8rem;
}
.how-work_item h3 {
  margin-bottom: 0.5rem;
  color: #7d379e;
}
.how-work_item .text {
  line-height: 1.9;
}
.manage {
  padding: 18rem 0 0;
}
.manage_block {
  position: relative;
  width: 100%;
  padding: 9rem 0;
}
.manage_block .decor {
  opacity: 0.75;
}
.manage_block .decor picture {
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.manage_block .decor img {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto !important;
}
.manage_block:first-child .decor img {
  object-fit: contain;
}
.manage_block:nth-child(3) .decor img {
  top: 30%;
}
.manage_block .section__text {
  max-width: 42rem;
  margin: 0 auto;
}
.hero-demo--new p:first-of-type,
.learn .section__text p:first-of-type {
  font-size: 2.4rem;
}
.default-demo-ja .inputs-list,
.page-template-template-fight-the-fake-ja .hero__form .inputs-list {
  list-style: none !important;
  padding-left: 0 !important;
}
.default-demo-ja .hs-form-booleancheckbox label > span,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span {
  padding-left: 3.6rem;
  max-width: 52rem;
  position: relative;
  display: block;
}
.default-demo-ja .hs-form-booleancheckbox input,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.default-demo-ja .hs-form-booleancheckbox label > span:before,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  padding: 0.5rem;
  color: transparent;
  border: 2px solid var(--color-white);
  border-radius: 0.4rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 1;
}
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span:before {
  border: 2px solid var(--color-white);
}
.default-demo-ja .hs-form-booleancheckbox input:checked ~ span:before,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  input:checked
  ~ span:before {
  background: var(--color-pink);
  border-color: var(--color-pink);
  color: var(--color-white);
}
.introducing_logos,
.loved-by_logos {
  position: relative;
  max-width: 74rem;
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
  margin-right: 0;
}
.introducing_logos .image {
  flex: 1;
  margin-bottom: 0 !important;
}
.introducing_logos .image:not(:last-child),
.loved-by_logos .image:not(:last-child) {
  margin-right: 3rem;
}
.introducing_logos .image:first-child {
  width: 12.6rem;
  min-width: 12.6rem;
}
.page-template-template-thank .content .section.thank {
  order: 1 !important;
}
.page-template-template-thank .content .section {
  order: var(--order);
}
.loved-by_logos .image {
  flex: 1;
  margin-bottom: 0 !important;
  max-width: 8.2rem;
}
.loved-by_logos .image:first-child {
  width: 11rem;
  min-width: 11rem;
  max-width: 11rem;
}
.r-fight {
  background: var(--color-purple-light);
  padding: 16.9rem 0;
}
.r-fight .image {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  max-width: 49.9rem;
}
.r-fight .section_text p {
  max-width: 50.5rem;
}
.r-fight .button-gradient {
  --btn-subbg: var(--color-purple-light);
  --btn-color: var(--color-dark);
}
.text-block#is {
  background: var(--bg) !important;
}
.page-template-template-subprogress .default__body .row > div:not(:last-child) {
  margin-bottom: 7.5rem;
}
.page-template-template-subprogress .table_wrap {
  width: 100%;
  position: relative;
}
.page-template-template-subprogress thead {
  font-weight: 800;
}
.page-template-template-subprogress td,
.page-template-template-subprogress th {
  padding: 1.3rem 0;
  vertical-align: top;
  width: 25rem;
}
.page-template-template-subprogress td:not(:last-child),
.page-template-template-subprogress th:not(:last-child) {
  padding-right: 2rem;
}
.page-template-template-subprogress .table a {
  color: #fe0072;
}
.page-template-template-subprogress .table tr th,
.page-template-template-subprogress .table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(17, 18, 34, 0.2);
}
.page-template-template-subprogress td:first-child,
.page-template-template-subprogress th:first-child {
  width: 20rem;
}
.page-template-template-subprogress td:last-child,
.page-template-template-subprogress th:last-child {
  /*width: 36rem;*/
  max-width: 25rem;
}
.page-template-template-subprogress td:last-child,
.page-template-template-subprogress th:last-child p {
  word-wrap: break-word;
}
.learn--light {
  --learn-bg: var(--color-purple-white);
  --learn-color: var(--color-dark);
  --learn-padding: 14rem 0;
  height: auto;
}
.learn--light .section__text {
  max-width: 65rem;
}
.learn .section__text p:not(:last-child) {
  margin-bottom: 1.25em !important;
}
.learn .section__text p {
  font-size: 1.9rem;
}
.learn--light .image:before {
  --w: 120.9rem;
  --h: calc(0.929693962 * var(--w));
  width: var(--w);
  height: var(--h);
  position: absolute;
  background-image: url("<?php echo get_template_directory_uri();?>/images/glow_purple.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sneak {
  padding: 6.6rem 0 21.2rem;
  background: var(--color-dark);
}
.sneak_items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 9rem 3rem;
  gap: 9rem 3rem;
}
.sneak_items .image {
  cursor: pointer;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
#caption,
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  animation-name: zoom;
  animation-duration: 0.6s;
}
#caption {
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
}
.close:focus,
.close:hover {
  color: #bbb;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.unique {
  padding: 19.8rem 0;
  background: var(--color-white);
}
.unique .chart_wrap {
  --size: 35rem;
  position: relative;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  margin: 0 auto;
}
.unique .chart_wrap:after {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  width: calc(0.5542857143 * var(--size));
  height: calc(0.5542857143 * var(--size));
  background: var(--color-white);
}
.unique .chart {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 100%;
  background: conic-gradient(
    #fe0072 0deg,
    #fe0072 calc(360 / 100 * var(--c1) * 1deg),
    rgba(0, 0, 0, 0) calc(360 / 100 * var(--c1) * 1deg),
    rgba(0, 0, 0, 0) 360deg
  );
}
.unique .chart-number {
  position: absolute;
  font-size: 4rem;
  font-weight: 700;
}
.unique .chart-number-1 {
  color: #fe0072;
  bottom: 0;
  right: -8rem;
}
.unique .chart-number-2 {
  --g-txt-gradient: linear-gradient(44.83deg, #8f5cf5 0%, #6633fe 100%);
  background: var(--g-txt-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 0;
  left: -8rem;
}
@media (max-width: 1199px) {
  .text-block {
    padding: 10rem 0;
    min-height: 10rem;
  }
  .prtnrs {
    --global-gap: 40px;
  }
  .start {
    --headings-sizes-h2: 4.6rem;
    --global-gap: 30px;
  }
  .bot-threats_slider {
    padding: 4rem;
  }
  .how-work_item h2 br {
    display: none;
  }
  .introducing_logos .image:first-child {
    width: 9rem;
    min-width: 9rem;
  }
  .loved-by--cust .loved-by_logos {
    flex: none;
    margin-left: 0;
    margin-right: auto;
  }
  .page-template-template-subprogress td,
  .page-template-template-subprogress th {
    font-size: 1.4rem;
  }
  .learn--light {
    font-size: 1.6rem;
  }
  .sneak,
  .unique {
    padding: 7rem 0;
  }
  .sneak_items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem 3rem;
    gap: 3rem 3rem;
  }
  .unique .section_text > :not(:last-child) {
    margin-bottom: 2rem;
  }
  .unique .section_text > p:not(:last-child) {
    margin-bottom: 1.25em;
  }
  .unique .chart_wrap {
    --size: 26rem;
  }
  .unique .chart-number {
    font-size: 2.2rem;
  }
  .unique .chart-number-1 {
    right: -4rem;
  }
  .unique .chart-number-2 {
    left: -4rem;
  }
}
@media (max-width: 991px) {
  .fs,
  .fs_quote {
    padding: 2rem;
  }
  .loved-by_items {
    flex-wrap: wrap;
  }
  .featured-stories .swiper-button-next,
  .featured-stories .swiper-button-prev {
    width: 4.9rem;
  }
  .fs > :not(:last-child) {
    margin-bottom: 2rem;
  }
  .fs_quote {
    flex-direction: column;
  }
  .cb_fact {
    flex-wrap: wrap;
    height: auto;
  }
  .cb_fact-left {
    align-items: flex-start;
    align-content: flex-start;
    min-width: 1rem;
  }
  .cb_fact-left,
  .cb_fact-right {
    width: 100%;
    padding: 8rem 4rem;
  }
  .prtnrs,
  .start {
    --global-gap: 15px;
  }
  .prtnrs .row > div:after {
    width: 100vw;
    margin: 0 calc((100% - 100vw) / 2);
  }
  .start_form {
    margin-top: 4rem;
  }
  .start .submitted-message {
    font-size: 2rem;
  }
  .lang {
    width: 100%;
    margin-bottom: 4rem;
  }
  .starter-kit {
    padding: 8rem 0;
  }
  .hero-solutions-single .hero__main {
    padding-top: 8rem;
  }
  #compliance .section_text {
    min-width: 100%;
  }
  .hero .links {
    margin-top: 6rem;
  }
  .hero-trust .hero__main {
    padding-top: 15rem !important;
  }
  .hero-is-trust .hero__extra {
    padding: 4rem 0 10rem;
  }
  .hero-is-trust .hero__extra p {
    min-width: inherit;
    max-width: 100%;
  }
  .how-work .section_text p {
    width: 100px;
  }
  .bot-threats_slider .text h2 {
    font-size: 2.6rem;
  }
  .manage_block {
    padding: 6rem 0;
  }
  .how-work_head h2 br {
    display: none;
  }
  .how-work_items {
    margin-bottom: -6rem;
  }
  .how-work_items > div {
    margin-bottom: 6rem;
  }
  .introducing_logos .image:first-child {
    width: 12rem;
    min-width: 12rem;
  }
  .loved-by_logos {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
  .r-fight {
    padding: 10rem 0;
  }
  .r-fight .section_text h2 {
    margin-bottom: 2.4rem;
  }
  .r-fight .text-side {
    order: 1;
  }
  .r-fight .image-side {
    order: 2;
  }
  .hero-demo--new .row > div:not(:last-child),
  .unique .row > div:not(:last-child) {
    margin-bottom: 3rem;
  }
  .hero-csp .hero__main {
    padding-top: 15rem;
    min-height: inherit;
  }
  .page-template-template-csp .trust {
    flex-direction: row;
  }
  .page-template-template-csp .trust .trust__side {
    width: 50%;
  }
  .problems .image {
    margin-top: -5rem;
  }
  .problems {
    background-image: none !important;
  }
}
.testimonials--style-1 .testimonial figcaption {
  color: #fe0072 !important;
}
.trusted__items .swiper-wrapper img {
  max-height: 3.8rem;
}
.pluses__row {
  max-height: inherit;
}
.rews {
  padding: 10.2rem 0 10.5rem;
  background: var(--color-purple-white);
}
.rews .row {
  --global-gap: 3.1rem;
  margin-bottom: calc(-2 * var(--global-gap));
}
.rews .item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2rem;
  background: var(--color-white);
}
.rews .item_quote {
  background: var(--color-purple-light);
  font-family: "Avenir Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 1.5rem;
  line-height: 1.5;
  flex: 1;
}
.rews .item_by {
  padding-top: 1rem;
  font-size: 1.9rem;
  line-height: 3rem;
}
.default__form.default-demo-ja {
  background: 0 0;
  margin-bottom: 7.2rem;
}
.hero-csp .hero__main {
  padding-bottom: 8.2rem;
}
.hero-csp .hero__extra {
  padding: 5rem 0 6rem;
  background: #15172c;
}
.hero-csp .exps {
  --global-gap: 2rem;
  position: relative;
  padding: 3rem 3.2rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-top: 6.5rem;
  max-width: 98rem;
}
.hero-csp .exps .item-title {
  font-family: "Avenir Black", sans-serif;
  font-weight: 800;
  color: var(--color-purple);
}
.page-template-template-csp .trust__side-right {
  padding: 0;
}
.page-template-template-csp .trust__side-right .image {
  width: 100%;
  height: 100%;
  display: flex;
}
.page-template-template-csp .trust__side-right picture {
  min-height: 100%;
  width: 100%;
}
.page-template-template-csp .trust__side-right img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry {
  padding: 7.3rem 0 10.9rem;
}
.entry .row {
  --global-gap: 1.5rem;
  margin-bottom: -9.3rem;
}
.entry .row > div {
  margin-bottom: 9.3rem;
}
.problems {
  padding: 10.2rem 0;
  background-color: var(--color-purple-white);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.problems .image {
  max-width: 47.5rem;
}
@media (max-width: 767px) {
  .page-template-template-csp .trust .trust__side,
  .positions__menu ul {
    width: 100%;
  }
  .positions__menu ul li {
    flex: 1 auto;
  }
  .positions__menu ul a {
    padding: 1rem 0.25rem;
  }
  .loved-by_block-head h2 {
    font-size: 4.8rem;
    margin-bottom: 1rem !important;
  }
  .loved-by_block-head .image {
    height: auto;
    flex: none;
    width: 100%;
    justify-content: center;
  }
  .loved-by_block-head .image picture {
    justify-content: center;
  }
  .featured-stories .swiper-button-next,
  .featured-stories .swiper-button-prev {
    width: 4rem;
  }
  .page-template-template-trust .hero__main h1 {
    font-size: 5rem;
  }
  .recognitions_items {
    margin-bottom: -4rem;
  }
  .recognitions_items > div {
    margin-bottom: 4rem;
  }
  .cb,
  .threats {
    --section-pd: 10rem 0;
  }
  .cb {
    --after-height: 30rem;
  }
  .secure,
  .start {
    padding: 8rem 0;
  }
  .prtnrs .row > div {
    padding: 8rem var(--global-gap) 8rem var(--global-gap);
  }
  .page-template-template-subprogress thead,
  .start p br {
    display: none;
  }
  .popup_form.popup_form_pdf {
    width: calc(100% - 4rem);
  }
  .popup_form_pdf .hbspt-form .hs-form > .hs-form-field:not(:last-child) {
    flex: none;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .hero-fight .hero__form {
    margin-top: 4rem;
  }
  .hero-bot-management .hero__main .section__text h1 {
    font-size: 4rem;
  }
  .manage_block .section__text {
    margin: 0 0 2rem;
  }
  .bot-threats_slider .text {
    padding: 2rem 2rem 0;
  }
  .bot-threats_slider .text h2 {
    z-index: 1;
  }
  .bot-threats_slider .text:before {
    font-size: 3rem;
    width: 3rem;
  }
  .bot-threats_slider .swiper-buttons {
    margin-top: 2rem;
  }
  .bot-threats_slider .swiper-button-next,
  .bot-threats_slider .swiper-button-prev {
    display: inline-flex;
  }
  .how-work_head h2 {
    font-size: 3rem;
  }
  .how-work_item {
    padding-left: 8rem;
  }
  .how-work_item-image {
    width: 4rem;
    height: 4rem;
  }
  .introducing_logos,
  .loved-by_logos {
    justify-content: center;
    flex-wrap: wrap;
  }
  .introducing_logos .image,
  .loved-by_logos .image {
    width: 12rem;
    min-width: 12rem;
    margin: 0 2rem !important;
  }
  .page-template-template-subprogress .table,
  .page-template-template-subprogress tbody {
    display: block;
  }
  .page-template-template-subprogress tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-template-subprogress tbody tr > td {
    width: 100%;
    padding: 0.5rem 0;
  }
  .page-template-template-subprogress tbody tr > td:not(:last-child) {
    border-bottom: none !important;
  }
  .page-template-template-subprogress tbody tr > td:nth-child(2n-1) {
    font-weight: 800;
  }
  .page-template-template-subprogress tbody tr > td:last-child {
    border-bottom: 1px solid rgba(17, 18, 34, 0.2);
  }
  .sneak_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem 1.5em;
    gap: 1.5rem 1.5rem;
  }
  .blog-card {
    flex-direction: column !important;
  }
  .hero-csp .hero__main {
    padding-top: 15rem;
    min-height: inherit;
  }
  .page-template-template-csp .trust {
    flex-direction: column;
  }
  .page-template-template-csp .trust .trust__side-right {
    aspect-ratio: 1/1;
  }
}
.page-template-template-csp-thank .ready {
  --ready-bg: #261a48;
}
.page-template-template-csp-thank .header__bottom {
  background: #fff;
}
.page-template-template-csp-thank
  .header__bottom
  .button:not(:hover)
  .button__content {
  background: var(--color-white);
  color: var(--color-dark);
}
.e-examples {
  padding: 10rem 0 12.8rem;
  background: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #15172c 84.75%
  );
}
.e-examples .row {
  margin-bottom: -15.3rem;
}
.e-examples .row:not(:last-child) {
  margin-bottom: -7.3rem;
}
.e-examples .row > div {
  margin-bottom: 15.3rem;
}
@media (max-width: 991px) {
  .page-template-template-csp-thank {
    --headings-sizes-h1: 4.6rem;
  }
  .e-examples .row {
    margin-bottom: -8rem;
  }
  .e-examples .row:not(:last-child) {
    margin-bottom: -4rem;
  }
  .e-examples .row > div {
    margin-bottom: 8rem;
  }
}
.e-examples .item {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  max-width: 41.7rem;
}
.e-examples .item h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 2.5rem;
}
.e-examples .item .item_image {
  position: relative;
  margin-bottom: 2.5rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
}
.banner-link {
  position: sticky;
  top: 5rem;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.hero-demo--new .row {
  align-items: flex-start;
  align-content: flex-start;
}
