@charset "UTF-8";
:root {
  --white-color: #FFF;
  --black-color: #000;
  --dark-color: #222;
  --gray-color: #666;
  --red-color: #E70202;
  --green-color: #00A313;
  --green-hover-color: #21BC62;
  --accent-color: #FF5722;
  --accent-hover-color: #EE3900;
  --lightgray-color: #F5F5F5;
  --lightgray-hover-color: #E8E8E8;
  --transition: all .25s ease-in;
}

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

a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

button,
html,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0;
}

@font-face {
  font-family: "Graphie";
  src: url("") format("woff2"), url("../fonts/Graphie-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphie";
  src: url("../fonts/Graphie-SemiBold.woff2") format("woff2"), url("../fonts/Graphie-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphie";
  src: url("../fonts/Graphie-Bold.woff2") format("woff2"), url("../fonts/Graphie-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Graphie";
  src: url("../fonts/Graphie-Book.woff2") format("woff2"), url("../fonts/Graphie-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
:root :where(.wcl-container) > :first-child,
:root :where(.wcl-content) > :first-child {
  margin-block-start: 0;
}

:root :where(.wcl-container) > :last-child,
:root :where(.wcl-content) > :last-child {
  margin-block-end: 0;
}

* {
  box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Tilda Sans", sans-serif;
  font-size: 20px;
  line-height: 1.35;
  color: var(--dark-color);
  overflow-x: hidden;
  background-color: rgb(250, 251, 252);
}

body.no-scroll {
  overflow: hidden;
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

input,
textarea {
  border-radius: 0;
}

a,
button {
  display: inline-block;
  transition: all 0.25s ease-in-out;
}

span {
  display: inline-block;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

ol {
  list-style: decimal;
}

.wcl-body-inner {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}

.wcl-page-content {
  margin-top: 140px;
}
.wcl-page-content .wcl-section:first-child {
  margin-top: 0;
}

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

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

.container {
  max-width: 1110px;
  margin: 0 auto;
}

.wcl-page-title {
  font-size: 48px;
  font-weight: 900;
}

.wcl-not-found {
  font-size: 28px;
  font-weight: 700;
}

/** Heading */
h1,
.wcl-h1,
h2,
.wcl-h2,
h3,
.wcl-h3,
h4,
.wcl-h4,
h5,
.wcl-h5,
h6,
.wcl-h6 {
  font-weight: 700;
  line-height: 1.5;
}

h1,
.wcl-h1 {
  font-size: 42px;
}

h2,
.wcl-h2 {
  font-size: 36px;
}

h3,
.wcl-h3,
h4,
.wcl-h4 {
  font-size: 24px;
}

h5,
.wcl-h5 {
  font-size: 20px;
}

h6,
.wcl-h6 {
  font-size: 18px;
}

.manager-btn-wrap {
  width: 267px;
  height: 52px;
  background-color: #fff;
  border-radius: 26px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 31px;
  overflow: hidden;
  transition: width 0.3s ease;
}
.manager-btn-wrap:hover .manager-btn {
  width: 100%;
}
.manager-btn-wrap:hover img {
  width: 0;
  margin: 0;
  opacity: 0;
}
.manager-btn-wrap img {
  margin-right: 10px;
  width: 24px;
  height: auto;
  transition: width 0.5s ease, opacity 0.5s ease, margin 0.5s ease;
  margin: 0.3s ease;
}
.manager-btn-wrap .manager-btn {
  width: 86.5%;
  height: 100%;
  background-color: #736faf;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  transition: width 0.3s ease;
}
.manager-btn-wrap .manager-btn a {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-start0;
  flex-wrap: nowrap;
  flex-direction: row;
  padding-left: 23px;
}

header.white {
  background: #fff;
}
header.white .wcl-header-top .wlc-header-top__nav .menu .menu-item a {
  color: #222;
}
header.white .wcl-header-top .wlc-header-top__nav .menu .menu-item a:hover {
  color: #818181;
}
header.white .wcl-header-top .wlc-header-top__nav .menu .menu-item a:hover::after {
  border-top-color: #818181;
}
header.white .wcl-header-top .wlc-header-top__nav .menu .menu-item a::after {
  border-top-color: #222;
}
header.white .wcl-header-top .wlc-header-top__nav .menu .menu-item.menu-item-has-children .menu-item:hover {
  background-color: #ebe9e9;
}
header.white .wcl-header-top .wlc-header-top__nav .menu .menu-item.menu-item-has-children ul.sub-menu {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
header.white .wcl-header-top .wlc-header-top__nav .menu .menu-item.menu-item-has-children ul.sub-menu li {
  border-bottom: 1px solid rgba(18, 18, 18, 0.251);
}
header.white .wcl-header-top .wlc-header-top__nav .menu .menu-item.menu-item-has-children ul.sub-menu li:last-child {
  border-bottom: 0px;
}
header.white .wcl-header-top .wlc-header-top__login a:first-child {
  border: 2px solid #222;
}

header {
  background: #251f46;
  position: relative;
}
header .wcl-header-top {
  display: flex;
  -moz-column-gap: 117px;
  column-gap: 117px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
header .wcl-header-top .burger {
  display: none;
}
header .wcl-header-top .burger img {
  filter: invert(100%) brightness(100%);
}
header .wcl-header-top .wcl-header-top__logo {
  width: 167px;
}
header .wcl-header-top .wcl-header-top__logo a {
  width: 100%;
}
header .wcl-header-top .wcl-header-top__logo a img {
  width: 100%;
}
header .wcl-header-top ul.menu {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
header .wcl-header-top ul.menu li:hover > a {
  color: #cfcaca;
}
header .wcl-header-top ul.menu li > a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 10px 15px;
  transition: color 0.2s ease;
  white-space: nowrap;
}
header .wcl-header-top li.menu-item.menu-item-has-children {
  position: relative;
}
header .wcl-header-top li.menu-item.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-5px);
}
header .wcl-header-top li.menu-item.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-left: auto;
}
header .wcl-header-top li.menu-item.menu-item-has-children ul.sub-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0px;
  padding: 10px 0 0 0;
  position: absolute;
  left: 0px;
  list-style-type: none;
  min-width: 300px;
  z-index: 9;
  opacity: 0;
  will-change: opacity, transform;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  background-color: #322964;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(100, 100, 100, 0.5);
}
header .wcl-header-top li.menu-item.menu-item-has-children ul.sub-menu .menu-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  transition: background-color 0.2s ease;
}
header .wcl-header-top li.menu-item.menu-item-has-children ul.sub-menu .menu-item:last-child {
  border-bottom: 0px;
}
header .wcl-header-top li.menu-item.menu-item-has-children ul.sub-menu .menu-item a {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
header .wcl-header-top li.menu-item.menu-item-has-children ul.sub-menu .menu-item a .zd-submenu-desc {
  font-size: 12px;
  margin-top: 6px;
}
header .wcl-header-top li.menu-item.menu-item-has-children ul.sub-menu .menu-item a .zd-submenu-icon img {
  max-width: 42px;
}
header .wcl-header-top li.menu-item.menu-item-has-children ul.sub-menu .menu-item:hover {
  background-color: #40357d;
}
header .wcl-header-top .wlc-header-top__login {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
header .wcl-header-top .wlc-header-top__login a:first-child {
  box-sizing: border-box;
  width: 100px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #27214a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}
header .wcl-header-top .wlc-header-top__login a:first-child:hover {
  background: #ebe9e9;
}
header .wcl-header-top .wlc-header-top__login a:last-child {
  box-sizing: border-box;
  width: 100px;
  height: 40px;
  background: #5b4dac;
  border: 2px solid #5b4dac;
  border-radius: 100px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}
header .wcl-header-top .wlc-header-top__login a:last-child:hover {
  background: #695ac1;
}

.hero {
  background: linear-gradient(180deg, #251f46 25%, #5b4dac 100%);
  padding: 95px 0 422px 0;
  position: relative;
  overflow: hidden;
}
.hero .wlc-header__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.hero .wlc-header__content * {
  z-index: 4;
}
.hero .wlc-header__content .wcl-reward-link {
  width: 381px;
  height: 31px;
  background: #5b4dac;
  border: 2px solid #5b4dac;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
  margin-bottom: 25px;
}
.hero .wlc-header__content .wcl-reward-link span {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
}
.hero .wlc-header__content h1 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 105%;
  text-align: center;
  color: #ffffff;
}
.hero .wlc-header__content .wlc-header-desc {
  margin-top: 35px;
  max-width: 700px;
}
.hero .wlc-header__content .wlc-header-desc p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.hero .wlc-header__content .wlc-header__btn {
  box-sizing: border-box;
  width: 226px;
  height: 53px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition: background-color 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.hero .wlc-header__content .wlc-header__btn:hover {
  background: #ebe9e9;
}
.hero .wlc-header__content .wlc-header__btn a {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #27214a;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.hero .wlc-header__content .wlc-header__btn a:hover .wlc-header__btn {
  background: #ebe9e9;
}
.hero .wlc-header__content .wlc-header__btn a span {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.hero .wlc-header__content .wlc-header__btn a span img {
  width: 19px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero .banner-hero {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  pointer-events: none;
  padding-bottom: 20px;
}
.hero .banner-hero img {
  width: 80%;
  height: auto;
  margin: auto;
  display: block;
  z-index: 0;
}
.hero .banner-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(111, 109, 203, 0.84) 100%);
  pointer-events: none;
  z-index: 1;
}

.wcl-burger.show {
  left: 0;
}

.wcl-burger {
  z-index: 999;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #251f46 25%, #5b4dac 100%);
  position: fixed;
  left: -110%;
  top: 0;
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
  max-height: 100vh;
}
.wcl-burger .wcl-burger__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}
.wcl-burger .wcl-burger__top .icon-close-mini-menu {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
}
.wcl-burger .wcl-burger__top .icon-close-mini-menu:before, .wcl-burger .wcl-burger__top .icon-close-mini-menu:after {
  content: "";
  width: 26px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform-origin: center;
}
.wcl-burger .wcl-burger__top .icon-close-mini-menu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wcl-burger .wcl-burger__top .icon-close-mini-menu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wcl-burger .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  width: 80%;
  margin: 80px auto 30px auto;
}
.wcl-burger .menu li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.wcl-burger .menu li a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 10px 15px;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.wcl-burger .menu .menu-item.menu-item-has-children {
  position: relative;
}
.wcl-burger .menu .menu-item.menu-item-has-children.active .sub-menu {
  opacity: 1;
  max-height: 500px;
  pointer-events: auto;
}
.wcl-burger .menu .menu-item.menu-item-has-children > a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding-left: 20px;
}
.wcl-burger .menu .menu-item.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.wcl-burger .menu .menu-item.menu-item-has-children .sub-menu {
  display: flex;
  position: static;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, max-height 0.3s ease, max-width 0.3s ease;
  flex-direction: column;
  align-items: flex-start;
}
.wcl-burger .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: background-color 0.2s ease;
  align-items: flex-start;
}
.wcl-burger .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  display: flex;
  gap: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: flex-start;
}
.wcl-burger .menu .menu-item.menu-item-has-children .sub-menu .menu-item a .zd-submenu-icon img {
  max-width: 42px;
}
.wcl-burger .wlc-header-top__nav .wlc-header-top__login {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  row-gap: 15px;
  width: 80%;
  margin: 0 auto;
  row-gap: 15px;
}
.wcl-burger .wlc-header-top__nav .wlc-header-top__login a:first-child {
  box-sizing: border-box;
  width: 150px;
  height: 40px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #27214a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}
.wcl-burger .wlc-header-top__nav .wlc-header-top__login a:last-child {
  box-sizing: border-box;
  width: 150px;
  height: 40px;
  background: #5b4dac;
  border: 2px solid #5b4dac;
  border-radius: 100px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
}

.wcl-research {
  padding: 100px 0;
  background-color: #fafbfc;
}
.wcl-research .wcl-research__top .wcl-research__title h2 {
  text-align: center;
  font-family: Graphie;
  font-weight: 700;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: 0%;
}
.wcl-research .wcl-research__top .wcl-research__desc {
  max-width: 540px;
  margin: 15px auto 0 auto;
}
.wcl-research .wcl-research__top .wcl-research__desc p {
  font-family: Graphie;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
.wcl-research .wcl-research__content {
  position: relative;
  height: 620px;
  margin-top: 30px;
}
.wcl-research .wcl-research__content .wcl-research__item-1,
.wcl-research .wcl-research__content .wcl-research__item-4 {
  background-color: #fff;
  max-width: 380px;
  padding: 48px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0px 3px 6px rgba(183, 183, 183, 0.23), 0px 0px 12px rgba(183, 183, 183, 0.16);
  z-index: 9;
}
.wcl-research .wcl-research__content .wcl-research__item-1 h3,
.wcl-research .wcl-research__content .wcl-research__item-4 h3 {
  font-family: Graphie;
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  letter-spacing: 0%;
  text-align: start;
}
.wcl-research .wcl-research__content .wcl-research__item-1 p,
.wcl-research .wcl-research__content .wcl-research__item-4 p {
  font-family: Graphie;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0%;
  display: block;
  margin-top: 10px;
}
.wcl-research .wcl-research__content .wcl-research__item-2,
.wcl-research .wcl-research__content .wcl-research__item-3 {
  background-color: #fff;
  max-width: 445px;
  padding: 48px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0px 3px 6px rgba(183, 183, 183, 0.23), 0px 0px 12px rgba(183, 183, 183, 0.16);
  z-index: 11;
}
.wcl-research .wcl-research__content .wcl-research__item-2 h3,
.wcl-research .wcl-research__content .wcl-research__item-3 h3 {
  font-family: Graphie;
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  letter-spacing: 0%;
  text-align: start;
}
.wcl-research .wcl-research__content .wcl-research__item-2 p,
.wcl-research .wcl-research__content .wcl-research__item-3 p {
  font-family: Graphie;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0%;
  display: block;
  margin-top: 10px;
  max-width: 333px;
}
.wcl-research .wcl-research__content .wcl-research__item-1 {
  border-left: 8px solid #64ccc9;
  position: absolute;
  top: 8%;
  left: 4%;
}
.wcl-research .wcl-research__content .wcl-research__item-2 {
  border-left: 8px solid #753bbd;
  position: absolute;
  bottom: 5%;
  left: 0%;
}
.wcl-research .wcl-research__content .wcl-research__item-3 {
  border-left: 8px solid #ff8f1c;
  position: absolute;
  top: 25%;
  right: 0%;
}
.wcl-research .wcl-research__content .wcl-research__item-4 {
  border-left: 8px solid #dd1321;
  position: absolute;
  bottom: -5%;
  right: 5%;
}
.wcl-research .wcl-research__content .wcl-research__item-center {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wcl-research .wcl-research__bot {
  margin: 75px 0 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.wcl-research .wcl-research__bot p {
  font-family: Graphie;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: block;
  max-width: 540px;
}
.wcl-research .wcl-research__bot .wcl-research__btn {
  box-sizing: border-box;
  width: 226px;
  height: 53px;
  background: #5b4dac;
  border: 2px solid #5b4dac;
  border-radius: 100px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition: background-color 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.wcl-research .wcl-research__bot .wcl-research__btn:hover {
  background: #695ac1;
}
.wcl-research .wcl-research__bot .wcl-research__btn a {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-research .wcl-research__swiper {
  width: 100%;
  margin: 0 auto;
  max-width: 1900px;
  overflow: hidden;
}
.wcl-research .wcl-research__swiper .swiper {
  max-width: 1490px;
  overflow: unset;
}
.wcl-research .wcl-research__swiper .swiper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-height: 388px;
  padding: 35px;
  border-radius: 25px;
}
.wcl-research .wcl-research__swiper .swiper .swiper-slide .img-wrap {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wcl-research .wcl-research__swiper .swiper .swiper-slide .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-research .wcl-research__swiper .swiper .swiper-slide h3 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 105%;
  text-align: start;
  color: #27214a;
  display: block;
  margin-top: 20px;
}
.wcl-research .wcl-research__swiper .swiper .swiper-slide p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #27214a;
  display: block;
  margin-top: 10px;
}
.wcl-research .wcl-research__swiper .swiper .swiper-slide .research-swiper-btn {
  width: 100%;
  height: 47px;
  background: #5b4dac;
  border-radius: 100px;
  box-sizing: border-box;
  margin: 35px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition: background-color 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.wcl-research .wcl-research__swiper .swiper .swiper-slide .research-swiper-btn:hover {
  background-color: #695ac1;
}
.wcl-research .wcl-research__swiper .swiper .swiper-slide .research-swiper-btn a {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.wcl-follow {
  background: linear-gradient(180deg, #251f46 25%, #5b4dac 100%);
  padding: 100px 30px;
  position: relative;
}
.wcl-follow .wcl-follow__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wcl-follow .wcl-follow__top h3 {
  display: block;
  padding: 0 10px;
  max-width: 540px;
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 105%;
  text-align: center;
  color: #ffffff;
}
.wcl-follow .wcl-follow__top h3 span {
  color: #64ccc9;
}
.wcl-follow .wcl-follow__top p {
  display: block;
  padding: 0 10px;
  max-width: 726px;
  margin-top: 15px;
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.wcl-follow .wlc-follow__desc {
  max-width: 920px;
  padding: 50px 97px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  margin: 50px auto 0 auto;
}
.wcl-follow .wlc-follow__desc p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.wcl-follow .wlc-follow__desc p a {
  color: #64ccc9;
  transition: color 0.2s ease;
}
.wcl-follow .wlc-follow__desc p a:hover {
  color: rgba(100, 204, 201, 0.5098039216);
}
.wcl-follow .wlc-follow__rate-wrap {
  max-width: 830px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el {
  position: relative;
  width: 47.8%;
  padding: 45px 45px 58px;
  border-radius: 15px;
  z-index: 1;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  padding: 2px;
  background: linear-gradient(180deg, #743abc 41%, #b477ff 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el h4 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #64ccc9;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  display: block;
  margin-top: 15px;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el p:last-of-type {
  margin-top: 25px;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el p span {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el .rate-btn {
  width: 100%;
  height: 52px;
  background: #ffffff;
  border-radius: 100px;
  box-sizing: border-box;
  margin: 30px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition: background-color 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el .rate-btn:hover {
  background: #ebe9e9;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el .rate-btn a {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #27214a;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el .rate-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  row-gap: 20px;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el .rate-list li {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.wcl-follow .wlc-follow__rate-wrap .rate-el .rate-list span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #64ccc9;
}
.wcl-follow .star-1 {
  position: absolute;
  left: 9%;
  bottom: 54%;
}
.wcl-follow .star-2 {
  position: absolute;
  left: 79%;
  bottom: 32%;
}

.wcl-services {
  padding: 100px 0;
}
.wcl-services .container {
  padding: 0;
}
.wcl-services .wcl-services__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-services .wcl-services__wrap .wcl-services__item {
  max-width: 540px;
  padding: 50px;
}
.wcl-services .wcl-services__wrap .wcl-services__item .item-img-wrap {
  max-width: 410px;
  margin: 0 auto;
}
.wcl-services .wcl-services__wrap .wcl-services__item .item-img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wcl-services .wcl-services__wrap .wcl-services__item .item-title {
  margin: 30px 0 20px;
}
.wcl-services .wcl-services__wrap .wcl-services__item .item-title span {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
.wcl-services .wcl-services__wrap .wcl-services__item .item-title h4 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 105%;
  color: #ffffff;
}
.wcl-services .wcl-services__wrap .wcl-services__item .item-desc p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.wcl-services .wcl-services__wrap .wcl-services__item .wcl-services__btn {
  margin-top: 30px;
  box-sizing: border-box;
  width: 181px;
  height: 53px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition: background-color 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.wcl-services .wcl-services__wrap .wcl-services__item .wcl-services__btn:hover {
  background: #ebe9e9;
}
.wcl-services .wcl-services__wrap .wcl-services__item .wcl-services__btn a {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #27214a;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-services .wcl-services__wrap .wcl-services__item .wcl-services__btn a span {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.wcl-services .wcl-services__wrap .item-first {
  background: linear-gradient(180deg, #00a499 0%, #223e5d 100%);
  border-radius: 25px;
}
.wcl-services .wcl-services__wrap .item-last {
  background: linear-gradient(180deg, #1e2463 0%, #032c91 100%);
  border-radius: 25px;
}

.wcl-reviews .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 55px;
  padding: 0 30px;
}
.wcl-reviews .wcl-reviews__title {
  position: relative;
}
.wcl-reviews .wcl-reviews__title h3 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 105%;
  color: #27214a;
}
.wcl-reviews .wcl-reviews__title p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #27214a;
  display: block;
  margin-top: 15px;
}
.wcl-reviews .swiper-nav {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.wcl-reviews .swiper-nav .reviews-swiper-button-prev,
.wcl-reviews .swiper-nav .reviews-swiper-button-next {
  box-sizing: border-box;
  width: 65px;
  height: 65px;
  border: 1px solid rgba(102, 102, 102, 0.4);
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease;
  position: relative;
  cursor: pointer;
}
.wcl-reviews .swiper-nav .reviews-swiper-button-prev::after,
.wcl-reviews .swiper-nav .reviews-swiper-button-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
}
.wcl-reviews .swiper-nav .reviews-swiper-button-prev:hover,
.wcl-reviews .swiper-nav .reviews-swiper-button-next:hover {
  background-color: #f1ebf8;
}
.wcl-reviews .swiper-nav .reviews-swiper-button-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333; /* Цвет стрелки */
  border-bottom: 2px solid #333; /* Цвет стрелки */
  transform: rotate(-45deg);
  position: absolute;
}
.wcl-reviews .wcl-reviews__swiper {
  width: 100%;
  margin: 0 auto 100px auto;
  max-width: 1900px;
  overflow: hidden;
  padding: 10px 10px;
}
.wcl-reviews .wcl-reviews__swiper .swiper {
  max-width: 1490px;
  overflow: unset;
}
.wcl-reviews .wcl-reviews__swiper .swiper-slide {
  background: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px rgba(183, 183, 183, 0.23), 0px 0px 12px rgba(183, 183, 183, 0.16);
  border-radius: 0px 0px 25px 25px;
  padding: 30px 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wcl-reviews .wcl-reviews__swiper .swiper-slide .review-body p {
  display: block;
  margin: 20px 0 30px;
  max-width: 396px;
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #27214a;
}
.wcl-reviews .wcl-reviews__swiper .swiper-slide .review-author {
  margin-top: 30px;
}
.wcl-reviews .wcl-reviews__swiper .swiper-slide .review-author p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #27214a;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.wcl-reviews .wcl-reviews__swiper .swiper-slide .review-author p span {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #666666;
}
.wcl-reviews .wcl-reviews__swiper .swiper-button-prev {
  left: -50px;
}
.wcl-reviews .wcl-reviews__swiper .swiper-button-next {
  right: -50px;
}

.wcl-reporting {
  margin-bottom: 100px;
}
.wcl-reporting .wcl-reporting__title {
  margin-bottom: 55px;
  padding: 0 30px;
}
.wcl-reporting .wcl-reporting__title h3 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 105%;
  text-align: center;
  color: #27214a;
}
.wcl-reporting .wcl-reporting__body {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-items: stretch;
}
.wcl-reporting .wcl-reporting__body .wcl-reporting__item {
  width: calc(50% - 15px);
  min-height: 296px;
  border-radius: 25px;
  padding: 20px 50px 20px 50px;
}
.wcl-reporting .wcl-reporting__body .wcl-reporting__item .item-img-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.wcl-reporting .wcl-reporting__body .wcl-reporting__item h5 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 105%;
  color: #27214a;
}
.wcl-reporting .wcl-reporting__body .wcl-reporting__item p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #27214a;
  display: block;
  margin-top: 10px;
}
.wcl-reporting .wcl-reporting__body .reporting-item-1 {
  background-color: #e1fbfc;
}
.wcl-reporting .wcl-reporting__body .reporting-item-2 {
  background-color: #faeff0;
}
.wcl-reporting .wcl-reporting__body .reporting-item-3 {
  background-color: #faf5ec;
}
.wcl-reporting .wcl-reporting__body .reporting-item-4 {
  background-color: #fceaff;
}
.wcl-reporting .wcl-reporting__foot {
  margin: 50px 0 100px;
}
.wcl-reporting .wcl-reporting__foot h5 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 105%;
  text-align: center;
  color: #27214a;
  display: block;
  max-width: 350px;
  margin: 0 auto 15px;
}
.wcl-reporting .wcl-reporting__foot p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #27214a;
  display: block;
  max-width: 410px;
  margin: 0 auto 25px;
}
.wcl-reporting .wcl-reporting__foot .report-btn {
  box-sizing: border-box;
  width: 266px;
  height: 53px;
  background: #5b4dac;
  border: 2px solid #5b4dac;
  border-radius: 100px;
  margin: 35px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition: background-color 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.wcl-reporting .wcl-reporting__foot .report-btn:hover {
  background: #695ac1;
}
.wcl-reporting .wcl-reporting__foot .report-btn a {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-reporting .wcl-consalting {
  max-width: 1108px;
  background: linear-gradient(180deg, #5b4dac 0%, #00a297 100%);
  border-radius: 25px;
  padding: 85px 33px 85px 63px;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-around;
  margin: 0 15px;
}
.wcl-reporting .wcl-consalting .consalting-left {
  max-width: 540px;
}
.wcl-reporting .wcl-consalting .consalting-left h4 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  color: #ffffff;
  display: block;
  margin-bottom: 25px;
}
.wcl-reporting .wcl-consalting .consalting-left h4 span {
  color: #64ccc9;
}
.wcl-reporting .wcl-consalting .consalting-left p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 21px;
  color: #ffffff;
}
.wcl-reporting .consalting-right {
  max-width: 440px;
}
.wcl-reporting .consalting-right img {
  width: 100%;
}

.wcl-started {
  background: linear-gradient(180deg, #251f46 25%, #5b4dac 100%);
  padding: 97px 0;
}
.wcl-started .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wcl-started .container .wcl-started__left {
  position: relative;
  max-width: 540px;
}
.wcl-started .container .wcl-started__left h4 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 105%;
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
}
.wcl-started .container .wcl-started__left p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
.wcl-started .container .wcl-started__left .started-btn {
  box-sizing: border-box;
  width: 200px;
  height: 53px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition: background-color 0.2s ease;
  z-index: 2;
  cursor: pointer;
}
.wcl-started .container .wcl-started__left .started-btn:hover {
  background: #ebe9e9;
}
.wcl-started .container .wcl-started__left .started-btn a {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #27214a;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-started .container .wcl-started__left .started-btn a span {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.wcl-started .container .wcl-started__left .started__star-1 {
  width: 30%;
  position: absolute;
  left: -188px;
  top: -76px;
  z-index: 1;
}
.wcl-started .container .wcl-started__left .started__star-2 {
  width: 10%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.wcl-footer.white {
  background: #fff;
}
.wcl-footer.white .wcl-footer__item-1 .social {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.wcl-footer.white .wcl-footer__item-1 .social .face img {
  cursor: pointer;
}
.wcl-footer.white .wcl-footer__item-1 .social .twit img {
  cursor: pointer;
}
.wcl-footer.white .wcl-footer__item-2 h5 {
  color: #222;
}
.wcl-footer.white .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item a:hover {
  color: #818181;
}
.wcl-footer.white .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children a:hover {
  color: #818181;
}
.wcl-footer.white .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children a:hover::after {
  border-top-color: #818181;
}
.wcl-footer.white .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:hover {
  background-color: #ebe9e9;
}
.wcl-footer.white .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children a {
  color: #222;
}
.wcl-footer.white .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children a::after {
  border-top-color: #222;
}
.wcl-footer.white .wcl-footer__item-2 .wlc-footer__nav ul.menu li a {
  color: #222;
}
.wcl-footer.white .wcl-footer__item-3 h5 {
  color: #222;
}
.wcl-footer.white .wcl-footer__item-3 ul li a {
  color: #222;
}
.wcl-footer.white .wcl-footer__item-3 ul li a:hover {
  color: #818181;
}
.wcl-footer.white .wcl-footer__item-4 h5 {
  color: #222;
}
.wcl-footer.white .wcl-footer__item-4 p {
  color: #222;
}
.wcl-footer.white .wcl-footer__item-4 p a {
  color: #222;
}
.wcl-footer.white .wcl-footer__item-4 p a:hover {
  color: #818181;
}

.wcl-footer {
  background: #2e1a47;
  padding: 100px 15px;
}
.wcl-footer .wcl-footer__content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 32px;
}
.wcl-footer .wcl-footer__item-1 {
  max-width: 190px;
  display: flex;
  row-gap: 25px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.wcl-footer .wcl-footer__item-1 .underscore {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.wcl-footer .wcl-footer__item-1 .copy p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
.wcl-footer .wcl-footer__item-2 h5 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  padding: 8px 15px;
  margin-bottom: 5px;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li:hover > a {
  color: #cfcaca;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li > a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 8px 15px;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li > a:focus {
  outline: none;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children {
  position: relative;
  overflow: hidden;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children a {
  width: -moz-fit-content;
  width: fit-content;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children.active .sub-menu {
  opacity: 1;
  max-height: 500px;
  pointer-events: auto;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-left: auto;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 0px;
  padding: 10px 0 0 0;
  list-style-type: none;
  min-width: 300px;
  z-index: 9;
  opacity: 0;
  will-change: opacity, transform;
  pointer-events: none;
  transition: opacity 0.2s ease, max-height 0.2s ease;
  padding: 5px;
  border-radius: 5px;
  max-height: 0;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu .menu-item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  transition: background-color 0.2s ease;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu .menu-item:last-child {
  border-bottom: 0px;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu .menu-item a {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu .menu-item a .zd-submenu-desc {
  font-size: 12px;
  margin-top: 6px;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu .menu-item a .zd-submenu-icon img {
  max-width: 42px;
}
.wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu .menu-item:hover {
  background-color: #42216a;
}
.wcl-footer .wcl-footer__item-3 h5 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  padding: 8px 0px;
  margin-bottom: 5px;
}
.wcl-footer .wcl-footer__item-3 ul li:hover > a {
  color: #cfcaca;
}
.wcl-footer .wcl-footer__item-3 ul li a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 8px 0px;
  transition: color 0.2s ease;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.wcl-footer .wcl-footer__item-4 h5 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #ffffff;
  padding: 8px 15px;
  margin-bottom: 5px;
}
.wcl-footer .wcl-footer__item-4 p {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  position: relative;
  display: block;
  align-items: flex-end;
  gap: 8px;
  padding: 8px 15px;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.wcl-footer .wcl-footer__item-4 p:hover > a {
  color: #cfcaca;
}
.wcl-footer .wcl-footer__item-4 p a {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.wcl-footer .wcl-footer__item-under {
  display: none;
  margin-top: 25px;
  width: 100%;
  row-gap: 25px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.wcl-footer .wcl-footer__item-under .underscore {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.wcl-footer .wcl-footer__item-under .copy {
  width: 100%;
}
.wcl-footer .wcl-footer__item-under .copy p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}

.wcl-software-hero {
  padding: 200px 0 115px;
  background-image: url("../img/Component46.png");
  background-size: cover;
}
.wcl-software-hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 10px;
}
.wcl-software-hero .container .wcl-software-hero__left {
  width: 445px;
  height: 400px;
  background: #a8a2f9;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wcl-software-hero .container .wcl-software-hero__left img {
  aspect-ratio: 385/250;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 385px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.wcl-software-hero .container .wcl-software-hero__right {
  max-width: 590px;
}
.wcl-software-hero .container .wcl-software-hero__right .right-links {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.wcl-software-hero .container .wcl-software-hero__right .right-links a {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: lowercase;
  color: rgba(115, 111, 175, 0.6392156863);
  background-color: rgba(255, 255, 255, 0.5607843137);
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 100px;
  transition: background-color 0.3s ease-in-out;
}
.wcl-software-hero .container .wcl-software-hero__right .right-links a:hover {
  background-color: rgba(255, 255, 255, 0.8431372549);
}
.wcl-software-hero .container .wcl-software-hero__right h1 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 105%;
  color: #222222;
  display: block;
  margin-bottom: 15px;
}
.wcl-software-hero .container .wcl-software-hero__right p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
}
.wcl-software-hero .container .wcl-software-hero__right .hero-manager {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}
.wcl-software-hero .container .wcl-software-hero__right .hero-manager .img-wrap {
  max-width: 40px;
  border-radius: 20px;
  margin-top: 5px;
}
.wcl-software-hero .container .wcl-software-hero__right .hero-manager .img-wrap img {
  width: 100%;
}
.wcl-software-hero .container .wcl-software-hero__right .hero-manager .manager-body {
  max-width: 201px;
}
.wcl-software-hero .container .wcl-software-hero__right .hero-manager .manager-body span {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
}
.wcl-software-hero .container .wcl-software-hero__right .hero-manager .manager-body p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 19px;
  color: #222222;
  display: block;
  margin-bottom: 5px;
}

.wcl-software-body .container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 75px 30px;
}
.wcl-software-body .container .wcl-software-body__left {
  max-width: 74.2%;
}
.wcl-software-body .container .wcl-software-body__left .types-customer {
  margin-bottom: 30px;
}
.wcl-software-body .container .wcl-software-body__left .types-customer h2 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  color: #222222;
}
.wcl-software-body .container .wcl-software-body__left .types-customer p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 155%;
  color: #222222;
  display: block;
  margin: 15px 0 30px;
}
.wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body {
  max-width: 335px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 0 45px;
  margin-top: -60px;
}
.wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body .fimg {
  display: block;
  margin-bottom: 25px;
}
.wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body .simg {
  display: block;
  margin-bottom: 15px;
}
.wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 155%;
  color: #222222;
  margin: 0;
}
.wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body .manager-btn-wrap {
  margin-top: 20px;
  height: 43px;
}
.wcl-software-body .container .wcl-software-body__left .design-customer h2 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  color: #222222;
}
.wcl-software-body .container .wcl-software-body__left .design-customer p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 155%;
  color: #222222;
  display: block;
  margin: 15px 0 30px;
}
.wcl-software-body .container .wcl-software-body__left .design-customer p a {
  color: #736faf;
  transition: color 0.2s ease;
}
.wcl-software-body .container .wcl-software-body__left .design-customer p a:hover {
  color: #231d72;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 10px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item {
  width: calc(50% - 6px);
  max-width: 210px;
  border-radius: 10px;
  display: flex;
  max-height: 151px;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  height: 151px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item.item-0 {
  background: #defaee;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item.item-1 {
  background: #d6ebff;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item.item-2 {
  background: #dedbff;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item.item-3 {
  background: #fff5d4;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 10px 42px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item > a:hover .item-link p span {
  max-width: 100px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item .item-link {
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  background: #ffffff;
  padding: 8px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition: background-color 0.2s ease;
  z-index: 2;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 5px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item .item-link > p {
  display: flex;
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 15px;
  line-height: 21px;
  color: #27214a;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item .item-link > p img {
  width: 15px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item .item-link > p span {
  display: inline-block;
  width: auto;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
  height: 27px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item p {
  font-family: "Graphie";
  font-weight: 700;
  font-size: 32px;
  line-height: 105%;
  color: #222222;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .slider-links .item span {
  font-family: "Graphie";
  font-weight: 300;
  font-size: 18px;
  line-height: 155%;
  color: #222222;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-next,
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  min-width: 40px;
  min-height: 40px;
  z-index: 55;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: background-color 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  outline: none;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-next:hover,
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-prev:hover {
  background-color: #ebe9e9;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-next:focus,
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-prev:focus {
  outline: none;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-next {
  bottom: 15px;
  right: 15px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-next::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 46%;
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #6559b2;
  border-right: 3px solid #6559b2;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 56;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-prev {
  bottom: 15px;
  right: 65px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-prev::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 54%;
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #6559b2;
  border-right: 3px solid #6559b2;
  transform: translate(-50%, -50%) rotate(135deg);
  z-index: 56;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper-wrapper.mini .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper-wrapper.mini .swiper-slide img {
  aspect-ratio: 223/151;
  height: 151px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper {
  width: 100%;
  height: 100%;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper.mySwiper2 {
  margin-left: 10px;
  max-width: 360px;
  max-height: 473px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper.mySwiper2 .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider body {
  background: #000;
  color: #000;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .mySwiper2 {
  height: 473px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .mySwiper {
  height: 20%;
  box-sizing: border-box;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-template {
  margin: 30px 0 55px;
  border-radius: 15px;
  overflow: hidden;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap {
  max-width: 430px;
  padding: 45px 0 0 45px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap > a {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: lowercase;
  color: rgba(115, 111, 175, 0.6392156863);
  background-color: rgba(255, 255, 255, 0.5607843137);
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 100px;
  transition: background-color 0.3s ease-in-out;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap > a:hover {
  background-color: rgba(255, 255, 255, 0.8431372549);
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap h2 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  color: #222222;
  display: block;
  margin: 15px 0;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #222222;
  margin: 0;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap .manager-btn-wrap {
  margin-top: 20px;
  height: 43px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .serve h2 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  color: #222222;
  display: block;
  margin: 0 0 26px 0;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .serve .serve-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 15px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .serve .serve-wrap .serve-item {
  max-width: 255px;
  width: 32%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(183, 183, 183, 0.23), 0px 0px 12px rgba(183, 183, 183, 0.16);
  border-radius: 15px;
  border-top: 14px solid #5b4dac;
  padding: 20px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .serve .serve-wrap .serve-item h3 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 105%;
  color: #5b4dac;
  display: block;
  margin: 0 0 35px;
}
.wcl-software-body .container .wcl-software-body__left .design-responses .serve .serve-wrap .serve-item p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
}
.wcl-software-body .container .wcl-software-body__left .analyzing {
  margin-top: 55px;
}
.wcl-software-body .container .wcl-software-body__left .analyzing h2 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 105%;
  color: #222222;
  display: block;
  margin: 0 0 26px 0;
}
.wcl-software-body .container .wcl-software-body__left .analyzing > p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 155%;
  color: #222222;
}
.wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right {
  padding-left: 65px;
}
.wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right > div:last-child p::after {
  display: none;
}
.wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right h3 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 105%;
  color: #222222;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
.wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right h3.active::before {
  background: #5b4dac;
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}
.wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right h3::before {
  content: attr(data-index);
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(183, 183, 183, 0.23), 0px 0px 12px rgba(183, 183, 183, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Graphie";
  font-weight: 700;
  font-size: 18px;
  color: #5b4dac;
  transition: background 0.3s ease, color 0.3s ease;
}
.wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right p {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 155%;
  color: #222222;
  position: relative;
}
.wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right p::after {
  content: "";
  position: absolute;
  left: -45px;
  top: -3px;
  width: 2px;
  background-color: #bab5c9;
  height: 115%;
}
.wcl-software-body .container .wcl-software-body__right {
  position: sticky;
  top: 20px;
  max-width: 23%;
  flex: 0 0 auto;
}
.wcl-software-body .container .wcl-software-body__right .right-wrap {
  position: sticky;
  top: 50px;
  bottom: 20px;
}
.wcl-software-body .container .wcl-software-body__right .right-wrap h2 {
  font-family: "Graphie";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #222222;
  padding: 0 15px;
  display: block;
  margin-bottom: 20px;
}
.wcl-software-body .container .wcl-software-body__right .right-wrap ul {
  display: flex;
  gap: 6px;
  flex-direction: column;
  max-width: 100%;
  white-space: nowrap;
}
.wcl-software-body .container .wcl-software-body__right .right-wrap ul li {
  box-sizing: border-box;
  width: 255px;
  height: 47px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  z-index: 2;
  cursor: pointer;
  background: transparent;
  box-shadow: none;
  max-width: 100%;
}
.wcl-software-body .container .wcl-software-body__right .right-wrap ul li.active, .wcl-software-body .container .wcl-software-body__right .right-wrap ul li:hover {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
.wcl-software-body .container .wcl-software-body__right .right-wrap ul li a {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #27214a;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 15px;
}
.wcl-software-body .container .wcl-software-body__right .right-wrap ul li a span {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.wcl-software-body .container .wcl-software-body__right .right-wrap ul li a span img {
  width: 19px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 1400px){
  header .wcl-header-top {
    -moz-column-gap: 10%;
    column-gap: 10%;
  }
  header .wcl-header-top ul.menu {
    -moz-column-gap: 5%;
    column-gap: 5%;
  }
  .wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu {
    -moz-column-gap: 5%;
    column-gap: 5%;
  }
}
@media only screen and (max-width: 1200px){
  .wcl-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  header .wcl-header-top {
    justify-content: space-between;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }
  header .wcl-header-top ul.menu {
    -moz-column-gap: 1%;
    column-gap: 1%;
  }
  header .wcl-header-top .wlc-header-top__login a:first-child {
    width: 80px;
    height: 30px;
  }
  header .wcl-header-top .wlc-header-top__login a:last-child {
    width: 80px;
    height: 30px;
  }
  .hero {
    padding: 30px 0 360px 0;
  }
  .hero .wlc-header__content {
    margin-top: 90px;
  }
  .hero .wlc-header__content h1 {
    font-size: 52px;
  }
  .hero .wlc-header__content .wlc-header__btn {
    width: 200px;
    height: 45px;
  }
  .wcl-research .wcl-research__content .wcl-research__item-1,
  .wcl-research .wcl-research__content .wcl-research__item-4 {
    max-width: 340px;
    padding: 35px;
  }
  .wcl-research .wcl-research__content .wcl-research__item-2,
  .wcl-research .wcl-research__content .wcl-research__item-3 {
    max-width: 405px;
    padding: 35px;
  }
  .wcl-research .wcl-research__bot .wcl-research__btn {
    width: 200px;
    height: 45px;
  }
  .wcl-services .wcl-services__wrap {
    flex-direction: column;
    row-gap: 25px;
  }
  .wcl-reporting .wcl-consalting {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 15px;
    align-items: center;
    row-gap: 25px;
    padding: 85px 33px;
  }
  .wcl-reporting .wcl-consalting .consalting-left {
    max-width: 100%;
  }
  .wcl-started .container {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 25px;
  }
  .wcl-started .container .wcl-started__left {
    max-width: 90%;
  }
  .wcl-started .container .wcl-started__left .started__star-1 {
    display: none;
  }
  .wcl-started .container .wcl-started__left .started__star-2 {
    display: none;
  }
  .wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu {
    -moz-column-gap: 1%;
    column-gap: 1%;
  }
  .wcl-software-hero .container {
    justify-content: space-around;
  }
  .wcl-software-hero .container .wcl-software-hero__left {
    width: 350px;
    height: 320px;
  }
  .wcl-software-hero .container .wcl-software-hero__left img {
    max-width: 320px;
  }
  .wcl-software-hero .container .wcl-software-hero__right {
    max-width: 540px;
  }
  .wcl-software-body .container .wcl-software-body__left {
    max-width: 65%;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer p {
    margin: 15px 0 15px;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-next::after {
    border-bottom: 2px solid #6559b2;
    border-right: 2px solid #6559b2;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .button-prev::after {
    border-bottom: 2px solid #6559b2;
    border-right: 2px solid #6559b2;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .swiper.mySwiper2 {
    max-width: 100%;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .mySwiper2 {
    margin-left: 0 !important;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-slider .mySwiper {
    display: none;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-template {
    width: 100% !important;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .serve .serve-wrap {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 20px;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .serve .serve-wrap .serve-item {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 992px){
  body {
    font-size: 18px;
  }
  .wcl-page-content {
    margin-top: 120px;
  }
  header .wcl-header-top .burger {
    display: block;
  }
  header .wcl-header-top .wlc-header-top__nav {
    display: none;
  }
  header .wcl-header-top .wlc-header-top__login {
    display: none;
  }
  .hero {
    padding: 10px 16px 210px;
  }
  .hero .wlc-header__content {
    margin-top: 80px;
  }
  .hero .banner-hero::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, rgba(111, 109, 203, 0.84) 100%);
  }
  .wcl-research .wcl-research__content {
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    row-gap: 10px;
  }
  .wcl-research .wcl-research__content .wcl-research__item-1 h3,
  .wcl-research .wcl-research__content .wcl-research__item-4 h3 {
    font-size: 30px;
  }
  .wcl-research .wcl-research__content .wcl-research__item-1 p,
  .wcl-research .wcl-research__content .wcl-research__item-4 p {
    font-size: 16px;
  }
  .wcl-research .wcl-research__content .wcl-research__item-1 {
    position: relative;
    top: 0;
    left: 0;
    max-width: 350px;
  }
  .wcl-research .wcl-research__content .wcl-research__item-2 {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 350px;
  }
  .wcl-research .wcl-research__content .wcl-research__item-3 {
    position: relative;
    top: 0;
    right: 0;
    max-width: 350px;
  }
  .wcl-research .wcl-research__content .wcl-research__item-4 {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 350px;
  }
  .wcl-research .wcl-research__content .wcl-research__item-center {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .wcl-reviews .wcl-reviews__title h3 {
    font-size: 32px;
  }
  .wcl-reviews .swiper-nav .reviews-swiper-button-prev,
  .wcl-reviews .swiper-nav .reviews-swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .wcl-footer .wcl-footer__item-1 .underscore {
    display: none;
  }
  .wcl-footer .wcl-footer__item-1 .copy {
    display: none;
  }
  .wcl-footer .wcl-footer__item-under {
    display: flex;
  }
  .wcl-software-hero {
    padding: 90px 0 90px;
  }
  .wcl-software-hero .container {
    flex-direction: column;
    row-gap: 30px;
  }
  .wcl-software-hero .container .wcl-software-hero__right {
    max-width: 90%;
  }
  .wcl-software-body .container {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .wcl-software-body .container .wcl-software-body__left {
    max-width: 85%;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body {
    margin-top: 0px;
  }
  .wcl-software-body .container .wcl-software-body__right {
    display: none;
  }
}
@media only screen and (max-width: 768px){
  .wcl-page-title {
    font-size: 42px;
  }
  .wcl-not-found {
    font-size: 24px;
  }
  h1,
  .wcl-h1 {
    font-size: 30px;
  }
  h2,
  .wcl-h2 {
    font-size: 28px;
  }
  .hero .wlc-header__content {
    margin-top: 30px;
  }
  .hero .wlc-header__content h1 {
    font-size: 40px;
  }
  .hero .banner-hero::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, rgba(111, 109, 203, 0.84) 100%);
  }
  .wcl-follow .wcl-follow__top h3 {
    font-size: 30px;
  }
  .wcl-follow .wcl-follow__top p {
    font-size: 18px;
  }
  .wcl-follow .wlc-follow__desc p {
    font-size: 18px;
  }
  .wcl-follow .wlc-follow__rate-wrap {
    flex-direction: column;
    row-gap: 25px;
  }
  .wcl-follow .wlc-follow__rate-wrap .rate-el {
    width: 100%;
  }
  .wcl-follow .star-1 {
    display: none;
  }
  .wcl-follow .star-2 {
    display: none;
  }
  .wcl-footer .wcl-footer__item-1 {
    width: 50%;
  }
  .wcl-footer .wcl-footer__item-2 {
    width: 50%;
  }
  .wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
    left: -50%;
    top: 30;
    bottom: auto;
  }
  .wcl-footer .wcl-footer__item-3 {
    width: 50%;
  }
  .wcl-footer .wcl-footer__item-4 {
    width: 50%;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap {
    background-size: cover !important;
    border-radius: 15px;
    overflow: hidden;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body {
    max-width: 100%;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body .fimg {
    margin-bottom: 15px;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body-rep {
    display: none;
  }
}
@media only screen and (max-width: 576px){
  h3,
  .wcl-h3,
  h4,
  .wcl-h4 {
    font-size: 22px;
  }
  .hero {
    padding: 10px 16px 157px;
  }
  .hero .wlc-header__content .wcl-reward-link {
    width: 350px;
    height: 28px;
  }
  .hero .wlc-header__content .wcl-reward-link span {
    font-size: 12px;
  }
  .hero .wlc-header__content h1 {
    font-size: 30px;
    line-height: 123%;
  }
  .hero .wlc-header__content h1 br {
    display: none;
  }
  .hero .wlc-header__content .wlc-header-desc {
    margin-top: 25px;
  }
  .hero .wlc-header__content .wlc-header-desc p {
    font-size: 18px;
    line-height: 150%;
  }
  .hero .wlc-header__content .wlc-header__btn {
    width: 180px;
    height: 40px;
  }
  .hero .wlc-header__content .wlc-header__btn a {
    font-size: 15px;
  }
  .wcl-research {
    padding: 50px 0;
  }
  .wcl-research .wcl-research__top .wcl-research__title h2 {
    font-size: 30px;
  }
  .wcl-research .wcl-research__top .wcl-research__desc p {
    font-size: 18px;
  }
  .wcl-research .wcl-research__bot {
    margin: 75px 0 50px;
  }
  .wcl-research .wcl-research__bot .wcl-research__btn {
    width: 180px;
    height: 40px;
  }
  .wcl-research .wcl-research__bot .wcl-research__btn a {
    font-size: 15px;
  }
  .wcl-research .wcl-research__swiper .swiper .swiper-slide {
    padding: 30px;
  }
  .wcl-research .wcl-research__swiper .swiper .swiper-slide .research-slide-wrap {
    padding-bottom: 15px;
  }
  .wcl-research .wcl-research__swiper .swiper .swiper-slide .research-swiper-btn a {
    font-size: 15px;
  }
  .wcl-follow {
    padding: 50px 30px;
  }
  .wcl-follow .wlc-follow__desc {
    padding: 30px 15px;
  }
  .wcl-follow .wlc-follow__rate-wrap {
    padding: 50px 0 0 0;
  }
  .wcl-services {
    padding: 50px 0;
  }
  .wcl-services .container {
    padding: 0 15px;
  }
  .wcl-services .wcl-services__wrap .wcl-services__item {
    max-width: 350px;
    padding: 30px;
  }
  .wcl-services .wcl-services__wrap .wcl-services__item .item-img-wrap {
    max-width: 350px;
  }
  .wcl-services .wcl-services__wrap .wcl-services__item .item-title span {
    font-size: 18px;
  }
  .wcl-services .wcl-services__wrap .wcl-services__item .item-title h4 {
    font-size: 24px;
  }
  .wcl-services .wcl-services__wrap .wcl-services__item .item-desc p {
    font-size: 16px;
  }
  .wcl-reviews .container {
    justify-content: center;
    margin-bottom: 20px;
  }
  .wcl-reviews .wcl-reviews__title p {
    margin-top: 5px;
  }
  .wcl-reviews .swiper-nav .reviews-swiper-button-prev,
  .wcl-reviews .swiper-nav .reviews-swiper-button-next {
    display: none;
  }
  .wcl-reviews .wcl-reviews__swiper {
    margin: 0 auto 50px auto;
  }
  .wcl-reporting {
    margin-bottom: 50px;
  }
  .wcl-reporting .wcl-reporting__title {
    margin-bottom: 35px;
  }
  .wcl-reporting .wcl-reporting__title h3 {
    font-size: 32px;
  }
  .wcl-reporting .wcl-reporting__body .wcl-reporting__item {
    width: 350px;
  }
  .wcl-reporting .wcl-reporting__body .wcl-reporting__item .item-img-wrap {
    width: 80px;
  }
  .wcl-reporting .wcl-reporting__foot {
    margin: 50px 0 50px;
  }
  .wcl-reporting .wcl-reporting__foot h5 {
    font-size: 24px;
    padding: 0 30px;
  }
  .wcl-reporting .wcl-reporting__foot .report-btn a {
    font-size: 15px;
  }
  .wcl-reporting .wcl-consalting {
    max-width: 350px;
    margin: 0 auto;
    padding: 55px 33px;
  }
  .wcl-reporting .wcl-consalting .consalting-left h4 {
    font-size: 24px;
  }
  .wcl-reporting .wcl-consalting .consalting-left p {
    font-size: 16px;
  }
  .wcl-started {
    padding: 50px 0;
  }
  .wcl-started .container {
    max-width: 350px;
    margin: 0 auto;
  }
  .wcl-started .container .wcl-started__left h4 {
    font-size: 26px;
  }
  .wcl-started .container .wcl-started__left p {
    font-size: 16px;
  }
  .wcl-footer {
    padding: 50px 15px;
  }
  .wcl-footer .wcl-footer__content-wrap {
    justify-content: center;
  }
  .wcl-footer .wcl-footer__item-1 {
    width: 100%;
    max-width: 100%;
  }
  .wcl-footer .wcl-footer__item-2 {
    width: 100%;
    max-width: 100%;
  }
  .wcl-footer .wcl-footer__item-2 h5 {
    padding: 8px 0;
  }
  .wcl-footer .wcl-footer__item-2 .wlc-footer__nav ul.menu li > a {
    padding: 8px 0;
  }
  .wcl-footer .wcl-footer__item-3 {
    width: 100%;
    max-width: 100%;
  }
  .wcl-footer .wcl-footer__item-4 {
    width: 100%;
    max-width: 100%;
  }
  .wcl-footer .wcl-footer__item-4 h5 {
    padding: 8px 0;
  }
  .wcl-footer .wcl-footer__item-4 p {
    padding: 8px 0;
  }
  .wcl-software-hero {
    padding: 50px 0 50px;
  }
  .wcl-software-hero .container .wcl-software-hero__right h1 {
    font-size: 30px;
  }
  .wcl-software-hero .container .wcl-software-hero__right .manager-btn-wrap {
    margin: 31px auto 0 auto;
  }
  .wcl-software-body .container {
    padding: 50px 30px;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer h2 {
    font-size: 30px;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap {
    height: 390px !important;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body {
    padding: 25px;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body .manager-btn-wrap {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .wcl-software-body .container .wcl-software-body__left .design-customer h2 {
    font-size: 30px;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-template {
    margin: 30px 0;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap {
    padding: 16px;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap h2 {
    font-size: 30px;
    margin: 10px 0;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap .manager-btn-wrap {
    width: 100%;
    margin: 15px auto 0 auto;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .serve h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .wcl-software-body .container .wcl-software-body__left .analyzing {
    margin-top: 30px;
  }
  .wcl-software-body .container .wcl-software-body__left .analyzing h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right {
    padding-left: 50px;
  }
  .wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right h3::before {
    left: -50px;
  }
  .wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right p::after {
    height: 110%;
    left: -30px;
  }
}
@media only screen and (max-width: 425px){
  .wcl-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wcl-page-title {
    font-size: 30px;
  }
  h2,
  .wcl-h2 {
    font-size: 24px;
  }
  .hero .wlc-header__content h1 {
    font-size: 30px;
    line-height: 123%;
  }
  .hero .wlc-header__content .wlc-header-desc p {
    font-size: 18px;
    line-height: 150%;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body {
    padding: 16px;
  }
  .wcl-software-body .container .wcl-software-body__left .types-customer .types-wrap .types-body .manager-btn-wrap a {
    font-size: 16px;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-template {
    height: 380px !important;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap h2 {
    font-size: 24px;
  }
  .wcl-software-body .container .wcl-software-body__left .design-responses .responses-template .response-template-wrap .manager-btn-wrap a {
    font-size: 16px;
  }
  .wcl-software-body .container .wcl-software-body__left .analyzing .analyzing-body .analyzing-body__right p::after {
    height: 106%;
  }
}
