@import 'boostrap/bootstrap.css';
.row {
  --bs-gutter-x: 40px;
}

.container {
  max-width: 1480px;
}

.row .row {
  margin-left: -20px;
  margin-right: -20px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.devurl:before {
  position: absolute;
  top: -140px;
  left: -140px;
  width: 200px;
  padding-top: 175px;
  color: #fff;
  content: "DEV";
  font-size: 14px;
  font-weight: bold;
  transform: rotate(-45deg);
  z-index: 100000;
  text-align: center;
  background: #f00;
  height: 200px;
}

.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {
  background-color: #000;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxNext, #cboxPrevious {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 0;
}
#cboxNext:after, #cboxPrevious:after {
  display: none;
}

#cboxPrevious {
  right: 42px;
}

#cboxClose {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
  color: #fff;
  padding: 10px;
  text-align: center;
}
#cboxClose:after {
  display: none;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

body, h1, h2, h3, h4, h5 {
  font-family: "Lexend Deca", sans-serif;
}

body {
  color: rgb(3, 28, 27);
}

.btn {
  font-size: 16px;
  border-radius: 50px;
  padding: 14px 24px 16px;
  line-height: 1;
  font-weight: 700;
  background: #6334A0;
  color: #fff;
  transition: all 0.3s ease-out;
}
.btn:hover {
  background: #4b277a;
  color: #fff;
}
.btn.green {
  background-color: rgb(105, 219, 6);
  color: #1D0F2E;
}
.btn.green:hover {
  background: #51a905;
}

.btn + .btn {
  margin-left: 8px;
}

header {
  width: 100%;
  top: 20px;
  position: fixed;
  z-index: 100;
  padding: 0 63px;
}
header .headerin {
  position: relative;
  height: 94px;
}
header .headerin:before {
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  left: -63px;
  right: -63px;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
}
header .logo {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 160px;
  height: 45px;
  background: url(../img/logo.svg) no-repeat;
  position: absolute;
  top: 23px;
  left: 0px;
  z-index: 2;
}
header nav {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
header nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  padding: 0 25px;
}
header nav ul a {
  color: #1D0F2E;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
header nav ul a:hover {
  color: rgb(105, 219, 6);
}
header .mobileaccess {
  display: none;
}
header .access {
  position: absolute;
  top: 24px;
  right: 0px;
}
header .access .l {
  font-size: 12px;
  color: #1D0F2E;
  text-align: right;
}
header .access a {
  color: #1D0F2E;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  transition: all 0.3s ease-out;
}
header .access a:hover {
  color: rgb(105, 219, 6);
}
header li:hover .dd {
  opacity: 1;
  pointer-events: all;
}
header .dd {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 30px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
header .dd h4 {
  display: none;
}
header .dd h2 {
  color: #1D0F2E;
}
header .dd:before {
  width: 150px;
  left: 50%;
  bottom: 100%;
  margin-left: -280px;
  height: 40px;
  background: transaprent;
  content: "";
  position: absolute;
}
header .dd .usecasesgrid {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0px 0px 8px 8px;
  padding: 32px 42px 12px;
}
header .dd .usecasesgrid .container {
  padding: 0;
}
header .dd .usecasesgrid .col {
  padding: 0 10px;
}
header .dd .usecasesgrid .grid a {
  box-shadow: none;
  filter: none;
  background: #fdf9f9;
  margin-bottom: 20px;
}
header .dd .usecasesgrid .grid a:hover {
  background: rgb(105, 219, 6);
  box-shadow: 0px 18px 28px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
}
header .dd .usecasesgrid .text {
  font-weight: 400 !important;
}

.hero {
  height: 872px;
  background-color: #1D0F2E;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 120px;
}
.hero h1 {
  font-size: 64px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero h1 span {
  color: rgb(105, 219, 6);
}
.hero p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 30px;
}
.hero .img {
  position: relative;
}
.hero .img img {
  position: absolute;
  top: -50px;
  right: 0;
  border-radius: 8px;
  max-width: 100%;
}

.sectiontitle {
  color: #1D0F2E;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
}
.sectiontitle span {
  font-weight: 400;
}

.clienlist {
  padding-top: 160px;
  padding-bottom: 160px;
}
.clienlist h2 {
  margin-bottom: 50px;
}
.clienlist .logolists {
  display: flex;
  justify-content: flex-start;
  max-width: 1860px;
  margin: 0 auto;
}
.clienlist .logolists .i {
  height: 150px;
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
}

.videotestimonials {
  background: #FDF9F9;
  padding-top: 128px;
  padding-bottom: 128px;
}
.videotestimonials.alt {
  padding: 64px 0;
}
.videotestimonials .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.videotestimonials .title .author {
  font-size: 24px;
  color: #1D0F2E;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
}
.videotestimonials .title .author:before {
  width: 159px;
  height: 1px;
  background-color: #1D0F2E;
  position: absolute;
  content: "";
  display: block;
  right: 100%;
  top: 20px;
  margin-right: 10px;
}
.videotestimonials .video {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.videotestimonials .video img {
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.videotestimonials .video .img {
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
  position: relative;
  cursor: pointer;
}
.videotestimonials .video .img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
}
.videotestimonials .video .img:after {
  z-index: 6;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.videotestimonials .video .img:hover:after {
  opacity: 1;
}
.videotestimonials .video i {
  position: absolute;
  color: rgb(105, 219, 6);
  font-size: 96px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 7;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.videotestimonials .video.playing .img, .videotestimonials .video.playing i {
  opacity: 0;
  pointer-events: none;
}
.videotestimonials .video a {
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.videotestimonials .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videotestimonials .view {
  color: #1D0F2E;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.videotestimonials .view i {
  margin-left: 10px;
}
.videotestimonials .view:hover {
  color: #6334A0;
}

.textandimage {
  padding: 64px 0;
  /* p + .btn {
    margin-top: 20px;
  } */
}
.textandimage .row {
  display: flex;
  align-items: center;
}
.textandimage.noalign .row {
  align-items: unset;
}
.textandimage h4 {
  color: #6334A0;
  font-size: 16px;
  font-weight: 700;
}
.textandimage h2 {
  color: #1D0F2E;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 30px;
}
.textandimage h2 span {
  font-weight: 400;
}
.textandimage p {
  font-size: 20px;
  line-height: 1.6;
}
.textandimage img {
  max-width: 100%;
  border-radius: 8px;
}
.textandimage p {
  margin-top: 20px;
}
.textandimage .gap {
  height: 50px;
}

.usecasesgrid {
  background: #1D0F2E;
  padding: 128px 0;
}
.usecasesgrid h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 800;
}
.usecasesgrid h2 span {
  font-weight: 300;
}
.usecasesgrid h4 {
  font-size: 16px;
  font-weight: 700;
  color: rgb(105, 219, 6);
}
.usecasesgrid .grid {
  margin-top: 50px;
}
.usecasesgrid .grid a {
  background: #fff;
  border-radius: 4px;
  display: block;
  padding: 32px 24px;
  padding-left: 130px;
  position: relative;
  color: #1D0F2E;
  text-decoration: none;
  margin-bottom: 40px;
  transition: all 0.5s ease-out;
}
.usecasesgrid .grid a:hover {
  background: rgb(105, 219, 6);
}
.usecasesgrid .grid a .title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  position: relative;
  padding-right: 30px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.usecasesgrid .grid a .title i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}
.usecasesgrid .grid a .ico {
  font-size: 48px;
  position: absolute;
  top: 40px;
  left: 30px;
  width: 80px;
  text-align: center;
}
.usecasesgrid.alt {
  background: none;
}
.usecasesgrid.alt h4 {
  color: #6334A0;
}
.usecasesgrid.alt h2 {
  color: #1D0F2E;
}
.usecasesgrid.alt .grid a {
  background: #FDF9F9;
  filter: drop-shadow(0px 1px 1px rgba(9, 30, 66, 0.25)) drop-shadow(0px 0px 1px rgba(9, 30, 66, 0.31));
}
.usecasesgrid.alt .grid a:hover {
  background: rgb(105, 219, 6);
}

.casestudiesslider {
  padding: 128px 0;
}
.casestudiesslider .slider {
  margin-top: 30px;
  position: relative;
}
.casestudiesslider .img {
  height: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casestudiesslider .img img {
  max-width: 100%;
}
.casestudiesslider p {
  font-size: 20px;
  line-height: 1.6;
}
.casestudiesslider .bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
}
.casestudiesslider .view {
  color: #6334A0;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.casestudiesslider .view:hover {
  color: rgb(105, 219, 6);
}
.casestudiesslider .view i {
  margin-left: 10px;
}
.casestudiesslider .author {
  text-align: right;
  color: #1D0F2E;
  font-size: 20px;
  border-right: 1px solid #1d0f2e;
  padding-right: 45px;
  margin-right: 45px;
}
.casestudiesslider .author.nolink {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.casestudiesslider .author .title {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  color: #1D0F2E;
}
.casestudiesslider .author .title:before {
  height: 1px;
  width: 159px;
  background: #1e1e1e;
  content: "";
  position: absolute;
  top: 18px;
  right: 100%;
  margin-right: 10px;
}
.casestudiesslider .bx-controls-direction {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 40px;
}
.casestudiesslider .bx-controls-direction a {
  width: 48px;
  height: 48px;
  background-color: rgb(105, 219, 6);
  border-radius: 100%;
  color: #1D0F2E;
  font-size: 19px;
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  margin-left: 15px;
  transition: all 0.3s ease-out;
}
.casestudiesslider .bx-controls-direction a:hover {
  background: #51a905;
}

.ctacontainer {
  background-color: #FDF9F9;
  padding: 128px 0;
}
.ctacontainer .cta {
  background-color: #1D0F2E;
  border-radius: 8px;
  margin: 0;
}
.ctacontainer .img {
  height: 504px;
  background-position: center;
  background-size: cover;
  border-radius: 8px 0 0 8px;
}
.ctacontainer .text {
  height: 504px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}
.ctacontainer h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40px;
}
.ctacontainer p {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.ctacontainer .order-2 .img {
  border-radius: 0 8px 8px 0;
}

footer {
  padding-top: 128px;
  padding-bottom: 128px;
  background: #FDF9F9;
}
footer h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul a {
  color: #1D0F2E;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
footer ul a:hover {
  color: rgb(105, 219, 6);
}
footer .social {
  text-align: right;
}
footer .social .sociallinks {
  margin-bottom: 100px;
}
footer .social .sociallinks a {
  display: inline-block;
  margin-left: 15px;
  transition: all 0.3s ease-out;
}
footer .social .sociallinks a:hover {
  opacity: 0.7;
}
footer .social .footerlogo {
  display: inline-block;
  width: 160px;
  height: 45px;
  background: url(../img/logo.svg) no-repeat;
}
footer .bottomrow {
  margin-top: 70px;
}
footer .terms {
  font-size: 16px;
  color: #1D0F2E;
}
footer .terms ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
footer .terms li:after {
  content: " | ";
  display: inline-block;
}
footer .terms li:last-child:after {
  display: none;
}
footer .terms a {
  color: #1D0F2E;
  display: inline-block;
  text-decoration: none;
  margin-right: 14px;
}
footer .copy {
  color: #1D0F2E;
  text-align: center;
}
footer .vc {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  width: 226px;
  height: 23px;
  background: url(../img/vc.svg) no-repeat;
  float: right;
}

.pageheader {
  padding-top: 174px;
  margin-bottom: 30px;
}
.pageheader .pageheaderin {
  position: relative;
}
.pageheader .pageheaderin:before {
  left: -63px;
  right: -63px;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  background: #1D0F2E;
  content: "";
  position: absolute;
}
.pageheader .row {
  position: relative;
}
.pageheader .text {
  height: 516px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.pageheader .img {
  height: 516px;
  margin-right: -64px;
  border-radius: 0 8px 8px 0;
  background-position: center;
  background-size: cover;
}
.pageheader .img.logo {
  background-color: #f9f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageheader h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.pageheader p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
.pageheader ul, .pageheader .bc {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-left: -7px;
  color: #fff;
}
.pageheader ul li, .pageheader .bc li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pageheader ul li, .pageheader .bc li {
  display: inline-block;
}
.pageheader ul li:after, .pageheader .bc li:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  margin: 0 7px;
}
.pageheader ul li:last-child:after, .pageheader .bc li:last-child:after {
  display: none;
}
.pageheader ul a, .pageheader .bc a {
  color: rgb(169, 132, 215);
  text-decoration: none;
  border-bottom: 1px solid rgb(169, 132, 215);
  display: inline-block;
  padding-bottom: 3px;
  margin: 0 7px;
}
.pageheader ul .breadcrumb_last, .pageheader .bc .breadcrumb_last {
  display: inline-block;
  margin-left: 7px;
}
@media only screen and (max-height: 770px) {
  .pageheader .bc {
    position: relative;
    z-index: 9999;
  }
}

.benefits {
  padding: 128px 0;
}
.benefits .gridrow {
  margin-top: 70px;
}
.benefits h4 {
  color: #6334A0;
  font-size: 16px;
  font-weight: 700;
}
.benefits .i {
  text-align: center;
}
.benefits .i i {
  color: rgb(3, 28, 27);
  font-size: 48px;
}
.benefits .i .title {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.benefits .i p {
  font-size: 20px;
  line-height: 1.6;
}

.casestudieslist {
  padding: 128px 0;
}
.casestudieslist .i {
  background: linear-gradient(230.1deg, rgba(236, 236, 236, 0.96) -5.63%, rgba(255, 255, 255, 0.92) 91.56%), radial-gradient(158.38% 213.83% at 119.66% 142.43%, #efefef 0%, #ededed 100%);
  height: 334px;
  position: relative;
  box-shadow: 0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);
  border-radius: 8px;
  padding: 20px 100px 20px 400px;
  display: block;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
}
.casestudieslist .i .text .title {
  color: #000000;
  font-size: 36px;
  margin-bottom: 20px;
}
.casestudieslist .i .text .text {
  max-width: 330px;
  font-size: 20px;
  line-height: 1.6;
}
.casestudieslist .i .logo {
  width: 248px;
  height: 211px;
  top: 50%;
  margin-top: -106px;
  left: 80px;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
}
.casestudieslist .i .logo img {
  max-width: 100%;
  width: auto;
}
.casestudieslist .i i {
  position: absolute;
  color: rgb(0, 0, 0);
  font-size: 48px;
  right: 60px;
  top: 50%;
  margin-top: -20px;
}

.nextcasecontainer {
  overflow: hidden;
  position: relative;
}
.nextcasecontainer .row > div {
  padding: 0;
}
.nextcasecontainer a {
  height: 364px;
  display: flex;
  align-items: flex-start;
  color: #1D0F2E;
  text-decoration: none;
  flex-direction: column;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.nextcasecontainer a .t {
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  display: block;
  font-weight: 700;
  position: relative;
}
.nextcasecontainer a .title {
  position: relative;
  font-size: 48px;
  font-weight: 800;
}
.nextcasecontainer .back {
  padding-left: 20px;
}
.nextcasecontainer .back:before {
  background: #f9f4ff;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2000px;
  height: 100%;
}
.nextcasecontainer .next {
  padding-left: 100px;
}
.nextcasecontainer .next:before {
  background: rgb(105, 219, 6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 100%;
}

.kb {
  padding: 64px 0;
}
.kb .searchandfilters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.kb .searchandfilters .search {
  height: 48px;
  border-radius: 40px;
  border: 2px solid #1d0f2e;
  position: relative;
  padding: 0 100px 0 60px;
}
.kb .searchandfilters .search:before {
  height: 16px;
  width: 1px;
  position: absolute;
  background: #1D0F2E;
  content: "";
  top: 15px;
  left: 45px;
}
.kb .searchandfilters .search i {
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 16px;
  color: #1D0F2E;
}
.kb .searchandfilters .search .btn {
  position: absolute;
  top: -2px;
  right: -2px;
  height: 48px;
  background: #1D0F2E;
}
.kb .searchandfilters .search input {
  height: 46px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  background: none;
  outline: none !important;
}
.kb .filters select {
  background: #1D0F2E url(../img/select.svg) no-repeat right 20px center;
  height: 48px;
  border-radius: 30px;
  color: #fff;
  padding: 0 20px;
  padding-right: 45px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
}
.kb .i {
  display: block;
  margin-bottom: 60px;
  text-decoration: none;
  color: #1D0F2E;
  padding: 0 20px 20px;
  border-radius: 8px;
  transition: all 0.5s ease-out;
}
.kb .i:hover {
  box-shadow: 0px 10px 18px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
}
.kb .i:hover img {
  transform: scale(1.2);
}
.kb .i .img {
  margin: 0 -20px 15px;
  border-radius: 8px;
  overflow: hidden;
}
.kb .i img {
  transition: all 0.5s ease-out;
  width: 100%;
  height: auto;
}
.kb .i .cat {
  color: rgb(105, 219, 6);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.kb .i .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}
.kb .i .text {
  font-size: 20px;
  line-height: 1.6;
}
.kb ::placeholder {
  color: #42858c;
}

.pagination {
  justify-content: center;
}
.pagination .page-numbers {
  background: #FDF9F9;
  height: 43px;
  display: inline-block;
  padding: 0 18px;
  color: #000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  padding-top: 8px;
  margin: 0 3px;
}
.pagination .page-numbers.current {
  background: #1D0F2E;
  color: #fff;
}

.contact {
  padding: 64px 0;
}
.contact h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 52px;
  color: #1D0F2E;
  margin-bottom: 20px;
}
.contact p {
  font-size: 20px;
  line-height: 1.6;
  color: #031c1b;
}
.contact .contactmethos {
  margin-top: 40px;
}
.contact .contactmethos .i {
  display: block;
  padding-left: 70px;
  position: relative;
  color: #1D0F2E;
  text-decoration: none;
  margin-bottom: 40px;
  font-size: 20px;
  transition: all 0.3s ease-out;
}
.contact .contactmethos .i:hover i {
  color: rgb(105, 219, 6);
}
.contact .contactmethos .i i {
  transition: all 0.3s ease-out;
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 0;
}
.contact .contactmethos .i strong {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
.contact .form {
  padding: 40px;
  border-radius: 8px;
  background: #1D0F2E;
}
.contact .form label {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 3px;
}
.contact .form input, .contact .form select, .contact .form textarea {
  border: 2px solid #52a707;
  border-radius: 8px;
  height: 52px;
  background: none;
  color: #fff;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
  outline: none !important;
  transition: all 0.3s ease-out;
}
.contact .form input:focus, .contact .form select:focus, .contact .form textarea:focus {
  border: 2px solid #fff;
}
.contact .form select {
  width: unset;
  background: transparent url(../img/select.svg) no-repeat right 20px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 45px;
}
.contact .form select option {
  color: #333;
}
.contact .form textarea {
  height: 177px;
  padding: 20px;
}
.contact .form .btn {
  background: rgb(105, 219, 6);
  color: #1D0F2E;
}
.contact .form .check {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.contact .form .check label {
  font-size: 14px;
  font-weight: 400;
}
.contact .form .check .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.contact .form .check .wpcf7-list-item {
  margin: 0;
}
.contact .form .check input {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: transparent;
}
.contact .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 10px;
  right: 10px;
}
.contact .wpcf7-not-valid {
  border-color: red !important;
}
.contact .wpcf7 form .wpcf7-response-output {
  border-radius: 8px;
  padding: 20px;
  color: #fff;
  text-align: center;
  margin: 20px 0 0;
}

.defaultblock {
  margin: 64px 0;
}
.defaultblock p {
  font-size: 20px;
  line-height: 1.6;
}
.defaultblock p a {
  color: rgb(105, 219, 6);
  text-decoration: none;
}
.defaultblock p a:hover {
  text-decoration: underline;
}

.e404 {
  padding-top: 230px;
  padding-bottom: 60px;
}
.e404 h4 {
  font-size: 16px;
  font-weight: 500;
  color: #1D0F2E;
}
.e404 h2 {
  color: #6334A0;
  font-size: 192px;
  font-weight: 700;
}
.e404 p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.e404 img {
  max-width: 100%;
}

.pagecontent.defaultblock.section.heading {
  margin: 0;
}

.pagecontent.defaultblock.section.paragraph {
  margin: 1rem 0 0 0;
}

.mobilemenu_additional {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  width: 25px;
  height: 25px;
  color: black;
  text-decoration: none;
}
.mobilemenu_additional:hover {
  color: black;
}
@media only screen and (max-width: 1470px) and (min-width: 993px) {
  .mobilemenu_additional {
    display: block;
  }
}
.mobilemenu_additional span {
  background: #1D0F2E;
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
}
.mobilemenu_additional span:last-child {
  margin-bottom: 0;
}
.mobilemenu_additional p {
  font-size: 9px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.menuopen .mobilemenu_additional span {
  background: #ffffff;
}
.menuopen .mobilemenu_additional span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.menuopen .mobilemenu_additional span:nth-child(2) {
  transform: translateY(-1px) rotate(-45deg);
}
.menuopen .mobilemenu_additional span:nth-child(3) {
  transform: scale(0);
}
.menuopen .mobilemenu_additional p {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1583px) {
  header .headerin:before,
.pageheader .pageheaderin:before {
    left: -40px;
    right: -40px;
  }
  .pageheader .img {
    margin-right: -40px;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1470px) {
  header {
    top: 0;
  }
  header .headerin:before {
    border-radius: 0;
  }
  header .access {
    display: none;
  }
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    left: unset;
    background: #1D0F2E;
    height: 100vh;
    display: block;
    padding: 150px 20px 20px;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0);
    transition: all 0.3s ease-out;
    transform: translateX(100%);
  }
  header nav ul {
    display: block;
    overflow: auto;
    height: 100%;
  }
  header nav ul li {
    margin-bottom: 15px;
  }
  header nav ul li a {
    font-size: 20px;
    color: #fff !important;
  }
  header nav ul li.usecases > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s ease-out;
  }
  .menuopen header nav {
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
  }
  header .mobilemenu {
    width: 270px;
    height: 60px;
    position: fixed;
    bottom: 40px;
    left: 50%;
    margin-left: -135px;
    padding-top: 6px;
    background: url(../img/logo.svg) no-repeat rgba(255, 255, 255, 0.9);
    background-position: 30px 15px;
    background-size: 100px auto;
    box-shadow: 0px 8px 12px rgba(9, 30, 66, 0.15), 0px 0px 1px rgba(9, 30, 66, 0.31);
    border-radius: 50px;
    z-index: 10;
    padding: 20px 30px 0 215px;
  }
  header .mobilemenu span {
    background: #1D0F2E;
    height: 2px;
    margin-bottom: 5px;
    display: block;
    transition: all 0.3s ease-out;
  }
  .menuopen header .mobilemenu span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .menuopen header .mobilemenu span:nth-child(2) {
    transform: translateY(-1px) rotate(-45deg);
  }
  .menuopen header .mobilemenu span:nth-child(3) {
    transform: scale(0);
  }
  header .mobileaccess {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 40px 0px;
  }
  header .mobileaccess .l {
    font-size: 14px;
    color: #fff;
  }
  header .mobileaccess a {
    color: #1D0F2E;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.3s ease-out;
  }
  header .mobileaccess a:hover {
    color: rgb(105, 219, 6);
  }
  header .open .dd {
    max-height: 600px;
    margin-top: 15px;
  }
  header .open > a:after {
    transform: rotate(180deg);
  }
  header .dd {
    position: relative;
    opacity: 1;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.3s ease-out;
  }
  header .dd .usecasesgrid {
    background: none;
    padding: 0;
  }
  header .dd .usecasesgrid .grid {
    margin-top: 0;
  }
  header .dd .usecasesgrid .grid .col {
    width: 100%;
  }
  header .dd .usecasesgrid .grid a {
    padding: 0;
    color: #fff;
    background: none;
    padding: 0;
    height: auto;
    display: block;
    line-height: auto;
    display: flex;
  }
  header .dd .usecasesgrid .grid a .ico {
    position: relative;
    display: inline-block;
    font-size: 24px;
    left: unset;
    top: unset;
  }
  header .dd .usecasesgrid .grid a .title {
    display: inline-block;
    padding: 0;
    padding-top: 7px;
  }
  header .dd .usecasesgrid .grid a .title i {
    display: none;
  }
  header .dd .usecasesgrid .grid a .text {
    display: none;
  }
  header .dd h2 {
    display: none;
  }
  .e404 h2 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero {
    height: 700px;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero .img img {
    top: 0;
  }
  .sectiontitle {
    font-size: 40px;
  }
  .textandimage p {
    font-size: 18px;
  }
  .textandimage h2 {
    font-size: 40px;
  }
  .usecasesgrid .grid a {
    padding-left: 100px;
  }
  .usecasesgrid .grid a .ico {
    left: 20px;
    width: 60px;
  }
  .casestudiesslider p {
    font-size: 18px;
  }
  .casestudiesslider .view {
    font-size: 20px;
  }
  .casestudiesslider .author {
    font-size: 18px;
  }
  .ctacontainer h2 {
    font-size: 40px;
  }
  .pageheader h1 {
    font-size: 48px;
  }
  .pageheader p {
    font-size: 18px;
  }
  .pageheader .text, .pageheader .img {
    height: 450px;
  }
  .benefits {
    padding: 80px 0;
  }
  .benefits .i p {
    font-size: 18px;
  }
  .casestudieslist {
    padding: 80px 0;
  }
  .casestudieslist .i {
    padding-left: 350px;
  }
  .casestudieslist .i .logo {
    left: 30px;
  }
  .nextcasecontainer a .title {
    font-size: 40px;
  }
  footer {
    padding: 80px 0;
  }
  .contact h2 {
    font-size: 40px;
  }
  .contact p {
    font-size: 18px;
  }
  .usecasesgrid h2 {
    font-size: 40px;
  }
  .e404 {
    padding-top: 128px;
  }
  .e404 h2 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 992px) {
  header .headerin:before,
header .logo {
    display: none;
  }
  .pageheader {
    padding-top: 0;
  }
  .hero {
    height: auto;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero .img {
    margin-top: 40px;
  }
  .hero .img img {
    position: relative;
    width: 100%;
  }
  .hero p {
    font-size: 16px;
  }
  .sectiontitle {
    font-size: 36px;
  }
  .clienlist {
    padding: 80px 0;
  }
  .videotestimonials {
    padding: 80px 0;
  }
  .videotestimonials .title {
    flex-direction: column;
    align-items: flex-start;
  }
  .videotestimonials .title .author {
    margin-left: 110px;
  }
  .videotestimonials .title .author:before {
    width: 100px;
  }
  .textandimage h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .textandimage p {
    font-size: 16px;
  }
  .usecasesgrid {
    padding: 80px 0;
  }
  .usecasesgrid h2 {
    font-size: 36px;
  }
  .casestudiesslider {
    padding: 80px 0;
  }
  .casestudiesslider .bottom {
    display: block;
  }
  .casestudiesslider .bottom .author {
    border-right: none;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  .casestudiesslider .bottom .author .title:before {
    display: none;
  }
  .ctacontainer {
    padding: 80px 0;
  }
  .ctacontainer .text, .ctacontainer .img {
    height: 450px;
  }
  .ctacontainer h2 {
    font-size: 36px;
  }
  .ctacontainer p {
    font-size: 16px;
  }
  footer .social {
    padding-top: 40px;
    text-align: left;
  }
  footer .social h4 {
    display: inline-block;
    margin-right: 20px;
  }
  footer .social .sociallinks {
    margin-bottom: 0px;
    display: inline-block;
  }
  footer .social .sociallinks a {
    margin-left: 0;
    margin-right: 20px;
  }
  footer .social .footerlogo {
    display: none;
  }
  .benefits {
    padding-bottom: 40px;
  }
  .benefits .i {
    margin-bottom: 40px;
  }
  .casestudieslist .i {
    height: 280px;
    padding-left: 270px;
  }
  .casestudieslist .i .logo {
    width: 200px;
  }
  .casestudieslist .i .text .title {
    font-size: 30px;
  }
  .casestudieslist .i .text .text {
    font-size: 16px;
  }
  .casestudieslist .i i {
    right: 30px;
  }
  .kb .i .title {
    font-size: 18px;
  }
  .kb .i .text {
    font-size: 16px;
  }
  .contact h2 {
    font-size: 36px;
  }
  .contact p {
    font-size: 16px;
  }
  .contact .contactmethos .i {
    font-size: 16px;
  }
  .contact .contactmethos .i strong {
    font-size: 20px;
  }
  .contact .form {
    padding: 30px;
  }
  .e404 {
    padding-top: 128px;
  }
  .e404 h2 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    top: 0;
  }
  header nav {
    width: 100%;
    padding-bottom: 120px;
  }
  .hero {
    margin-bottom: 0;
  }
  .sectiontitle {
    font-size: 32px;
  }
  .clienlist h2 {
    margin-bottom: 30px;
  }
  .clienlist .logolists {
    flex-wrap: wrap;
  }
  .clienlist .logolists .i {
    width: 33.33%;
    flex: 1 0 auto;
  }
  .textandimage {
    padding: 40px 0;
  }
  .textandimage img {
    margin-bottom: 40px;
  }
  .usecasesgrid h2 {
    font-size: 32px;
  }
  .usecasesgrid h2 span {
    display: block;
  }
  .usecasesgrid .grid {
    padding: 0 10px;
  }
  .usecasesgrid .grid .col {
    padding: 0 10px 20px;
  }
  .usecasesgrid .grid a {
    padding: 30px 20px;
    margin-bottom: 20px;
    height: 100%;
    margin-bottom: 0;
  }
  .usecasesgrid .grid a .ico {
    position: relative;
    top: auto;
    left: unset;
  }
  .usecasesgrid .grid a .title {
    padding: 0;
    font-size: 17px;
  }
  .usecasesgrid .grid a .title i {
    display: none;
  }
  .usecasesgrid .grid a .text {
    font-size: 14px;
  }
  .casestudiesslider p {
    font-size: 16px;
  }
  .casestudiesslider .bottom {
    margin-top: 30px;
  }
  .casestudiesslider .bottom .author {
    font-size: 16px;
  }
  .casestudiesslider .bx-controls-direction {
    position: relative;
    bottom: unset;
    margin-bottom: 0;
    text-align: center;
    margin-top: 30px;
  }
  .casestudiesslider .bx-controls-direction a {
    margin: 0 10px;
  }
  .ctacontainer {
    padding: 0;
    border-radius: 0;
  }
  .ctacontainer .cta {
    border-radius: 0;
    margin: 0 -20px;
    overflow: hidden;
  }
  .ctacontainer .img {
    height: auto;
    padding-bottom: 60%;
    border-radius: 0;
  }
  .ctacontainer .text {
    height: auto;
    padding: 40px 20px 40px;
    border-radius: 0;
  }
  .ctacontainer h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  footer {
    padding: 1px 0 40px;
  }
  footer h4 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  footer .social {
    border-top: 1px solid #A984D7;
    border-bottom: 1px solid #A984D7;
    padding: 30px 0;
    margin: 20px 0;
    width: auto;
  }
  footer .social h4 {
    margin-top: 0;
    display: block;
  }
  footer .bottomrow {
    margin-top: 20px;
  }
  footer .copy {
    text-align: left;
    padding: 20px;
  }
  footer .vc {
    float: none;
    margin-top: 20px;
  }
  header .headerin:before, .pageheader .pageheaderin:before {
    left: -20px;
    right: -20px;
    border-radius: 0;
  }
  .pageheader .text {
    height: auto;
    padding: 30px 0;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
  }
  .menuopen .pageheader .text {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  .pageheader .img {
    height: auto;
    padding-bottom: 50%;
    background-position: center;
    background-size: cover;
    margin-right: -20px;
    margin-left: -20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pageheader .img.nocrop {
    padding-bottom: 0;
    background: none !important;
  }
  .pageheader .img.nocrop img {
    max-width: 100%;
  }
  .pageheader h1 {
    font-size: 36px;
  }
  .pageheader p {
    font-size: 16px;
  }
  .benefits .i .title {
    font-size: 20px;
  }
  .benefits .i p {
    font-size: 16px;
  }
  .casestudieslist {
    padding: 40px 0 40px;
  }
  .casestudieslist .i {
    padding: 30px 20px;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
  }
  .casestudieslist .i .logo {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 0 20px;
    height: 100px;
  }
  .casestudieslist .i .logo img {
    max-height: 100px;
  }
  .casestudieslist .i i {
    display: none;
  }
  .casestudieslist .i .text .title {
    font-size: 24px;
  }
  .nextcasecontainer a {
    height: auto;
    padding: 40px 0;
  }
  .nextcasecontainer a .t {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .nextcasecontainer a .title {
    font-size: 32px;
  }
  .nextcasecontainer .next {
    padding-left: 20px;
  }
  .kb {
    padding: 40px 0;
  }
  .kb .searchandfilters {
    flex-direction: column;
  }
  .kb .filters {
    margin-bottom: 20px;
  }
  .kb .i {
    max-width: 320px;
    margin: 0 auto 40px;
  }
  .contact {
    padding: 40px 0;
  }
  .e404 {
    padding-top: 0px;
  }
  .e404 .img {
    margin: 0 -20px 40px;
  }
  .e404 h2 {
    font-size: 100px;
  }
  .e404 p {
    font-size: 16px;
  }
}
@media only screen and (max-height: 770px) {
  header nav ul li {
    margin-bottom: 10px;
    /* a{
        font-size: 30px;
    } */
  }
}

/*# sourceMappingURL=style.css.map */
