.cp-header{display:flex;justify-content:center;align-items:center;position:fixed;top:3rem;left:50%;transform:translate(-50%);z-index:10000;transition:.5s ease}@media screen and (max-width:768px){.cp-header{top:2rem;width:100%;padding:0}}.cp-header.scroll{top:2rem}@media screen and (max-width:768px){.cp-header.scroll{top:1.5rem}}.cp-header.scroll .header-wrap{width:95%;transition:.5s ease;background:rgba(0,0,0,.9)}@media screen and (max-width:768px){.cp-header.open{top:0}.cp-header.open .header-wrap{width:100%;border-radius:0;background:rgb(0,0,0)}}.cp-header .header-wrap{transition:.5s ease;width:100%;padding:.8rem;border-radius:40px;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width:768px){.cp-header .header-wrap{background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem}}.cp-header .header-wrap .header-lhs{margin-right:1rem}.cp-header .header-wrap .header-lhs .header-logo{width:100%;height:1.8rem;overflow:hidden;margin-left:.3rem}@media screen and (max-width:768px){.cp-header .header-wrap .header-lhs .header-logo{margin-left:0;max-width:7rem}}.cp-header .header-wrap .header-lhs .header-logo img{width:100%;height:100%;object-fit:contain}.cp-header .header-wrap .hamburger-menu{display:none;background:none;border:none;cursor:pointer;padding:.2rem;color:#ffffff;z-index:10002}@media screen and (max-width:768px){.cp-header .header-wrap .hamburger-menu{display:block}}.cp-header .header-wrap .hamburger-menu svg{transition:.3s ease}.cp-header .header-wrap .header-mhs{width:65%;z-index:10001}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs{display:none;position:absolute;top:100%;left:0;right:0;width:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10001;padding:0 1rem 2rem;border-radius:0 0 1.2rem 1.2rem}.cp-header .header-wrap .header-mhs.mobile-open{display:block;height:100vh;background:rgb(0,0,0)}}.cp-header .header-wrap .header-mhs .header-links ul{padding-left:0;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs .header-links ul{flex-direction:column;align-items:flex-start}}.cp-header .header-wrap .header-mhs .header-links ul li{width:auto;margin:.5rem 0}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs .header-links ul li{margin:.2rem 0;width:100%}}.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link,.cp-header .header-wrap .header-mhs .header-links ul li a{font-size:1rem;color:#ffffff;font-family:Inter-Regular,sans-serif;padding:.5rem 1rem;border-radius:4rem;transition:all .5s ease;display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link,.cp-header .header-wrap .header-mhs .header-links ul li a{padding:.5rem}}.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link svg,.cp-header .header-wrap .header-mhs .header-links ul li a svg{transition:all .5s ease}@media screen and (max-width:768px){.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link svg,.cp-header .header-wrap .header-mhs .header-links ul li a svg{transform:rotate(270deg)}}.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link.active,.cp-header .header-wrap .header-mhs .header-links ul li a.active{background:#28282B}.cp-header .header-wrap .header-mhs .header-links ul li .dropdown-link.active svg,.cp-header .header-wrap .header-mhs .header-links ul li a.active svg{transform:rotate(180deg)}.cp-header .header-wrap .header-rhs{width:19%}@media screen and (max-width:768px){.cp-header .header-wrap .header-rhs{display:none}}.cp-header .header-wrap .header-rhs .header-action{display:flex;justify-content:flex-end;align-items:flex-end;width:100%}.cp-header .header-wrap .header-rhs .header-action a{color:#ffffff;font-family:Inter-Regular,sans-serif;font-size:1rem}@media screen and (max-width:768px){.cp-header .header-wrap .header-rhs .header-action a{font-size:.8rem}}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo{width:80%;background:#5917FA;padding:.3rem;display:flex;justify-content:space-between;align-items:center;border-radius:30px;cursor:pointer;transition:.3s ease-in-out}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo:hover{background:#FF5C48}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo:hover svg{transform:rotate(42deg);color:#FF5C48}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo a{color:#ffffff;font-family:Inter-Regular,sans-serif;font-size:1.1rem;margin-left:1rem}.cp-header .header-wrap .header-rhs .header-action .btn-with-logo svg{transition:.3s ease-in-out;border-radius:50%;background:#ffffff;color:#5917FA;padding:.6rem;height:3rem;width:3rem;margin-left:.5rem}.cp-header .header-wrap .header-rhs .header-action .btn-platform{background:#5917FA;padding:.4rem;width:75%;border-radius:30px;font-size:1.1rem;font-family:Inter-Regular,sans-serif}.cp-header .header-wrap .header-rhs .header-action .btn-platform svg{border:1px solid;border-radius:50%;background:#ffffff;color:#5917FA;padding:.6rem;height:3rem;width:3rem;margin-left:.5rem}.cp-header .nav-dropdown{display:none;padding:1rem;transform:translateY(-20px);opacity:0;transition:all .3s ease-in-out}.cp-header .nav-dropdown.active{display:flex;justify-content:space-between;align-items:flex-start;position:absolute;max-width:65%;top:100%;left:20%;transform:translateY(0);width:100%;background-color:#28282b;border-radius:1rem;z-index:3;gap:1rem;animation:slideIn .3s ease-in-out forwards}@media screen and (max-width:768px){.cp-header .nav-dropdown.active{max-width:100%;transform:translateY(0);flex-direction:column;padding:.5rem 0;border-radius:0;position:fixed;z-index:10000;top:0;left:0;height:100vh;background:rgb(0,0,0)}}.cp-header .nav-dropdown.active .lhs-wrap,.cp-header .nav-dropdown.active .rhs-wrap{width:50%}@media screen and (max-width:768px){.cp-header .nav-dropdown.active .lhs-wrap,.cp-header .nav-dropdown.active .rhs-wrap{width:100%}}.cp-header .nav-dropdown.active .nav-list{list-style-type:none;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.cp-header .nav-dropdown.active .nav-list .nav-item{width:100%}.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link{color:#ffffff;font-family:Inter-Regular,sans-serif;font-size:1.1rem;line-height:1.4rem;padding:.8rem;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease-in-out}@media screen and (max-width:768px){.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link{color:#ffffff;font-size:1.2rem;padding:1rem}}.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link .nav-icon{display:none}.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link:hover{background-color:rgba(0,0,0,.5)}.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link:hover .nav-icon{display:inline-block}@media screen and (max-width:768px){.cp-header .nav-dropdown.active .nav-list .nav-item .nav-link:hover .nav-icon{display:none}}.cp-header .has-dropdown{cursor:pointer}@media screen and (min-width:768px){.cp-header .has-dropdown:hover .nav-dropdown{display:flex}}@media screen and (max-width:768px){.cp-header .nav-card{display:none}}.cp-header .nav-card .img-wrap{height:13rem;border-radius:1rem;margin-bottom:1rem;overflow:hidden}.cp-header .nav-card .img-wrap img{width:100%;height:100%;object-fit:cover}.cp-header .nav-card .card-desc{color:#ffffff;font-family:Inter-Regular,sans-serif;font-size:1.1rem;line-height:1.8rem;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.cp-header .nav-card .card-link{color:#FF5C48;font-family:Montserrat-Regular,sans-serif;font-size:1.1rem;line-height:1.4rem;padding:0;transition:all .3s ease-in-out;padding:.2rem 0!important}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.cp-faq-banner{background-image:radial-gradient(circle at top,rgba(255,255,255,.08) 0,rgba(255,140,250,.08) 20%,rgba(0,0,0,0) 60%);background-size:cover;background-attachment:fixed;padding-top:12rem;padding-bottom:4rem}@media screen and (max-width:768px){.cp-faq-banner{padding-top:10rem;padding-bottom:4rem}}.cp-faq-banner .banner-content{text-align:center}.cp-faq-banner .banner-content h1{color:#ffffff;font-size:4rem;line-height:3.4rem;font-family:Montserrat-Medium,sans-serif}@media screen and (max-width:768px){.cp-faq-banner .banner-content h1{font-size:2.2rem;line-height:2.5rem}}.cp-faq-banner .banner-content .content-desc{margin-top:1rem;display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.cp-faq-banner .banner-content .content-desc p{color:#ffffff;font-family:Montserrat-Medium,sans-serif;width:60%;line-height:2rem}@media screen and (max-width:768px){.cp-faq-banner .banner-content .content-desc p{width:80%;font-family:Montserrat-Regular,sans-serif;line-height:1.4rem;font-size:1rem}}.cp-static{padding-top:2rem;padding-bottom:2rem}.cp-static p,.cp-static p span{color:#ffffff;font-family:Montserrat-Regular,sans-serif;line-height:2rem;font-size:1.2rem;margin-top:1rem;margin-bottom:1rem}.cp-static h2,.cp-static h2 span{font-size:2rem;color:#ffffff;margin-top:2rem;margin-bottom:2rem}.cp-static h3,.cp-static h3 span{font-size:1.8rem;color:#ffffff;margin-top:2rem;margin-bottom:2rem}.cp-static h4,.cp-static h4 span{font-size:1.5rem;color:#ffffff;margin-top:2rem;margin-bottom:2rem}.cp-static ul li,.cp-static ul li span{color:#ffffff;font-family:Montserrat-Regular,sans-serif;line-height:2rem;list-style-type:disc;font-size:1.2rem}.cp-static table th{color:#ffffff;font-family:Montserrat-Bold,sans-serif;padding-bottom:2rem;font-size:1.2rem}.cp-static table td{color:#ffffff;font-family:Montserrat-Regular,sans-serif;font-size:1.2rem}.cp-footer{margin-bottom:3rem;margin-top:2rem;display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.cp-footer{margin:1.5rem 0}}.cp-footer .footer-wrap{display:flex;justify-content:space-between;align-items:center;width:95%}@media screen and (max-width:768px){.cp-footer .footer-wrap{flex-wrap:wrap;flex-direction:column;gap:1rem;width:100%}}.cp-footer .footer-wrap .footer-logo{width:10%;overflow:hidden;height:2rem}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-logo{width:80%;margin:0 auto}}.cp-footer .footer-wrap .footer-logo img{height:100%;width:100%;object-fit:contain}.cp-footer .footer-wrap .footer-link{width:50%;overflow:hidden;display:flex;justify-content:end;align-items:center}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-link{width:100%}}.cp-footer .footer-wrap .footer-link ul{display:flex;justify-content:start;align-items:center;margin-right:2rem}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-link ul{flex-direction:row;justify-content:center;width:100%;margin-right:0;gap:.8rem;align-items:center}}.cp-footer .footer-wrap .footer-link ul li{margin-right:3rem}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-link ul li{margin-right:0;margin-bottom:.5rem}}.cp-footer .footer-wrap .footer-link ul li a{color:#ffffff;font-family:Inter-Medium,sans-serif;font-size:1rem;line-height:1.1rem}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-link ul li a{font-size:.9rem;line-height:1rem}}.cp-footer .footer-wrap .footer-social{width:30%;overflow:hidden;display:flex;justify-content:end;align-items:center}@media screen and (max-width:768px){.cp-footer .footer-wrap .footer-social{width:100%;justify-content:center}}.cp-footer .footer-wrap .footer-social ul{display:flex;justify-content:start;align-items:center}.cp-footer .footer-wrap .footer-social ul li a{margin-right:1rem}.cp-footer .footer-wrap .footer-social ul li a:hover span:before{color:#ffffff}.cp-footer .footer-wrap .footer-social ul li a span{font-size:1.6rem}.cp-footer .footer-wrap .footer-social ul li a span:before{color:rgba(255,255,255,.6)}.cp-copy{text-align:center;margin-bottom:1rem}.cp-copy p{color:rgba(255,255,255,.6);font-family:Inter-Regular,sans-serif}@media screen and (max-width:768px){.cp-copy p{font-size:.8rem}}