.elementor-132221 .elementor-element.elementor-element-f39636c{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-cd49658 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-1950e17{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-a54d6d7 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-08ed3f9 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-cc60a16 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-596f3fa > .elementor-container{max-width:1440px;}.elementor-132221 .elementor-element.elementor-element-f62ff52 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-4818656 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-f41d987{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-4308c7d > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-adfbac7:not(.elementor-motion-effects-element-type-background), .elementor-132221 .elementor-element.elementor-element-adfbac7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFF4F8;}.elementor-132221 .elementor-element.elementor-element-adfbac7 > .elementor-container{max-width:1080px;}.elementor-132221 .elementor-element.elementor-element-adfbac7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 30px 120px 30px;}.elementor-132221 .elementor-element.elementor-element-adfbac7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-132221 .elementor-element.elementor-element-816c379:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-132221 .elementor-element.elementor-element-816c379 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-132221 .elementor-element.elementor-element-816c379 > .elementor-element-populated, .elementor-132221 .elementor-element.elementor-element-816c379 > .elementor-element-populated > .elementor-background-overlay, .elementor-132221 .elementor-element.elementor-element-816c379 > .elementor-background-slideshow{border-radius:25px 25px 25px 25px;}.elementor-132221 .elementor-element.elementor-element-816c379 > .elementor-element-populated{box-shadow:3px 5px 25px -5px rgba(0, 0, 0, 0.41);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:25px 25px 25px 25px;}.elementor-132221 .elementor-element.elementor-element-816c379 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-132221 .elementor-element.elementor-element-a7c6ab1 > .elementor-widget-container{padding:20px 0px 20px 0px;}.elementor-132221 .elementor-element.elementor-element-a7c6ab1{text-align:center;}.elementor-132221 .elementor-element.elementor-element-a7c6ab1 .elementor-heading-title{font-family:"Red Hat", sans-serif;font-size:40px;font-weight:700;color:var( --e-global-color-3b78242 );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-132221 .elementor-element.elementor-element-adfbac7{margin-top:00px;margin-bottom:0px;padding:90px 10px 90px 10px;}.elementor-132221 .elementor-element.elementor-element-816c379 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-132221 .elementor-element.elementor-element-a7c6ab1 .elementor-heading-title{font-size:36px;}}/* Start custom CSS for html, class: .elementor-element-e1acd1b */#hero-section {
   /*height: calc(100vh - 88px);*/
   /*max-height: 700px;*/
   height: clamp(650px, calc(100vh - 88px), 700px);
}

#hero-video-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#fintechs-hero-video_bg {
   width: 100vw;
   height: 100%;
   object-fit: cover;
}

#content-wrap {
    width: 100%;
    height: 100%;
    max-width: 1260px;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.hero-text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
    gap: 32px;
    color: #FFF;
    font-family: "Red Hat", Sans-Serif;
}

.hero-text {

    h1 {
        color: #FFF;
        font-size: 50px;
        font-weight: 700;
        text-wrap: pretty;
        
        img {
            height: 40px;
        }
    }
    
    p {
        font-size: 18px;
    }
}

.button-cta {
    background-color: #1EE66E;
    color: #130C34;
    border: none;
    border-radius: 25px;
    padding: 12px 32px;
    font-size: 16px;
    font-family: "Red Hat", Sans-Serif;
    font-weight: 700;
    width: fit-content;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.2s ease-out;
}

.button-cta:hover, .button-cta:active, .button-cta:focus {
    background-color: #1EE66Edd !important;
    color: #130C34 !important;
    border: none;
    outline: none;
}

#hero-animation {
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: -11%;
    max-height: 624px;
    height: auto;
    width: 48%;
}


@media(max-width: 1024px) {
    .hero-text {

        h1 {
            font-size: 40px;
            
            img {
                height: 30px;
            }
        }
    }
}


@media(max-width: 768px) {
    #hero-section {
       height: 100%;
       max-height: none;
    }
   
    #content-wrap {
      flex-direction: column;
      padding: 60px 20px;
      
   }
   
   #fintechs-hero-video_bg {
       oblect-fit: contain;
       min-height: 1050px;
       height: 100%;
   }
   
    .content-container {
        flex-wrap: wrap;
        align-items: start;
        gap: 32px;
    }
       
    .hero-text {
        width: 100%;
    }
        
    #hero-animation {
        bottom: -14%;
        width: auto;
        max-width: 90%;
    }
    
}

@media(max-width: 540px) {
    #hero-animation {
       bottom: -11.5%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6d8ee9a */#ramp-s2 {
    width: 100%;
    height: 100vh;
    max-height: 850px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-top: 80px;
}

.ramp-s2-content-wrap {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ramp-s2-animation {
    position: absolute;
    right: -750px;
    bottom: 0;
    width: 1400px;
}

.ramp-s2-text {
    width: 45%;
    font-family: "Red Hat", Sans-Serif;
    width: 1240px;
    
    h2 {
        font-size: 40px;
        font-weight: 700;
        text-wrap: pretty;
        width: 40%;
    }
    
    p {
        width: 40%;
        font-size: 18px;
    }
}

.ramp-s2-map {
    width: 100%;
    height: 100%;
    
}

.ramp-s2-marker {
    position: absolute;
    top: -200%;
    opacity: 0;
    left: 15%;
    width: 8%;
    z-index: 10;
}
.ramp-s2-marker.animate {
    animation: dropPin 2.5s forwards;
}
 
.ramp-s2-marker_shadow {
    position: absolute;
    top: 35%;
    left: 17%;
    width: 0%;
    height: 0%;
    opacity: 0;
    background: #000;
    filter: blur(15px);
    z-index: 9;
    border-radius: 50%;
}
.ramp-s2-marker_shadow.animate {
    animation: shadowGrow 2.5s forwards;
}

@keyframes dropPin {
    0% {
        top: -200%;
        opacity: 1;
        animation-timing-function: ease-in;
    }
    45% {
        top: 14%;
        animation-timing-function: ease-out;
    }
    55% {
        top: -4%;
        animation-timing-function: ease-in;
    }
    75% {
        top: 14%;
        animation-timing-function: ease-out;
    }
    83% {
        top: 6%;
        animation-timing-function: ease-in;
    }
    100% {
        top: 14%;
        opacity: 1;
    }
}

@keyframes shadowGrow {
    0% {
        width: 0%;
        height: 0%;
        opacity: 0;
    }
    45% {
        width: 5%;
        height: 5%;
        opacity: 0.8;
    }
    55% {
        width: 3.5%;
        height: 3.5%;
        opacity: 0.7;
    }
    75% {
        width: 5%;
        height: 5%;
        opacity: 0.8;
    }
    83% {
        width: 4%;
        height: 4%;
        opacity: 0.75;
    }
    100% {
        width: 5%;
        height: 5%;
        opacity: 1;
    }
}

.map-sm {
    display: none;
}


@media(max-width: 1024px) {
   .ramp-s2-text {
       h2 {
           width: 75%;
       }
   }
   
   .map-lg {
    display: none;
}
   
   .map-sm {
    display: block;
}

.ramp-s2-animation {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50%;
}

.ramp-s2-marker {
    left: 25%;
    width: 15%;
}

.ramp-s2-marker_shadow {
    top: 39%;
    left: 29%;
}

}

@media(max-width: 768px) {
    #ramp-s2 {
        margin-top: 150px;
}
    
    .ramp-s2-content-wrap {
        padding: 60px 20px;
        flex-direction: column;
        gap: 60px;
   }
   
   .ramp-s2-text {
       width: 100%;
       padding-top: 60px;
       
       h2 {
           width: 100%;
           font-size: 36px;
       }
       
       p {
           width: 100%;
       }
   }
   
   .ramp-s2-animation {
        width: 100%;
        position: relative;
        top: 0;
   }
   
   .ramp-s2-marker_shadow.animate {
    animation: shadowGrowSm 2.5s forwards;
}
   
   .ramp-s2-text button {
       margin-top: 40px;
   }
   
   @keyframes shadowGrowSm {
    0% {
        width: 0%;
        height: 0%;
        opacity: 0;
    }
    45% {
        width: 8%;
        height: 8%;
        opacity: 0.8;
    }
    55% {
        width: 4.5%;
        height: 5.5%;
        opacity: 0.5;
    }
    75% {
        width: 8%;
        height: 8%;
        opacity: 0.8;
    }
    82% {
        width: 6%;
        height: 6%;
        opacity: 0.65;
    }
    100% {
        width: 8%;
        height: 8%;
        opacity: 0.8;
    }
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc60a16 */#ramp-s3 {
    background: #EFF4F8;
    display: flex;
    justify-content: center;
    padding: 90px 30px 60px 30px;
}

.ramp-s3-content-wrap {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    
}

.ramp-s3-header {
    text-align: center;
    width: 100%;
    max-width: 900px;
    text-wrap: pretty;
    
    h2 {
        font-family: "Red Hat", Sans-Serif;
        font-size: 40px;
        color: #000;
        font-weight: 700;
    }
}

.ramp-s4-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 12px;
}

.ramp-s4-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 6px 0 rgba(194, 200, 213, 0.50);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 48px 24px 24px 24px;
    width: 100%;
    max-width: 450px;
    
    h3 {
        font-family: "Red Hat", Sans-Serif;
        font-size: 24px;
        color: #000;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
    }
}


@media(max-width: 768px) {
    #ramp-s3 {
        background: #EFF4F8;
        display: flex;
        justify-content: center;
        padding: 90px 20px 60px 20px;
    }
    
    .ramp-s3-header h2 {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46817fd */#ramp-s4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 50px 140px 50px;
}

.ramp-s4-text {
    font-family: "Red Hat", Sans-Serif;
    h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 120%;
        max-width: 700px;
        text-align: center;
    }
    
}

.ramp-s4-animation {

    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center; 
}

.ramp-s4-animation-sm {
    display: none;
}

.ramp-s4-animation-main {
    max-height: 340px;
    max-width: 100%; 
    height: auto;
    width: auto;
    flex: 0 1 auto;
    min-width: 240px;
}
    

.ramp-s4-animation-wrap-1, .ramp-s4-animation-wrap-2 {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ramp-s4-animation-item {
    width: 100%;
    max-width: 280px;
    height: 110px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 10px 25px 25px;
    background: #EFF4F8;
    border-radius: 12px;
    box-shadow: -3px 4px 10px 0px rgba(194, 200, 213, 0.40);
    
    
    img {
        width: fit-content;
        height: 100%;
    }
    
    h3 {
        font-family: "Red Hat", Sans-Serif;
        font-size: 18px;
        font-weight: 700;
    }
}

.ramp-s4-animation-2 {
    position: relative;
    left: -40px;
}

.ramp-s4-animation-5 {
    position: relative;
    right: -40px;
}

.ramp-s4-animation-1,
.ramp-s4-animation-2,
.ramp-s4-animation-3 {
    transform: translateX(100px);
    opacity: 0;
} 

.ramp-s4-animation-1.animate,
.ramp-s4-animation-2.animate,
.ramp-s4-animation-3.animate {
    animation: fadeInL 0.8s ease-in-out forwards;
} 

.ramp-s4-animation-4,
.ramp-s4-animation-5,
.ramp-s4-animation-6 {
    transform: translateX(-100px);
    opacity: 0;
} 

.ramp-s4-animation-4.animate,
.ramp-s4-animation-5.animate,
.ramp-s4-animation-6.animate {
    animation: fadeInR 0.8s ease-in-out forwards;
} 

.ramp-s4-animation-1.animate,
.ramp-s4-animation-4.animate {
   animation-delay: 0s;
}
.ramp-s4-animation-2.animate,
.ramp-s4-animation-5.animate {
   animation-delay: 0.3s;
}
.ramp-s4-animation-3.animate,
.ramp-s4-animation-6.animate {
   animation-delay: 0.6s;
}


@keyframes fadeInL {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInR {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInB {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


@media(max-width: 1024px) {
    .ramp-s4-animation {
        gap: 20px;
    }   
    
    .ramp-s4-animation-wrap-1, .ramp-s4-animation-wrap-2 {
         height: 400px;
    }
    
    .ramp-s4-animation-item {
        padding: 20px 10px 20px 20px;
        
        img {
            height: 80%;
        }
    }
    
}


@media(max-width: 850px) {
    #ramp-s4 {
         padding: 90px 20px 110px 20px;
    }
    
    .ramp-s4-text {
        h2 {
            font-size: 36px;
        }
    }
    
    .ramp-s4-animation {
        display: none;
    }
    
    .ramp-s4-animation-sm {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    
    .ramp-s4-animation-wrap-sm {
        padding: 25px;
        border-radius: 25px;
        border: 1px dashed #5826C3;
        display: flex;
        flex-direction: column;
        gap: 12px;
        
    }
    
    .ramp-s4-animation-main-sm {
        width: 100%;
        max-width: 260px !important;
    }  
    
    .ramp-s4-animation-2,
    .ramp-s4-animation-5 {
        position: static;
    }
    
    .ramp-s4-animation-item {
        transform: translateY(30px);
        opacity: 0;
    } 
    
    .ramp-s4-animation-item.animate {
        animation: fadeInB 0.75s ease-in-out forwards;
    } 
   
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2710619 */#ramp-s5 {
   display: flex;
    justify-content: center;
    background: #EFF4F8dd;
    padding: 90px 30px;
}
.ramp-s5-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 1200px;
}

.ramp-s5-text {
    width: 40%;
    font-family: "Red Hat", Sans-Serif;
    
    h2 {
        font-size: 40px;
        font-weight: 700;
    }
    
    p {
        font-size: 18px;
    }
}

.ramp-s5-tags {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    
    img {
        height: 48px;
    }
}

#ramp-s5-animation {
    width: 60%;
}

@media(max-width: 768px) {
    #ramp-s5 {
        padding: 60px 20px;
        
    }
    
    .ramp-s5-content-wrap {
       flex-direction: column;
       gap: 20px;
   }
   
   .ramp-s5-text, .ramp-s5-tags, #ramp-s5-animation {
       width: 100%;
   }
   
   .ramp-s5-text h2 {
       font-size: 36px;
   }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9d4e6f */#ramp-s6 {
    width: 100%;
    height: 100vh;
    max-height: 850px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ramp-s6-content-wrap {
    position: relative;
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding: 60px 30px;
}

.ramp-s6-text {
    width: 40%;
    font-family: "Red Hat", Sans-Serif;
   
    
    h2 {
        font-size: 40px;
        font-weight: 700;
        text-wrap: balance;
        margin-bottom: 40px;
    }
    
    ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-left: 0;
        
        li {
            display: flex;
            align-items: center;
            gap: 22px;
            
            img {
                width: 36px;
            }
            
            p {
                margin: 0;
                font-size: 18px;
                color: #000;
                line-height: 120%;
                text-wrap: pretty;
            }
        }
    }
}

.ramp-s6-animation {
    position: absolute;
    right: 0;
    top: 20%;
    width: 50%;
}

.ramp-s6-animation_main {
    width: 100%;
    height: 100%;
}

.ramp-s6-animation_hand {
    width: 40%;
    position: absolute;
    top: 35%;
    left: 3%;
    transform-origin: 86.25% 49.5%;
}

.ramp-s6-animation_hand.animate {
     animation: rotate 2.5s forwards;
}

@keyframes rotate{
    0% {
       transform: rotate(0deg);
    }
    
    70% {
        transform: rotate(180deg);
    }
    
    80% {
        transform: rotate(155deg);
    }
    
    100% {
       transform: rotate(180deg);
    }
}



@media(max-width: 1024px) {
    #ramp-s6 {
        height: fit-content;
    }
    
    .ramp-s6-animation {
      top: 30%;
        width: 50%;
    }
}

@media(max-width: 768px) {
    #ramp-s6 {
        height: 100%;
        max-height: fit-content;
}
    
    .ramp-s6-content-wrap {
        padding: 60px 20px;
        top: 0;
        
        flex-direction: column;
        gap: 60px;
   }
   
   .ramp-s6-text {
       width: 100%;
       
       h2 {
           font-size: 36px;
       }
   }
   
   .ramp-s6-animation {
       width: 100%;
       position: relative;
   }
   
   .ramp-s6-text button {
       margin-top: 40px;
   }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd7fa5d */div[data-tf-live] {
  min-height: 500px; 
  height: 100%;
}

div[data-tf-live] iframe {
  min-height: 500px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Red Hat';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Medium.woff2') format('woff2'),
		url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Red Hat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('https://coinme.com/wp-content/uploads/2020/04/RedHatText-Regular.woff2') format('woff2'),
		url('https://coinme.com/wp-content/uploads/2020/04/RedHatText-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Red Hat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Bold.woff2') format('woff2'),
		url('https://coinme.com/wp-content/uploads/2020/04/RedHatDisplay-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */