@font-face {
    font-family: 'Mangueira';
    src: url('../../assets/fonts/Mangueira-Medium.woff2') format('woff2'),
        url('../../assets/fonts/Mangueira-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@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: 500;
    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;
}
@font-face {
    font-family: 'Mangueira';
    src: url('../../assets/fonts/Mangueira-Heavy.woff2') format('woff2'),
        url('../../assets/fonts/Mangueira-Heavy.woff') format('woff');
    font-weight: 900;
    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%;
}
.header.header--sticky{
    z-index: 200;
}
.fintechs-hero{
    background-color: #070707;
}
.fh-inner{
    width: 90rem;
    margin: 0 auto;
    padding: 0.25rem 3.75rem 1.25rem;
    display: flex;
    justify-content: space-between;
    gap: 6.25rem;
}
.fh-left{
    width: 46.2%;
}
.fh-above-title{
    padding: 0.75rem 1rem 0.625rem;
    border-radius: 12px;
    border: 1px solid #303030;
    margin-bottom: 1.25rem;    
    width: fit-content;
}
.fh-above-title p{
    color: #F5F7FA;   
    font-size: 1rem;    
    font-weight: 400;
    line-height: 140%;
    display: flex;
    align-items: center;   
}
.fh-above-title p strong{
    font-family: Inter, sans-serif;    
    font-size: 1.25rem;
    font-weight: 600;    
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    margin-top: -0.25rem;
}
.fintechs-hero h1{    
    font-size: 3.75rem;
    font-weight: 900;    
    letter-spacing: -1.8px;
    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;
    margin-bottom: 0.25rem;
}
.fh-desc{
    color: #F5F7FA;    
    font-size: 1rem;    
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 1.75rem;
}
.fh-socials{
    display: flex;
    gap: 24px;
    margin-bottom: 0.5rem;
}
.fh-socials a{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    position: relative;    
}
.fh-socials a:hover{
    background-color: #23242D;
}  
.fh-socials a:active{
    background-color: #2F303B;
}  
.fh-socials a.instagram{
    background-image: url('images/instagram.png');
}
.fh-socials a.twitter{
    background-image: url('images/x.png');
}
.fh-socials a.linkedin{
    background-image: url('images/linkedin.png');
}
.fh-socials a.facebook{
    background-image: url('images/facebook.png');
}
.fh-socials a.tiktok{
    background-image: url('images/tiktok.png');
}
.fh-right{
    min-height: 25.81rem;
    width: 41.3%;
    background-image: url('images/fh-hero.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    position: relative;
}
.fh-card{
    display: flex;
    width: 12.75rem;
    height: 4rem;
    padding: 0.875rem 1rem;
    border-radius: 8px;
    border: 1px solid #303030;
    background:  rgba(12, 12, 13, 0.4);
    backdrop-filter: blur(14.5px);    
    justify-content: space-between;
    position: absolute;
}
.fh-card.item0{
    left: 0;
    top: 3.75rem;
}
.fh-card.item1{
    left: 19.37rem;
    top: 11.12rem;
}
.fh-card.item2{
    left: 1.375rem;
    top: 17.31rem;
}
.fh-card:hover{
    background: #070707;
    box-shadow: 1px 4px 32px 0 rgba(133, 137, 141, 0.25);
}
.fh-card:active{
    background: #070707;
}
.fh-card-logo{
    width: 46.5%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.fh-card-right{    
    width: 46.5%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.fh-card-text{
    display: flex;
    gap: 3px;
    margin-bottom: 0.25rem;
    justify-content: flex-end;
}
.fh-card-text p{
    color: #F5F7FA;    
    font-size: 1rem;    
    font-weight: 600;
}
.fh-card-text .fh-card-count{
    color: #B2B2B2;
}
.fh-card-stars{
    position: relative;
    width: 4.375rem;
    height: 1rem;
}
.fh-stars-empty{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    z-index: 10;
    display: flex;
}
.fh-stars-fill{
    position: absolute;
    top: 0;
    left: 0;    
    height: 100%;  
    z-index: 20;
    display: flex;   
    overflow-x: hidden;
    overflow-y: visible;
}
.fh-card-stars svg{
    min-width: 0.875rem;
    width: 0.875rem;
    height: 0.8125rem;
}
.fintechs-partners{
    background-color: #F5F7FA;
}
.fp-inner{
    width: 90rem;
    margin: 0 auto;
    padding: 1.5rem 3.75rem 6.0625rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.fp-sidebar{
    width: 16.38rem;
}
.fp-filters{
    position: sticky;
    top: 6rem;
    padding: 1rem 0.75rem;
    border-radius: 1rem;
    border: 1px solid #C9CED8;
    background-color: #F5F7FA;
}
.fpf-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.fpf-head h3{
    color: #3E9EBD;
    font-size: 1.125rem;    
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.48px;
}
.fpf-head .fpa-close{
    display: none;
}  
.fpf-search{
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}
.fpf-search #search-input{
    border-radius: 100px;
    border: 1px solid #C9CED8;
    padding: 0.875rem 1.75rem 0.875rem 1rem;
    position: relative;
    color: #070707;
    font-family: Mangueira, sans-serif;    
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%; 
}
.fpf-search #search-input:hover{
    border-color: #63AFC8;
    border-width: 2px;
}
.fpf-search #search-input:not(:placeholder-shown){
    border-color: #4FA7C3;
    border-width: 1px;
}
.fpf-search::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0.75rem;    
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('images/Search.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 50;
}
.fpf-search #search-input::placeholder{
    color: #6C7380;    
}
.fpf-search #search-input:hover::placeholder{
    color: #141518;
}
.fpf-search #search-input:focus{
    outline: none;
    border-color: #3E9EBD;
    border-width: 2px;
}
.fp-filters .fpc-filters,
.fp-filters .fpc-filters.ff-filter-on{
    display: none;
}
.fpf-accordion{
    width: 100%;
}
.fpa-head{
    padding-top: 1rem;
    margin-bottom: 1.125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border-top: 1px solid #E9EDF2;
}
.fpa-head h4{
    color: #2F303B;    
    font-size: 1rem;
    font-weight: 500;  
}
.fpa-head.closed .fpa-icon{
    transform: rotate(180deg);
}
.fpa-body ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 1rem;
    height: 20rem;
    overflow: auto;
}
.fpa-body ul::-webkit-scrollbar {
    width: 4px;
}
.fpa-body ul::-webkit-scrollbar-thumb{
    background-color: #63AFC8;
    border-radius: 2px;
}
.fpa-body ul::-webkit-scrollbar-track{
    background-color: #E9EDF2;
}
.fpf-accordion .fpa-body:last-child ul{
    margin-bottom: 0;
}
.fpa-body ul li{
    margin-bottom: 1.375rem;
}
.fpa-body ul li:last-child{
    margin-bottom: 0;
}
.fpa-body ul li input{
    display: none;
}
.fpa-body ul li label{
    color: #070707;
    font-family: Mangueira, sans-serif;    
    font-size: 1rem;    
    font-weight: 400;    
    padding-left: 1.875rem; 
    position: relative;
}
.fpa-body ul li input + label::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 2px;
    border: 2px solid #6C7380;
}
.fpa-body ul li input + label:hover::before{
    border-color: #23242D;
}
.fpa-body ul li input:checked + label::before{
    background-color: #63AFC8;
    border-color: #63AFC8;    
    background-image: url('images/check-rounded.png');
    background-repeat: no-repeat;
    background-size: 0.75rem 0.625rem;
    background-position: center;
}
.fpa-body ul li input:checked + label:hover::before{
    background-color: rgba(47, 130, 155, 1);
    border-color: rgba(47, 130, 155, 1); 
}
.fp-content{    
    width: 64.12rem;
}
.fpc-sticky{
    position: sticky;
    top: 5.125rem;
    padding-top: 10px;
    margin-top: -10px;
    z-index: 100;
    background-color: #F5F7FA;   
}
.fpc-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.625rem;
    padding-bottom: 10px;
}
.fpc-head p{
    color:  #070707;    
    font-size: 1rem;
    font-weight: 400;    
}
#add-partner{
    border-radius: 32px;
    background: linear-gradient(38deg, #797EF5 -6.21%, #63AFC8 56.16%, #78FFD5 125.31%);
    padding: 1.125rem 2rem 1rem;
    color: #F5F7FA;
    font-family: Mangueira, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 90%;
    text-transform: uppercase;
}
#add-partner:hover{
    background: linear-gradient(38deg, #797EF5 -30.78%, #63AFC8 44.82%, #78FFD5 125.31%);
}
#add-partner:active{
    background: linear-gradient(49deg, #63AFC8 48.65%, #78FFD5 103.7%);
}
.fpc-mobile{
    display: none;
}
#ff-info-hidden{
    display: none;
}
.fpc-filters{
    display: none;
}
.fpc-filters.ff-filter-on{    
    border-radius: 1rem;
    border: 1px solid #C9CED8;
    padding: 0.75rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;    
    background-color: #F5F7FA;    
}
.fpc-filters ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.fpc-filters ul li{
    padding: 0.6875rem 1.875rem 0.5625rem 0.75rem;
    border-radius: 100px;
    background: #E9EDF2;
    border: 1px solid #E9EDF2;    
    color: #23242D;
    font-size: 1rem;
    font-weight: 500;    
    position: relative;
}
.fpc-filters ul li:hover{
    border: 1px solid #63AFC8;
}
.fpc-filters ul li span{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0.375rem;    
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('images/x-circle.png');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: center;
    cursor: pointer;  
}
#filter-reset,
#sb-filter-reset{
    border-radius: 44px;
    background: #E9EDF2;
    padding: 0.75rem 1.25rem 0.625rem;
    color: #6CC5DF;
    font-family: Mangueira, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 90%;
    text-transform: uppercase;
}
#filter-reset:hover,
#sb-filter-reset:hover{
    color: #4FA7C3;
}
#fpc-partners{
    display: flex;
    flex-wrap: wrap;
    gap: 1.375rem;
}
.ff-partner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    width: calc( 100% / 4 - 1.05rem );
    padding: 0.75rem;
    border-radius: 1.75rem;
    border: 1px solid #C9CED8;
    transition: all 0.5s ease;
}
.ff-partner:hover{
    box-shadow: 1px 4px 12px 0 rgba(101, 119, 126, 0.25);
}
.ffp-img{
    width: 100%;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.ffp-img img{
    width: 100%;
    object-fit: contain;
}
.ffp-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ffp-left{
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.ffp-stars{
    width: 5rem;
    height: 1rem;
    position: relative;
}
.ffp-stars-empty{
    display: flex;
    gap: 0.125rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;    
}
.ffp-stars-fill{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;    
    height: 100%;
    gap: 0.125rem;
    overflow: hidden;
    z-index: 20;
}
.ffp-stars svg{
    min-width: 0.875rem;
    width: 0.875rem;
    height: 0.8125rem;
}
.ffp-rating{
    display: flex;
    align-items: center;
    gap: 2px;
}
.ffp-rating p{
    color: #070707;    
    font-size: 1rem;  
    font-weight: 500;
    line-height: 140%;    
}
.ffp-rating .ffp-comments{
    color: #4A4E5A;
}
.ffp-right{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100px;
    background-color: #E9EDF2;
    background-image: url('images/arrow_ffp.png');
    /*background-size: clamp(0px, 1.125rem, 18px) clamp(0px, 0.8125rem, 13px);*/
    background-size: 1.125rem 0.8125rem;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 1s ease;
    transition: background-color 1s ease;    
}
.ff-partner:hover .ffp-right{
    background-color: #070707;
    transform: rotate(-45deg);
}
#view-more{    
    border-radius: 66px;
    padding: 1.1875rem 3.125rem 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;
    margin: 1.5rem auto 0;
    width: fit-content;
}
#view-more:hover{
    background-color: #23242D;
    color: rgba(167, 236, 255, 1);
}
#view-more:active{
    background-color: #141518;
    color: rgba(167, 236, 255, 1);
}
#view-more::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.5rem;    
    width: 1rem;
    height: 0.625rem;
    background-image: url('images/ver-mas.png');
    background-repeat: no-repeat;
    background-size: 1rem 0.625rem;
    background-position: center;
}
#view-more:hover::after,
#view-more:active::after{
    background-image: url('images/ver-mas1.png');
}
#view-more.hidden{
    display: none;
}
.fintechs-bottom{
    background-color: #F5F7FA;    
}
.fb-inner{
    width: 90rem;
    margin: 0 auto;
    padding: 8.125rem 3.75rem 10rem;
}
.fb-black{
    background: #141518;
    border-radius: 3.75rem;
    padding: 0 5rem;
    display: flex;
    justify-content: space-between;
    gap: 5rem;  
}
.fb-left{
    padding: 5.5rem 0;    
}
.fb-left 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: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.fb-left p{
    color: #F5F7FA;
    font-weight: 600;
    line-height: 140%;
    font-size: 1rem;    
}
.fb-right{
    min-width: 30.5rem;
    position: relative;
}
.fb-right .gform_wrapper,
.ff-popup .gform_wrapper{
    position: absolute;
    min-height: 32.125rem;
    height: fit-content;
    width: 100%;
    left: 0;
    top: -8rem;
    background: #F5F7FA;
    border-radius: 2.5rem;
    border: 1px solid #C9CED8;
    box-shadow: 1px 4px 12px 0 rgba(101, 119, 126, 0.25);
    padding: 2rem;
    display: flex;
    flex-direction: column;    
}
.ff-popup .gform_wrapper{
    top: 0;
}
.fb-right .gform_wrapper .gfield,
.ff-popup .gform_wrapper .gfield{
    width: 100%;
    margin-bottom: 0;
}
.fb-right .gform_wrapper .gfield_label, 
.fb-right .gform_wrapper label,
.ff-popup .gform_wrapper .gfield_label,
.ff-popup .gform_wrapper label{
    color: #141518;
    font-family: Mangueira, sans-serif;
    font-size: 1rem;    
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 0.25rem;
}
.fb-right .gform_wrapper input,
.fb-right .gform_wrapper textarea,
.ff-popup .gform_wrapper input,
.ff-popup .gform_wrapper 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.5rem;
    width: 100%;
    background: transparent;
}
.fb-right .gform_wrapper input:hover,
.fb-right .gform_wrapper textarea:hover,
.ff-popup .gform_wrapper input:hover,
.ff-popup .gform_wrapper textarea:hover{
    border-width: 2px;
    border-color: #63AFC8;
}
.fb-right .gform_wrapper input:focus,
.fb-right .gform_wrapper textarea:focus,
.ff-popup .gform_wrapper input:focus,
.ff-popup .gform_wrapper textarea:focus{
    border-width: 2px;
    border-color: #3E9EBD;
    outline: none;
}
.fb-right .gform_wrapper input:not(:placeholder-shown),
.fb-right .gform_wrapper textarea:not(:placeholder-shown),
.ff-popup .gform_wrapper input:not(:placeholder-shown),
.ff-popup .gform_wrapper textarea:not(:placeholder-shown){
    border-width: 1px;
    border-color: #4FA7C3;
}
.fb-right .gform_wrapper input[aria-invalid="true"],
.fb-right .gform_wrapper textarea[aria-invalid="true"],
.ff-popup .gform_wrapper input[aria-invalid="true"],
.ff-popup .gform_wrapper textarea[aria-invalid="true"]{
    border-width: 1px;
    border-color: #F4776A;
}
.fb-right .gform_wrapper textarea,
.ff-popup .gform_wrapper textarea{
    min-height: 9.25rem;
    max-height: 9.25rem;
    border-radius: 1.25rem;
    margin-bottom: 0.5rem;
    resize: none;
}
.fb-right .gform_wrapper input::placeholder,
.fb-right .gform_wrapper textarea::placeholder,
.ff-popup .gform_wrapper input::placeholder,
.ff-popup .gform_wrapper textarea::placeholder{
    color: #6C7380;
}
.fb-right .gform_wrapper input:hover::placeholder,
.fb-right .gform_wrapper textarea:hover::placeholder,
.ff-popup .gform_wrapper input:hover::placeholder,
.ff-popup .gform_wrapper textarea:hover::placeholder{
    color: #141518;
}
.fb-right .gform_wrapper .gform-footer,
.ff-popup .gform_wrapper .gform-footer{
    width: 100%;
}
.fb-right .gform_wrapper input.gform_button,
.ff-popup .gform_wrapper input.gform_button{
    border-radius: 66px;
    background: linear-gradient(38deg, #797EF5 -6.21%, #63AFC8 56.16%, #78FFD5 125.31%);
    color: #F5F7FA;
    font-family: Mangueira;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
    box-shadow: none;
    width: fit-content;
    min-width: 0;
    padding: 1.125rem 2rem 1rem 2rem;
    display: block;
    margin: 0 auto;
    letter-spacing: 0;
}
.fb-right .gform_wrapper input.gform_button:hover,
.ff-popup .gform_wrapper input.gform_button:hover{
    background: linear-gradient(38deg, #797EF5 -30.78%, #63AFC8 44.82%, #78FFD5 125.31%);
}
.fb-right .gform_wrapper input.gform_button:active,
.ff-popup .gform_wrapper input.gform_button:active{
    background: linear-gradient(49deg, #63AFC8 48.65%, #78FFD5 103.7%);
}
.ff-popup-wrapper{
    display: none;
}
.ff-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;
}
.ff-popup{
    position: absolute;
    top: 4rem;
    left: calc(50% - 20.875rem);
    width: 41.75rem;
    max-height: 40.8125rem;
    height: fit-content;
    box-shadow: 1px 4px 12px 0 rgba(101, 119, 126, 0.25);
}
.body-no-scroll {
    overflow: hidden;
}
.gform_confirmation_wrapper.gform_wrapper{
    top: 8rem;
    justify-content: center;
    align-items: center;    
    background-color: #141518;
}
.ff-popup .gform_confirmation_wrapper.gform_wrapper{
    min-height: 22rem;
    border: none;
}
.gform_confirmation_wrapper.gform_wrapper h3{    
    font-family: Mangueira, sans-serif;
    font-size: 4.5rem;   
    font-weight: 900;
    line-height: 110%; 
    letter-spacing: -1.76px;
    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;    
}
.gform_confirmation_wrapper.gform_wrapper p{
    color: #F5F7FA;
    font-family: Mangueira, sans-serif;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
}
.ff-popup .gform_validation_errors,
.fb-right .gform_validation_errors{
    background-color: transparent;
}
@media (max-width: 767px) {   
    html:root{
        font-size: 16px;
    } 
    .fh-inner,
    .fb-inner,
    .fp-inner{
        width: 100%;
    }
    .fh-inner{        
        margin: 0 auto;
        padding: 24px 8px 20px 20px;        
        flex-direction: column;
        gap: 0;
    }
    .fh-left{
        width: 100%;
        padding-right: 12px;
    }
    .fh-right{
        display: none;
        /*min-height: 356px;
        width: 100%;
        overflow-x: hidden;
        background-position: right top;*/
    }
    .fh-above-title{
        padding: 8px 12px;
        border-radius: 8px;       
        margin-bottom: 36px;
    }
    .fh-above-title p{         
        font-size: 14px;
    }
    .fh-above-title p strong{           
        font-size: 16px;         
        margin-right: 8px;
    }
    .fintechs-hero h1{    
        font-size: 38px;        
        margin-bottom: 8px;
        letter-spacing: 0;        
    }
    .fh-desc{           
        font-size: 16px;
        margin-bottom: 36px;
    }
    .fh-card{        
        width: min(40.2vw, 172px);
        height: 48px;
        padding: 8px;        
    }
    .fh-card.item0{
        left: auto;
        right: min(50.5vw, 216px);
        top: min(4.2vw, 18px);
    }
    .fh-card.item1{
        left: auto;
        right: min(2.8vw, 12px);
        top: min(33.6vw, 144px);
    }
    .fh-card.item2{
        left: auto;
        right: min(49.5vw, 212px);
        top: min(58.6vw, 251px);
    }
    .fh-card-text{ 
        margin-bottom: 0;        
    }
    .fh-card-text p{           
        font-size: 16px;
    }    
    .fh-card-stars{        
        width: 60px;
        height: 14px;    
    }
    .fh-card-stars svg{
        min-width: 12px;
        width: 12px;
        height: 11px;
    }
    .fp-inner{        
        padding: 24px 20px 24px;        
        gap: 0;
    }
    .fp-sidebar{
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(12, 12, 13, 0.1);
        backdrop-filter: blur(2.5px);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
        z-index: 1000;
    }
    .fp-sidebar.active{
        transform: scaleX(1);
    }
    .fp-filters{
        position: static;        
        padding: 12px 12px 20px 20px;
        border-radius: 0 12px 12px 0;
        width: 88%;
        margin-top: 48px;
    }
    .fpf-head{        
        margin-bottom: 24px;
    }
    .fpf-head h3{
        font-size: 20px;
    }
    .fpf-head .fpa-close{
        display: flex;
        cursor: pointer;
    }
    .fpf-head  .fpf-icon{
        display: none;
    }
    .fpf-search{
        margin-bottom: 16px;
    }
    .fpf-search #search-input{        
        padding: 16px 48px 12px 20px;            
        font-size: 14px;
        font-weight: 600;
    }    
    .fpf-search::after{        
        right: 20px;    
        width: 24px;
        height: 24px;        
    }
    .fp-filters .fpc-filters.ff-filter-on{
        display: flex;
        border-radius: 0;
        border-width: 1px 0 0 0;
        border-color: #E9EDF2;
        width: 100%;
        padding: 16px 0;
        margin-bottom: 0;
    }
    .fpa-head{
        padding-top: 16px;       
        margin-bottom: 16px;
    }
    .fpa-head h4{           
        font-size: 16px;
        font-weight: 600;    
    }    
    .fpa-body ul{       
        margin-bottom: 16px;
        height: 320px;
    }
    .fpa-body ul li{
        margin-bottom: 22px;
    }    
    .fpa-body ul li label{        
        font-size: 14px;  
        padding-left: 29px;
    }
    .fpa-body ul li input + label::before{        
        width: 18px;
        height: 18px;       
    }    
    .fpa-body ul li input:checked + label::before{        
        background-size: 12px 10px;
    }
    .fp-content{    
        width: 100%;
    }
    .fpc-sticky{        
        top: 63px;          
    }
    .fpc-head{        
        margin-bottom: 10px;  
        gap: 12px;
    }
    .fpc-head p{           
        font-size: 14px;         
    }
    #add-partner{        
        padding: 18px 30px 16px;        
        font-size: 16px;        
        min-width: 194px;        
    }
    .fpc-mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 12px;
        border: 1px solid #C9CED8; 
        padding: 12px;
        cursor: pointer;
        margin-bottom: 20px;              
    }
    .fpc-mobile p{
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.4px;
        color: #3E9EBD;
    }
    .fpc-mobile .fpf-icon{
        height: 24px;
    }
    .fpc-filters.ff-filter-on{    
        border-radius: 12px;
        padding: 12px 11px;        
        gap: 8px;        
        margin-bottom: 24px;    
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        /*display: grid;
        grid-template-columns: repeat(auto-fit, minmax(70px, max-content)) 1fr;        
        align-items: start; */ 
    }
    .fpc-filters ul{
        display: contents;     
        gap: 8px 4px;     
    }
    .fpc-filters ul li{
        padding: 8px 28px 8px 12px;        
        font-size: 16px;
        font-weight: 600;        
    }    
    .fpc-filters ul li span{        
        right: 8px;    
        width: 16px;
        height: 16px;        
        background-size: 16px;         
    }
    #filter-reset, #sb-filter-reset{        
        padding: 13px 20px 11px;        
        font-size: 16px;
        margin-left: auto;
        flex: 0 0 auto;
        /*justify-self: end;*/
    }
    #fpc-partners{        
        gap: 16px;
    }
    .ff-partner{        
        gap: 20px;
        width: 100%;
        height: 234px;
        padding: 16px;
        border-radius: 28px;
    }
    .ffp-img{       
        height: 140px;           
    }
    .ffp-left{        
        gap: 4px;
    }
    .ffp-stars{
        width: 120px;
        height: 24px;        
    }
    .ffp-stars-empty{        
        gap: 3px;        
    }
    .ffp-stars-fill{        
        gap: 3px;        
    }
    .ffp-stars svg{
        min-width: 21px;
        width: 21px;
        height: 19px;
    }    
    .ffp-rating p{          
        font-size: 20px;  
        font-weight: 600;
        line-height: 100%;    
    }    
    .ffp-right{
        width: 40px;
        height: 40px;        
        background-size: 18px 13px;
    }
    #view-more{            
        padding: 18px 48px 16px 24px;        
        font-size: 16px;
        margin: 24px auto;        
    }    
    #view-more::after{        
        right: 20px;    
        width: 16px;
        height: 10px;
        background-size: 16px 10px;
    }
    .fb-inner{       
        padding: 28px 32px;
    }
    .fb-black{
        border-radius: 32px;
        padding: 24px 12px 0;        
        flex-direction: column;        
        gap: 32px;  
    }
    .fb-left{
        padding: 0;    
    }
    .fb-left h2{           
        font-size: 36px;
        font-weight: 900;
        line-height: 110%;
        margin-bottom: 8px;
        text-align: center;
        text-transform: capitalize;
    }
    .fb-left p{        
        font-weight: 500;        
        font-size: 16px;
        text-align: center;    
    }
    .fb-right{
        min-width: 0;
        position: relative;
    }
    .fb-right .gform_wrapper,
    .ff-popup .gform_wrapper{        
        min-height: 432px;        
        width: calc(100% + 48px);
        left: -24px;
        top: 0;        
        border-radius: 28px;
        padding: 18px 16px;            
    }
    .fb-right .gform_wrapper{
        position: relative;
    }
    .ff-popup .gform_wrapper{
        max-width: 100%;
        left: 0;
    }
    .fb-right .gform_wrapper .gfield_label, 
    .fb-right .gform_wrapper label,
    .ff-popup .gform_wrapper .gfield_label,
    .ff-popup .gform_wrapper label{        
        font-size: 16px; 
        margin-bottom: 4px;
    }   
    .fb-right .gform_wrapper input,
    .fb-right .gform_wrapper textarea,
    .ff-popup .gform_wrapper input,
    .ff-popup .gform_wrapper textarea{        
        padding: 9px 16px 7px;        
        font-size: 14px;        
        margin-bottom: 10px;        
    }   
    .fb-right .gform_wrapper textarea,
    .ff-popup .gform_wrapper textarea{
        min-height: 148px;
        max-height: 148px;
        border-radius: 20px;
        margin-bottom: 12px;
    }    
    .fb-right .gform_wrapper input.gform_button,
    .ff-popup .gform_wrapper input.gform_button{        
        font-size: 16px;        
        padding: 18px 32px 16px;        
    }
    .ff-popup{       
        top: 40px;
        left: 20px;
        width: calc(100vw - 40px);
        max-height: 600px;       
    }
    .gform_confirmation_wrapper.gform_wrapper{
        top: 20px;        
    }
    .ff-popup .gform_confirmation_wrapper.gform_wrapper{
        min-height: 284px;
    }
    .gform_confirmation_wrapper.gform_wrapper h3{ 
        font-size: 52px;
        margin-bottom: 0;
    }
    .gform_confirmation_wrapper.gform_wrapper p{        
        font-size: 22px;        
    }   
}