@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Poppins-SemiBold.woff2) format('woff2'), url(../fonts/Poppins-SemiBold.woff) format('woff');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff2) format('woff2'), url(../fonts/Inter-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff2) format('woff2'), url(../fonts/Inter-Medium.woff) format('woff');
}

:root {
    --main-color: #543278;
    --secondary-color: #9264CD;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 25px;
}
p {
    padding-bottom: 1rem;
    color: #333;
}
li {
    padding-top: 1rem;
    color: #333;
}
strong { font-weight: 900;}
.hide {
	display: none !important;
}
.logo{
    position: absolute;
    top: 40px;
    left: 0px;
}
.logo-inner{
    position: absolute;
    right: 30px;
    top: 30px;
}
.logo-inner .logo-image{
    width: 200px;
}
@media (max-width: 1400px) {
    .logo-inner .logo-image{
        width: 150px;
    }
}
.logo-image{
    width: 100px;
}
.overlay-loading {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background: white url(../images/loading.svg) center center no-repeat;
    background-size: 128px 128px;
    z-index: 50;
}
.large-page {
    display: block;
    overflow: hidden;
    height: 100%;
}
.main-slider {
    position: relative;
    z-index: 5;
    transition: all 300ms linear;
    transform: translate3d(0, 0, 0);
}
.main-slider > div {
    position: relative;
}
.row {
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.columns {
    flex-direction: column;
}
.flex-start {
    justify-content: flex-start;
}
.content {
    display: flex;
    padding: 2rem 0;
    align-items: center;
}
.content h3 {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: -10px;
    color: #333;
}
.center {
    justify-content: center;
}
.left-side {
    padding-top: 0;
    padding-bottom: 0;
    width: 35%;
    position: relative;
    top: -20px;
    margin-right: 5%;
}
.right-side {
    width: 60%;
}
.screentshot-image {
    width: 100%;
    height: 100%;
}
.align-items-center {
    align-items: center;
}
.header {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}
h1, h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
h1 {
    color: #fff;
    font-size: 53px;
    line-height: 70px;
    padding-top: 4rem;

    text-transform: uppercase;
}
h2 {
    color: #333;
    font-size: 3.375rem;
    line-height: 3.375rem;
    text-transform: uppercase;
}
h2.normal {
    text-transform: none;
}
h3 {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
    position: relative;
    top: -.3em;
}
.littel {
    font-weight: 400;
    font-size: 2rem;
}
.title-page {
    width: 500px;
    height: 38rem;
}
.top {
    height: 100%;
}
/* menu interactive */
.left-menu-interactive{
    position: absolute;
    top: 0;
    right: -190px;
    height: 100%;
    z-index: 10;
    transition: all .2s ease-in;
}
.left-menu-interactive.active{
    right: 0px;
}

.left-menu-interactive .toggle-menu-interactive{
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%) scaleX(-1);
    width: 40px;
    height: 40px;
    border:0;
    border-radius: 5px;
    background-color: var(--secondary-color);
    background-image: url('../images/arrow-swipe-white.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    transition: background-color .2s ease-in;
}
.left-menu-interactive.active .toggle-menu-interactive{
    transform: translateY(-50%) scaleX(1);
}
.top.active .left-menu-interactive.active .toggle-menu-interactive{
    background-color: #fff;
    background-image: url('../images/arrow-swipe.svg');
}
.left-menu-interactive .toggle-menu-interactive:hover{
    cursor: pointer;
}
.left-menu-interactive .toggle-menu-interactive:focus{
    outline: 0;
}
.left-menu-interactive .menu-interactive{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-width: 168px;
    height: 100%;
    padding: 20px;
    margin: 0;
    background-color: var(--secondary-color);
    font-size: 17px;
    line-height: 27px;
    transition: all .2s ease-in;
    box-sizing: border-box;
}
.left-menu-interactive .menu-interactive li{
    color: white;
}
.top.active .left-menu-interactive .menu-interactive li{
    color: #333;
}
.top.active .left-menu-interactive.active .menu-interactive{
    background-color: #fff;
}
.menu-interactive_item{
    padding: 10px 14px;
}
.menu-interactive_item.active{
    font-weight: 600;
}
.menu-interactive_item:hover{
    cursor: pointer;
    text-decoration: underline;
}

/* ep-control */
.ep-section{
    position: relative;
    width: 750px;
    height: 700px;
}
.ep-control-window{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    z-index: 2;
}
.ep-control-window .ep-block{
    display: flex;
    align-items: center;
    width: 80%;
}
.ep-control-text{
    width: 25%;
    padding-right: 60px;
    color: #fff;
}
.ep-control-text p{
    color: #fff;
    opacity: .8;
    font-size: 17px;
}
.ep-control-window .menu-mini{
    position: absolute;
    top: 50px;
    left: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/circle-big.svg) center center no-repeat;
    background-size: contain;
}
.ep-control-window .row{
    justify-content: center;
    align-items: center;
}
.ep-control-window .close-ep-window{
    position: absolute;
    top: 10%;
    right: 16%;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    background-image: url('../images/close.svg');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.ep-control-window .close-ep-window:hover{
    cursor: pointer;
}
.ep-control-window .hidden{
    display: none;
}
.top .ep-control-window{
    display: none;
}
.top.active .ep-control-window{
    display: flex;
}
.top.active .svg-container{
    display: none;
}

/* ----- */

.circle {
    max-width: 48rem;
    max-height: 48rem;
}
.pointer {
	cursor: pointer;
}
.fixed-elements-wrapper,
.fixed-menu-wrapper{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
}
.fixed-menu-wrapper {
    background: white;
    z-index: 5;
}
.menu,
.number-page{
    position: relative;
    z-index: 10;
    color: #c2c6d3;
    font-weight: 900;
    font-size: 2rem;
    opacity: 1;
    height: 42px;
}
.number-page {
	display: none;
    transition: .5s ease-in-out;
    margin-right: 2rem;
}
.menu {
    position: absolute;
    top: 26px;
    left: 30px;
    cursor: pointer;
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;

}

#nav-menu {
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: url(../images/circle.svg) center center no-repeat;
    background-size: contain;
}
#nav-menu span {
    display: none;
    position: absolute;
    height: 4px;
    width: 100%;
    margin-top: 0;
    background: var(--secondary-color);
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-menu.open {
	background-image: none;
}
#nav-menu:hover span {
    background: var(--main-color);
}
#nav-menu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-menu span:nth-child(2) {
    top: 40px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-menu.open span {
	display: block;
}
#nav-menu span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#nav-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 40px;
    left: 8px;
}
.fotorama__nav__shaft{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.fotorama__nav--dots .fotorama__nav__frame{
    
    width: auto;
    height: auto;
    margin: 0 10px;
}
.fotorama__dot {
    position: static;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--secondary-color);
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 20px;
    height: 20px;
    background-color: var(--secondary-color);
}
.fotorama__caption{
    text-align: center;
}
.fotorama__caption__wrap{
    background-color: rgba(43, 73, 144, 0.76);
    color: white;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -2px 15px 0px rgba(0,0,0,.13);
    font-size: 12px;
}
.qtip {
	max-width: 600px;
}
.qtip-default {
    border-radius: 6px;
	border: 0;
    background-color: #FFF;
    color: #000000;
    box-shadow: 0 7px 15px 0 rgba(0,0,0,0.15);
    padding: 10px 10px 1px 20px;
    font-size: 15px;
    line-height: 20px;
}
.qtip-default.qtip-top:before,
.qtip-default.qtip-bottom:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    border: 20px solid transparent;
    border-bottom: 33px solid #fff;
    width: 0;
    height: 0;
}
.qtip-default.qtip-top:before {
    top: -33px;
    bottom: auto;
}
.qtip-default.qtip-bottom:before {
   top: auto;
   bottom: -33px;
   transform: scaleY(-1);
}
.qtip-content li,
.qtip-content p {
	padding: 0.2rem 0;
}
.qtip-content {
	font-size: 15px;
    line-height: 25px;
}
.qtip-content ul {
    padding: 0;
}
.qtip.columns ul{
    column-count: 2;
    column-gap: 30px;
}
.qtip-content li {
    background: url("../images/check.svg") top 10px left no-repeat;
    list-style: none;
    padding: 2px 0 2px 20px;
    margin: 0;
}
.qtip-content li ul li {
    background: #fff;
    position: relative;
    padding-left: 35px;
    margin: 0 0 0 -20px;
}
.qtip-content li ul li:before {
    width: 5px;
    height: 5px;
    background: var(--main-color);
    content: '';
    position: absolute;
    left: 20px;
    top: 14px;
    border-radius: 50%;
}
@media (max-height: 800px){
    .qtip{
        max-width: 800px;
    }
    .qtip-content {
        line-height: 26px;
    }
    .qtip-content li, .qtip-content p {
        padding-bottom: 0px;
    }
}
.svg-container {
	height: 90%;
    width: 90%;
    max-width: 768px;
    max-height: 768px;
}
.item .sector-basic { fill: var(--main-color); transition: all .1s linear; }
.item:hover > path { fill: var(--secondary-color);  transition: all .2s linear; }
.item:active .sector-basic,
.item.active .sector-basic { fill: var(--secondary-color); transition: all .1s linear; }
.item:hover .sector-basic { fill: var(--secondary-color);  cursor: pointer; }
.item.active > path,
.item:active > path,
.item:hover > path { fill: white; }

.item .title-basic { fill: #fff; stroke: none; pointer-events: none; }
.item .title-basic > tspan { font-family: 'Intro', sans-serif; font-size: 23px; letter-spacing: 1px; font-weight:500;}
ul {
    list-style-type: none;
    padding: 0;
    margin: .5rem 1.5rem 1.3rem 0
}
.bullet li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIBAMAAAA2IaO4AAAAGFBMVEW/2vS/2vS/2vQAAAC/2vQAZayMtd0AV6Q2Q0J1AAAABHRSTlPxrSYAnzdaTwAAACNJREFUCNdjMBJgVGZQcHFhYhBJDXNkYAkvdQATYC5YAqwEAH70BmEbXkQ1AAAAAElFTkSuQmCC) no-repeat 2rem 0.8rem;
    list-style: none;
    margin: 0;
    padding-left: 3rem;
    padding-top: 0;
}
.bullet.without-padding {
    margin-top: 5px;
    margin-bottom: 5px;
}
.bullet.without-padding li {
    background: url("../images/checkmark.svg") top 10px left no-repeat;
    list-style: none;
    margin: 0;
    padding-left: 1.9rem;
    padding-top: 6px;
}
.left-side.open{
    position: relative;
    padding-right: 10px;
    overflow-y: auto;
    scrollbar-color: #E3E3E3 #fbfbfb; /* thumb and track color */
    scrollbar-width: 4px;
    scroll-behavior: smooth;
    margin-top: 10px;
    font-size: 86%;
}
.left-side.open:hover::-webkit-scrollbar{
    width: 8px;
}
.left-side.open:hover{
    scrollbar-width: thin;
}
.left-side.open::-webkit-scrollbar-track{
    border-radius: 5px;
    border: 1px solid rgb(240, 240, 240);
    background-color: #fbfbfb;
  }
  .left-side.open::-webkit-scrollbar{
    width: 4px;
    background-color: #F5F5F5;
  }
  .left-side.open::-webkit-scrollbar-thumb{
    border-radius: 30px;
	  background-color: #E3E3E3;
  }

.social-proof {
    position: fixed;
    width: 90%;
    left: 5%;
    top: 5%;
    background: #fff;
    z-index: 11;
    overflow-y: scroll;
    height: 95%;
}
.social-proof img {
    max-width: 100%;
    height: auto;
}
.social-proof .logo {
    width: 197px;
    height: 188px;
    margin: 70px auto;
    text-align: center;
    position: relative;
}
.social-proof .logo:after {
    height: 3px;
    width: 130px;
    background-color: #FC9B18;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin:  0 auto;
}
.social-proof .logo img {
    max-width: 100%;
}
.social-proof .logo p {
    font-family: Lato;
    font-size: 22px;
    line-height: 27px;
    padding-top: 1rem;
}
.social-proof h3 {
    font-family: Lato;
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 2em;
    padding-left: 0;
    text-align: center;
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: right;
}
.member {
    
    background-color: #F4F4F4;
    position: relative;
    margin-top: 5em;
}
.member .row{
    display: flex;
    align-items: center;
}
.member h3{
    width: 70%;
    padding-right: 60px;
    text-align: left;
    font-size: 40px;
}
.member .badges{
    max-width: 300px;
    margin-top: -30px;
}

.social-proof .row {
    display: flex;
}
.social-proof .column {
    flex: 50%;
    padding: 0 3em;
}
.social-proof .small-6 {
    flex: 25%;
    position: relative;
}
.reviews .column:nth-child(2) {
    position: relative;
    top: -20px;
}
.leader {
    background-color: #F4F4F4;
    margin-top: 3em;
}
.leader .row {
    display: flex;
    align-items: center;
}
.leader h3{
    text-align: left;
}
.leader img {
    width: 360px;
    height: 200px;
    float: right;
}
.slider-container {
    width: 100%;
}
.users-testimonials .container {
    max-width: 1080px;
    margin:  0 auto;
    padding: 4em 0;
    position: relative;
    left: -2em;
}

.users-testimonials h2 {
    text-align: center;
    margin-bottom: 1.15em;
}
.users-testimonials .item {
    background: #fff;
    padding: 1.3em;
    position: relative;
    border: 1px solid #E4E4E4;
}
.users-testimonials .head {
    overflow: hidden;
    height: 70px;
    position: relative;
}
.users-testimonials .stars-icons {
    width: 50%;
    float: left;
    margin-top: 25px;
}
.users-testimonials .source {
    float: right;
    width: 80px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}
.users-testimonials .xlarge-4:nth-child(1) .source,
.users-testimonials .xlarge-4:nth-child(4) .source,
.users-testimonials .xlarge-4:nth-child(7) .source {
    width: 130px;
}
.users-testimonials .xlarge-4 .item:before {
    height: 3px;
    width: 100%;
    background-color: #2B4990;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}
.users-testimonials .xlarge-4:nth-child(2n) .item:before {
    background-color: #147CC0;
}
.users-testimonials .xlarge-4:nth-child(3n) .item:before {
    background-color: #446373;
}
.users-testimonials .xlarge-4:nth-child(4n) .item:before {
    background-color: #0585CC;
}
.users-testimonials .name {
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: absolute;
    bottom: 3em;
}
.users-testimonials .name img {
    float: left;
    margin-right: 15px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}
.company-name {
    position: relative;
    top: 10px;
}
.users-testimonials .name h5 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 1px;
}
.users-testimonials .name p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.users-testimonials p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
.users-testimonials .swiper-slide .item {
    min-height: 470px;
}
.users-testimonials .btn-solid-blue {
    margin-top: 3em;
}
.video-testimonials{
    width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.slider-container {
    position: relative;
    padding: 0 3em;
}
.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 21px;
    background: url(../images/arrow.svg) center center no-repeat;
    background-size: cover;
    right: 0;
    z-index: 10;
    transform: scale(-1, 1);
    outline: none;
}
.swiper-button-prev {
    left: 0;
    right: auto;
    transform: scale(1, 1);
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background: #c3c5ce;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #007aff;
}
.swiper-pagination {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -16px;
    display: none;
}
.btn-group {
    max-width: 660px;
    margin: 0 auto;
}
.dec-line {
    height: 2px;
    width: 50px;
    background-color: #2C69C4;
    margin: 20px auto;
}
.results h2 {
    margin-bottom: 1.3em;
}
.results p {
    font-size: 18px;
}
.prcnt {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    color: #030165;
    font-size: 35px;
}
.results .container {
    max-width: 1260px;
    margin: 0 auto;
    position: relative;
    left: -2em;
}
.ep-leader .xlarge-4:nth-child(3) img {
    position: relative;
    top: 10px;
}
.stars-icons {
    overflow: hidden;
}
.star-icon {
    width: 15px;
    height: 15px;
    background: url(../images/star-yellow.svg) center center no-repeat;
    float: left;
    margin-right: 5px;
}
.star-icon-gray {
    background: url(../images/star-grey.svg) center center no-repeat;
}
.star-icon-half {
    background: url(../images/star-yellow-half.svg) center center no-repeat;
}
.users-testimonials ul {
    font-size: 13px;
    margin-bottom: 1em;
    margin-top: 20px;
}
.users-testimonials ul li {
    padding-top: 5px;
}
.companies {
    padding-bottom: 4em;
}
.companies h2 {
    margin-bottom: 1em;
}
.companies .medium-2 {
    min-height: 110px;
}
@media (max-width: 1024px) and (min-width: 769px) {
    .dark .header.first {
        text-align: center;
        margin-top: 100px;
    }
    .header.first h1 {
        padding-left: 4em;
        padding-right: 4em;
    }
    .results .medium-6:nth-child(1),
    .results .medium-6:nth-child(2) {
        margin-bottom: 3em;
    }
    .why-ep-page .photo .header .large-8 {
        float: none;
        margin: 0 auto
    }
}
@media (max-width: 991px) and (min-width: 769px) {
    .growth-500 img {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .dark .header.first {
        padding-right: 2em;
        padding-left: 0;
    }
    .header.first h1 {
        padding-right: 0;
        padding-left: 0;
        padding-top: 2em;
    }
    .why-ep-page .photo .header p {
        font-size: 17px;
    }
    .discover br,
    .ep-leader h2 br {
        display: none;
    }
    .discover .info-cntnt br {
        display: block;
    }
    .discover h2 {
        padding-left: .5em;
        padding-right: .5em;
    }
    .discover .swiper-slide {
        padding-left: 10px;
        padding-right: 10px;
    }
    .swiper-btns {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100px;
        display: none;
    }
    .slider-container {
        padding: 0;
    }
    section {
        padding: 1em;
    }
    .discover {
        padding-bottom: 3.9em;
    }
    .discover .item.tstmnl {
        min-height: 560px;
        margin-bottom: 1em;
    }
    .ep-leader,
    .users-testimonials {
        padding-bottom: 3.5em;
        padding-top: 1em;
    }
    .users-testimonials .xlarge-4 {
        padding-left: .5em;
        padding-right: .5em;
    }
    .ep-leader .item {
        background: #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,.1);
    }
    .prcnt {
        top: 60px;
        font-size: 28px;
    }
    .results .xlarge-3 {
        padding-left: 0;
        padding-right: 0;
        height: 250px;
        overflow: hidden;
    }
    .results .xlarge-3 img {
        max-width: 170px;
    }
    .results {
        padding-bottom: 4em;
    }
}
@media (max-width: 415px) {
    .slider-container {
        margin-bottom: 3em;
    }
    .swiper-pagination {
        display: block;
    }
    .testimonials-pagination {
        margin-top: 1.5em;
    }
}
@media (max-width: 400px) {
    .header.first h1,
    .discover h2 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .discover .container,
    .ep-leader .container {
        padding-left: 0;
        padding-right: 0;
    }
    .discover .item {
        padding: 2em 1.6em;
    }
    .ready-to-join h2 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .results .xlarge-3 img {
        max-width: 100%;
    }
    .results .small-6 {
        padding-left: 13px;
        padding-right: 13px;
        width: calc(50% - 1px);
    }
    .prcnt {
        top: 49px;
    }
    .results .xlarge-3 {
        height: 270px;
        margin-top: -1em;
        margin-bottom: -.5em;
    }
    .users-testimonials .name {
        bottom: 1.3em;
    }
    .users-testimonials h2 {
        padding-left: 55px;
        padding-right: 55px;
        margin-bottom: .8em;
    }

}
.stories-menu {
    overflow: hidden;
    width: 100%;
    padding: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 2.5em;
}
.stories-menu li {
    font-size: 16px;
    line-height: 18px;
    float: left;
    padding: 0 15px;
    color: #9B9B9B;
    padding-bottom: 10px;
}
.stories-menu li a {
    color: #51739E;
    cursor: pointer;
}
.stories-menu li a.active {
    color: #6FBC5B;
    border-bottom: 2px solid #6FBC5B;
    padding-bottom: 5px;
}
.success-stories .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    left: -2em;
}
.success-stories .item {
    box-shadow: 0 2px 15px rgba(0,0,0,.15);
    padding: 3em 2em;
    position: relative;
    min-height: 501px;
    max-width: 100%;
    margin: 1em;
}
.success-stories .tstmnl img {
    max-width: 230px;
    margin: 0 0 2em;
}
.success-stories .tstmnl p {
    font-size: 20px;
    font-style: italic;
    line-height: 26px;
    padding-bottom: 1em;
}
.success-stories .tstmnl .info-cntnt h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 0;
    margin: 0;
}
.success-stories .tstmnl .info-cntnt p {
    font-size: 13px;
    line-height: 21px;
    color: #888;
    padding: 0 0 1.5em;
    margin: 0;
    font-style: normal;
}
.success-stories .info-cntnt a,
.swiper-users-testimonials .item a {
    color: #004497;
    font-size: 16px;
}
.success-stories .tabs {
    position: relative;
    max-width: 1000px;
    margin:  0 auto;
    height: 100%;
}
.success-stories .tabs .tab {
    /* position: absolute; */
    width: 100%;
    padding-bottom: 4em;
}
.hidden {
    opacity: 0;
}
.results .and-info {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #818181;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 3em;
}
.social-proof .reviews {
    position: relative;
    left: -1em;
}
@media (max-width: 1700px) {
    .social-proof {
        max-width: 90%;
        overflow-x: hidden;
    }
    .social-proof .content-container {

    }
}
@media (max-width: 1460px) {
    .social-proof .client-logos,
    .social-proof .results{
        padding-left: 4em;
        padding-right: 4em;
    }
   
    .users-testimonials {
        max-width: 100%;
        padding-left: 4em;
        padding-right: 4em;
        position: relative;
        left: -1.1em;
    }
    .social-proof .results {
        position: relative;
        left: 1em;
    }
    .social-proof .results .prcnt {
        top: 74px;
    }
    .social-proof .tabs {
        position: relative;
        left: -1em;
    }

}
.social-proof-overlay {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -11;
    opacity: 0;
}
.social-proof-overlay.active {
    display: block;
    z-index: 21;
    opacity: 1;
}
.social-proof .close-btn {
    width: 61px;
    height: 61px;
    background: #fff url("../images/close.png") center center no-repeat;
    position: fixed;
    top: calc(1em + 5%);
    right: calc(1em + 5%);
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
}
.fp-tableCell g,
.fixed-menu-wrapper .circle g {
    cursor: pointer;
}
@media (max-width: 1199.99px) {
    .social-proof {
        width: 100%;
        max-width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
        overflow-y: scroll;
    }
    .social-proof .close-btn {
        top: 1em;
        right: 1em;
    }

   
    .leader img {
        margin-right: 6em;
    }
    .social-proof .client-logos,
    .success-stories {
        padding: 0 3em;
    }
    .users-testimonials .container {
        margin:  0 auto;
        width: calc(100% - 6em);
        position: relative;
    }
    .testimonials-swiper-btns .swiper-button-next {
        right: 1em;
    }
    .results  {
        padding: 0 1em 0 3em;
    }
    .stories-menu li:nth-child(1) {
        display: none;
    }
    .stories-menu li {
        padding: 0 12px;
    }
    .stories-menu {
        position: relative;
        left: 1.5em;
    }
    .social-proof .results {
        padding-left: 2em;
        padding-right: 2em;
    }
    .social-proof .tabs {
        padding-left: 2em;
        padding-right: 2em;
        max-width: 100%;
        left: -2em;
    }
    .social-proof .tabs .slider-container {
        max-width: 95%;
    }
    .stories-menu li {
        margin-bottom: 2em;
    }
    .stories-menu li:nth-child(8) {
        width: 100%;
        float: none;
        text-align: center;
    }
    .hide-tablet {
        display: none;
    }
    .social-proof .results .small-6 {
        flex: 50%;
        max-width: 50%;
        min-width: 50%;
        float: left;
    }
    .social-proof .results .row {
        max-width: 100%;
        display: block;
        overflow: hidden;
    }
    .results .and-info {
        padding-top: 2em;
    }
}
@media (min-width: 1200px) {
    .hide-desktop {
        display: none;
    }
}
@media (max-width: 1350px) {
    .member .row{
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
    }
    
}
@media (max-width: 1100px) {
    .member .row{
        justify-content: center;
    }
    .member h3{
        width: 100%;
        text-align: center;
    }
    .member .badges{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .video-testimonials{
        width: 100%;
    }
}
@media (max-width: 1400px) {
    .member h3 br{
        display: none;
    }
}
.spoiler-trigger{
    color: var(--secondary-color);
    text-decoration: none;
    padding: 10px 40px 10px 0;
    background: url("../images/readMore.svg") no-repeat;
    background-size: 30px 30px;
    background-position: right center;
    top: 20px;
    position: relative;
    transition: padding-right 0.2s;
}
.spoiler-trigger:hover {
    color: var(--main-color);
    padding-right: 50px;
}
.spoiler-trigger.active {
    display: none;
}
.spoiler-block{
    display: none;
}

.read-more-open {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    display: none;
}

.review-block{
   
    max-height: 400px;
}
.review-block .row{
    justify-content: center;
    align-items: center;
    padding-bottom: 90px;
}
.review-slider {
    width: 100%;
    
  }
  .col-lg-4{
    width: 100%;
    max-width: calc(100% * 4 / 12);
  }
  .col-lg-8{
      width: 100%;
    max-width: calc(100% * 8 / 12);
  }
  .offset-lg-4{
    margin-left: calc(100% * 4 / 12);
  }
  .review-slider .row{
      flex-wrap: wrap;
  }
  .review-slider .swiper-container-review {
    width: calc(100% - 30px);
    height: 100%;
    overflow: hidden;
    margin-top: 50px;
    padding: 0 15px;
  }
  .review-list {
    align-items: center;
  }
  .review-item {
    height: 100%;
    padding: 70px 0 36px 0;
    margin-left: -10px;
    border-radius: 5px;
    box-shadow: 4px 4px 15px rgba(212, 213, 224, 0.5);
    background-color: #ffffff;
  }
  .review-item.row {
    margin: 0;
  }
  .review-item .benefit {
      position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .review-item .benefit:after {
      position: absolute;
      content: "";
    top: 0;
    right: 70px;
    width: 1px;
    height: 100%;
    background-color: #2B4990;
  }
  @media (max-width: 1199.98px) {
    .review-item .benefit:after {
      right: 45px;
    }
  }
  @media (max-width: 1199.98px) {
    .review-item .benefit {
      padding-right: 70px;
    }
  }
  @media (max-width: 991.98px) {
    .review-item .benefit {
      display: none;
    }
  }
  .review-item .benefit .percentage {
    font-family: "Montserrat", sans-serif;
    color: #2B4990;
    font-size: 50px;
  }
  .review-item .benefit .text {
    margin-top: 17px;
    margin-bottom: 0;
    font-weight: 600;
  }
  .review-item .content {
    padding-right: 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
  }
  @media (max-width: 991.98px) {
    .review-item .content {
      padding-left: 30px;
      padding-right: 30px;
      font-size: 20px;
    }
  }
  .review-item .author {
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding: 8px 0 8px 15px;
  }
  @media (max-width: 991.98px) {
    .review-item .author {
      padding-left: 45px;
      padding-right: 45px;
      margin-top: 0;
    }
  }
  @media (max-width: 575.98px) {
    .review-item .author {
      flex-wrap: wrap;
    }
  }
  .review-item .author .photo {
    margin-right: 40px;
  }
  .review-item .author .info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }
  @media (max-width: 575.98px) {
    .review-item .author .info {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  .review-item .author .company {
    max-width: 170px;
    width: 100%;
    margin-right: 60px;
    text-align: right;
  }
  .review-slider .video {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  @media (max-width: 991.98px) {
    .review-slider .video {
      position: relative;
      height: 250px;
      margin-top: -110px;
    }
  }
  .review-slider .video.justin-smith {
    background-image: url("../images/testimonials-video-preview-justin-smith.jpg");
  }
  .review-slider .video.susanna-baxter {
    background-image: url("../images/testimonials-video-preview-susanna-baxter.jpg");
  }
  .review-slider .video.ashleigh-roberts {
    background-image: url("../images/testimonials-video-preview-ashleigh-roberts.jpg");
  }
  .review-slider .video:after {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #151347;
    opacity: 0.2;
    pointer-events: none;
  }
  .review-slider .video .play {
    width: 76px;
    height: 76px;
    margin-bottom: 34px;
    margin-right: 30px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease;
  }
  .review-slider .video .play:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .review-slider .video + div, .review-slider .video ~ .author {
    margin-left: calc(100% * 4 / 12 + 30px);
  }
  @media (max-width: 991.98px) {
    .review-slider .video + div, .review-slider .video ~ .author {
      margin-left: 0;
      margin-top: 30px;
    }
  }
  .review-link {
    top: -20px;
    text-align: right;
    margin-left: auto;
    margin-right: 15px;
  }
  .review-slider .swiper-pagination-review {
    margin-top: 30px;
    text-align: center;
    z-index: 1;
  }
  .review-slider .swiper-pagination-review .swiper-pagination-bullet {
    width: 70px;
    height: 10px;
    border: 1px solid #95A4C7;
    border-radius: 10px;
    background: none;
    opacity: 1;
  }
  .review-slider .swiper-pagination-review .swiper-pagination-bullet-active {
    background-color: #95A4C7;
  }
  .review-slider .swiper-button-review-next, .review-slider .swiper-button-review-prev {
    position: absolute;
    top: 40%;
    width: 60px;
    height: 60px;
    background-image: url("../images/next-blue-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
  }
  .review-slider .swiper-button-review-next:hover, .review-slider .swiper-button-review-prev:hover {
    cursor: pointer;
    opacity: 1;
  }
  @media (max-width: 991.98px) {
    .review-slider .swiper-button-review-next, .review-slider .swiper-button-review-prev {
      display: none;
    }
  }
  .review-slider .swiper-button-review-next {
    right: -80px;
  }
  .review-slider .swiper-button-review-prev {
    left: -80px;
    transform: scaleX(-1);
  }