
        .container {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width:576px) {
            .container {
                max-width: 540px;
            }
        }

        @media (min-width:768px) {
            .container {
                max-width: 720px;
            }
        }

        @media (min-width:992px) {
            .container {
                max-width: 960px;
            }
        }

        @media (min-width:1200px) {
            .container {
                max-width: 1140px;
            }
        }

        @media (min-width:1400px) {
            .container {
                max-width: 1320px;
            }
        }

        @media (min-width:992px) {
            .col-lg-7 {
                flex: 0 0 auto;
                width: 58.33333333%;
            }
        }

        .collapse:not(.show) {
            display: none;
        }


        @media screen and (max-width: 768px) {
            [data-aos-delay] {
                transition-delay: 0 !important;
            }
        }

        section {
            padding: 40px 0;
            overflow: hidden;
        }

        .section-bg {
            background-color: #f7f7fc;
        }

        .section-title {
            padding-bottom: 50px;
            text-align: center;
        }

        .section-title h2 {
            display: block;
            font-weight: 400;
            font-size: 15px;
            margin-top: 10px;
            color: #505050;
            line-height: 1.58em;
            margin-bottom: 0;
        }

        .section-title p {
            margin: 0;
            margin: 0;
            font-size: 1.7rem;
            font-weight: 700;
            color: #08102b;
        }

        .faq .faq-list {
            padding: 0;
        }

        .faq .faq-list ul {
            padding: 0;
            list-style: none;
        }

        .faq .faq-list li {
            padding: 18px 0;
            position: relative;
            border-top: 1px solid #e3e3e3;
        }

        .faq .faq-list a {
            display: block;
            position: relative;
            font-size: 15px;
            line-height: 24px;
            font-weight: 600;
            padding: 0 30px;
            outline: none;
            cursor: pointer;
        }

        .faq .faq-list .icon-help {
            font-size: 16px;
            position: absolute;
            right: 0;
            left: 0;
            color: #343a40;
            margin-top: 4px;
        }

        .faq .faq-list p {
            margin-bottom: 0;
            padding: 20px 0 20px 30px;
            font-size: 13px;
        }

        .faq .faq-list a.collapsed {
            color: #343a40;
        }

        @media (max-width: 1200px) {
            .faq .faq-list {
                padding: 0;
            }
        }

        .landing-content {
            width: 90%;
            max-width: 1100px;
            margin: auto;
        }

        .titlex {
            text-align: center;
            margin-bottom: 50px;
        }

        .titlex h2 {
            position: relative;
            line-height: 1.5em;
            color: inherit;
            font-weight: 700;
            font-size: 1.7rem;
        }

        .titlex span {
            display: block;
            font-weight: 400;
            font-size: 15px;
            margin-top: 10px;
            color: #505050;
            line-height: 1.58em;
        }

        .how {
            display: flex;
            text-align: center;
            flex-wrap: wrap;
        }

        @media screen and (min-width: 767px) {
            .how .how-item:not(:last-child)::after {
                content: "";
                height: 4px;
                width: 80px;
                background: #ededed;
                position: absolute;
                top: 65px;
                right: -14%;
                border-radius: 50px;
            }
        }

        .how .how-item {
            width: calc(100% / 3);
            padding: 0 20px;
            position: relative;
        }

        .how .how-item .how-icon {
            position: relative;
            width: 130px;
            height: 130px;
            border-radius: 50%;
            background: #fff;
            box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
        }

        .how .how-item .how-icon svg {
            height: 50px;
            width: 50px;
        }

        svg.line {
            fill: none !important;
            stroke: #08102b;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 1;
        }

        .how .how-item .how-icon .process-number {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            position: absolute;
            top: 13px;
            right: 0;
            background: var(--mainblue);
            color: #fefefe;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .how .how-item .how-title {
            margin-top: 15px;
        }

        .how .how-item .how-title span {
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 15px;
        }

        .how .how-item .how-title p {
            font-size: 95%;
            color: #999;
        }

        .getstart {
            background-color: var(--mainblue);
            padding: 60px 0;
        }

        .getstart .landing-content {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
        }

        .getstart .landing-content {
            width: 90%;
            max-width: 1100px;
            margin: auto;
        }

        .getstart .landing-content .titlex {
            margin: 0;
            text-align: inherit;
            color: #fefefe;
        }

        .getstart .titlex h2 {
            position: relative;
            line-height: 1.5em;
            color: inherit;
        }

        .getstart .landing-content .titlex span {
            color: #fefefe;
            opacity: .6;
        }

        .getstart .titlex span {
            display: block;
            font-weight: 400;
            font-size: 15px;
            margin-top: 10px;
            color: #505050;
            line-height: 1.58em;
        }

        .getstart .button.outline {
            background-color: transparent;
            border: 3px solid #fff;
            display: inline-flex;
            align-items: center;
            margin: 15px 0;
            padding: 12px 15px;
            outline: 0;
            line-height: 20px;
            color: #fffdfc;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            max-width: 320px;
            border-radius: 10px;
            font-weight: 600;
        }

        @media screen and (min-width: 767px) {
            .how .how-item:not(:last-child)::after {
                content: "";
                height: 4px;
                width: 80px;
                background: #ededed;
                position: absolute;
                top: 65px;
                right: -14%;
                border-radius: 50px;
            }

            .getstart .landing-content {
                width: 66%;
            }
        }

        @media screen and (max-width: 768px) {
            .how .how-item {
                width: 100%;
                margin-bottom: 15px;
            }
        }

        :root {
            --mainblue: #2e40ea !important;
        }



        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }

        h4 {
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }

        h4 {
            font-size: calc(1.275rem + .3vw);
        }

        @media (min-width:1200px) {
            h4 {
                font-size: 1.5rem;
            }
        }

        p {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        ul {
            padding-left: 2rem;
        }

        ul {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        a {
            color: var(--bs-link-color);
            text-decoration: underline;
        }

        a:hover {
            color: var(--bs-link-hover-color);
        }

        button {
            border-radius: 0;
        }

        button:focus:not(:focus-visible) {
            outline: 0;
        }

        button,
        input {
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }

        button {
            text-transform: none;
        }

        button {
            -webkit-appearance: button;
        }

        button:not(:disabled) {
            cursor: pointer;
        }

        .container,
        .container-lg {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width:576px) {
            .container {
                max-width: 540px;
            }
        }

        @media (min-width:768px) {
            .container {
                max-width: 720px;
            }
        }

        @media (min-width:992px) {

            .container,
            .container-lg {
                max-width: 960px;
            }
        }

        @media (min-width:1200px) {

            .container,
            .container-lg {
                max-width: 1140px;
            }
        }

        @media (min-width:1400px) {

            .container,
            .container-lg {
                max-width: 1320px;
            }
        }

        .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(-1 * var(--bs-gutter-y));
            margin-right: calc(-.5 * var(--bs-gutter-x));
            margin-left: calc(-.5 * var(--bs-gutter-x));
        }

        .row>* {
            flex-shrink: 0;
            width: 100%;
            max-width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            margin-top: var(--bs-gutter-y);
        }

        @media (min-width:768px) {
            .col-md-2 {
                flex: 0 0 auto;
                width: 16.66666667%;
            }

            .col-md-3 {
                flex: 0 0 auto;
                width: 25%;
            }

            .col-md-5 {
                flex: 0 0 auto;
                width: 41.66666667%;
            }
        }

        @media (min-width:992px) {
            .col-lg-2 {
                flex: 0 0 auto;
                width: 16.66666667%;
            }

            .col-lg-3 {
                flex: 0 0 auto;
                width: 25%;
            }

            .col-lg-5 {
                flex: 0 0 auto;
                width: 41.66666667%;
            }
        }

        .pb-3 {
            padding-bottom: 1rem !important;
        }

        a {
            color: var(--mainblue);
            text-decoration: none;
        }

        a:hover {
            color: var(--mainblue);
            text-decoration: none;
        }

        h4 {
            font-family: 'DM Sans', sans-serif;
        }

        #footer {
            background: #07080b;
            padding: 0 0 30px;
            color: #fff;
            font-size: 14px;
        }

        #footer .footer-top {
            padding: 60px 0 30px;
        }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: var(--mainblue);
            font-size: 18px;
            line-height: 1;
        }

        #footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

        #footer .footer-top .footer-links ul li:first-child {
            padding-top: 0;
        }

        #footer .footer-top .footer-links ul a {
            color: #fff;
            transition: .3s;
            display: inline-block;
            line-height: 1;
        }

        #footer .footer-top .footer-links ul a:hover {
            color: var(--mainblue);
        }

        #footer .copyright {
            border-top: 1px solid #131313;
            text-align: center;
            padding-top: 30px;
        }

        @media (max-width: 575px) {
            #footer .footer-top {
                margin-bottom: -30px;
            }
        }
    
