/*!
Theme Name: EWA Paymentprocess Theme
Theme URI: http://underscores.me/
Author: Essential Web App
Author URI: https://essentialwebapp.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ewa-paymentprocess-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ewa-paymentprocess-theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
---------------------------------------------------------------- */
:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1198px;
  --reflex-xlg: 1470px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1197px;
  --reflex-lg-max: 1469px;
}

.container,
.container-full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1198px) {
  .container {
    max-width: 1198px;
  }
}
@media (min-width: 1470px) {
  .container {
    max-width: 1198px;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}
.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
[class*=col-]::before, [class*=col-]::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}
[class*=col-] .grid {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1198px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1470px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  -ms-flex: 1 0 0px;
  -webkit-box-flex: 1;
          flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1198px) {
  .col-lg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1470px) {
  .col-xlg-auto {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

@media only screen and (min-width: 576px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 1198px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
@media only screen and (min-width: 1470px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%;
}

.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media only screen and (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1198px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media only screen and (min-width: 1470px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.no-wrap [class*=col-] {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}
.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}
.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1197px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1198px) and (max-width: 1469px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1470px) {
  .hidden-xlg {
    display: none;
  }
}

@font-face {
  font-family: "Barlow";
  src: url("assets/font/Barlow-Bold.woff2") format("woff2"), url("assets/font/Barlow-Bold.woff") format("woff"), url("assets/font/Barlow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("assets/font/Barlow-Medium.woff2") format("woff2"), url("assets/font/Barlow-Medium.woff") format("woff"), url("assets/font/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("assets/font/Barlow-Regular.woff2") format("woff2"), url("assets/font/Barlow-Regular.woff") format("woff"), url("assets/font/Barlow-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/font/BarlowCondensed-Medium.woff2") format("woff2"), url("assets/font/BarlowCondensed-Medium.woff") format("woff"), url("assets/font/BarlowCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/font/BarlowCondensed-Regular.woff2") format("woff2"), url("assets/font/BarlowCondensed-Regular.woff") format("woff"), url("assets/font/BarlowCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/font/BarlowCondensed-Light.woff2") format("woff2"), url("assets/font/BarlowCondensed-Light.woff") format("woff"), url("assets/font/BarlowCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

p {
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  color: #212126;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #F6F4FF;
  margin: 0;
}

.text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mt-75 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .mt-75 {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .mt-75 {
    margin-top: 75px;
  }
}

.site-main > p {
  display: none;
}

img {
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=radio] {
  accent-color: #6D50FA;
}

.btn {
  font: normal normal 700 1rem/1.5rem Barlow, sans-serif;
  display: inline-block;
  text-decoration: none;
  padding: 10px 26px;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .btn {
    font: normal normal 700 1.125rem/1.125rem Barlow, sans-serif;
    padding: 16px 32px;
  }
}
.btn.btn-primary {
  background-color: #6D50FA;
  color: #ffffff;
  border: 2px solid transparent;
}
.btn.btn-primary:hover {
  background-color: #ffffff;
  color: #6D50FA;
  border-color: #6D50FA;
}
.btn.btn-border {
  color: #6D50FA;
  border: 2px solid #C150FA;
  background-color: #ffffff;
}
.btn.btn-border:hover {
  background-color: #C150FA;
  color: #ffffff;
  border-color: #C150FA;
}

.site-main .container, .site-content .container {
  position: relative;
}

@media (min-width: 992px) {
  .site-main .container::after, .site-content .container::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(#E9E8EE 0.5px, transparent 0.5px, transparent calc(100% - 0.5px), #E9E8EE calc(100% - 0.5px)), linear-gradient(90deg, #E9E8EE 0.5px, transparent 0.5px, transparent calc(100% - 0.5px), #E9E8EE calc(100% - 0.5px));
    background-size: 33.3333333333% 100%;
    border: 0.5px solid #E9E8EE;
    width: 1137px;
    height: 130%;
    left: 30px;
    top: -50px;
    border-top: 0;
    border-right: 0;
    right: -27px;
    margin-right: 61px;
    z-index: -1;
  }
}

.site-content {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .site-content {
    padding-bottom: 200px;
  }
}

.section-title {
  text-align: center;
}
.section-title__heading {
  margin: 0;
  font: normal normal 400 2.438rem/2.438rem Barlow Condensed, sans-serif;
  color: #6D50FA;
}
@media (min-width: 992px) {
  .section-title__heading {
    font: normal normal 400 4.5rem/4.95rem Barlow Condensed, sans-serif;
  }
}
.section-title__desc {
  margin: 0 auto;
  max-width: 650px;
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  color: #212126;
  margin-top: 24px;
  margin-bottom: 24px;
}
.section-title.partner-section-title p {
  max-width: 950px;
}
.section-title.card-section-title p {
  text-align: left;
  max-width: 800px;
  margin-top: 45px;
}
.section-title__small h2 {
  font: normal normal 400 2.438rem/2.438rem Barlow Condensed, sans-serif;
}
@media (min-width: 768px) {
  .section-title__small h2 {
    font: normal normal 400 3.188rem/3.825rem Barlow Condensed, sans-serif;
  }
}

.testimonial-video__box {
  border: 1px solid #D3D3D4;
  background-color: #ffffff;
  border-radius: 32px;
  overflow: hidden;
}
.testimonial-video__iframe {
  width: 100%;
  height: 440px;
  border-radius: 32px;
  border: 0;
}
.testimonial-video__title {
  margin: 0;
  padding: 32px 32px 0;
  font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  color: #6D50FA;
}
@media (min-width: 992px) {
  .testimonial-video__title {
    font: normal normal 400 2.25rem/2.925rem Barlow Condensed, sans-serif;
  }
}
.testimonial-video__author {
  color: #212126;
  padding: 24px 32px 32px;
  margin: 0;
  font: normal normal 400 1.25rem/1.875rem Barlow Condensed, sans-serif;
}
@media (min-width: 992px) {
  .testimonial-video__author {
    font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  }
}
.testimonial-video__author-desg {
  display: block;
  color: #212126;
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
}
@media (min-width: 992px) {
  .testimonial-video__author-desg {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}

.testimonial-box {
  border: 1px solid #D3D3D4;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 32px;
}
.testimonial-box__content {
  margin: 0;
  font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  color: #6D50FA;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .testimonial-box__content {
    font: normal normal 400 2.125rem/2.8rem Barlow Condensed, sans-serif;
  }
}
.testimonial-box__title {
  color: #212126;
  font: normal normal 400 1.25rem/1.875rem Barlow Condensed, sans-serif;
  margin: 0;
}
@media (min-width: 992px) {
  .testimonial-box__title {
    font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  }
}
.testimonial-box__desg {
  display: block;
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
}
@media (min-width: 992px) {
  .testimonial-box__desg {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}
.testimonial-box__right {
  border-top: 1px solid #C150FA;
  padding-top: 32px;
  display: block;
}
@media (min-width: 768px) {
  .testimonial-box__right {
    border-left: 1px solid #C150FA;
    padding-left: 32px;
    border-top: 0;
    padding-top: 0;
  }
}
.testimonial-box__img {
  margin-right: 26px;
}

.hero__title {
  margin: 0;
  color: #4935A7;
  font: normal normal 400 3.125rem/3.75rem Barlow Condensed, sans-serif;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .hero__title {
    font: normal normal 400 4.5rem/4.95rem Barlow Condensed, sans-serif;
  }
}
.hero__desc {
  color: #212126;
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero__desc {
    margin-top: 16px;
    margin-bottom: 64px;
    font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  }
}
.hero__btn {
  display: block;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__btn {
    margin-right: 24px;
    margin-top: 0;
    display: inline-block;
  }
}
.hero__img {
  max-width: 100%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .hero__img {
    margin-top: 0;
  }
}
.hero__title-home {
  margin: 0;
  font: normal normal 400 3.125rem/3.75rem Barlow Condensed, sans-serif;
  color: #4935A7;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .hero__title-home {
    font: normal normal 300 5.625rem/5.625rem Barlow Condensed, sans-serif;
  }
}
.hero__title-home span {
  color: #6D50FA;
  background: -webkit-linear-gradient(left, #6D50FA, #C150FA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-home .col-md-6 {
  padding-top: 0;
}

.hero-home p {
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
}

.home.page-template-page-full .site-main {
  padding-top: 0;
}

.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clients img {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .clients img {
    margin: 20px;
  }
}
@media (min-width: 768px) {
  .clients {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.card-list {
  background-color: #ffffff;
  border: 1px solid #D3D3D4;
  border-radius: 24px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .card-list {
    padding: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.card-list__left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.card-list__title {
  font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  margin: 0;
  margin-bottom: 16px;
  color: #6D50FA;
}
@media (min-width: 768px) {
  .card-list__title {
    font: normal normal 400 2.25rem/2.925rem Barlow Condensed, sans-serif;
  }
}
.card-list__item {
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
  display: block;
  color: #212126;
  position: relative;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .card-list__item {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}
.card-list__item:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #212126;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.card-list__img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .card-list__img {
    margin-top: 0;
  }
}

.card-large {
  border: 1px solid #D3D3D4;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 15px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .card-large {
    padding: 50px 50px 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.card-large__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 1198px) {
  .card-large__content {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}
.card-large__content-title {
  margin: 0;
  color: #6D50FA;
  font: normal normal 400 2.438rem/2.438rem Barlow Condensed, sans-serif;
}
@media (min-width: 768px) {
  .card-large__content-title {
    font: normal normal 400 4.5rem/4.95rem Barlow Condensed, sans-serif;
  }
}
.card-large__content-subtitle {
  color: #6D50FA;
  font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .card-large__content-subtitle {
    font: normal normal 400 2.25rem/2.925rem Barlow Condensed, sans-serif;
  }
}
.card-large__content-desc {
  color: #212126;
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .card-large__content-desc {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}
.card-large__img {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}
@media (min-width: 1198px) {
  .card-large__img {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}
.card-large__btn {
  position: relative;
  padding-right: 50px;
}
.card-large__btn img {
  position: absolute;
  right: 20px;
}
.card-large__btn.btn-desktop {
  display: none;
}
@media (min-width: 992px) {
  .card-large__btn.btn-desktop {
    display: inline-block;
    width: auto;
  }
}
.card-large__btn.btn-mobile {
  display: block;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .card-large__btn.btn-mobile {
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .card-large__btn.btn-mobile {
    display: none;
  }
}

.card-small {
  border: 1px solid #D3D3D4;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .card-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.card-small__content {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.card-small__content-title {
  margin: 0;
  color: #6D50FA;
  font: normal normal 400 2.25rem/2.925rem Barlow Condensed, sans-serif;
}
.card-small__content-subtitle {
  color: #6D50FA;
  font: normal normal 400 2.25rem/2.925rem Barlow Condensed, sans-serif;
  margin: 0;
  margin-top: 20px;
}
.card-small__content-desc {
  color: #212126;
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  margin-bottom: 48px;
}
.card-small__img {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.card-small__img img {
  max-width: 100%;
}
.card-small__btn {
  text-align: center;
}
.card-small__btn.btn-desktop {
  display: none;
}
@media (min-width: 768px) {
  .card-small__btn.btn-desktop {
    display: inline-block;
  }
}
.card-small__btn.btn-mobile {
  display: block;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .card-small__btn.btn-mobile {
    display: none;
  }
}

.faqs {
  max-width: 800px;
  margin: 0 auto;
}
.faqs__single {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #D3D3D4;
  padding: 15px 0;
}
.faqs__single:first-child {
  padding-top: 0;
}
.faqs__single:last-child {
  border-bottom: 0;
}
.faqs__title {
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  width: 100%;
  color: #212126;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
  width: 95%;
}
.faqs__title.active {
  font: normal normal 500 1.125rem/1.688rem Barlow, sans-serif;
  color: #6D50FA;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.faqs__title.active .faqs__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  right: -20px;
  top: 0;
}
.faqs__title:hover {
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.faqs__icon {
  position: absolute;
  right: -25px;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.faqs__content {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
}
.faqs__content.show {
  display: block;
}
.faqs__content p {
  max-width: 95%;
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  opacity: 0;
  -webkit-transform: translate3d(0px, 60px, 0px);
          transform: translate3d(0px, 60px, 0px);
  -webkit-transition: opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01), opacity 0.8s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s cubic-bezier(0, 0.99, 0.44, 1.01);
  margin: 0;
  margin-top: 12px;
}
.faqs__content p.show {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  transition: opacity 0.8s cubic-bezier(0, 0.99, 0.44, 1.01), transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01), -webkit-transform 0.6s 0.1s cubic-bezier(0, 0.99, 0.44, 1.01);
  display: block;
}

.contact__single {
  margin-bottom: 16px;
}
.contact__single label {
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  color: #212126;
  margin-bottom: 16px;
  display: block;
}
.contact__single p {
  margin: 0;
}
.contact__single br {
  display: none;
}
.contact__single input, .contact__single textarea {
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  width: 100%;
  border-radius: 32px;
  border: 1px solid #B5B5B7;
  padding: 18px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #909092;
  font-family: "Barlow", sans-serif;
}
.contact__single textarea {
  height: 170px;
  resize: none;
}
.contact__label {
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  color: #212126;
  margin-bottom: 16px;
}
.contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__btn p {
  margin: 0;
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
}
.contact__btn p a {
  color: #212126;
}
.contact__btn input {
  font-family: "Barlow", sans-serif;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 14px 40px;
  background-color: #6D50FA;
  border-radius: 32px;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 24px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid transparent;
}
.contact__btn input:hover {
  border-color: #6D50FA;
  color: #6D50FA;
  background-color: transparent;
}
.contact__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__radio-single {
  margin-right: 32px;
  padding: 12px 24px;
  border: 1px solid #B5B5B7;
  border-radius: 32px;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.contact__radio-single p {
  margin: 0;
}
.contact__radio-single label {
  margin-left: 8px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}

.accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.accordion__btn-single {
  font: normal normal 500 1.25rem/1.875rem Barlow Condensed, sans-serif;
  background-color: #F6F4FF;
  border: 1px solid #D3D3D4;
  padding: 32px;
  border-radius: 32px;
  margin-bottom: 24px;
  cursor: pointer;
  color: #212126;
  text-align: left;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.accordion__btn-single .tab-a.active-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion__btn-single .tab-a.active-a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  left: 0;
  top: 0;
  z-index: -1;
}
.accordion__btn-single .tab-a.active-a a {
  display: block;
  font: normal normal 700 1.125rem/1.125rem Barlow, sans-serif;
  color: #6D50FA;
  border-bottom: 2px solid #C150FA;
  line-height: 35px;
}
@media (min-width: 768px) {
  .accordion__btn-single {
    font: normal normal 500 1.563rem/2.188rem Barlow Condensed, sans-serif;
  }
}
.accordion__btn-single.active {
  background-color: #ffffff;
  position: relative;
}
.accordion__btn-single.active::after {
  content: "Know More";
  position: absolute;
  font: normal normal 700 1.125rem/1.125rem Barlow, sans-serif;
  right: 32px;
  color: #6D50FA;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 2px solid #C150FA;
  padding-bottom: 3px;
}
.accordion__btn-single a {
  display: none;
}
.accordion__content .content {
  margin-top: 0;
}
.accordion__content .faq-accordion {
  margin: 0;
}

.accordion__content .faq__content ul.faq-accordion > li:first-child {
  padding-top: 0;
}

.tab-container {
  margin: 5% 10%;
  background-color: #c1e3d9;
  padding: 3%;
  border-radius: 4px;
}

.tab-menu ul {
  margin: 0;
  padding: 0;
}

.tab-menu ul li {
  list-style-type: none;
  display: inline-block;
}

.tab-menu ul li a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  background-color: #b4cbc4;
  padding: 7px 25px;
  border-radius: 4px;
}

.tab-menu ul li a.active-a {
  background-color: #588d7d;
  color: #ffffff;
}

.tab {
  display: none;
}

.tab h2 {
  color: rgba(0, 0, 0, 0.7);
}

.tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}

.tab-active {
  display: block;
}

.accordion__btn-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps {
  padding: 0 5px;
}
.steps__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.steps__btn:after {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #D3D3D4;
  left: 0;
  top: 25px;
  content: "";
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .steps__btn:after {
    display: block;
  }
}
.steps__btn button {
  border: 0;
  font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  background-color: #F6F4FF !important;
  color: #212126;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  padding: 0 15px;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 768px) {
  .steps__btn button {
    font: normal normal 400 2.25rem/2.925rem Barlow Condensed, sans-serif;
  }
}
.steps__btn button.active {
  background-color: #F6F4FF !important;
  font: normal normal 400 2.25rem/2.925rem Barlow Condensed, sans-serif !important;
  color: #6D50FA;
}
.steps__btn button:last-child span {
  display: none;
}
.steps__content {
  padding: 10px;
}

.content {
  display: none;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  margin-top: 0;
}
.content.active {
  display: block !important;
}
@media (min-width: 768px) {
  .content {
    margin-top: 70px;
  }
}

.content-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-single .btn-desktop {
  display: none;
}
@media (min-width: 768px) {
  .content-single .btn-desktop {
    display: inline-block;
  }
}
.content-single .btn-mobile {
  display: block;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .content-single .btn-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .content-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.content-single-left {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.content-single-left h5 {
  font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
}

.content-single-img {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  text-align: center;
  -webkit-animation: slideImg ease 1s forwards;
          animation: slideImg ease 1s forwards;
}

.content-single-left img {
  max-width: 100%;
}

@-webkit-keyframes slideImg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideImg {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.steps__btn-single:first-child.active::after {
  display: block;
}
@media (min-width: 768px) {
  .steps__btn-single:first-child.active::after {
    display: none;
  }
}

.steps__content .tab-content {
  display: none;
}

.steps__content .tab-content.active {
  display: block;
}

.tabs--loader {
  width: 100%;
  height: 4px;
  background-color: #6D50FA;
  position: absolute;
  bottom: 18px;
  left: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

@-webkit-keyframes line-loader {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes line-loader {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.steps__btn .tabs.active .tabs--loader {
  -webkit-animation-name: line-loader;
          animation-name: line-loader;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.steps__btn .tabs.active {
  background-color: #ffffff;
  font-weight: 600;
}

.tabs-content-container .tab-content {
  display: none;
}

.tabs-content-container .tab-content.active-tab {
  display: block !important;
}

.tabs--loader {
  width: 100%;
  height: 4px;
  background-color: black;
  position: absolute;
  bottom: 18px;
  left: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: none;
}
@media (min-width: 768px) {
  .tabs--loader {
    display: block;
  }
}

@keyframes line-loader {
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.tabs-container .tabs.active-tab .tabs--loader {
  -webkit-animation-name: line-loader;
          animation-name: line-loader;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .tabs-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tabs-content-container {
  padding: 10px;
}

.tabs-container .tabs.active-tab {
  background-color: #fff;
  color: #6D50FA;
}

.features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.features__content-number {
  color: #6D50FA;
  font: normal normal 500 1.938rem/1.938rem Barlow Condensed, sans-serif;
  margin-right: 35px;
}
@media (min-width: 992px) {
  .features__content-number {
    font: normal normal 500 3.188rem/3.825rem Barlow Condensed, sans-serif;
  }
}
.features__content-title {
  margin: 0;
  font: normal normal 300 1.938rem/1.938rem Barlow Condensed, sans-serif;
  color: #212126;
}
@media (min-width: 992px) {
  .features__content-title {
    font: normal normal 300 3.188rem/3.825rem Barlow Condensed, sans-serif;
  }
}
.features__content-desc {
  margin: 0;
  color: #212126;
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .features__content-desc {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}
.features__content-btn {
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-top: 32px;
  color: #212126;
}
.features__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid.odd-feature {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .grid.odd-feature {
    margin: 100px 0;
  }
}

.testimonial-slider__single {
  border: 1px solid #D3D3D4;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  padding: 24px 32px 0;
  margin-bottom: 24px;
}
.testimonial-slider__single h4 {
  font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  color: #6D50FA;
  margin: 0;
}
@media (min-width: 992px) {
  .testimonial-slider__single h4 {
    font: normal normal 400 2.25rem/2.925rem Barlow Condensed, sans-serif;
  }
}
.testimonial-slider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .testimonial-slider__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.testimonial-slider__author-title {
  color: #212126;
  font: normal normal 400 1.25rem/1.875rem Barlow Condensed, sans-serif;
  position: relative;
  margin-right: 0;
}
@media (min-width: 992px) {
  .testimonial-slider__author-title {
    margin-right: 70px;
    font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  }
}
.testimonial-slider__author-title:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #C150FA;
  right: -30px;
  top: 45px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: 35px;
}
@media (min-width: 992px) {
  .testimonial-slider__author-title:after {
    background-color: #C150FA;
    right: -30px;
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    left: auto;
  }
}
.testimonial-slider__author-desg {
  display: block;
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
}
@media (min-width: 992px) {
  .testimonial-slider__author-desg {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}
.testimonial-slider__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-slider__logo img {
  margin-right: 16px;
}
.testimonial-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-slider .slick-dots li button {
  width: 20px;
  height: 12px;
  background: #D3D3D4;
  border-radius: 10px;
}
.testimonial-slider .slick-dots li button:before {
  content: "";
}
.testimonial-slider .slick-dots li.slick-active {
  margin-right: 16px;
}
.testimonial-slider .slick-dots li.slick-active button {
  background-color: #6D50FA;
  width: 30px;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
  width: 80px;
  height: 80px;
}

.testimonial-slider .slick-prev {
  left: -150px;
}

.testimonial-slider .slick-next {
  right: -150px;
}

.payment-features__desc {
  color: #6D50FA;
  margin: 0;
  margin-top: 32px;
  font: normal normal 500 1.563rem/2.188rem Barlow Condensed, sans-serif;
}
.payment-features__list {
  display: block;
  margin-bottom: 16px;
  color: #212126;
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
}
.payment-features__list img {
  margin-right: 16px;
}

.payment {
  position: relative;
  margin-top: 220px;
  margin-bottom: 1000px;
}
@media (min-width: 768px) {
  .payment {
    margin-top: 180px;
    margin-bottom: 700px;
  }
}
.payment__shape {
  position: absolute;
  top: 0;
  display: none;
}
@media (min-width: 768px) {
  .payment__shape {
    display: block;
  }
}
.payment__shape-mobile {
  position: absolute;
  top: 0;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .payment__shape-mobile {
    display: none;
  }
}
.payment__list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.payment__list li {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .payment__list li {
    margin-bottom: 0;
  }
}
.payment__list li:nth-child(1) {
  position: absolute;
  left: 70px;
  z-index: 1;
  top: -200px;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(1) {
    left: -120px;
    top: -50px;
  }
}
.payment__list li:nth-child(1) p {
  left: 0;
  top: 30px;
  width: auto;
  padding-left: 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(1) p {
    left: 165px;
    top: 1px;
    width: 100%;
    padding-left: 60px;
  }
}
.payment__list li:nth-child(1) span img {
  position: absolute;
  left: 165px;
  top: 0;
}
.payment__list li:nth-child(2) {
  position: absolute;
  left: -25px;
  top: 90px;
  z-index: 1;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(2) {
    left: 245px;
    top: -165px;
  }
}
.payment__list li:nth-child(2) p {
  left: 0;
  top: 48px;
  width: 100%;
  padding-left: 60px;
  text-align: left;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(2) p {
    left: 101px;
    top: 20px;
    width: 300px;
  }
}
.payment__list li:nth-child(2) span img {
  position: absolute;
  left: 165px;
  top: 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(2) span img {
    left: 100px;
  }
}
.payment__list li:nth-child(3) {
  position: absolute;
  right: 0;
  top: 340px;
  z-index: 1;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(3) {
    right: -140px;
    top: -100px;
  }
}
.payment__list li:nth-child(3) p {
  right: 0;
  top: 15px;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(3) p {
    right: 67px;
    top: -9px;
    width: 300px;
    padding-left: 25px;
    padding-right: 65px;
  }
}
.payment__list li:nth-child(3) span img {
  position: absolute;
  left: 160px;
  top: -10px;
}
.payment__list li:nth-child(4) {
  position: absolute;
  right: 120px;
  top: 595px;
  left: -30px;
  z-index: 1;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(4) {
    right: 0;
    top: 30px;
    left: 160px;
  }
}
.payment__list li:nth-child(4) p {
  top: 70px;
  width: 100%;
  left: 0;
  padding-left: 60px;
  text-align: left;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(4) p {
    top: 61px;
    width: 300px;
    left: 216px;
  }
}
.payment__list li:nth-child(4) span img {
  position: absolute;
  left: 105px;
  top: 45px;
}
@media (min-width: 768px) {
  .payment__list li:nth-child(4) span img {
    left: 215px;
    top: 60px;
  }
}
.payment__list li span img {
  z-index: 2;
}
.payment__list li span p {
  position: absolute;
  background-color: #4935a7;
  color: #ffffff;
  padding: 32px 32px 32px 65px;
  border-radius: 24px;
  margin: 0;
  font: normal normal 700 13px/20.8px Barlow, sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.payment__list li span:hover p {
  opacity: 1;
  visibility: visible;
}

.page-template-page-full .site-main {
  padding-top: 45px;
}

.entry-title {
  font: normal normal 400 1.938rem/1.938rem Barlow Condensed, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6D50FA;
  margin: 0;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .entry-title {
    font: normal normal 400 4.5rem/4.95rem Barlow Condensed, sans-serif;
    margin: 65px 0 75px;
  }
}

.entry-content {
  color: #212126;
}
.entry-content h3 {
  color: #6D50FA;
  font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .entry-content h3 {
    font: normal normal 400 3.188rem/3.825rem Barlow Condensed, sans-serif;
  }
}
.entry-content h4 {
  font: normal normal 400 1.25rem/1.875rem Barlow Condensed, sans-serif;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .entry-content h4 {
    font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  }
}
.entry-content p {
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
  margin: 0;
}
@media (min-width: 768px) {
  .entry-content p {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}
.entry-content ul li {
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
}
@media (min-width: 768px) {
  .entry-content ul li {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}
.entry-content a {
  color: #6D50FA;
}

.site {
  overflow-x: hidden;
}
@media (min-width: 1198px) {
  .site {
    overflow-x: inherit;
  }
}

#return-to-top {
  position: fixed;
  z-index: 9;
  background-color: #6D50FA;
  width: 25px;
  height: 25px;
  right: 25px;
  bottom: 40px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none !important;
}
@media (min-width: 768px) {
  #return-to-top {
    display: block !important;
  }
}

.services__title {
  font: normal normal 400 1.563rem/2.188rem Barlow Condensed, sans-serif;
  color: #6D50FA;
  margin: 0;
}
@media (min-width: 768px) {
  .services__title {
    font: normal normal 400 2.125rem/2.8rem Barlow Condensed, sans-serif;
  }
}
.services__desc {
  color: #212126;
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
}
@media (min-width: 768px) {
  .services__desc {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}
.services__image img {
  max-width: 100%;
}
.services__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services__list li {
  position: relative;
  margin: 16px 0;
  padding-left: 40px;
  font: normal normal 400 1rem/1.5rem Barlow, sans-serif;
  color: #212126;
}
@media (min-width: 768px) {
  .services__list li {
    font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  }
}
.services__list li img {
  position: absolute;
  left: 0;
  top: 7px;
}

.grid.even-services {
  margin: 35px 0;
}

.grid.even-service {
  margin: 35px 0;
}

.grid.even-service .offset-md.col-md-6 {
  padding-left: 0;
}

.site-footer {
  background-color: #212126;
  padding: 55px 0;
  position: relative;
}
.site-footer__title {
  margin: 0;
  font: normal normal 500 1.563rem/2.188rem Barlow Condensed, sans-serif;
  color: #ffffff;
  margin-bottom: 12px;
}
.site-footer__menu li a {
  color: #ffffff;
  font: normal normal 400 1.125rem/1.688rem Barlow, sans-serif;
  display: block;
  margin-bottom: 8px;
}
.site-footer__menu li a:hover {
  color: #6D50FA;
}
.site-footer__copy p {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding-top: 32px;
  font-size: 12.8px;
  line-height: 20.8px;
  font-family: "Barlow", sans-serif;
}
@media (min-width: 768px) {
  .site-footer__copy p {
    margin-top: 70px;
  }
}
.site-footer__copy span {
  display: block;
  margin-top: 20px;
}
.site-footer__info {
  list-style: none;
  margin: 22px 0 36px;
  padding: 0;
}
.site-footer__info tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.site-footer__info tr:last-child {
  margin-bottom: 0;
}
.site-footer__info-list {
  font: normal normal 500 1.563rem/2.188rem Barlow Condensed, sans-serif;
  color: #ffffff;
  padding: 0 16px 0 0;
}
@media (min-width: 992px) {
  .site-footer__info-list {
    display: block;
  }
}
@media (min-width: 1198px) {
  .site-footer__info-list {
    display: inline-block;
  }
}
.site-footer__btn {
  margin-bottom: 25px;
  border: double 4px transparent;
  border-radius: 32px;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212126), to(#212126)), radial-gradient(circle at top left, #6D50FA, #C150FA);
  background-image: linear-gradient(#212126, #212126), radial-gradient(circle at top left, #6D50FA, #C150FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.site-footer__btn a {
  font: normal normal 700 1.125rem/1.125rem Barlow, sans-serif;
  padding: 16px 32px;
  color: #ffffff;
  display: inline-block;
}
.site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__trust {
  display: block;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .site-footer__social {
    margin-top: 20px;
  }
}
.site-footer__social span {
  margin-right: 40px;
  color: #ffffff;
  font: normal normal 500 1.563rem/2.188rem Barlow Condensed, sans-serif;
}
.site-footer__pay {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .site-footer__pay {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}
.site-footer__pay img {
  margin-right: 30px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .site-footer__pay img {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.site-header {
  background-color: #ffffff;
  position: sticky;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 2;
}
.site-header.site-header.sticky {
  background-color: #ffffff;
  padding: 35px 0;
}
@media (min-width: 992px) {
  .site-header.site-header.sticky {
    padding: 15px 0;
  }
}
@media (max-width: 992px) {
  .site-header .container {
    max-width: 100%;
  }
}
.site-header__logo {
  display: block;
  position: absolute;
  top: 12px;
}
@media (min-width: 992px) {
  .site-header__logo {
    position: static;
  }
}
.site-header__logo img {
  max-width: 125px;
  margin: 3px 0px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .site-header__logo img {
    max-width: 160px;
    margin: 0;
  }
}
.site-header__display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 35px 0;
}
@media (min-width: 992px) {
  .site-header__display {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .site-header__nav-container {
    padding-top: 45px;
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    -webkit-box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #6D50FA;
    z-index: 2;
  }
}
.site-header__nav-container.mobile-show .site-header__btn {
  display: inline-block !important;
  border: double 4px transparent;
  border-radius: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), radial-gradient(circle at top left, #6D50FA, #C150FA);
  background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #6D50FA, #C150FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
  margin-bottom: 20px;
  margin-left: 20px;
}
.site-header__nav-container.mobile-show .site-header__btn a {
  background-color: #ffffff;
  color: #6D50FA;
  border-radius: 32px;
  padding: 16px 32px;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
@media (min-width: 992px) {
  .site-header__nav-container.mobile-show .site-header__btn {
    display: none;
  }
}
@media (max-width: 992px) {
  .site-header__nav-container.mobile-show {
    -webkit-transform: none;
            transform: none;
  }
}
.site-header__nav-container.mobile-hide .site-header__btn {
  display: none !important;
}
@media (min-width: 992px) {
  .site-header__nav-container.mobile-hide .site-header__btn {
    display: none !important;
  }
}
.site-header__btn {
  display: none !important;
  border: double 4px transparent;
  border-radius: 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212126), to(#212126)), radial-gradient(circle at top left, #6D50FA, #C150FA);
  background-image: linear-gradient(#212126, #212126), radial-gradient(circle at top left, #6D50FA, #C150FA);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
@media (min-width: 992px) {
  .site-header__btn {
    display: inline-block !important;
  }
  .site-header__btn a {
    background-color: #ffffff;
    color: #6D50FA;
    border-radius: 32px;
    padding: 16px 32px;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
  }
}
@media (max-width: 992px) {
  .site-header__nav-inner {
    padding: 10px 0px;
  }
}
.site-header__hamburger-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("assets/images/icon_menu.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 22px;
  z-index: 100;
}
.site-header__hamburger-icon.nav-open {
  background-image: url("assets/images/icon_menu_x.svg");
}
@media (min-width: 992px) {
  .site-header__hamburger-icon {
    display: none;
  }
}
.site-header__nav ul.menu {
  margin-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .site-header__nav ul.menu > li {
    border-bottom: 0;
    margin: 0px 1px;
  }
}
@media (max-width: 992px) {
  .site-header__nav ul.menu > li {
    border-right: 0 !important;
  }
}
.site-header__nav ul.menu > li > a {
  padding: 7px 20px;
}
@media (min-width: 992px) {
  .site-header__nav ul.menu > li > a {
    padding: 7px 0px;
  }
  .site-header__nav ul.menu > li > a:hover {
    color: #6D50FA;
  }
}
.site-header__nav ul.menu > li a {
  color: #212126;
}
@media (min-width: 992px) {
  .site-header__nav ul.menu > li a {
    padding: 10px 15px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .site-header__nav ul.menu > li.current-menu-item a {
    color: #6D50FA;
  }
}
@media (min-width: 992px) {
  .site-header__nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__nav a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
  line-height: 27px;
  font-family: "Barlow";
  font-weight: 500;
}
.site-header__nav a:hover {
  color: #6D50FA;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}