@font-face {
    font-family: Gilroy-Light;
    font-style: normal;
    src: url(../fonts/gilroy-font-family/Gilroy-Light.otf) format("truetype");
}
@font-face {
    font-family: Gilroy-Regular;
    font-style: normal;
    src: url(../fonts/gilroy-font-family/Gilroy-Regular.otf) format("truetype");
}
@font-face {
    font-family: Gilroy-Medium;
    font-style: normal;
    src: url(../fonts/gilroy-font-family/Gilroy-Medium.otf) format("truetype");
}
@font-face {
    font-family: Gilroy-Semibold;
    font-style: normal;
    src: url(../fonts/gilroy-font-family/Gilroy-Semibold.otf) format("truetype");
}
.gilroy-light {
    font-family: Gilroy-Light;
}
.gilroy-regular {
    font-family: Gilroy-Regular;
}
.gilroy-medium {
    font-family: Gilroy-Medium;
}
.gilroy-Semibold {
    font-family: Gilroy-Semibold;
}
.bg-body-muted {
    background: #e5e5e5;
}
a {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
.start-header {
    transform: translateY(0);
    padding: 22px 0 13px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on {
    padding: 0.625rem 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img {
    height: 1.5rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    padding: 0;
}
.navbar-brands img{width: 170px;}
.footer-logo img{width: 170px;mix-blend-mode: multiply;object-fit: contain;}
.navbar-brand img {
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;width:150px !important;height:61px !important;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: 0;
}
.navbar-light .navbar-toggler-icon {
    width: 1.5rem;
    height: 1.0625rem;
    background-image: none;
    position: relative;
    border-bottom: 0.0625rem solid #000;
    transition: all 0.3s linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 1.5rem;
    position: absolute;
    height: 0.0625rem;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 0.3s linear;
}
.navbar-light .navbar-toggler-icon:after {
    top: 0.5rem;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(0.5rem) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 0.2s linear;
}
.nav-item:hover .nav-link {
    color: #8167a9 !important;
}
.nav-item.active .nav-link {
    color: #777 !important;
}
.nav-link {
    position: relative;
    padding: 0.3125rem 0 !important;
    display: inline-block;
}
.nav-item:after {
    position: absolute;
    bottom: 0.625rem !important;
    left: 0;
    width: 100%;
    height: 0.125rem;
    content: "";
    background-color: #635bff;
    opacity: 0;
    transition: all 0.2s linear;
}
.nav-active:before {
    position: absolute;
    bottom: 0.625rem !important;
    left: 0;
    width: 100%;
    height: 0.125rem;
    content: "";
    background-color: #635bff;
    transition: all 0.2s linear;
}
.nav-active .nav-link {
    color: #8167a9 !important;
}
.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after {
    opacity: 0;
}
.nav-item {
    position: relative;
    transition: all 0.2s linear;
}
.navbar-nav li {
    margin-left: 50px;
    margin-top: 1px;
}
.mt-n4p {
    margin-top: -0.5625rem;
}
.log-btn {
    height: 52px;
    width: 62px;
    background-color: #635bff;
    color: #fff;
    text-decoration: none;
}
.log-btn:hover {
    color: #fff;
}
.reg-btn {
    height: 3.25rem;
    width:62px;
    border: 0.0625rem solid #403e5b;
    text-decoration: none;
    transition: 0.3s;
}
.reg-btn:hover {
    color: #fff;
    background-color: #635bff;
}
a {
    color: initial;
    text-decoration: none;
}
.start-header .log-btn, .start-header .reg-btn{fill: #7e7c7c;}
a:hover {
    color: initial;
    text-decoration: none;
}
.form-group {
    padding: 0 2px !important;
}
.form-group.selectParent {
    margin-bottom: 1rem !important;
}
.resend-code.btn {
    background-color: transparent !important;
    color: #635bfe !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 17px;
}
.resend-code.btn:hover {
    background-color: transparent !important;
    color: #635bfe !important;
}
.custom-form-check .form-check-input[type="checkbox"] {
    border-radius: 2px;
}
.custom-form-check .form-check-input {
    width: 14px;
    height: 14px;
    border: 1px solid #c1bfdf;
    margin-top: 0.4em;
}
.custom-form-check {
    margin-top: 5px;
}
.custom-error {
    color: #d9204c !important;
}
.form-check-label {
    color: #6a6b87;
    font-size: 12px;
    font-family: Gilroy-Regular;
}
.form-check-label {
    color: #6a6b87;
    font-size: 12px;
    font-family: Gilroy-Regular;
}
.details-box h4 {
    font-size: 22px;
    line-height: 32px !important;
    font-family: Gilroy-Semibold;
    color: #3f405b;
}
.details-box p {
    font-size: 16px;
    line-height: 26px !important;
    font-family: Gilroy-Regular;
    color: #6a6b87;
    margin-bottom: 24px;
}
.details-box {
    margin-bottom: 48px;
}
.details-box .download-btn .btn-sm {
    margin-bottom: 0 !important;
}
.woocomerce-tab {
    overflow-x: hidden;
}
@media (max-width: 767px) {
    .details-box h4 {
        font-size: 18px;
        line-height: 28px !important;
        margin-bottom: 4px;
    }
    .details-box p {
        font-size: 14px;
        line-height: 22px !important;
        margin-bottom: 16px;
    }
    .details-box {
        margin-bottom: 40px;
    }
    h1 {
        font-size: 38px;
    }
    .nav-item:after {
        display: none;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 0.2s linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 0.2s linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    body.dark .nav-item::before {
        background-color: #fff;
    }
    .sp .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-left: -100px;
    }
    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }
    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}
.white-shad {
    transition: 0.3s;
}
.white-shad:hover {
    box-shadow: 0 19px 37px -15px rgba(64, 62, 91, 0.18);
    margin-top: -10px;
}
.logo {
    position: absolute;
    bottom: 1.875rem;
    right: 1.875rem;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}
.logo img {
    height: 1.625rem;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}
body.dark .logo img {
    filter: brightness(100%);
}
.small-border {
    width: 72px;
    height: 5px;
    background: #9d80f8;
    border-radius: 21px;
}
.learn-btn {
    position: relative;
    height: 52px;
    width: 172px;
    border-radius: 6px;
    background: #635bff;
    display: flex;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 28px;
}
.learn-btn svg {
    position: absolute;
    right: 23px;
    transition: 0.3s;
}
.learn-btn:hover svg {
    right: 16px;
}
.learn-btn:hover {
    color: #fff;
}
body.dark .get-section {
    background-color: #1a1721 !important;
}
.color-FF,
body.dark .color-FE {
    color: #ffaf30;
}
body.dark .color-FF {
    color: #ffaf30;
}
body.dark .color-05B {
    color: #e8e7ea;
}
body.dark .color-5B {
    color: #cdccd0;
}
body.dark .path-white {
    fill: #cdccd0;
}
body.dark .path-EA {
    fill: #e8e7ea;
}
body.dark .path-yellow {
    fill: #ffaf30;
}
body.dark .path-black {
    fill: #3f405b;
}
body.dark .path-deep-black {
    fill: #2e293a;
}
body.dark .path-gray {
    fill: #9998a0;
}
body.dark .bgd-blue {
    background-color: #635bfe;
}
body.dark .path-blue {
    fill: #635bfe;
}
body.dark .path-cayan {
    fill: #2199d6;
}
body.dark .learn-btn {
    background-color: #635bfe !important;
}
.dark .bg-pattern {
    background-image: url(../images/home/bg-pattern-dark.svg);
}
.dark .input-form-control {
    color: #cdccd0 !important;
}
.dark .input-form-control {
    border: 1px solid #3f405b !important;
    background-color: #2e2f44 !important;
    color: #cdccd0 important;
}
body.dark .btn:hover {
    color: #3f405b !important;
    background: #ffaf30 !important;
}
.bg-ligt-pink {
    background-color: #f5f6fa;
}
body.dark .bg-ligt-pink {
    background-color: #24212d;
}
body.dark .white-shad {
    background-color: #2e293a !important;
}
body.dark .user-selected {
    background-color: #3f405b !important;
    border: 1px solid #635bfe !important;
}
body.dark .forgot-link a {
    color: #cdccd0;
}
body.dark .transaction-details-module {
    background: #25212f;
    border: 1px solid #2e293a;
}
body.dark .transaction-order-quantity h2 {
    color: #e8e7ea;
}
body.dark .transaction-order-quantity h3 {
    color: #e8e7ea;
}
body.dark .transaction-order-quantity span {
    color: #e8e7ea;
}
body.dark .transaction-order-quantity p {
    color: #cdccd0;
}
body.dark .transaction-total h3 {
    color: #e8e7ea;
}
body.dark .transaction-total span {
    color: #ffaf30;
}
body.dark .transaction-payment-method p {
    color: #e8e7ea;
}
body.dark .select2-extends .select2-container .select2-selection--single {
    background-color: #2e2f44 !important;
    border: 1px solid #3f405b !important;
    color: #cdccd0 !important;
}
body.dark .select2-container--default .select2-results__option--selected {
    background-color: #3f405b !important;
    color: #cdccd0 !important;
}
body.dark .select2-container--open .select2-dropdown--below {
    border: 1px solid #2e2f44 !important;
}
body.dark .select2-dropdown {
    background-color: #2e2f44 !important;
    border: 1px solid #2e2f44 !important;
}
.dark .select2-extends .select2-container .select2-selection--single[aria-expanded="true"] {
    background: #3f405b !important;
    border: 1px solid #635bfe !important;
}
body.dark .select2-extends .select2-selection__rendered {
    color: #cdccd0 !important;
}
body.dark .select2-results__option {
    color: #cdccd0 !important;
}
body.dark .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    background: #3f405b;
}
body.dark .select2-extends label {
    color: #e8e7ea;
}
body.dark .total-amount h2 {
    color: #e8e7ea;
}
body.dark .total-amount p {
    color: #cdccd0;
}
body.dark .total-amount h3 {
    color: #ffaf30;
}
body.dark .light-logo {
    display: none;
}
body.dark .dark-logo {
    display: block;
}
body.dark .form-check-label {
    color: #9998a0;
    font-size: 12px;
    font-family: Gilroy-Regular;
}
.dark .alert-animate {
    background: #2e293a !important;
    border: 1px solid #3f405b !important;
    box-shadow: 0 16px 28px -11px rgba(63, 64, 91, 0.17);
}
.dark .alert-title-text {
    color: #e8e7ea;
}
.dark .alert-body-text {
    color: #cdccd0;
}
.dark .alert-btn-close {
    color: #9998a0 !important;
}
.dark .merchant-tab {
    background: #3f405b;
    border: unset;
}
.dark .merchant-tab-section {
    background-color: #1a1721;
    border-bottom: 1px solid #3f405b;
}
.dark .merchant-tab a svg {
    color: #cdccd0;
}
.dark .merchant-tab a {
    color: #cdccd0;
}
.dark .standard-title-text h3 {
    color: #e8e7ea;
}
.dark .steps-details span {
    color: #ffaf30;
}
.dark .steps-details h4 {
    color: #e8e7ea;
}
.dark .steps-details p {
    color: #cdccd0;
}
.dark .icon-container svg {
    fill: #3f405b;
    color: #ffaf30;
}
.dark .light-img {
    display: none;
}
.dark .dark-img {
    display: block;
}
.dark .snippet-text span {
    color: #e8e7ea;
}
.dark .snippet-text p {
    color: #cdccd0;
}
.dark .snippet-text.run-code span {
    color: #ffaf30 !important;
}
.dark .snippet-text.run-code p {
    color: #e8e7ea;
}
.dark .download-desc {
    background-color: #272822;
    color: #e8e7ea;
}
.dark .example {
    background-color: #3f405b;
}
.dark .snippet-text.optional p {
    color: #cdccd0;
}
.dark .option-container ul li {
    color: #cdccd0;
}
.dark .option-container ul li::before {
    position: absolute;
    content: url(../images/dark-tikmark.png);
    left: -26px;
    top: 1px;
}
body.dark .effective-description h4 {
    color: #575757;
    /* color: #cdccd0; */
}
body.dark .privacy-nav-content p {
    color: #575757;
    /* color: #cdccd0; */
}
body.dark .privacy-nav-content h2 {
    color: #575757;
    /* color: #e8e7ea; */
}
body.dark .information h3 {
    color: #575757;
    /* color: #e8e7ea; */
}
body.dark .information ul li {
    color: #575757;
    /* color: #cdccd0; */
}
body.dark .usage-data span {
    color: #575757;
    /* color: #cdccd0; */
}
body.dark .usage-data h3 {
    color: #575757;
    /* color: #cdccd0; */
}
body.dark .shareinfo p span {
    color: #575757;
    /* color: #cdccd0; */
}
body.dark .data-contact a {
    text-decoration: underline;
    color: #ffaf30;
}
body.dark .privacy-left-box {
    padding: 28px;
    background-color: #2e293a;
    border: 1px solid #3f405b;
}
body.dark nav .privacy-nav {
    color: #e8e7ea;
}
body.dark .privacy-nav-active {
    color: #ffaf30 !important;
}
.dark .iti .form-control {
    background-color: #2e2f44 !important;
    color: #cdccd0 !important;
}
.dark .iti .form-control:focus {
    border-color: #635bfe !important;
    outline: 0;
    box-shadow: unset !important;
}
.dark .iti .form-control {
    border: 1px solid #3f405b !important;
}
.dark .iti__selected-dial-code {
    color: #fff !important;
}
.dark .iti__arrow {
    border-top: 4px solid #fff;
}
.dark input[type="tel"] {
    background-color: #2e2f44 !important;
    border-color: #2e2f44 !important;
}
.dark input[type="tel"]:hover {
    border: 1px solid #635bfe !important;
}
.dark .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #2e2f44;
    border: 1px solid #3f405b !important;
    white-space: nowrap;
    max-height: 200px;
    color: #fff;
}
.dark .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #3f405b !important;
}
.pointer {
    cursor: pointer;
}
.gray-shad {
    background-color: #f5f6fa;
}
.dot-img {
    position: absolute;
    width: 262px;
    height: 241px;
    right: 137px;
    top: 202px;
    z-index: -1;
}
.dot-img-two {
    position: absolute;
    width: 262px;
    height: 241px;
    left: -95px;
    bottom: -36px;
    z-index: -1;
}
body.dark .provide-sec {
    background-color: #1a1721 !important;
}
body.dark .gray-shad {
    background-color: #2e293a !important;
    z-index: 2;
    position: relative;
}
body.dark .dot-img {
    z-index: 1;
}
body.dark .dot-img-two {
    z-index: 1;
}
body.dark .payment-main-module {
    background-color: #25212f;
    border: 1px solid #2e293a;
}
body.dark .payment-main-module h3 {
    color: #e8e7ea;
}
body.dark .payment-main-module p {
    color: #cdccd0;
}
body.dark .amount-desc p {
    color: #cdccd0;
}
body.dark .btn-light {
    background: #25212f !important;
    color: #e8e7ea !important;
    border: 1px solid #c1bfdf !important;
}
body.dark .btn-light:hover {
    background: #25212f !important;
    color: #e8e7ea !important;
    border: 1px solid #c1bfdf !important;
}
.dark .form-check-input {
    background: #2e2f44;
    border: 1px solid #3f405b;
}
body.dark .resend-code.btn {
    color: #ffaf30 !important;
}
body.dark .resend-code.btn:hover {
    color: #ffaf30 !important;
    background-color: transparent !important;
}
body.dark .ref-light {
    display: none !important;
}
body.dark .ref-dark {
    display: block !important;
}
.line-svg-1 {
    position: relative;
    right: -9px;
    top: 69px;
}
.circle-svg-2 {
    margin-top: 150px;
}
.line-svg-2 {
    position: relative;
    right: -23px;
    top: 65px;
    height: 114.12px;
}
.circle-svg-4 {
    margin-top: 64px;
}
.line-svg-4 {
    position: relative;
    right: -10px;
    top: 54px;
    width: 255.51px;
}
.bg-2D {
    background-color: #2d1959 !important;
}
.video-img {
    position: absolute;
    right: -53px;
    top: -92px;
    z-index: -1;
}
.custom-z {
    width: 100%;
    position: relative;
    z-index: 2;
}
body.dark .video-img {
    z-index: 1;
}
.gtco-testimonials {
    position: relative;
    overflow: hidden;
}
.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
    padding: 28px 0;
}
.gtco-testimonials .owl-nav {
    display: none;
}
.gtco-testimonials .owl-dots {
    text-align: center;
}
.gtco-testimonials .owl-dots span {
    position: relative;
    height: 9px;
    width: 9px;
    border-radius: 34px;
    display: block;
    background: #e0dfef !important;
    margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
    background: #635bfe !important;
    width: 22px;
    height: 9px;
}
.gtco-testimonials .card {
    margin: 0 16px;
    padding: 0 10px;
    border-radius: 6px;
    height: 273px;
}
.card {
    background-color: unset !important;
}
.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    width: 84px;
    height: 84px;
    margin-top: -52px;
    object-fit: cover;
}
.gtco-testimonials .card h5 {
    color: #3f405b;
    font-size: 18px;
    line-height: 24.51px;
    font-family: gilroy-medium;
    margin-top: 24px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gtco-testimonials .card h5 span {
    font-size: 12px;
    line-height: 16.34px;
    color: #6a6b87;
    font-family: gilroy-medium;
}
.gtco-testimonials .card p {
    color: #3f405b;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
    font-family: gilroy-light;
    margin-top: 40px;
}
.gtco-testimonials .active {
    transition: all 0.3s;
}
.gtco-testimonials .center {
    opacity: 1;
}
.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 84px;
    width: 84px;
    margin-top: -52px;
    object-fit: cover;
}
.owl-item.active.center .card {
    background-color: #f5f6fa !important;
    border: unset !important;
}
.owl-item.active .card {
    border: 1px solid #e0dfef;
}
.owl-dots {
    margin-top: -9px;
}
body.dark .gtco-testimonials {
    background-color: #1a1721 !important;
}
body.dark .owl-item.active.center .card {
    background-color: #24212d !important;
    border: unset !important;
}
body.dark .gtco-testimonials .card h5 {
    color: #cdccd0 !important;
}
body.dark .gtco-testimonials .card h5 span {
    color: #9998a0 !important;
}
body.dark .gtco-testimonials .card p {
    color: #cdccd0 !important;
}
body.dark .owl-item.active .card {
    border: 1px solid #3f405b !important;
}
body.dark .gtco-testimonials .owl-dots span {
    background-color: #3f405b !important;
}
body.dark .gtco-testimonials .owl-dots .active span {
    background: #635bfe !important;
}
.dark .main-auth-div {
    background-color: #1a1721;
}
body.dark .auth-title {
    color: #e8e7ea;
}
body.dark .form-label {
    color: #e8e7ea;
}
body.dark .submit a {
    color: #cdccd0;
}
body.dark .auth-text {
    color: #cdccd0;
}
body.dark .auth-module-header a {
    color: #ffaf30 !important;
}
body.dark .back-direction a {
    color: #cdccd0 !important;
}
body.dark .star {
    color: #ffaf30 !important;
}
.dark .input-form-control:hover {
    border: 1px solid #c1bfdf;
}
/* body.dark {
    background-color: #1a1721;
} */
.dark .usertype-module {
    background-color: #2e2f44;
    border: 1px solid #3f405b;
}
body.dark .usertype {
    color: #e8e7ea;
}
body.dark .type-text {
    color: #e8e7ea;
}
body.dark .policy p {
    color: #9998a0;
}
body.dark .details-box h4 {
    color: #e8e7ea;
}
body.dark .details-box p {
    color: #cdccd0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}
.owl-carousel button.owl-dot {
    outline: 0;
}
.w-265 {
    width: 265px !important;
}
.w-288 {
    width: 288px !important;
}
.w-311 {
    width: 311px !important;
}
.w-318 {
    width: 318px !important;
}
.w-358 {
    width: 358px !important;
}
.w-517 {
    width: 517px !important;
}
.w-530 {
    width: 530px !important;
}
.h-300 {
    height: 300px !important;
}
.h-355 {
    height: 355px !important;
}
.h-888 {
    height: 888px !important;
}
.px-240 {
    padding: 0 15rem !important;
}
.ml-7 {
    margin-left: 7px;
}
.ml-18 {
    margin-left: 1.125rem;
}
.ml-60 {
    margin-left: 36px;
}
.mt-2p {
    margin-top: 2px;
}
.mt-3p {
    margin-top: 3px;
}
.mb-3p {
    margin-bottom: 3px;
}
.mt-7 {
    margin-top: 7px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-11 {
    margin-top: 11px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-14 {
    margin-top: 14px;
}
.mt-18 {
    margin-top: 18px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-21 {
    margin-top: 21px;
}
.mt-22 {
    margin-top: 22px;
}
.mt-23 {
    margin-top: 23px;
}
.mt-24 {
    margin-top: 24px;
}
.mt-n24 {
    margin-top: -24px;
}
.mt-26 {
    margin-top: 26px;
}
.mt-28 {
    margin-top: 28px;
}
.mt-29 {
    margin-top: 29px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-36 {
    margin-top: 36px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-46 {
    margin-top: 40px;
}
.mt-53 {
    margin-top: 53px;
}
.mt-54 {
    margin-top: 54px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-56 {
    margin-top: 56px;
}
.mt-58 {
    margin-top: 58px;
}
.mt-59 {
    margin-top: 59px;
}
.mt-72 {
    margin-top: 72px;
}
.mt-81 {
    margin-top: 81px;
}
.mt-93 {
    margin-top: 5.8125rem;
}
.mt-106 {
    margin-top: 106px;
}
.mt-128 {
    margin-top: 128px;
}
.mt-136 {
    margin-top: 136px;
}
.mt-148 {
    margin-top: 148px;
}
.mt-161 {
    margin-top: 161px;
}
.mt-188 {
    margin-top: 188px;
}
.ml-29 {
    margin-left: 29px;
}
.ml-44 {
    margin-left: 44px;
}
.ml-171 {
    margin-left: 171px;
}
.ml-14 {
    margin-left: 14px;
}
.mr-10 {
    margin-right: 10px;
}
.column-gap-98 {
    column-gap: 98px;
}
.mb-23 {
    margin-bottom: 23px !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.mb-44 {
    margin-bottom: 43px !important;
}
.pb-44 {
    padding-bottom: 44px !important;
}
.pb-54 {
    padding-bottom: 54px;
}
.pb-137 {
    padding-bottom: 137px;
}
.pb-144 {
    padding-bottom: 144px;
}
.pb-146 {
    padding-bottom: 146px;
}
.pb-196 {
    padding-bottom: 196px;
}
.pb-23 {
    padding-bottom: 23px;
}
.pt-59 {
    padding-top: 59px !important;
}
.pt-76 {
    padding-top: 76px !important;
}
.pt-86 {
    padding-top: 86px;
}
.pt-121 {
    padding-top: 121px;
    padding-bottom: 120px;
}
.pt-144 {
    padding-top: 144px;
}
.pt-149 {
    padding-top: 149px;
}
.pt-186 {
    padding-top: 11.625rem;
}
.p-24-28 {
    padding: 24px 28px;
    border-radius: 10px;
}
.p-48-44 {
    padding: 48px 44px;
    border-radius: 10px;
}
.px-16 {
    padding: 0 16px;
}
.color-5B {
    color: #403e5b;
}
.color-5Br {
    color: #403e5b;
}
.color-05B {
    color: #3f405b;
}
.color-05Br {
    color: #3f405b;
}
.color-FF {
    color: #635bff;
}
.color-FFr {
    color: #635bff;
}
.color-FE {
    color: #635bfe;
}
.color-B87 {
    color: #6a6b87;
}
.color-B87r {
    color: #6a6b87;
}
.color-7EA {
    color: #e8e7ea !important;
}
.f-15 {
    font-size: 15px;
    line-height: 18px;
}
.f-18 {
    font-size: 18px;
    line-height: 32px;
}
.f-20 {
    font-size: 20px;
    line-height: 27.24px;
}
.f-21 {
    font-size: 1.3125rem;
}
.f-22 {
    font-size: 22px;
    line-height: 29.96px;
}
.f-24 {
    font-size: 24px;
    line-height: 34px;
}
.f-26 {
    font-size: 26px;
    line-height: 32.5px;
}
.f-28 {
    font-size: 28px;
    line-height: 35.28px;
}
.f-34 {
    font-size: 36px;
    line-height: 46.3px;
}
.f-36 {
    font-size: 36px;
    line-height: 49px;
}
.f-52 {
    font-size: 52px;
    line-height: 65.52px;
}
.f-80 {
    font-size: 80px;
    line-height: 84.4px;
}
.f-70 {
    font-size: 70px;
    line-height: 78.4px;
}
.leading-24 {
    line-height: 24.51px;
}
.leading-26 {
    line-height: 26px;
}
.leading-29 {
    line-height: 29px;
}
.leading-30 {
    line-height: 30px;
}
.leading-32 {
    line-height: 32.68px;
}
.bottom-head {
    padding-bottom: 140px;
    background-image: url(../images/home/hero-image-6.jpg);
    height: auto;
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.color-parent {
    transition: 0.5s;
    cursor: pointer;
}
.img-none {
    display: none;
}
body.dark .nav-link {
    color: #212121  !important;
}
body.dark .log-btn {
    border: unset !important;
}
body.dark .reg-btn {
    color: #e8e7ea !important;
    border: 1px solid #6a6b87 !important;
}
/* body.dark .navigation-wrap {
    background-color: #2e2446 !important;
} */
@property --myColor4 {
    syntax: "<color>";
    initial-value: #635bff;
    inherits: false;
}
@property --myColor5 {
    syntax: "<color>";
    initial-value: #635bff;
    inherits: false;
}
.button-widths:hover {
    --myColor4: #9690ff;
    --myColor5: #635bff;
    box-shadow: 0 21px 25px -11px rgba(99, 91, 255, 0.36);
}
.button-widths {
    width: 234px;
    height: 60px;
    border-radius: 6px;
    cursor: pointer;
    background: linear-gradient(180deg, var(--myColor4) 0, var(--myColor5) 100%);
    transition: --myColor4 0.3s, --myColor5 0.3s !important;
    -webkit-transition: --myColor4 0.3s, --myColor5 0.3s;
    -moz-transition: --myColor4 0.3s, --myColor5 0.3s;
    -ms-transition: --myColor4 0.3s, --myColor5 0.3s;
    -o-transition: --myColor4 0.3s, --myColor5 0.3s;
    background: #635bff;
}
.button-widths a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-left: 14px;
}
.ml-27p {
    margin-left: 22px !important;
}
.svg-img-parent {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.svg-img-parent .svg-img {
    cursor: pointer;
}
.btn-animate svg {
    transition: 0.3s;
}
.button-widths:hover {
    --myColor4: #9690ff;
    --myColor5: #635bff;
    box-shadow: 0 21px 25px -11px rgb(99 91 255 / 36%);
}
.btn-animate:hover svg {
    transform: rotate(45deg);
}
.btn-animate svg {
    transition: 0.3s;
}
.bg-app {
    background-image: url(../images/home/app-bg.png);
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    height: 528px;
    position: relative;
    z-index: 3;
    border-radius: 20px;
}
.cursor-pointer {
    cursor: pointer;
}
.app-dot {
    position: absolute !important;
    top: 19px;
    left: 140px;
}
.app-dot-right {
    position: absolute !important;
    right: 0;
    margin-top: -131px;
}
body.dark .bg-app {
    background-image: url(../images/home/dark-app.png);
    width: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
}
body.dark .dark-app {
    background-color: #1a1721 !important;
}
.footer-sec {
    background-color: #f3f4f6;
}
.footer-sec .col-md-5.pb-54.align-center .mt-54.footer-logo{width: 150px !important;height: 61px !important;mix-blend-mode: multiply;}
.footer-sec .col-md-3.align-center .mt-18 ul.links.gilroy-light{margin-bottom: 10px;}

.links {
    list-style: none;
    padding: 0;
}
.links li {
    line-height: 38px;
}
.links li a {
    color: #000;
    transition: 0.3s;
}
.links li a:hover {
    color: #ffaf30;
}
.custom-form-grp input {
    width: 272px;
    height: 46px;
}
.custom-form-grp input::placeholder {
    color: #9a99a8;
    font-size: 15px;
}
.custom-form-grp button {
    width: 138px;
    height: 46px;
    font-size: 16px;
    line-height: 21.79px;
    background-color: #635bff;
}
.col-gap-12 {
    column-gap: 12px;
    row-gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.custom-postion {
    display: grid;
    justify-content: end;
}
.facebook svg:hover {
    fill: #3c5a9a;
    cursor: pointer;
}
.twitter svg:hover {
    fill: #2daae1;
    cursor: pointer;
}
.instagram svg:hover {
    fill: #ef4b5e;
    cursor: pointer;
}
.whtsapp svg:hover {
    fill: #dc4a38;
    cursor: pointer;
}
.pinterest svg:hover {
    fill: #ca2127;
    cursor: pointer;
}
.linkdin svg:hover {
    fill: #0076b2;
    cursor: pointer;
}
.facebook svg,
.instagram svg,
.linkdin svg,
.pinterest svg,
.twitter svg,
.whtsapp svg {
    transition: 0.3s;
    fill:#635bff;
}
.bottom-footer {
    background-color: #e5e7eb;
}
.p-17-19 {
    padding: 17px 0 0 0;
}
.select2-container--default .select2-selection--single {
    background-color: unset !important;
    border: unset !important;
    border-radius: unset;
}
.selectParent span#select2-select-height-container {
    color: #fff !important;
    line-height: 28px;
}
.selectParent span.select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent !important;
}
.selectParent .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
}
/* body.dark .footer-sec {
    background-color: #2e2446 !important;
} */
body.dark .facebook svg,
body.dark .instagram svg,
body.dark .linkdin svg,
body.dark .pinterest svg,
body.dark .twitter svg,
body.dark .whtsapp svg {
    fill: #0d6efd;
}
.collapsible {
    background: #fff;
    border: none;
    border-radius: 6px;
    color: #403e5b;
    cursor: pointer;
    padding: 22px 21px 18px 27px;
    width: 100%;
    text-align: left;
}
.one-px {
    margin-top: 1px;
}
.accordion .item {
    border: 1px solid #c6c5d7;
    border-radius: 6px;
    background: #fff;
}
#main {
    margin: 10px 0;
}
.accordion-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 30px 30px 30px !important;
}
#main #faq .accordion-item {
    margin-bottom: 11px;
    border: 1px solid #c6c5d7;
    border-radius: 5px;
}
#main #faq .accordion-item .accordion-header {
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: 2px;
    padding: 0;
}
#main #faq .accordion-item .accordion-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #fff;
    color: #3f405b;
    padding: 1.375rem 1.375rem 1.375rem 1.875rem;
}
#main #faq .accordion-item .accordion-header .btn-header-link:after {
    content: url(../images/home/up.png);
    color: #3a0ca3;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    float: right;
}
#main #faq .accordion-item .accordion-header .btn-header-link.collapsed {
    background: #fff;
    color: #6a6b87;
}
#main #faq .accordion-item .accordion-header .btn-header-link.collapsed:after {
    content: url(../images/home/down.png);
    color: #3a0ca3;
    font-weight: 700;
    float: right;
}
#main #faq .accordion-item .collapsing {
    background: #fff;
    line-height: 30px;
}
#main #faq .accordion-item .collapse {
    border: 0;
}
#main #faq .accordion-item .collapse.show {
    background: #fff;
    border-radius: 6px;
    line-height: 30px;
    color: #222;
}
.item-header .collapse .show {
    border: 1px solid #8a2be2;
}
.t-p {
    color: #fff;
    padding: 0 30px 0 30px;
}
.btn:focus,
.mb-0.btn.focus {
    outline: 0;
    box-shadow: unset !important;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #fff;
    color: #403e5b;
    border-radius: 6px;
    height: 71px;
    text-decoration: none;
    padding: 6px 5px 1px 26px;
}
.accordion .item .item-header {
    border-bottom: none;
    background: 0 0;
    padding: 0;
}
.accordion .item .item-header h2 button {
    color: #fff;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
}
.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    background-color: #fff;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
button.btn.btn-link.collapsed i {
    transform: rotate(0);
}
button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
.focus-color.form-control:focus {
    color: #403e5b;
    background: #f3f3f3;
    border-color: #80bdff;
    outline: 0;
    box-shadow: unset !important;
}
.expand-border {
    padding: 1px;
    border: 1px solid #c6c5d7;
    border-radius: 6px;
    margin-top: 2px;
    background-color: #fff;
}
.exchangpb {
    border: 1px solid #dad5d5;
}
.collapsible:after {
    content: url(../images/home/down.png);
    color: #3a0ca3;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}
.collapsible.active:after {
    content: url(../images/home/up.png);
}
.content {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background-color: #ffffffff !important;
}
.header-bg {
    background-color: #2d1959 !important;
}
.third-section {
    background-color: #f5f6fa;
}
.dot-right-side {
    position: absolute;
    top: 71px;
    right: 0;
}
.dot-left-side {
    position: absolute;
    bottom: 1px;
    left: -73px;
}
.contain {
    position: relative;
    z-index: 2;
}
body.dark .third-section {
    background-color: #24212d !important;
}
body.dark #main #faq .accordion-item .accordion-header .btn-header-link.collapsed {
    background: #2e293a !important;
    color: #cdccd0 !important;
}
body.dark #main #faq .accordion-item {
    border: 1px solid #3f405b !important;
}
body.dark #main #faq .accordion-item .accordion-header .btn-header-link {
    background: #2e293a !important;
    color: #d9d9d9 !important;
}
body.dark .accordion .accordion-body {
    background: #2e293a !important;
    color: #cdccd0 !important;
}
body.dark .accordion-item {
    background-color: #3f405b;
}
body.dark .not-focus-bg {
    background-color: #2e2f44 !important;
}
.d-grid.mb-3p {
    padding-top: 3px !important;
}
.btn-lg {
    padding: 0.93rem 0.5rem !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: Gilroy-Medium;
}
.btn-primary {
    color: #fff !important;
    background-color: #635bfe !important;
    border-color: transparent !important;
}
.btn {
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid transparent !important;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px !important;
    transition: 0.3s !important;
}
.btn:hover {
    color: #fff !important;
    background: #392f6b !important;
}
.btn:hover svg {
    right: -5px !important;
}
.btn svg {
    transition: right 0.2s !important;
    right: 0 !important;
}
.bg-pattern {
    position: relative !important;
}
.logo-div {
    width: 333px;
}
.logo-div a img{width: 150px;
    height: 61px;
    object-fit: fill;}
.form-label {
    font-size: 16px;
    line-height: 20px;
    color: #6a6b87;
    font-family: Gilroy-Medium;
}
.eye-icon {
    position: absolute;
    top: 12px;
    right: 13px;
}
.eye-icon-hide {
    position: absolute;
    top: 12px;
    right: 13px;
}
.position-r {
    position: relative !important;
}
.di-none {
    display: none;
}
.di-block {
    display: block;
}
.auth-module {
    width: 405px !important;
    margin-top: 145px;
}
.d-grid {
    padding: 0 2px;
}
.bg-pattern {
    width: 100%;
    min-height: 100vh;
    height: 100% !important;
    background-image: url(../images/home/bg-pattern.png);
    object-fit: cover;
    background-repeat: repeat;
    background-position: center;
}
.bg-content {
    padding: 28px 0 0 240px;
}
.transaction-text {
    max-width: 390px;
}
.auth-section {
    padding: 0 190px;
}
.main-auth-div .row {
    margin-right: calc(var(--bs-gutter-x) * 0) !important;
}
.col-xl-5 .transaction-text {
    margin-top: 0;
}
.btn-primary {
    border-color: transparent;
}
.transaction-text h3 {
    font-size: 25px;
    font-family: Gilroy-Regular;
    color: #fff;
    line-height: 30px;
}
.transaction-text h2 {
    font-size: 34px;
    font-family: Gilroy-Medium;
    color: #fff;
    line-height: 42px;
}
.transaction-text h1 {
    font-size: 48px;
    font-family: Gilroy-Semibold;
    color: #fff;
    line-height: 59px;
    text-transform: uppercase;
}
.static-image {
    max-width: 425px;
    margin-top: 42px;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.focus-bgcolor {
    background-color: #f5f6fa !important;
}
.input-form-control:hover {
    border: 1px solid #635bfe !important;
}
.input-form-control {
    border: 1px solid #e0dfef !important;
    border-radius: 6px !important;
    padding: 15px 20px !important;
    background-color: #f5f6fa !important;
    font-size: 18px !important;
    line-height: 20px !important;
    color: #3f405b !important;
    font-family: Gilroy-Medium;
    transition: 0.2s;
}
.not-focus-bg {
    background-color: #f3f2ff !important;
}
.input-form-control:focus {
    box-shadow: none !important;
    border: 1px solid #635bfe !important;
}
.btn-primary {
    background-color: #635bfe !important;
}
.form-group.mb-3 {
    margin-bottom: 21px !important;
}
.submit a {
    text-decoration: none;
    border: none !important;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #3f405b;
    font-family: Gilroy-Regular;
}
.submit button {
    padding: 0.7rem 1rem;
    font-size: 16px;
    border-radius: 0.3rem;
    text-align: center;
    color: #fff;
    font-family: Gilroy-Semibold;
    text-transform: uppercase;
}
.auth-title {
    font-size: 30px;
    line-height: 37px;
    color: #3f405b;
    font-family: Gilroy-Semibold;
}
.auth-text {
    font-size: 16px;
    line-height: 19px;
    color: #6a6b87;
    font-family: Gilroy-regular;
}
.auth-module-header a {
    text-decoration: none;
    border: none !important;
    color: #635bfe !important;
}
.back-btn svg {
    color: #9998a0;
}
.back-btn span {
    color: #9998a0;
}
.error {
    color: red !important;
}
.header-display {
    display: none;
}
.footer-display {
    display: none;
}
.navbar-toggler:focus {
    box-shadow: unset !important;
}
.mb-2p {
    margin-bottom: 2px;
}
.mb-6p {
    margin-bottom: 6px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mt-7p {
    margin-top: 7px !important;
}
.transaction-block {
    margin-top: 149px;
}
.email-box {
    position: relative;
}
.email-icon {
    position: absolute;
    top: 15px;
    left: 17px;
}
.back-btn:hover {
    color: #9998a0;
}
.back-btn {
    color: #9998a0;
    transition: 0.5s;
}
.back-btn svg {
    transition: 0.2s !important;
    left: 0 !important;
}
.back-btn:hover svg {
    left: -5px !important;
}
.back-direction.forgot-top {
    margin-top: 100px;
}
.back-direction a {
    font-size: 16px;
    line-height: 20px;
    font-family: Gilroy-Medium;
}
.email-box.indent input {
    text-indent: 26px !important;
}
.leading-24 {
    line-height: 24px !important;
}
.auth-module-header {
    margin-bottom: 33px;
}
.signin-top {
    margin-top: 135px;
}
.forgot-link a {
    font-size: 15px;
    line-height: 18px;
    font-family: Gilroy-Regular;
}
.type-text {
    font-size: 16px;
    line-height: 20px;
    font-family: Gilroy-Medium;
    color: #6a6b87;
}
.type-text .star {
    color: #635bfe;
}
.usertype-module {
    width: 189px;
    padding: 25px 0 16px 0;
    background-color: #fff;
    border: 1px solid #e0dfef;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}
.user-selected {
    background-color: #f5f6fa;
    border: 1px solid #635bfe;
}
.user-selected::before {
    content: "";
    background: url(../images/login/tikmark.png);
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 10px;
    left: 10px;
}
.usertype {
    font-size: 14px;
    line-height: 17px;
    color: #3f405b;
    font-family: Gilroy-Medium;
    text-transform: capitalize;
}
.policy p {
    max-width: 300px;
    font-size: 13px;
    line-height: 20px;
    color: #3f405b;
    text-align: center;
    font-family: Gilroy-Regular;
}
.gap-16 {
    gap: 16px;
}
.usertype-photo img {
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.usertype-top {
    margin-top: 96px;
}
.otp-top {
    margin-top: 143px;
}
.authenticator-top {
    margin-top: 62px;
}
.confirm-top {
    margin-top: 161px;
}
.user-selected {
    background-color: #f5f6fa;
    border: 1px solid #635bfe;
}
.radio-hide input[type="radio"] {
    display: none;
}
.star {
    color: #635bfe;
}
.section-payment {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}
.payment-main-module {
    max-width: 440px;
    width: 440px;
    padding: 59px;
    background: #fff;
    border: 1px solid #cdccd0;
    border-radius: 8px;
    text-align: center;
}
.payment-main-module h3 {
    font-size: 24px;
    line-height: 30px;
    color: #3f405b;
    font-family: Gilroy-Semibold;
    margin-bottom: 12px;
}
.payment-main-module p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6a6b87;
    font-family: Gilroy-Regular;
    max-width: 320px;
    margin-bottom: 30px;
}
.payment-main-module .btn-lg {
    padding: 0.93rem 4rem !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: Gilroy-Semibold;
    text-transform: uppercase;
}
.transaction-order-quantity {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 16px;
}
.transaction-order-quantity h2 {
    font-size: 22px;
    line-height: 27px;
    color: #3f405b;
    font-family: Gilroy-Semibold;
    margin-bottom: 18px;
}
.transaction-order-quantity h3 {
    font-size: 15px;
    line-height: 18px;
    color: #3f405b;
    font-family: Gilroy-Medium;
    margin-bottom: 8px;
}
.transaction-order-quantity span {
    font-size: 14px;
    line-height: 22px;
    color: #3f405b;
    font-family: Gilroy-Semibold;
    margin-bottom: 8px;
}
.transaction-order-quantity p {
    font-size: 14px;
    line-height: 17px;
    color: #6a6b87;
    font-family: Gilroy-Medium;
    margin-bottom: 4px;
}
.transaction-total h3 {
    font-size: 18px;
    line-height: 22px;
    font-family: Gilroy-Semibold;
    color: #3f405b;
}
.transaction-total span {
    font-size: 18px;
    line-height: 22px;
    font-family: Gilroy-Semibold;
    color: #635bfe;
}
.transaction-details-module {
    padding: 23px;
    background: #fff;
    border: 1px solid #e8e7ea;
    border-radius: 8px;
    width: 492px;
    max-width: 492px;
}
.transaction-payment-method {
    margin-bottom: 24px;
}
.transaction-order-quantity::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-image: url(../images/merchant-payment/line.png);
    background-repeat: repeat-x;
}
.transaction-payment-method p {
    font-size: 15px;
    line-height: 18px;
    color: #3f405b;
    margin-bottom: 16px;
}
.gateway {
    width: 136px;
    height: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #cdccd0;
    border-radius: 3px;
    cursor: pointer;
}
.gateway-selected {
    position: relative;
    border: 1px solid #635bfe;
    background: #f5f6fa;
    box-shadow: 0 9.69px 18.4496px -8.91732px rgba(99, 91, 254, 0.4);
}
.gateway-selected::before {
    content: "";
    background: url(../images/login/tikmark.png);
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -8px;
    left: -8px;
}
.transaction-payment-method {
    margin-top: 30px;
}
.amount-logo {
    width: 122px;
    height: 30px;
}
.amount-logo img {
    width: 100%;
    height: 100%;
}
.total-amount {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 26px;
}
.total-amount::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-image: url(../images/merchant-payment/line.png);
    background-repeat: repeat-x;
}
.total-amount h2 {
    font-size: 22px;
    line-height: 27px;
    color: #3f405b;
    font-family: Gilroy-Semibold;
    margin-bottom: 18px;
}
.total-amount p {
    font-size: 14px;
    line-height: 17px;
    color: #6a6b87;
    font-family: Gilroy-Regular;
}
.total-amount h3 {
    font-size: 24px;
    line-height: 30px;
    color: #635bfe;
    font-family: Gilroy-Semibold;
    margin-bottom: 0;
}
.amount-desc p {
    max-width: 336px;
    margin-bottom: 21px;
    font-size: 14px;
    line-height: 20px;
    color: #6a6b87;
    font-family: Gilroy-Regular;
}
.thin-scrollbar {
    --scrollbarBG: #272822 !important;
    --thumbBG: #635bfe !important;
}
.thin-scrollbar::-webkit-scrollbar {
    width: 2px !important;
}
.thin-scrollbar::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
.thin-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 6px solid var(--scrollbarBG);
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 4px;
    background: #f3f1f1;
    border-radius: 4px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #635bfe !important;
    border-radius: 4px;
}
.select2-extends .select2-container {
    width: 100% !important;
}
.select2-extends .select2-container .select2-selection--single {
    height: 52px !important;
    background-color: #f3f2ff !important;
    border: 1px solid var(--bs-muted-100) !important;
    border-radius: 6px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0 !important;
}
.select2-extends .select2-selection__rendered {
    line-height: 52px !important;
    padding-left: 20px !important;
    color: #3f405b !important;
    font-size: 20px !important;
    font-family: Gilroy-Medium;
}
.select2-extends .select2-container--default .select2-selection--single .select2-selection__arrow {
    transition: transform 0s ease-in-out;
}
.select2-extends .select2-selection__arrow {
    height: 52px !important;
    right: 15px !important;
}
.select2-extends .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/up_arrow.svg);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat !important;
    border: none !important;
    height: 20px !important;
    width: 12px !important;
}
.select2-container--open .select2-dropdown--above {
    border: 1px solid var(--bs-muted-100) !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    margin-top: 0;
}
.select2-dropdown {
    z-index: 1060 !important;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search__field {
    border: 1px solid #d1cae6 !important;
    height: 50px !important;
    border-radius: 4px !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 150px !important;
    overflow-y: auto;
}
.select2-results__option {
    padding: 13px !important;
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px !important;
    color: #3f405b !important;
    font-family: Gilroy-Medium;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #635bfe !important;
    color: #fff !important;
    transition: 0.5s !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #f3f2ff !important;
    color: #635bfe !important;
}
.select2-results__option {
    padding: 13px !important;
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px !important;
    color: #3f405b !important;
    font-family: Gilroy-Medium;
}
.select2-results {
    display: block;
}
.select2-extends .select2-container--open .select2-selection__arrow {
    transform: rotate(180deg) !important;
}
.select2-extends .select2-container .select2-selection--single[aria-expanded="true"] {
    background: #fff !important;
    border: 1px solid #635bfe !important;
}
.select2-extends label {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    font-family: Gilroy-Medium;
    color: #6a6b87;
}
::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #9998a0;
}
.dark-logo {
    display: none;
}
.sm-gx-10 {
    --bs-gutter-x: 10px;
}
.main {
    width: 60px !important;
    height: 60px !important;
    background-color: #2d1959 !important;
}
.h-44 {
    height: 44px;
}
.success-anim {
    width: 259px;
    height: 244px;
    top: -100px;
    position: absolute;
}
.status-logo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 30px;
}
.status-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.btn-light {
    background: #fff;
    color: #6a6b87;
    border: 1px solid #c1bfdf !important;
}
.btn-light:hover {
    background: #fff !important;
    color: #6a6b87 !important;
    border: 1px solid #c1bfdf !important;
}
.auth-module .row {
    --bs-gutter-x: 12px !important;
}
.verification {
    margin-top: 3px;
    display: flex;
    justify-content: space-between;
}
.d-link {
    color: #635bfe !important;
}
.img-qr {
    margin-top: 3px;
}
.img-qr {
    width: 235px;
    height: 235px;
    object-fit: cover;
}
.img-qr img {
    width: 100%;
    height: 100%;
}
.select2-extends select {
    display: none;
}
.transaction-details-module .d-grid {
    padding: 0 0;
}
.gap-18 {
    row-gap: 16px;
    column-gap: 18px;
}
.custom-input input {
    width: 139px;
}
.form-check-input:focus {
    border-color: #635bfe !important;
    outline: 0;
    box-shadow: unset !important;
}
.form-check-input:checked {
    background-color: #635bfe;
    border-color: #635bfe;
}
.alert-animate {
    background-color: #fff !important;
    box-shadow: 0 16px 28px -11px rgba(63, 64, 91, 0.17);
    border-radius: 8px;
    position: absolute !important;
    opacity: 1;
    z-index: 123;
}
.top-right {
    top: 20px;
    right: 20px;
}
.top-left {
    top: 20px;
    left: 20px;
}
.bottom-left {
    bottom: 20px;
    left: 20px;
}
.bottom-right {
    bottom: 20px;
    right: 20px;
}
.alert-body {
    padding: 2px 7px;
}
.gap-20 {
    gap: 20px !important;
}
.alert-icon {
    width: 36px;
    height: 36px;
}
.alert-text {
    width: 260px;
    word-break: break-all;
}
.border-1p {
    border: 1px solid #c1bfdf !important;
}
.leading-22 {
    line-height: 22px !important;
}
.leading-18 {
    line-height: 18px !important;
}
.alert-animate.alert-dismissible .btn-close {
    position: absolute;
    background: unset !important;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1px 7px 0 0;
}
.alert-animate.alert-dismissible .btn-close:focus {
    box-shadow: unset !important;
}
.alert-dismissible .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat !important;
}
.alert-px {
    padding: 0 20px;
}
.alert-title-text {
    margin-bottom: 0;
    line-height: 22px !important;
    font-size: 16px;
    font-family: Gilroy-Semibold;
    color: #3f405b;
}
.alert-body-text {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px !important;
    font-family: Gilroy-Medium;
    margin-top: 4px;
    color: #6a6b87;
}
.standard-hero-section {
    background-image: url(../images/hero-banner.png);
    height: 620px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.breadcrumb-item.active {
    color: #635bfe;
}
.breadcrumb-item {
    color: #3f405b;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #3f405b;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb li a {
    font-size: 15px;
    line-height: 30px;
    font-family: Gilroy-Regular;
}
.breadcrumb-item.active {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    font-family: Gilroy-Regular;
}
.btn-section .btn-lg {
    padding: 8px 17px !important;
    border-radius: 20px !important;
    margin-bottom: 22px;
}
.btn-section .btn-dark {
    background-color: #2d1959;
}
.merchant-text p {
    max-width: 540px;
    font-family: Gilroy-Medium;
    font-size: 18px;
    line-height: 28px;
    color: #6a6b87;
}
.breadcrumb-top {
    margin-top: 100px;
}
.breadcrumb.breadcrumb-top {
    display: flex;
    flex-wrap: wrap;
    padding-top: 94px;
    margin-bottom: 44px !important;
    list-style: none;
}
.merchant-tab-section {
    display: flex;
    justify-content: center;
}
.merchant-tab {
    margin: 28px 0;
    padding: 6px;
    display: flex;
    justify-content: center;
    background: #f5f6fa;
    border: 0.572433px solid #e8e7ea;
    border-radius: 8px;
    gap: 6px;
}
.merchant-tab a {
    padding: 14px 54px;
    color: #6a6b87;
    font-family: Gilroy-Medium;
    font-size: 16px;
    line-height: 17px;
    display: flex;
    gap: 3px;
}
.tab-active {
    background-color: #635bfe;
    border-radius: 6px;
    color: #fff !important;
}
.tab-active svg {
    color: #fff !important;
}
.merchant-tab a svg {
    color: #6a6b87;
}
.standard-text-module h3 {
    max-width: 480px;
    font-size: 28px;
    line-height: 40px;
    color: #3f405b;
    margin-bottom: 32px;
    font-family: Gilroy-Semibold;
}
.icon-container {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}
.icon-container img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.steps-details {
    display: flex;
    flex-direction: column;
}
.steps-details span {
    font-size: 14px;
    line-height: 22px;
    color: #635bfe;
    font-family: Gilroy-Medium;
}
.steps-details h4 {
    font-size: 22px;
    line-height: 32px;
    color: #6a6b87;
    font-family: Gilroy-Semibold;
}
.steps-details p {
    max-width: 416px;
    font-size: 16px;
    line-height: 26px;
    color: #6a6b87;
    font-family: Gilroy-Regular;
}
.steps {
    margin-bottom: 32px;
}
.standard-text-module {
    padding-left: 90px;
}
.standard-text-module.mt-270 {
    margin-top: 270px;
}
.standard-text-module {
    padding-top: 64px;
}
.standards-hero-section {
    margin-top: 94px;
    width: 100%;
    background-color: #faf7f7;
    background-image: url(../images/standard-merchant/hero-banner.png);
    padding-bottom: 95px;
    background-position: center;
    background-repeat: no-repeat;
}
.customize-bcrm ol {
    margin: 0;
    padding: 0;
}
.customize-bcrm ol li {
    display: inline-block;
}
.customize-bcrm ol li a {
    display: inline-block;
}
.customize-bcrm {
    margin-top: 94px;
    margin-bottom: 60px;
}
.merchant-tab-section {
    position: sticky;
    top: 94px;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #e8e7ea;
}
.standard-title-text {
    max-width: 665px;
}
.standard-title-text.m-width {
    max-width: 565px;
}
.standard-title-text h3 {
    margin-top: 52px;
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 42px;
    font-family: Gilroy-Semibold;
}
.standard-section.mt-150 {
    margin-top: 150px;
}
.standard-section.mb-150 {
    margin-bottom: 150px;
}
.standard-text-module.mt-65 {
    margin-top: 65px;
}
.column-centered {
    display: flex;
    align-items: center;
}
.dark-img {
    display: none;
}
.light-img {
    display: block;
}
.icon-container svg {
    fill: #e7e5ff;
    color: #635bfe;
}
div.code-toolbar > .toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar > .toolbar-item > span {
    color: #fff;
    padding: 0 0.5em 0 1.5em;
    background: #f5f2f0;
    background: 0 0;
    box-shadow: unset;
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: Gilroy-Regular;
}
div.code-toolbar > .toolbar > .toolbar-item > button {
    color: #fff !important;
}
div.code-toolbar > .toolbar {
    opacity: 1;
    top: 0.43em;
    right: 0.3em;
}
code[class*="language-"],
pre[class*="language-"] {
    font-family: Gilroy-Regular;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    text-shadow: unset;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
}
pre[class*="language-"] {
    border-radius: 8px;
    border: unset;
    box-shadow: unset;
    margin: 0.5em 0;
    overflow: auto;
    padding: 26px 28px;
}
div.code-toolbar > .toolbar {
    opacity: 1;
    top: 0.43em;
    right: 12px;
}
.snippet-text span {
    font-size: 22px;
    line-height: 32px;
    color: #3f405b;
    font-family: Gilroy-Medium;
}
.snippet-text p {
    font-size: 16px;
    line-height: 26px;
    color: #6a6b87;
    font-family: Gilroy-Regular;
    margin-bottom: 16px;
}
.snippet-module {
    width: 876px;
    margin-bottom: 38px;
}
.code-snippet-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.download-btn .btn-sm {
    padding: 11px 75px 12px 20px;
    font-size: 18px;
    line-height: 27px;
    font-family: Gilroy-Medium;
    position: relative;
    margin-bottom: 31px;
}
.download-btn .btn-sm::after {
    position: absolute;
    content: url(../images/standard-merchant/download.svg);
    top: 5px;
    right: 5px;
}
.snippet-text.run-code span {
    font-size: 20px;
    line-height: 25px;
    color: #635bfe !important;
    font-family: Gilroy-Semibold;
}
.snippet-text.run-code p {
    font-size: 18px;
    line-height: 28px;
    color: #6a6b87;
    font-family: Gilroy-Semibold;
    margin-bottom: 8px;
    margin-top: 8px;
}
.download-desc {
    padding: 28px;
    background: #f5f6fa;
    border-radius: 6px;
    margin-bottom: 40px !important;
}
.example {
    position: absolute;
    width: 100%;
    height: 44px;
    background-color: #3f405b;
    color: #fff;
    top: 0;
    left: 0;
}
.example .left-example-text {
    position: absolute;
    left: 28px;
    top: 11px;
}
.snippet-text.optional p {
    font-size: 18px;
    line-height: 28px;
    color: #6a6b87;
    font-family: Gilroy-Regular;
    margin-bottom: 24px;
}
.option-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.option-container {
    padding-left: 16px;
}
.option-container ul li {
    margin: 10px;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    color: #3f405b;
    font-family: Gilroy-Medium;
    position: relative;
}
.option-container ul li::before {
    position: absolute;
    content: url(../images/ticmark.png);
    left: -26px;
    top: 1px;
}
.gateway img {
    width: 127px;
    height: 27px;
    object-fit: contain;
}
.copy-to-clipboard-button::before {
    content: url(../images/copy.png);
    position: absolute;
    top: 5px;
    left: 0;
}
nav .privacy-nav {
    font-size: 16px;
    line-height: 22px;
    color: #3f405b;
    margin-bottom: 22px;
    font-family: Gilroy-Semibold;
}
.privacy-left-box {
    padding: 28px;
    background-color: #fff;
    border: 1px solid #c1bfdf;
    border-radius: 10px;
    width: 324px;
    position: sticky;
    top: 155px;
    margin-bottom: 24px;
}
.active-nav {
    color: #635bfe !important;
    display: none;
}
.privacy-left-box {
    margin-top: 60px;
}
.gap-60 {
    gap: 60px;
}
.effective-description h4 {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-family: gilroy-Regular;
    color: #6a6b87;
}
.effective-description p {
    font-size: 16px;
    line-height: 26px;
    font-family: gilroy-Regular;
    color: #6a6b87;
}
.effective-description {
    margin-bottom: 48px;
}
.policy-cover {
    margin-bottom: 48px;
}
.right-content-box {
    margin-top: 60px;
}
.privacy-nav-content h2 {
    font-size: 28px;
    line-height: 36px;
    font-family: Gilroy-Semibold;
    color: #3f405b;
}
.privacy-nav-content p {
    font-size: 16px;
    line-height: 26px;
    font-family: gilroy-Regular;
    color: #6a6b87;
}
.information h3 {
    font-size: 20px;
    line-height: 26px;
    font-family: Gilroy-Medium;
    color: #3f405b;
}
.information ul li {
    font-size: 16px;
    line-height: 26px;
    font-family: gilroy-Regular;
    color: #6a6b87;
}
.information {
    max-width: 750px;
}
.usage-data h3 {
    font-size: 20px;
    line-height: 26px;
    font-family: Gilroy-Medium;
    color: #3f405b;
}
.usage-data {
    margin-bottom: 48px;
}
.usage-data span {
    font-family: Gilroy-Semibold;
    color: #3f405b;
}
.information h2 {
    margin-bottom: 16px;
}
.information h3 {
    margin-bottom: 12px;
}
.information ul {
    margin-bottom: 24px;
}
.usage-data p {
    margin-bottom: 12px;
}
.information-2 h2 {
    margin-bottom: 16px !important;
}
.shareinfo p span {
    font-family: Gilroy-Semibold;
    color: #3f405b;
}
.shareinfo p {
    margin-bottom: 12px;
}
.information-2 {
    margin-bottom: 48px;
}
.shareinfo {
    margin-bottom: 48px;
}
.shareinfo h2 {
    margin-bottom: 16px;
}
.data-security h2 {
    margin-bottom: 16px;
}
.data-security {
    margin-bottom: 48px;
}
.data-policy {
    margin-bottom: 48px;
}
.data-policy h2 {
    margin-bottom: 16px;
}
.data-contact {
    margin-bottom: 48px;
}
.data-contact h2 {
    margin-bottom: 16px;
}
.privacy-mx {
    max-width: 750px;
}
.policy-cover {
    max-width: 876px;
}
.effective-description {
    max-width: 809px;
}
.scrol-pt {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
.privacy-nav-active {
    color: #635bfe !important;
}
.policy-cover h2 {
    margin-bottom: 16px;
}
.data-contact a {
    text-decoration: underline;
    color: #635bfe;
}
.iti .form-control {
    padding: 0.8rem 0.75rem;
    border: 1px solid #e0dfef !important;
    background-color: #f5f6fa;
}
.iti .form-control:focus {
    border-color: #635bfe !important;
    outline: 0;
    box-shadow: unset !important;
}
input[type="tel"]:hover {
    border: 1px solid #635bfe !important;
}
@media (max-width: 1650px) {
    .bg-content {
        padding: 28px 0 0 115px;
    }
    .static-image img {
        max-width: 310px;
    }
}
@media (min-width: 1900px) {
    .merchant-left-img {
        width: 810px;
        height: 564px;
        padding: 0;
    }
    .merchant-left-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .line-svg-1 {
        position: absolute;
    }
    .line-svg-2 {
        position: absolute;
    }
    .line-svg-4 {
        position: absolute;
    }
}
@media (min-width: 1438px) and (max-width: 1600px) {
    .px-240 {
        padding: 0 8rem !important;
    }
    .gray-shad .leading-30 {
        font-size: 16px;
    }
    .dot-img {
        right: 46px;
    }
    .signin-top {
        margin-top: 0;
    }
    .auth-section {
        padding: 0 60px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1437px) {
    .iti .form-control {
        padding: 0.375rem 0.75rem;
    }
    .standards-hero-section {
        margin-top: 73px;
    }
    .merchant-tab-section {
        top: 73px;
    }
    .standard-text-module {
        padding-left: 10px;
    }
    .authenticator-top {
        margin-top: 0;
    }
    .confirm-top {
        margin-top: 50px;
    }
    .img-qr {
        width: 200px;
        height: 200px;
        object-fit: cover;
    }
    .select2-extends .select2-container .select2-selection--single {
        height: 40px !important;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 0 !important;
    }
    .select2-extends .select2-selection__rendered {
        line-height: 40px !important;
    }
    .select2-extends .select2-container--default .select2-selection--single .select2-selection__arrow {
        transition: transform 0s ease-in-out;
    }
    .select2-extends .select2-selection__arrow {
        height: 40px !important;
    }
    .auth-module {
        width: 519px !important;
        margin-top: 120px !important;
    }
    .usertype-top {
        margin-top: 50px;
    }
    .otp-top {
        margin-top: 50px;
    }
    .back-direction.forgot-top {
        margin-top: 130px;
    }
    .email-icon {
        position: absolute;
        top: 8px;
        left: 16px;
    }
    .d-grid.mt-3p {
        margin-top: 8px !important;
    }
    .auth-module {
        width: 405px !important;
        margin-top: 45px !important;
    }
    .transaction-block {
        margin-top: 75px;
    }
    .eye-icon {
        top: 6px;
    }
    .eye-icon-hide {
        top: 6px;
    }
    .btn-lg {
        padding: 0.55rem 0.5rem !important;
    }
    .input-form-control {
        padding: 9px 20px !important;
    }
    .form-label {
        font-size: 14px;
        line-height: 18px;
    }
    .form-group.mb-3 {
        margin-bottom: 12px !important;
    }
    .logo-div {
        width: 279px;
    }
    .auth-module .mt-2 {
        margin-top: 5px !important;
    }
    .transaction-text h3 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .transaction-text h2 {
        font-size: 28px !important;
        line-height: 32px !important;
    }
    .transaction-text h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .auth-section {
        padding: 0 50px !important;
    }
    .px-240 {
        padding: 0 70px !important;
    }
    .navbar-nav li {
        margin-left: 50px !important;
    }
    .navbar-brand img {
        /* width: 127px !important; */
        width: 100px !important;
        height: 41px !important;object-fit: fill;
        object-fit: contain;
    }
    .log-btn {
        height: 43px !important;
        width: 130px !important;
        font-size: 13px !important;
    }
    .reg-btn {
        height: 43px !important;
        width: 130px !important;
        font-size: 13px !important;
    }
    .nav-link {
        font-size: 13px !important;
    }
    .start-header {
        padding-top: 16px !important;
        padding-bottom: 8px !important;
    }
    .mt-93 {
        margin-top: 60px !important;
    }
    .mt-n4p {
        margin-top: -8px !important;
    }
    .ml-60 {
        margin-left: 2.75rem !important;
    }
    .pt-186 {
        padding-top: 122px;
    }
    .f-80 {
        font-size: 70px;
        line-height: 77.4px;
    }
    .f-70 {
        font-size: 56px;
        line-height: 78.4px;
    }
    .f-52 {
        font-size: 42px;
        line-height: 45.52px;
    }
    .h-888 {
        height: 700px !important;
    }
    .bg-white.p-24-28 p {
        font-size: 15px !important;
    }
    .gray-shad .leading-30 {
        font-size: 15px;
    }
    .dot-img {
        right: 7px;
    }
    .video-img {
        right: -16px;
    }
    .custom-form-grp button {
        width: 130px;
    }
    .app-dot {
        position: absolute !important;
        top: 19px;
        left: 18px;
    }
    .bg-app {
        border-radius: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .merchant-tab-section {
        top: 73px;
    }
    .usertype-module {
        width: 100%;
    }
    .auth-module {
        width: 405px !important;
        margin-top: 52px;
    }
    .signin-top {
        margin-top: 135px;
    }
    .navbar-brand img {
        width: 127px !important;
        height: 41px !important;
    }
    .nav-link {
        font-size: 13px !important;
    }
    .start-header {
        padding-top: 16px !important;
        padding-bottom: 8px !important;
    }
    .mt-93 {
        margin-top: 60px !important;
    }
    .mt-n4p {
        margin-top: -8px !important;
    }
    .pt-186 {
        padding-top: 122px;
    }
    .f-80 {
        font-size: 70px;
        line-height: 77.4px;
    }
    .f-70 {
        font-size: 56px;
        line-height: 78.4px;
    }
    .f-52 {
        font-size: 42px;
        line-height: 45.52px;
    }
    .h-888 {
        height: 700px !important;
    }
    .px-240 {
        padding: 0 35px !important;
    }
    .navbar-nav li {
        margin-left: 34px !important;
    }
    .log-btn {
        height: 43px;
        width: 130px;
        font-size: 13px;
    }
    .reg-btn {
        height: 43px;
        width: 130px;
        font-size: 13px;
    }
    .ml-60 {
        margin-left: 30px !important;
    }
    .w-517 {
        width: unset !important;
    }
    .ml-0r {
        margin-left: 0 !important;
    }
    .dot-img {
        display: none;
    }
    .dot-img-two {
        display: none;
    }
    .video-img {
        display: none;
    }
    .gtco-testimonials .card p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }
    .gtco-testimonials .card h5 {
        font-size: 16px;
        bottom: -13px;
    }
    .ml-171 {
        margin-left: 77px;
    }
    .app-image {
        width: 170px;
    }
    .app-sec {
        justify-content: center;
    }
    .custom-form-grp button {
        width: auto;
    }
    .custom-form-grp input {
        width: 162px !important;
    }
    .bg-app {
        border-radius: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .merchant-tab-section {
        top: 73px;
    }
    .snippet-module {
        max-width: 600px;
        margin-bottom: 48px;
    }
    .navbar-brand img {
        width: 127px !important;
        height: 41px !important;
    }
    .nav-link {
        font-size: 12px !important;
    }
    .start-header {
        padding-top: 16px !important;
        padding-bottom: 8px !important;
    }
    .mt-93 {
        margin-top: 60px !important;
    }
    .mt-n4p {
        margin-top: -8px !important;
    }
    .pt-186 {
        padding-top: 122px;
    }
    .f-80 {
        font-size: 70px;
        line-height: 77.4px;
    }
    .f-70 {
        font-size: 56px;
        line-height: 78.4px;
    }
    .f-52 {
        font-size: 42px;
        line-height: 45.52px;
    }
    .navbar-nav li {
        margin-left: 23px !important;
        margin-top: -3px;
    }
    .log-btn {
        height: 37px;
        width: 83px;
        font-size: 12px;
    }
    .reg-btn {
        height: 37px;
        width: 83px;
        font-size: 12px;
    }
    .ml-60 {
        margin-left: 30px !important;
    }
    .px-240 {
        padding: 0 35px !important;
    }
    .ml-18 {
        margin-left: 11px;
        margin-top: 15px;
    }
    .navbar-brand img {
        width: 115px;
        height: 28.85px;
    }
    .start-header {
        transform: translateY(0);
        padding: 12px 0;
    }
    .mt-93 {
        margin-top: 63px !important;
    }
    .nav-item:after {
        background-color: unset !important;
    }
    .pt-186 {
        padding-top: 100px;
    }
    .f-80 {
        font-size: 70px;
        line-height: 77.4px;
    }
    .f-70 {
        font-size: 56px;
        line-height: 78.4px;
    }
    .f-52 {
        font-size: 42px;
        line-height: 45.52px;
    }
    .h-888 {
        height: 660px !important;
    }
    .w-517 {
        width: unset !important;
        padding-right: 20px;
    }
    .px-35 {
        padding: 0 35px;
    }
    .dot-img {
        display: none;
    }
    .dot-img-two {
        display: none;
    }
    .gray-shad .leading-30 {
        font-size: 14px;
    }
    .video-img {
        display: none;
    }
    .F-30r {
        font-size: 30px;
    }
    .gtco-testimonials .card p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }
    .gtco-testimonials .card h5 {
        font-size: 16px;
        bottom: -13px;
    }
    .bg-app {
        background-size: cover !important;
        height: auto;
    }
    .app-content {
        font-size: 30px;
    }
    .ml-171 {
        display: flex;
        justify-content: center;
        width: 40%;
        margin-left: 54px;
        position: absolute;
        bottom: 0;
    }
    .app-image {
        width: 140px;
    }
    .mt-148 {
        margin-top: 85px;
    }
    .mt-56 {
        margin-top: 51px;
        margin-bottom: 50px;
        justify-content: center;
    }
    .custom-form-grp button {
        margin-top: 13px;
        margin-left: 0;
    }
    .w-358 {
        width: auto !important;
    }
    .app-imgs {
        width: 130px;
    }
    .direction {
        flex-direction: column !important;
    }
    .direction .ml-3 {
        margin-left: unset !important;
        margin-top: 13px;
    }
    .bg-app {
        border-radius: 20px;
    }
    .app-dot {
        display: none;
    }
    .app-dot-right {
        display: none;
    }
}
@media (min-width: 479px) and (max-width: 767px) {
    .pt-186 {
        padding-top: 80px;
    }
    .f-80 {
        font-size: 50px;
        line-height: 50.4px;
    }
    .f-70 {
        font-size: 36px;
        line-height: 68.4px;
    }
    .f-52 {
        font-size: 26px;
        line-height: 45.52px;
    }
    .h-888 {
        height: 630px !important;
    }
    .w-530 {
        width: 356px !important;
        font-size: 14px;
    }
    .px-35 {
        padding: 0 35px;
    }
    .gray-shad .leading-30 {
        font-size: 17px;
    }
}
@media (min-width: 1200px) and (max-width: 1485px) {
    .input-form-control {
        font-size: 16px !important;
        line-height: 20px !important;
        color: #3f405b !important;
        font-family: Gilroy-Regular;
    }
    .gtco-testimonials .card p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
    }
    .gtco-testimonials .card h5 {
        font-size: 16px;
        bottom: -13px;
    }
    .dot-left-side {
        position: absolute;
        bottom: 1px;
        left: -177px;
    }
    .circle-svg-4 {
        width: 80px;
    }
}
@media (max-width: 1199px) {
    .standard-text-module.mt-270 {
        margin-top: 0;
    }
    .standard-text-module {
        padding-left: 0;
    }
    .standard-section.mt-150 {
        margin-top: 0;
    }
    .standard-text-module.mt-65 {
        margin-top: 0;
    }
    .back-direction.forgot-top {
        margin-top: 60px;
    }
    .auth-section {
        padding: 0 30px 0 36px;
    }
    .hide-small-device {
        padding: 0;
    }
    .col-md-7 {
        padding: 0;
    }
    .auth-module {
        width: 100% !important;
        margin-top: 164px;
    }
    .transaction-text h2 {
        font-size: 25px;
        line-height: 14px;
    }
    .auth-module {
        margin-top: 50px;
    }
    .transaction-text h3 {
        font-size: 20px;
        line-height: 10px;
    }
    .transaction-text h1 {
        font-size: 28px;
        line-height: 46px;
    }
    .static-image {
        margin-top: 18px;
    }
    .static-image img {
        max-width: 260px;
    }
    .transaction-block {
        margin-top: 80px;
    }
}
@media (max-width: 1200px) {
    .standard-text-module.sm-mt-32 {
        margin-top: 64px;
    }
    .standard-text-module {
        padding-left: 0;
    }
    .logo-div {
        width: 100%;
    }
    .mt-188 {
        margin-top: 12px !important;
    }
    .paypal {
        width: 87px;
        height: 100%;
        margin-bottom: 41px;
    }
    .visa {
        width: 67px;
        height: 100%;
        margin-bottom: 41px;
    }
    .master-card {
        width: 58px;
        height: 100%;
        margin-bottom: 41px;
    }
    .coin-payment {
        width: 144px;
        height: 100%;
        margin-bottom: 41px;
    }
    .strip {
        width: 65px;
        height: 100%;
        margin-bottom: 41px;
    }
    .column-gap-98 {
        column-gap: 52px;
    }
    .line-svg-1 {
        display: none;
    }
    .line-svg-2 {
        display: none;
    }
    .line-svg-4 {
        display: none;
    }
    .circle-svg-2 {
        margin-top: 0;
    }
    .circle-svg-4 {
        margin-top: 0;
    }
    .F-16r {
        font-size: 16px;
    }
    .mt-r42 {
        margin-top: 42px !important;
    }
    .dot-left-side {
        display: none;
    }
    .dot-right-side {
        display: none;
    }
    .contain {
        position: relative;
        z-index: 2;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .create-account.auth-section {
        padding: 0 10px 0 10px !important;
        justify-content: center !important;
    }
    .usertype-module {
        width: 100%;
    }
    .auth-module {
        width: 405px !important;
        margin-top: 52px;
    }
}
@media (max-width: 992px) {
    .auth-section {
        justify-content: center !important;
    }
    .main-auth-div .col-md-7 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .main-auth-div .col-sm-7 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .navbar-brand img {
        width: 7.1875rem;
        height: 1.8031rem;
    }
    .privacy-left-box {
        display: none;
    }
    .privacy-scrol .gap-60 {
        gap: 0;
    }
    .effective-description {
        margin-bottom: 38px;
    }
    .right-content-box {
        margin-top: 28px;
    }
    .effective-description h4 {
        font-size: 14px;
        line-height: 24px;
    }
    .privacy-nav-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .privacy-nav-content h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .policy-cover h2 {
        margin-bottom: 12px;
    }
    .usage-data h3 {
        margin-bottom: 12px;
    }
    .usage-data {
        margin-bottom: 38px;
    }
    .information h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .information ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .information-2 {
        margin-bottom: 38px;
    }
    .shareinfo {
        margin-bottom: 38px;
    }
    .data-security {
        margin-bottom: 38px;
    }
    .data-policy {
        margin-bottom: 38px;
    }
    .data-contact {
        margin-bottom: 72px;
    }
    .policy-cover {
        margin-bottom: 38px;
    }
    .authenticator-top {
        margin-top: 0;
    }
    .confirm-top {
        margin-top: 0;
    }
    .auth-module-header {
        padding: 0 7px !important;
    }
    .hide-small-device {
        display: none !important;
    }
    .copy-to-clipboard-button span {
        display: none;
    }
    div.code-toolbar > .toolbar {
        opacity: 1;
        top: 0.43em;
        right: 19px;
    }
    .copy-to-clipboard-button::before {
        content: url(../images/copy.png);
        position: absolute;
        top: 5px;
        right: -25px;
    }
    .snippet-text.optional p {
        font-size: 14px;
        line-height: 22px;
        color: #6a6b87;
        font-family: Gilroy-Regular;
        margin-bottom: 14px;
    }
    .snippet-module {
        max-width: 500px;
    }
    .merchant-tab {
        width: 500px;
    }
    .merchant-tab {
        justify-content: space-between;
    }
    .standard-text-module.sm-mt-32 {
        margin-top: 32px;
    }
    .standard-section.mb-150 {
        margin-bottom: 40px;
    }
    .revere-column {
        flex-direction: column-reverse;
    }
    .standard-section.mt-150 {
        margin-top: 40px;
    }
    .standard-text-module.mt-65 {
        margin-top: 32px;
    }
    .merchant-tab-section {
        position: sticky;
        top: 63px;
        z-index: 999;
        background-color: #fff;
        border-bottom: 1px solid #e8e7ea;
    }
    .icon-container svg {
        width: 36px;
        height: 36px;
    }
    .steps.gap-16 {
        gap: 12px;
    }
    .steps-details span {
        font-size: 12px;
        line-height: 20px;
    }
    .steps-details h4 {
        font-size: 18px;
        line-height: 28px;
        color: #6a6b87;
        font-family: Gilroy-Semibold;
    }
    .steps-details p {
        max-width: 416px;
        font-size: 14px;
        line-height: 24px;
    }
    .icon-container {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        object-fit: cover;
    }
    .standard-title-text h3 {
        margin-top: 24px;
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 28px;
        color: #3f405b;
    }
    .code-snippet-section .standard-title-text h3 {
        margin-top: 24px;
        margin-bottom: 13px;
        font-size: 24px;
        line-height: 32px;
    }
    .snippet-text span {
        font-size: 18px;
        line-height: 28px;
    }
    .snippet-text p {
        font-size: 14px;
        line-height: 22px;
    }
    .snippet-text.run-code p {
        font-size: 14px;
        line-height: 26px;
    }
    .snippet-module {
        width: 876px;
        margin-bottom: 30px;
    }
    .standard-text-module.mt-270 {
        margin-top: 0;
    }
    .standard-text-module {
        padding-top: 32px;
    }
    .standard-text-module {
        display: flex;
        flex-direction: column;
    }
    .standard-text-module h3 {
        font-size: 20px;
        line-height: 28px;
        max-width: 100%;
        text-align: center;
    }
    .merchant-left-img {
        width: unset;
        height: unset;
        padding: 0;
    }
    .standard-text-module {
        padding-left: unset;
    }
    .btn-section .btn-lg {
        font-size: 12px !important;
        line-height: 15px !important;
        padding: 10px 20px !important;
        border-radius: 40px !important;
    }
    .merchant-tab {
        margin: 16px 0;
        padding: 5px;
        border-radius: 6px;
        display: flex;
    }
    .merchant-tab a {
        padding: 9px 5px;
        font-size: 14px;
        line-height: 17px;
    }
    .standards-hero-section {
        padding-bottom: 33px;
    }
    .standards-hero-section {
        margin-top: 30px;
        background-repeat: no-repeat;
    }
    .breadcrumb li a {
        font-size: 12px;
        line-height: 20px;
        font-family: Gilroy-Regular;
    }
    .breadcrumb-item.active {
        font-size: 12px;
        line-height: 20px;
        font-family: Gilroy-Regular;
    }
    .btn-section .btn-lg {
        margin-bottom: 16px;
    }
    .merchant-text p {
        max-width: 240px;
        font-size: 16px;
        line-height: 20px;
        font-family: Gilroy-Medium;
    }
    .customize-bcrm .breadcrumb {
        align-items: baseline;
    }
    .customize-bcrm {
        margin-top: 63px;
        margin-bottom: 30px;
    }
    .bottom-left {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .bottom-right {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .top-left {
        top: 20px;
        left: 20px;
        right: 20px;
    }
    .top-right {
        top: 20px;
        left: 20px;
        right: 20px;
    }
    .custom-input input {
        width: 100%;
    }
    .custom-input.mt-3p {
        margin-top: 0;
    }
    .transaction-payment-method {
        margin-top: 37px;
    }
    .gap-18 {
        row-gap: 16px;
        column-gap: 16px;
    }
    .img-qr {
        width: 100%;
        height: 212px;
        object-fit: cover;
        text-align: center;
        margin-top: 9px;
    }
    .qr-submit.mt-2 {
        margin-top: 20px !important;
    }
    .verification {
        margin-top: 5px;
    }
    .forgot-link.pt-1 {
        padding-top: 0 !important;
    }
    .status-logo {
        width: 44px;
        height: 44px;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 24px;
    }
    .status-logo img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .payment-main-module {
        width: 335px;
    }
    .transaction-details-module {
        width: 335px;
    }
    .transaction-details-module .form-group.mb-3.xs-mb {
        margin-bottom: 19px !important;
    }
    .transaction-details-module .form-group.mb-3.xs-mb-btn {
        margin-bottom: 19px !important;
    }
    .transaction-details-module {
        padding: 19px;
    }
    .select2-extends label {
        font-size: 14px;
        line-height: 17px;
    }
    .sm-gy-4 {
        --bs-gutter-y: 22px;
    }
    .total-amount {
        position: relative;
        padding-bottom: 23px;
        margin-bottom: 23px;
    }
    .amount-desc p {
        max-width: 295px;
        margin-bottom: 19px;
    }
    .select2-extends .select2-container .select2-selection--single {
        height: 48px !important;
    }
    .select2-extends .select2-selection__rendered {
        line-height: 48px !important;
    }
    .select2-extends .select2-container--default .select2-selection--single .select2-selection__arrow {
        transition: transform 0s ease-in-out;
    }
    .select2-extends .select2-selection__arrow {
        height: 48px !important;
    }
    .select2-extends label {
        margin-bottom: 5px;
    }
    .gateway {
        width: 139px;
    }
    .transaction-details-module {
        padding: 19px;
    }
    .section-payment {
        height: auto;
        margin-top: 120px;
    }
    .payment-main-module .btn-lg {
        padding: 0.8rem 3.5rem !important;
        font-size: 15px !important;
        line-height: 19px !important;
    }
    .payment-main-module p {
        font-size: 15px;
    }
    .payment-main-module {
        padding: 39px 22px;
    }
    .policy.mt-28 {
        margin-top: 24px;
    }
    .type-text {
        font-size: 14px;
        line-height: 17px;
    }
    .type-text.mt-3p {
        margin-top: 1px;
    }
    .sm-top.mt-28 {
        margin-top: 24px;
    }
    .usertype.mt-22 {
        margin-top: 20px;
    }
    .usertype-module {
        width: 100%;
        margin-top: 2px;
    }
    .forgot-link a {
        font-size: 14px;
        line-height: 17px;
    }
    .auth-module-header {
        margin-bottom: 27px;
    }
    .usertype-top {
        margin-top: 0;
    }
    .otp-top {
        margin-top: 0;
    }
    .signin-top {
        margin-top: 0;
    }
    .form-label {
        margin-bottom: 6px;
    }
    .auth-text.leading-24 {
        line-height: 22px !important;
    }
    .back-direction.forgot-top {
        margin-top: 0;
    }
    .email-icon {
        position: absolute;
        top: 13px;
        left: 17px;
    }
    .auth-module {
        margin-top: 103px !important;
        margin-bottom: 85px !important;
    }
    .eye-icon {
        top: 10px;
    }
    .eye-icon-hide {
        top: 10px;
    }
    .btn-lg {
        padding: 0.83rem 0.5rem !important;
    }
    .input-form-control {
        padding: 13px 20px !important;
        font-size: 16px !important;
    }
    .form-label {
        font-size: 14px;
        line-height: 18px;
    }
    .form-group.mb-3 {
        margin-bottom: 12px !important;
    }
    ::placeholder {
        font-size: 14px !important;
        color: #9998a0 !important;
    }
    .footer-display.bottom-footer .copyright {
        color: #9998a0 !important;
        font-size: 12px !important;
        line-height: 15px !important;
    }
    .xs-padding.footer-display.bottom-footer .copyright {
        color: #fff !important;
    }
    .header-display {
        display: block !important;
    }
    .footer-display {
        display: block !important;
    }
    .footer-display.bottom-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff !important;
    }
    .mb-0.auth-text {
        margin-bottom: 3px !important;
    }
    .btn-lg {
        font-size: 15px !important;
        line-height: 19px !important;
    }
    .d-grid.mb-3p {
        padding-top: 5px !important;
    }
    .row > * {
        padding-right: calc(var(--bs-gutter-x) * 0.41) !important;
        padding-left: calc(var(--bs-gutter-x) * 0.41) !important;
    }
    .main-auth-div .row {
        margin: 0 0 !important;
    }
    .container-layout.px-0 {
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
    }
    .auth-section {
        min-height: unset;
        height: 100%;
    }
    .transaction-text {
        margin-top: 20px !important;
    }
    .form-group.mb-3 {
        margin-bottom: 15px !important;
    }
    .main-auth-div .me-0 {
        margin: 0 !important;
    }
    .auth-module-header .text-center {
        text-align: start !important;
    }
    .auth-title {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .form-label {
        font-size: 14px !important;
        line-height: 17px !important;
        color: #6a6b87;
        text-transform: capitalize !important;
        font-family: Gilroy-Regular;
    }
    .auth-text {
        font-size: 14px !important;
        line-height: 17px !important;
    }
    .auth-section {
        padding: 0 4px !important;
    }
    .create-account.auth-section {
        padding: 0 4px 0 4px !important;
    }
    .px-240 {
        padding: 0 20px !important;
    }
    .nav-align {
        display: grid;
        justify-content: center;
        text-align: center;
        line-height: 33px;
    }
    .navbar-nav li {
        margin-left: 0;
    }
    .ml-60 {
        margin-left: 0 !important;
        margin-top: 20px;
    }
    .ml-18 {
        margin-left: 12px;
        margin-top: 20px;
    }
    .navbar-brand img {
        width: 115px;
        height: 28.85px;
    }
    .start-header {
        transform: translateY(0);
        padding: 12px 0;
    }
    .mt-93 {
        margin-top: 63px !important;
    }
    .log-btn {
        height: 43px !important;
        width: 130px !important;
        font-size: 13px !important;
    }
    .reg-btn {
        height: 43px !important;
        width: 130px !important;
        font-size: 13px !important;
    }
    .nav-link {
        font-size: 13px !important;
    }
    .mt-136 {
        margin-top: 52px !important;
        font-size: 13px !important;
    }
    .f-36 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .small-border {
        margin-top: 16px !important;
    }
    .mt-36 {
        margin-top: 24px !important;
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .w-517 {
        font-size: 14px !important;
        line-height: 24px !important;
        width: unset !important;
    }
    .learn-btn {
        height: 42px !important;
        width: 142px !important;
        font-size: 12px !important;
        margin-top: 20px !important;
    }
    .learn-btn svg {
        width: 13px !important;
        height: 7px !important;
    }
    .pb-146 {
        padding-bottom: 22px;
    }
    .dot-img {
        display: none;
    }
    .dot-img-two {
        display: none;
    }
    .w-265 {
        width: 298px !important;
        margin-top: 14px;
        font-size: 14px;
        line-height: 24px;
    }
    .w-288 {
        width: 298px !important;
        margin-top: 14px;
        font-size: 14px;
        line-height: 24px;
    }
    .w-311 {
        width: 298px !important;
        margin-top: 14px;
        font-size: 14px;
        line-height: 24px;
    }
    .w-318 {
        width: 298px !important;
        margin-top: 14px;
        font-size: 14px;
        line-height: 24px;
    }
    .circle-svg-1 {
        width: 52px;
        height: 52px;
    }
    .circle-svg-2 {
        width: 52px;
        height: 52px;
    }
    .circle-svg-3 {
        width: 52px;
        height: 52px;
    }
    .circle-svg-4 {
        width: 52px;
        height: 52px;
    }
    .mt-106 {
        margin-top: 32px;
    }
    .mt-r18 {
        margin-top: 18px;
        font-size: 18px;
        line-height: 24.51px;
    }
    .F-r13 {
        font-size: 13px;
        line-height: 17.7px;
    }
    .pb-196 {
        padding-bottom: 52px;
    }
    .video-img {
        width: 110px;
        height: 101px;
        right: -1px;
        top: -54px;
        z-index: -1;
    }
    .gtco-testimonials .accordion-item p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 12px;
    }
    .gtco-testimonials .card h5 span {
        font-size: 10px;
        line-height: 13.62px;
    }
    .gtco-testimonials .card h5 {
        font-size: 16px;
        bottom: -17px;
        line-height: 21.79px;
    }
    .gtco-testimonials .center .card-img-top {
        height: 76px;
        width: 76px;
        margin-top: -35px;
    }
    .gtco-testimonials .owl-dots .active span {
        width: 18px;
        height: 7px;
    }
    .gtco-testimonials .owl-dots span {
        height: 7px;
        width: 7px;
    }
    .owl-dots {
        margin-top: -19px;
    }
    .gtco-testimonials {
        padding-top: 52px;
    }
    .accordion-body {
        padding: 1.25rem 1.0625rem !important;
        font-size: 0.75rem !important;
        line-height: 1.375rem;
    }
    .mt-128 {
        margin-top: 39px;
    }
    .pt-86 {
        padding-top: 24px;
    }
    .mt-55 {
        margin-top: 15px;
    }
    .contain {
        padding: 0;
    }
    .card-body {
        padding: 1.25rem 17px !important;
    }
    .app-sec {
        justify-content: center;
    }
    .bg-app {
        background-size: cover !important;
        height: auto;
        border-radius: 20px;
    }
    .ml-171 {
        display: flex;
        justify-content: center;
        margin-left: 48px;
        width: 288.27px;
        margin-top: 0;
    }
    .app-image {
        height: 39.83px;
        width: 137.69px;
    }
    .mt-148 {
        margin-top: 52px;
    }
    .mt-56 {
        margin-top: 32px;
        margin-bottom: 51px;
    }
    .ml-r11 {
        margin-left: 11px !important;
    }
    .app-dot-right {
        display: none;
    }
    .app-dot {
        display: none;
    }
    .pb-144 {
        padding-bottom: 52px;
    }
    .pay-img {
        display: flex !important;
        justify-content: center !important;
    }
    .align-center {
        justify-content: center;
        display: grid;
    }
    .footer-logo {
        margin: 0 auto;
        padding-top: 32px;
    }
    .txt-center {
        text-align: center;
    }
    .links {
        text-align: center;
    }
    .col-gap-12 {
        justify-content: center;
        column-gap: 11px;
        padding-bottom: 36px;
    }
    .facebook svg,
    .instagram svg,
    .linkdin svg,
    .pinterest svg,
    .twitter svg,
    .whtsapp svg {
        width: 37px;
        height: 100%;
    }
    .direction {
        justify-content: center;
    }
    .custom-form-grp input {
        width: 185px;
        height: 40px;
    }
    .custom-form-grp {
        margin-top: -2px;
        flex-wrap: nowrap !important;
        align-items: unset !important;
    }
    .custom-form-grp button {
        width: 109px;
        height: 40px;
        font-size: 13px;
        line-height: 18px;
    }
    .custom-form-grp input::placeholder {
        font-size: 12px;
        position: relative;
        top: -3px;
    }
    .btn-footer {
        flex-direction: column !important;
    }
    .btn-footer p {
        font-size: 12px;
        line-height: 16.34px;
        text-align: center;
        font-family: gilroy-light;
    }
    .p-17-19 {
        padding: 15px 0 0 0;
    }
    .xs-padding.p-17-19 {
        padding: 17px 0 17px 0;
        background-color: #635bfe !important;
    }
    .justify-center-res {
        justify-content: center;
        margin-top: 24px;
        margin-left: 27px;
    }
    .justify-center-res span {
        font-size: 12px;
        line-height: 16.34px !important;
    }
    .selectParent {
        font-size: 12px;
        line-height: 16.34px;
    }
    span.select2-selection__arrow {
        height: 13px !important;
        top: 1px !important;
        right: 28px !important;
    }
    .w-358 {
        width: 307px !important;
        font-size: 13px;
        line-height: 24px;
        margin-top: 18px;
    }
    .mt-r24 {
        margin-top: 24px;
    }
    .app-imgs {
        width: 147.02px;
        height: 42.53px;
    }
    .ml-r12 {
        margin-left: 12px !important;
    }
    .quick-res {
        margin-top: -13px;
        font-size: 16px;
        line-height: 21.79px;
    }
    .links {
        margin-top: -23px;
        font-size: 14px;
        line-height: 34px;
    }
    .sign-res {
        font-size: 16px;
        line-height: 21.79px;
        margin-top: 14px;
    }
    .more-link {
        margin-top: 16px;
    }
    .stay-res {
        margin-top: 8px;
        font-size: 14px;
        line-height: 18px;
    }
    .socials-res {
        font-size: 16px;
        line-height: 21.79px;
        margin-top: 30px;
    }
    .desktop-mobile-view {
        display: none;
    }
    #main #faq .accordion-item .accordion-header .btn-header-link.collapsed {
        font-size: 12px;
        line-height: 23px;
    }
    #main #faq .accordion-item .accordion-header .btn-header-link {
        display: flex;
        height: 54px;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        font-size: 0.8125rem !important;
    }
    .pt-121 {
        padding-top: 76px;
        padding-bottom: 39px;
    }
    .nav-active:before {
        background-color: unset !important;
    }
    .nav-active .nav-link {
        color: #8167a9 !important;
    }
    .card-body,
    .gtco-testimonials .card p {
        font-size: 12px !important;
        line-height: 1.375rem;
    }
}
@media (min-width: 768px) {
    .app-mobile-view {
        display: none;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .auth-section {
        padding: 0 60px !important;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .bg-content {
        padding: 28px 0 0 86px;
    }
    .transaction-text h2 {
        font-size: 19px !important;
        line-height: 14px;
    }
    .static-image img {
        max-width: 194px;
    }
    .transaction-text h1 {
        font-size: 22px !important;
        line-height: 46px;
    }
    .transaction-text h1 {
        font-size: 23px !important;
        line-height: 46px;
    }
}
@media (max-width: 575px) {
    .snippet-module {
        max-width: 444px;
    }
    .merchant-tab {
        width: 444px;
    }
    .merchant-tab {
        justify-content: space-between;
    }
    .mt-161 {
        margin-top: 66px !important;
    }
    .ml-29 {
        margin-left: 23px !important;
    }
    .mt-r20 {
        margin-top: 20px !important;
        font-size: 14px !important;
    }
    .w-r36 {
        width: 36px !important;
        height: 100% !important;
    }
    .f-r24 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .f-r16 {
        font-size: 16px !important;
        line-height: 21.79px !important;
    }
    .border-n {
        border: unset !important;
    }
    .p-r0 {
        padding: 0 !important;
    }
    .ml-0r {
        margin-left: 0 !important;
    }
    .w-r71 {
        width: 71px !important;
        height: 100% !important;
    }
    .mt-53 {
        margin-top: 6px !important;
    }
    .mb-49r {
        margin-bottom: 49px !important;
    }
    .bg-ligt-pink .pt-149 {
        padding-top: 52px;
        font-size: 13px;
        line-height: 17.7px;
    }
    [data-content="REASONS"] {
        font-size: 18px;
        line-height: 24.51px;
        margin-bottom: -4px !important;
    }
    .small-border {
        width: 48px;
        height: 3px;
    }
    .mt-72 {
        margin-top: 32px;
    }
    .p-24-28 svg[width="58"] {
        width: 48px;
        height: 100%;
    }
    .p-24-28 svg[width="59"] {
        width: 48px;
        height: 100%;
    }
    .p-24-28 svg[width="64"] {
        width: 53px;
        height: 100%;
    }
    .p-24-28 .leading-30 {
        font-size: 14px !important;
        line-height: 24px !important;
        margin-top: 19px !important;
    }
    .h-300 {
        height: 198px !important;
    }
    .p-24-28 {
        padding: 35px 29px;
    }
    .mb-32 {
        margin-bottom: 24px !important;
    }
    .pb-137 {
        padding-bottom: 52px;
    }
}
@media (max-width: 375px) {
    .merchant-tab {
        width: 318px;
    }
    .merchant-tab {
        justify-content: space-evenly;
    }
    .snippet-module {
        max-width: 318px;
    }
}
@media (max-width: 480px) {
    .merchant-tab {
        width: 318px;
    }
    .merchant-tab {
        justify-content: space-evenly;
    }
    .snippet-module {
        max-width: 318px;
    }
    .pt-186 {
        padding-top: 80px;
    }
    .mt-93 {
        margin-top: 39px !important;
    }
    .f-21 {
        font-size: 14px;
    }
    .f-80 {
        font-size: 45px;
        line-height: 47.47px;
    }
    .f-70 {
        font-size: 38px;
        line-height: 42.56px;
    }
    .f-52 {
        font-size: 30px;
        line-height: 37.8px;
    }
    .h-888 {
        height: 630px !important;
    }
    .w-530 {
        width: 270px !important;
        font-size: 14px;
        line-height: 24px;
    }
    .mt-18 {
        margin-top: 16px !important;
    }
    .mt-r20 {
        margin-top: 20px !important;
    }
    .mt-14 {
        margin-top: 10px !important;
    }
    .ml-27p {
        margin-left: 16px !important;
    }
    .button-widths span {
        font-size: 14px;
    }
    .button-widths {
        width: 184px;
        height: 48px;
    }
    .svg-img-parent {
        width: 32px;
        height: 32px;
    }
    .svg-img svg {
        width: 20px;
        height: 20px;
    }
    .h-888 {
        height: 556px !important;
    }
    .px-20r {
        padding: 0 15px !important;
    }
    .gray-shad .leading-30 {
        font-size: 14px;
        line-height: 24px;
    }
    .gray-shad .mt-28 {
        margin-top: 23px;
    }
    .gray-shad .mt-21 {
        margin-top: 17px;
    }
    .h-355 {
        height: 271px !important;
    }
    .p-48-44 {
        padding: 31px 27px;
        border-radius: 10px;
    }
    .online-shop {
        width: 53px;
        height: 100%;
    }
    .cryptocurrency-img {
        width: 50px;
        height: 100%;
    }
    .checkout-img {
        width: 60px;
        height: 100%;
    }
    .clerk-img {
        width: 56px;
        height: 100%;
    }
    .pt-149 {
        padding-top: 52px;
        font-size: 13px;
        line-height: 17.7px;
    }
}
.custom-postion p {
    margin-bottom: 1rem;
}
.sp .select2.select2-container {
    width: 95px !important;
}
.sp .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    width: 20px;
}
.sp .lan {
    padding-top: 1px !important;
    margin-right: 5px;
}
.sp .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #535353;
    line-height: 28px;
}
.sp .form-group {
    padding: 0 !important;
}
.sp select {
    visibility: hidden !important;
}
.bgd-blue {
    background-color: #635bfe;
}
body.dark .pageArticle_content {
    /* color: #cdccd0; */
    color: #575757;
}
.pageArticle_content h1{font-size: 30px;margin-bottom: 10px;font-weight:600}
.pageArticle_content h2{font-size:24px;margin-bottom: 10px;}
.pageArticle_content ul li,
.pageArticle_content p{margin-bottom:10px}
.pageArticle_content {
    color: #3f405b;
}
input::file-selector-button {
    background-color: #635bfe !important;
    border: unset !important;
    border-radius: 8px;
    color: #fff !important;
    padding: 13px 26px !important;
}
.border-unset {
    border: unset !important;
}
.bg-form {
    background: #25212f;
}
body.dark .form-control.bank {
    background-color: #25212f !important;
    color: #fff !important;
}
body.dark .form-control.upload-filed {
    background-color: #25212f !important;
    color: #fff !important;
}
.form-control.bank:focus {
    color: #212529;
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset !important;
}
.form-control.upload-filed:focus {
    color: #212529;
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset !important;
}
.caret {
    position: relative;
}
.caret::after {
    content: url(../../../uploads/files/bank_logos/d-icon.png);
    right: 10px;
    top: 10px;
}
.form-select {
    padding: 0.675rem 2.25rem 0.675rem 0.75rem;
    background-image: url(../../../uploads/files/bank_logos/d-icon.png);
}
.alert-animate.bg-white {
    background: #fff !important;
}
body.dark .alert-animate {
    background: #2e293a !important;
    border: 1px solid #3f405b !important;
    box-shadow: 0 16px 28px -11px rgba(63, 64, 91, 0.17);
}
body.dark .alert-animate .text-dark {
    color: #e8e7ea !important;
}
body.dark .alert-animate .text-gray-100 {
    color: #e8e7ea !important;
}
.f-13 {
    font-size: 13px;
    line-height: 16px;
}
.crypto-coin {
    width: 80px;
    height: 80px;
}
.mx-14rem {
    margin-left: 14rem;
    margin-right: 14rem;
}
.w-3 {
    width: 0.75rem;
}
.h-3 {
    height: 0.75rem;
}
.max-w-910p {
    max-width: 910px;
}
.trc-coin {
    width: 119px;
    height: 103px;
}
.trc-coinp {
    margin-top: -16px;
}
@media (max-width: 767px) {
    .token-font {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .crypto-coin {
        width: 50px;
        height: 50px;
    }
    .trc-coin {
        width: 77px;
        height: 65px;
    }
    .-mt-8p {
        margin-top: -8px;
    }
    .trc-coinp {
        margin-top: -3px;
    }
}
@media (max-width: 1200px) {
    .token-font {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .mx-14rem {
        margin-left: auto;
        margin-right: auto;
    }
}
.trc-p {
    margin-top: -8px;
}
.my-85p {
    margin-top: 105px;
    margin-bottom: 85px;
}


/* ==================================================================== */
body.dark .forgot-link a {
    color: #6c6c6d;
  }
.custom-layout .main-auth-div {
	background-color: transparent !important;
  }
  .custom-layout .main-auth-div .bg-pattern {background-image: none;}
  .custom-layout .transaction-text *,
  .custom-layout .auth-module .auth-module-header *{color: #000;}
  .custom-layout .auth-module .form-label {color: #000;}
  .custom-layout .input-form-control {
    border: 1px solid #b7acac !important;
    background-color: #fff !important;
    color: #000;
  }

  .custom-layout #phone {border: 1px solid #b7acac !important;
    background-color: #fff !important;}
    .custom-layout .iti__selected-flag {
        background: #bdbdbd !important;
      }
  
  .transaction-text h1{font-size: 36px;}
  .transaction-text h2{font-size: 28px;}
 .custom-layout .main-auth-div .auth-module {
    position: relative;
  }
  .custom-layout .main-auth-div .auth-module::after {
    content: '';
    position: absolute;
    left: -70px;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
    top: 0;
  }

/* ================================
             Faq
   =============================== */

  .default-title-section{margin-top:120px}
  .default-title-section .mb-6.font-bold.text-center.text-4xl {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .default-title-section .text-gray-600.tracking-wide.font-normal.text-center.text-lg{color:#69727d;font-size:18px}
  .py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
        /* Accordion Styles */
        .Accordion {
            margin-top: 20px;
        }

        .Accordion__tabs {
            list-style-type: none;
            padding: 0;
        }

        .Accordion__tab {
            width: 100%;
            border-bottom: 2px solid #e5e7eb;
        }

        .Accordion__tab__headline {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            cursor: pointer;
            background-color: #fff;
            font-size: 1.25rem;
            color: #17624f;
            font-weight: 600;padding: 25px 15px;
        }

        .Accordion__tab__content {
            display: none;
            padding: 15px;
            background-color: #fff;
            font-size: 1rem;
            color: #4b5563;
            border-top: 2px solid #fff;
        }

        .Accordion__tab__content.active {
            display: block;
        }

        .icon {
            font-size: 20px;
            color: #6b7280;
        }

        .wrapper {
            padding-bottom: 15px;
        }

        .Accordion__tab__headline .icon::after,
        .Accordion__tab__headline .icon::before {
          display:block;
          position:absolute;
          content:"";
          --tw-bg-opacity:1;
          background-color:rgba(156,163,175,var(--tw-bg-opacity));
          border-radius:.25rem
        }
        label.error {
          color:red!important
        }
        .Accordion__tab__headline .icon {
          display:flex;
          width:30px;
          height:30px;
          position:relative
        }
        .Accordion__tab__headline .icon::before {
          top:10px;
          left:6px;
          width:20px;
          height:4px
        }
        .Accordion__tab__headline .icon::after {
          top:2px;
          left:14px;
          width:4px;
          height:20px;
          transition:.2s
        }
        
        .Accordion__tab--open .Accordion__tab__headline .icon::after {
          transform:scaleY(0)
        }
/* ================================
             ./Faq
   =============================== */

   @import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

*,:after,:before {
  box-sizing:border-box;
  border:0 solid #e5e7eb
}
:after,
:before {
  --tw-content:""
}
html {
  line-height:1.5;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:4;
  -o-tab-size:4;
  tab-size:4;
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-feature-settings:normal
}
body {
  margin:0;
  line-height:inherit
}
h1,
h2,
h3,
h5 {
  font-size:inherit;
  font-weight:inherit
}
a {
  color:inherit;
  text-decoration:inherit
}
b,
strong {
  font-weight:bolder
}
code,
pre {
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-size:1em
}
small {
  font-size:80%
}
table {
  text-indent:0;
  border-color:inherit;
  border-collapse:collapse
}
button,
input,
select,
textarea {
  font-family:inherit;
  font-size:100%;
  font-weight:inherit;
  line-height:inherit;
  color:inherit;
  margin:0;
  padding:0
}
button,
select {
  text-transform:none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance:button;
  background-color:transparent;
  background-image:none
}
progress {
  vertical-align:baseline
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height:auto
}
[type=search] {
  -webkit-appearance:textfield;
  outline-offset:-2px
}
::-webkit-search-decoration {
  -webkit-appearance:none
}
::-webkit-file-upload-button {
  -webkit-appearance:button;
  font:inherit
}
blockquote,
figure,
h1,
h2,
h3,
h5,
p,
pre {
  margin:0
}
menu,
ul {
  list-style:none;
  margin:0;
  padding:0
}
textarea {
  resize:vertical
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity:1;
  color:#9ca3af
}
input::placeholder,
textarea::placeholder {
  opacity:1;
  color:#9ca3af
}
[role=button],
button {
  cursor:pointer
}
canvas,
img,
object,
svg,
video {
  display:block;
  vertical-align:middle
}
img,
video {
  max-width:100%;
  height:auto
}
[hidden] {
  display:none
}
[multiple],
[type=date],
[type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
select,
textarea {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  border-radius:0;
  padding:.5rem .75rem;
  font-size:1rem;
  line-height:1.5rem;
  --tw-shadow:0 0 transparent
}
[multiple]:focus,
[type=date]:focus,
[type=email]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#2563eb;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
  border-color:#2563eb
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color:#6b7280;
  opacity:1
}
input::placeholder,
textarea::placeholder {
  color:#6b7280;
  opacity:1
}
::-webkit-datetime-edit-fields-wrapper {
  padding:0
}
::-webkit-date-and-time-value {
  min-height:1.5em
}
::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
  padding-top:0;
  padding-bottom:0
}
select {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position:right .5rem center;
  background-repeat:no-repeat;
  background-size:1.5em 1.5em;
  padding-right:2.5rem;
  -webkit-print-color-adjust:exact;
  print-color-adjust:exact
}
[multiple] {
  background-image:none;
  background-position:0 0;
  background-repeat:unset;
  background-size:initial;
  padding-right:.75rem;
  -webkit-print-color-adjust:unset;
  print-color-adjust:unset
}
[type=checkbox],
[type=radio] {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding:0;
  -webkit-print-color-adjust:exact;
  print-color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  flex-shrink:0;
  height:1rem;
  width:1rem;
  color:#2563eb;
  background-color:#fff;
  border-color:#6b7280;
  border-width:1px;
  --tw-shadow:0 0 transparent
}
[type=checkbox] {
  border-radius:0
}
[type=radio] {
  border-radius:100%
}
[type=checkbox]:focus,
[type=radio]:focus {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width:2px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#2563eb;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
}
[type=checkbox]:checked,
[type=radio]:checked {
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:50%;
  background-repeat:no-repeat
}
[type=checkbox]:checked {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E")
}
[type=radio]:checked {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")
}
[type=checkbox]:checked:focus,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus,
[type=radio]:checked:hover {
  border-color:transparent;
  background-color:currentColor
}
[type=checkbox]:indeterminate {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");
  border-color:transparent;
  background-color:currentColor;
  background-size:100% 100%;
  background-position:50%;
  background-repeat:no-repeat
}
[type=checkbox]:indeterminate:focus,
[type=checkbox]:indeterminate:hover {
  border-color:transparent;
  background-color:currentColor
}
[type=file] {
  background:unset;
  border-color:inherit;
  border-width:0;
  border-radius:0;
  padding:0;
  font-size:unset;
  line-height:inherit
}
[type=file]:focus {
  outline:1px solid ButtonText;
  outline:1px auto -webkit-focus-ring-color
}
*,
:after,
:before {
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(59,130,246,0.5);
  --tw-ring-offset-shadow:0 0 transparent;
  --tw-ring-shadow:0 0 transparent;
  --tw-shadow:0 0 transparent;
  --tw-shadow-colored:0 0 transparent;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
}
::backdrop {
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgba(59,130,246,0.5);
  --tw-ring-offset-shadow:0 0 transparent;
  --tw-ring-shadow:0 0 transparent;
  --tw-shadow:0 0 transparent;
  --tw-shadow-colored:0 0 transparent;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
}
.container {
  width:100%
}
@media (min-width:640px) {
  .container {
    max-width:640px
  }
}
@media (min-width:768px) {
  .container {
    max-width:768px
  }
}
@media (min-width:1024px) {
  .container {
    max-width:1024px
  }
}
@media (min-width:1280px) {
  .container {
    max-width:1280px
  }
}
@media (min-width:1536px) {
  .container {
    max-width:1536px
  }
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border-width:0
}
.visible {
  visibility:visible
}
.absolute {
  position:absolute
}
.relative {
  position:relative
}
.sticky {
  position:sticky
}
.top-0 {
  top:0
}
.top-3\.5 {
  top:.875rem
}
.right-36 {
  right:9rem
}
.top-3 {
  top:.75rem
}
.top-2\.5 {
  top:.625rem
}
.right-0 {
  right:0
}
.top-2 {
  top:.5rem
}
.-top-8 {
  top:-2rem
}
.-left-8 {
  left:-2rem
}
.-bottom-8 {
  bottom:-2rem
}
.right-10 {
  right:2.5rem
}
.right-4 {
  right:1rem
}
.bottom-0 {
  bottom:0
}
.-z-50 {
  z-index:-50
}
.z-10 {
  z-index:10
}
.col-span-1 {
  grid-column:span 1/span 1
}
.col-span-12 {
  grid-column:span 12/span 12
}
.col-span-2 {
  grid-column:span 2/span 2
}
.col-span-6 {
  grid-column:span 6/span 6
}
.mx-auto {
  margin-left:auto;
  margin-right:auto
}
.my-4 {
  margin-top:1rem;
  margin-bottom:1rem
}
.my-14 {
  margin-top:3.5rem;
  margin-bottom:3.5rem
}
.mx-2 {
  margin-left:.5rem;
  margin-right:.5rem
}
.mr-1 {
  margin-right:.25rem
}
.mt-2 {
  margin-top:.5rem
}
.mr-7 {
  margin-right:1.75rem
}
.mt-4 {
  margin-top:1rem
}
.mb-6 {
  margin-bottom:1.5rem
}
.ml-4 {
  margin-left:1rem
}
.mr-2 {
  margin-right:.5rem
}
.mb-3 {
  margin-bottom:.75rem
}
.mb-0 {
  margin-bottom:0
}
.mb-16 {
  margin-bottom:4rem
}
.mb-2 {
  margin-bottom:.5rem
}
.mb-4 {
  margin-bottom:1rem
}
.mb-8 {
  margin-bottom:2rem
}
.mt-8 {
  margin-top:2rem
}
.mt-auto {
  margin-top:auto
}
.mt-10 {
  margin-top:2.5rem
}
.mr-4 {
  margin-right:1rem
}
.mr-52 {
  margin-right:13rem
}
.-mt-2 {
  margin-top:-.5rem
}
.mt-0 {
  margin-top:0
}
.mb-5 {
  margin-bottom:1.25rem
}
.mt-3 {
  margin-top:.75rem
}
.-mb-6 {
  margin-bottom:-1.5rem
}
.-mb-8 {
  margin-bottom:-2rem
}
.-mb-\[30\%\] {
  margin-bottom:-30%
}
.mr-8 {
  margin-right:2rem
}
.mt-5 {
  margin-top:1.25rem
}
.-mb-10 {
  margin-bottom:-2.5rem
}
.mb-10 {
  margin-bottom:2.5rem
}
.block {
  display:block
}
.flex {
  display:flex
}
.inline-flex {
  display:inline-flex
}
.table {
  display:table
}
.grid {
  display:grid
}
.hidden {
  display:none
}
.h-7 {
  height:1.75rem
}
.h-6 {
  height:1.5rem
}
.h-full {
  height:100%
}
.h-16 {
  height:4rem
}
.h-10 {
  height:2.5rem
}
.h-12 {
  height:3rem
}
.h-8 {
  height:2rem
}
.h-20 {
  height:5rem
}
.h-9 {
  height:2.25rem
}
.w-full {
  width:100%
}
.w-6 {
  width:1.5rem
}
.w-20 {
  width:5rem
}
.w-16 {
  width:4rem
}
.w-24 {
  width:6rem
}
.w-1\/2 {
  width:50%
}
.w-3\/4 {
  width:75%
}
.w-7 {
  width:1.75rem
}
.w-8 {
  width:2rem
}
.w-80 {
  width:20rem
}
.w-60 {
  width:15rem
}
.w-52 {
  width:13rem
}
.w-48 {
  width:12rem
}
.w-2\/3 {
  width:66.666667%
}
.w-9 {
  width:2.25rem
}
.max-w-screen-xl {
  max-width:1280px
}
.max-w-screen-lg {
  max-width:1024px
}
.max-w-2xl {
  max-width:42rem
}
.flex-shrink-0 {
  flex-shrink:0
}
.flex-grow {
  flex-grow:1
}
.transform {
  transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.cursor-pointer {
  cursor:pointer
}
.select-none {
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.resize {
  resize:both
}
.list-none {
  list-style-type:none
}
.grid-cols-1 {
  grid-template-columns:repeat(1,minmax(0,1fr))
}
.grid-cols-2 {
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.grid-cols-12 {
  grid-template-columns:repeat(12,minmax(0,1fr))
}
.grid-cols-6 {
  grid-template-columns:repeat(6,minmax(0,1fr))
}
.grid-cols-4 {
  grid-template-columns:repeat(4,minmax(0,1fr))
}
.flex-row {
  flex-direction:row
}
.flex-col {
  flex-direction:column
}
.flex-wrap {
  flex-wrap:wrap
}
.items-start {
  align-items:flex-start
}
.items-end {
  align-items:flex-end
}
.items-center {
  align-items:center
}
.items-baseline {
  align-items:baseline
}
.justify-start {
  justify-content:flex-start
}
.justify-center {
  justify-content:center
}
.justify-between {
  justify-content:space-between
}
.gap-10 {
  gap:2.5rem
}
.gap-4 {
  gap:1rem
}
.gap-0 {
  gap:0
}
.gap-8 {
  gap:2rem
}
.gap-6 {
  gap:1.5rem
}
.gap-y-8 {
  row-gap:2rem
}
.gap-y-2 {
  row-gap:.5rem
}
.space-x-8>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse:0;
  margin-right:calc(2rem*var(--tw-space-x-reverse));
  margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))
}
.space-x-3>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse:0;
  margin-right:calc(0.75rem*var(--tw-space-x-reverse));
  margin-left:calc(0.75rem*(1 - var(--tw-space-x-reverse)))
}
.space-y-0>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0px*var(--tw-space-y-reverse))
}
.space-y-1>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top:calc(0.25rem*(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.25rem*var(--tw-space-y-reverse))
}
.overflow-hidden {
  overflow:hidden
}
.overflow-x-hidden {
  overflow-x:hidden
}
.whitespace-nowrap {
  white-space:nowrap
}
.rounded-lg {
  border-radius:.5rem
}
.rounded {
  border-radius:.25rem
}
.rounded-xl {
  border-radius:.75rem
}
.rounded-md {
  border-radius:.375rem
}
.rounded-full {
  border-radius:9999px
}
.rounded-sm {
  border-radius:.125rem
}
.rounded-t-xl {
  border-top-left-radius:.75rem;
  border-top-right-radius:.75rem
}
.rounded-b-xl {
  border-bottom-right-radius:.75rem;
  border-bottom-left-radius:.75rem
}
.rounded-b-lg {
  border-bottom-right-radius:.5rem;
  border-bottom-left-radius:.5rem
}
.border {
  border-width:1px
}
.border-0 {
  border-width:0
}
.border-b {
  border-bottom-width:1px
}
.border-b-4 {
  border-bottom-width:4px
}
.border-b-2 {
  border-bottom-width:2px
}
.border-white {
  --tw-border-opacity:1;
  border-color:rgb(255 255 255/var(--tw-border-opacity))
}
.border-primary {
  --tw-border-opacity:1;
  border-color:rgb(21 113 90/var(--tw-border-opacity))
}
.border-gray-300 {
  --tw-border-opacity:1;
  border-color:rgb(209 213 219/var(--tw-border-opacity))
}
.border-primary_dark {
  --tw-border-opacity:1;
  border-color:rgb(16 94 74/var(--tw-border-opacity))
}
.border-green-500 {
  --tw-border-opacity:1;
  border-color:rgb(34 197 94/var(--tw-border-opacity))
}
.border-transparent {
  border-color:transparent
}
.bg-white {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255/var(--tw-bg-opacity))
}
.bg-gray-200 {
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235/var(--tw-bg-opacity))
}
.bg-transparent {
  background-color:transparent
}
.bg-primary {
  --tw-bg-opacity:1;
  background-color:rgb(21 113 90/var(--tw-bg-opacity))
}
.bg-primary_dark {
  --tw-bg-opacity:1;
  /* background-color:rgb(16 94 74/var(--tw-bg-opacity)) */
  background-color: #635bff;
}
.navigation-wrap .reg-btn svg{fill: #504e4e;}
.navigation-wrap .nav-link{color: #212121 !important;}
.bg-green-500 {
  --tw-bg-opacity:1;
  background-color:rgb(34 197 94/var(--tw-bg-opacity))
}
.bg-black {
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0/var(--tw-bg-opacity))
}
.bg-gray-50 {
  --tw-bg-opacity:1;
  background-color:rgb(249 250 251/var(--tw-bg-opacity))
}
.bg-gray-100 {
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246/var(--tw-bg-opacity))
}
.bg-gradient-to-l {
  background-image:linear-gradient(270deg,var(--tw-gradient-stops))
}
.from-start_grad {
  --tw-gradient-from:#039df5;
  --tw-gradient-to:rgba(3,157,245,0);
  --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)
}
.to-end_grad {
  --tw-gradient-to:#0d64dd
}
.bg-clip-text {
  -webkit-background-clip:text;
  background-clip:text
}
.bg-repeat-x {
  background-repeat:repeat-x
}
.stroke-primary {
  stroke:#15715a
}
.stroke-2 {
  stroke-width:2
}
.p-4 {
  padding:1rem
}
.p-6 {
  padding:1.5rem
}
.p-8 {
  padding:2rem
}
.px-4 {
  padding-left:1rem;
  padding-right:1rem
}
.py-3 {
  padding-top:.75rem;
  padding-bottom:.75rem
}
.py-2 {
  padding-top:.5rem;
  padding-bottom:.5rem
}
.py-14 {
  padding-top:3.5rem;
  padding-bottom:3.5rem
}
.px-10 {
  padding-left:2.5rem;
  padding-right:2.5rem
}
.py-5 {
  padding-top:1.25rem;
  padding-bottom:1.25rem
}
.px-8 {
  padding-left:2rem;
  padding-right:2rem
}
.py-4 {
  padding-top:1rem;
  padding-bottom:1rem
}
.py-7 {
  padding-top:1.75rem;
  padding-bottom:1.75rem
}
.px-1 {
  padding-left:.25rem;
  padding-right:.25rem
}
.py-2\.5 {
  padding-top:.625rem;
  padding-bottom:.625rem
}
.px-6 {
  padding-left:1.5rem;
  padding-right:1.5rem
}
.px-5 {
  padding-left:1.25rem;
  padding-right:1.25rem
}
.py-6 {
  padding-top:1.5rem;
  padding-bottom:1.5rem
}
.py-20 {
  padding-top:5rem;
  padding-bottom:5rem
}
.pt-5 {
  padding-top:1.25rem
}
.pt-0 {
  padding-top:0
}
.pt-16 {
  padding-top:4rem
}
.pb-24 {
  padding-bottom:6rem
}
.pt-20 {
  padding-top:5rem
}
.pt-2 {
  padding-top:.5rem
}
.pt-24 {
  padding-top:6rem
}
.pb-20 {
  padding-bottom:5rem
}
.pt-10 {
  padding-top:2.5rem
}
.pr-2 {
  padding-right:.5rem
}
.pb-10 {
  padding-bottom:2.5rem
}
.pb-5 {
  padding-bottom:1.25rem
}
.pt-4 {
  padding-top:1rem
}
.pr-10 {
  padding-right:2.5rem
}
.pt-12 {
  padding-top:3rem
}
.text-left {
  text-align:left
}
.text-center {
  text-align:center
}
.text-start {
  text-align:start
}
.align-middle {
  vertical-align:middle
}
.align-bottom {
  vertical-align:bottom
}
.font-dm_sans {
  font-family:DM Sans
}
.text-xl {
  font-size:1.25rem;
  line-height:1.75rem
}
.text-sm {
  font-size:.875rem;
  line-height:1.25rem
}
.text-base {
  font-size:1rem;
  line-height:1.5rem
}
.text-xs {
  font-size:.75rem;
  line-height:1rem
}
.text-3xl {
  font-size:1.875rem;
  line-height:2.25rem
}
.text-lg {
  font-size:1.125rem;
  line-height:1.75rem
}
.text-2xl {
  font-size:1.5rem;
  line-height:2rem
}
.text-4xl {
  font-size:2.25rem;
  line-height:2.5rem
}
.text-\[2rem\] {
  font-size:2rem
}
.text-\[0\.7rem\] {
  font-size:.7rem
}
.font-semibold {
  font-weight:600
}
.font-normal {
  font-weight:400
}
.font-medium {
  font-weight:500
}
.font-bold {
  font-weight:700
}
.font-light {
  font-weight:300
}
.font-extrabold {
  font-weight:800
}
.uppercase {
  text-transform:uppercase
}
.leading-snug {
  line-height:1.375
}
.leading-none {
  line-height:1
}
.leading-5 {
  line-height:1.25rem
}
.leading-relaxed {
  line-height:1.625
}
.tracking-widest {
  letter-spacing:.1em
}
.tracking-wide {
  letter-spacing:.025em
}
.tracking-tighter {
  letter-spacing:-.05em
}
.text-gray-700 {
  --tw-text-opacity:1;
  color:rgb(55 65 81/var(--tw-text-opacity))
}
.text-primary {
  --tw-text-opacity:1;
  color:rgb(21 113 90/var(--tw-text-opacity))
}
.text-gray-900 {
  --tw-text-opacity:1;
  color:rgb(17 24 39/var(--tw-text-opacity))
}
.text-white {
  --tw-text-opacity:1;
  color:rgb(255 255 255/var(--tw-text-opacity))
}
.text-gray-600 {
  --tw-text-opacity:1;
  color:rgb(75 85 99/var(--tw-text-opacity))
}
.text-gray-500 {
  --tw-text-opacity:1;
  color:rgb(107 114 128/var(--tw-text-opacity))
}
.text-black {
  --tw-text-opacity:1;
  color:rgb(0 0 0/var(--tw-text-opacity))
}
.text-primary_dark {
  --tw-text-opacity:1;
  color:rgb(16 94 74/var(--tw-text-opacity))
}
.text-transparent {
  color:transparent
}
.text-gray-50 {
  --tw-text-opacity:1;
  color:rgb(249 250 251/var(--tw-text-opacity))
}
.underline {
  text-decoration-line:underline
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity:1;
  color:rgb(156 163 175/var(--tw-placeholder-opacity))
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity:1;
  color:rgb(156 163 175/var(--tw-placeholder-opacity))
}
.shadow-md {
  --tw-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -2px rgba(0,0,0,0.1);
  --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}
.shadow,
.shadow-md {
  box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)
}
.shadow {
  --tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1);
  --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}
.outline {
  outline-style:solid
}
.ring-offset-2 {
  --tw-ring-offset-width:2px
}
.ring-offset-current {
  --tw-ring-offset-color:currentColor
}
.blur {
  --tw-blur:blur(8px)
}
.blur,
.invert {
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.invert {
  --tw-invert:invert(100%)
}
.filter {
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition-shadow {
  transition-property:box-shadow;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-all {
  transition-property:all;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition {
  transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.transition-colors {
  transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}
.duration-500 {
  transition-duration:.5s
}
.duration-150 {
  transition-duration:.15s
}
.ease-in-out {
  transition-timing-function:cubic-bezier(.4,0,.2,1)
}
.hover\:border-primary_dark:hover {
  --tw-border-opacity:1;
  border-color:rgb(16 94 74/var(--tw-border-opacity))
}
.hover\:border-green-400:hover {
  --tw-border-opacity:1;
  border-color:rgb(74 222 128/var(--tw-border-opacity))
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235/var(--tw-bg-opacity))
}
.hover\:bg-primary_dark:hover {
  --tw-bg-opacity:1;
  background-color:rgb(16 94 74/var(--tw-bg-opacity))
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity:1;
  background-color:rgb(209 213 219/var(--tw-bg-opacity))
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity:1;
  background-color:rgb(22 163 74/var(--tw-bg-opacity))
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity:1;
  background-color:rgb(31 41 55/var(--tw-bg-opacity))
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity:1;
  background-color:rgb(243 244 246/var(--tw-bg-opacity))
}
.hover\:to-black:hover {
  --tw-gradient-to:#000
}
.hover\:stroke-primary_dark:hover {
  stroke:#105e4a
}
.hover\:font-semibold:hover {
  font-weight:600
}
.hover\:text-gray-900:hover {
  --tw-text-opacity:1;
  color:rgb(17 24 39/var(--tw-text-opacity))
}
.hover\:text-gray-800:hover {
  --tw-text-opacity:1;
  color:rgb(31 41 55/var(--tw-text-opacity))
}
.hover\:text-primary_dark:hover {
  --tw-text-opacity:1;
  color:rgb(16 94 74/var(--tw-text-opacity))
}
.hover\:text-primary:hover {
  --tw-text-opacity:1;
  color:rgb(21 113 90/var(--tw-text-opacity))
}
.hover\:underline:hover {
  text-decoration-line:underline
}
.focus\:border-primary_dark:focus {
  --tw-border-opacity:1;
  border-color:rgb(16 94 74/var(--tw-border-opacity))
}
.focus\:bg-gray-200:focus {
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235/var(--tw-bg-opacity))
}
.focus\:text-gray-900:focus {
  --tw-text-opacity:1;
  color:rgb(17 24 39/var(--tw-text-opacity))
}
.focus\:text-gray-800:focus {
  --tw-text-opacity:1;
  color:rgb(31 41 55/var(--tw-text-opacity))
}
.focus\:outline-none:focus {
  outline:2px solid transparent;
  outline-offset:2px
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}
.focus\:ring-1:focus,
.focus\:ring:focus {
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)
}
.focus\:ring:focus {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)
}
.focus\:ring-primary_dark:focus {
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(16 94 74/var(--tw-ring-opacity))
}
.focus\:ring-gray-300:focus {
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))
}
.focus\:ring-green-600:focus {
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(22 163 74/var(--tw-ring-opacity))
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity:0.5
}
.active\:bg-gray-200:active {
  --tw-bg-opacity:1;
  background-color:rgb(229 231 235/var(--tw-bg-opacity))
}
.active\:bg-green-600:active {
  --tw-bg-opacity:1;
  background-color:rgb(22 163 74/var(--tw-bg-opacity))
}
@media (min-width:640px) {
  .sm\:col-span-1 {
    grid-column:span 1/span 1
  }
  .sm\:col-span-5 {
    grid-column:span 5/span 5
  }
  .sm\:mb-6 {
    margin-bottom:1.5rem
  }
  .sm\:mb-20 {
    margin-bottom:5rem
  }
  .sm\:mt-10 {
    margin-top:2.5rem
  }
  .sm\:mb-2 {
    margin-bottom:.5rem
  }
  .sm\:ml-auto {
    margin-left:auto
  }
  .sm\:mt-0 {
    margin-top:0
  }
  .sm\:w-3\/4 {
    width:75%
  }
  .sm\:grid-cols-6 {
    grid-template-columns:repeat(6,minmax(0,1fr))
  }
  .sm\:gap-10 {
    gap:2.5rem
  }
  .sm\:p-10 {
    padding:2.5rem
  }
  .sm\:px-8 {
    padding-left:2rem;
    padding-right:2rem
  }
  .sm\:px-6 {
    padding-left:1.5rem;
    padding-right:1.5rem
  }
  .sm\:px-7 {
    padding-left:1.75rem;
    padding-right:1.75rem
  }
  .sm\:py-3 {
    padding-top:.75rem;
    padding-bottom:.75rem
  }
  .sm\:pt-24 {
    padding-top:6rem
  }
  .sm\:pt-20 {
    padding-top:5rem
  }
  .sm\:text-left {
    text-align:left
  }
  .sm\:text-4xl {
    font-size:2.25rem;
    line-height:2.5rem
  }
  .sm\:text-\[2\.7rem\] {
    font-size:2.7rem
  }
  .sm\:text-xl {
    font-size:1.25rem;
    line-height:1.75rem
  }
  .sm\:text-xs {
    font-size:.75rem;
    line-height:1rem
  }
  .sm\:leading-\[3\.2rem\] {
    line-height:3.2rem
  }
  .sm\:leading-\[3\.4rem\] {
    line-height:3.4rem
  }
}
@media (min-width:768px) {
  .md\:my-28 {
    margin-top:7rem;
    margin-bottom:7rem
  }
  .md\:mx-0 {
    margin-left:0;
    margin-right:0
  }
  .md\:mt-0 {
    margin-top:0
  }
  .md\:mb-0 {
    margin-bottom:0
  }
  .md\:mb-8 {
    margin-bottom:2rem
  }
  .md\:w-1\/2 {
    width:50%
  }
  .md\:w-3\/4 {
    width:75%
  }
  .md\:grid-cols-2 {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .md\:grid-cols-3 {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .md\:flex-row {
    flex-direction:row
  }
  .md\:items-start {
    align-items:flex-start
  }
  .md\:items-center {
    align-items:center
  }
  .md\:justify-between {
    justify-content:space-between
  }
  .md\:gap-10 {
    gap:2.5rem
  }
  .md\:p-12 {
    padding:3rem
  }
  .md\:px-4 {
    padding-left:1rem;
    padding-right:1rem
  }
  .md\:px-10 {
    padding-left:2.5rem;
    padding-right:2.5rem
  }
  .md\:py-4 {
    padding-top:1rem;
    padding-bottom:1rem
  }
  .md\:pt-20 {
    padding-top:5rem
  }
  .md\:text-2xl {
    font-size:1.5rem;
    line-height:2rem
  }
  .md\:text-3xl {
    font-size:1.875rem;
    line-height:2.25rem
  }
}
@media (min-width:1024px) {
  .lg\:absolute {
    position:absolute
  }
  .lg\:relative {
    position:relative
  }
  .lg\:-right-16 {
    right:-4rem
  }
  .lg\:-right-4 {
    right:-1rem
  }
  .lg\:-right-6 {
    right:-1.5rem
  }
  .lg\:right-20 {
    right:5rem
  }
  .lg\:-bottom-24 {
    bottom:-6rem
  }
  .lg\:col-span-2 {
    grid-column:span 2/span 2
  }
  .lg\:col-span-4 {
    grid-column:span 4/span 4
  }
  .lg\:col-span-8 {
    grid-column:span 8/span 8
  }
  .lg\:col-span-11 {
    grid-column:span 11/span 11
  }
  .lg\:mr-5 {
    margin-right:1.25rem
  }
  .lg\:mr-28 {
    margin-right:7rem
  }
  .lg\:mt-0 {
    margin-top:0
  }
  .lg\:ml-0 {
    margin-left:0
  }
  .lg\:mb-24 {
    margin-bottom:6rem
  }
  .lg\:-mr-20 {
    margin-right:-5rem
  }
  .lg\:mr-7 {
    margin-right:1.75rem
  }
  .lg\:mb-0 {
    margin-bottom:0
  }
  .lg\:mb-12 {
    margin-bottom:3rem
  }
  .lg\:flex {
    display:flex
  }
  .lg\:hidden {
    display:none
  }
  .lg\:w-full {
    width:100%
  }
  .lg\:w-1\/2 {
    width:50%
  }
  .lg\:flex-grow {
    flex-grow:1
  }
  .lg\:grid-cols-2 {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .lg\:grid-cols-4 {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  .lg\:grid-cols-3 {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .lg\:grid-cols-12 {
    grid-template-columns:repeat(12,minmax(0,1fr))
  }
  .lg\:grid-cols-6 {
    grid-template-columns:repeat(6,minmax(0,1fr))
  }
  .lg\:flex-row {
    flex-direction:row
  }
  .lg\:items-center {
    align-items:center
  }
  .lg\:justify-end {
    justify-content:flex-end
  }
  .lg\:justify-between {
    justify-content:space-between
  }
  .lg\:gap-10 {
    gap:2.5rem
  }
  .lg\:gap-x-12 {
    -moz-column-gap:3rem;
    column-gap:3rem
  }
  .lg\:gap-y-6 {
    row-gap:1.5rem
  }
  .lg\:rounded-l-xl {
    border-top-left-radius:.75rem;
    border-bottom-left-radius:.75rem
  }
  .lg\:rounded-b-none {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
  }
  .lg\:rounded-r-xl {
    border-top-right-radius:.75rem;
    border-bottom-right-radius:.75rem
  }
  .lg\:rounded-tr-none {
    border-top-right-radius:0
  }
  .lg\:border-b-0 {
    border-bottom-width:0
  }
  .lg\:border-r {
    border-right-width:1px
  }
  .lg\:p-7 {
    padding:1.75rem
  }
  .lg\:px-8 {
    padding-left:2rem;
    padding-right:2rem
  }
  .lg\:px-11 {
    padding-left:2.75rem;
    padding-right:2.75rem
  }
  .lg\:py-4 {
    padding-top:1rem;
    padding-bottom:1rem
  }
  .lg\:pb-0 {
    padding-bottom:0
  }
  .lg\:pr-20 {
    padding-right:5rem
  }
  .lg\:pb-20 {
    padding-bottom:5rem
  }
  .lg\:pl-10 {
    padding-left:2.5rem
  }
  .lg\:text-5xl {
    font-size:3rem;
    line-height:1
  }
}
@media (min-width:1280px) {
  .xl\:-mr-52 {
    margin-right:-13rem
  }
  .xl\:w-2\/3 {
    width:66.666667%
  }
  .xl\:px-0 {
    padding-left:0;
    padding-right:0
  }
  .xl\:px-24 {
    padding-left:6rem;
    padding-right:6rem
  }
  .xl\:px-8 {
    padding-left:2rem;
    padding-right:2rem
  }
  .xl\:py-3 {
    padding-top:.75rem;
    padding-bottom:.75rem
  }
}


.text .light-bg {
    background-color: #dfddff;
  }
/*  */
#home {
    margin-top: 100px;
  }



  @media screen and (max-width:1023px) {
    #services{margin-top: 100px;}

    .sm\:pt-24 {
        padding-top: 30px;
      }
      .pb-20 {
        padding-bottom: 30px;
      }

  }

  .logo-div-new{width: 170px;}