.businesses {
    width: 100%;
        max-width: 1200px;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 9rem;
        /* padding-left: 12%; */
        padding-bottom: 16rem;
        box-sizing: border-box;
        position: relative;
}
.businesses-left {
    max-width: 560px;
    width: 40%;
}

.businesses-title {
    margin-top: 17px;
    /* font-size: 5.6rem; */
    font-weight: 600;
    color: #3D3652;
    /* line-height: 7rem; */
}

.businesses-context {
    margin-top: 4.3rem;
    /* font-size: 2rem; */
    font-weight: 400;
    color: #000;
    /* line-height: 2.8rem; */
}

.businesses-btn {
    display: flex;
    margin-top: 8rem;
}

/* .startNow {
    width: 200px;
    height: 54px;
    background: #436AEE;
    border-radius: 27px;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    font-family: Harmonia Sans Pro Cyr;
    font-weight: 900;
    color: #FFFFFF;
    cursor: pointer;
}

.talkToShow {
    width: 200px;
    height: 54px;
    background: rgba(149, 92, 247, 0);
    border-radius: 27px;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    font-family: Harmonia Sans Pro Cyr;
    font-weight: 900;

    border: 1px solid #436AEE;
    margin-left: 20px;
    cursor: pointer;
}

.talkToShow>a {
    color: #436AEE;
} */

.stackOfServices {
    width: 100%;
    padding-bottom: 10rem;
    text-align: center;
	position: relative;
}
.stackOfServices .ripple{
	bottom: -14rem;
}
.stackOfServicesBox{
    display: flex;
    justify-content: space-between;
}
.stackOfServices-title {
    /* font-size: 3.8rem; */
    font-weight: bold;
    color: #3D3652;
    /* line-height: 74px; */
    text-align: center;
    margin-bottom: 3rem;
}
.stackOfServicesBoxFir{
    margin-right: 2rem;
    width: 50%;
    padding-right: 6rem;
}
.stackOfServicesBoxSec{
    width: 50%;
}
.stackOfServices-detail {
    /* margin: 3rem auto; */
    /* font-size: 1.6rem; */
    font-weight: 400;
    color: #828395;
    /* line-height: 24px; */
	max-width: 925px;
    height: 11rem;
}

.stackOfServices-btn {
    margin-top: 27px;
    width: 200px;
    height: 54px;
    background: #436AEE;
    border-radius: 27px;
    line-height: 54px;
    /* font-size: 16px; */
    font-weight: 900;
    color: #FFFFFF;
    display: inline-block;
    cursor: pointer;
}

.stackOfServices-ami {
        max-width: 1282px;
        width: 90%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 3rem;
        z-index: 100;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
}

.stackOfServices-ami .stackOfServices-ami-right {
    /* margin-left: 33px; */
	width: 65%;
}

.stackOfServices-ami-left {
    margin-right: 40px;
	width: 35%;
}
.a-stackOfServices{
    max-width: 1000px;
    margin: 0 auto 3rem;
    text-align: left;
}
.stackOfServices-cryptoPayment {
    /* font-size: 30px; */
    font-weight: bold;
    color: #3D3652;
    line-height: 30px;
}

.stackOfServices-bottom {
    width: 100%;
        max-width: 1080px;
        margin: 70px auto;
		padding: 0 3rem;
}

.stackOfServices-cryptoPayment-detail {
    width: 100%;
    display: flex;
    margin-top: 30px;
	justify-content: space-between;
}

.stackOfServices-cryptoPayment-detail-left, .stackOfServices-cryptoPayment-detail-right {
    width: 48%;
        max-width: 480px;
}

.lowerRisk {
    /* font-size: 18px; */
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    text-align: left;
}

.widerReacj {
    /* font-size: 18px; */
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    text-align: left;
}

.widerReacj-context {
    margin-top: 20px;
    /* font-size: 16px; */
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: left;
}

.lowerRisk-context {
    margin-top: 20px;
    /* font-size: 16px; */
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: left;
}

.CodeEditor {
	background: url(../../img/pricing/bg-purple.png) #0B1B40 no-repeat;
    background-size: 100% auto;
}

.CodeEditor-inner {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    width: 100%;
	justify-content: center;
    padding: 14rem 3rem;
}

.CodeEditor-left {
    padding: 0 3rem;
    max-width: 482px;
    width: 50%;
}

.CodeEditor-left-top {}

.CodeEditor-left-bottom {
    margin-top: 10.2rem;
}

.burden {
    /* font-size: 30px; */
    font-weight: bold;
    color: #FFFFFF;
    /* line-height: 24px; */
}

.CodeEditor-top-context {
    margin-top: 20px;
    /* font-size: 16px; */
    font-weight: 300;
    color: #FFFFFF;
    /* line-height: 24px; */
}

.CodeEditor-btn {
    /* font-size: 16px; */
    font-weight: 900;
    color: #FFFFFF;
    height: auto;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    border-radius: 27px;
    text-align: center;
    margin-top: 31px;
    cursor: pointer;
    padding: 0 25px;
    width: fit-content;
}
.CodeEditor-btn a{
	padding: 1.3rem 0;
	    display: flex;
	    width: 100%;
        color: white;
}
.CodeEditor-btn .front_iconfont{
	margin-left: 10px;
	/* font-size: 13px; */
}

.linenumber {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    min-width: 15px;
    text-align: right;
    color: #6B707B;
    z-index: 1;
    min-height: 200px;
	margin-left: 5px;
}

.code {
    width: 100%;
    display: flex;
    background: #2C3F74;
	padding-top: .5rem;
    font-size: 14px;
}

#pre {
    overflow: hidden;
    width: 470px;
    background: #2C3F74;
    display: flex;
    border: none;
}

#pre-box {
    padding-left: 30px;
    display: table;
    color: white;
}

.keyword {
    color: #6972A1;
}

.function {
    color: #4494D7;
}

.string {
    color: #CAB059;
}
.copy {
    color: #CAB059;
}
.num {
    color: #ffd96a;
}

.statusBar {
    display: flex;
    background: #203369;
    color: #666971;
	justify-content: space-between;
	padding-right: 30px;
	/* font-size: 12px; */
}

.whichrow {
    margin-left: 10px;
}

.mormal {
    background: #8E8FF4;
    color: black;
    position: relative;
    font-size: 12px;
    /* line-height: 20px; */
    padding: 0 7px;
    border-color: #8E8FF4;
	    display: inline-block;
        height: 100%;
}

.mormal::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 0;
    height: 0;
    border-left: 10px solid #8E8FF4;
    border-left-color: inherit;
    border-bottom: 12px solid transparent;
        border-top: 12px solid transparent;
}

#codenum {
    margin-left: 10px;
}

.CodeEditor-right {
    padding-left: 15rem;
}

.CodeTerminal {
    display: flex;
    height: 200px;
    background: #14234F;
}

#code2 {
    display: flex;
    width: 100%;
    background: #14234F;
    padding-left: 1rem;
    padding-top: .5rem;
	overflow: hidden;
}

pre {
    border: none;
}

#pre.pre2 {
    background: #14234F;
    color: white;
    display: table;
	font-size: 14px;
}

.firstcode {
    color: #8082E7;
}

.gray {
    color: #6D7077;
}

.status {
    color: #4189AC;
}

.footer {
    /* height: 131.5rem; */
    width: 100%;
    background: #fff;
    padding: 10rem 0 0;
}

.footer>.footer-title {
    text-align: center;
    font-weight: Bold;
    color: #3D3652;
    /* font-size: 3.8rem; */
    margin-bottom: 3rem;
}
.footer>.footer-subheading {
    font-size: 1.8rem;
    color: #111111;
    line-height: 2.1rem;
    text-align: center;
    margin: 0 auto 9.6rem;
    max-width: 97rem;
}

.footer>.footer-content {
    width: 95%;
    max-width: 140rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	margin-bottom: 10rem;
}

.footer>.footer-content .footer-content-item {
    width: 22%;
        margin: 0 1rem;
        max-width: 32rem;
        height: auto;
        background: #fff;
        box-shadow: 0px 20px 40px 0px rgba(10, 34, 56, 0.2);
        border-radius: 3rem;
        padding-bottom: 7rem;
            position: relative;
}

.grow-link{
	    position: absolute;
	    text-align: center;
	    left: 50%;
	    transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    bottom: 3.8rem;
	    display: inline-block;
	    width: 100%;
}
.grow-link a{
	cursor: pointer;
	/* font-size: 1.4rem; */
	text-decoration: underline;
	color: #6786F1;
}

.footer>.footer-content.content2>div {
    max-width: 68rem;
       width: 47%;
}

.footer>.footer-content .footer-content-item>img {
    width: 4.9rem;
    height: 4.9rem;
    display: block;
    margin: 3.8rem auto 3rem;
}

.footer>.footer-content .footer-content-item>p:nth-of-type(1) {
    /* font-size: 18px; */
    text-align: center;
    margin-bottom: 1.6rem;
    font-weight: 600;
}

.footer>.footer-content .footer-content-item>p:nth-of-type(2) {
    width: 85%;
    height: .2rem;
    background: #E5E5F0;
    margin: 0 auto 1.7rem;
    position: relative;
}

.footer>.footer-content .footer-content-item>p:nth-of-type(2)::before {
    position: absolute;
    content: '';
    display: block;
    width: 2.2rem;
    height: 100%;
    background: #00037A;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.footer>.footer-content .footer-content-item>p:nth-of-type(3) {
    width: 86%;
        /* font-size: 14px; */
        text-align: center;
        /* line-height: 22px; */
        margin: auto;
}

.footer>.footer-content.content2>div>p:nth-of-type(3) {
    padding: 2rem 6rem;
}
.businesses-box {
    background: url(../img/bg2.png) bottom no-repeat;
    background-size: 100% auto;
    /* overflow: hidden; */
    width: 100%;
    position: relative;
}
.businesses-right {
    /* width: 76%;
     */
     margin-right: -25rem;
}
.businesses-right img{
    max-width: 943px;
    height: auto;
	width: 100%;
}
.stackOfServices-ami .stackOfServices-ami-left .firstBox {
    max-width: 369px;
    width: 100%;
    height: 23.4rem;
    float: right;
    background-color: #113D89;
    position: relative;
    border-radius: 20px;
    /* animation: all 1s; */
    transition: background-position 1.5s;  
    background-size: 200%;
}
.stackOfServices-ami .stackOfServices-ami-right .secBox {
	max-width: 845px;
    width: 100%;
    height: 40rem;
    display: flex;
    border-radius: 1.5rem;
    box-shadow: 0px 20px 40px 0px rgba(10,34,56,0.2),inset 0px 0px 10px 0px #c1cde6

}
.secBoxInner{
    border-radius: 1.5rem;
    /* -webkit-box-shadow: 0px 20px 40px 0px rgba(10,34,56,0.2),inset 0px 0px 10px 0px #c1cde6;
    box-shadow: 0px 20px 40px 0px rgba(10,34,56,0.2),inset 0px 0px 10px 0px #c1cde6 */
}
.secBox-left{
    width: 60%;
    box-shadow: 0px 0px 8px 0px rgba(190, 190, 190, 0.35);
    padding: 2rem 4rem 0;
    border-radius: 2rem;
}
.secBox-left1{
    padding: 0 30px;
}
.secBox-right{
    width: 40%;
}
.secBox{
    position: relative;
}
.secBox-left-title{
    background: rgba(249, 249, 249, 0);
    padding: .5rem 0 .5rem 0 ;
    border: 1px solid gainsboro;
    border-radius: 6px;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}
.secBox-left-address{
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 1rem;
    width: 80%;
}
.qCode{
    width: 13rem;
    height: 13rem;
    margin: 0 auto;
    position: relative;
}
.qCodeLine{
    position: absolute;
    width: 100%;
    height: 2rem;
    background: #4f6ef7;
    opacity: .4;
    top: 0px;
}
.qCodeLine.qCodeLineAmi{
    animation: qCodeLineAmi 2s;
}
.produceBox-cart{
    text-align: left;
    font-weight: bold;
    /* font-size: 15px; */
    padding-bottom: 2rem;
    padding-top: 1.4rem;
}
@keyframes qCodeLineAmi {
    0%{
        top: 0;
    }
    25%{
        top: 11rem;
    }
    50%{
        top: 0;
    }
    75%{
        top: 11rem;
    }
    100%{
        top: 0;
    }
}
.paynowBtn{
    width: 100%;
    background: #4F6EF7;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    color: white;
}
.cancelBtn{
    margin-top: 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    color: black;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 1px 3px 0px rgba(174, 174, 174, 0.19);
}
.paynowBtn .paynowIcon{
    width: 3rem;
    display: none;
}
.secBox-right-yes{
    padding: 6rem 2rem 10rem 2rem;
    display: none;
}
.addressBox{
    /* display: inline-block; */
    background: #F9F9F9;
    border-radius: 9px;
    display: flex;
    align-items: center;
    padding-right: 1rem;
}
.secBox-right1{
    padding: 6rem 2rem;
}
.secBox-left-money{
    font-weight: bold;
    /* font-size: 14px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.secBox-right1>li{
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
}
.integrationCurrBox{
    padding-right: 10rem;
    overflow-y: auto;
    height: 78%;
    width: 74%;
    margin: 3rem auto 0;
    float: right;
    padding-left: 1rem;
}
.integrationCurrBox::-webkit-scrollbar{
    /* height: 10px; */
}
.integrationCurrBox::-webkit-scrollbar {height: 17px;background-color: #E7EAF0;width: 5px;}
.integrationCurrBox::-webkit-scrollbar-thumb {border-radius: 4px;background-color: #e1e1e2;}
.integrationCurrBox::-webkit-scrollbar-track {background-color: #fff;}
.integrationCurr-item{
    width: 20rem;
    height: 4rem;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 0px 5px 0px rgba(190, 190, 190, 0.15);
    border-radius: 5px;
    display: flex;
    /* background: url(../img/curr.png) 0 0 no-repeat; */
    align-items: center;
    margin-bottom: 10px;
}
.integrationCurrBox>li:nth-of-type(2)>.currIcon{
    background-position-y: -2.2rem;
}
.integrationCurrBox>li:nth-of-type(3)>.currIcon{
    background-position-y: -4.9rem;
}
.integrationCurrBox>li:nth-of-type(4)>.currIcon{
    background-position-y: -7.6rem;
}
.integrationCurrBox>li:nth-of-type(5)>.currIcon{
    background-position-y: -10.3rem;
}
.integrationCurrBox>li:nth-of-type(6)>.currIcon{
    background-position-y: -12.7rem;
}
.integrationCurrBox>li:nth-of-type(7)>.currIcon{
    background-position-y: -15.7rem;
}
.integrationCurrBox>li:nth-of-type(8)>.currIcon{
    background-position-y: -18rem;
}
.integrationCurrBox>li:nth-of-type(9)>.currIcon{
    background-position-y: -21.1rem;
}

.secBox-rightFirst{
    padding: 6rem 5rem;
}
.secBox-rightFirst>li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
    margin-top: 2rem;
}
.payIntegration{
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
}
.currIcon{
    width: 4rem;
    height: 80%;
    background: url(../img/curr.png) center .5rem no-repeat;
    background-size:2rem;
}
.currName{
    padding-left: 4rem;
}
.stackOfServices-ami .stackOfServices-ami-left .thirdBox {
    width: 100%;
	max-width: 73%;
	margin: 35px 0;
	float: right;
    position: relative;
	/* border-radius: 20px; */
    overflow: hidden;
}
.stackOfServices-ami .stackOfServices-ami-right .fourBox {
    margin-top: 2rem;
    max-width: 845px;
	width: 100%;
    height: auto;
    box-shadow: 0px 20px 40px 0px rgba(10,34,56,0.2),inset 0px 0px 10px 0px #c1cde6;

	border-radius: 20px;
}
.firstBox img, .secBox img, .thirdBox img, .fourBox img{
	width: 100%;
	height: auto;
}
.allMode{
    max-width: 1010px; 
    display: flex;
    justify-content: space-between;
    margin: 3rem auto;
    padding: 6rem 7rem 0 7rem;
    flex-wrap: wrap;
}

.allMode-item:nth-of-type(2){
    background: url(../img/boleto@2x.png) center center no-repeat;
    background-size: 89px 27px;
}
.allMode-item:nth-of-type(1){
    background: url(../img/pix@2x.png) center center no-repeat;
    background-size: 89px 27px;
}
.allMode-item:nth-of-type(3){
    background: url(../img/bank@2x.png) center center no-repeat;    
    background-size: 89px 27px;
    display: none;
}
.allMode-item:nth-of-type(4){
    background: url(../img/Alipay@2x.png) center center no-repeat;   
    background-size: 107px 27px; 
}
.allMode-item:nth-of-type(5){
    background: url(../img/ant@2x.png) center center no-repeat;  
    background-size: 92px 40px;  
}
.allMode-item:nth-of-type(6){
    background: url(../img/shopify@2x.png) center center no-repeat;   
 background-size: 108px 32px;
}
.allMode-item:nth-of-type(7){
    background: url(../img/wechat@2x.png) center center no-repeat;    
    background-size: 112px 30px;
}
.allMode-item:nth-of-type(8){
    background: url(../img/WF@2x.png) center center no-repeat;    
    background-size: 151px 14px;
}
.allMode-item:nth-of-type(9){
    background: url(../img/firstData2x.png) center center no-repeat;   
    background-size: 106px 19px;
}
.allMode-item:nth-of-type(10){
    background: url(../img/Klarna@2x.png) center center no-repeat;  
    background-size: 104px 23px;
}
.allMode-item{
    width: 154px;
    height: 40px;
    margin: 10px;
}
.stackOfServices-bg-grey{
	    background-color: #F3F8FF;
	    padding-top: 10rem;
	    padding-bottom: 65rem;
        padding-left: 6rem;
        padding-right: 6rem;
}
.stackOfServices-bg-grey-radius{
	height: 12rem;
	position: relative;
	margin-bottom: 25rem;
}
.stackOfServices-bg-grey-radius::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	    height: 12em;
	    background-color: #F3F8FF;
	    border-radius: 0 0 50% 50%;
}
.produceName{
    /* font-size: 2.5rem; */
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.video-block{
    margin-top: 244px;
    margin-bottom: 320px;
}
.video-block .dots-img{
    bottom: -40%;
    left: 30%;
}
.video-block-title {
    background: linear-gradient(90deg, #EAFEF8 0%, #EEE4FE 51%, #F9CFE0 100%);
    padding: 7.4rem 3.4rem 0;
}
.video-pic{
    width: 79.5rem;
    height: 55.4rem;
}
.video-text-content{
    max-width: 408px;
    font-weight: bold;
    font-size: 3rem;
    color: #3D3652;
    line-height: 4.7rem;
    text-align: left;
    height: 233px;
}
.video-pic{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.mc-section {
    padding-bottom: 12.2rem;
}
.creditModel-title {
    font-weight: bold;
    font-size: 1.8rem;
    color: #3D3652;
    line-height: 2.1rem;
    margin-top: 2rem;
}
.creditModel-subheading {
    font-weight: 400;
    font-size: 1.6rem;
    color: #828395;
    line-height: 1.9rem;
    margin-top: 1rem;
}

@media (max-width: 1665px) {
    .businesses-right {
        margin-right: -14rem;
    }
}
@media (max-width: 1500px) {
    .businesses-right {
        margin-right: -6rem;
    }
}
@media (max-width: 1340px) {
    .businesses-right {
        margin-right: -3rem;
    }
}
@media (max-width: 1280px) {
    .businesses-right {
        margin-right: -1rem;
    }
    .dots-img{
        display: none;
    }
    .video-pic{
        position: relative;
        top: 0;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .video-block{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        margin-top: 60px;
    }
    .video-text-content{
        max-width: 100%;
    }
}
@media (max-width: 1220px) {
	
	.stackOfServices-bg-grey-radius{
		margin-bottom: 30rem;
	}
}
@media (max-width: 1200px) {
	.footer>.footer-content .footer-content-item, .footer>.footer-content.content2>div{
		width: 47%;
		max-width: 350px;
		margin-bottom: 4.8rem;
	}
    
}
@media (min-width: 992px) and (max-width: 1300px){
    .thirdBox .produceBox{
        top: 8rem;
    }
}
@media (max-width: 1200px) {
    .stackOfServices-ami-left .firstBox, .stackOfServices-ami-right{
		display: none;
	}
    .produceBox-cart{
        /* padding: 0; */
    }

    .stackOfServices-ami .stackOfServices-ami-left .thirdBox{
        max-width: 100%;
    }
    .businesses{
		/* padding: 0 6rem; */
		flex-direction: column;
        margin-top: 0;
	}
	.burden{
		text-align: left;
	}
	.businesses-btn{
		justify-content: space-between;
        flex-wrap: wrap;
	}
	.businesses-left{
		width: 100%;
		max-width: 100%;
	}
	.businesses-right{
		width: 100%;
		    max-width: 100%;
		    margin: auto;
			margin-top: 5rem;
	}
	.CodeEditor-inner{
		flex-direction: column-reverse;
	}
	.CodeEditor-left{
		width: 100%;
		max-width: 100%;
		margin-top: 7.3rem;
	}
	.CodeEditor-right{
		padding: 3.5rem 3rem 0 3rem;
	}
	.stackOfServices-cryptoPayment-detail{
		flex-direction: column;
	}
	.stackOfServices-cryptoPayment-detail-left, .stackOfServices-cryptoPayment-detail-right{
		width: 100%;
		max-width: 100%;
	}
	.stackOfServices-cryptoPayment-detail-left{
		margin-bottom: 7rem;
	}
	.stackOfServices-detail{
		margin-bottom: 6rem;
		/* padding: 0 6rem; */
		color: #000;
	}
	.stackOfServices-ami{
		margin-top: 6rem;
	}
	.stackOfServices-title{
		/* font-size: 6.4rem; */
		color: #000;
        text-align: left;
	}
	.stackOfServices-bottom{
		padding: 0 6rem;
	}
    .stackOfServicesBox{
        justify-content: normal;
        flex-wrap: wrap;
    }
    .stackOfServicesBoxFir{
        width: 100%;
    }
    .stackOfServicesBoxSec{
        width: 100%;
        margin-top: 5rem;
    }
    .stackOfServices-detail{
        height: auto;
    }
    .a-stackOfServices{
        /* padding: 0 6rem; */
    }
    .thirdBox .produceBox{
        top: 10rem;
    }
    .grow-link{
        bottom: 4rem;
    }
    .toAddAcard-otherCard .card-img{
        width: 4.4rem;
        height: 3.2rem;
        background-size: 39.5rem 6.8rem;
    }
    .payoutBox-cardList-item .card-img{
        width: 4.4rem;
        height: 3.2rem;
        background-size: 39.5rem 6.8rem;
    }
    .toAddAcard-allCards  .card-img{
        width: 4.4rem;
        height: 3.2rem;
        background-size: 39.5rem 6.8rem;
    }
    .toAddAcard-allCards .toAddAcard-otherCard li:nth-of-type(1){
        background-position: -4.6rem 0;
    }
    .toAddAcard-allCards .toAddAcard-otherCard li:nth-of-type(2){
        background-position: -9.2rem 0;
    }
    .toAddAcard-allCards .toAddAcard-otherCard li:nth-of-type(3){
        background-position: -14.8rem 0;
    }
    .toAddAcard-allCards .toAddAcard-otherCard li:nth-of-type(4){
        background-position: -19.6rem 0;
    }
    .toAddAcard-allCards .toAddAcard-otherCard li:nth-of-type(5){
        background-position: -24.8rem 0;
    }
    .toAddAcard-allCards .toAddAcard-otherCard li:nth-of-type(6){
        background-position: -30rem 0;
    }
    .toAddAcard-allCards .toAddAcard-otherCard li:nth-of-type(7){
        background-position: -35.2rem 0;
    }
    .payoutBox-cardList-item .visa{
        background-position: -5rem 0;
    }
    .payoutBox-cardList-item .master{
        background-position: -10rem 0;
    }
    .payoutBox-cardList-item .discover{
        background-position: -14.8rem 0;
    }
    .payoutBox-cardList-item .visa{
        background-position: -5rem 0;
    }
    .thirdBox .shoppingCheck{
        top: 16rem;
    }
	/* .footer{
		background: #EBEDF9;
	} */
	.footer>.footer-content .footer-content-item>img{
		width: 10rem;
	}
	#pre{
		overflow-x: auto;
		width: 100%;
	}
	#code2 {
		overflow-x: auto;
	}
	.businesses-box{
		padding-bottom: 50px;
	}
	
	.stackOfServices-ami-left{
		margin-right: 0;
		width: 100%;
	}
	.stackOfServices-ami .stackOfServices-ami-left .thirdBox{
		margin: 35px auto 0 auto;
		float: none;
		max-width: 317px;
	}
	.stackOfServices-bg-grey-radius{
		display: none;
	}
	.stackOfServices-ami{
		position: relative;
		margin: 0;
		top: -20px;
	}
	.stackOfServices-bg-grey{
		padding-bottom: 0;
	}
	.stackOfServices-bottom{
		margin-top: 20rem;
	}
    .addCard-email{
        margin-top: 4rem;
    }
    .addCard-form .addCard-name{
        margin-top: 3rem;
    }
    .addCard-form .addCard-num{
        margin-top: 3rem;
    }
    .addCard-form .addCard-date{
        margin-top: 3rem;
    }
    .addCard-form .addCard-checkbox{
        padding: 3rem 0;
    }
    
    .produce .produce-img{
        width: 10rem;
    }
    .totalBox .totalBox-checkout{
        margin: 2.5rem auto;
    }
    .totalBox .totalBox-line{
        margin-bottom: 3rem;
    }
}
@media (max-width: 750px) {
	
    .totalBox .totalBox-checkout{
        height: 8rem;
        line-height: 8rem;
        font-size: 3rem;
    }
    .shoppingCheck-checkout{
        font-size: 3rem;
    }
    .totalBox .totalBox-cance{
        height: 8rem;
        line-height: 8rem;
        font-size: 3rem;
    }
    .produce {
        font-size: 3rem;
    }
    .StackBtn >a{
        /* font-size: 3rem; */
    }
    .grow-link a{
        /* font-size: 2.8rem; */
    }
    .CodeEditor-btn>a{
        /* font-size: 2.8rem; */
        line-height: 8.8rem;
        padding: 0;
    }
    
    .payoutBox-cardBox-title{
        font-size: 3rem;
    }
    .payoutBox-cardList-item{
        font-size: 3rem;
    }
    .payoutBox-btn{
        font-size: 3rem;
    }
    .addCard-email{
        font-size: 3rem;
    }
    .addCard-name{
        font-size: 3rem;
    }
    .addCard-num{
        font-size: 3rem;
    }
    .addCard-date{
        font-size: 3rem;
    }
    .addCard-checkbox{
        font-size: 3rem;
    }
    .addCard-btn{
        font-size: 3rem;
    }
    /* .addCard-checkbox{
        height: 8rem;
        line-height: 8rem;
    } */
    .shoppingCheckBox .shoppingCheck-checkout{
        height: 8rem;
        line-height: 8rem;
        font-size: 3rem;
        margin: 0 auto;
    }
    
    
    .produceBox .produceBox-cart{
        font-size: 3.2rem;
        padding-top: 6rem;
    }
    
    .totalBox .totalBox-title{
        font-size: 3rem;
    }
    .mormal::after {
        border-left: 10px solid #8E8FF4;
        border-left-color: inherit;
        border-bottom: 12px solid transparent;
            border-top: 14px solid transparent;
    }
}
@media (max-width: 768px) {
	.stackOfServices-bg-grey{
		padding-bottom: 0;
	}
	.stackOfServices-bottom{
		margin-top: 20rem;
	}
    .mc-button {
        min-width: unset;
        width: 30rem;
    }
    .businesses-btn {
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .businesses {
        padding-bottom: 5rem;
    }
	.businesses-title, .burden{
		font-size: 7.2rem;
        /* line-height: 8.8rem; */
	}
    .mc-fontSize-18 {
        line-height: 4.5rem;
    }
	.businesses-title{
		margin-top: 5rem;
	}
	.footer>.footer-content .footer-content-item, .footer>.footer-content.content2>div{
		width: 90%;
		padding: 10rem;
	}
    .footer>.footer-content .footer-content-item{
        width: 85%;
    }
	.footer>.footer-content.content2>div{
		/* max-width: 100%; */
	}
	.footer>.footer-content .footer-content-item>img{
		width: 12rem;
		    max-height: 12rem;
		height: auto;
	}
	.footer>.footer-content .footer-content-item>p:nth-of-type(3) {
	    /* font-size: 2.8rem; */
		margin: 0;
		    width: 100%;
            text-align: left;
	}
	.footer>.footer-content .footer-content-item>p:nth-of-type(2){
		width: 100%;
	}
    .footer>.footer-subheading {
        font-weight: bold;
        font-size: 3rem;
        color: #000000;
        line-height: 4rem;
        margin: 0 6rem 4rem;
        text-align: left;
    }
	.businesses-context, .stackOfServices-detail{
		/* font-size: 3rem; */
        margin-bottom: 2rem;
	}
	.businesses-context{
		/* line-height: 4.5rem; */
	}
	.widerReacj, .lowerRisk, .CodeEditor-btn{
		/* font-size: 3.2rem; */
	}
    .CodeEditor-btn{
        line-height: 8.8rem;
        height: 8.8rem;
    }
	.footer>.footer-title{
        line-height: 9rem;
        font-size: 5.8rem;
        width: 86%;
        margin: 0 6rem 4rem;
        text-align: left;
	}
	.stackOfServices-cryptoPayment{
		/* font-size: 7.2rem; */
		text-align: left;
		line-height: 40px;
		color: 000;
	}
	.widerReacj-context, .lowerRisk-context, .CodeEditor-top-context{
		/* font-size: 3rem; */
	}
	.footer>.footer-content .footer-content-item>p:nth-of-type(1){
		/* font-size: 4.5rem; */
	}
	.footer>.footer-content .footer-content-item, .footer>.footer-content.content2>div{
		padding: 0rem 6rem 10rem;
		margin-bottom: 4.8rem;
	}
	.allMode{
		padding: 6rem 1rem 0;
	}
	.footer>.footer-content.content2>div>p:nth-of-type(3){
		padding: 0;
		margin: 0;
	}
	.footer>.footer-content{
        width: 100%;
		padding-bottom: 5.2rem;
        margin: 0;
	}
	.stackOfServices .ripple {
	    bottom: -10rem;
	}
    .payoutBox .loading1{
        bottom: 2.4rem;
    }
    .toAddAcard .loading{
        bottom:2.2rem ; 
    }
	.businesses .ripple{
		bottom: -18rem;
	}
    .payoutBox-cardList .payoutBox-cardList-item{
        margin-bottom: 4rem;
        padding-bottom: 1rem;
    }
    .payoutBox-cardBox-title{
        margin-bottom: 2rem;
    }
	.businesses-right{
		    width: 100%;
		    max-width: 100%;
		    margin: auto;
		    position: relative;
		    /* margin-top: 5rem; */
		    top: 3.2rem;
            display: unset;
            margin-top: 7rem;
	}
    .shoppingCheckBox .shoppingCheck-title{
        font-size: 3rem;
        padding: 3rem 0;
    }
    .thirdBox .payoutBox{
        padding: 2rem 3rem 6rem;
        
    }
    .thirdBox .toAddAcard{
        padding: 2rem 3rem 6rem;
    }
    .payoutBox-title .payoutBoxTitle{
        font-size: 3.5rem;
    }
    .toAddAcard-title .toAddAcardTitle{
        font-size: 3.5rem;
    }
    .video-block {
        height: 384px;
    }
    .video-pic {
        margin: 0 auto;
        width: 68.5rem;
        height: 45.4rem;
        position: absolute;
        top: 160px;
        left: 1px;
    }
    .video-text-content {
        font-size: 4rem;
    }
    .video-block-title {
        padding: 7.4rem 9.1rem 5rem;
    }
    .creditModel-title {
        font-size: 3.2rem;
        line-height: 4.5rem;
    }
    .creditModel-subheading {
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
}
.firstBox-cont{
    height: 100%;
}
.firstBox-ami{
    height: 100%;
}
.chipContainer{
    position: absolute;
    width: 4.7rem;
    height: auto;
    box-shadow: 0px 20px 40px 0px 
		rgba(10, 34, 56, 0.2);
        top: 8rem;
        left: 5rem;

}
.animalbox-logo{
    width: 7rem;
    height: auto;
    position: absolute;
    right: 2.5rem;
    top: 1.5rem;
}
.animalbox-num{
    font-size: 20px;
    color: white;
    position: absolute;
    top: 14rem;
    left: 2rem;
}
.animalbox-name{
    font-size: 20px;
    color: white;
    position: absolute;
    bottom: 18PX;
    left: 2rem;
}
.totalBox{
    padding: 2rem 3rem 4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    /* margin-bottom: ; */
}
.totalBox-title{
    display: flex;
    justify-content: space-between;
    /* font-size: 14px; */
    font-weight: bold;
}
.totalBox-checkout{
    margin: 1rem auto ;
    width: 90%;
    height: 4rem;
    line-height: 4rem;
    background-color: black;
    color: white;
    border-radius: 10px;
}
.totalBox-cance{
    margin: 0 auto;
    width: 90%;
    height: 4rem;
    line-height: 4rem;
    background-color: #022169;
    color: white;
    border-radius: 10px;
}
.totalBox-line{
    padding: 0 1rem;
    width: 100%;
    height: 1px;
    border: 1px solid #DDDDDD;
    margin-bottom: 1rem;
}
.produceBox{
    position: absolute;
    padding: 0 3rem;
    width: 100%;
    top: 8rem;
}
.produce-img{
    width: 5rem;
}
.produce{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.produce-price{
    text-align: left;
    width: 65%;
}
.produce-num{
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #F0F0F0;
    border-radius: 50%;
}
.produce1{
    --animate-duration: .5s;
}
.produce2{
    --animate-duration: 1s;
}
.produce3{
    --animate-duration: 1.5s;
}
.produce4{
    --animate-duration: 2s;
}
.payoutBox{
    position: absolute;
    bottom: 5px;
    width: 98%;
    padding: 1rem 3rem 3rem;
    left: 1%;
    background-color: white;
    border-radius:20px;
    z-index: 10;
}
.payoutBox-title{
    justify-content: space-between;
    padding: 10px 0;
}
.payoutBox-cardBox-title{
    justify-content: space-between;
    font-weight: bold;
}
.payoutBox-cardBox{
    /* justify-content: space-between; */
}
.payoutBox-cardList-item{
    overflow: hidden;
    margin-bottom: 2rem;
    border-bottom: 1px solid #DDDDDD;;
}
.checkCircle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid gray;
    margin-right: 20px;
    float: left;
    margin-top: 3px;
}
.payoutBoxTitle{
    font-weight: bold;
    font-size: 14px;
}
.toAddAcardTitle{
    font-weight: bold;
    /* font-size: 14px; */
}
.card-detail{
   float: left;
}
.checkCircled{
    border: 1px solid #016FD0;
    position: relative;
}
.checkCircled::after{
    content:" ";
    display: block;
    width: 10px;
    height: 10px;
    background:#016FD0 ;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.card-img{
    width: 22px;
    height: 16px;
    background: url(../img/card-icons.png) 0px 0px no-repeat;
    background-size: 20rem auto;
    float: right;
    margin-top: 4px;
}
.visa{
    background-position: -2.5rem 0;
}
.master{
    background-position: -4.9rem 0;
}
.discover{
    background-position: -7.4rem 0;
}
.addCard{

    margin-right: 20px;
    float: left;
}
.addcard-icon{
    float: right;
}
.payoutBox-btn{
    width: 92%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    background: black;
    color: white;
    border-radius: 10px;
}
.toAddAcard{
    position: absolute;
    bottom: 5PX;
    /* height: 365px; */
    width: 98%;
    padding: 1rem 3rem 3rem;
    left: 1%;
    background-color: white;
    border-radius: 20px;
    z-index: 11;
}
.toAddAcard-title{
    justify-content: space-between;
    padding: 10px 0;
}
.toAddAcard-allCards{
    display: flex;
    justify-content: space-between;
    padding: 5px 2px;
    border: 1px solid gainsboro;
    border-radius: 4px;
}
.toAddAcard-otherCard li{
    float: left;
    margin-left: 8px;
}
.toAddAcard-otherCard li:nth-of-type(1){
    background-position: -2.3rem 0;
}
.toAddAcard-otherCard li:nth-of-type(2){
    background-position: -4.6rem 0;
}
.toAddAcard-otherCard li:nth-of-type(3){
    background-position: -7.4rem 0;
}
.toAddAcard-otherCard li:nth-of-type(4){
    background-position: -9.8rem 0;
}
.toAddAcard-otherCard li:nth-of-type(5){
    background-position: -12.4rem 0;
}
.toAddAcard-otherCard li:nth-of-type(6){
    background-position: -15rem 0;
}
.toAddAcard-otherCard li:nth-of-type(7){
    background-position: -17.6rem 0;
}
.addCard-form{
    margin-top: 10px;
}
.addCard-email{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border: 1px solid gainsboro;
    border-radius: 4px;
}
.addCard-name{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 1rem;
}
.addCard-num{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-top: 1rem;
}
.addCard-date{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 1rem;
}
.addCard-checkbox{
    text-align: left;
    color: gray;
    padding: .6rem 0;
}
.addCard-btn{
    width: 92%;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid gainsboro;
    background: black;
    color: white;
}
.animate-loading{
    animation: loading 2s;
}
.payoutBox-loading{
    animation: loading 2s;
}
@keyframes loading {
    0%{
        opacity: .99;
    }
    100%{
        opacity: 1;
    }
}
.loading{
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    width: 97%;
    transform: translate(-50%,-50%);
}
.loading1{
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    width: 97%;
    transform: translate(-50%,-50%);
}
.shoppingCheck{
    padding: 3rem;
    position: absolute;
    top: 8rem;
}
.shoppingList{
    width: 100%;
    overflow: hidden;
}
.shoppingList-item{
    margin-right: 5px;
}
.shoppingList-item:nth-of-type(2){
    --animate-duration: 1.5s;
}
.shoppingCheckBox{
    padding: 1rem 3rem 3rem;
    width: 100%;
    position: absolute;
    bottom: 10px;
    /* margin-bottom: ; */
}
.shoppingCheck-title{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
}
.shoppingCheck-checkout{
    margin: 1rem auto ;
    width: 90%;
    height: 4rem;
    line-height: 4rem;
    background-color: black;
    color: white;
    border-radius: 10px;
}
.shoppingCheck-line{
    padding: 0 1rem;
    width: 100%;
    height: 1px;
    border: 1px solid #DDDDDD;
    margin-bottom: 1rem;
}
.phoneBack.active::after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .1);
    top: 0;
    transition: background-color 5s linear ;
    z-index: 10;
    border-radius: 30px;
}