:root {
    --color-black: #00011F;
    --color-dargrey: #30356A;
    --color-lightgrey: #f3f6fd;
    --color-white: #fff;
}
html {
    font-size: 62.5%; /* 10px */
}
body{
    font-family: 'Satoshi', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
    margin: 0;
    color: var(--color-dargrey);

    background: rgb(89, 75, 247);
        background: -moz-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
        background: -webkit-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
        background: linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
}
body.open-pop {
    overflow: hidden;;
}
* {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, p {
    margin-top: 0;
}
h1 {
    font-size: 6rem;
    line-height: 1.2;
}
h2 {
    font-size: 4.8rem;
    line-height: 1.3;
}
h3 {
    font-size: 3.6rem;
    line-height: 1.4;
}
h4 {
    font-size: 2.8rem;
    line-height: 1.5;
}
h5 {
    font-size: 2.4rem;
    line-height: 1.5;
}
img {
    max-width: 100%;
}
.color-black {
    color: var(--color-black);
}
.color-white {
    color: var(--color-white);
}
.text-center {
    text-align: center;
}
.container {
    margin: 0 auto;
    max-width: 124rem;
    width: 92%;
}
.cta {
    border-radius: 12px;
    font-size: 1.6rem;
    text-decoration: none;
    width: 17.4rem;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 1.4rem 2rem;
    line-height: 1.5;
    -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    border: 1px solid #fff;
}
.white-cta {
    background: #fff;
    color: #4343ED;
}
.white-cta:hover {
    background: transparent;
    color: #fff;
}
.white-line-cta {
    background: transparent;
    color: #fff;
}
.white-line-cta:hover {
    background: #fff;
        color: #4343ED;
}
.gradient-blue-cta {
    color: #fff;
    background: rgb(89, 75, 247);
        background: -moz-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
        background: -webkit-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
        background: linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#594bf7", endColorstr="#3964ff", GradientType=1);
}
.gradient-blue-cta:hover {
    color: #fff;
    background: rgba(57, 100, 255, 1);
    background: -moz-linear-gradient(166deg, rgba(57, 100, 255, 1) 0%, rgba(89, 75, 247, 1) 100%);
    background: -webkit-linear-gradient(166deg, rgba(57, 100, 255, 1) 0%, rgba(89, 75, 247, 1) 100%);
    background: linear-gradient(166deg, rgba(57, 100, 255, 1) 0%, rgba(89, 75, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3964ff", endColorstr="#594bf7", GradientType=1);
}
.section-headline {
    font-weight: 500;
    margin-bottom: 2.4rem;
}
.section-headline + p {
    font-size: 2.8rem;
    text-align: center;
}
.sec-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.card {
    box-shadow: 0 3px 14px 0 #BAC1CC6E;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.6rem;
}

.card-img img {
    display: block;
}

.card-content {
    padding: 1.6rem 3.2rem;
}

.card-content h4 {
    margin-bottom: 1rem;
}

.card-content p {}

.card.vertical-card {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.card.vertical-card .card-img {
    background: #888DF5;
    width: 73%;
    padding: 1rem;
}

.card.vertical-card .card-content {
    width: 27%;
}

/*Header*/
#page-header {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.9rem 0 1.9rem 0;
}

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

a.header-cta {
    border: 1px solid #fff;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
    padding: 1.2rem 3.5rem;
    font-size: 1.6rem;
    font-weight: 500;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
}
a.header-cta:hover {
    color: #000;
    background-color: #fff;
}
#page-header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7.9rem;
    padding: 0;
    margin: 0;
}

#page-header nav li {
    display: block;
}

#page-header nav a {
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}
a.mobile-nav {
    display: none;
}


/*Section 1*/
.sec01 {
    /* background: rgb(89, 75, 247);
        background: -moz-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
        background: -webkit-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
        background: linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%); */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#594bf7", endColorstr="#3964ff", GradientType=1);
    padding: 11.4rem 0 15.7rem;
    padding-top: 3.2rem;
}
.sec01 h4 {
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 2.4rem;
}

.sec01 h4 span {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 32px;
    padding: 0.8rem 1.6rem;
    line-height: 1;
}

.sec01 h4 span:before {
    content: "";
        background-image: url(../images/white-star.png);
        display: inline-block;
        width: 1.7rem;
        height: 1.8rem;
        background-size: cover;
        vertical-align: middle;
        margin-right: 1rem;
        margin-top: -1px;
}

.sec01 h4 span:after {
    content: "";
        background-image: url(../images/white-star.png);
        display: inline-block;
        width: 1.7rem;
        height: 1.8rem;
        background-size: cover;
        vertical-align: middle;
        margin-left: 1rem;
        margin-top: -1px;
}
.sec01 h1 {
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 2.4rem;
}
.sec01 p {
    margin-bottom: 6rem;

}
.sec01 .img-wrapper {
    text-align: center;
    margin-top: 6rem;
    position: relative;
}
img.sec1main-img {
    width: 65%;
}
img.sec1left-img {
    width: 36%;
    position: absolute;
    left: 4%;
    bottom: -9%;
}
img.sec1right-img {
    width: 28.3%;
    position: absolute;
    right: 1%;
    bottom: 0%;
}

/*Section 2*/
.sec02 {
    padding: 10rem 0;
    background: #fff;
}
.sec02 .sec-col:first-child {
    width: 45%;
}

.sec02 .sec-col:last-child {
    width: 51%;
}

.about-list {
    margin: 0;
    padding: 0;
}

.about-list li {
    display: block;
    margin-bottom: 4.8rem;
}

.about-list li h3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.about-list li:last-child {
    margin-bottom: 0;
}

.sec02 .sec-row {
    margin-top: 8rem;
}

/*Section 3*/
.sec03 {
    padding: 10rem 0;
    background: #fff;
}
.sec03 .sec-row {
    margin-top: 8rem;
}
.sec03 .sec-col {
    width: 49%;
}

/*Section 4*/
.sec04 {
    background: rgb(89, 75, 247);
    background: -moz-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    background: -webkit-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    background: linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#594bf7", endColorstr="#3964ff", GradientType=1);
    padding: 11.4rem 0 15.7rem;
}
.sec04 .sec-col:first-child {
    width: 44%;
}

.sec04 .sec-col:last-child {
    width: 54%;
}
.solution-list {
    margin: 0;
    padding: 0;
}
.solution-list li {
    display: block;
    margin-bottom: 2.4rem;
    color: #ECEDFF;
    border: 1px solid #C2C1FB;
    border-radius: 16px;
    padding: 2rem;
    background: rgb(89, 75, 247);
    background: -moz-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    background: -webkit-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    background: linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#594bf7", endColorstr="#3964ff", GradientType=1);
}
.solution-list li p:last-child {
    margin-bottom: 0;
}
.solution-list li h4 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}

.solution-list li:last-child {
    margin-bottom: 0;
}
.sec04 .sec-row {
    margin-top: 8rem;
}

/*Section 5*/
.sec05 {
    padding: 10rem 0;
    background: #fff;
}
.sec05 .section-headline {
    margin-bottom: 8rem;
}
ul.feature-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.feature-list li {
    display: block;
    width: 23%;
    margin-bottom: 6rem;
    border-bottom: 1px solid #594BF7;
}
ul.feature-list li h4 {
    margin-bottom: 1.6rem;
}

/*Section 6*/
.sec06 {
    padding: 10rem 0;
    background: #F3F6FD;
    display: none;
}
.sec06 .section-headline {
    margin-bottom: 4rem;
}
.sec06 .sec-col {
    width: 48%;
}
.testi-card {
    box-shadow: 0 3px 14px 0 #BAC1CC6E;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 1.6rem;
    background: #fff;
    padding: 3.2rem;
    position: relative;
}
.testi-card:before {
    content: "";
    display: block;
    background-image: url(../images/quote-icon.png);
    background-size: cover;
    width: 6.4rem;
    height: 6.5rem;
    position: absolute;
    top: 9%;
    right: 4%;
}
.testi-by {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-bottom: 4rem;
}
.testi-by h5 {
    margin: 0;
    color: #00011F;
    font-weight: 500;
}
.testi-content p {
    font-size: 2.8rem;
}
.testi-content p:last-child {
    margin-bottom: 0;
}
.testi-content {
    min-height: 19rem;
}

/*Section 7*/
.sec07 {
    padding: 10rem 0;
    background: #fff;
}
.cta-box {
    background: rgb(89, 75, 247);
    background: -moz-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    background: -webkit-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    background: linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#594bf7", endColorstr="#3964ff", GradientType=1);
    padding: 10rem;
    border-radius: 24px;
}
.cta-box h2 {
    margin-bottom: 3.2rem;
    font-weight: 500;
}
.cta-box p {
    color: #F3F6FD;
}
.cta-btns {
    margin-top: 8rem;
    text-align: center;
}

.cta-btns a {
    margin: 0 1rem;
}

#page-footer {
    padding: 6rem 0;
    background: #F3F6FD;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: space-between;
}

.footer-col {
    width: 50%;
}

a.footer-logo {
    display: block;
    margin-bottom: 3rem;
}

.footer-text {
    margin-bottom: 6rem;
}

.footer-text p {
    margin-bottom: 3.2rem;
    color: #00011F;
    font-size: 2.8rem;
}

ul.footer-nav {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 5rem;
    flex-wrap: wrap;
}

ul.footer-nav li {
    display: block;
}

ul.footer-nav li a {
    text-decoration: none;
    color: #00011F;
    font-weight: 500;
    font-size: 1.8rem;
}
.footer-copyright {
    text-align: center;
    font-size: 1.6rem;
    color: #00011F;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}

.footer-copyright a {
    text-decoration: none;
    color: inherit;
}
.show-mb {
    display: none;
}

/*Popup*/
.contact-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    overflow-y: auto;
    padding: 20px 0;
}

.popup-inner {
    margin: 0 auto;
    background: #fff;
    max-width: 38rem;
    padding: 4rem;
    border-radius: 16px;
    box-shadow: 0 4px 14px 0 #7B859533;
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-height: calc(100% - 4rem);
}

.popup-inner h3 {
    font-size: 2.4rem;
    text-align: center;
}

.popup-inner input[type=text],
.popup-inner input[type=email],
.popup-inner input[type=phone],
.popup-inner input[type=number],
.popup-inner select,
.popup-inner textarea {
    border: 1px solid #A1BBEC;
    font-size: 1.6rem;
    font-family: 'Satoshi';
    color: #000;
    padding: 1.2rem 1.6rem;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1.6rem;
}

.popup-inner input[type=text]::placeholder,
.popup-inner input[type=email]::placeholder,
.popup-inner input[type=phone]::placeholder,
.popup-inner input[type=number]::placeholder {
    color: #30356A;
}

.popup-inner input[type=submit] {
    border: 1px solid #A1BBEC;
    font-size: 1.6rem;
    font-family: 'Satoshi';
    color: #000;
    padding: 1.2rem 1.6rem;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 1.6rem;
    color: #fff;
    background: rgb(89, 75, 247);
    background: -moz-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    background: -webkit-linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    background: linear-gradient(166deg, rgba(89, 75, 247, 1) 0%, rgba(57, 100, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#594bf7", endColorstr="#3964ff", GradientType=1);
    cursor: pointer;
}
.popup-inner input[type=submit]:hover {
    color: #fff;
    background: rgba(57, 100, 255, 1);
    background: -moz-linear-gradient(166deg, rgba(57, 100, 255, 1) 0%, rgba(89, 75, 247, 1) 100%);
    background: -webkit-linear-gradient(166deg, rgba(57, 100, 255, 1) 0%, rgba(89, 75, 247, 1) 100%);
    background: linear-gradient(166deg, rgba(57, 100, 255, 1) 0%, rgba(89, 75, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3964ff", endColorstr="#594bf7", GradientType=1);
}
.cta-btns .white-cta {
    color: #00011F;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px){
    h1 {
            font-size: 3rem;
            line-height: 1.2;
        }
    
        h2 {
            font-size: 2.8rem;
            line-height: 1.3;
        }
    
        h3 {
            font-size: 2.4rem;
            line-height: 1.2;
        }
        .head-row .head-col:last-child {
            display: none;
        }
        .head-row {
            flex-wrap: wrap;
        }
        .head-col {
            width: 100%;
        }
        #page-header {
            /* background: #4343ED; */
            padding: 1.6rem 0;
            position: relative;
        }

a.site-logo {
    max-width: 11.6rem;
    display: block;
}

a.mobile-nav {
    display: block;
}
.head-col:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#page-header nav ul {
    display: block;
    padding: 1rem;
}
        #page-header nav {
            background: #fff;
            display: none;
        }
#page-header nav a {
    color: #000;
}
#page-header nav li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.sec01 h4 {
    font-size: 1.2rem;
}
.hide-mb {
    display: none;
}
.sec01 {
    padding: 3.2rem 0;
}
.sec01 p {
    margin-bottom: 4rem;
}
.sec01 .img-wrapper {
    margin-top: 4rem;
}

img.sec1left-img,
img.sec1right-img {
    display: none;
}

img.sec1main-img {
    width: 100%;
}
.sec02, .sec03, .sec04, .sec05, .sec06, .sec07 {
    padding: 5.6rem 0;
}

.section-headline+p {
    font-size: 2rem;
}

.sec02 .sec-row, .sec03 .sec-row, .sec04 .sec-row {
    margin-top: 4rem;
}

.sec02 .sec-col:first-child,
.sec02 .sec-col:last-child {
    width: 100%;
}

body {
    font-size: 1.6rem;
}

.about-list li {
    margin-bottom: 2.4rem;
}

.about-list {
    margin-bottom: 4rem;
}
.sec03 .sec-col {
    width: 100%;
}
.card-content h4 {
    font-size: 2.3rem;
    margin-bottom: 0.8rem;
}
.card-content {
    padding: 1.6rem 2rem;
}
.card.vertical-card {
    display: block;
}
.card.vertical-card .card-img {
    width: 100%;
}
.card.vertical-card .card-content {
    width: 100%;
}
.card.vertical-card .card-img img {
    width: 216%;
    max-width: 300%;
}
.sec04 .sec-col:first-child,
.sec04 .sec-col:last-child {
    width: 100%;
}

.solution-list li h4 {
    font-size: 2.4rem;
}

.solution-list {
    margin-bottom: 2.4rem;
}
.sec05 .section-headline {
    margin-bottom: 6rem;
}
ul.feature-list {
    display: block;
}

ul.feature-list li {
    width: 100%;
    margin-bottom: 3.2rem;
}

ul.feature-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

ul.feature-list li h4 {
    font-size: 2.4rem;
}

.feature-icon img {
    max-width: 4rem;
}
.show-mb {
    display: block;
}
.sec06 .sec-col {
    width: 100%;
}

.testi-content p {
    font-size: 2rem;
}

.testi-by {
    margin-bottom: 2.4rem;
}

.testi-by h5 {
    font-size: 2.4rem;
}

.testi-card {
    padding: 6rem 2rem 2rem;
}

.testi-content {
    min-height: 0;
}

.testi-card:before {
    width: 4rem;
    height: 4rem;
    top: 2.4rem;
}
.cta-box {
    padding: 5.6rem 1.6rem;
}
.cta-btns {
    margin-top: 3rem;
}
.cta-btns .cta {
    width: 15.1rem;
}
.cta-btns a {
    margin: 0 0rem;
}
#page-footer {
    padding: 5.6rem 0;
}

.footer-col {
    width: 100%;
}

a.footer-logo {
    margin-bottom: 2rem;
}

.footer-text p {
    font-size: 2rem;
}

.footer-text {
    margin-bottom: 4rem;
}
ul.footer-nav {
    justify-content: flex-start;
    gap: 2rem 3.4rem;
    margin-bottom: 5rem;
}

ul.footer-nav li {
    width: 45%;
}

.footer-copyright {
    display: block;
}

.footer-copyright span {
    display: block;
    text-align: left;
    margin-bottom: 2rem;
}

.footer-copyright span:last-child {
    margin-bottom: 0;
}
.popup-inner {
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 90%;
    padding: 2.5rem;
}

.contact-popup {
    overflow-y: auto;
    padding: 10px;
}
}

/* # Font Sizing
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:1600px) {
    html {
        font-size: 56.3%;
    }
}

@media only screen and (max-width:1440px) {
    html {
        font-size: 52%;
    }
}

@media only screen and (max-width:1280px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 48%;
    }

    #page-header nav ul {
        gap: 2rem;
    }
}
@media only screen and (max-width:1000px) {
    html {
        font-size: 62.5%;
    }
}