.elementor-131839 .elementor-element.elementor-element-f39636c{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-cd49658 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-0a12e61 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-05ddb46:not(.elementor-motion-effects-element-type-background), .elementor-131839 .elementor-element.elementor-element-05ddb46 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFF4F8;}.elementor-131839 .elementor-element.elementor-element-05ddb46{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-131839 .elementor-element.elementor-element-05ddb46 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-131839 .elementor-element.elementor-element-d22e096 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-b8e63b8{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-e66a5d2 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-044001f{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-8f21397 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-867c2fd > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-26ebb06 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-adfbac7 > .elementor-container{max-width:1080px;}.elementor-131839 .elementor-element.elementor-element-adfbac7{margin-top:100px;margin-bottom:100px;padding:30px 30px 30px 30px;}.elementor-131839 .elementor-element.elementor-element-816c379 > .elementor-element-populated, .elementor-131839 .elementor-element.elementor-element-816c379 > .elementor-element-populated > .elementor-background-overlay, .elementor-131839 .elementor-element.elementor-element-816c379 > .elementor-background-slideshow{border-radius:25px 25px 25px 25px;}.elementor-131839 .elementor-element.elementor-element-816c379 > .elementor-element-populated{box-shadow:3px 5px 25px -5px rgba(0, 0, 0, 0.41);padding:25px 25px 25px 25px;}.elementor-131839 .elementor-element.elementor-element-a7c6ab1 > .elementor-widget-container{padding:20px 0px 20px 0px;}.elementor-131839 .elementor-element.elementor-element-a7c6ab1{text-align:center;}.elementor-131839 .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-131839 .elementor-element.elementor-element-adfbac7{margin-top:60px;margin-bottom:10px;padding:30px 10px 80px 10px;}.elementor-131839 .elementor-element.elementor-element-816c379 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-131839 .elementor-element.elementor-element-a7c6ab1 .elementor-heading-title{font-size:32px;}}/* Start custom CSS for html, class: .elementor-element-e1acd1b */#hero-section {
   height: calc(100vh - 88px);
}

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

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

#content-wrap {
    width: 100%;
    max-width: 1160px;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 32px;
}

.hero-text {
    width: 70%;
    display: flex;
    flex-direction: column;
    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;
    }
    
    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 images-steps (animation) */

.fintechs-hero_steps-container {
    flex-shrink: 1;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 580px;
    margin: 0 auto;
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
}

.step-item {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s ease-in-out;
    padding: 20px;
}

.step-item.active {
    opacity: 1;
    transform: translateX(0);
}

.step-item.prev {
    transform: translateX(-100%);
}

.step-item img {
    height: 90%;
    width: auto;
}


.step-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.indicator.active {
    background: white;
    width: 30px;
    border-radius: 5px;
}


@media (max-width: 768px) {
 #hero-section {
   height: 100%;
}
   
    #content-wrap {
      flex-direction: column;
      padding: 60px 20px;
      
   }
   
   #fintechs-hero-video_bg {
       oblect-fit: contain;
       min-height: 1050px;
       height: 100%;
   }
   
     .hero-text {
        width: 100%;
    
    }
   
   .fintechs-hero_steps-container {
        height: 450px;
    }
}

@media (max-width: 368px) {
    
    .fintechs-hero_steps-container {
        height: 400px;
    }
    
    .step-item img {
        height: 90%;
        width: auto;
    }
    
    .hero-text {
        
        h1 {
          font-size: 36px;
        }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0beefbf */#fin-s2 {
    padding-top: 90px;
}

.fin-s2-header {
    font-family: "Red Hat", Sans-Serif;
    text-align: center;
    padding: 0 20px;
    
    h2 {
        font-size: 40px;
        font-weight: 700;
    }
    
    p {
        font-size: 18px;
        margin: 0;
    }
}

.fin-s2-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 60px 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    padding: 90px 30px;
    
}

.fin-s2-card {
    transform-style: preserve-3d;
    transform: translateZ(-140px);
    transition: transform 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    cursor: pointer;
    position: relative;
    height: 400px; 
    width: 350px;
   
    
     &:hover {
        transform: translateZ(-160px) rotateY(-90deg);
    }
    
    &:hover .fin-s2-card_front {
        opacity: 1;
    }
    
     &:hover .fin-s2-card_back {
        opacity: 1;
    }
    
}

.fin-s2-card_front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    width: 100%;
    height: 400px;
    
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 2px 23px 0 rgba(0, 0, 0, 0.13);
    padding: 20px 30px;
    
    transform: rotateY(0deg) translateZ(180px); 
    
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: all 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    
    
    img {
        padding-top: 30px;
    }
    
    h3 {
        margin: 28px 0 0 0;
        font-size: 24px;
        font-weight: 700;
        color: #000619;
    }
    
    p {
        margin: 12px 0 50px 0;
        font-size: 16px;
        color: #727272;
    }
}

.fin-s2-card_front__bar {
    width: 74px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(166deg, #7C00D9 48.55%, #4600B1 77.52%, #141778 99.8%);
    position: absolute;
    bottom: 28px;
}    

.fin-s2-card_back {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: start;
    
    width: 100%;
    height: 400px;
    
   border-radius: 12px;
   background: linear-gradient(192deg, #7014C9 21.06%, #5826C3 85.6%, #130C34 135.22%);
    box-shadow: 0 2px 14px 0 rgba(20, 23, 120, 0.66);
    padding: 20px 30px;
    
   transform: rotateY(90deg) translateZ(160px);
    
    width: 100%;
    height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: all 350ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
      
      color: #FFF;
      font-family: "Red Hat", Sans-Serif;
      
      h3 {
          font-size: 24px;
          font-weight: 700;
      }
      
      p {
          font-size: 16px;
      }
}



.fin-s2-card_back__bar {
    width: 74px;
    height: 4px;
    border-radius: 2px;
    opacity: 0.414;
    background: #FFF;
    
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b73d14c */#fin-s3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    padding: 90px 30px;
    
    font-family: "Red Hat", Sans-Serif;
    
    h3 {
        font-weight: 700;
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
    }
}

#fin-s3-r1 {
    display: flex;
    gap:16px;
}

.fin-s3-r1_c1 {
    width: 60%;
    background: #FFF;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 36px;
    transition: border 0.2s ease;
    
    &:hover {
        border: 1px solid rgba(112, 20, 201, 0.40);
    }
    
    h2 {
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
    }
    
    p {
        font-size: 20px;
    }
}

.fin-s3-r1_c2 {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fin-s3-r1_c2__1, .fin-s3-r1_c2__2 {
        justify-content: space-between;
    }

.fin-s3-r1_c2__1, .fin-s3-r1_c2__2, #fin-s3-r2 {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFF;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 32px;
    transition: border 0.2s ease;
    
    &:hover {
        border: 1px solid rgba(112, 20, 201, 0.40);
    }
    
    
    
    img {
        width: 100%;
        max-width: 100px;
        height: auto;
        object-fit: contain;
    }
    
    h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }
    
    p {
        font-size: 18px;
    }
}

#fin-s3-r2 {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 16px;
    background: #FFF;
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 36px;
    transition: border 0.2s ease;
    
    &:hover {
        border: 1px solid rgba(112, 20, 201, 0.40);
    }
    
    img {
        width: 100%;
        max-width: 100px;
        height: auto;
        object-fit: contain;
    }
    
    h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }
    
    p {
        font-size: 20px;
    }
}

@media(max-width: 1024px) {
    
    #fin-s3-r1 {
        flex-direction: column;
    }
    
    #fin-s3-r2 {
        flex-direction: column;
        align-items: start;
    }
    
    .fin-s3-r1_c1,
    .fin-s3-r1_c2 {
        width: 100%;
    }
}

@media(max-width: 768px) {
    #fin-s3 {
        padding: 60px 20px;
        
        h3 {
            font-size: 28px;
        }
    }
    
    .fin-s3-r1_c1 {
        padding: 20px;
        h2 {
            font-size: 36px;
        }    
    }
    
    .fin-s3-r1_c2__1, .fin-s3-r1_c2__2, #fin-s3-r2 {
        padding: 20px;
    }
    
    .fin-s3-r2-add-text {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf35bb2 */#fin-s4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fin-s4-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1160px;
    padding: 90px 30px 180px 30px;
}

.fin-s4-header {
    font-family: "Red Hat", Sans-Serif;
    text-align: center;
    
    h2 {
        font-size: 40px;
        font-weight: 700;
    }
    
    p {
        font-size: 18px;
        margin: 0;
    }
}

.fin-s4-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.fin-s4-img_1, .fin-s4-img_2 {
    position: relative;
    p {
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-family: "Red Hat", Sans-Serif;
        font-size: 20px;
        font-weight: 700;
        margin-top: 32px;
    }
}

.fin-s4-img_2__wrap {
    position: relative;
    
    img {
        width: 100%;
        height: 100%;
    }
}

.fin-s4-img_2__dot {
    position: absolute;
    bottom: 27%;
    left: 32%;
    width: 10px;
    height: 10px;
    background: #1EE66E;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 2px #1EE66E;
    
    animation: pulse 1.2s infinite ease-in-out; 
}

.fin-s4-img_vs {
    font-family: "Red Hat", Sans-Serif;
    font-size: 74px;
    font-weight: 700;
}

  @keyframes pulse {
      0% {
        transform: scale(0.6);
        opacity: 0.8;
      }
      50% {
        transform: scale(1.1); 
        opacity: 1;
      }
      100% {
        transform: scale(0.6); 
        opacity: 0.8;
      }
    }


@media(max-width: 768px) {
    .fin-s4-content-wrap {
       flex-direction: column;
       padding: 60px 20px 120px 20px;
   }
   
   .fin-s4-header { 
       h2 {
           font-size: 28px;
           
           br {
               display: none;
           }
       }
       
   }
   
   .fin-s4-images {
       flex-direction: column;
   }
   
   .fin-s4-img_vs {
       font-size: 56px;
       margin-top: 36px;
   }
   
   .fin-s4-img_1, .fin-s4-img_2 {
       p {
           top: 95%;
       }
   }
   
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b25b90 */#fin-s5 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EFF4F8;
}

.fin-s5-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    width: 100%;
    max-width: 1160px;
    padding: 120px 30px;
}

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


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

@media(max-width: 768px) {
    .fin-s5-content-wrap {
       flex-direction: column;
       padding: 60px 20px;
   }
   
   .fin-s5-text, #fin-s5-animation {
       width: 100%;
       
       h2 {
       font-size: 28px;
   }
   }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b783821 */#fin-s6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background: #FFF;
    font-family: "Red Hat", Sans-Serif;
}

.fin-s6-header {
    text-align: center;
    
    h2 {
        font-size: 40px;
        font-weight: 700;
    }
    
    p {
        font-size: 18px;
    }
}

.fin-s6-cards-container {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(266px, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    padding: 30px 0px;
    margin: 0 auto;
}

.fin-s6-card, 
.fin-s6-card-1, 
.fin-s6-card-2, 
.fin-s6-card-3, 
.fin-s6-card-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
    padding: 25px 20px;
    border-radius: 20px;
    font-family: "Red Hat", Sans-Serif;
    
    img {
        margin: 0 auto 40px auto;
    }
    
    h3 {
        font-size: 24px;
        font-weight: 700;
    }
    
    p {
        font-size: 16px;
        margin: 0;
    }
}


.fin-s6-card-cta-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-family: "Red Hat", Sans-Serif;
    font-weight: 700;
    margin-top: 30px;
    
    img {
        margin: 0;
    }
    
    &:hover {
        cursor: pointer;
    }
}

.fin-s6-card-1 {
    background: #130C34;
    color: #FFF;
}

.fin-s6-card-2 {
    background: #5826C3;
    color: #F3F3F5;
}

.fin-s6-card-3 {
    background: #F9FBFF;
    color: #130C34;
    border: 2px solid #E8F0F7;
}

.fin-s6-card-4 {
    background: #1EE66E;
    color: #130C34;
}

@media (max-width: 768px) {
    
    .fin-s6-header {
        h2 {
            font-size: 28px;
        }
   }
    
    #fin-s6 {
        padding: 60px 20px;
   } 
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3d8057b */#section-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px;
    
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8056a8a */#fin-s7 {
            background: #EFF4F8;
            padding: 120px 60px 280px 60px;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: "Red Hat", Sans-Serif;
        }

        .fin-s7-heading {
            width: 100%;
            max-width: 1200px;
            text-align: center;
        }

        .fin-s7-heading h2 {
            font-size: 40px;
            font-weight: 700;
        }

        .container {
            width: 100%;
            max-width: 850px;
        }
        .progress-wrapper {
            position: relative;
            margin: 180px 0 60px 0;
        }
        .progress-bar {
            position: relative;
            height: 32px;
            border: 6px solid #E3EAEF;
            background-color: #d0d1d5;
            border-radius: 100px;
            overflow: hidden;
        }
        .progress-fill {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #5826C3;
            border-radius: 100px;
            width: 0;
            transition: width 4s ease-in-out;
        }
        .steps {
            display: flex;
            justify-content: space-between;
            position: absolute;
            width: 100%;
            bottom: calc(100% - 30px);
            left: 0;
        }
        .step {
            text-align: center;
            flex: 1;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .step-number {
            font-size: 160px;
            font-weight: 500;
            line-height: 1;
            margin-bottom: 20px;
            margin-right: 15px;
            transition: all 0.6s ease;
            color: #c5c6cc;
        }
        .step.active .step-number {
            color: #5826C3;
        }
        .step-circle {
            position: absolute;
            bottom: -2px;
            width: 32px;
            height: 32px;
            background-color: #fff;
            border: 6px solid #d0d1d5;
            border-radius: 50%;
            transition: all 0.6s ease;
            z-index: 2;
        }
        .step.active .step-circle {
            border-color: #FFF;
            background-color: #5826C3;
        }
        .step.active .step-circle::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 18px;
            height: 18px;
            background-color: #5826C3;
            border-radius: 50%;
        }
        
        
        .step-text {
            position: absolute;
            top: 120%;
            opacity: 0;
            margin-top: 32px;
            font-family: "Red Hat", Sans-Serif;
            transition: all 0.6s ease;
            
            h3 {
                font-size: 28px;
                font-weight: 700;
            }
            
            p {
                font-size: 20px;
            }
        }
        
        .step.active .step-text {
            opacity: 1;
            top: 100%;
        }
        
        
    .steps-sm {
        display: none;
    }
    
    
@media(max-width: 768px) {
    #fin-s7 {
        padding: 80px 20px;
    }
    
    .fin-s7-heading h2 {
        font-size: 28px;
    }
        
     .progress-wrapper {
        margin: 110px 0 30px 0;
    }    
    
    .step-number {
        font-size: 90px;
        margin-right: 7px;
        margin-bottom: 28px;
    }
    
    .progress-bar {
            height: 24px;
            border: 4px solid #E3EAEF;
    }
        
    .step-circle {
        bottom: 6px;
        width: 24px;
        height: 24px;
        border: 4px solid #d0d1d5;
    }
    
    .step-text {
        display: none;
    }
    
    .steps-sm {
        display: block;
        margin-top: 50px;
    }
    
    .step-text-sm {
            margin-top: 32px;
            font-family: "Red Hat", Sans-Serif;
            transition: all 0.6s ease;
            transform: translateY(30px);
            opacity: 0;
            
            h3 {
                font-size: 28px;
                font-weight: 700;
                margin: 0;
            }
            
            p {
                font-size: 20px;
            }
    }
    
    .step-text-sm.active {
        transform: translateY(0);
        opacity: 1;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f6e7b3c */#section-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 36px;
    
    
}/* 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 */