/* ZeroBounce Email Validation Styles */

/* Loading state for email field */
.mktoForm input[type="email"].validating {
  border-color: #ffa500 !important;
  background-color: #fff8e1 !important;
  transition: all 0.3s ease;
}

/* Valid email state */
.mktoForm input[type="email"].valid {
  border-color: #4caf50 !important;
  background-color: #f1f8e9 !important;
}

/* Invalid email state */
.mktoForm input[type="email"].invalid {
  border-color: #f44336 !important;
  background-color: #ffebee !important;
}

/* Custom error message styling */
.mktoError {
  color: #f44336 !important;
  font-size: 12px !important;
  margin-top: 5px !important;
  display: block !important;
}

/* Loading spinner */
.validating::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ffa500;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}

/* Success icon */
.valid::after {
  content: '✓';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #4caf50;
  font-weight: bold;
  font-size: 16px;
}

/* Error icon */
.invalid::after {
  content: '✗';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #f44336;
  font-weight: bold;
  font-size: 16px;
}

/* Disable form submission during validation */
.mktoForm.submitting {
  pointer-events: none;
  opacity: 0.7;
}

/* Validation status indicator */
.validation-status {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 500;
}

.validation-status.validating {
  color: #ffa500;
}

.validation-status.valid {
  color: #4caf50;
}

.validation-status.invalid {
  color: #f44336;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mktoForm input[type="email"] {
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  .validation-status {
    right: 30px;
    font-size: 11px;
  }
}

/* Marketo Form ZeroBounce Integration Styles */

/* Enhanced Marketo form email field validation */
.mktoForm input[type="email"].validating {
  border-color: #ffa500 !important;
  background-color: #fff8e1 !important;
  transition: all 0.3s ease;
}

.mktoForm input[type="email"].valid {
  border-color: #4caf50 !important;
  background-color: #f1f8e9 !important;
}

.mktoForm input[type="email"].invalid {
  border-color: #f44336 !important;
  background-color: #ffebee !important;
}

/* Marketo form submission state */
.mktoForm.submitting {
  pointer-events: none;
  opacity: 0.7;
}

.mktoForm.submitting .mktoButton {
  background-color: #ccc !important;
  cursor: not-allowed !important;
}

/* Enhanced error messages for Marketo */
.mktoError {
  color: #f44336 !important;
  font-size: 12px !important;
  margin-top: 5px !important;
  display: block !important;
  font-weight: 500 !important;
}

/* Success indicator for Marketo email field */
.mktoForm input[type="email"].valid::after {
  content: '✓';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #4caf50;
  font-weight: bold;
  font-size: 16px;
  pointer-events: none;
}

/* Error indicator for Marketo email field */
.mktoForm input[type="email"].invalid::after {
  content: '✗';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #f44336;
  font-weight: bold;
  font-size: 16px;
  pointer-events: none;
}

/* Loading spinner for Marketo email field */
.mktoForm input[type="email"].validating::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ffa500;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  pointer-events: none;
}

/* Ensure Marketo form fields have proper positioning for icons */
.mktoForm .mktoFieldWrap {
  position: relative;
}

.mktoForm input[type="email"] {
  padding-right: 35px !important;
}

/* Animation for validation states */
@keyframes spin {
  0% { transform: translateY(-50%) rotate(0deg); }
  100% { transform: translateY(-50%) rotate(360deg); }
}

/* Responsive adjustments for Marketo form */
@media (max-width: 768px) {
  .mktoForm input[type="email"] {
    font-size: 16px !important; /* Prevents zoom on iOS */
    padding-right: 30px !important;
  }
  
  .mktoForm input[type="email"]::after {
    right: 8px;
    font-size: 14px;
  }
} 

.mktoForm span.mktoError{
  position: relative;
  z-index: 89;
  color: #bf0000;
  top: 6px;
}

.mktoForm .invalid.mktoError{
  position: relative;
  z-index: 90;
  color: #bf0000;
  display:block;
  background:transparent;
  height:auto;
  border:0
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 1.111852346vw;
}

:root {
  --orange-brand: #FF642D;
  --orange-brand_hover: #F24500;
  --orange-brand_active: #CC3300;
  --purple: #421983;
  --dark-purple: #421984;
  --white: #FFF;
  --accent-emerald: #45E0A8;
  --green: #00E89F;
  --green-2: #00BC98;
  --black: #171A22;
  --dark: #000000;
  --yellow: #FFE400;
  --accent-yellow: #FFE84D;
  --accent-violet: #B880FF;
  --light-green: #C7FA73;
  --accent-blue: #6EDBFF;
  --grey: #E9EBEF;
  --dark-grey: #706F6F;
  --purple-variation: #6C31C9;
  --pink: #FF64D9;
  --blue: #0071CD;
  --preloader: #04132D;
}

body, html {
  overflow-x: clip;
  font-family: Factor, Arial, sans-serif;
  background-color: var(--dark);
}

img {
  vertical-align: middle;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: "Factor";
  src: url(../fonts/FactorA-Black.woff) format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Factor";
  src: url(../fonts/FactorA-Bold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Factor";
  src: url(../fonts/FactorA-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Factor";
  src: url(../fonts/FactorA-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
body, html {
  overflow-x: clip;
  background-color: var(--black);
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, p, li, a {
  font-family: "Factor";
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, p, li, a {
  color: var(--white);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mb-0 {
  margin-bottom: 0 !important;
}

img, video, svg {
  vertical-align: middle;
  height: auto;
}

h1 {
  font-family: Factor, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 105%;
  color: white;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 105%;
  text-align: left;
  color: white;
  -webkit-font-smoothing: antialiased;
}

h3 {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  text-align: left;
  color: white;
  -webkit-font-smoothing: antialiased;
}
h3 span {
  color: var(--orange-brand);
}

h4 {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  text-align: left;
  color: white;
  -webkit-font-smoothing: antialiased;
}
h4 span {
  color: var(--orange-brand);
}

h5 {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

p, li {
  font-family: Factor, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: white;
  -webkit-font-smoothing: antialiased;
}
p b, li b {
  font-weight: 700;
}
p.subtitle, li.subtitle {
  font-size: 21px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    top: 90%;
  }
  40% {
    top: 91%;
  }
  60% {
    top: 90.5%;
  }
}
@media screen and (max-width: 1439.98px) {
  h1 {
    font-size: 3.75rem;
  }
  h2 {
    font-size: 3.75rem;
  }
  h3, h4 {
    font-size: 2.25rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  p, li {
    font-size: 1.125rem;
  }
  p.subtitle, li.subtitle {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 991.98px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 36px;
  }
  h5 {
    font-size: 18px;
    line-height: 140%;
  }
  p {
    font-size: 16px;
  }
  p.subtitle {
    font-size: 16px;
  }
  br {
    display: none !important;
  }
}
@media screen and (max-width: 575.98px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 28px;
  }
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 84.0625rem;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1345px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.col-12, .col-md-3, .col-md-5, .col-md-7, .col-md-9, .col-lg-4, .col-lg-6 {
  position: relative;
  width: 99%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-12, .col-md-3, .col-md-5, .col-md-7, .col-md-9, .col-lg-4, .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 99.8%;
}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 24%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.566667%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.233333%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 74%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.233333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 49%;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
a {
  color: var(--orange-brand);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: var(--orange-brand);
}

a.button, .button {
  font-family: Factor, Arial, sans-serif !important;
  width: auto;
  font-size: 21px;
  line-height: 100%;
  font-weight: 500;
  padding: 18px 24px 15px;
  position: relative;
  color: var(--black);
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background: white;
}
a.button span, .button span {
  position: relative;
  z-index: 2;
}
a.button:hover, .button:hover {
  color: white;
  background: #913AFF;
}
a.button:active, .button:active {
  color: white;
  background: #7721E4;
}
a.button.sticky, .button.sticky {
  padding-left: 40px;
  padding-right: 40px;
  background: white;
  color: var(--black);
}
a.button.sticky:hover, .button.sticky:hover {
  color: white;
  background: #913AFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button.sticky:active, .button.sticky:active {
  color: white !important;
  color: var(--black);
  background: #7721E4;
}
a.button.line, .button.line {
  background: none;
  border: 1px solid white;
}
a.button.line:hover, .button.line:hover {
  color: white !important;
  background: #913AFF;
  border: 1px solid #913AFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button.line:active, .button.line:active {
  color: white !important;
  background: #7721E4;
  border: 1px solid #7721E4;
}
a.button.color, .button.color {
  color: white;
  background: var(--accent-violet);
}
a.button.color:hover, .button.color:hover {
  color: white !important;
  background: #913AFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button.color:active, .button.color:active {
  color: white !important;
  background: #7721E4;
}

@media screen and (max-width: 1439.98px) {
  a.button, .button {
    font-size: 1.3125rem;
    padding: 1.125rem 1.5rem 0.9375rem;
  }
  a.button.sticky, .button.sticky {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  a.button, .button {
    font-size: 21px;
    padding: 18px 24px 15px;
  }
  a.button.sticky, .button.sticky {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 576.98px) {
  a.button {
    width: 100%;
  }
}
@media screen and (max-width: 375.98px) {
  a.button {
    max-width: 100%;
  }
  a.button.line {
    max-width: 80%;
  }
}
.nav {
  padding: 26px 0 34px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: 0;
  position: relative;
  z-index: 100;
}
.nav__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__info--logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 100;
}
.nav__info--logo img {
  display: inline-block;
  width: 236px;
  height: auto;
  vertical-align: middle;
}
.nav__info--logo__mob {
  display: none;
  justify-content: flex-start;
  z-index: 1000;
}
.nav__info--logo__mob img {
  vertical-align: middle;
}
.nav__info--wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 578px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav__info--wrapper a {
  font-size: 16px;
  color: white;
  cursor: pointer;
}
.nav__info--wrapper a:hover {
  color: #FF00E1;
}
.nav__info--wrapper a:active {
  color: #B70CB7;
}
.nav__info .button.sticky {
  background: none;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  padding: 8px 16px 6px;
}
.nav__info .button.sticky:hover {
  border: 1px solid #913AFF;
}
.nav__info .button.sticky:active {
  border: 1px solid #7721E4;
}
.nav .header-button {
  display: flex;
  justify-content: flex-end;
}

.header-fixed {
  padding: 16px 0;
  background: rgba(23, 26, 34, 0.2);
  box-shadow: 6px 10px 30px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(35px);
  position: fixed;
  width: 100%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  top: -147px;
  z-index: 200;
  transition: 0.3s;
}
.header-fixed.active {
  top: 0px;
}

@media screen and (max-width: 991.98px) {
  .nav {
    padding: 24px 0;
  }
  .header-fixed {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .nav {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .nav__info {
    justify-content: center;
  }
  .nav__info .button.sticky {
    display: none;
  }
}
@media screen and (max-width: 360.98px) {
  .nav__info--logo img {
    width: 100%;
  }
}
.footer-line {
  margin-top: -1px;
  position: relative;
  z-index: 2;
  background-color: #000;
}
.footer-line .footer {
  padding: 24px 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-line .footer-line__logo {
  display: inline-block;
  margin-top: 5px;
  margin-right: 20px;
  flex-shrink: 0;
  width: 213px;
}
.footer-line .footer-line__logo img {
  width: 100%;
  vertical-align: middle;
}
.footer-line .footer__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.footer-line .regulations, .footer-line .footer-year {
  font-family: "Factor", Arial, sans-serif;
  font-size: 15px;
  line-height: 130%;
  color: white;
}
.footer-line .regulations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-line .regulations .terms-privacy {
  margin: 10px 20px 0;
  color: inherit;
}
.footer-line .regulations .terms-privacy:hover {
  text-decoration: underline;
}
.footer-line .regulations .terms-privacy:first-of-type {
  margin-left: 0;
}
.footer-line .regulations .terms-privacy:last-of-type {
  margin-right: 0;
  padding: 0;
  display: inline-block;
}
.footer-line .footer-year {
  margin: 10px 0 0 100px;
  text-align: right;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1199.98px) {
  .footer-line .footer .footer-year {
    margin: 10px 0 0 100px;
  }
}
@media screen and (max-width: 991.98px) {
  .nav {
    padding: 24px 0;
  }
  .nav .header-logo {
    display: none;
  }
  .nav .header-logo__mob {
    display: block;
  }
  .footer-line .footer .footer-line__logo {
    display: none;
  }
  .footer-line .footer .footer__right {
    justify-content: center;
  }
  .footer-line .footer .footer__right .regulations {
    width: 100%;
  }
  .footer-line .footer .footer-year {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-line .footer {
    padding: 24px 0 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-line .footer .footer__right {
    display: block;
  }
  .footer-line .footer .regulations .terms-privacy {
    margin: 10px 20px 0;
  }
  .footer-line .footer .footer-year {
    margin-left: 0px;
    margin-top: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .nav .header-logo__mob {
    display: none;
  }
  .header-fixed {
    top: auto;
    bottom: -147px;
    transition: 0.3s;
    -webkit-box-shadow: rgba(27, 39, 12, 0.1) 0 -1px 10px;
    box-shadow: rgba(27, 39, 12, 0.1) 0 -1px 10px;
  }
  .header-fixed.active {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 320.98px) {
  .footer-line .footer .footer-year {
    text-align: center;
  }
}
.main-screen {
  padding: 0;
  position: relative;
}
.main-screen .shape {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -800px;
  width: 2104px;
}
.main-screen__content {
  padding: 50px 0 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.main-screen__content--text {
  width: 100%;
  max-width: 470px;
  height: auto;
  text-align: left;
  opacity: 0;
}
.main-screen__content--text h1 {
  text-align: inherit;
  margin-bottom: 30px;
  padding-right: 90px;
}
.main-screen__content--text h1 span {
  color: #B880FF;
}
.main-screen__content--text p.subtitle {
  margin-bottom: 24px;
}
.main-screen__content--pic {
  width: 100%;
  max-width: 751px;
  opacity: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(233, 235, 239, 0.3);
}
.main-screen__content--pic .pic {
  width: 100%;
}
.main-screen__content--pic .mob-pic {
  display: none;
}

@media screen and (max-width: 1439.98px) {
  .main-screen .shape {
    right: -50rem;
    width: 131.5rem;
  }
  .main-screen__content {
    padding: 3.125rem 0 9.375rem;
  }
  .main-screen__content--text {
    max-width: 29.375rem;
  }
  .main-screen__content--text h1 {
    padding-right: 5.625rem;
    margin-bottom: 1.875rem;
  }
  .main-screen__content--text p.subtitle {
    margin-bottom: 1.5rem;
  }
  .main-screen__content--pic {
    max-width: 46.9375rem;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .main-screen .shape {
    right: -700px;
    width: 1500px;
  }
  .main-screen__content {
    flex-wrap: wrap;
    padding: 80px 0 24px;
  }
  .main-screen__content--text {
    max-width: 600px;
    padding-right: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    opacity: 1;
  }
  .main-screen__content--text h1 {
    padding-right: 0;
    margin-bottom: 16px;
  }
  .main-screen__content--text p.subtitle {
    font-size: 16px;
    margin-bottom: 36px;
    padding-right: 0px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-screen__content--pic {
    max-width: 100%;
    border-radius: 8px;
    text-align: center;
    opacity: 1;
  }
  .main-screen__content--pic .pic {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 575.98px) {
  .main-screen__content {
    padding-top: 50px;
  }
  .main-screen__content--text {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 425.98px) {
  .main-screen__content {
    padding-top: 40px;
  }
}
.ai-screen {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.ai-screen__block {
  border-radius: 50px;
  padding: 22px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #e2caff 0%, #9c51ff 25.96%, #9c51ff 72.84%, #e2caff 100%);
}
.ai-screen__block .label {
  width: 78px;
}
.ai-screen__block h5 {
  text-align: center;
}

@media screen and (max-width: 1439.98px) {
  .ai-screen__block {
    border-radius: 3.125rem;
    border-radius: 3.125rem;
    padding: 1.375rem 5rem;
  }
  .ai-screen__block .label {
    width: 4.875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .ai-screen {
    opacity: 1;
    background: linear-gradient(90deg, #e2caff 0%, #9c51ff 25.96%, #9c51ff 72.84%, #e2caff 100%);
    margin-top: 40px;
  }
  .ai-screen__block {
    border-radius: 0px;
    padding: 24px;
    justify-content: center;
    background: none;
    flex-wrap: wrap;
  }
  .ai-screen__block .label {
    width: 70px;
    margin-right: 10px;
  }
  .ai-screen__block .button {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .ai-screen__block {
    padding: 24px 0;
  }
  .ai-screen__block .label {
    width: 70px;
    margin-bottom: 16px;
  }
  .ai-screen__block .button {
    margin-top: 16px;
  }
}
.clients-screen {
  padding: 90px 0;
  opacity: 0;
}
.clients-screen__title {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 40px;
  width: 100%;
}
.clients-screen__title p {
  font-size: 14px;
  width: auto;
  flex-shrink: 0;
  color: #898D9A;
  margin-right: 32px;
}
.clients-screen__title hr {
  border: none;
  height: 1px;
  flex-grow: 1;
  background-color: #575C66;
}
.clients-screen__title .mob-hr {
  display: none;
}
.clients-screen__clients {
  width: 100%;
}
.clients-screen__clients img {
  width: 100%;
}
.clients-screen__clients .clients-desktop {
  display: block;
}
.clients-screen__clients .clients-tablet, .clients-screen__clients .clients-mob {
  display: none;
}

@media screen and (max-width: 1439.98px) {
  .clients-screen {
    padding: 5.625rem 0;
  }
  .clients-screen__title {
    margin-bottom: 2.5rem;
  }
  .clients-screen__title p {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .clients-screen {
    padding: 60px 0;
    opacity: 1;
  }
  .clients-screen__title {
    margin-bottom: 30px;
  }
  .clients-screen__title p {
    margin-right: 32px;
  }
  .clients-screen__clients .clients-desktop {
    display: none;
  }
  .clients-screen__clients .clients-tablet {
    display: block;
  }
}
@media screen and (max-width: 575.98px) {
  .clients-screen__title {
    justify-content: center;
  }
  .clients-screen__title .mob-hr {
    display: block;
  }
  .clients-screen__title p {
    margin-left: 32px;
  }
  .clients-screen__clients .clients-tablet {
    display: none;
  }
  .clients-screen__clients .clients-mob {
    display: block;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(35px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}

.popup-overlay.active {
  pointer-events: auto;
}

.popup-content {
  position: absolute;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.big-screen {
  padding: 90px 0;
  position: relative;
  z-index: 3;
}
.big-screen .shape {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -500px;
  width: 2104px;
}
.big-screen__title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.big-screen__title h2 {
  font-size: 100px;
  line-height: 105%;
  margin-bottom: 0;
  text-align: inherit;
}
.big-screen__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.big-screen__container--text {
  width: 100%;
  max-width: 450px;
  padding-right: 40px;
}
.big-screen__container--text__title {
  margin-bottom: 40px;
}
.big-screen__container--text__checks {
  margin-bottom: 32px;
}
.big-screen__container--text__checks .check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 30px;
  max-width: 350px;
}
.big-screen__container--text__checks .check img {
  width: 32px;
}
.big-screen__container--text__checks .check p {
  padding-top: 8px;
}
.big-screen__container--pic {
  width: 100%;
  max-width: 868px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(233, 235, 239, 0.3);
  position: relative;
}
.big-screen__container--pic video {
  width: 100%;
}
.big-screen__container--pic .mobile-video {
  display: none;
}
.big-screen__container--pic__buttons {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: flex-end;
  align-items: flex-end;
  top: 24px;
  right: 24px;
  bottom: 24px;
}
.big-screen__container--pic__buttons .play {
  background-color: var(--accent-violet);
  padding: 11px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.big-screen__container--pic__buttons .play .subtitle {
  font-weight: 500;
  position: relative;
  top: 1px;
}
.big-screen__container--pic__buttons .play img {
  width: 32px;
  height: 32px;
}
.big-screen__container--pic__buttons .play:hover {
  background-color: #913AFF;
}
.big-screen__container--pic__buttons .full-screen {
  background-color: var(--accent-violet);
  padding: 11px 24px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.big-screen__container--pic__buttons .full-screen img {
  width: 24px;
  height: 32px;
}
.big-screen__container--pic__buttons .full-screen:hover {
  background-color: #913AFF;
}
.big-screen__container .mobile-button {
  display: none;
}

@media screen and (max-width: 1439.98px) {
  .big-screen {
    padding: 5.625rem 0;
  }
  .big-screen .shape {
    right: -31.25rem;
    width: 131.5rem;
  }
  .big-screen__title {
    margin-bottom: 3.125rem;
  }
  .big-screen__title h2 {
    font-size: 6.25rem;
  }
  .big-screen__container--text {
    max-width: 28.125rem;
    padding-right: 2.5rem;
  }
  .big-screen__container--text__title {
    margin-bottom: 2.5rem;
  }
  .big-screen__container--text__checks {
    margin-bottom: 2rem;
  }
  .big-screen__container--text__checks .check {
    gap: 1rem;
    margin-bottom: 1.875rem;
    max-width: 21.875rem;
  }
  .big-screen__container--text__checks .check img {
    width: 2rem;
  }
  .big-screen__container--text__checks .check p {
    padding-top: 0.5rem;
  }
  .big-screen__container--pic {
    max-width: 54.25rem;
    border-radius: 0.5rem;
  }
  .big-screen__container--pic__buttons {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .big-screen__container--pic__buttons .play {
    padding: 0.6875rem 1.5rem;
    gap: 0.5rem;
    border-radius: 1.875rem;
  }
  .big-screen__container--pic__buttons .play img {
    width: 2rem;
    height: 2rem;
  }
  .big-screen__container--pic__buttons .full-screen {
    padding: 0.6875rem 1.5rem;
    border-radius: 30px;
  }
  .big-screen__container--pic__buttons .full-screen img {
    width: 1.5rem;
    height: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .big-screen {
    padding: 60px 0;
  }
  .big-screen .shape {
    right: -700px;
    width: 1500px;
  }
  .big-screen__title {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .big-screen__title h2 {
    font-size: 60px;
  }
  .big-screen__container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .big-screen__container--text {
    max-width: 100%;
    padding-right: 0;
  }
  .big-screen__container--text__title {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .big-screen__container--text__title p.subtitle {
    font-size: 18px;
  }
  .big-screen__container--text__checks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .big-screen__container--text__checks .check {
    gap: 16px;
    margin-bottom: 0;
    max-width: 30%;
    flex-direction: column;
    align-items: center;
  }
  .big-screen__container--text__checks .check img {
    width: 32px;
  }
  .big-screen__container--text__checks .check p {
    font-size: 18px;
    padding-top: 0;
    text-align: center;
  }
  .big-screen__container--text .desktop-button {
    display: none;
  }
  .big-screen__container--pic {
    max-width: 100%;
    border-radius: 8px;
  }
  .big-screen__container--pic__buttons {
    top: 24px;
    right: 24px;
    bottom: 24px;
  }
  .big-screen__container--pic__buttons .play {
    padding: 11px 24px;
    gap: 8px;
    border-radius: 30px;
  }
  .big-screen__container--pic__buttons .play img {
    width: 32px;
    height: 32px;
  }
  .big-screen__container--pic__buttons .full-screen {
    padding: 11px 24px;
    border-radius: 30px;
  }
  .big-screen__container--pic__buttons .full-screen img {
    width: 24px;
    height: 32px;
  }
  .big-screen__container .mobile-button {
    display: block;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .big-screen .shape {
    right: -800px;
  }
  .big-screen__container--text__title p.subtitle {
    font-size: 18px;
  }
  .big-screen__container--text__checks {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .big-screen__container--text__checks .check {
    max-width: 260px;
    margin-bottom: 40px;
  }
  .big-screen__container--pic__buttons {
    top: 12px;
    right: 12px;
    bottom: 12px;
  }
}
@media screen and (max-width: 575.98px) {
  .big-screen__title {
    margin-bottom: 30px;
  }
  .big-screen__container--text__title p.subtitle {
    font-size: 16px;
  }
  .big-screen__container--text__checks .check p {
    font-size: 16px;
  }
  .big-screen__container--pic {
    overflow: visible;
  }
  .big-screen__container--pic__buttons {
    width: 100%;
    justify-content: center;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    flex-direction: row;
    gap: 10px;
  }
  .big-screen__container--pic__buttons * {
    flex-shrink: 0;
  }
  .big-screen__container--pic__buttons .play {
    padding: 6px 12px;
    gap: 8px;
    border: 1px solid var(--dark-grey);
    background: none;
  }
  .big-screen__container--pic__buttons .play img {
    width: 24px;
    height: 24px;
  }
  .big-screen__container--pic__buttons .full-screen {
    padding: 6px 12px;
    border: 1px solid var(--dark-grey);
    background: none;
  }
  .big-screen__container--pic__buttons .full-screen img {
    width: 21px;
    height: 24px;
  }
  .big-screen__container--pic video {
    border-radius: 8px;
  }
  .big-screen__container .mobile-button {
    margin-top: 80px;
  }
}
@media screen and (max-width: 425.98px) {
  .big-screen .shape {
    top: 300px;
    right: -900px;
  }
  .big-screen__title h2 {
    font-size: 50px;
  }
  .big-screen__container--text__checks .check {
    gap: 10px;
    max-width: 260px;
    flex-direction: column;
    align-items: center;
  }
  .big-screen__container--text__checks .check img {
    width: 32px;
  }
  .big-screen__container--text__checks .check p {
    font-size: 18px;
    padding-top: 0;
    text-align: center;
  }
}
.testimonial-screen {
  padding: 50px 0 20px;
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.testimonial-screen .container {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  padding-left: 70px;
  padding-right: 70px;
}
.testimonial-screen__author {
  width: 420px;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-shrink: 0;
}
.testimonial-screen__author .quotes {
  width: 350px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.testimonial-screen__author--initials {
  text-align: right;
}
.testimonial-screen__author--initials .photo {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin-bottom: 26px;
}
.testimonial-screen__author--initials__signature {
  position: relative;
  z-index: 1;
}
.testimonial-screen__author--initials__signature .name,
.testimonial-screen__author--initials__signature .profession {
  font-size: 18px;
}
.testimonial-screen__author--initials__signature .name {
  font-weight: 700;
  margin-bottom: 4px;
  color: white;
}
.testimonial-screen__author--initials__signature .profession {
  color: #898d9a;
}
.testimonial-screen__author--initials__signature .profession .br-desktop {
  display: block;
}
.testimonial-screen__author--initials__signature .profession span {
  text-decoration: underline;
  cursor: pointer;
}
.testimonial-screen__author--initials__signature .profession-info {
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  webkit-backdrop-filter: blur(15px);
  width: 280px;
  position: absolute;
  bottom: 30px;
  right: -10px;
}
.testimonial-screen__author--initials__signature .profession-info p {
  text-align: left;
}
.testimonial-screen__author--initials__signature .profession-info p b {
  font-weight: 700;
}
.testimonial-screen__text .title {
  color: white;
  margin-bottom: 24px;
}
.testimonial-screen__text .title span {
  color: #b880ff;
}
.testimonial-screen__text .text {
  font-size: 24px;
}

.testimonial-2 {
  padding: 0 0 90px;
}

@media screen and (max-width: 1439.98px) {
  .testimonial-screen {
    padding: 3.125rem 0 1.25rem;
    gap: 1.875rem;
  }
  .testimonial-screen .container {
    gap: 1.875rem;
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .testimonial-screen__author {
    width: 26.25rem;
    height: 18.75rem;
  }
  .testimonial-screen__author .quotes {
    width: 21.875rem;
  }
  .testimonial-screen__author--initials .photo {
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 1.625rem;
  }
  .testimonial-screen__author--initials__signature .name,
  .testimonial-screen__author--initials__signature .profession {
    font-size: 1.125rem;
  }
  .testimonial-screen__author--initials__signature .name {
    margin-bottom: 0.25rem;
  }
  .testimonial-screen__author--initials__signature .profession-info {
    padding: 0.625rem;
    border-radius: 0.375rem;
    width: 17.5rem;
    bottom: 1.875rem;
    right: -0.625rem;
  }
  .testimonial-screen__text .title {
    margin-bottom: 1.5rem;
  }
  .testimonial-screen__text .text {
    font-size: 1.5rem;
  }
  .testimonial-2 {
    padding: 0 0 5.625rem;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonial-screen {
    padding: 60px 0;
    gap: 30px;
  }
  .testimonial-screen .container {
    gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .testimonial-screen__author {
    width: 225px;
    height: 221px;
  }
  .testimonial-screen__author .quotes {
    width: 185px;
  }
  .testimonial-screen__author--initials .photo {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
  }
  .testimonial-screen__author--initials__signature .name,
  .testimonial-screen__author--initials__signature .profession {
    font-size: 12px;
  }
  .testimonial-screen__author--initials__signature .name {
    margin-bottom: 0px;
  }
  .testimonial-screen__author--initials__signature .profession-info {
    padding: 10px;
    border-radius: 6px;
    width: 280px;
    bottom: 30px;
    right: auto;
    left: 0;
  }
  .testimonial-screen__text .title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .testimonial-screen__text .text {
    font-size: 18px;
  }
  .testimonial-2 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .testimonial-screen .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .testimonial-screen__author {
    width: 145px;
    height: 192px;
  }
  .testimonial-screen__author .quotes {
    width: 135px;
  }
  .testimonial-screen__author--initials .photo {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .testimonial-screen__text .title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .testimonial-screen__text .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonial-screen {
    padding: 40px 0;
  }
  .testimonial-screen .container {
    padding-left: 60px;
    padding-right: 60px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .testimonial-screen__text .title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .testimonial-screen__author {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
  .testimonial-screen__author .quotes {
    display: none;
  }
  .testimonial-screen__author--initials {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
  }
  .testimonial-screen__author--initials .photo {
    margin-bottom: 0px;
  }
  .testimonial-screen__author--initials .profession .br-desktop {
    display: none;
  }
  .testimonial-2 {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 425.98px) {
  .testimonial-screen .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonial-2 {
    padding: 30px 0;
  }
}
.testimonials-screen {
  padding: 90px 0;
  position: relative;
  z-index: 2 !important;
}
.testimonials-screen__title {
  max-width: 1000px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.testimonials-screen__title h2 {
  text-align: left;
}
.testimonials-screen__title h2 span {
  color: #B880FF;
}
.testimonials-screen__testimonials {
  position: relative;
  z-index: 1;
}
.testimonials-screen__testimonials .swiper-wrapper {
  align-items: stretch;
}
.testimonials-screen__testimonials .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.testimonials-screen__testimonials .swiper-slide > * {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials-screen__testimonials--item {
  padding: 40px 36px;
  border-radius: 20px;
  position: relative;
  background: transparent;
}
.testimonials-screen__testimonials--item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(238, 238, 243, 0.2), rgba(87, 87, 93, 0.3));
  border-radius: inherit;
  mask: linear-gradient(rgba(255, 255, 255, 0.8) 0 0) content-box, linear-gradient(rgba(255, 255, 255, 0.9) 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}
.testimonials-screen__testimonials--item--logo {
  height: 38px;
  margin-bottom: 45px;
}
.testimonials-screen__testimonials--item--logo img {
  height: 100%;
}
.testimonials-screen__testimonials--item--text {
  margin-bottom: 20px;
}
.testimonials-screen__testimonials--item--text p {
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.testimonials-screen__testimonials--item--author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonials-screen__testimonials--item--author img {
  width: 64px;
}
.testimonials-screen__testimonials--item--author .name b,
.testimonials-screen__testimonials--item--author .profession b {
  font-weight: 700;
}
.testimonials-screen__testimonials--navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-screen__testimonials--navigation--button {
  cursor: pointer;
}
.testimonials-screen__testimonials--navigation--button--prev, .testimonials-screen__testimonials--navigation--button--next {
  width: 40px;
  flex-shrink: 0;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.testimonials-screen__testimonials--navigation--button--prev:hover, .testimonials-screen__testimonials--navigation--button--next:hover {
  opacity: 1;
}
.testimonials-screen__testimonials--navigation--button--prev img, .testimonials-screen__testimonials--navigation--button--next img {
  width: 100%;
}
.testimonials-screen__testimonials--navigation .swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.testimonials-screen__testimonials--navigation--pagination {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  cursor: pointer;
}
.testimonials-screen__testimonials--navigation--pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 8px;
}
.testimonials-screen__testimonials--navigation--pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  background: transparent;
  opacity: 1;
}
.testimonials-screen__testimonials--navigation--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d9d9d9;
}
.testimonials-screen__button {
  margin: 70px auto 0;
  text-align: center;
}
.testimonials-screen .shape {
  position: absolute;
  width: 2100px;
  left: -100%;
  top: -220%;
  transform: rotate(-210deg);
  z-index: 0;
}

@media screen and (max-width: 1439.98px) {
  .testimonials-screen {
    padding: 70px 0;
  }
  .testimonials-screen__title {
    max-width: 62.5rem;
    margin-bottom: 4.375rem;
  }
  .testimonials-screen__title h5 {
    margin-bottom: 2.5rem;
  }
  .testimonials-screen__testimonials--item {
    padding: 2.5rem 2.25rem;
    border-radius: 1.25rem;
  }
  .testimonials-screen__testimonials--item--logo {
    height: 2.375rem;
    margin-bottom: 2.8125rem;
  }
  .testimonials-screen__testimonials--item--text {
    margin-bottom: 1.25rem;
  }
  .testimonials-screen__testimonials--item--text p {
    font-size: 1.75rem;
  }
  .testimonials-screen__testimonials--item--author {
    gap: 1.25rem;
  }
  .testimonials-screen__testimonials--item--author img {
    width: 4rem;
  }
  .testimonials-screen__testimonials--pagination {
    gap: 0.25rem;
    font-size: 1.0625rem;
  }
  .testimonials-screen__testimonials--pagination {
    gap: 0.9375rem;
    margin-top: 3.125rem;
  }
  .testimonials-screen__testimonials--pagination .swiper-pagination-bullet {
    width: 1.125rem;
    height: 1.125rem;
  }
  .testimonials-screen__button {
    margin: 4.375rem auto 0;
  }
  .testimonials-screen .shape {
    width: 131.25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .testimonials-screen {
    padding: 90px 0 60px;
  }
  .testimonials-screen__title {
    margin-bottom: 70px;
    max-width: 100%;
  }
  .testimonials-screen__title h5 {
    margin-bottom: 50px;
  }
  .testimonials-screen__testimonials--item {
    padding: 40px 36px;
    border-radius: 20px;
  }
  .testimonials-screen__testimonials--item--logo {
    height: 38px;
    margin-bottom: 45px;
  }
  .testimonials-screen__testimonials--item--text {
    margin-bottom: 20px;
  }
  .testimonials-screen__testimonials--item--text p {
    font-size: 28px;
  }
  .testimonials-screen__testimonials--item--author {
    gap: 20px;
  }
  .testimonials-screen__testimonials--item--author img {
    width: 64px;
  }
  .testimonials-screen__testimonials--pagination {
    gap: 4px;
    font-size: 17px;
  }
  .testimonials-screen__testimonials--pagination {
    gap: 15px;
    margin-top: 50px;
  }
  .testimonials-screen__testimonials--pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  .testimonials-screen__button {
    margin: 70px auto 0;
  }
  .testimonials-screen .shape {
    left: -120%;
    top: -220%;
    width: 2100px;
  }
}
@media screen and (max-width: 767.98px) {
  .testimonials-screen__title {
    margin-bottom: 50px;
  }
  .testimonials-screen__title h5 {
    margin-bottom: 30px;
  }
  .testimonials-screen__testimonials--item {
    border-radius: 28px;
  }
  .testimonials-screen__testimonials--item--text p {
    font-size: 24px;
  }
  .testimonials-screen__button {
    margin: 50px auto 0;
  }
  .testimonials-screen .shape {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .testimonials-screen .shape {
    left: -140%;
    top: -10%;
    width: 2000px;
  }
  .testimonials-screen__title {
    margin-bottom: 40px;
  }
  .testimonials-screen__title h5 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 425.98px) {
  .testimonials-screen__testimonials--item {
    padding: 40px 30px;
    border-radius: 24px;
  }
  .testimonials-screen__testimonials--item--text p {
    font-size: 20px;
  }
  .testimonials-screen__button {
    margin: 50px auto 0;
  }
  .testimonials-screen .shape {
    left: -220%;
    top: -10%;
    width: 2000px;
  }
}
.graphs-screen {
  padding: 90px 0;
  position: relative;
}
.graphs-screen .shape {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  transform: rotate(20deg);
  left: -1600px;
  width: 2104px;
}
.graphs-screen__title {
  margin-bottom: 50px;
  max-width: 750px;
}
.graphs-screen__title p.subtitle {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #B880FF;
}
.graphs-screen__graphs {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.graphs-screen__graphs--item {
  width: 306px;
  border-radius: 8px;
  border: 1px solid rgba(233, 235, 239, 0.3);
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.graphs-screen__graphs--item__text {
  padding: 30px;
}
.graphs-screen__graphs--item__text h5.small-title {
  font-weight: 700;
  line-height: 140%;
  font-size: 24px;
  margin-bottom: 12px;
}
.graphs-screen__graphs--item__text p.text {
  font-size: 18px;
  margin-bottom: 0;
}
.graphs-screen__graphs--item .graph {
  width: 100%;
}
.graphs-screen__graphs--item:nth-child(even) {
  flex-direction: column-reverse;
}

@media screen and (max-width: 1439.98px) {
  .graphs-screen {
    padding: 5.625rem 0;
  }
  .graphs-screen .shape {
    left: -100rem;
    width: 131.5rem;
  }
  .graphs-screen__title {
    max-width: 46.875rem;
    margin-bottom: 3.125rem;
  }
  .graphs-screen__title p.subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .graphs-screen__graphs--item {
    width: 19.125rem;
    border-radius: 0.5rem;
  }
  .graphs-screen__graphs--item__text {
    padding: 1.875rem;
  }
  .graphs-screen__graphs--item__text h5.small-title {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .graphs-screen__graphs--item__text p.text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991.98px) {
  .graphs-screen {
    padding: 60px 0;
  }
  .graphs-screen .shape {
    bottom: -150px;
    left: -1550px;
    width: 2000px;
  }
  .graphs-screen__title {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .graphs-screen__title p.subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .graphs-screen__graphs {
    gap: 30px;
    flex-wrap: wrap;
  }
  .graphs-screen__graphs--item {
    width: calc(50% - 15px);
    border-radius: 8px;
  }
  .graphs-screen__graphs--item__text {
    padding: 20px;
  }
  .graphs-screen__graphs--item__text h5.small-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .graphs-screen__graphs--item__text p.text {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .graphs-screen .shape {
    bottom: -150px;
    left: -1550px;
    width: 2000px;
  }
  .graphs-screen__title {
    margin-bottom: 30px;
  }
  .graphs-screen__graphs {
    gap: 15px;
  }
  .graphs-screen__graphs--item {
    width: calc(50% - 7.5px);
  }
}
@media screen and (max-width: 425.98px) {
  .graphs-screen .shape {
    bottom: 400px;
  }
  .graphs-screen__graphs--item {
    width: 100%;
  }
}
.gpt-screen {
  padding: 90px 0;
}
.gpt-screen p.subtitle {
  color: #d1d4db;
}
.gpt-screen p.subtitle b {
  color: white;
}
.gpt-screen__title {
  margin-bottom: 40px;
}
.gpt-screen__title h2 {
  margin-bottom: 16px;
}
.gpt-screen__title p.subtitle {
  max-width: 600px;
}
.gpt-screen__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.gpt-screen__block--text {
  width: 100%;
  max-width: 610px;
}
.gpt-screen__block--text .subtitle {
  padding: 24px 0;
  border-bottom: 1px solid rgba(233, 235, 239, 0.2);
}
.gpt-screen__block--text .subtitle:last-child {
  border: none;
}
.gpt-screen__block--pic {
  width: 100%;
  max-width: 580px;
}
.gpt-screen__block--pic img {
  width: 100%;
}

@media screen and (max-width: 1439.98px) {
  .gpt-screen {
    padding: 5.625rem 0;
  }
  .gpt-screen__title {
    margin-bottom: 2.5rem;
  }
  .gpt-screen__title h2 {
    margin-bottom: 1rem;
  }
  .gpt-screen__title p.subtitle {
    max-width: 37.5rem;
  }
  .gpt-screen__block--text {
    max-width: 38.125rem;
  }
  .gpt-screen__block--text .subtitle {
    padding: 1.5rem 0;
  }
  .gpt-screen__block--pic {
    max-width: 36.25rem;
  }
}
@media screen and (max-width: 991.98px) {
  .gpt-screen {
    padding: 90px 0;
  }
  .gpt-screen__title {
    margin-bottom: 40px;
  }
  .gpt-screen__title h2 {
    margin-bottom: 16px;
  }
  .gpt-screen__title p.subtitle {
    max-width: 600px;
  }
  .gpt-screen__block {
    gap: 30px;
    align-items: center;
  }
  .gpt-screen__block--text {
    max-width: 610px;
  }
  .gpt-screen__block--text .subtitle {
    padding: 24px 0;
  }
  .gpt-screen__block--pic {
    max-width: 580px;
  }
}
@media screen and (max-width: 767.98px) {
  .gpt-screen__block {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gpt-screen__block--text {
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .gpt-screen {
    padding: 60px 0;
  }
}
.features-screen {
  padding: 90px 0;
}
.features-screen__title {
  margin-bottom: 50px;
}
.features-screen__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.features-screen__block--navigation {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.features-screen__block--navigation .swiper-wrapper {
  flex-direction: column;
}
.features-screen__block--navigation .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.features-screen__block--navigation__tab {
  border-radius: 8px;
  margin-bottom: 15px;
  height: 40px;
  padding: 30px;
  border: 1px solid rgba(233, 235, 239, 0.2);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s ease-in;
}
.features-screen__block--navigation__tab h4 {
  font-size: 40px;
  margin-bottom: 8px;
}
.features-screen__block--navigation__tab p.subtitle {
  height: 0;
  opacity: 0;
  position: relative;
  transition: all 0.6s ease-in;
}
.features-screen__block--navigation__tab:hover {
  background: #22252D;
}
.features-screen__block--navigation__tab:hover h4 {
  color: #B880FF;
}
.features-screen__block--navigation .swiper-slide-thumb-active .features-screen__block--navigation__tab {
  height: 118px;
  background: #22252D;
}
.features-screen__block--navigation .swiper-slide-thumb-active .features-screen__block--navigation__tab h4 {
  color: #B880FF;
}
.features-screen__block--navigation .swiper-slide-thumb-active .features-screen__block--navigation__tab p.subtitle {
  height: auto;
  opacity: 1;
}
.features-screen__block--content {
  overflow: hidden;
  width: calc(50% - 15px);
  padding-left: 47px;
  height: 414px;
}
.features-screen__block--content__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-screen__block--content__item--graph {
  width: 100%;
  height: 414px;
  position: relative;
}
.features-screen__block--content__item--graph__img {
  position: absolute;
  border-radius: 8px;
}
.features-screen__block--content__item--graph .graph_up {
  bottom: 40px;
  left: 0;
  width: 281px;
  height: auto;
}
.features-screen__block--content__item--graph .pic_down {
  bottom: 0;
  right: 0;
  width: 529px;
  height: auto;
}
.features-screen .mobile {
  display: none;
}

@media screen and (max-width: 1439.98px) {
  .features-screen {
    padding: 5.625rem 0 5.625rem;
  }
  .features-screen__title {
    margin-bottom: 3.125rem;
  }
  .features-screen__block {
    gap: 1.875rem;
  }
  .features-screen__block--navigation {
    width: calc(50% - 0.9375rem);
  }
  .features-screen__block--navigation__tab {
    border-radius: 0.5rem;
    margin-bottom: 0.9375rem;
    height: 2.5rem;
    padding: 1.875rem;
  }
  .features-screen__block--navigation__tab h4 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .features-screen__block--navigation .swiper-slide-thumb-active .features-screen__block--navigation__tab {
    height: 7.375rem;
  }
  .features-screen__block--content {
    width: calc(50% - 0.9375rem);
    padding-left: 2.9375rem;
    height: 25.875rem;
  }
  .features-screen__block--content__item--graph {
    height: 25.875rem;
  }
  .features-screen__block--content__item--graph__img {
    border-radius: 0.5rem;
  }
  .features-screen__block--content__item--graph .graph_up {
    bottom: 2.5rem;
    width: 17.5625rem;
  }
  .features-screen__block--content__item--graph .pic_down {
    width: 33.0625rem;
  }
}
@media screen and (max-width: 991.98px) {
  .features-screen {
    padding: 90px 0 90px;
  }
  .features-screen__title {
    margin-bottom: 50px;
  }
  .features-screen__title h2 {
    text-align: center;
  }
  .features-screen__block--item {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .features-screen__block--item h4 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #B880FF;
    text-align: inherit;
  }
  .features-screen__block--pic {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .features-screen__block--pic .features-pic {
    width: 100%;
  }
  .features-screen .desktop {
    display: none;
  }
  .features-screen .mobile {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .features-screen {
    padding: 60px 0;
  }
  .features-screen__block--pic {
    max-width: 555px;
  }
}
@media screen and (max-width: 575.98px) {
  .features-screen__title {
    margin-bottom: 30px;
  }
}
.solutions-screen {
  padding: 60px 0;
  position: relative;
  z-index: 3;
}
.solutions-screen__title {
  text-align: left;
  width: 100%;
  max-width: 950px;
  margin-bottom: 50px;
}
.solutions-screen__title h2 {
  margin-bottom: 16px;
}
.solutions-screen__title h2 span {
  color: #B880FF;
}
.solutions-screen__title p.subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
.solutions-screen .solutions-horizontal-wrap {
  position: relative;
  width: 100%;
}
.solutions-screen .solutions-horizontal-wrap .button {
  margin-top: 50px;
}
.solutions-screen__solutions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}
.solutions-screen__solutions--item {
  width: calc(32.9% - 15px);
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(233, 235, 239, 0.3);
  background: #22252D;
}
.solutions-screen__solutions--item img {
  width: 32px;
  aspect-ratio: 1/1;
  margin-bottom: 32px;
}
.solutions-screen__solutions--item h5 {
  color: white;
  line-height: 140%;
  margin-bottom: 8px;
}
.solutions-screen__solutions--item .check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.solutions-screen__solutions--item .check p {
  color: #D1D4DB;
}

@media screen and (max-width: 1439.98px) {
  .solutions-screen {
    padding: 3.75rem 0;
  }
  .solutions-screen__title {
    max-width: 59.375rem;
    margin-bottom: 3.125rem;
  }
  .solutions-screen__title h2 {
    margin-bottom: 1rem;
  }
  .solutions-screen__title p.subtitle {
    font-size: 1.5rem;
  }
  .solutions-screen .solutions-horizontal-wrap .button {
    margin-top: 3.125rem;
  }
  .solutions-screen__solutions {
    gap: 1.875rem;
  }
  .solutions-screen__solutions--item {
    width: calc(32.9% - 0.9375rem);
    padding: 1.875rem;
    border-radius: 0.5rem;
  }
  .solutions-screen__solutions--item img {
    width: 2rem;
    margin-bottom: 2rem;
  }
  .solutions-screen__solutions--item h5 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .solutions-screen {
    padding: 60px 0;
  }
  .solutions-screen__title {
    max-width: 580;
    margin-bottom: 50px;
  }
  .solutions-screen__title h2 {
    margin-bottom: 16px;
  }
  .solutions-screen__title p.subtitle {
    font-size: 18px;
  }
  .solutions-screen .solutions-horizontal-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .solutions-screen .solutions-horizontal-wrap .button {
    margin-top: 40px;
  }
  .solutions-screen__solutions {
    gap: 30px;
  }
  .solutions-screen__solutions--item {
    width: calc(32.3% - 15px);
    padding: 20px;
    border-radius: 8px;
  }
  .solutions-screen__solutions--item img {
    width: 32px;
    margin-bottom: 24px;
  }
  .solutions-screen__solutions--item h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .solutions-screen__solutions--item .check {
    margin-bottom: 1.5rem;
  }
  .solutions-screen__solutions--item .check img {
    width: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .solutions-screen {
    padding: 120px 0 40px;
  }
  .solutions-screen__title {
    max-width: 580px;
    margin-bottom: 40px;
  }
  .solutions-screen__title p.subtitle {
    font-size: 18px;
  }
  .solutions-screen__solutions {
    gap: 30px;
    flex-wrap: wrap;
  }
  .solutions-screen__solutions--item {
    width: 100%;
  }
  .solutions-screen__solutions--item img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .solutions-screen {
    padding: 90px 0 40px;
  }
  .solutions-screen__title {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .solutions-screen__title p.subtitle {
    font-size: 16px;
  }
  .solutions-screen__solutions {
    gap: 15px;
  }
}
.icons-screen {
  padding: 90px 0;
  position: relative;
}
.icons-screen .shape {
  position: absolute;
  z-index: 0;
  right: -1000px;
  bottom: -300px;
  width: 2104px;
}
.icons-screen__title {
  margin-bottom: 50px;
  max-width: 625px;
}
.icons-screen__title h2 span {
  color: #B880FF;
}
.icons-screen__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.icons-screen__wrapper .left-column {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex: 1;
  width: calc((100% - 30px) * 2 / 3);
}
.icons-screen__wrapper--item {
  border-radius: 8px;
  border: 1px solid rgba(233, 235, 239, 0.3);
  width: calc(50% - 15px);
  padding: 30px;
  box-sizing: border-box;
}
.icons-screen__wrapper--item .icon {
  width: 32px;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
}
.icons-screen__wrapper--item h5 {
  margin-bottom: 8px;
}
.icons-screen__wrapper--item p {
  color: #D1D4DB;
}
.icons-screen__wrapper--item .point {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 30px;
}
.icons-screen__wrapper--item .point .round {
  width: 5px;
  aspect-ratio: 1/1;
  background-color: white;
  position: relative;
  top: 11px;
  border-radius: 50%;
}
.icons-screen__wrapper--item .point p.subtitle {
  color: white;
  font-weight: 700;
}
.icons-screen__wrapper--item .point p {
  color: #D1D4DB;
}
.icons-screen__wrapper .big-item {
  width: calc((100% - 30px) / 3);
  border: 1px solid #B880FF;
}
.icons-screen__wrapper .big-item h5 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1439.98px) {
  .icons-screen {
    padding: 5.625rem 0;
  }
  .icons-screen .shape {
    right: -62.5rem;
    bottom: -18.75rem;
    width: 131.5rem;
  }
  .icons-screen__title {
    margin-bottom: 3.125rem;
    max-width: 39.0625rem;
  }
  .icons-screen__wrapper {
    gap: 1.875rem;
  }
  .icons-screen__wrapper .left-column {
    gap: 1.875rem;
    width: calc((100% - 1.875rem) * 2 / 3);
  }
  .icons-screen__wrapper--item {
    border-radius: 0.5rem;
    width: calc(50% - 0.9375rem);
    padding: 1.875rem;
  }
  .icons-screen__wrapper--item .icon {
    width: 2rem;
    margin-bottom: 1.5rem;
  }
  .icons-screen__wrapper--item h5 {
    margin-bottom: 0.5rem;
  }
  .icons-screen__wrapper--item .point {
    gap: 0.75rem;
    margin-bottom: 1.875rem;
  }
  .icons-screen__wrapper--item .point .round {
    width: 0.3125rem;
    top: 0.6875rem;
  }
  .icons-screen__wrapper .big-item {
    width: calc((100% - 1.875rem) / 3);
  }
  .icons-screen__wrapper .big-item h5 {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 991.98px) {
  .icons-screen {
    padding: 90px 0 60px;
  }
  .icons-screen .shape {
    right: -800px;
    bottom: 100px;
    width: 1500px;
  }
  .icons-screen__title {
    margin-bottom: 50px;
    max-width: 730px;
  }
  .icons-screen__wrapper {
    gap: 30px;
  }
  .icons-screen__wrapper .left-column {
    gap: 30px;
    width: calc((100% - 30px) * 2 / 3);
  }
  .icons-screen__wrapper--item {
    border-radius: 8px;
    width: calc(50% - 15px);
    padding: 20px;
  }
  .icons-screen__wrapper--item .icon {
    width: 32px;
    margin-bottom: 24px;
  }
  .icons-screen__wrapper--item h5 {
    margin-bottom: 8px;
  }
  .icons-screen__wrapper--item .point {
    gap: 12px;
    margin-bottom: 30px;
  }
  .icons-screen__wrapper--item .point .round {
    width: 5px;
    top: 11px;
  }
  .icons-screen__wrapper .big-item {
    width: calc((100% - 30px) / 3);
  }
  .icons-screen__wrapper .big-item h5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .icons-screen .shape {
    right: -800px;
    bottom: 300px;
  }
  .icons-screen__title {
    margin-bottom: 50px;
  }
  .icons-screen__wrapper .left-column {
    gap: 30px;
    width: 100%;
  }
  .icons-screen__wrapper--item .point .round {
    top: 11px;
  }
  .icons-screen__wrapper .big-item {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .icons-screen {
    padding: 60px 0;
  }
  .icons-screen__title {
    margin-bottom: 30px;
  }
  .icons-screen__wrapper {
    gap: 15px;
  }
  .icons-screen__wrapper .left-column {
    gap: 15px;
  }
  .icons-screen__wrapper--item {
    width: calc(50% - 7.5px);
  }
  .icons-screen__wrapper--item .point .round {
    top: 7px;
  }
}
@media screen and (max-width: 425.98px) {
  .icons-screen .shape {
    bottom: 300px;
    right: -800px;
  }
  .icons-screen__wrapper--item {
    width: 100%;
  }
}
.form-screen {
  padding: 120px 0 60px;
  background: url(../img/form-bg.add6488e6c5f0f3541f335a96f6cb0c8.webp) no-repeat 89% bottom;
  background-size: 2506px;
}
.form-screen__block {
  display: flex;
  justify-content: space-between;
}
.form-screen h2 {
  margin-bottom: 16px;
  font-weight: 400;
  color: white;
  text-align: left;
}
.form-screen h2 span {
  color: var(--accent-violet);
}
.form-screen p {
  color: #D1D4DB;
  margin-bottom: 0px;
  text-align: left;
  max-width: 360px;
}
.form-screen__form {
  width: 100%;
  max-width: 760px;
  padding: 50px;
  border-radius: 10px;
  border: 1px solid rgba(233, 235, 239, 0.3);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 6px 153px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}
.form-screen__form .mktoForm {
  font-family: Factor, Arial, sans-serif !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoFormRow {
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
  margin-bottom: 20px;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 0 !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
  float: none;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
  display: block;
  flex-shrink: 1;
  width: 100% !important;
  max-width: 100%;
  padding: 20px 24px 17px !important;
  border-radius: 6px;
  border: 1px solid white;
  font-size: 21px;
  color: #898D9A;
  overflow: hidden !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField:hover, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField:hover {
  border: 1px solid #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol #FirstName, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #FirstName {
  background-position: 92% 50% !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol #InferredCountry, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #InferredCountry {
  background: url(../img/arrow.a6733b40a2a7a68c55495c5e10ab72c3.svg) no-repeat 100% 0%;
  overflow: hidden !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoOffset, .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoGutter, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoOffset, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoGutter {
  width: 0px !important;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLabel, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLabel {
  display: none;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
  width: 13px !important;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
  padding: 0px;
  width: 14px;
  height: 14px;
}
.form-screen__form .mktoForm .mktoFormRow .mktoFormCol #mail_education.mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #mail_education.mktoField {
  width: 14px !important;
  height: 14px !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
  display: block;
  flex-shrink: 1;
  border-radius: 6px;
  border: 1px solid white;
  background: white;
  overflow: hidden !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap .mktoField, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoField {
  padding: 20px 24px 17px 21px !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap:hover, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap:hover {
  border: 1px solid #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select {
  border: none !important;
  width: 105% !important;
  max-width: 105% !important;
  background: url(../img/select.827927bda475f905f12f00be4bb9d7fb.svg) no-repeat, #ffffff;
  background-position: 91% 50%;
  color: rgb(107, 110, 118) !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select:hover, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select:hover {
  border: none !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select:active, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select:active {
  border: none !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap select:visited, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select:visited {
  border: none !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
  margin-top: 16px;
  margin-bottom: 12px;
  display: flex;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol {
  margin-bottom: 0px !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap {
  margin-bottom: 0;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:first-of-type {
  width: 100%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:nth-of-type(2) {
  width: 100%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:nth-of-type(2) .mktoFieldWrap {
  width: 100%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:nth-of-type(2) .mktoFieldWrap .mktoHtmlText, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol:nth-of-type(2) .mktoFieldWrap .mktoHasWidth {
  width: 100% !important;
  color: white;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLogicalField {
  padding: 0px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLabel {
  display: flex;
  padding: 2px 0px 0px 8px;
  color: white;
  font-size: 18px;
  font-family: Factor, Arial, sans-serif;
  font-weight: 400;
  width: 100% !important;
  line-height: 140% !important;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLabel .mktoAsterix {
  display: none;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField {
  padding: 0px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label {
  display: inline;
  align-items: center;
  user-select: none;
  font-size: 12px;
  line-height: 150%;
  color: white;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid white;
  border-radius: 2px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: relative;
  top: -3px;
  margin-left: -18px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:checked + label::before {
  border-color: #B880FF;
  background-color: #B880FF;
  padding: 1px;
  box-shadow: inset 0px 0px 1px 1px #000;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:not(:disabled):not(:checked) + label:hover::before {
  border-color: #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:not(:disabled):active + label::before {
  background-color: #B880FF;
  border-color: #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: inset 0px 0px 1px 1px #000;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:focus:not(:checked) + label::before {
  border-color: #B880FF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField:disabled + label::before {
  background-color: white;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText {
  width: 100% !important;
  line-height: 180%;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span {
  color: white;
  font-size: 18px;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span a, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span a {
  padding: 0 4px;
  color: #E2CAFF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText a, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText a {
  padding: 0 4px;
  color: #E2CAFF;
}
.form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText a span, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText a span {
  color: #E2CAFF;
}
.form-screen__form .mktoForm .mktoError .mktoErrorArrow {
  background-color: #171A22 !important;
  border: none !important;
}
.form-screen__form .mktoForm .mktoError .mktoErrorMsg {
  background-color: #171A22 !important;
  background-image: linear-gradient(#171A22 43%, #171A22 100%);
  border: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}
.form-screen__form .mktoForm .mktoButtonRow {
  width: 100% !important;
  margin-top: 40px;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 auto !important;
  width: 100% !important;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  font-family: Factor, Arial, sans-serif !important;
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  padding: 17px 24px 13px;
  background-color: #B880FF;
  background-image: linear-gradient(to bottom, #B880FF, #B880FF);
  border: none !important;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  transition: 0.3s !important;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  background-color: #913AFF;
  background-image: linear-gradient(to bottom, #913AFF, #913AFF);
  transition: 0.3s !important;
  border: none;
}
.form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:active {
  background: #7721E4;
  background-image: linear-gradient(to bottom, #7721E4, #7721E4);
  border: none;
}

@media screen and (max-width: 1439.98px) {
  .form-screen {
    padding: 7.5rem 0 3.75rem;
    background-size: 156.625rem;
  }
  .form-screen h2 {
    margin-bottom: 1rem;
  }
  .form-screen p {
    max-width: 22.5rem;
  }
  .form-screen__form {
    max-width: 47.5rem;
    padding: 3.125rem;
    border-radius: 0.625rem;
    box-shadow: 0px 6px 9.375rem 0px rgba(0, 0, 0, 0.25);
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
    margin-bottom: 1.25rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    padding: 1.25rem 1.5rem 1.0625rem !important;
    border-radius: 0.375rem;
    font-size: 1.3125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
    width: 0.8125rem !important;
    margin-right: 0.5rem;
    top: 0.3125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
    width: 0.875rem;
    height: 0.875rem;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol #mail_education.mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #mail_education.mktoField {
    width: 0.875rem !important;
    height: 0.875rem !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
    border-radius: 0.375rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap .mktoField, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoField {
    padding: 1.25rem 1.5rem 1.0625rem 1.3125rem !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 0.125rem 0 0 0.5rem;
    font-size: 1.125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label {
    font-size: 0.75rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid white;
    border-radius: 0.125rem;
    margin-right: 0.75rem;
    top: -0.1875rem;
    margin-left: -1.125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span {
    font-size: 1.125rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span a, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span a {
    padding: 0 0.25rem;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText a, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText a {
    padding: 0 0.25rem;
  }
  .form-screen__form .mktoForm .mktoButtonRow {
    margin-top: 1.5rem;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 1.3125rem;
    padding: 1.0625rem 1.5rem 0.8125rem;
  }
}
@media screen and (max-width: 1024.98px) {
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(11) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 5px 0px 0px 8px;
  }
}
@media screen and (max-width: 991.98px) {
  .form-screen {
    padding: 60px 0;
    background: url(../img/form-bg.add6488e6c5f0f3541f335a96f6cb0c8.webp) no-repeat center 100px;
    background-size: 2506px;
  }
  .form-screen__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .form-screen h2 {
    margin-bottom: 24px;
  }
  .form-screen p {
    margin-bottom: 40px;
    max-width: 100%;
    text-align: center;
  }
  .form-screen__form {
    max-width: 100%;
    max-width: 690px;
    padding: 30px;
    border-radius: 10px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap {
    margin-bottom: 16px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    padding: 18px 24px 17px !important;
    border-radius: 6px;
    font-size: 16px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol #FirstName, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #FirstName {
    background-position: 92% 50% !important;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoLogicalField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoLogicalField {
    width: 17px !important;
    margin-right: 8px;
    top: 5px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoCheckboxList, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoCheckboxList {
    padding: 0px;
    width: 17px;
    height: 17px;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol #mail_education.mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap #mail_education.mktoField {
    width: 17px !important;
    height: 17px !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
    border-radius: 6px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(4) .mktoFormCol .mktoFieldWrap .mktoField, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap .mktoField {
    padding: 18px 24px 17px !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap {
    border-radius: 6px;
    border: 1px solid white;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap:hover {
    border: 1px solid #B880FF;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol .mktoFieldWrap select {
    border: none !important;
    width: 105% !important;
    max-width: 105% !important;
    background: url(../img/select.827927bda475f905f12f00be4bb9d7fb.svg) no-repeat, #ffffff;
    background-position: 91% 50%;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) {
    margin-top: 16px;
    margin-bottom: 12px;
    display: flex;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol {
    margin-bottom: 0px !important;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap {
    margin-bottom: 0;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap .mktoLabel {
    padding: 2px 0px 0px 8px;
    font-size: 13px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField {
    padding: 0px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label {
    font-size: 12px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol .mktoFieldWrap input.mktoField + label::before {
    width: 17px;
    height: 17px;
    border: 2px solid white;
    border-radius: 2px;
    margin-right: 12px;
    top: -4px;
    margin-left: -18px;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFormCol .mktoHtmlText span, .form-screen__form .mktoForm .mktoFormRow:nth-of-type(8) .mktoFieldWrap .mktoHtmlText span {
    font-size: 13px;
  }
  .form-screen__form .mktoForm .mktoButtonRow {
    margin-top: 24px;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .form-screen__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 21px;
    padding: 17px 12px 14px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 480.98px) {
  .form-screen {
    background: url(../img/form-bg.add6488e6c5f0f3541f335a96f6cb0c8.webp) no-repeat center 160px;
  }
  .form-screen__form .mktoForm {
    padding: 0;
  }
  .form-screen__form .mktoForm .mktoFormRow .mktoFormCol .mktoField, .form-screen__form .mktoForm .mktoFormRow .mktoFieldWrap .mktoField {
    height: auto;
  }
  .form-screen__form .mktoForm .mktoFormRow:nth-of-type(11) .mktoFormCol .mktoFieldWrap {
    margin-bottom: 12px;
  }
}
.contact-screen {
  padding: 60px 0 30px;
  width: 100%;
}
.contact-screen__block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.contact-screen__block p.address {
  font-size: 12px;
  color: #D1D4DB;
  margin-right: 30px;
}
.contact-screen__block .button.line {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #B5BAC4;
  padding: 11px 24px;
}
.contact-screen__block .button.line span {
  color: white;
  position: relative;
  margin-left: 8px;
  top: 2px;
  font-size: 16px;
  font-weight: 500;
}
.contact-screen__block .button.line:hover {
  border: 1px solid #913AFF;
}
.contact-screen__block .button.line:active {
  border: 1px solid #7721E4;
}

@media screen and (max-width: 1439.98px) {
  .contact-screen {
    padding: 3.75rem 0 1.875rem;
  }
  .contact-screen__block p.address {
    font-size: 0.75rem;
    margin-right: 1.875rem;
  }
  .contact-screen__block .button.line {
    padding: 0.6875rem 1.5rem;
  }
  .contact-screen__block .button.line span {
    margin-left: 0.5rem;
    top: 0.125rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .contact-screen {
    padding: 90px 0 30px;
  }
  .contact-screen__block {
    justify-content: center;
    flex-direction: column-reverse;
    text-align: center;
  }
  .contact-screen__block p.address {
    text-align: center;
    font-size: 12px;
    margin: 0;
    max-width: 165px;
  }
  .contact-screen__block .button.line {
    padding: 11px 24px;
    margin-bottom: 16px;
    max-width: 160px;
  }
  .contact-screen__block .button.line span {
    margin-left: 8px;
    top: 2px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .contact-screen {
    padding: 30px 0;
  }
}
.faq-screen {
  position: relative;
  padding: 120px 0 90px;
}
.faq-screen__block {
  display: flex;
  justify-content: space-between;
}
.faq-screen__accordion {
  width: 100%;
  max-width: 755px;
}
.faq-screen .accordion-menu {
  border: 1px solid rgba(233, 235, 239, 0.3);
  background: #22252D;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.faq-screen .accordion-menu:before {
  list-style: none;
}
.faq-screen .accordion-menu li:last-child .dropdownlink {
  border-bottom: none !important;
}
.faq-screen .accordion-menu .dropdownlink {
  cursor: pointer;
  display: block;
  font-size: 18px;
  color: white;
  position: relative;
  transition: all 0.4s ease-out;
  text-align: left;
  border-top: 1px solid rgba(233, 235, 239, 0.3);
}
.faq-screen .accordion-menu .dropdownlink .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: white;
  padding: 24px 60px 24px 32px;
  margin-bottom: 0;
}
.faq-screen .accordion-menu .dropdownlink .title br {
  display: none;
}
.faq-screen .accordion-menu .dropdownlink .arrow {
  background: url(../img/arrow_1.b6eb79e3d49ca1c40980543d773cc1d2.svg) center 32px;
  position: absolute;
  background-size: 32px;
  top: 23px;
  right: 32px;
  width: 32px;
  height: 32px;
}
.faq-screen .accordion-menu .dropdownlink__first {
  border-top: none;
}
.faq-screen .accordion-menu .dropdownlink__last {
  border-bottom: none;
}
.faq-screen .accordion-menu .submenuItems {
  display: none;
  text-align: left;
  padding: 0px 60px 32px 32px;
}
.faq-screen .accordion-menu .submenuItems ul {
  margin: 8px 0;
}
.faq-screen .accordion-menu .submenuItems p, .faq-screen .accordion-menu .submenuItems li {
  text-align: left;
  font-weight: normal;
  color: #D1D4DB;
}
.faq-screen .accordion-menu .submenuItems p span, .faq-screen .accordion-menu .submenuItems li span {
  font-weight: 700;
}
.faq-screen .accordion-menu .submenuItems p a, .faq-screen .accordion-menu .submenuItems li a {
  text-decoration: underline;
}
.faq-screen .accordion-menu .submenuItems p a:hover, .faq-screen .accordion-menu .submenuItems li a:hover {
  color: #F24500;
  transition: 0.3s;
}
.faq-screen .accordion-menu .submenuItems p a:active, .faq-screen .accordion-menu .submenuItems li a:active {
  color: #CC3300;
  transition: 0.3s;
}
.faq-screen .accordion-menu .submenuItems p {
  margin-bottom: 12px;
}
.faq-screen .accordion-menu .submenuItems p + p {
  margin-top: 12px;
}
.faq-screen .submenuItems:last-child {
  border-top: none;
}
.faq-screen .li-point.open .arrow {
  background: url(../img/arrow_1.b6eb79e3d49ca1c40980543d773cc1d2.svg) center 64px;
  background-size: 32px;
  top: 20px;
  right: 34px;
  width: 32px;
  height: 32px;
}
.faq-screen .li-point.open .submenuItems__last {
  border-bottom: none !important;
}

@media screen and (max-width: 1439.98px) {
  .faq-screen {
    padding: 7.5rem 0 5.625rem;
  }
  .faq-screen__accordion {
    max-width: 47.1875rem;
  }
  .faq-screen .accordion-menu {
    border-radius: 0.625rem;
  }
  .faq-screen .accordion-menu .dropdownlink {
    font-size: 1.125rem;
  }
  .faq-screen .accordion-menu .dropdownlink .title {
    font-size: 1.5rem;
    padding: 1.5rem 3.75rem 1.5rem 2rem;
  }
  .faq-screen .accordion-menu .dropdownlink .arrow {
    background: url(../img/arrow_1.b6eb79e3d49ca1c40980543d773cc1d2.svg) center 2rem;
    background-size: 2rem;
    top: 1.4375rem;
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .faq-screen .accordion-menu .submenuItems {
    padding: 0px 3.75rem 2rem 2rem;
  }
  .faq-screen .accordion-menu .submenuItems ul {
    margin: 0.5rem 0;
  }
  .faq-screen .accordion-menu .submenuItems p {
    margin-bottom: 0.75rem;
  }
  .faq-screen .accordion-menu .submenuItems p + p {
    margin-top: 0.75rem;
  }
  .faq-screen .li-point.open .arrow {
    background: url(../img/arrow_1.b6eb79e3d49ca1c40980543d773cc1d2.svg) center 4rem;
    background-size: 2rem;
    top: 1.25rem;
    right: 2.125rem;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .faq-screen {
    padding: 90px 0 60px;
  }
  .faq-screen__block {
    display: block;
    text-align: center;
  }
  .faq-screen__title {
    margin-bottom: 50px;
  }
  .faq-screen__title h2 {
    text-align: center;
  }
  .faq-screen__accordion {
    max-width: 100%;
  }
  .faq-screen .accordion-menu {
    border-radius: 10px;
  }
  .faq-screen .accordion-menu .dropdownlink {
    font-size: 18px;
  }
  .faq-screen .accordion-menu .dropdownlink .title {
    font-size: 18px;
    padding: 20px 60px 14px 20px;
  }
  .faq-screen .accordion-menu .dropdownlink .arrow {
    background: url(../img/arrow_1.b6eb79e3d49ca1c40980543d773cc1d2.svg) center 32px;
    background-size: 32px;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
  .faq-screen .accordion-menu .submenuItems {
    padding: 0px 80px 20px 20px;
  }
  .faq-screen .accordion-menu .submenuItems ul {
    margin: 8px 0;
  }
  .faq-screen .accordion-menu .submenuItems p {
    margin-bottom: 12px;
  }
  .faq-screen .accordion-menu .submenuItems p + p {
    margin-top: 12px;
  }
  .faq-screen .li-point.open .arrow {
    background: url(../img/arrow_1.b6eb79e3d49ca1c40980543d773cc1d2.svg) center 64px;
    background-size: 32px;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 575.98px) {
  .faq-screen {
    padding: 60px 0;
  }
  .faq-screen__title {
    margin-bottom: 30px;
  }
}
.on-success-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: rgba(1, 0, 3, 0.8);
  display: none;
  padding: 60px 14px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.on-success-popup.active {
  display: flex;
  justify-content: center;
}
.on-success-popup_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--black) url(../img/form-bg.add6488e6c5f0f3541f335a96f6cb0c8.webp) top center no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 22px 40px 22px;
  height: fit-content;
  min-height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  width: 100%;
  max-width: 570px;
}
@media (min-width: 992px) {
  .on-success-popup_content {
    padding: 50px 76px 64px 76px;
    border-radius: 20px;
    font-size: 18px;
    min-height: 70%;
  }
}
.on-success-popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 32px;
  height: 32px;
  padding: 0;
}
.on-success-popup_logo {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 405px;
  padding: 0 20px;
}
.on-success-popup_title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
}
.on-success-popup p {
  font-size: 18px;
}

.body-noscroll {
  overflow: hidden !important;
}
