@font-face {
    font-family: 'Mangueira';
    src: url('../../assets/fonts/Mangueira-Regular.woff2') format('woff2'),
        url('../../assets/fonts/Mangueira-Regular.woff') format('woff');
    font-weight: normal;
    font-style: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Mangueira';
    src: url('../../assets/fonts/Mangueira-Medium.woff2') format('woff2'),
        url('../../assets/fonts/Mangueira-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mangueira';
    src: url('../../assets/fonts/Mangueira-SemiBold.woff2') format('woff2'),
        url('../../assets/fonts/Mangueira-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mangueira';
    src: url('../../assets/fonts/Mangueira-Bold.woff2') format('woff2'),
        url('../../assets/fonts/Mangueira-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mangueira';
    src: url('../../assets/fonts/Mangueira-Black.woff2') format('woff2'),
        url('../../assets/fonts/Mangueira-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
html:root{
    font-size: clamp(8.5px, 1.11vw, 18.6px);
}
h1, h2, h3, h4, h5, h6, p, li{
    margin: 0;
    font-family: Mangueira, sans-serif;
    line-height: 100%;
}
.fintech-header{
    background-color: #070707;
}
.fh-inner{
    width: 90rem;
    margin: 0 auto;
    padding: 2.5rem 3.75rem 2rem;
}
.fh-inner h1{
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: -0.72px;
    color: #F5F7FA;
    margin-bottom: 2.75rem;
}
.fh-inner h1 span{
    background: linear-gradient(38deg, #797EF5 -6.21%, #63AFC8 56.16%, #78FFD5 125.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fh-breadcrumbs .frz-breadcrumbs a,
.fh-breadcrumbs .frz-breadcrumbs span{
    font-family: Mangueira, sans-serif;
    font-weight: 400;
    line-height: 100%;
    font-size: 1rem;
    color: #A8AEBB;
    text-decoration: none;
}
.fh-breadcrumbs .frz-breadcrumbs span{
    color: #5A5A5A;
}
.fh-breadcrumbs .frz-breadcrumbs a:hover{
    text-decoration: underline;
    color: #4FA7C3;
}
.fh-breadcrumbs .frz-breadcrumbs svg{
    fill: #4A4E5A;
    margin-left: 0;
    margin-right: 0;
}
.fintech-body{
    background-color: #F5F7FA;
}
.fb-inner{
    width: 90rem;
    margin: 0 auto;
    padding: 1.25rem 3.75rem 0.625rem;
}
.fb-post{
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}
.fintech-content{
    width: 55.25rem;
}
.fintech-reviews{
    margin-bottom: 3.5rem;
}
.fintech-reviews h3{
    color: #070707;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}
.fr-body{
    border-radius: 1.5rem;
    border: 1px solid #C9CED8;
    padding: 2rem 2rem 1.5rem;
}
.fr-list{
    margin-bottom: 1.5rem;
}
.fr-item{
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #C9CED8;
}
.fr-item:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.fri-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.fri-stars{
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.fri-stars ul{
    display: flex;
    gap: 0.25rem;
    padding: 0;
}
.fri-stars li{
    list-style-type: none;
    width: 1.75rem;
    height: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fri-stars li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.fri-stars h5{
    color: #2F303B;
    font-family: Inter, sans-serif;
    font-weight: 600;    
    font-size: 1.25rem;
}
.fri-date{
    font-weight: 400;
    color: #6C7380;
    font-size: 1rem;
}
.fri-content p{
    color: #23242D;
    font-weight: 400;
    line-height: 140%;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}
.fr-item h4{
    color:#070707;
    font-size: 1rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.16px;
}
#fr-view-more{
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    color: #141518; 
    font-family: Mangueira, sans-serif;
    font-size: 1rem;    
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;   
}
#fr-view-more svg{
    width: 1rem;
    margin-bottom: 0.125rem;
}
#fr-view-more svg,
#fr-view-more svg path{
    fill: #141518;
}
.fr-form label:not(.star-lab){
    color: #141518;
    font-family: Mangueira, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0.25rem;
}
.fr-form input[type="text"],
.fr-form textarea{
    border-radius: 100px;
    border: 1px solid #C9CED8;
    padding: 0.5625rem 1rem 0.4375rem;
    color: #070707;    
    font-family: Mangueira, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0.75rem;
}
.fr-form textarea{
    resize: none;
    border-radius: 1.5rem;
    height: 9.25rem;
}
.fr-form input[type="text"]::placeholder,
.fr-form textarea::placeholder{
    color: #6C7380;
}
.fr-form input[type="text"]:hover,
.fr-form textarea:hover{
    border-width: 2px;
    border-color: #63AFC8;
}
.fr-form input[type="text"]:focus,
.fr-form textarea:focus{
    border-width: 2px;
    border-color: #3E9EBD;
    outline: none;
}
.fr-form input[type="text"]:not(:placeholder-shown),
.fr-form textarea:not(:placeholder-shown){
    border-width: 1px;
    border-color: #4FA7C3;
}
.fr-form input[name="review_stars"]{
    display: none;
}
.fr-form label[for="star-5"]{
    display: block;
}
.frf-rating{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.frf-rating .rating{
    display: flex;
    gap: 0.25rem;
}
.frf-rating .rating label{
    display: flex;
    width: 1.75rem;
    height: 1.625rem;
    background-image: url('images/star.svg');
    background-repeat: no-repeat;
    background-size: 1.75rem 1.625rem;
    background-position: center;
    cursor: pointer;
}
.frf-rating .rating label.empty{
    background-image: url('images/empty-star.svg');
}
.frf-button{
    display: none;
    margin: 1rem auto 0;
    width: fit-content;
    color: #F5F7FA; 
    font-family: Mangueira, sans-serif;
    font-size: 1rem;    
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 1.125rem 2rem 1rem;
    border-radius: 100px;
    background: linear-gradient(38deg, #797EF5 -6.21%, #63AFC8 56.16%, #78FFD5 125.31%);
    border: none;
    outline: none;
    cursor: pointer;
}
.frf-button:hover{
    background: linear-gradient(35deg, #797EF5 -42.06%, #63AFC8 26.54%, #78FFD5 126.27%);
}
.frf-button:active{
    background: linear-gradient(49deg, #63AFC8 48.65%, #78FFD5 103.7%);
}
#frf-rating-count{
    color: #2F303B;
    font-family: Inter, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}
.frf-button.is-loading{
    background: #E3E3E3;
    color: #949494;
    pointer-events: none;
}
.fintech-content .content-area .container{
    max-width: 100%;
}
.fintech-content .content-area h2{
    color: #070707;
    font-size: 2rem;
    font-weight: 800;
    line-height: 150%;
    margin-bottom: 1.5rem;
}
.fintech-content .content-area p{
    color: #141518;    
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 140%;
}
.fintech-content .content-area ol > li{
    padding-left: 50px;
}
.fintech-content .content-area ol > li:before{
    top: -0.5em;
    height: 32px;
    width: 32px;
    line-height: 32px;
}
.fintech-content .content-area ul > li:before{
    top: 0.1em;
    height: 14px;
    width: 14px;
}
.fc-footer{
    margin-top: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
.fc-footer-left{
    display: flex;    
    gap: 2rem;
}
.fc-author,
.fc-editor,
.fc-date{
    color: #2F303B;
    font-size: 1rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.16px;
}
.fc-author span,
.fc-editor span{
    color: #7AD8F2;    
}
.fintech-sidebar{
    width: 24.25rem;    
}
.sf-rating{
    position: sticky;
    top: 5.0625rem;
}
.sfr-logo{
    width: 100%;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;  
}
.sfr-logo img{
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.sfr-header{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #E9EDF2;
}
.sfr-top-star{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;   
}
.sfr-header p{
    color: #070707;
    font-family: Inter, sans-serif;
    font-size: 1.25rem;    
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.sfr-header p span{
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: -0.48px;
}
.sfr-row{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.sfr-star{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;   
    margin-right: 0.25rem;
}
.sfr-star-label,
.sfr-count{
    color: #070707;
    font-family: Inter, sans-serif;
    font-size: 1.25rem;    
    font-weight: 600;
    margin-right: 0.5rem;
    width: 1rem;
}
.sfr-bar{
    width: 18.25rem;
    height: 0.5rem;
    background-color: #E9EDF2;
    border-radius: 100px;
}
.sfr-bar-fill{
    height: 0.5rem;
    background-color: #F3CD55;
    border-radius: 100px;
}
.sfr-count{
    margin-right: 0;
    margin-left: auto;
    width: auto;
    min-width: 0.875rem;
    text-align: center;
}
#sfr-add-review{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin: 1.5rem auto 0;
    color: #F5F7FA;
    padding: 0.75rem 1.5rem 0.75rem 1.25rem;
    border-radius: 100px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: Mangueira, sans-serif;
    background: linear-gradient(38deg, #797EF5 -6.21%, #63AFC8 56.16%, #78FFD5 125.31%);
    width: fit-content;
}
#sfr-add-review svg{
    max-width: 1.25rem;    
}
#sfr-add-review span{
    margin-top: 0.1875rem;
}
#sfr-add-review:hover{
    background: linear-gradient(35deg, #797EF5 -42.06%, #63AFC8 26.54%, #78FFD5 126.27%);
}
#sfr-add-review:active{
    background: linear-gradient(49deg, #63AFC8 48.65%, #78FFD5 103.7%);
}
.fr-popup-wrapper{
    display: none;
}
.fr-popup-wrapper.open{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 9999;
    background-color: rgba(12, 12, 13, 0.1);
    backdrop-filter: blur(14.5px);
    padding: 20px;
}
.fintech-content .fr-popup{
    display: none;
}
.fr-popup{
    border-radius: 2.5rem;
    border: 1px solid #C9CED8;
    background: #F5F7FA;
    box-shadow: 1px 4px 12px 0 rgba(101, 119, 126, 0.25);
    padding: 3.75rem 3.75rem 3rem;
    width: 41.75rem;
}
.frf-btn-text{
    display: none;
}
.fr-popup .frf-button{
    display: block;
    margin-top: 2rem;
}
.fr-popup .frf-btn-text{
    display: block;
    color: #4A4E5A;
    font-weight: 400;
    line-height: 140%;
    font-size: 1rem;
    margin-top: 2rem;
}
.body-no-scroll {
    overflow: hidden;
}
.fr-popup-thanks{
    display: none;
}
.fr-popup-wrapper.open .fr-popup-thanks{
    width: 41.75rem;
    display: block;
    padding: 3.75rem;
    border-radius: 2.5rem;
    background: #141518;
    box-shadow: 1px 4px 12px 0 rgba(7, 7, 7, 0.30);
}
.fr-popup-thanks h2{
    background: linear-gradient(38deg, #797EF5 -6.21%, #63AFC8 56.16%, #78FFD5 125.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.44px;
    text-align: center;
    margin-bottom: 2rem;
}
.fr-popup-thanks p{
    color: #F5F7FA;
    text-align: center;    
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 150%;
}
.sf-recent-posts{
    padding: 7.5rem 0 3.75rem;
}
.sf-recent-posts h3{
    color: #141518;
    font-weight: 800;    
    font-size: 2.75rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
.sf-cards{
    display: flex;
    flex-wrap: wrap;    
    gap: 1.5rem;
}
.sf-card{
    width: 26.5rem;
    border-radius: 1.5rem;
    padding: 1rem 1.25rem 1.25rem;
    background-color: #141518;
    transition: all 0.3s ease-in-out;
}
.sfc-image{
    height: 13.75rem;
    width: 100%;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    position: relative;     
}
.sfc-image::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(7, 7, 7, 0.32) 0%, rgba(7, 7, 7, 0.32) 100%);
    border-radius: 0.75rem;
}
.sfc-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.75rem;
}
.sfc-date{
    color: #6C7380;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
}
.sf-card h4{
    color: #E9EDF2;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.48px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.sfc-desc{
    color: #A8AEBB;
    font-weight: 400;
    line-height: 140%;
    font-size: 1rem;    
}
.sf-card:hover{
    box-shadow: 0 8px 18px 8px rgba(7, 7, 7, 0.40);
    background-color: #070707;
}
.sf-card:hover .sfc-image::after{
    background: transparent;
}
.sf-card:hover .sfc-date{
    color: #A8AEBB;
}
.sf-card:hover h3{
    color: #F5F7FA;
}
.sf-card:hover .sfc-desc{
    color: #F5F7FA;
}
#sf-more-posts{    
    gap: 0.75rem;
    margin: 2.5rem auto 0;
    border-radius: 66px;
    padding: 1.1875rem 1.5rem 0.9375rem 1.5rem;
    background: #070707;
    color: #F5F7FA;
    font-family: Mangueira, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 90%; 
    text-transform: uppercase;
    position: relative;
    display: flex;   
    width: fit-content;
}
#sf-more-posts svg{
    max-width: 1rem;
}
#sf-more-posts:hover{
    background-color: #23242D;
    color: rgba(167, 236, 255, 1);
}
#sf-more-posts:active{
    background-color: #141518;
    color: rgba(167, 236, 255, 1);
}
#sf-more-posts:hover svg path{
    fill: rgba(167, 236, 255, 1);
}
@media (max-width: 767px) {   
    html:root{
        font-size: 16px;
    }
    /*main{
        overflow-x: hidden;
    }*/
    .fh-inner{
        width: 100%;
        padding: 20px;
    }
    .fh-inner h1{
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 24px;
        text-align: center;    
    }
    .fh-breadcrumbs .frz-breadcrumbs a,
    .fh-breadcrumbs .frz-breadcrumbs span{
        font-size: 14px;
        line-height: 14px;      
    }
    .fb-inner{
        width: 100%;
        padding: 0 20px 0;
    }
    .fb-post{
        flex-direction: column-reverse;
        gap: 28px;
    }
    .fintech-content{
        width: 100%;
    }
    .fintech-sidebar{
        width: 100%;
        padding-bottom: 0;
        padding-top: 4px;
    }
    .sf-rating{        
        position: static;
    }    
    .sfr-top{
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        position: sticky; 
        top: 63px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        background: #fff;
        box-shadow: 1px 4px 12px 0 rgba(101, 119, 126, 0.25);
        margin-bottom: 4px;
    }
    .sfr-logo{
        width: 102px;
        height: auto;
        max-height: 48px;        
        margin-bottom: 0;  
    }
    .sfr-top #sfr-add-review{
        margin: 0;
        gap: 12px;
        padding: 12px 24px 12px 20px;        
        font-size: 16px;
    }
    #sfr-add-review svg{
        max-width: 20px;    
    }
    #sfr-add-review span{
        margin-top: 3px;
    }    
    .sfr-top-star{
        width: 28px;
        height: 28px;   
    }
    .sfr-header p{
        font-size: 16px;
    }
    .sfr-header p span{
        font-size: 16px;
    }    
    .sfr-star{
        width: 24px;
        height: 24px; 
        margin-right: 0;
    }
    .sfr-star-label,
    .sfr-count{
        font-size: 16px;
        margin-right: 0;
        width: 9px;
    }
    .sfr-bar{
        width: 71.2vw;        
    }    
    .sfr-count{        
        min-width: 9px;        
    }
    .fintech-reviews{
        margin-bottom: 28px;
    }
    .fintech-reviews h3{
        font-size: 14px;        
    }
    .fintech-reviews h3.fr-empty{
        text-align: center;
        line-height: 140%;
    }
    .fr-body{
        border-radius: 20px;
        padding: 20px 20px 24px;
    }    
    .fr-item{
        margin-top: 16px;
        padding-top: 16px;
    }
    .fri-top{        
        margin-bottom: 20px;
    }
    .fri-stars ul{
        gap: 3px;        
    }
    .fri-stars li{
        width: 21px;
        height: 19px;
    }    
    .fri-stars h5{
        font-size: 16px;
    }
    .fri-date{
        font-size: 14px;
    }
    .fri-content p{        
        font-size: 14px;   
        margin-bottom: 12px;     
    }
    .fr-item h4{
        line-height: 140%;        
    }
    #fr-view-more{
        gap: 8px;
    }
    .fr-form input[type="text"],
    .fr-form textarea{
        font-size: 14px;
    }
    .fr-form textarea{
        border-radius: 20px;
        height: 124px;
    }
    .frf-rating .rating{
        gap: 3px;
    }
    .frf-rating .rating label{
        width: 21px;
        height: 19px;
        background-size: 21px 19px;
    }
    #frf-rating-count{
        font-size: 16px;
    }
    .fintech-content .content-area h2{
        font-size: 24px;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 9px;
    }
    .fintech-content .content-area p{
        line-height: 130%;
    }
    .fintech-content .content-area .container{
        padding: 0;
    }
   /* .fintech-content .content-area ol > li{
        padding-left: 50px;
    }
    .fintech-content .content-area ol > li:before{
        top: -0.5em;
        height: 32px;
        width: 32px;
        line-height: 32px;
    }
    .fintech-content .content-area ul > li:before{
        top: 0.1em;
        height: 14px;
        width: 14px;
    }*/
    .fc-footer{
        margin-top: 32px;
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }
    .fc-footer-left{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    .fc-author,
    .fc-editor,
    .fc-date{
        line-height: 140%;
    }
    .fr-popup{
        border-radius: 28px;
        padding: 20px;
        width: min(90.6vw, 388px);
    }    
    .fr-popup .frf-btn-text{
        font-size: 14px;
        margin-top: 16px;
    }
    .fr-popup .frf-button{
        margin-top: 16px;
    }
    .fr-popup-wrapper.open .fr-popup-thanks{
        width: min(90.6vw, 388px);
        padding: 44px 32px;
        border-radius: 28px;
    }
    .fr-popup-thanks h2{
        font-size: 52px;
        margin-bottom: 24px;
    }
    .fr-popup-thanks p{ 
        font-size: 22px;
        line-height: 140%;
    }
    .sf-recent-posts{
        padding: 64px 0 32px;
    }
    .sf-recent-posts h3{
        font-weight: 900;    
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 28px;
    }
    .sf-cards{    
        gap: 12px;
        justify-content: center;
    }
    .sf-card{
        width: min(100%, 388px);
        padding: 16px;
    }
    .sfc-image{
        height: 180px;
        border-radius: 12px;
    }
    .sfc-image::after{
        border-radius: 12px;
    }
    .sfc-image img{
        border-radius: 12px;
    }
    .sfc-date{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .sf-card h4{
        line-height: 110%;
        font-size: 20px;
        margin-bottom: 8px;
    }
    .sfc-desc{
        font-size: 14px;    
    }
    #sf-more-posts{    
        gap: 12px;
        margin: 28px auto 0;
    }
}