:root { --fs-84: 84px; --fs-70: 70px; --fs-60: 60px; --fs-56: 56px; --fs-50: 50px; --fs-40: 40px; --fs-38: 38px; --fs-36: 36px; --fs-34: 34px; --fs-32: 32px; --fs-30: 30px; --fs-26: 26px; --fs-24: 24px; --fs-22: 22px; --fs-20: 20px; --fs-18: 18px; --fs-16: 16px; --fs-14: 14px; --fs-13: 13px; --fs-12: 12px;  
    
    --fs-64: 64px;
--fs-28: 28px;
--fs-48: 48px;}
@media (max-width:1600px){
    :root{ --fs-84:60px; --fs-70:60px; --fs-60:60px; --fs-56:50px; --fs-50:46px; --fs-40:36px;  }
}
@media (max-width:1440px){
    :root{ --fs-84:50px; --fs-70:50px; --fs-60:50px; --fs-56:45px; --fs-50:45px; --fs-40:35px; --fs-38:35px; --fs-36:30px; --fs-34:30px; --fs-32:30px; --fs-30:28px; --fs-26:24px; --fs-24:22px; --fs-22:18px; }
}
@media (max-width:1024px){
    :root{ --fs-84:60px; --fs-70:56px; --fs-60:50px; --fs-56:48px; --fs-50:42px; --fs-32:28px; --fs-30:26px; 
    
    --fs-64: 56px;
--fs-28: 24px;}
}

@media (max-width:768px){
    :root{ --fs-84:36px; --fs-70:36px; --fs-60:36px; --fs-56:36px; --fs-50:36px; --fs-40:32px; --fs-38:30px; --fs-36:30px; --fs-34:30px; --fs-32:28px; --fs-30:26px; --fs-26:24px; --fs-24:22px; --fs-22:20px; --fs-20:18px; --fs-18:16px;
    --fs-28: 20px; --fs-48: 36px;
--fs-64: 40px;}	
    
}
@media (max-width:510px){
    :root{ --fs-84:24px; --fs-70:24px; --fs-60:24px; --fs-56:24px; --fs-50:20px; --fs-40:19px; --fs-38:18px; --fs-36:18px; --fs-34:18px; --fs-32:18px; --fs-30:18px; --fs-26:16px; --fs-24:16px; --fs-22:16px; --fs-20:16px; --fs-18:14px; --fs-16:14px; --fs-14:12px; --fs-13:12px; 
    
    --fs-64: 32px;
--fs-28: 18px;
--fs-48: 28px;}
}
.providers{transform: translateY(-75px); margin-bottom: -75px;}


@media (max-width:768px){
    .providers{transform: translateY(0); margin-bottom: 0;}
}

@media (max-width:510px){
        .brown_button {padding: 17px 20px;
    font-size: 14px;}
    }
/* banner   */
.banner {
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}



.banner .text-box {
    width: 54%;
    position: relative;
    z-index: 5;
}
.banner h1 {
    font-size: var(--fs-64);
    font-weight: 600;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 7px;
    letter-spacing: -0.5px;
}

.banner p {
    font-size: var(--fs-18);
    line-height: 1.5;
    margin-bottom: 30px;
    color: #FFFFFF;
}
@media (max-width:768px){
    
    .banner .text-box { width: 100%; margin-top: 420px; }
    .banner h1 { line-height: 1.2; color: #FFFFFF; margin-bottom: 7px; letter-spacing: 0; }
    .banner p { font-size: var(--fs-20);margin-bottom: 20px;    width: 86%; }
    
}
@media (max-width:510px){
    
    .banner .text-box {  margin-top: 320px; }
}




.banner-bottom{ background: #0C264C; padding: 40px 0; overflow: hidden; }
.banner-bottom .content{ display: flex; justify-content: space-between; min-width: 1024px; padding: 0 10px; }
.banner-bottom .content>div{ display: flex; align-items: center; width: auto; }
.banner-bottom .content img{ width: 100px; height: 100px; }
.banner-bottom .content p{ font-size: var(--fs-14); line-height: 1.4; font-weight: 400; margin-bottom: 0px; color: #FFFFFF; max-width: 245px; }
@media (max-width:1240px){  
    .banner-bottom .content  { min-width: unset;}
    .banner-bottom .content p { max-width: 200px; }
}
@media (max-width:1040px){  
    .banner-bottom .content img { width: 80px; height: 80px; }
}
@media (max-width:768px){  
    .banner-bottom .content img { width: 48px; height: 48px; margin-bottom: 3px;}
    .banner-bottom .content>div { flex-direction: column; align-items: flex-start; }
    .banner-bottom .content p { font-size: 14px; max-width: 170px; }
}
@media (max-width:510px){  
    .banner-bottom .content img { width: 48px; height: 48px; }
    .banner-bottom { padding: 15px 0 25px; }
}




.introduce {padding: 80px 0 28px;}
.introduce.reverse{padding: 28px 0 80px;}
.introduce .content {display: flex;justify-content: space-between; align-items: center; gap: 30px;}
.introduce.reverse .content {flex-direction: row-reverse;}
.introduce .img_box { flex: 0 0 calc(46.5% - 15px);border-radius: 32px; overflow: hidden;}
.introduce .text_box {flex: 0 0 calc(48% - 15px);}
.introduce .text_box h2 {color: #0C264C;font-size: var(--fs-28);font-weight: 600;line-height: 1.2;margin-bottom: 10px;}
.introduce .text_box p {color: #0C264C;font-size: var(--fs-16);line-height: 1.4;margin-bottom: 30px;}
.introduce .text_box p:last-child {margin-bottom: 0px;}

@media (max-width:1024px){  
    .introduce .text_box {flex: 0 0 calc(53.5% - 15px);}
}
@media (max-width:768px){
    .introduce {padding: 52px 0 20px;}
    .introduce.reverse{padding: 20px 0 52px;}
    .introduce .content { flex-direction: column-reverse !important; }
    .introduce .img_box { max-width: 400px; }
    .introduce .text_box { max-width: 500px;}
    .introduce .text_box p { font-size: var(--fs-14); }
}
@media (max-width:510px){
    .introduce {padding: 32px 0 10px;}
    .introduce.reverse{padding: 10px 0 32px;}
    .introduce .content { gap: 23px; }
    .introduce .text_box h2 { margin-bottom: 8px; }
    .introduce .text_box p { margin-bottom: 18px; }
}

.operations{ padding: 100px 0 117px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; overflow: hidden; }
.operations h2{ font-size: var(--fs-48); font-weight: 600; line-height: 1.2; max-width: 810px; margin-bottom: 55px; color: #FFFFFF; }
.operations .content{ display: flex; gap: 32px; padding: 83px 0px 60px; position: relative; }
.operations .mask{ background: linear-gradient(270deg, #FFFFFFE5 0%, #FFFFFFE5 100%); background-size: calc( ( 100% - 1200px ) / 2 + 1120px) 100%; background-repeat: no-repeat; }
.operations .content>div{ max-width: 236px; }
.operations .content img{ width: 100px; height: 100px; margin-bottom: 15px; }
.operations .content .pc{ display: block; }
.operations .content .mb{ display: none; }
.operations .content p{ font-weight: 600; font-size: var(--fs-18); line-height: 1.2; color: #0C264C; }
@media (max-width:1024px){
    .operations {padding: 80px 0; }
    .operations .content { gap: 20px; padding: 40px 0px; }
}
@media (max-width:768px){
    .operations {padding: 52px 0; position: relative;}
    .operations::after { content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #0C264C 0%, rgba(12, 38, 76, 0.5) 100%); position: absolute; top: 0; left: 0; z-index: 1; }
    .operations .inner{ position: relative; z-index: 5; }
    .operations h2 { margin-bottom: 30px; }
    .operations .content .pc{ display: none; }
    .operations .content .mb{ display: block; }
    .operations .mask { background: none; }
    .operations .content { gap: 40px; flex-wrap: wrap; padding: 0px 0px;}
    .operations .content>div { flex: 0 0 calc(50% - 20px); max-width: none;}
    .operations .content img { width: 80px; height: 80px; margin-bottom: 10px; }
    .operations .content p { font-size: var(--fs-16); color: #FFFFFF; margin-bottom: 0px; }
}
@media (max-width:510px){
    .operations {padding: 32px 0; }
    .operations .content img { margin-bottom: 5px; }
    .operations .content { gap: 20px;}
    .operations .content>div { flex: 0 0 calc(50% - 10px);}
}


.leading{ background-color: #F5F5F5; padding: 75px 0px; }
.leading .content{ background-color: #F1E6DF; padding: 80px 0px ; display: flex; flex-direction: column; align-items: center; }
.leading .inner h2{ font-size: var(--fs-48); font-weight: 600; line-height: 1.2; text-align: center; margin-bottom: 30px; }
@media (max-width:768px){
    .leading {padding: 52px 0; background-color: #F1E6DF;}
    .leading .content{ padding: 0px 0px ; } 
}
@media (max-width:510px){
    .leading {padding: 32px 0;}
    .leading .content{ align-items: flex-start; }
    .leading .inner h2{ margin-bottom: 20px; text-align: left; }
}

/* faqs */
.faqs {padding: 96px 0;}
.faqs h2 {color: #002329;font-size: var(--fs-48);font-weight: 600;line-height: 1.2;margin-bottom: 52px;text-align: center;}
.faqs h2 span {color: #B4825D;}
.faqs ul li {cursor: pointer;margin-bottom: 32px;}
.faqs ul li .faqs_title {color: #000;font-size: var(--fs-18);line-height: 1.2;font-weight: 600;display: flex;justify-content: space-between;padding: 16px 20px;border-bottom: 1px solid #C6C6C6;}
.faqs ul li .faqs_title .faqs_title_row {display: flex;}
.faqs ul li .faqs_title p:nth-child(1) {margin-right: 12px;  font-size: 18px;}
.faqs ul li .faqs_title p {margin-bottom: 0px;}
.faqs ul li .faqs_title::after{content: "+";margin-left: 10px;display: inline-block;width: 24px;height: 24px;font-size: 24px;color: #000;font-weight: normal;}
.faqs ul li .faqs_title.actived::after{content: "-";font-size: 24px;color: #B4825D;font-weight: normal;}
.faqs ul li .faqs_title.actived {background: #D9D9D933;}
.faqs ul li .faqs_text {display:none;background: #D9D9D933;}
.faqs ul li .faqs_text p{ font-size: var(--fs-16);padding: 20px; color: #404040; margin-bottom: 0; }
.faqs ul li:last-child {margin-bottom:0;}	
/* liquidity_providers_kpr_min */

@media (max-width:768px){
    .faqs {padding: 52px 0;}
    .faqs h2 {margin-bottom: 35px;}
    .faqs ul li .faqs_title {font-size: var(--fs-16);}
    .faqs ul li .faqs_title p{line-height: 1.2;}
    
}

@media (max-width:510px){
    .faqs {padding: 32px 0;}
    .faqs h2 {margin-bottom: 20px;}
    .faqs ul li .faqs_text p{
            padding: 11px;
            line-height: 1.4;
            margin-bottom: 0;
    }
}
