@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0px;
  font-family: 'Gilroy';
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #63607D;
  background-color: #FDFDFD;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
  position: relative;
}

.inside-login-wrapper {
    margin-top: -72px;
}

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

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container {
  max-width: 1605px;
  margin: auto;
  padding: 0px 10px;
}

.header__container-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__container-contact {
  display: flex;
  align-items: center;
}

ul.language__selector {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-left: 40px;
  background: rgb(115 103 240 / 10%);
  border-radius: 100%;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.navbar-toggle {
  display: none;
}

nav.main-nav.nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}

nav.main-nav.nav ul li {
  margin: 0px 12px;
  display: flex;
  align-items: center;
}

nav.main-nav.nav {
  background: linear-gradient(93deg, rgb(165 156 255 / 10%) -41.41%, rgb(115 103 240 / 10%) 100%);
  border-radius: 50px;
  padding: 17px 15px;
}

nav.main-nav.nav ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #63607D;
  text-decoration: none;
  line-height: 1.2;
}

div#logo a img {
  max-width: 320px;
  width: 100%;
}

header.header {
  padding: 18px 0px;
}

.btn.default-btn {
  border-radius: 50px;
  background: #8cdd5b;
  border: 2px solid #8cdd5b;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  padding: 14px 45px;
  font-family: Gilroy;
  cursor: pointer;
}

.btn.default-btn:hover {
  background: #7367f0;
  border-color: #7367f0;
}

.btn.default-btn {
  transition: all 0.4s ease-in-out;
}

ul.language__selector a {
  text-decoration: none;
  color: #63607D;
  font-weight: 400;
}

footer.footer {
  background: #F6F8FB;
  padding-top: 70px;
}

.justify-between {
  justify-content: space-between;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.footer_logo img {
  max-width: 320px;
}

.footer_social ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}

.footer_social ul li a {
  border-radius: 50px;
  background: #F1F0FD;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.footer_social {
  margin-top: 30px;
}

.item-widget.footer_social_logo {
  flex-basis: 25%;
}

.item-widget.footer-contact {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.item-widget.footer-nav {
  flex-basis: 47%;
}

.item-widget.footer-nav nav {
  display: flex;
  flex-wrap: wrap;
}

.item-widget.footer-nav nav a {
  flex-basis: 33.33%;
  color: #B1AFC3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  margin-bottom: 20px;
}

.text-right {
  text-align: right;
}

a.link.default-link.pink-link {
  border-radius: 50px;
  background: #F1F0FD;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #7367F0;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.39px;
  padding: 15px 30px;
}

a.link.default-link.pink-link img {
  margin-left: 5px;
}

a.footer-link {
  color: #B1AFC3;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  margin-top: 20px;
}

.powered-row {
  margin-top: 40px;
  border-top: 1px solid rgb(206 211 219 / 30%);
  padding-top: 30px;
  padding-bottom: 30px;
}

.powered-row div, .powered-row div a {
  color: #B1AFC3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.align-center {
  align-items: center;
}

.main_screen-row {
  padding-left: calc((100vw - 1595px) / 2);
}

.main_screen-images {
  position: relative;
}

.gif-images {
  position: absolute;
  top: 0;
  left: 22%;
  /* box-shadow: 0px 8px 51px 0px rgba(101, 97, 138, 0.51); */
  /* border-radius: 56px; */
}

.gif-images img {
  box-shadow: 0px 8px 51px 0px rgba(101, 97, 138, 0.51);
  border-radius: 56px;
  max-width: 330px;
  height: auto;
  max-height: 76vh;
}

.main_screen-content {
  flex-basis: 48%;
}

.main_screen-images {
  flex-basis: 62%;
}

.main_screen-bg img {
  width: 100%;
}

.main_screen {
  height: calc(100vh - 90px);
  margin-top: 90px;
  display: flex;
  align-items: center;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
}

.main_screen-content h1 {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 40px;
}

span.fiolet-text {
  color: #7367F0;
  font-weight: bold;
}

span.color-sub {
  background: linear-gradient(90deg, #7367F0 0%, #7FC2E3 25.73%, #8CDD5B 51.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

a.link.fiolet-btn {
  display: inline-block;
  border-radius: 50px;
  background: linear-gradient(93deg, #A59CFF -41.41%, #7367F0 100%);
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  font-weight: bold;
  padding: 15px 70px;
}

.flex-direction-column {
  flex-direction: column;
}

.section_column-center {
  justify-content: center;
  text-align: center;
  align-items: center;
}

section.panel_screen {
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_title-panel {
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 950px;
  margin-bottom: 30px;
}

.section_title.text-center {
  max-height: 18vh;
}

.dashboard_main {
  flex-basis: 80%;
}

.dashboard_main img {max-height: 80vh;}


section.how_itworks {
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.how_itworks-row {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.arrow_down {
  position: absolute;
  bottom: 10%;
  left: calc(50% - 12px);
}

h2.default-title {
  color: #63607D;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: 0px;
  margin-bottom: 30px;
}

.how_itworks-content {
  flex-basis: 60%;
}

section.how_itworks .container {
  max-width: 1400px;
}

.how_itworks-image img {
  max-height: 73vh;
  box-shadow: 0px 8px 51px 0px rgba(101, 97, 138, 0.51);
  border-radius: 56px;
}

.how_itworks-description {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
}

.how_itworks-description p {
  margin-bottom: 50px;
}

.how_itworks-description p:last-child {
  margin-bottom: 0px;
}

section.how_itworks:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url('/images/catalog/front/main/screen2/dashboard-main2.jpg');
  background-size: 56%;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 18%;
  filter: blur(44px);
}

section.how_itworks {
  position: relative;
}

.steps_main-title {
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  max-width: 780px;
  margin: auto;
  margin-bottom: 100px;
}

section.steps {
  padding: 50px 0px;
  min-height: 100vh;
}

.steps_image img {
  width: 100%;
}

.f-basis-50 {flex-basis: calc(50% - 40px);margin: 20px;}

.steps_row {
  margin: 0px -20px;
}

.steps_title {
  display: flex;
  align-items: baseline;
}

.steps_title-text {
  margin-right: 25px;
}

.steps_desc {
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 550px;
  margin-top: 50px;
}

.steps_second .steps_desc {
  max-width: 648px;
}

.steps_subdesc {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.steps_subdesc-text {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 410px;
  margin-left: 20px;
}

.plus-icon {
  color: #8DDD5B;
  font-size: 87px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.discovers_item {
  text-align: center;
  margin-bottom: 80px;
}

section.discovers {
  padding: 50px 0px;
}

.discovers .steps_main-title {
  margin-bottom: 70px;
}

.discovers_item-title {
  max-width: 950px;
  margin: auto;
  color: #27272E;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
}

.discovers_item-desc {
  max-width: 1000px;
  margin: auto;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.discover-down {
  display: flex;
  align-items: center;
  justify-content: center;
}

.getting_started {
  padding: 50px 0px;
  min-height: 100vh;
}

.section_title-large {
  color: var(--text_2, #63607D);
  text-align: center;
  font-family: 'Gilroy';
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 67px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 30px;
}

.gs_lists {
  display: flex;
  align-items: center;
  margin: 0px -10px;
}

.gs_item {
  position: relative;
  flex-basis: calc(33.33% - 20px);
  margin: 10px;
}

img.icon_num {
  position: absolute;
  left: -50px;
  top: -55px;
}

img.gs_item-img {
  box-shadow: 0px 2.15271px 48.0081px 0px rgba(81, 73, 167, 0.08);
  border-radius: 13px;
  width: 100%;
}

.bottom_label-text {
  color: #63607D;
  font-family: 'Gilroy';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 10px;
  display: block;
}

.bottom_text-gslists {
  margin-top: 50px;
  color: #63607D;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.getting_started {
  display: flex;
  align-items: center;
}

.pricing {
  background: linear-gradient(79deg, #F6F8FB 4.55%, #D0CDF7 90.36%);
  padding: 50px 0px;
  min-height: 100vh;
}

.lists_pricing {
  max-width: 1380px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.pricing_value {
  display: flex;
  margin: 0px -5px;
  flex-basis: calc(100% - 30px - 30%);
}

.pricing_value-item {
  border-radius: 27px;
  border: 3px solid #EEF;
  background: linear-gradient(136deg, #E3E1FF 2.06%, #FFF 98.46%);
  box-shadow: -7px -7px 24px 0px rgba(255, 255, 255, 0.30), 7px 7px 24px 0px rgba(122, 111, 243, 0.20);
  flex-basis: calc(33.33% - 10px);
  margin: 5px;
  padding: 25px 0px;
  text-align: center;
}

.column_value {
  flex-basis: 30%;
  margin-right: 30px;
  padding-top: 142px;
}

.item_head-currency {
  color: #7C71F3;
  font-family: 'Gilroy';
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.item_head-subcurrency {
  color: #B8BDD1;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 17px;
}

.item_head-title {
  color: #524F69;
  font-family: 'Gilroy';
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 5px;
}

.item_head {
  height: 110px;
}

.column_item {
  display: flex;
  align-items: center;
  padding: 9px 0px;
  border-top: 1px solid #D3D0FF;
}

span.column_item-value {
  color: #63607D;
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-left: 15px;
}

.item_body-value {
  color: #63607D;
  font-family: 'Gilroy';
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

.item_body > div:last-child {
  height: 57px;
}

.pricing_bottom-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

.pricing_text {
  margin-right: 30px;
  color: #63607D;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.btn.default-btn {
  text-decoration: none;
}

.faq {
  padding: 50px 0px;
}

.faq_lists {
  flex-basis: 50%;
}

.faq_form {
  flex-basis: 43%;
  margin-left: 7%;
}

.faq_form-inner {
  border-radius: 6px;
  background: #F6F8FB;
  padding: 45px;
}

.faq_form-title {
  font-family: 'Gilroy';
  font-size: 27px;
  font-weight: 500;
  line-height: normal;
}

.faq_form-subtitle {
  color: #B1AFC3;
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 5px;
}

.faq_form-rowinput {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -9px;
  margin-top: 10px;
}

.faq_form-rowinput > div:last-child {
  flex-basis: 100%;
}

.faq_form-rowinput > div:nth-child(3) {
  flex-basis: 100%;
}

.faq_form-rowinput > div {
  flex-basis: calc(50% - 18px);
  margin: 9px;
}

.faq_item-input input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #CED3DB;
  height: 50px;
  font-family: 'Gilroy';
  padding: 15px;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
}

button.faq_form-submit {
  border-radius: 50px;
  background: var(--button_1, linear-gradient(180deg, #A59CFF 0%, #7367F0 100%));
  border: none;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-left: auto;
  padding: 15px 70px;
  color: #FFF;
  font-family: 'Gilroy';
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.39px;
}

button.faq_form-submit img {
  margin-left: 10px;
}

.faq_question {
  color: #262626;
  font-family: 'Gilroy';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq_item {
  /* padding: 25px 0px; */
  border-bottom: 1px solid #CED3DB;
}

.faq_item:first-child {
  padding-top: 0px;
}

.faq_row {
  margin-top: 50px;
}

.faq_answer-inner p:last-child {
  margin-bottom: 0px;
}

.faq_answer-inner {
  color: #B1AFC3;
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 25px;
}

.faq_answer {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.faq_item.active .faq_answer {
  max-height: 500px;
}

.faq_question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0px;
  cursor: pointer;
}

span.icon_plus span {
  width: 16px;
  height: 3px;
  display: block;
  background: #CED3DB;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}

span.icon_plus span:last-child {
  position: relative;
  transform: rotate(90deg);
  top: -3px;
}

.faq_item.active span.icon_plus span:last-child {
  transform: rotate(0deg);
}

.footer_title {
  color: #63607D;
  font-family: 'Gilroy';
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

a.btn.default-btn.green-btn {
  font-size: 22px;
  display: inline-block;
}

.footer_line {
  padding: 50px 0px;
}

.blog.case-studies {
  margin-top: 110px;
}

.navigation a {
  color: #B1AFC3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
}

span.mlh.arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' viewBox='0 0 4 8' fill='none'%3E%3Cpath d='M3.88058 4.30516C4.04912 4.13663 4.04912 3.86337 3.88058 3.69484L1.13412 0.94838C0.965586 0.779843 0.692335 0.779843 0.523799 0.94838C0.355262 1.11692 0.355262 1.39017 0.523799 1.5587L2.96509 4L0.523799 6.4413C0.355262 6.60983 0.355262 6.88308 0.523799 7.05162C0.692335 7.22016 0.965586 7.22016 1.13412 7.05162L3.88058 4.30516ZM3 4.43156H3.57542V3.56844H3V4.43156Z' fill='%23B1AFC3'/%3E%3C/svg%3E");
  width: 4px;
  display: block;
  height: 8px;
  margin: 0px 10px;
}

.navigation {
  display: flex;
  align-items: center;
}

.navigation > span {
  color: #63607D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1.blog__title {
  color: #63607D;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 2.5rem 0;
}

.search {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.search input {
  border-radius: 70px;
  border: 1px solid #DFDCFF;
  background: #F6F8FB;
  height: 60px;
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding-left: 70px;
}

img.search-icon {
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  border-radius: 100%;
  opacity: 0.32;
  background: var(--button_1, linear-gradient(180deg, #A59CFF 0%, #7367F0 100%));
  padding: 7px;
}

.blog__news {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -10px;
}

.blog__news > .blog-item {
  flex-basis: calc(33.33% - 20px);
  margin: 10px;
}

span.news-card__image {
  display: block;
}

span.news-card__image img {
  width: 100%;
}

span.news-card__image img {
  border-radius: 13px;
}

span.title-news__card {
  color: #63607D;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}

.blog-caption {
  padding: 20px;
}

.blog-caption a {
  text-decoration: none;
}

.news-card__description {
  color: #63607D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

a.read__more-link {
  background: linear-gradient(180deg, #A59CFF 0%, #7367F0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

a.read__more-link svg {
  margin-left: 10px;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.categories a {
  color: #63607D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #DFDCFF;
  background: #F6F8FB;
  text-decoration: none;
  padding: 14px 20px;
  margin-right: 10px;
}

a.category_active {
  border-radius: 77.54px;
  border: #7367F0;
  /* opacity: 0.32; */
  background: linear-gradient(180deg, #a59cff52 0%, #7367f052 100%);
  color: #7367F0;
}

.news-container {
  max-width: 1270px;
  margin: auto;
  padding: 0px 10px;
}

h1.news__title {
  color: #63607D;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news__content {
  display: flex;
  flex-wrap: wrap;
}

.news__top {
  flex-basis: 59%;
  margin-right: 6%;
}

.news__wrapper.news__context {
  flex-basis: 35%;
}

.news__image img {
  width: 100%;
  border-radius: 18px;
}

.news__image {
  margin: 0px 0px 30px;
}

.share__this {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #CED3DB;
  margin-bottom: 30px;
}

.item__share img {
  width: 24px;
  max-height: 24px;
}

.item__share a {
  display: flex;
  align-items: center;
  margin: 0px 15px;
}

.item__share {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.article__description p {
  color: #63607D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.article__description h2 {
  color: #63607D;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 30px;
}

.article__description h3 {
  color: #63607D;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

.article__description h3:before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="17" viewBox="0 0 24 17" fill="none"><path d="M0.530709 7.91201C-0.176903 7.2044 -0.176903 6.05714 0.530709 5.34952C1.23832 4.64191 2.38559 4.64191 3.0932 5.34952L10.7807 13.037C11.4883 13.7446 11.4883 14.8919 10.7807 15.5995C10.0731 16.3071 8.92579 16.3071 8.21818 15.5995L0.530709 7.91201Z" fill="%237367F0"/><path d="M20.9068 0.530709C21.6144 -0.176903 22.7617 -0.176903 23.4693 0.530709C24.1769 1.23832 24.1769 2.38559 23.4693 3.0932L10.963 15.5995C10.2554 16.3071 9.10815 16.3071 8.40054 15.5995C7.69293 14.8918 7.69293 13.7446 8.40054 13.037L20.9068 0.530709Z" fill="%237367F0"/></svg>');
  width: 24px;
  height: 17px;
  display: block;
  margin-right: 10px;
}

h1.news__title {
  max-width: 65%;
}

.sidebar__title {
  color: #63607D;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.post-list {
  margin-top: 30px;
}

.post-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CED3DB;
}

.post-list span.news-card__image img {
  height: 96px;
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
}

.post-list a:hover img {
  transform: scale(1.08);
}

.post-list span.news-card__image {
  overflow: hidden;
  min-width: 160px;
  border-radius: 13px;
}

.post-list span.news-card__image img {
  transition: transform 0.4s ease-in-out;
}

.post-list span.news-card__image {
  margin-right: 20px;
  display: flex;
}

span.news-card__title {
  color: #63607D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.news__content {
  position: relative;
}

a.blog__news-card.news-card {
  position: relative;
}

span.news-card__tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: url('/files/icons/label.svg');
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  width: 300px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 85%;
}

.news__content:before {
  content: "";
  position: absolute;
  width: 275px;
  height: 275px;
  border-radius: 274px;
  opacity: 0.2;
  background: var(--button_1, linear-gradient(180deg, #A59CFF 0%, #7367F0 100%));
  box-shadow: 0px 0px 25.694px 0px rgba(115, 103, 240, 0.02);
  filter: blur(60px);
  z-index: -1;
  left: -18%;
  top: 15%;
}

.news__content:after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="354" height="384" viewBox="0 0 354 384" fill="none"><path d="M46.2998 98.7433C-33.9845 78.1257 8.08669 28.3688 39.1578 6.06762C100.858 -23.3227 208.887 76.7281 263.519 86.9925L264.032 87.089C318.55 97.3305 381.936 109.238 340.833 251.313C299.601 393.834 70.6708 405.416 39.1578 360.001C7.64492 314.586 57.7859 210.029 79.5799 169.045C101.374 128.061 146.655 124.515 46.2998 98.7433Z" fill="%23CC67F0"/></svg>');
  position: absolute;
  right: 15%;
  top: 0%;
  width: 354px;
  height: 383px;
  opacity: 0.2;
  filter: blur(50px);
  z-index: -1;
}

.news {
  position: relative;
}

.news:before {
  content: "";
  position: absolute;
  top: 2%;
  left: 27%;
  border-radius: 373px;
  opacity: 0.15;
  background: var(--button_1, linear-gradient(180deg, #A59CFF 0%, #7367F0 100%));
  box-shadow: 0px 0px 25.694px 0px rgba(115, 103, 240, 0.02);
  filter: blur(60px);
  width: 373px;
  height: 274px;
}

ul.dropdown-language {
  padding: 0;
  position: absolute;
  text-transform: uppercase;
  list-style: none;
  top: 22px;
  left: 0;
  right: 0;
  text-align: center;
  background: #f2f1fe;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 10px;
  z-index: 1;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

ul.language__selector {
  position: relative;
}

ul.dropdown-language .active {
  display: none;
}

ul.language__selector > li:first-child {
  position: relative;
  z-index: 2;
}

ul.language__selector:hover .dropdown-language {
  opacity: 1;
  visibility: visible;
  max-height: 100px;
}

ul.language__selector {
  text-transform: uppercase;
}

.sidebar__box {
  margin-bottom: 30px;
}

.contents__article {
  margin-top: 20px;
}

.contents__article a {
  text-decoration: none;
  display: block;
  color: #676285;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.contents__article a:hover {
  text-decoration: underline;
}

.related_title {
  color: #63607D;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 50px;
}

.template-wrapper-top.default-template-page {
  padding-top: 100px;
}

.payment_logo {
  margin-top: 20px;
}

span.main_screen-text {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
}

button.faq_form-submit {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

button.faq_form-submit:hover {
  background: var(--button_1, linear-gradient(180deg, #7367F0 0%, #A59CFF 100%));
}

/* .scroll-container > section {
  height: 100% !important;
  overflow: hidden;
}

.scroll-container {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
} */









@media (max-width: 1500px) {
  .main_screen-row {
    margin-left: 10px;
  }
}



@media (max-width: 1360px) {
  .btn.default-btn {
    padding: 14px 15px;
}

ul.language__selector {
    margin-left: 10px;
}

nav.main-nav.nav ul li {
    margin: 0px 10px;
}

nav.main-nav.nav ul li a {
    font-size: 16px;
}

div#logo a img {
    max-width: 260px;
}

h1.news__title {
    font-size: 36px;
}

span.title-news__card {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.news-card__description {
    font-size: 16px;
}

a.read__more-link {
    font-size: 16px;
}

.blog-caption {
    padding: 10px;
}

.footer_title {
    font-size: 40px;
}

a.btn.default-btn.green-btn {
    font-size: 18px;
}

.item-widget.footer-nav nav a {
    font-size: 16px;
}

.footer_logo img {
    max-width: 260px;
}

.footer_social ul li a {
    width: 50px;
    height: 50px;
}

.powered-row div, .powered-row div a {
    font-size: 14px;
}

.main_screen-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

a.link.fiolet-btn {
  padding: 12px 50px;
}

.dashboard_main img {
  max-width: 80vw;
}

.section_title-panel {
  font-size: 32px;
}

h2.default-title {
  font-size: 36px;
}

.how_itworks-description p {
  margin-bottom: 20px;
}

.how_itworks-description {
  font-size: 20px;
}

.steps_main-title {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 60px;
}

.steps_desc {
  font-size: 24px;
}

.steps_title-text svg {
  width: 90%;
}

.steps_img svg {
  width: 80%;
}

.discovers_item-title {
  font-size: 26px;
}

.discovers_item-desc {
  font-size: 20px;
}

.section_title-large {
  font-size: 40px;
}

span.bottom_label-text {
  font-size: 20px;
}

.steps_row {
  margin: 0px -10px;
}

.f-basis-50 {
  margin: 10px;
  flex-basis: calc(50% - 20px);
}

}


@media (max-width: 1140px) {
  div#logo a img {
    max-width: 210px;
}

header.header {
    padding: 10px 0px;
}

nav.main-nav.nav {
    padding: 10px;
}

nav.main-nav.nav ul li a {
    font-size: 14px;
}

.btn.default-btn {
    padding: 12px 15px;
    font-size: 14px;
}

.main_screen {
    margin-top: 120px;
    height: auto;
    min-height: 76vh;
    align-items: baseline;
}

.gif-images img {
    max-height: 70vh;
}

section.panel_screen {
    min-height: auto;
}

section.how_itworks {
    min-height: auto;
}

section.steps {
    min-height: auto;
}

nav.main-nav.nav ul li {
  margin: 0px 8px;
}

.header__container-btn .btn.default-btn {
padding: 12px 10px;
}

}


@media (max-width: 768px) {
  div#logo a img {
    max-width: 160px;
}

header.header {
    padding: 10px 0px;
}

nav.main-nav.nav {
    padding: 8px;
}

nav.main-nav.nav ul li a {
    font-size: 14px;
}

.btn.default-btn {
    padding: 12px 15px;
    font-size: 14px;
}

.main_screen {
    margin-top: 80px;
    height: auto;
    min-height: 76vh;
    align-items: baseline;
}

.gif-images img {
    max-height: 70vh;
}

section.panel_screen {
    min-height: auto;
    padding: 30px 0px;
}

section.how_itworks {
    min-height: auto;
    padding: 30px 0px;
}

section.steps {
    min-height: auto;
}

.main_screen-row {
    flex-direction: column;
    margin-left: 0;
}

.main_screen-content {
    flex-basis: 100%;
}

.main_screen-content h1 {
    font-size: 28px;
}

span.main_screen-text { 
  font-size: 28px;
}

.gif-images {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    width: auto;
    right: 0;
}

.how_itworks-row {
    display: block;
    width: 100%;
}

.how_itworks-image {
    text-align: center;
    margin-top: 20px;
}

.steps_row.d-flex.align-center.flex-wrap {flex-direction: column-reverse;}

.steps_desc {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

section.steps {
    padding: 30px 0px;
}

.gif-images img {
    height: 100%;
    border-radius: 20px;
}

.main > * {
    padding: 0px 10px;
}

nav.main-nav.nav ul {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, -100%);
    transition: all 0.6s ease-in-out;
    background: #fff;
}

.header__container-btn {
    display: none;
}

.language {
    display: none;
}

span.toggle-icon span {
    width: 14px;
    display: block;
    height: 2px;
    background: #b1b1b1;
    margin: 2px 0px;
}

button.navbar-toggle {
    display: block;
    background: transparent;
    border: none;
    padding: 0px;
}

nav.main-nav.nav {}

.header__container-contact {
    display: none;
}

.main_screen-images {
    flex-basis: 100%;
    text-align: center;
    margin-top: 10px;
}

.section_title-panel {
    font-size: 24px;
    height: auto;
    line-height: 1.4;
    margin-bottom: 15px;
}

.dashboard_main img {
    max-width: 100%;
}

.section_title.text-center {
    max-height: max-content;
}

h2.default-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.how_itworks-description {
    font-size: 16px;
    line-height: 1.6;
}

.how_itworks-image img {
    border-radius: 35px;
}

.steps_main-title {
    font-size: 24px;
    margin-bottom: 20px;
}

section.discovers {
    padding: 30px 0px;
}

section.steps.steps_third {
    padding-bottom: 0px;
}

section.steps.steps_third {}

.discovers .steps_main-title {
    margin-bottom: 20px;
}

.discovers_item-title {
    font-size: 18px;
}

.discovers_item-desc {
    font-size: 16px;
}

.discovers_item {
    margin-bottom: 30px;
}

.section_title-large {
    font-size: 24px;
    line-height: 1.5;
}

.gs_lists {
    display: block;
}

.gs_item {
    margin-bottom: 50px;
}

.bottom_text-gslists {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.lists_pricing {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}

.column_value {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.column_lists {
  min-width: 250px;
  margin-right: 20px;
}

section#pricing {
  padding-right: 0;
  margin-left: -10px;
  width: calc(100% + 20px);
}

section#pricing .container {
  padding-right: 0;
}

section.pricing {
    padding: 30px 10px;
}

.pricing_value-item {
  margin-bottom: 20px;
  min-width: 250px;
}

.pricing_text {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.pricing_bottom-label {
    display: block;
    text-align: center;
}

section.faq {
    padding: 30px 10px;
}

.faq_row.d-flex.flex-wrap {
    display: block;
    margin-top: 0px;
}

.faq .section_title-large {
    margin-bottom: 10px;
}

.faq_question {
    font-size: 18px;
    padding: 20px 0px;
}

.faq_form {
    margin: 0;
    margin-top: 20px;
}

.faq_form-inner {
    padding: 20px;
}

.faq_form-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.faq_form-subtitle {
    font-size: 16px;
}

section.footer_line {
    padding: 30px 10px;
}

.footer_title {
    font-size: 24px;
    margin-bottom: 20px;
}

.footer_row.d-flex.flex-wrap.justify-between {
    flex-direction: column;
}

.item-widget.footer-nav {
    margin-top: 20px;
    margin-bottom: 20px;
}

.item-widget.footer-contact.text-right {
    align-items: baseline;
}

.powered-row {
    flex-direction: column;
    padding: 20px 0px;
}

.powered-row > * {
    margin: 5px 0px;
    text-align: center;
}

.news__top {
  flex-basis: 100%;
}

.news__wrapper.news__context {
  flex-basis: 100%;
}

.news:before {
  right: 0;
  left: 0;
}

.blog.case-studies {
  margin-top: 70px;
}

h1.news__title {
  max-width: 100%;
  font-size: 23px;
}

.news__top {
  margin: 0;
}

.related_title {
  font-size: 24px;
  margin-top: 20px;
}

.blog__news {
  margin: 1rem -10px;
}

.blog.case-studies {
  overflow: hidden;
}

.blog__news > .blog-item {
  flex-basis: calc(100% - 20px);
}

.navigation > span {
  white-space: nowrap;
}

.news__info {
  overflow-x: scroll;
}

h1.blog__title {
  font-size: 32px;
  margin: 1rem 0;
}


.open-menu nav.main-nav.nav ul {
  transform: translate(0px, 0px);
  visibility: visible;
  opacity: 1;
  z-index: 91;
}

nav.main-nav.nav ul {
  padding: 15px 0px;
  height: 100vh;
  top: 50px;
}

nav.main-nav.nav ul li a {
  font-size: 16px;
  margin: 7px 0px;
}

span.toggle-icon span {
  transition: all 0.4s ease-in-out;
}

.open-menu span.toggle-icon span:nth-child(2) {
  opacity: 0;
}

.open-menu span.toggle-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 4px;
  position: relative;
}

.open-menu span.toggle-icon span:nth-child(3) {
  position: relative;
  top: -4px;
  transform: rotate(-45deg);
}

}