@import"https://fonts.googleapis.com/css2?family=Island+Moments&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";#hero_home{padding:var(--paddingH);display:flex;flex-direction:column}#hero_home .section_filters{display:flex;margin-bottom:2rem;align-items:center}#hero_home .section_filters li{opacity:.6;cursor:pointer;margin-right:3rem;font-size:1.5rem;font-weight:300;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}#hero_home .section_filters li#active{opacity:1;font-weight:500;background:linear-gradient(360deg,var(--violet) 0%,var(--pink) 100%);padding:5px 50px;border-radius:5px}#hero_home .hero_slider{display:flex;position:relative;width:100%;height:60vh;border-radius:20px;-webkit-user-select:none;user-select:none}#hero_home .hero_slider .hero_slider_item{min-width:100%;min-height:100%;position:relative}#hero_home .hero_slider .hero_slider_item img{width:100%;height:100%;object-fit:cover;border-radius:20px}#hero_home .hero_slider .hero_slider_item h2{position:absolute;bottom:50px;right:100px;font-size:3rem;font-family:Island Moments,cursive}#hero_home .hero_slider .hero_slider_controls{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 20px}#hero_home .hero_slider .hero_slider_controls .hero_slider_control{background-color:var(--violet);padding:10px 15px;border-radius:50%;cursor:pointer}#hero_home .hero_slider .hero_slider_item_info{position:absolute;left:100px;bottom:50px}#hero_home .hero_slider .hero_slider_item_info img{height:100px;width:100px}#hero_home .hero_slider .hero_slider_item_info h3{font-size:2.5rem;margin:1rem 0;font-weight:700}#hero_home .hero_slider .hero_slider_item_info p{font-size:1.2rem;margin-top:10px}#hero_home .hero_slider .link{position:absolute;bottom:50px;right:100px}#hero_home .hero_slider .link .btn{font-size:1.2rem;padding:15px 50px;background-color:var(--dark-violet);display:flex;align-items:center}#hero_home .hero_slider .link .btn:hover{background-color:var(--violet)}.notifications{width:50%;margin:0 auto}.notifications h5{font-size:2rem;margin-bottom:3rem;color:var(--grey)}.notifications p{font-size:1.2rem;color:var(--grey);margin-bottom:3rem}.notifications form{display:flex;justify-content:space-between}.notifications form input{width:75%;padding:15px;border-radius:10px;border:none;font-size:1.2rem}.notifications form button{width:20%;font-size:1.2rem}@media screen and (max-width: 1250px){#hero_home .section_filters{flex-wrap:wrap;justify-content:center;margin-bottom:1rem}#hero_home .section_filters li{margin-right:1.5rem;margin-bottom:1rem;font-size:1rem}.notifications{width:80%}}@media screen and (max-width: 800px){#hero_home .hero_slider{height:50vh}#hero_home .hero_slider .hero_slider_item h2{font-size:2rem;left:50px;text-align:center}#hero_home .hero_slider .hero_slider_item_info{left:50px}#hero_home .hero_slider .hero_slider_item_info h3{font-size:1rem}#hero_home .hero_slider .hero_slider_item_info p{font-size:.8rem}#hero_home .hero_slider .link{bottom:10px;right:10px}#hero_home .hero_slider .link .btn{font-size:.6rem;padding:10px 30px}.notifications{width:100%}}@media screen and (max-width: 500px){#hero_home .hero_slider{height:40vh}#hero_home .hero_slider .hero_slider_controls{display:none}#hero_home .hero_slider .hero_slider_item h2{font-size:1.5rem;left:20px;text-align:center}#hero_home .hero_slider .hero_slider_item_info{left:20px}#hero_home .hero_slider .hero_slider_item_info img{height:50px;width:50px}#hero_home .hero_slider .hero_slider_item_info h3{font-size:.8rem}#hero_home .hero_slider .hero_slider_item_info p{font-size:.6rem}#hero_home .hero_slider .link{bottom:10px;right:10px}#hero_home .hero_slider .link .btn{font-size:.4rem;padding:10px 20px}.notifications{width:90%}.notifications h5{font-size:1.5rem}.notifications p{font-size:1rem}.notifications form{flex-direction:column}.notifications form input{padding:10px;font-size:1rem;margin-bottom:1rem;width:100%}.notifications form button{font-size:1rem;width:100%}}#collections_table{padding:0 var(--paddingH)}#collections_table .information{display:flex;justify-content:space-between;align-items:center}#collections_table .information h2{font-size:1.5rem;font-weight:700;margin-right:10px}#collections_table .information .filters{display:flex}#collections_table .information .filters ul{display:flex;justify-content:space-evenly;background-color:var(--grey);border-radius:10px}#collections_table .information .filters ul li{list-style:none;font-size:1.2rem;cursor:pointer;font-weight:700;padding:10px 15px;border-radius:10px}#collections_table .information .filters ul li#active{background-color:var(--pink)}#collections_table .information .filters button{background-color:var(--transparent);border:none;padding:0 4rem;cursor:pointer;font-weight:700;color:var(--white);border-radius:5px;margin-left:25px;font-size:1.2rem;transition:all .3s}#collections_table .information .filters button:hover{background-color:var(--pink)}#collections_table .table{margin-top:40px;border-collapse:collapse;width:100%}#collections_table .table .table_header{display:flex}#collections_table .table .table_header p{color:var(--grey);font-weight:700;width:8.75%}#collections_table .table .table_header p.collection{width:30%}#collections_table .table .table_header p.right{padding-right:20px;text-align:right}#collections_table .table .table_header p span{color:var(--white);font-weight:700}#collections_table .table .table_body{display:flex;flex-direction:column}#collections_table .table .table_body .table_row{display:flex;justify-content:space-between;align-items:center;padding:20px 0}#collections_table .table .table_body .table_row .collection{display:flex;align-items:center;width:30%;font-size:1.2rem}#collections_table .table .table_body .table_row .collection img{width:70px;height:70px;border-radius:10px;margin-right:20px}#collections_table .table .table_body .table_row p,#collections_table .table .table_body .table_row .link{color:var(--white);width:8.75%}#collections_table .table .table_body .table_row p.right,#collections_table .table .table_body .table_row .link.right{padding-right:20px;text-align:right}#collections_table .table .table_body .table_row p.center,#collections_table .table .table_body .table_row .link.center{text-align:center;padding-right:20px}#collections_table .table .table_body .table_row p.row_danger,#collections_table .table .table_body .table_row .link.row_danger{color:var(--danger)}#collections_table .table .table_body .table_row p.row_success,#collections_table .table .table_body .table_row .link.row_success{color:var(--success)}#collections_table_mobile{display:none}@media screen and (max-width: 1440px){#collections_table .information h2{font-size:1.4rem}#collections_table .information .filters ul li{font-size:1rem}#collections_table .information .filters button{font-size:1.1rem}#collections_table .table .table_header p{font-size:.9rem}#collections_table .table .table_body .table_row .collection{font-size:1.1rem}#collections_table .table .table_body .table_row .collection img{width:60px;height:60px}#collections_table .table .table_body .table_row p,#collections_table .table .table_body .table_row .link{font-size:1.1rem}}@media screen and (max-width: 1024px){#collections_table .information h2,#collections_table .information .filters ul li{font-size:1rem}#collections_table .information .filters button{font-size:1rem;padding:10px 15px}#collections_table .table .table_header p{font-size:.8rem;width:10%}#collections_table .table .table_header p.collection{width:20%}#collections_table .table .table_body .table_row .collection{font-size:.8rem;width:20%}#collections_table .table .table_body .table_row .collection img{width:50px;height:50px}#collections_table .table .table_body .table_row p,#collections_table .table .table_body .table_row .link{font-size:.8rem}}@media screen and (max-width: 768px){#collections_table .information{flex-direction:column;width:100%}#collections_table .information .filters{margin-top:20px;flex-direction:column;width:100%}#collections_table .information .filters button{margin-left:0;margin-top:20px;width:100%}#collections_table .table{overflow-x:auto}#collections_table .table .table_header p{min-width:100px}#collections_table .table .table_header p.collection,#collections_table .table .table_body .table_row .collection{min-width:200px}#collections_table .table .table_body .table_row p,#collections_table .table .table_body .table_row .link{min-width:100px}}.cards_container{margin:5rem var(--paddingH)}.cards_container h3{font-size:2.5rem;font-weight:500;margin-bottom:2rem}.cards_container .cards{display:flex;width:100%;overflow-x:auto;justify-content:space-between}.cards_container .cards.wrap{flex-wrap:wrap}.cards_container .cards .card{min-width:22.5%;max-width:22.5%;margin-right:30px;border-radius:10px;margin-bottom:20px;background-color:var(--white);color:var(--black)}.cards_container .cards .card img{width:100%;height:250px;object-fit:cover;box-shadow:0 0 10px #0000001a;border-top-left-radius:10px;border-top-right-radius:10px}.cards_container .cards .card h4{font-size:1.2rem;font-weight:700;margin:1rem var(--paddingH)}.cards_container .cards .card .card_info{display:flex;margin:1rem var(--paddingH)}.cards_container .cards .card .card_info .info{margin-right:50px}.cards_container .cards .card .card_info h5{margin-bottom:5px;font-size:1rem;opacity:.5;font-weight:700}.cards_container .cards .card .card_info p{font-size:1rem;font-weight:700}.cards_container .cards::-webkit-scrollbar{height:10px;background-color:var(--grey)}.cards_container .cards::-webkit-scrollbar-thumb{background-color:var(--pink);border-radius:10px}@media screen and (max-width: 1024px){.cards_container .cards .card{min-width:45%}.cards_container .cards .card img{height:200px}.cards_container .cards .card h4{font-size:1rem}.cards_container .cards .card .card_info h5,.cards_container .cards .card .card_info p{font-size:.8rem}}@media screen and (max-width: 600px){.cards_container h3{font-size:1.2rem}.cards_container .cards{overflow:auto}.cards_container .cards.wrap{overflow:hidden}.cards_container .cards.wrap .card{min-width:100%}.cards_container .cards .card{min-width:70%}.cards_container .cards .card img{height:150px}.cards_container .cards .card h4{font-size:.8rem}.cards_container .cards .card .card_info h5{font-size:.7rem;text-align:center}.cards_container .cards .card .card_info p{font-size:.7rem;text-align:center;border:none}}#main .container{width:100%;display:flex;justify-content:space-between}#main .container #left{width:40%;padding:var(--paddingH)}#main .container #left .image .icons{display:flex;width:100%;padding:15px 20px;justify-content:flex-end;background-color:var(--violet-opacity);border-top-left-radius:20px;border-top-right-radius:20px}#main .container #left .image img{width:100%;height:70vh;object-fit:cover;border-bottom-left-radius:20px;border-bottom-right-radius:20px}#main .container #left .details{width:100%;background-color:var(--violet-opacity);padding:20px;border-radius:20px;margin-top:50px}#main .container #left .details h3{display:flex;justify-content:space-between;font-size:1.2rem;padding-bottom:10px;border-bottom:1px solid var(--pink);font-weight:700}#main .container #left .details h4{font-size:1.2rem;margin-bottom:10px;display:flex;font-weight:700}#main .container #left .details h4 span{color:var(--lightblue);font-weight:600;margin-left:5px}#main .container #left .details .by{padding:20px 0;border-bottom:1px solid var(--pink);width:100%}#main .container #left .details .by p{opacity:.5}#main .container #left .details .traits{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid var(--pink)}#main .container #left .details .traits h4{width:100%;padding-top:20px;display:flex;justify-content:space-between}#main .container #left .details .traits .trait{width:30%;margin-top:20px;background-color:var(--grey);padding:10px;border-radius:10px;text-align:center}#main .container #left .details .traits .trait .title{font-size:1.2rem;margin-bottom:5px;font-weight:600}#main .container #left .details .traits .trait .floor{margin-top:15px;font-weight:600}#main .container #left .details .owner h4{display:flex;justify-content:space-between;padding-top:20px;font-size:1.2rem}#main .container #left .details .owner .image{display:flex}#main .container #left .details .owner .image img{width:120px;height:120px;border-radius:50%;margin-right:10px}#main .container #left .details .owner .image p{font-size:1.2rem;margin:10px 0}#main .container #left .details .owner .image p.sub{font-size:1rem;color:var(--lightblue)}#main .container #left .details .social{margin:20px 0;width:30%;background-color:var(--violet-opacity);padding:10px;border-radius:10px;display:flex;justify-content:space-between}#main .container #left .details .social .icon{width:30px;height:30px;color:var(--black);transition:all .3s;cursor:pointer}#main .container #left .details .social .icon:hover{color:var(--pink)}#main .container #left .details .details_details h4{display:flex;justify-content:space-between;padding:20px 0;font-size:1.2rem;border-bottom:1px solid var(--pink);border-top:1px solid var(--pink)}#main .container #left .details .details_details ul{padding:20px 0}#main .container #left .details .details_details ul li{display:flex;justify-content:space-between;margin:10px 0}#main .container #left .details .details_details ul li p{font-weight:600}#main .container #right{width:60%;padding:var(--paddingH)}#main .container #right .data h2{color:var(--lightblue);font-size:1.5rem}#main .container #right .data h1{font-size:2.5rem;margin:20px 0}#main .container #right .data .owner span{color:var(--lightblue);font-weight:600}#main .container #right .data .stadistics{display:flex;margin:20px 0}#main .container #right .data .stadistics p{margin-right:30px}#main .container #right .sale{width:100%;background-color:var(--violet-opacity);padding:20px;border-radius:20px}#main .container #right .sale p{font-weight:700;margin:20px 0}#main .container #right .sale .end{border-bottom:1px solid var(--pink);padding-bottom:10px;margin:0}#main .container #right .sale .buttons{display:flex;justify-content:space-between;margin-top:50px}#main .container #right .sale .buttons button{width:48%;padding:20px 10px;border-radius:10px;border:none;font-weight:700;cursor:pointer;font-size:1.2rem;background-color:var(--violet);transition:all .3s}#main .container #right .sale .buttons button:hover,#main .container #right .sale .buttons button.buy{background-color:var(--pink);color:#fff}#main .container #right .sale .buttons button.buy:hover{background-color:var(--violet)}#main .list{margin-top:50px;background-color:var(--violet-opacity);padding:20px;border-radius:20px}#main .list h3{font-size:1.2rem;display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid var(--pink)}#main .list .table .headers{display:flex;margin:20px 0}#main .list .table .headers p{text-align:center;width:100%}#main .list .table .headers .cart{width:20px;margin-left:10px}#main .list .table .row{display:flex;justify-content:space-between;align-items:center;margin:20px 0}#main .list .table .row p{text-align:center;width:100%}#main .list .table .row .cart{display:flex;justify-content:center;align-items:center;width:20px;margin-left:10px}#main .list .table .row .cart .icon{background-color:var(--dark-violet);padding:10px;border-radius:5px}#main .activity_container{padding:0 var(--paddingH)}#main .activity_container .list .filter select{padding:15px;border-radius:10px;border:none;background-color:var(--violet);color:#fff;font-weight:700;cursor:pointer;transition:all .3s;width:100%;margin:20px 0}#main .activity_container .list .filter select:hover{background-color:var(--pink)}#main .activity_container .list .filter .filtered{display:flex;align-items:center}#main .activity_container .list .filter .filtered .filtered_filter{background-color:#00000050;margin-right:20px;padding:20px;border-radius:10px;display:flex}#main .activity_container .list .filter .filtered .filtered_filter p{margin-right:30px}#main .activity_container .list .filter .filtered .filtered_filter .icon{cursor:pointer}#main .activity_container .list .filter .filtered .clear{color:var(--lightblue);margin-left:50px;font-size:1.2rem;cursor:pointer;-webkit-user-select:none;user-select:none}#main .activity_container .list .filter .table .headers{font-weight:700;padding:20px 0;border-top:1px solid var(--pink);border-bottom:1px solid var(--pink)}#main .activity_container .list .filter .table .headers p:nth-child(1){text-align:left}#main .activity_container .list .filter .table .row p{padding:10px 0;border-bottom:1px solid var(--pink)}#main .activity_container .list .filter .table .row p:nth-child(1){text-align:left}#main #more{padding:var(--paddingH)}#main #more .container{background-color:var(--violet);padding:20px;border-radius:20px;flex-direction:column}#main #more .container h3{font-size:1.2rem;padding-bottom:10px;border-bottom:1px solid var(--pink);width:100%}#main #more .container .btn{width:400px;background-color:var(--pink);display:block;margin:0 auto;height:50px;font-size:1.5rem;padding:30px auto;transition:all .3s}#main #more .container .btn:hover{background-color:var(--lightblue);color:#fff}@media screen and (max-width: 1314px){#main .container #left .details .traits .trait{width:45%}}@media screen and (max-width: 768px){#main .container{flex-direction:column}#main .container #left{width:100%}#main .container #left .image img{height:50vh}#main .container #left .details{margin-top:20px}#main .container #left .details .social{width:80%}#main .container #right{text-align:center;width:100%}#main .container #right .data h1{font-size:2rem}#main #more .container{overflow-x:auto}#main #more .container .btn{width:100%}#main #more .container .cards_container{margin:20px 0}#main .activity_container .list .filter .table .headers{border:none}#main .activity_container .list .filter .table .row{border:none!important}#main .activity_container .list .filter .table .row p{border-bottom:none}.list .table{overflow-x:auto}.list .table .headers{display:none}.list .table .headers p{min-width:100px}.list .table .row{display:flex;justify-content:center;align-items:center;border-bottom:none;padding:20px 0}.list .table .row p{min-width:100px}.list .table .row .cart{display:none}.activity_container .list .filter .filtered{flex-direction:row;align-items:flex-start;justify-content:center;flex-wrap:wrap}.activity_container .list .filter .filtered p{width:100%;text-align:center;margin-left:0!important}.activity_container .list .filter .filtered .filtered_filter{margin-bottom:20px}.activity_container .list .filter .table .row{border:none!important}}@media screen and (max-width: 400px){#main .container #left .details .traits .trait{width:100%!important}}#header{display:flex;width:100%;height:70px;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid var(--grey);position:relative;z-index:99}#header .logo_container{height:60px;width:20%;padding:10px 0;display:flex;align-items:center;font-size:1.2rem;justify-content:center;font-family:"Belgiano Serif",sans-serif;position:relative}#header .logo_container #logo_nav{height:30px;object-fit:contain;margin-right:10px;margin-bottom:5px}#header .logo_container:before{content:"";position:absolute;top:10%;right:20px;width:1px;height:80%;background-color:var(--white);z-index:-1;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#header nav{align-content:center;width:25%}#header nav ul{display:flex;justify-content:space-evenly}#header nav ul li{list-style:none;font-size:1rem;cursor:pointer;font-weight:700}#header .search{background-color:var(--grey);padding:10px;width:20%;height:40px;border-radius:50px;display:flex;align-items:center}#header .search input{border:none;background-color:transparent;color:var(--grey);width:100%;padding:10px;border-radius:5px}#header .search input::placeholder{color:var(--grey)}#header .profile{display:flex;align-items:center}#header .profile .connect{background-color:var(--pink);padding:10px;border-radius:5px;margin-right:10px;cursor:pointer;display:flex;align-items:center;font-size:1rem;font-weight:700;letter-spacing:1px}#header .profile .connect img{width:20px;height:20px;margin-right:10px}#header .profile .cart{background-color:var(--lightblue);padding:10px;border-radius:5px;cursor:pointer;font-size:1.2rem;transition:all .2s ease-in-out}#header .profile .cart:hover{background-color:var(--blue)}#header .profile .profile_container{display:flex;align-items:center}#header .profile .profile_container img{cursor:pointer;width:40px;height:40px;margin-right:10px;background-color:var(--violet);border-radius:50%}#header .profile .profile_container .wallet{height:100%;background-color:red;display:flex;align-items:center;padding:0 14px;background-color:var(--grey);border-radius:15px;margin-right:10px;cursor:pointer}#header .profile .profile_container .wallet svg{font-size:1.5rem;margin-right:10px}#header .profile .profile_container .wallet span{font-size:1rem;font-weight:700;padding:12px}#header .profile .profile_container .wallet span:nth-child(2){border-right:2px solid var(--white)}#header #header_wallet_menu{position:absolute;top:80px;background-color:var(--violet);padding:20px;border-radius:20px;width:400px;right:100px;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}#header #header_wallet_menu.show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#header #header_wallet_menu .wallet_header{display:flex;border-bottom:1px solid var(--pink);padding-bottom:10px}#header #header_wallet_menu .wallet_header img{width:40px;height:40px;margin-right:10px}#header #header_wallet_menu .wallet_header .wallet_header_left{display:flex;align-items:center;font-weight:700}#header #header_wallet_menu .wallet_header .wallet_header_right{display:flex;align-items:center;font-weight:700;margin-left:auto}#header #header_wallet_menu .wallet_body .balance{padding:15px;display:flex;justify-content:space-between;align-items:center}#header #header_wallet_menu .wallet_body .balance p{margin:0;font-size:1.5rem;font-weight:700}#header #header_wallet_menu .wallet_body .balance .total{font-size:1rem;font-weight:100;margin-top:5px;color:var(--grey)}#header #header_wallet_menu .wallet_body .balance svg{font-size:1.5rem;cursor:pointer;padding:10px;border-radius:10px;background-color:var(--pink);transition:all .2s ease-in-out}#header #header_wallet_menu .wallet_body .balance svg:hover{background-color:var(--blue)}#header #header_wallet_menu .wallet_body .funds{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:50px 0;border-bottom:1px solid var(--pink)}#header #header_wallet_menu .wallet_body .funds p{margin:0 0 30px;font-size:1.5rem;font-weight:700;width:80%;text-align:center}#header #header_wallet_menu .wallet_body .funds svg{font-size:2.5rem;cursor:pointer;padding:10px}#header #header_wallet_menu .wallet_body .funds .btn{background-color:var(--pink);padding:10px 20px;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease-in-out}#header #header_wallet_menu .wallet_body .funds .btn:hover{background-color:var(--blue)}#header #header_wallet_menu .wallet_body .footer{margin-top:20px;display:flex;justify-content:space-between;z-index:999;position:relative}#header #header_wallet_menu .wallet_body .footer li{display:flex;flex-direction:column;font-weight:100;transition:all .2s ease-in-out;padding:5px 10px;border-radius:10px}#header #header_wallet_menu .wallet_body .footer li svg{font-size:1.8rem;margin-bottom:10px}#header #header_wallet_menu .wallet_body .footer li:hover{background-color:var(--pink)}#header #header_wallet_menu .crypto,#header #header_wallet_menu .swap,#header #header_wallet_menu .transactions,#header #header_wallet_menu .settings{position:absolute;bottom:0;left:0;height:73%;width:100%;background-color:var(--dark-violet);border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:20px 20px 80px;clip-path:polygon(0 100%,100% 100%,100% 100%,0% 100%);transition:all .2s ease-in-out}#header #header_wallet_menu .crypto h2,#header #header_wallet_menu .swap h2,#header #header_wallet_menu .transactions h2,#header #header_wallet_menu .settings h2{font-size:1.2rem;font-weight:700;margin-bottom:20px}#header #header_wallet_menu .crypto#modal_show,#header #header_wallet_menu .swap#modal_show,#header #header_wallet_menu .transactions#modal_show,#header #header_wallet_menu .settings#modal_show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#header #header_wallet_menu .crypto .close,#header #header_wallet_menu .swap .close,#header #header_wallet_menu .transactions .close,#header #header_wallet_menu .settings .close{position:absolute;top:20px;right:20px;font-size:1.5rem;cursor:pointer;transition:all .2s ease-in-out}#header #header_wallet_menu .crypto .close:hover,#header #header_wallet_menu .swap .close:hover,#header #header_wallet_menu .transactions .close:hover,#header #header_wallet_menu .settings .close:hover{color:var(--pink)}#header #header_wallet_menu .swap{height:100%}#header #header_wallet_menu .swap .swap_container .swap_item{background-color:var(--violet);padding:10px;border-radius:10px;margin-bottom:20px;position:relative}#header #header_wallet_menu .swap .swap_container .swap_item:nth-child(1){z-index:2}#header #header_wallet_menu .swap .swap_container .swap_item:nth-child(1) svg{position:absolute;font-size:1.2rem;padding:10px;left:calc(50% - 20px);border-radius:50%;background-color:var(--pink)}#header #header_wallet_menu .swap .swap_container .swap_item:nth-child(2){margin-bottom:10px}#header #header_wallet_menu .swap .swap_container .swap_item .swap_item_money{display:flex;justify-content:space-between}#header #header_wallet_menu .swap .swap_container .swap_item .swap_item_money p{font-size:1.2rem;font-weight:700;display:flex;align-items:center}#header #header_wallet_menu .swap .swap_container .swap_item .swap_item_money p img{width:40px;height:40px;margin-right:10px}#header #header_wallet_menu .swap .swap_container .swap_item .swap_item_money select{padding:10px;border-radius:10px;border:none;background-color:transparent;color:var(--white);font-size:1rem;font-weight:700}#header #header_wallet_menu .swap .swap_container .swap_item .swap_item_money select option{background-color:var(--black);color:var(--white)}#header #header_wallet_menu .swap .swap_container .swap_item .swap_item_total{display:flex;justify-content:space-between;margin:20px 0 10px;font-size:2rem;align-items:center}#header #header_wallet_menu .swap .swap_container .swap_item .swap_item_total .btn{background-color:var(--pink);font-size:1.2rem}#header #header_wallet_menu .swap .swap_container .swap_item .none{width:100%;text-align:right;color:var(--grey)}#header #header_wallet_menu .swap .swap_container .review{width:100%;font-size:1.2rem;background-color:var(--pink);transition:all .3s}#header #header_wallet_menu .swap .swap_container .review:hover{background-color:var(--blue)}#header #header_wallet_menu .transactions{display:flex;flex-direction:column}#header #header_wallet_menu .transactions p{color:var(--grey);font-size:1.2rem;justify-self:center;margin-top:20px;text-align:center}#header #header_wallet_menu .settings ul li{text-align:left;width:100%;display:flex;align-items:center}#header #header_wallet_menu .settings ul li svg{font-size:1.5rem;margin-right:10px;padding:10px;border-radius:10px;background-color:var(--pink)}#header #header_wallet_menu .buy{position:absolute;top:140px;right:35px;background-color:var(--pink);padding:10px;border-radius:10px;font-size:1.2rem;display:flex;flex-direction:column;background-color:var(--dark-violet);clip-path:polygon(100% 0,100% 0,100% 0,100% 0);transition:all .3s}#header #header_wallet_menu .buy li{display:flex;align-items:center;padding:10px 20px;border-radius:10px;margin-bottom:5px;transition:all .2s ease-in-out}#header #header_wallet_menu .buy li svg{font-size:1.5rem;margin-right:10px}#header #header_wallet_menu .buy li:hover{background-color:var(--pink)}#header #header_wallet_menu .buy.show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#header #header_profile_menu{position:absolute;top:80px;background-color:var(--violet);padding:20px;border-radius:20px;width:300px;right:20px;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}#header #header_profile_menu.show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#header #header_profile_menu ul{display:flex;flex-direction:column}#header #header_profile_menu ul li{padding:15px 10px;display:flex;align-items:center;transition:all .2s ease-in-out;justify-content:space-between}#header #header_profile_menu ul li svg{font-size:1.5rem;padding-right:10px;width:30px;text-align:left}#header #header_profile_menu ul li:hover{background-color:var(--transparent);border-radius:10px}#header #header_profile_menu ul li p{margin:0;display:flex;align-items:center}#header #header_profile_menu ul li span{font-size:1rem;font-weight:700;justify-self:flex-end}#header #header_profile_menu ul li span svg{font-size:1.2rem}#header #header_profile_menu ul hr{width:100%}#header #header_profile_menu .lang_select{position:absolute;top:0;right:0;background-color:var(--violet);padding:10px;width:100%;height:100%;border-radius:20px;clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);transition:all .2s ease-in-out}#header #header_profile_menu .lang_select#lang_show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#mobile_menu,#header_mobile{display:none}@media screen and (max-width: 1150px){#header{display:none}#header_mobile{display:flex;justify-content:space-between;padding:10px var(--paddingH)}#header_mobile img{width:30px;height:30px;object-fit:contain;margin-right:20px}#header_mobile #logo_nav{width:40px;height:40px}#header_mobile .mobile_icons{display:flex;align-items:center}#header_mobile .mobile_icons svg{height:25px;width:25px;margin-right:20px;cursor:pointer}}@media screen and (max-width: 768px){#mobile_menu{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--dark-violet);z-index:9999;padding:20px;transition:all .3s ease-in-out;clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}#mobile_menu.show{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}#mobile_menu .close{position:absolute;top:20px;right:20px;font-size:2rem;cursor:pointer;transition:all .2s ease-in-out}#mobile_menu .close:hover{color:var(--pink)}#mobile_menu ul{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}#mobile_menu ul li{list-style:none;font-size:1.5rem;margin-bottom:20px;cursor:pointer;font-weight:700;transition:all .2s ease-in-out}#mobile_menu ul li:hover{color:var(--pink)}#mobile_menu .wallet{height:60px;background-color:red;display:flex;align-items:center;padding:0 14px;background-color:var(--grey);border-radius:15px;margin-right:10px;cursor:pointer}#mobile_menu .wallet svg{font-size:1.5rem;margin-right:10px}#mobile_menu .wallet span{font-size:1rem;font-weight:700;padding:12px}#mobile_menu .wallet span:nth-child(2){border-right:2px solid var(--white)}}#footer{background:linear-gradient(180deg,var(--dark-violet) 0%,var(--violet) 100%);display:flex;flex-direction:column;align-items:center}#footer .footer_links{margin-top:5rem;display:flex;justify-content:space-between;padding:0 var(--paddingH);width:100%}#footer .footer_links .footer_links_image{display:flex;flex-direction:column}#footer .footer_links .footer_links_image img{margin-bottom:2rem;width:200px;height:100px;object-fit:contain}#footer .footer_links .footer_links_image a{color:#add8e6;font-size:1.2rem}#footer .footer_links .footer_columns .title{font-size:1.3rem;color:var(--white);margin-bottom:1rem;opacity:1}#footer .footer_links .footer_columns p{font-size:1rem;opacity:.8;margin-bottom:1rem}#footer .footer_links .comunity{width:20%}#footer .footer_links .comunity .title{font-size:1.3rem;color:var(--white);margin-bottom:1rem;opacity:1}#footer .footer_links .comunity .comunity_links{margin-bottom:2rem}#footer .footer_links .comunity .comunity_links .icon{font-size:1.5rem;color:var(--white);margin-right:1rem;background-color:var(--grey);padding:10px;width:20px;height:20px;transition:all .3s;cursor:pointer}#footer .footer_links .comunity .comunity_links .icon:hover{background-color:var(--pink)}#footer .footer_links .comunity select{width:100%;padding:10px;background-color:#00000090;color:var(--white);border-radius:10px}#footer .footer_bottom{background:#00000040;width:100%;margin-top:2rem;padding:20px 50px;display:flex;justify-content:space-between;align-items:center}#footer .footer_bottom .text{display:flex}#footer .footer_bottom .text p{margin-right:30px}@media screen and (max-width: 800px){#footer .footer_links{flex-direction:column;align-items:center}#footer .footer_links .footer_links_image{margin-bottom:20px;display:flex;flex-direction:column;align-items:center}#footer .footer_links .footer_links_image img{width:150px;height:150px}#footer .footer_links .footer_columns{text-align:center;margin-top:20px}#footer .footer_links .comunity{width:100%;margin-bottom:2rem;text-align:center;margin:40px 0}#footer .footer_links .comunity .comunity_links{display:flex;justify-content:center;margin-bottom:2rem}#footer .footer_bottom{padding:20px;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem;text-align:center;width:100%}#footer .footer_bottom .text{margin-top:1rem;flex-direction:column;text-align:center}#footer .footer_bottom .text *{margin-bottom:1rem;text-align:center;width:100%}}.about_us{display:flex;flex-wrap:wrap;position:relative}.about_us .text{width:60%;padding:20px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:200px}.about_us .text h1{font-size:3rem;margin-bottom:50px}.about_us .text p{font-size:1.5rem;text-align:center;line-height:1.5}.about_us .image{width:40%;overflow:hidden}.about_us .image img{height:130vh}.about_us .achievements{display:flex;justify-content:center;position:absolute;bottom:50px;width:100%}.about_us .achievements .achievement{padding:40px;background:linear-gradient(180deg,var(--blue) 0%,var(--dark-violet) 100%);margin:0 20px;width:200px;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%}.about_us .achievements .achievement h3{font-size:2rem;margin-bottom:20px;color:var(--pink);font-weight:700}.about_us .achievements .achievement p{font-size:1.5rem;text-align:center;color:var(--white);font-weight:700}.presentacion{padding:20px var(--paddingH)}.presentacion .container{width:100%;background-color:var(--violet);padding:50px;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.presentacion .container h2{text-align:center;font-size:2.5rem}.presentacion .container .logo{display:flex;align-items:center;margin:50px 0;font-weight:700;font-size:1.5rem}.presentacion .container .logo img{width:100px;height:100px;object-fit:contain}.presentacion .container .video{width:70%;background-color:var(--black);display:flex;justify-content:center;align-items:center;height:60vh;font-weight:700;font-size:2rem}.our_team{padding:20px var(--paddingH);display:flex;flex-direction:column;align-items:center;margin:100px 0}.our_team h2{font-size:2.5rem;margin:50px;font-weight:700}.our_team .team{display:flex;justify-content:center;flex-wrap:wrap}.our_team .member{margin:20px;display:flex;flex-direction:column;align-items:center}.our_team .member img{width:100px;height:100px;object-fit:cover;border-radius:50%}.our_team .member h3{font-size:1.2rem;margin:20px 0}.our_team .member p{font-size:1.5rem;text-align:center;line-height:1.5}#contact{padding:20px var(--paddingH);display:flex;flex-direction:column;align-items:center;margin:100px 0}#contact h2{font-size:2.5rem;margin-bottom:50px;font-weight:700}#contact p{color:var(--grey);font-size:1.2rem;margin-bottom:70px}#contact form{width:50%;display:flex;flex-direction:column;align-items:center}#contact form .form-group{width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}#contact form .form-group label{text-align:left;font-size:1.2rem;width:100%;padding-left:10px}#contact form input,#contact form textarea{width:100%;padding:10px;margin:10px 0 40px;border:none;border-radius:10px;box-sizing:border-box;height:50px;font-family:inherit;font-size:1.1rem}#contact form textarea{height:150px}#contact form .btn{width:100%;font-size:1.2rem;padding:20px;background-color:var(--blue)}#contact form .btn:hover{background-color:var(--pink)}#faq{padding:20px var(--paddingH);display:flex;flex-direction:column;align-items:center;margin:100px 0;-webkit-user-select:none;user-select:none}#faq h2{font-size:2.5rem;margin-bottom:50px;font-weight:700}#faq .questions{display:flex;flex-wrap:wrap;justify-content:space-between}#faq .question{overflow:hidden;width:49%;display:flex;flex-direction:column;justify-content:space;align-items:center;padding:40px;background-color:var(--blue);margin:10px 0;border-radius:10px;cursor:pointer;transition:all .3s}#faq .question h3{font-size:1.5rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;width:100%}#faq .question .icon{font-size:1.5rem;background-color:var(--blue);padding:10px;border-radius:10px}#faq p{font-size:1.2rem;line-height:1.5;margin-top:40px}@media screen and (max-width: 768px){.about_us{flex-direction:column}.about_us .text{width:100%;margin-top:50px}.about_us .image{width:100%;height:50vh;position:absolute}.about_us .image img{width:100%;height:100%}.about_us .achievements{bottom:0;margin-bottom:50px;flex-wrap:wrap;position:relative}.about_us .achievements .achievement{margin:10px;width:150px;height:150px}.presentacion .container{padding:10px}.presentacion .container h2{font-size:2rem}.presentacion .container .logo{flex-direction:column;align-items:center}.presentacion .container .video{height:40vh;width:100%}.our_team .team{flex-wrap:wrap}.our_team .member{margin:20px}#contact form{width:100%}#faq{padding:10px}#faq .questions{flex-direction:column}#faq .question{width:100%;padding:30px}#faq .question h3{font-size:1.2rem}}#hero{display:flex;padding-top:0;padding-right:0;justify-content:space-between}#hero .text{width:50%;min-height:100%;padding:0 20px;display:flex;flex-direction:column;justify-content:center;align-items:center}#hero .text h2{font-size:3rem;margin-bottom:20px}#hero .text h1{font-size:4rem;margin-bottom:20px}#hero img{width:40%}#notifications{padding:100px 5rem}#notifications .container{background-color:var(--blue);padding:40px 25px;border-radius:20px;box-shadow:#aa4e9c 0 4px 12px;margin-bottom:20px;display:flex}#notifications .container .text{width:60%;padding:0 20px}#notifications .container .text h3{margin:30px 0;font-size:2rem;font-weight:700}#notifications .container .text p{font-size:1.5rem;line-height:1.5;margin-bottom:30px}#notifications .container .text .input{display:flex;justify-content:space-between}#notifications .container .text .input input{width:70%;padding:20px;border-radius:20px}#notifications .container .text .input button{width:24%;border-radius:20px;border:none;background-color:#ffffff90;color:var(--white);font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s}#notifications .container .text .input button:hover{background-color:#fff;color:var(--blue)}#notifications .images{position:relative;width:40%}#notifications .images img{width:200px;height:200px;object-fit:cover;position:absolute}#notifications .images img:nth-child(1){top:-80px;left:0;border-radius:20px;box-shadow:#aa4e9c 0 4px 12px}#notifications .images img:nth-child(2){top:-150px;right:-50px;border-radius:20px;box-shadow:#aa4e9c 0 4px 12px}#notifications .images img:nth-child(3){bottom:-130px;right:100px;border-radius:20px;box-shadow:#aa4e9c 0 4px 12px}@media screen and (max-width: 1024px){#hero .text h2{font-size:2.5rem;text-align:center}#hero .text h1{font-size:3.5rem;text-align:center}#notifications{padding:80px 3rem}#notifications .container .text h3{font-size:1.8rem}#notifications .container .text p{font-size:1.3rem}#notifications .container .text .input input{padding:15px}#notifications .container .text .input button{font-size:1.3rem}#notifications .images img{width:150px;height:150px}#notifications .images img:nth-child(1){top:-60px}#notifications .images img:nth-child(2){top:-120px;right:-40px}#notifications .images img:nth-child(3){bottom:-100px;right:80px}}@media screen and (max-width: 850px){#hero{flex-direction:column}#hero .text{width:100%;padding:20px 0}#hero .text h2{font-size:2rem}#hero .text h1{font-size:3rem}#hero img{width:100%}#notifications{padding:50px 2rem}#notifications .container{flex-direction:column}#notifications .container .text{width:100%}#notifications .container .text h3{font-size:1.5rem}#notifications .container .text p{font-size:1rem}#notifications .container .text .input{flex-direction:column}#notifications .container .text .input input{width:100%}#notifications .container .text .input button{width:100%;margin-top:20px;padding:20px}#notifications .images{width:100%}#notifications .images img{width:100px;height:100px}#notifications .images img:nth-child(1){top:-40px;left:0}#notifications .images img:nth-child(2){top:-80px;right:-25px}#notifications .images img:nth-child(3){bottom:-65px;right:50px}}@media screen and (max-width: 425px){#hero .text h2{font-size:1.5rem}#hero .text h1{font-size:2.5rem}#notifications{padding:30px 1rem}#notifications .container{padding:20px 15px}#notifications .container .text h3{font-size:1.2rem}#notifications .container .text p{font-size:.9rem}#notifications .container .text .input input{padding:10px}#notifications .container .text .input button{font-size:1rem}#notifications .images img{width:80px;height:80px}#notifications .images img:nth-child(1){top:-30px}#notifications .images img:nth-child(2){top:-60px;right:-20px}#notifications .images img:nth-child(3){bottom:-50px;right:30px}}.simple_cards_container{margin:5rem var(--paddingH)}.simple_cards_container h3{font-size:2.5rem;font-weight:500;margin-bottom:1rem}.simple_cards_container .cards{display:flex;width:100%;overflow-x:auto;padding:0 var(--paddingH) 2rem var(--paddingH)}.simple_cards_container .cards .card{min-width:27%;margin-right:30px;border-radius:10px;margin-bottom:20px;background-color:var(--white);color:var(--black)}.simple_cards_container .cards .card img{width:100%;height:250px;object-fit:cover;box-shadow:0 0 10px #0000001a;border-top-left-radius:10px;border-top-right-radius:10px}.simple_cards_container .cards .card h4{font-size:1.5rem;font-weight:700;margin:1rem var(--paddingH);text-align:center}.simple_cards_container .cards .card p{font-size:1.2rem;margin:0 var(--paddingH) 1rem var(--paddingH);text-align:center}.simple_cards_container .cards::-webkit-scrollbar{height:10px;background-color:var(--grey)}.simple_cards_container .cards::-webkit-scrollbar-thumb{background-color:var(--pink);border-radius:10px}@media screen and (max-width: 768px){.simple_cards_container .cards{justify-content:center}.simple_cards_container .cards .card{min-width:100%!important;margin-right:20px}.simple_cards_container .cards .card img{height:200px}}@media screen and (max-width: 768px){#drop_main #hero{height:50vh!important}#drop_main #hero .hero_drops_text h2{font-size:2rem!important}#drop_main #hero .hero_drops_text p{font-size:1rem}#drop_main #hero .btn{font-size:1rem;height:50px;top:20px;left:calc(50% - 100px)}#drop_main #drops_section .drops_section_filter{justify-content:space-between;width:100%}#drop_main #drops_section .drops_section_filter p{padding:0;margin-right:20px;font-size:1rem!important;display:flex;align-items:center;text-align:center}}#coll_stats_main #coll_stats_content .coll_stats_filters .other button{padding:10px 60px;background-color:var(--transparent);transition:all .3s}#coll_stats_main #coll_stats_content .coll_stats_filters .other button:hover{background-color:var(--pink)}#coll_stats_main .table .table_header p{color:var(--grey);font-weight:700;width:11.4285714286%!important}#coll_stats_main .table .table_header p.collection{width:20%!important}#coll_stats_main .table .table_body .table_row p{color:var(--white);width:11.4285714286%!important}#coll_stats_main .table .table_body .table_row p.collection{width:20%!important}@media screen and (max-width: 1440px){#coll_stats_main #coll_stats_content .table .table_header p{font-size:.9rem}#coll_stats_main #coll_stats_content .table .table_body .table_row .collection{font-size:1.1rem}#coll_stats_main #coll_stats_content .table .table_body .table_row .collection img{width:60px;height:60px}#coll_stats_main #coll_stats_content .table .table_body .table_row p,#coll_stats_main #coll_stats_content .table .table_body .table_row .link{font-size:1.1rem}}@media screen and (max-width: 1024px){#coll_stats_main .presentation{padding:0 var(--paddingH);padding-bottom:20px;border-bottom:1px solid var(--pink);display:flex;flex-direction:column;align-items:center;justify-content:center}#coll_stats_main .presentation h1{font-size:1.5em!important;text-align:center;font-weight:700;margin:.5em 0}#coll_stats_main .presentation #coll_stats_filters{display:flex;flex-direction:column}#coll_stats_main .presentation #coll_stats_filters button{margin-right:0;width:100%;margin-bottom:20px}#coll_stats_main #coll_stats_content .coll_stats_filters{flex-direction:column}#coll_stats_main #coll_stats_content .coll_stats_filters .selects select{margin-right:0;margin-bottom:20px}#coll_stats_main #coll_stats_content .coll_stats_filters .other{flex-direction:column}#coll_stats_main #coll_stats_content .coll_stats_filters .other .hours{margin-right:0;margin-bottom:20px;width:100%;display:flex;justify-content:center}#coll_stats_main .table{overflow-x:auto}#coll_stats_main .table .table_header p{font-size:.8rem;min-width:100px}#coll_stats_main .table .table_header p.collection{min-width:200px}#coll_stats_main .table .table_body .table_row .collection{font-size:.8rem!important;min-width:200px}#coll_stats_main .table .table_body .table_row .collection img{width:50px;height:50px}#coll_stats_main .table .table_body .table_row p,#coll_stats_main .table .table_body .table_row .link{font-size:.8rem;min-width:100px}}#main_create{display:flex;height:calc(100vh - 60px)}#main_create #create_left{width:50%;display:flex;flex-direction:column;padding:40px}#main_create #create_left .logo{display:flex;align-items:center;font-size:2rem;margin:0 auto;font-family:"Belgiano Serif",sans-serif}#main_create #create_left .logo img{width:140px;height:140px;margin-right:10px;object-fit:contain}#main_create #create_left h1{font-size:3rem;margin:50px 0;width:100%}#main_create #create_left .btn{display:flex;flex-direction:column;background-color:var(--transparent);margin-bottom:30px;padding:30px 20px}#main_create #create_left .btn h2{font-size:2rem;width:100%;display:flex;justify-content:space-between}#main_create #create_left .btn p{font-size:1.2rem;margin-top:10px;text-align:left;width:100%}#main_create #create_left p span{color:var(--lightblue);cursor:pointer}#main_create #create_right{width:50%;display:flex;justify-content:center;align-items:center}#main_create #create_right img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 768px){#main_create{flex-direction:column;height:auto}#main_create #create_left{width:100%;padding:20px}#main_create #create_left .logo{font-size:1.2rem;margin:0 auto}#main_create #create_left .logo img{width:100px;height:100px;margin-right:10px;object-fit:contain}#main_create #create_left h1{font-size:2rem;margin:30px 0}#main_create #create_left .btn{padding:20px 10px}#main_create #create_left .btn h2{font-size:1.5rem}#main_create #create_left .btn p{font-size:1rem}#main_create #create_right{width:100%;height:300px}#main_create #create_right img{width:100%;height:100%;object-fit:cover}}#collection_main #collection_hero{margin:var(--paddingH);position:relative;border-radius:20px}#collection_main #collection_hero #collection_hero_image{width:100%;height:70vh;object-fit:cover;object-position:center;border-radius:20px}#collection_main #collection_hero #collection_hero_text{position:absolute;width:50%;bottom:40px;left:40px}#collection_main #collection_hero #collection_hero_text img{width:150px;height:150px;border-radius:50%;border:4px solid var(--dark-violet)}#collection_main #collection_hero #collection_hero_text .minting{display:flex;margin:40px 0;align-items:center}#collection_main #collection_hero #collection_hero_text .minting div{background-color:var(--success);width:20px;height:20px;border-radius:50%}#collection_main #collection_hero #collection_hero_text .minting button{margin-left:10px;padding:10px 70px;font-size:1.2rem;background-color:var(--lightblue)}#collection_main #collection_hero #collection_hero_text h1{font-size:2.5rem;font-weight:700;margin-bottom:0}#collection_main #collection_hero #collection_hero_stats{position:absolute;width:50%;bottom:40px;right:40px;display:flex;justify-content:space-between}#collection_main #collection_hero #collection_hero_stats h2{color:var(--black);font-size:1.5rem;font-weight:700;margin-bottom:10px}#collection_main #collection_hero #collection_hero_stats p{font-size:1.2rem;font-weight:500}#collection_main #collection_description{margin:var(--paddingH);margin-top:50px}#collection_main #collection_description #collection_description_text{display:flex;align-items:flex-start;justify-content:space-between;padding-right:50px;margin-bottom:50px}#collection_main #collection_description #collection_description_text p{font-size:1.5rem;font-weight:500;margin-right:20px;width:80%}#collection_main #collection_description #collection_description_text .view_more{color:var(--lightblue);font-size:1.2rem;font-weight:500;cursor:pointer;text-decoration:underline}#collection_main #collection_description #collection_description_text #collection_description_social svg{margin-left:30px;font-size:2rem;color:var(--lightblue);cursor:pointer}#collection_main #collection_description #collection_description_stats{font-size:1.2rem;margin-top:20px}#collection_main #collection_description #collection_description_stats span{font-weight:700}#collection_main #collection_general{padding:var(--paddingH)}#collection_main #collection_general img{width:100px}#collection_main #collection_general #collection_general_filter{display:flex;padding-bottom:var(--paddingH);border-bottom:1px solid var(--pink)}#collection_main #collection_general #collection_general_filter button{margin-right:40px;font-size:1.2rem;padding:10px 50px;background-color:transparent;opacity:.7}#collection_main #collection_general #collection_general_filter button.active{background:linear-gradient(180deg,var(--pink) 0%,var(--dark-violet) 100%);color:var(--white);opacity:1}#collection_main #collection_general #collection_general_info{display:flex;justify-content:space-between;margin-top:50px}#collection_main #collection_general #collection_general_info .collection_general_images{width:50%}#collection_main #collection_general #collection_general_info .collection_general_images .collection_general_slider,#collection_main #collection_general #collection_general_info .collection_general_images .collection_general_slider .collection_general_slider_carrousel{width:100%;position:relative}#collection_main #collection_general #collection_general_info .collection_general_images .collection_general_slider .collection_general_slider_carrousel img{width:100%;height:500px;object-fit:cover;object-position:center;border-radius:20px}#collection_main #collection_general #collection_general_info .collection_general_images .collection_general_images_more{width:100%;display:flex;justify-content:space-between;border-radius:20px;margin-top:15px}#collection_main #collection_general #collection_general_info .collection_general_images .collection_general_images_more img{width:23%;height:150px;object-fit:cover;object-position:center;border-radius:20px}#collection_main #collection_general #collection_general_info .collection_general_text{padding:20px;width:50%}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_percent p{font-size:1.5rem;font-weight:700;margin-bottom:0;display:flex;justify-content:space-between}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_percent .collection_general_percent_container{height:35px;margin-top:10px;border-radius:20px;width:100%;background-color:red;margin-bottom:40px;background-color:#fefefe20;position:relative}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_percent .collection_general_percent_container .collection_general_percent_bar{height:100%;border-radius:20px;background-color:var(--pink);position:absolute;top:0;left:0;width:30%}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage{padding:20px;background-color:var(--violet);border-radius:20px;margin-bottom:20px}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage p{font-size:1.2rem;font-weight:700;margin-bottom:10px}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage b{font-size:1.5rem;font-weight:500;margin:30px 0}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage .collection_general_stage_buttons{display:flex;margin-top:50px;justify-content:space-between}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage .collection_general_stage_buttons .collection_general_stage_buttons_counter{width:20%;background-color:#ffffff90;display:flex;justify-content:space-between;align-items:center;color:var(--black);padding:5px 10px;font-weight:700;font-size:1.3rem;border-radius:10px}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage .collection_general_stage_buttons .collection_general_stage_buttons_counter button{background-color:transparent;border:none;font-size:1.5rem;font-weight:700;color:var(--black)}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage .collection_general_stage_buttons .btn{width:78%;padding:15px 0;font-size:1.2rem;font-weight:700;background-color:var(--pink);border-radius:10px}#collection_main #collection_general #collection_general_info .collection_general_text p{font-weight:700;font-size:1.2rem;margin-bottom:20px;display:flex;justify-content:space-between}#collection_main #collection_general #collection_general_info .collection_general_text p.grey{color:var(--grey);font-weight:100}#collection_main #collection_general #collection_general_info .collection_general_text .date{display:flex;align-items:center;margin-bottom:20px}#collection_main #collection_general #collection_general_info .collection_general_text .date .date_check{width:30px;height:30px;border-radius:50%;border:1px solid var(--violet)}#collection_main #collection_general #collection_general_info .collection_general_text .date p{margin:0 0 0 20px}#collection_main .collection_info{background-color:var(--violet);padding:50px;display:flex;justify-content:space-between;margin:var(--paddingH) 0}#collection_main .collection_info img{width:45%;height:400px;border-radius:20px}#collection_main .collection_info .collection_info_text{width:50%}#collection_main .collection_info .collection_info_text h2{font-size:2.5rem;font-weight:700;margin-bottom:30px}#collection_main .collection_info .collection_info_text p{font-size:1.2rem;font-weight:500;margin-bottom:20px;line-height:1.5}#collection_main .collection_image_section{padding:var(--paddingH);margin-top:50px;position:relative}#collection_main .collection_image_section img{width:100%;height:550px;object-fit:cover;object-position:center;border-radius:20px}#collection_main .collection_image_section p{position:absolute;bottom:50px;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;font-weight:700;color:var(--white)}#collection_main .collection_faq{padding:var(--paddingH);margin-top:50px;display:flex;justify-content:space-between}#collection_main .collection_faq h2{font-size:5rem;font-weight:700;margin-top:30px;width:50%;color:var(--pink);text-align:center}#collection_main .collection_faq .questions{display:flex;flex-direction:column;width:50%}#collection_main .collection_faq .question{overflow:hidden;width:100%;display:flex;flex-direction:column;justify-content:space;align-items:center;padding:40px;background-color:var(--violet);margin:10px 0;border-radius:10px;cursor:pointer;transition:all .3s}#collection_main .collection_faq .question h3{font-size:1.5rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;width:100%}#collection_main .collection_faq .question .icon{font-size:1.5rem;padding:10px;border-radius:10px}#collection_main .collection_faq p{font-size:1.2rem;line-height:1.5;margin-top:40px}@media screen and (max-width: 768px){#collection_main #collection_hero #collection_hero_text{width:100%;bottom:20px;left:20px}#collection_main #collection_hero #collection_hero_text img{width:100px;height:100px}#collection_main #collection_hero #collection_hero_text .minting button{padding:10px 50px;font-size:1rem}#collection_main #collection_hero #collection_hero_text h1{font-size:1.5rem}#collection_main #collection_hero #collection_hero_stats{bottom:20px;right:0;display:none;flex-direction:column}#collection_main #collection_hero #collection_hero_stats h2{font-size:1.2rem}#collection_main #collection_hero #collection_hero_stats p{font-size:1rem}#collection_main #collection_description #collection_description_text{flex-direction:column;padding-right:0;justify-content:center;align-items:center}#collection_main #collection_description #collection_description_text p{font-size:1.2rem;margin-right:0;width:100%}#collection_main #collection_description #collection_description_text .view_more{margin-top:20px}#collection_main #collection_description #collection_description_text #collection_description_social{display:flex;justify-content:center;margin:20px 0 0}#collection_main #collection_description #collection_description_text #collection_description_social svg{margin-left:20px}#collection_main #collection_description #collection_description_stats{font-size:1rem}#collection_main #collection_general #collection_general_filter{flex-direction:column;align-items:center}#collection_main #collection_general #collection_general_filter button{margin-right:0;margin-bottom:20px}#collection_main #collection_general #collection_general_info{flex-direction:column}#collection_main #collection_general #collection_general_info .collection_general_images{width:100%}#collection_main #collection_general #collection_general_info .collection_general_images .collection_general_slider .collection_general_slider_carrousel img{height:300px}#collection_main #collection_general #collection_general_info .collection_general_images .collection_general_images_more img{height:100px}#collection_main #collection_general #collection_general_info .collection_general_text{width:100%}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_percent p{font-size:1.2rem}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_percent .collection_general_percent_container{height:20px;margin-top:10px}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_percent .collection_general_percent_container .collection_general_percent_bar{height:100%}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage p{font-size:1}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage b{font-size:1.2rem}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage .collection_general_stage_buttons{flex-direction:column}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage .collection_general_stage_buttons .collection_general_stage_buttons_counter{width:100%;margin-bottom:20px}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage .collection_general_stage_buttons .btn{width:100%}#collection_main #collection_general #collection_general_info .collection_general_text p,#collection_main #collection_general #collection_general_info .collection_general_text .date p{font-size:1rem}#collection_main .collection_info{flex-direction:column}#collection_main .collection_info img{width:100%;height:300px}#collection_main .collection_info .collection_info_text{width:100%}#collection_main .collection_info .collection_info_text h2{font-size:2rem}#collection_main .collection_info .collection_info_text p{font-size:1rem}#collection_main .collection_image_section img{height:300px}#collection_main .collection_image_section p{font-size:2rem}#collection_main .collection_faq{flex-direction:column}#collection_main .collection_faq h2{font-size:3rem}#collection_main .collection_faq .questions{width:100%}#collection_main .collection_faq .question{padding:20px}#collection_main .collection_faq p{font-size:1rem}}@media screen and (max-width: 480px){#collection_main #collection_hero #collection_hero_text img{width:70px;height:70px}#collection_main #collection_hero #collection_hero_text .minting button{padding:10px 30px;font-size:1rem}#collection_main #collection_hero #collection_hero_text h1{font-size:1.2rem}#collection_main #collection_description #collection_description_text p,#collection_main #collection_description #collection_description_text .view_more{font-size:1rem}#collection_main #collection_description #collection_description_text #collection_description_social svg{font-size:1.5rem}#collection_main #collection_description #collection_description_stats{font-size:1rem}#collection_main #collection_general #collection_general_filter button{padding:10px 30px;font-size:1rem}#collection_main #collection_general #collection_general_info .collection_general_images .collection_general_slider .collection_general_slider_carrousel img{height:200px}#collection_main #collection_general #collection_general_info .collection_general_images .collection_general_images_more img{height:70px}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_percent p{font-size:1rem}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_percent .collection_general_percent_container{height:15px}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage p{font-size:1rem}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage b{font-size:1.2rem}#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage .collection_general_stage_buttons .collection_general_stage_buttons_counter,#collection_main #collection_general #collection_general_info .collection_general_text .collection_general_stage .collection_general_stage_buttons .btn,#collection_main #collection_general #collection_general_info .collection_general_text p,#collection_main #collection_general #collection_general_info .collection_general_text .date p{font-size:1rem}#collection_main .collection_info img{height:200px}#collection_main .collection_info .collection_info_text h2{font-size:1.5rem}#collection_main .collection_info .collection_info_text p{font-size:1rem}#collection_main .collection_image_section img{height:200px}#collection_main .collection_image_section p{font-size:1.5rem}#collection_main .collection_faq h2{font-size:2.5rem}#collection_main .collection_faq h2{font-size:2rem}#collection_main .collection_faq .questions .question{padding:20px}#collection_main .collection_faq .questions .question h3{font-size:1.5rem}#collection_main .collection_faq .questions p{font-size:1rem}}#create_collecion_main{display:flex;justify-content:center;align-items:center;align-items:flex-end;flex-wrap:wrap}#create_collecion_main #create_collection_section{padding:50px;width:65%}#create_collecion_main #create_collection_section h1{font-size:2.5rem;font-weight:600;margin-bottom:1rem}#create_collecion_main #create_collection_section #under_title{width:50%;font-size:1.2rem;margin:30px 0}#create_collecion_main #create_collection_section #under_title a{color:var(--lightblue);text-decoration:underline}#create_collecion_main #create_collection_section #create_collection_section_image{margin-top:50px}#create_collecion_main #create_collection_section #create_collection_section_image .section_title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info{border:1px solid var(--lightblue);border-radius:20px;padding:25px 55px;display:flex;cursor:pointer;justify-content:space-between}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info .icon{font-size:2rem;margin-right:2rem;border:1px dashed var(--lightblue);padding:50px;border-radius:20px;color:var(--pink);width:10%}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info .create_collection_section_image_info_text{width:70%}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info .title{font-size:2rem;font-weight:600;margin-bottom:1rem}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info p{font-size:1.2rem;margin-bottom:1rem}#create_collecion_main #create_collection_section #create_collection_section_inputs{margin-top:50px;display:flex;justify-content:space-between}#create_collecion_main #create_collection_section #create_collection_section_inputs .section_title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}#create_collecion_main #create_collection_section #create_collection_section_inputs .create_collection_section_input{display:flex;flex-direction:column}#create_collecion_main #create_collection_section #create_collection_section_inputs .create_collection_section_input label{font-size:1.2rem;font-weight:600;margin-bottom:1rem}#create_collecion_main #create_collection_section #create_collection_section_inputs .create_collection_section_input input{width:100%;padding:20px 10px;border-radius:10px;margin-bottom:1rem;font-size:1.3rem}#create_collecion_main #create_collection_section #create_collection_section_inputs .create_collection_section_input:nth-child(1){width:70%}#create_collecion_main #create_collection_section #create_collection_section_inputs .create_collection_section_input:nth-child(2){width:25%}#create_collecion_main #create_collection_section #create_collection_section_blockchains{margin-top:50px}#create_collecion_main #create_collection_section #create_collection_section_blockchains .section_title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}#create_collecion_main #create_collection_section #create_collection_section_blockchains ul{display:flex;justify-content:space-between;list-style:none;padding:0}#create_collecion_main #create_collection_section #create_collection_section_blockchains ul li{display:flex;flex-direction:column;border:2px solid var(--lightblue);padding:30px 20px 5rem;border-radius:20px;width:30%}#create_collecion_main #create_collection_section #create_collection_section_blockchains ul li.active{border:2px solid var(--pink)}#create_collecion_main #create_collection_section #create_collection_section_blockchains ul li h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}#create_collecion_main #create_collection_section #create_collection_section_blockchains ul li img{width:50px;height:50px;margin-bottom:1rem}#create_collecion_main #create_collection_section #create_collection_section_blockchains ul li .data{padding:15px 30px;background-color:var(--transparent);border-radius:10px;width:70%;display:flex;justify-content:space-between;align-items:center;justify-content:center}#create_collecion_main #create_collection_section #create_collection_section_blockchains ul li p{margin-bottom:1rem}#create_collecion_main #create_collection_info{width:35%;height:100%;display:flex;align-items:flex-end;padding-bottom:50px;padding-right:50px}#create_collecion_main #create_collection_info #create_collection_info_text{background-color:var(--violet);padding:20px;width:100%;border-radius:20px}#create_collecion_main #create_collection_info #create_collection_info_text h3{font-size:1.5rem;font-weight:600;margin-bottom:3rem}#create_collecion_main #create_collection_info #create_collection_info_text ul li{font-size:1.2rem;margin-bottom:2.5rem}#create_collecion_main #create_collection_info #create_collection_info_text ul li p svg{margin-right:10px}#create_collecion_main #create_collection_info #create_collection_info_text ul li p.grey{opacity:.5;padding-left:30px;margin-top:10px}#create_collecion_main .btn{width:80%;padding:20px;background-color:var(--violet);font-size:1.5rem}@media screen and (max-width: 768px){#create_collecion_main{flex-direction:column}#create_collecion_main #create_collection_section{width:100%;padding:30px}#create_collecion_main #create_collection_section #under_title{width:100%;font-size:1rem}#create_collecion_main #create_collection_section #create_collection_section_image{margin-top:30px}#create_collecion_main #create_collection_section #create_collection_section_image .section_title{font-size:1.2rem}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info{display:flex;flex-direction:column;align-items:center;text-align:center}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info .icon{font-size:1.5rem;margin-right:0;padding:20px;width:100%;margin-bottom:20px}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info .create_collection_section_image_info_text{width:100%}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info .create_collection_section_image_info_text .title{font-size:1.5rem}#create_collecion_main #create_collection_section #create_collection_section_image #create_collection_section_image_info .create_collection_section_image_info_text p{font-size:1rem}#create_collecion_main #create_collection_section #create_collection_section_inputs{margin-top:30px;display:flex;flex-direction:column;width:100%}#create_collecion_main #create_collection_section #create_collection_section_inputs .section_title{font-size:1.2rem}#create_collecion_main #create_collection_section #create_collection_section_inputs .create_collection_section_input{min-width:100%}#create_collecion_main #create_collection_section #create_collection_section_inputs .create_collection_section_input label{font-size:1.2rem}#create_collecion_main #create_collection_section #create_collection_section_inputs .create_collection_section_input input{width:100%}#create_collecion_main #create_collection_section #create_collection_section_blockchains{margin-top:30px}#create_collecion_main #create_collection_section #create_collection_section_blockchains .section_title{font-size:1.2rem}#create_collecion_main #create_collection_section #create_collection_section_blockchains ul{flex-direction:column}#create_collecion_main #create_collection_section #create_collection_section_blockchains ul li{width:100%;margin-bottom:30px}#create_collecion_main #create_collection_info{width:100%;padding:30px}#create_collecion_main #create_collection_info #create_collection_info_text h3{font-size:1.2rem}#create_collecion_main #create_collection_info #create_collection_info_text ul li{font-size:1rem}}#mint_main{padding:calc(var(--paddingH) * 2)}#mint_main h1{font-size:2rem;margin-bottom:1rem;font-weight:700}#mint_main h2{font-size:1.2rem;margin-bottom:1rem}#mint_main .mint-form{display:flex;justify-content:space-between}#mint_main .mint-form .form_image{width:50%;border:1px solid var(--lightblue);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}#mint_main .mint-form .form_image svg{font-size:5rem;color:var(--pink)}#mint_main .mint-form .form_image p{font-size:1.2rem;margin-top:1rem}#mint_main .mint-form .form_image p.title{font-weight:700;font-size:2rem;color:var(--pink)}#mint_main .mint-form .form_image p.subTitle{font-size:1.5rem;margin-top:0;margin-top:1rem;font-weight:700}#mint_main .mint-form .form_details{padding:0 40px;width:50%}#mint_main .mint-form .form_details h3{font-size:1.2rem;margin-bottom:1rem;font-weight:700}#mint_main .mint-form .form_details .form_choose_collection{margin-bottom:30px}#mint_main .mint-form .form_details .form_choose_collection .picker{background-color:var(--transparent);padding:15px 20px;border-radius:10px;margin-bottom:10px;display:flex;align-items:center;font-size:1.5rem;font-weight:700}#mint_main .mint-form .form_details .form_choose_collection .picker svg{margin-right:10px;padding:20px 25px;font-size:1.5rem;background-color:var(--pink);border-radius:10px}#mint_main .mint-form .form_details .form_choose_collection p{opacity:.6}#mint_main .mint-form .form_details .form_traits button{background-color:transparent;margin-top:20px;border:none;background-color:#00000050;color:var(--white);padding:15px 50px 15px 15px;font-size:1.2rem;display:flex;align-items:center;border-radius:10px;font-weight:700}#mint_main .mint-form .form_details .form_traits button svg{padding:5px;border:1px solid var(--white);border-radius:50%;margin-right:50px}@media screen and (max-width: 768px){#mint_main h1{font-size:1.5rem}#mint_main h2{font-size:1rem}#mint_main .mint-form{flex-direction:column;width:100%}#mint_main .mint-form .form_image{width:100%;margin-bottom:20px;padding:20px}#mint_main .mint-form .form_image p{font-size:1rem;text-align:center;width:100%}#mint_main .mint-form .form_image p.title{font-size:1.5rem}#mint_main .mint-form .form_details{width:100%;padding:0}#mint_main .mint-form .form_details .form_choose_collection .picker{font-size:1.2rem;text-align:center}#mint_main .mint-form .form_details .form_choose_collection p{text-align:center}#mint_main .mint-form .form_traits{display:flex;flex-direction:column}}#profile_main .hero{position:relative;margin-bottom:130px}#profile_main .hero #hero_image{width:100%;height:60vh;object-fit:cover}#profile_main .hero #hero_avatar{position:absolute;bottom:-100px;left:50px;width:200px;height:200px;border-radius:50%}#profile_main .profile{padding:0 var(--paddingH)}#profile_main .profile h1{font-size:3rem;margin-bottom:20px}#profile_main .profile .profile_info{display:flex;align-items:center;margin-bottom:30px}#profile_main .profile .profile_info img{width:50px;height:50px;border-radius:50%;margin-right:20px}#profile_main .profile .profile_info p{font-size:1.5rem}#profile_main .profile .profile_info p.grey{color:var(--grey);margin-left:20px}#profile_main .profile_filters{padding:0 var(--paddingH);display:flex;justify-content:space-between}#profile_main .profile_filters button{background-color:#fefefe30;width:13%;padding:20px 0;font-size:1.1rem;font-weight:700}#profile_main .profile_filters button#active{background-color:var(--pink)}#profile_main .profile_search{padding:0 var(--paddingH);margin-top:30px;display:flex;width:75%;justify-content:space-between}#profile_main .profile_search .btn{background-color:#fefefe30;color:#fff;padding:20px;border-radius:5px}#profile_main .profile_search .btn:nth-child(1){width:5%}#profile_main .profile_search .btn:nth-child(2){width:10%}#profile_main .profile_search .search{display:flex;align-items:center;width:70%;background-color:#fefefe30;border-radius:60px;padding:20px}#profile_main .profile_search .search input{width:90%;background-color:transparent;border:none;outline:none;color:#fff;margin-left:20px}#profile_main p.profile_items{margin:50px 0;font-size:1.2rem;padding:0 var(--paddingH)}#profile_main section.profile_items{padding:0 var(--paddingH)}#profile_main section.profile_items#items_empty{padding:60px calc(var(--paddingH) * 3)}#profile_main section.profile_items .profiles_items_container{display:flex;justify-content:space-between}#profile_main section.profile_items .profiles_items_container .profile_items_filters{width:15%}#profile_main section.profile_items .profiles_items_container .profile_items_filters li{font-size:1.2rem;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;width:100%}#profile_main section.profile_items .profiles_items_container .profile_items_filters li.active span{background-color:var(--lightblue)}#profile_main section.profile_items .profiles_items_container .profile_items_filters li span{cursor:pointer;width:30px;height:30px;border-radius:10px;border:1px solid var(--lightblue);transition:all .3s;display:flex;justify-content:center;align-items:center}#profile_main section.profile_items .profiles_items_container .profile_items_filters li span svg{transition:all .3s}#profile_main section.profile_items .profiles_items_container .profile_items_filters li:nth-child(1){font-weight:700;margin-bottom:50px}#profile_main section.profile_items .profiles_items_container .profile_items_list{width:80%}#profile_main section.profile_items .profiles_items_container .profile_items_list p{font-size:1.2rem;margin-bottom:20px;color:var(--lightblue)}#profile_main section.profile_items .profiles_items_container .profile_items_list .row{width:100%}#profile_main section.profile_items .profile_noitems{border:1px solid var(--pink);border-radius:20px;padding:100px;display:flex;justify-content:center;align-items:center;flex-direction:column}#profile_main section.profile_items .profile_noitems h3{font-size:2.5rem;margin-bottom:20px;text-align:center;font-weight:700}#profile_main section.profile_items .profile_noitems button{background-color:var(--pink);color:#fff;padding:10px 40px;border-radius:5px;font-size:1.5rem;margin-top:50px}@media screen and (max-width: 768px){#profile_main .profile_filters{display:flex;flex-direction:column}#profile_main .profile_filters button{width:100%;margin-bottom:20px}#profile_main .profile .profile_info{flex-direction:column;align-items:center}#profile_main .profile .profile_info img{margin-bottom:20px}#profile_main .profile .profile_info p.grey{margin-left:0;margin-top:10px}#profile_main .profile_search{display:flex;flex-wrap:wrap;justify-content:center;width:100%}#profile_main .profile_search .btn{width:100%;margin-bottom:20px}#profile_main .profile_search .search{width:80%;margin-bottom:20px;margin-left:3px}#profile_main section.profile_items{padding:0 var(--paddingH)}#profile_main section.profile_items#items_empty{padding:20px}#profile_main section.profile_items .profiles_items_container{display:flex;flex-direction:column}#profile_main section.profile_items .profiles_items_container .profile_items_filters{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}#profile_main section.profile_items .profiles_items_container .profile_items_filters li{font-size:1.2rem;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;width:100%}#profile_main section.profile_items .profiles_items_container .profile_items_filters li.active span{background-color:var(--lightblue)}#profile_main section.profile_items .profiles_items_container .profile_items_filters li span{cursor:pointer;width:30px;height:30px;border-radius:10px;border:1px solid var(--lightblue);transition:all .3s;display:flex;justify-content:center;align-items:center}#profile_main section.profile_items .profiles_items_container .profile_items_filters li span svg{transition:all .3s}#profile_main section.profile_items .profiles_items_container .profile_items_filters li:nth-child(1){font-weight:700;margin-bottom:50px}#profile_main section.profile_items .profiles_items_container .profile_items_list{width:100%}#profile_main section.profile_items .profiles_items_container .profile_items_list p{font-size:1.2rem;margin-bottom:20px;color:var(--lightblue)}#profile_main section.profile_items .profiles_items_container .profile_items_list .row{width:100%}#profile_main section.profile_items .profile_noitems{border:1px solid var(--pink);border-radius:20px;padding:20px;display:flex;justify-content:center;align-items:center;flex-direction:column}#profile_main section.profile_items .profile_noitems h3{font-size:1.5rem;margin-bottom:20px;width:100%;text-align:center;font-weight:700}#profile_main section.profile_items .profile_noitems button{background-color:var(--pink);color:#fff;padding:10px 40px;border-radius:5px;font-size:1.5rem;margin-top:50px}}#coll_stats_main .presentation{padding:0 var(--paddingH);padding-bottom:20px;border-bottom:1px solid var(--pink)}#coll_stats_main .presentation h1{font-size:2.5em;font-weight:700;margin:.5em 0}#coll_stats_main .presentation #coll_stats_filters{display:flex}#coll_stats_main .presentation #coll_stats_filters button{padding:10px;font-size:1.2rem;background-color:transparent;opacity:.9;margin-right:50px}#coll_stats_main .presentation #coll_stats_filters button.active{background:linear-gradient(185deg,var(--pink),var(--dark-violet));color:var(--white);opacity:1}#coll_stats_main #coll_stats_content{padding:var(--paddingH)}#coll_stats_main #coll_stats_content .coll_stats_filters{display:flex;justify-content:space-between}#coll_stats_main #coll_stats_content .coll_stats_filters .selects select{margin-right:50px;background-color:transparent;border:none;color:var(--white);padding:10px;font-size:1.2rem;border-radius:20px;-webkit-user-select:none;user-select:none}#coll_stats_main #coll_stats_content .coll_stats_filters .selects select:after{position:absolute;content:"";top:14px;right:10px;width:0;height:0;border:6px solid transparent;border-color:#fff transparent transparent transparent}#coll_stats_main #coll_stats_content .coll_stats_filters .selects select option{background-color:var(--violet);color:var(--white);border:none;padding:20px;margin:20px}#coll_stats_main #coll_stats_content .coll_stats_filters .other{display:flex}#coll_stats_main #coll_stats_content .coll_stats_filters .other .hours{display:flex;margin-right:50px;align-items:center;background-color:var(--transparent);padding:0 40px;border-radius:20px}#coll_stats_main #coll_stats_content .coll_stats_filters .other .hours li{padding:15px;height:100%;display:flex;align-items:center;border-radius:10px;font-weight:700}#coll_stats_main #coll_stats_content .coll_stats_filters .other .hours li.active{background-color:var(--pink)}#coll_stats_main #coll_stats_content .coll_stats_filters .other button{padding:10px 60px;background-color:var(--transparent)}#coll_stats_main .table{margin-top:40px;border-collapse:collapse;width:100%;padding:0 var(--paddingH)}#coll_stats_main .table .table_header{display:flex}#coll_stats_main .table .table_header p{color:var(--grey);font-weight:700;width:11.6666666667%}#coll_stats_main .table .table_header p.collection{width:30%}#coll_stats_main .table .table_header p.right{padding-right:20px;text-align:right}#coll_stats_main .table .table_header p span{color:var(--white);font-weight:700}#coll_stats_main .table .table_body{display:flex;flex-direction:column}#coll_stats_main .table .table_body .table_row{display:flex;justify-content:space-between;align-items:center;padding:20px 0}#coll_stats_main .table .table_body .table_row .collection{display:flex;align-items:center;width:30%;font-size:1.2rem}#coll_stats_main .table .table_body .table_row .collection img{width:70px;height:70px;border-radius:10px;margin-right:20px}#coll_stats_main .table .table_body .table_row p{color:var(--white);width:8.75%}#coll_stats_main .table .table_body .table_row p.right{padding-right:20px;text-align:right}#coll_stats_main .table .table_body .table_row p.center{text-align:center;padding-right:20px}#coll_stats_main .table .table_body .table_row p.row_danger{color:var(--danger)}#coll_stats_main .table .table_body .table_row p.row_success{color:var(--success)}#coll_stats_main .table .table_body .no_data{display:flex;justify-content:center;align-items:center;padding:70px;font-size:2.5rem;color:var(--white)}#coll_stats_main .table .table_body .no_data_btn{padding:20px 60px;background-color:var(--pink);width:200px;margin:0 auto}#user_contracts_main{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:200px 0}#user_contracts_main h1{font-size:5rem;margin-bottom:20px;color:var(--pink);font-weight:700}#user_contracts_main h2{font-size:2rem;margin-bottom:20px}#user_contracts_main h2 a{text-decoration:underline}#user_contracts_main .search{display:flex;align-items:center;width:50%;background-color:#fefefe30;border-radius:60px;padding:20px}#user_contracts_main .search input{width:90%;background-color:transparent;border:none;outline:none;color:#fff;margin-left:20px;font-size:1.2rem}@media (max-width: 768px){#user_contracts_main{margin:100px 0}#user_contracts_main h1{font-size:3rem}#user_contracts_main h2{text-align:center;font-size:1.5rem}#user_contracts_main .search{width:80%;padding:10px}#user_contracts_main .search input{font-size:1rem}}#settings_main #settings_content{width:80%;padding-left:var(--paddingH);margin-left:var(--paddingH);border-left:1px solid var(--white);display:flex}#settings_main #settings_content .info{width:70%}#settings_main #settings_content .info h1{font-size:2.5rem;margin-bottom:3rem;font-weight:700}#settings_main #settings_content .info .form_input{margin-bottom:1rem}#settings_main #settings_content .info .form_input label{font-size:1.2rem;font-weight:700}#settings_main #settings_content .info .form_input input,#settings_main #settings_content .info .form_input textarea{width:100%;border-radius:10px;border:1px solid var(--violet);margin-top:.5rem}#settings_main #settings_content .info .social_media h3{font-size:1.5rem;margin-bottom:1rem;font-weight:700}#settings_main #settings_content .info .social_media p{font-size:1.2rem;margin-bottom:2rem}#settings_main #settings_content .info .social_media .social_item{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}#settings_main #settings_content .info .social_media .social_item .social_name{font-size:1.5rem;margin:0}#settings_main #settings_content .info .social_media .social_item svg{width:30px;margin-right:1rem}#settings_main #settings_content .info .social_media .social_item button{background-color:var(--pink);color:var(--white);padding:1rem 3rem;border-radius:10px;border:none;cursor:pointer;font-size:1.2rem;transition:all .3s;margin:0}#settings_main #settings_content .info .social_media .social_item button:hover{background-color:var(--violet)}#settings_main #settings_content .info .social_media .link{display:flex;align-items:center;margin-bottom:2rem;background-color:var(--grey);border-radius:10px;padding:0rem 1rem}#settings_main #settings_content .info .social_media .link input{width:100%;border-radius:10px;padding:1.2rem 1rem;font-size:1.2rem;color:var(--white);border:none;background-color:transparent}#settings_main #settings_content .info .wallet h3{font-size:1.5rem;margin-bottom:1rem;font-weight:700}#settings_main #settings_content .info .wallet p{font-size:1.2rem;margin-bottom:2rem;margin-right:1rem}#settings_main #settings_content .info button[type=submit]{background-color:var(--pink);color:var(--white);padding:1rem 3rem;width:100%;border-radius:10px;border:none;cursor:pointer;font-size:1.2rem;transition:all .3s;margin:0}#settings_main #settings_content .info button[type=submit]:hover{background-color:var(--violet)}#settings_main #settings_content .image{width:30%;padding-top:90px;padding-left:40px}#settings_main #settings_content .image p{font-size:1.2rem;font-weight:700;margin-bottom:2rem}#settings_main #settings_content .image svg{cursor:pointer;color:var(--pink);font-size:1.5rem;position:absolute;bottom:0;right:0}#settings_main #settings_content .image .profile_image{margin-bottom:40px}#settings_main #settings_content .image .profile_image .image_container{position:relative;width:150px}#settings_main #settings_content .image .profile_image .image_container img{width:150px;height:150px;border-radius:50%;object-fit:cover}#settings_main #settings_content .image .cover_image,#settings_main #settings_content .image .cover_image .image_container{position:relative}#settings_main #settings_content .image .cover_image .image_container img{width:100%;height:150px;object-fit:cover;border-radius:10px}#settings_main #settings_content .image .cover_image .image_container svg{bottom:-30px}@media screen and (max-width: 1024px){#settings_main{flex-direction:column}#settings_main #settings_nav{width:100%!important;margin-bottom:2rem}#settings_main #settings_content{width:100%;border-left:none;padding-left:0;margin-left:0}#settings_main #settings_content .info{width:100%}#settings_main #settings_content .info .social_media .social_item{flex-direction:column;align-items:flex-start}}@media screen and (max-width: 768px){#settings_main #settings_nav ul{padding:1rem 1rem 3rem}#settings_main #settings_content{flex-direction:column;align-items:center;justify-content:center}#settings_main #settings_content .info .form_input label,#settings_main #settings_content .info .form_input input,#settings_main #settings_content .info .form_input textarea{font-size:1rem}#settings_main #settings_content .info .social_media h3{font-size:1.2rem}#settings_main #settings_content .info .social_media p{font-size:1rem}#settings_main #settings_content .info .social_media .social_item .social_name{font-size:1.2rem}#settings_main #settings_content .info .social_media .social_item button{font-size:1rem;padding:.8rem 2rem;width:100%;margin-top:10px}#settings_main #settings_content .info .social_media .link input{font-size:1rem;padding:1rem}#settings_main #settings_content .info .wallet h3{font-size:1.2rem}#settings_main #settings_content .info .wallet p{font-size:1rem}#settings_main #settings_content .info button[type=submit]{font-size:1rem;padding:.8rem 2rem}#settings_main #settings_content .image{padding:30px 0;width:100%}#settings_main #settings_content .image p{font-size:1rem}#settings_main #settings_content .image svg{font-size:1.2rem}}#helpcenter_main h1{font-size:3rem;font-weight:700;margin-bottom:20px;text-align:center;margin-top:50px}#helpcenter_main .search{background-color:var(--grey);padding:10px;width:50%;height:40px;border-radius:50px;display:flex;align-items:center;margin:0 auto}#helpcenter_main .search input{border:none;background-color:transparent;color:var(--grey);width:100%;padding:10px;border-radius:5px}#helpcenter_main .search input::placeholder{color:var(--grey)}@media screen and (max-width: 768px){#helpcenter_main h1{font-size:2rem}#helpcenter_main .search{width:90%}}#settings_main #settingsacc_content{display:flex;flex-direction:column;width:80%;padding-left:var(--paddingH);margin-left:var(--paddingH);border-left:1px solid var(--white)}#settings_main #settingsacc_content h1{font-size:2rem;font-weight:700;margin-bottom:20px}#settings_main #settingsacc_content h2{font-size:1.2rem;font-weight:700;margin-bottom:40px}#settings_main #settingsacc_content .questions{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}#settings_main #settingsacc_content .question{overflow:hidden;width:100%;display:flex;flex-direction:column;justify-content:space;padding:30px;background-color:#18024f;margin:10px 0;border-radius:10px;cursor:pointer;height:80px;transition:all .3s}#settings_main #settingsacc_content .question.open{height:250px}#settings_main #settingsacc_content .question.open.big{height:350px}#settings_main #settingsacc_content .question h3{font-size:1.5rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;width:100%}#settings_main #settingsacc_content .question .icon{font-size:1.5rem;background-color:transparent;border-radius:10px}#settings_main #settingsacc_content .question select{width:100%;padding:10px;margin-top:10px;border-radius:10px;border:none;background-color:var(--transparent);color:var(--white)}#settings_main #settingsacc_content .question select option{background-color:var(--violet);color:var(--white)}#settings_main #settingsacc_content .question button{width:30%;padding:20px;margin-top:10px;border-radius:10px;border:none;background-color:var(--violet);color:var(--danger);font-weight:700;cursor:pointer;transition:all .3s}#settings_main #settingsacc_content .question button:hover{background-color:var(--blue)}#settings_main #settingsacc_content .question p{font-size:1.2rem;line-height:1.5;margin-top:40px;text-align:left}#settings_main #settingsacc_content .question p a{color:var(--blue);text-decoration:none;font-weight:700}#settings_main #settingsacc_content .question p.disclaimer{font-size:1rem;margin-top:20px;width:80%;background-color:var(--transparent);padding:20px;border-radius:10px}@media screen and (max-width: 1000px){#settings_main{flex-direction:column}#settings_main #settings_nav{width:100%;margin-bottom:2rem}#settings_main #settingsacc_content{width:100%;border-left:none;padding-left:0;margin-left:0}#settings_main #settingsacc_content h1{font-size:1.5rem;text-align:center}#settings_main #settingsacc_content h2{font-size:1.1rem;text-align:center}#settings_main #settingsacc_content .question{width:100%;padding:20px;height:70px}#settings_main #settingsacc_content .question.open{height:300px!important}#settings_main #settingsacc_content .question.open.big{height:500px!important}#settings_main #settingsacc_content .question h3{font-size:1.2rem}#settings_main #settingsacc_content .question button,#settings_main #settingsacc_content .question p.disclaimer{width:100%}}#settings_main #settingsear_content{width:80%;padding-left:var(--paddingH);margin-left:var(--paddingH);border-left:1px solid var(--white)}#settings_main #settingsear_content h1{font-size:2rem;font-weight:700;margin-bottom:20px}#settings_main #settingsear_content p{font-size:1.2rem;margin-bottom:40px;line-height:1.5;width:80%}#settings_main #settingsear_content p.disclaimer{padding:20px;background-color:#18024f;border-radius:10px;color:#fff;font-size:1.2rem;font-weight:700}@media screen and (max-width: 768px){#settings_main{flex-direction:column}#settings_main #settings_nav{width:100%;margin-bottom:20px}#settings_main #settingsear_content{width:100%;border:none;text-align:center;margin:0;display:flex;flex-direction:column;align-items:center;padding:0}#settings_main #settingsear_content h1{font-size:1.5rem}#settings_main #settingsear_content p{font-size:1rem}}#settings_main #settingsft_content{display:flex;flex-direction:column;width:80%;padding-left:var(--paddingH);margin-left:var(--paddingH);border-left:1px solid var(--white)}#settings_main #settingsft_content h1{font-size:2rem;font-weight:700}@media screen and (max-width: 1000px){#settings_main{flex-direction:column}#settings_main #settings_nav{width:100%;margin-bottom:2rem}#settings_main #settingsft_content{width:100%;border-left:none;padding-left:0;margin-left:0}}@media screen and (max-width: 600px){#settings_main #settingsft_content{width:100%;border-left:none;padding-left:0;margin-left:0}#settings_main #settingsft_content h1{font-size:1.5rem}}#settings_main #settingsnot_content{display:flex;flex-direction:column;width:80%;padding-left:var(--paddingH);margin-left:var(--paddingH);border-left:1px solid var(--white)}#settings_main #settingsnot_content h1{font-size:2rem;font-weight:700;margin-bottom:30px}#settings_main #settingsnot_content #settingsnot_content_list{margin:20px 0;width:70%;border:2px solid var(--pink);border-radius:20px}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item{display:flex;padding:30px;border-bottom:1px solid var(--pink)}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item:last-child{border:none}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item .checkbox{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border:1px solid var(--lightblue);border-radius:5px;cursor:pointer;margin-right:20px}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item .checkbox.active{background-color:var(--lightblue)}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item h3{font-size:1.5rem;font-weight:700;margin-bottom:10px}#settings_main #settingsnot_content_minbid h2{font-size:1.5rem;font-weight:700;margin-bottom:20px}#settings_main #settingsnot_content_minbid div{display:flex;justify-content:space-between;align-items:center;margin:20px 0}#settings_main #settingsnot_content_minbid div p{font-size:1.2rem;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}#settings_main #settingsnot_content_minbid div p img{margin-bottom:5px}#settings_main #settingsnot_content_minbid div h3{font-size:1.2rem;font-weight:700}#settings_main #settingsnot_content_minbid div input{height:100%}#settings_main button[type=submit]{width:100%;height:50px;background-color:var(--pink);color:var(--white);font-size:1.2rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:all .3s}#settings_main button[type=submit]:hover{background-color:var(--lightblue)}@media screen and (max-width: 1000px){#settings_main{flex-direction:column}#settings_main #settings_nav{width:100%;margin-bottom:2rem}#settings_main #settingsnot_content{width:90%;margin-left:var(--paddingH);border:none}#settings_main #settingsnot_content #settingsnot_content_list{width:100%}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item{padding:20px;flex-direction:column;align-items:center}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item h3{font-size:1.2rem}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item .checkbox{width:20px;height:20px;margin-bottom:10px}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item .checkbox.active{background-color:var(--lightblue)}#settings_main #settingsnot_content #settingsnot_content_list .settingsnot_content_list_item p{font-size:.8rem}#settings_main #settingsnot_content #settingsnot_content_minbid{text-align:center}#settings_main #settingsnot_content #settingsnot_content_minbid div{flex-direction:column;align-items:center}#settings_main #settingsnot_content #settingsnot_content_minbid div p{font-size:1rem;margin-bottom:10px}#settings_main #settingsnot_content #settingsnot_content_minbid div h3{font-size:1rem}#settings_main #settingsnot_content #settingsnot_content_minbid div input{width:100%}}@media screen and (max-width: 600px){#settings_main #settingsnot_content{border:none;width:90%;margin-left:var(--paddingH)}}#settings_main{padding:var(--paddingH);display:flex}#settings_main #settings_nav{width:15%}#settings_main #settings_nav h2{font-size:1.5rem;margin-bottom:1rem;font-weight:700}#settings_main #settings_nav ul{list-style-type:none;padding:0;margin:0;background-color:var(--violet);border-radius:20px;padding:2rem 1rem 5rem}#settings_main #settings_nav ul li{margin-bottom:1rem;cursor:pointer;transition:all .3s;font-size:1.1rem;padding:10px;border-radius:10px}#settings_main #settings_nav ul li svg{width:30px}#settings_main #settings_nav ul li.active{background-color:var(--pink)}#settings_main #settingsof_content{display:flex;flex-direction:column;width:80%;padding-left:var(--paddingH);margin-left:var(--paddingH);border-left:1px solid var(--white)}#settings_main #settingsof_content h1{font-size:2rem;font-weight:700;margin-bottom:30px}#settings_main #settingsof_content .config h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}#settings_main #settingsof_content .config p{font-size:1.1rem;margin-bottom:60px}#settings_main #settingsof_content .config .toggle{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}#settings_main #settingsof_content .config .toggle p{font-size:1.1rem}#settings_main #settingsof_content button{width:200px;height:50px;background-color:var(--pink);color:var(--white);border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}#settings_main #settingsof_content button:hover{background-color:var(--violet)}#settings_main #settingsof_content .offers_container{padding:50px 100px}#settings_main #settingsof_content .offers_container .no_offers{font-size:1.5rem;margin-bottom:30px;text-align:center;height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center;border:2px solid var(--pink);border-radius:20px}#settings_main #settingsof_content .offers_container .no_offers h2{font-size:1.5rem;font-weight:700}#settings_main #settingsof_content .offers_container .no_offers p{font-size:1.1rem;margin-top:30px}@media screen and (max-width: 1024px){#settings_main{flex-direction:column}#settings_main #settings_nav{width:100%!important;margin-bottom:2rem}#settings_main #settingsof_content{width:100%!important;border-left:none;padding-left:0;margin-left:0}#settings_main #settingsof_content button{width:100%}#settings_main #settingsof_content .offers_container{padding:30px 0}#settings_main #settingsof_content .offers_container .no_offers h2{font-size:1.2rem}#settings_main #settingsof_content .offers_container .no_offers p{font-size:1rem}}#drop_main{padding:var(--paddingH)}#drop_main #hero{position:relative;height:70vh;box-sizing:border-box;width:100%;border-radius:20px}#drop_main #hero img{width:100%;height:100%;position:absolute;object-fit:cover;border-radius:50px}#drop_main #hero .hero_drops_text,#drop_main #hero button{z-index:2}#drop_main #hero .hero_drops_text{position:absolute;bottom:50px;left:50px}#drop_main #hero .hero_drops_text h2{font-size:3rem;color:var(--white)}#drop_main #hero .hero_drops_text p{font-size:1.5rem;color:var(--white)}#drop_main #hero .btn{width:200px;font-size:1.2rem;height:70px;position:absolute;bottom:50px;right:50px;background-color:var(--pink);transition:background-color .3s}#drop_main #hero .btn:hover{background-color:var(--blue)}#drop_main #drops_section{margin-top:50px}#drop_main #drops_section .drops_section_filter{display:flex}#drop_main #drops_section .drops_section_filter p{padding:10px 25px;margin-right:40px;font-size:1.5rem;border-radius:10px}#drop_main #drops_section .drops_section_filter p#drops_filter_selected{background:linear-gradient(180deg,var(--pink) 0%,var(--dark-violet) 100%)}#buy_modal .modal_content{width:40%;position:relative;min-height:80%}#buy_modal .modal_content .basic_form .form_division{display:flex;justify-content:space-between;margin-bottom:5px}#buy_modal .modal_content .basic_form .form_division .form_group{width:48%}#buy_modal .modal_content .basic_form .form_group{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:30px}#buy_modal .modal_content .basic_form .form_group label{font-size:1.2rem;margin-bottom:5px}#buy_modal .modal_content .basic_form .form_group input{width:100%;padding:15px;font-size:1.2rem;border-radius:10px;border:none}#buy_modal .modal_content .basic_form .form_group p{text-align:center;margin-top:10px}#buy_modal .modal_content .basic_form .btn{width:100%;padding:15px;font-size:1.2rem;background-color:var(--pink);transition:all .3s}#buy_modal .modal_content .basic_form .btn:hover{background-color:var(--blue)}#buy_modal .modal_content .back{position:absolute;top:10px;left:20px;color:var(--white);font-size:1.5rem;cursor:pointer}#buy_modal .modal_content .step_1 h3{font-size:1.4rem;margin-bottom:1rem;font-weight:700}#buy_modal .modal_content .step_1 .qty_input{background-color:var(--white);display:flex;border-radius:20px;position:relative;margin-bottom:30px}#buy_modal .modal_content .step_1 .qty_input input{width:100%;padding:20px 10px;border-radius:20px;font-size:1.2rem}#buy_modal .modal_content .step_1 .qty_input ul{position:absolute;right:20px;top:7.5px;height:calc(100% - 15px);overflow:hidden}#buy_modal .modal_content .step_1 .qty_input ul li{color:var(--black);display:flex;align-items:center;min-height:100%;padding:10px;background-color:#00000050;margin-bottom:10px;border-radius:20px;font-weight:700;cursor:pointer}#buy_modal .modal_content .step_1 .qty_input ul li img{width:30px;height:30px;border-radius:50%;margin-right:10px}#buy_modal .modal_content .step_1 .qty_input ul li svg{margin-left:10px}#buy_modal .modal_content .step_1 .receive_info{margin-bottom:20px}#buy_modal .modal_content .step_1 .receive_info .receive_info_header{display:flex;padding:20px;justify-content:space-between;background-color:#00000090;border-radius:15px;border:1px solid rgba(255,255,255,.3764705882);cursor:pointer;transition:all .3s}#buy_modal .modal_content .step_1 .receive_info .receive_info_header svg{transition:all .3s}#buy_modal .modal_content .step_1 .receive_info#receive_info_active .receive_info_header{border-bottom-left-radius:0;border-bottom-right-radius:0}#buy_modal .modal_content .step_1 .receive_info#receive_info_active .receive_info_header svg{transform:rotate(180deg)}#buy_modal .modal_content .step_1 .receive_info#receive_info_active .receive_info_body{height:auto;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);padding:20px}#buy_modal .modal_content .step_1 .receive_info .receive_info_body{background-color:#00000090;border-radius:0 0 15px 15px;border:1px solid rgba(255,255,255,.3764705882);border-top:none;padding:0;clip-path:polygon(0 0,100% 0,100% 0,0 0);height:0;transition:all .3s;overflow:hidden}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li{display:flex;justify-content:space-between;margin-bottom:20px}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li p span{color:#ffffff90}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li p.bold{font-weight:700}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li p.bold span{font-weight:400}#buy_modal .modal_content .step_1 .update_time{text-align:center;margin-bottom:20px;font-size:1rem}#buy_modal .modal_content .step_1 .update_time svg{margin-right:10px}#buy_modal .modal_content .step_1 .btn{width:100%;padding:15px;font-size:1rem;background-color:var(--pink);transition:all .3s}#buy_modal .modal_content .step_1 .btn:hover{background-color:var(--blue)}#buy_modal .modal_content .step_1 .terms{margin-top:20px;font-size:1rem;text-align:center}#buy_modal .modal_content .step_1 .terms a{color:var(--lightblue);font-weight:700}#buy_modal .modal_content .step_2{position:absolute;top:0;left:0;padding:20px;background-color:#170142;height:100%;transition:all .5s;clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);z-index:2;display:flex;flex-direction:column;justify-content:space-evenly}#buy_modal .modal_content .step_2#step_2_active{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}#buy_modal .modal_content .step_2 .step_2_header{display:flex;flex-direction:column;align-items:center}#buy_modal .modal_content .step_2 .step_2_header .images{display:flex;justify-content:center;margin-bottom:20px}#buy_modal .modal_content .step_2 .step_2_header .images img{width:80px;height:80px;margin-right:20px}#buy_modal .modal_content .step_2 .step_2_header h3{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:20px}#buy_modal .modal_content .step_2 .step_2_header p{width:80%;text-align:center;opacity:.6;font-size:1.2rem}#buy_modal .modal_content .step_2 .input{background-color:var(--white);margin-top:20px;display:flex;padding:0 0 0 10px;align-items:center}#buy_modal .modal_content .step_2 .input svg{font-size:2rem;color:var(--black)}#buy_modal .modal_content .step_2 .input input{width:90%;font-size:1.2rem;border:none;padding:20px}#buy_modal .modal_content .step_2 .btn{width:100%;padding:15px;font-size:1.2rem;background-color:var(--pink);transition:all .3s}#buy_modal .modal_content .step_2 .btn:hover{background-color:var(--blue)}#buy_modal .modal_content .step_2 .terms{margin-top:20px;font-size:1rem;text-align:center;line-height:1.5}#buy_modal .modal_content .step_2 .terms a{text-decoration:underline;font-weight:700}#buy_modal .modal_content .step_3{position:absolute;top:0;left:0;padding:60px 50px;background-color:#170142;height:100%;transition:all .5s;clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);z-index:2;display:flex;flex-direction:column;justify-content:space-between}#buy_modal .modal_content .step_3#step_3_active{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}#buy_modal .modal_content .step_3 .header h3{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:10px}#buy_modal .modal_content .step_3 .header p{opacity:.8;font-size:1.2rem}#buy_modal .modal_content .step_3 .header p a{color:var(--lightblue)}#buy_modal .modal_content .step_3 .header .code_inputs{display:flex;justify-content:space-between;width:100%;margin:20px 0}#buy_modal .modal_content .step_3 .header .code_inputs input{width:15%;padding:20px;font-size:1.5rem;text-align:center;background-color:#ffffff50;border:none;border-radius:20px;color:var(--white)}#buy_modal .modal_content .step_3 .header .resend{text-align:center;font-size:1.2rem;margin-top:20px;cursor:pointer;opacity:1}#buy_modal .modal_content .step_3 .header .resend span{color:var(--pink);font-weight:700}#buy_modal .modal_content .step_3 .terms .checkbox{display:flex;align-items:center;margin-top:20px}#buy_modal .modal_content .step_3 .terms .checkbox input{margin-right:10px}#buy_modal .modal_content .step_3 .terms .checkbox input:checked{background-color:var(--pink)}#buy_modal .modal_content .step_3 .terms .checkbox p{font-size:1rem;line-height:1.5}#buy_modal .modal_content .step_3 .terms .btn{width:100%;padding:15px;margin-top:20px;font-size:1.2rem;background-color:var(--pink);transition:all .3s}#buy_modal .modal_content .step_3 .terms .btn:hover{background-color:var(--blue)}#buy_modal .modal_content .step_4{position:absolute;top:0;left:0;padding:60px 50px;background-color:#170142;height:100%;transition:all .5s;clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);z-index:2;display:flex;flex-direction:column;justify-content:space-between}#buy_modal .modal_content .step_4#step_4_active{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}#buy_modal .modal_content .step_4 .header h3{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:10px}#buy_modal .modal_content .step_4 .header p{opacity:.8;font-size:1.2rem;line-height:1.2}#buy_modal .modal_content .step_4 .header p a{color:var(--lightblue)}#buy_modal .modal_content .step_5{position:absolute;top:0;left:0;padding:60px 50px;background-color:#170142;height:100%;width:100%;transition:all .5s;overflow-y:auto;clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);z-index:2;display:flex;flex-direction:column;justify-content:space-between}#buy_modal .modal_content .step_5::-webkit-scrollbar{width:10px;background-color:var(--transparent)}#buy_modal .modal_content .step_5::-webkit-scrollbar-thumb{background-color:var(--pink);border-radius:10px}#buy_modal .modal_content .step_5#step_5_active{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}#buy_modal .modal_content .step_5 .header h3{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:10px}#buy_modal .modal_content .step_5 .header p{opacity:.8;font-size:1.2rem;line-height:1.2;margin-bottom:30px}#buy_modal .modal_content .step_5 .header p a{color:var(--lightblue)}#buy_modal .modal_content .step_5 .manually{text-align:center;cursor:pointer}#buy_modal .modal_content .step_6{position:absolute;top:0;left:0;padding:60px 50px;background-color:#170142;height:100%;width:100%;transition:all .5s;overflow-y:auto;clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);z-index:2;display:flex;flex-direction:column;justify-content:space-between}#buy_modal .modal_content .step_6::-webkit-scrollbar{width:10px;background-color:var(--transparent)}#buy_modal .modal_content .step_6::-webkit-scrollbar-thumb{background-color:var(--pink);border-radius:10px}#buy_modal .modal_content .step_6#step_6_active{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}#buy_modal .modal_content .step_6 h3{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:10px}#buy_modal .modal_content .step_6 p{opacity:.8;font-size:1.2rem;line-height:1.2;margin-bottom:30px}#buy_modal .modal_content .step_6 p a{color:var(--lightblue)}#buy_modal .modal_content .step_6 .disclaimer{opacity:1}@media screen and (max-width: 768px){#buy_modal .modal_content{width:90%;padding:10px;overflow-x:hidden}#buy_modal .modal_content .basic_form .form_division{display:block}#buy_modal .modal_content .basic_form .form_division .form_group{width:100%}#buy_modal .modal_content .basic_form .form_group{margin-bottom:20px}#buy_modal .modal_content .basic_form .form_group input,#buy_modal .modal_content .basic_form .btn{padding:10px;font-size:1rem}#buy_modal .modal_content .step_1 .qty_input input{padding:10px}#buy_modal .modal_content .step_1 .qty_input ul li{padding:5px;font-size:.8rem}#buy_modal .modal_content .step_1 .qty_input ul li img{width:20px;height:20px}#buy_modal .modal_content .step_1 .receive_info .receive_info_header{padding:10px;font-size:.6rem}#buy_modal .modal_content .step_1 .receive_info .receive_info_header svg{font-size:1rem}#buy_modal .modal_content .step_1 .receive_info .receive_info_body{padding:10px;font-size:.6rem}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li{margin-bottom:10px}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li p{text-align:left}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li p span{text-align:right}#buy_modal .modal_content .step_1 .update_time{font-size:.8rem}#buy_modal .modal_content .step_1 .update_time svg{margin-right:5px}#buy_modal .modal_content .step_1 .btn{padding:10px;font-size:.8rem}#buy_modal .modal_content .step_1 .terms{font-size:.8rem}#buy_modal .modal_content .step_2{padding:40px}#buy_modal .modal_content .step_2 .step_2_header .images img{width:50px;height:50px}#buy_modal .modal_content .step_2 .step_2_header h3{font-size:1.5rem}#buy_modal .modal_content .step_2 .step_2_header p{font-size:1rem}#buy_modal .modal_content .step_2 .input svg{font-size:1.5rem}#buy_modal .modal_content .step_2 .input input{font-size:1rem;padding:10px}#buy_modal .modal_content .step_2 .btn{padding:10px;font-size:1rem}#buy_modal .modal_content .step_2 .terms{font-size:.8rem}#buy_modal .modal_content .step_3{padding:40px;justify-content:space-evenly}#buy_modal .modal_content .step_3 .header h3{font-size:1.5rem}#buy_modal .modal_content .step_3 .header p{font-size:1rem}#buy_modal .modal_content .step_3 .header .code_inputs input{padding:10px;font-size:1rem}#buy_modal .modal_content .step_3 .header .resend{font-size:1rem}#buy_modal .modal_content .step_3 .terms .checkbox input{margin-right:5px}#buy_modal .modal_content .step_3 .terms .checkbox p{font-size:.8rem}#buy_modal .modal_content .step_3 .terms .btn{padding:10px;font-size:.8rem}#buy_modal .modal_content .step_4{padding:40px;height:100%;overflow-y:auto}#buy_modal .modal_content .step_4 .header h3{font-size:1.5rem}#buy_modal .modal_content .step_4 .header p{font-size:.8rem;margin-bottom:10px}#buy_modal .modal_content .step_5{padding:40px;height:100%}#buy_modal .modal_content .step_5 .header h3{font-size:1.5rem}#buy_modal .modal_content .step_6{padding:40px}#buy_modal .modal_content .step_6 h3{font-size:1rem;margin-bottom:2px}#buy_modal .modal_content .step_6 p{font-size:.7rem;margin-bottom:0}#buy_modal .modal_content .step_6 .disclaimer{margin-bottom:10px}}@media screen and (max-width: 480px){#buy_modal .modal_content .basic_form .form_group input,#buy_modal .modal_content .basic_form .btn{padding:5px;font-size:.8rem}#buy_modal .modal_content .step_1{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding-top:20px}#buy_modal .modal_content .step_1 .qty_input input{padding:5px}#buy_modal .modal_content .step_1 .qty_input ul li{padding:5px;font-size:.6rem}#buy_modal .modal_content .step_1 .qty_input ul li img{width:15px;height:15px}#buy_modal .modal_content .step_1 .receive_info .receive_info_header{padding:5px;font-size:.5rem}#buy_modal .modal_content .step_1 .receive_info .receive_info_header svg{font-size:.8rem}#buy_modal .modal_content .step_1 .receive_info .receive_info_body{padding:5px;font-size:.5rem}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li{margin-bottom:5px}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li p{text-align:left}#buy_modal .modal_content .step_1 .receive_info .receive_info_body li p span{text-align:right}#buy_modal .modal_content .step_1 .update_time{font-size:.6rem}#buy_modal .modal_content .step_1 .update_time svg{margin-right:5px}#buy_modal .modal_content .step_1 .btn{padding:5px;font-size:.6rem}#buy_modal .modal_content .step_1 .terms{font-size:.6rem}#buy_modal .modal_content .step_2{padding:20px}#buy_modal .modal_content .step_2 .step_2_header .images img{width:30px;height:30px}#buy_modal .modal_content .step_2 .step_2_header h3{font-size:1rem}#buy_modal .modal_content .step_2 .step_2_header p{font-size:.8rem}#buy_modal .modal_content .step_2 .input svg{font-size:1rem}#buy_modal .modal_content .step_2 .input input{font-size:.8rem;padding:5px}#buy_modal .modal_content .step_2 .btn{padding:5px;font-size:.8rem}#buy_modal .modal_content .step_2 .terms{font-size:.6rem}#buy_modal .modal_content .step_3{padding:20px;justify-content:space-evenly}#buy_modal .modal_content .step_3 .header h3{font-size:1rem}#buy_modal .modal_content .step_3 .header p{font-size:.8rem}#buy_modal .modal_content .step_3 .header .code_inputs input{padding:5px;font-size:.8rem}#buy_modal .modal_content .step_3 .header .resend{font-size:.8rem}#buy_modal .modal_content .step_4{padding:20px;height:100%;overflow-y:auto;display:flex;flex-direction:column;justify-content:space-evenly}#buy_modal .modal_content .step_4 .header h3{font-size:1rem}#buy_modal .modal_content .step_4 .header p{font-size:.6rem;margin-bottom:10px}#buy_modal .modal_content .step_5{padding:20px;height:100%;overflow-y:auto;display:flex;flex-direction:column;justify-content:space-evenly}#buy_modal .modal_content .step_5 .header h3{font-size:1rem}#buy_modal .modal_content .step_5 .header p{font-size:.6rem;margin-bottom:10px}#buy_modal .modal_content .step_6{padding:20px;overflow-y:auto;display:flex;flex-direction:column;justify-content:space-evenly}#buy_modal .modal_content .step_6 h3{font-size:.8rem}#buy_modal .modal_content .step_6 p{font-size:.6rem;margin-bottom:0}#buy_modal .modal_content .step_6 .disclaimer{margin-bottom:10px}}#getinto_modal .modal_content{position:relative;height:90%}#getinto_modal .modal_content h3{font-size:2rem;font-weight:600;margin-bottom:1rem;text-align:center}#getinto_modal .modal_content .method{display:flex;position:relative}#getinto_modal .modal_content .method li{width:50%;text-align:center;padding:2rem 1.5rem;font-size:1.2rem;border-bottom:1px solid var(--pink);transition:all .3s ease-in-out;cursor:pointer}#getinto_modal .modal_content .method .bar{position:absolute;width:50%;height:5px;background-color:var(--pink);transition:all .3s ease-in-out;left:0;bottom:0}#getinto_modal .modal_content .method .bar#bar_active{left:50%}#getinto_modal .modal_content .content{display:flex;flex-direction:column}#getinto_modal .modal_content .content svg{font-size:6rem;margin:30px 0}#getinto_modal .modal_content .content p{text-align:center;font-size:1.2rem}#getinto_modal .modal_content .content .copy{margin-top:40px;display:flex;justify-content:space-between}#getinto_modal .modal_content .content .copy input{width:75%;padding:1rem;font-size:1.2rem;border:1px solid var(--pink);border-radius:5px;margin-bottom:1rem}#getinto_modal .modal_content .content .copy .btn{width:23%;height:100%;padding:1rem;font-size:1.2rem;background-color:var(--pink);color:#fff;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease-in-out}#getinto_modal .modal_content .content .copy .btn:hover{background-color:var(--blue)}#getinto_modal .modal_content .content_2{position:absolute;width:100%;height:70%;bottom:0;left:0;display:flex;flex-direction:column;padding:30px;background-color:#170142;clip-path:polygon(0 100%,100% 100%,100% 100%,0% 100%);transition:all .3s ease-in-out}#getinto_modal .modal_content .content_2#active{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#getinto_modal .modal_content .content_2 h3{font-size:1.4rem;margin-bottom:1rem;font-weight:700}#getinto_modal .modal_content .content_2 .qty_input{background-color:var(--white);display:flex;border-radius:20px;position:relative;margin-bottom:30px}#getinto_modal .modal_content .content_2 .qty_input input{width:100%;padding:20px 10px;border-radius:20px;font-size:1.2rem}#getinto_modal .modal_content .content_2 .qty_input ul{position:absolute;right:20px;top:7.5px;height:calc(100% - 15px);overflow:hidden}#getinto_modal .modal_content .content_2 .qty_input ul li{color:var(--black);display:flex;align-items:center;min-height:100%;padding:10px;background-color:#00000050;margin-bottom:10px;border-radius:20px;font-weight:700;cursor:pointer}#getinto_modal .modal_content .content_2 .qty_input ul li img{width:30px;height:30px;border-radius:50%;margin-right:10px}#getinto_modal .modal_content .content_2 .qty_input ul li svg{margin-left:10px}#getinto_modal .modal_content .content_2 .receive_info{margin-bottom:20px}#getinto_modal .modal_content .content_2 .receive_info .receive_info_header{display:flex;padding:20px;justify-content:space-between;background-color:#00000090;border-radius:15px;border:1px solid rgba(255,255,255,.3764705882);cursor:pointer;transition:all .3s}#getinto_modal .modal_content .content_2 .receive_info .receive_info_header svg{transition:all .3s}#getinto_modal .modal_content .content_2 .receive_info#receive_info_active .receive_info_header{border-bottom-left-radius:0;border-bottom-right-radius:0}#getinto_modal .modal_content .content_2 .receive_info#receive_info_active .receive_info_header svg{transform:rotate(180deg)}#getinto_modal .modal_content .content_2 .receive_info#receive_info_active .receive_info_body{height:auto;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);padding:20px}#getinto_modal .modal_content .content_2 .receive_info .receive_info_body{background-color:#00000090;border-radius:0 0 15px 15px;border:1px solid rgba(255,255,255,.3764705882);border-top:none;padding:0;clip-path:polygon(0 0,100% 0,100% 0,0 0);height:0;transition:all .3s;overflow:hidden}#getinto_modal .modal_content .content_2 .receive_info .receive_info_body li{display:flex;justify-content:space-between;margin-bottom:20px}#getinto_modal .modal_content .content_2 .receive_info .receive_info_body li p span{color:#ffffff90}#getinto_modal .modal_content .content_2 .receive_info .receive_info_body li p.bold{font-weight:700}#getinto_modal .modal_content .content_2 .receive_info .receive_info_body li p.bold span{font-weight:400}#getinto_modal .modal_content .content_2 .update_time{text-align:center;margin-bottom:20px;font-size:1rem}#getinto_modal .modal_content .content_2 .update_time svg{margin-right:10px}#getinto_modal .modal_content .content_2 .btn{width:100%;padding:15px;font-size:1rem;background-color:var(--pink);transition:all .3s}#getinto_modal .modal_content .content_2 .btn:hover{background-color:var(--blue)}#getinto_modal .modal_content .content_2 .terms{margin-top:20px;font-size:1rem;text-align:center}#getinto_modal .modal_content .content_2 .terms a{color:var(--lightblue);font-weight:700}@media screen and (max-width: 768px){#getinto_modal .modal_content{display:flex;flex-direction:column;align-items:center;padding:40px 10px}#getinto_modal .modal_content .method li{padding:1.5rem 0rem;font-size:1rem}#getinto_modal .modal_content .content svg{font-size:4rem}#getinto_modal .modal_content .content p{font-size:1rem}#getinto_modal .modal_content .content .copy input{padding:.8rem;width:50%;font-size:1rem;height:100%}#getinto_modal .modal_content .content .copy .btn{padding:1rem;box-sizing:border-box;width:45%;font-size:1rem}#getinto_modal .modal_content .content_2{padding:20px;overflow-y:auto}#getinto_modal .modal_content .content_2 h3{font-size:1.2rem}#getinto_modal .modal_content .content_2 .qty_input input{padding:20px 10px;font-size:1rem}#getinto_modal .modal_content .content_2 .qty_input ul li{padding:10px;font-size:.9rem}#getinto_modal .modal_content .content_2 .qty_input ul li img{width:25px;height:25px}#getinto_modal .modal_content .content_2 .receive_info .receive_info_header{padding:15px}#getinto_modal .modal_content .content_2 .receive_info .receive_info_body{padding:10px}#getinto_modal .modal_content .content_2 .receive_info .receive_info_body li{margin-bottom:15px}#getinto_modal .modal_content .content_2 .update_time{font-size:.9rem}#getinto_modal .modal_content .content_2 .btn{padding:10px;font-size:.9rem}#getinto_modal .modal_content .content_2 .terms{font-size:.9rem}}#header_profile_menu{border-radius:20px;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none}#header_profile_menu.show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#header_profile_menu ul{display:flex;flex-direction:column}#header_profile_menu ul li{padding:15px 10px;display:flex;align-items:center;transition:all .2s ease-in-out;justify-content:space-between}#header_profile_menu ul li svg{font-size:1rem;padding-right:10px;width:30px;text-align:left}#header_profile_menu ul li:hover{background-color:var(--transparent);border-radius:10px}#header_profile_menu ul li p{margin:0;display:flex;align-items:center}#header_profile_menu ul li span{font-size:1rem;font-weight:700;justify-self:flex-end}#header_profile_menu ul li span svg{font-size:1rem}#header_profile_menu ul hr{width:100%}#header_profile_menu .lang_select{position:absolute;top:0;right:0;background-color:#170142;padding:30px;width:100%;height:100%;border-radius:20px;clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);transition:all .2s ease-in-out;overflow-y:auto}#header_profile_menu .lang_select#lang_show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#header_wallet_menu_mob{border-radius:20px;width:100%;clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:all .2s ease-in-out;-webkit-user-select:none;user-select:none;padding:50px 20px 10px;height:100%;display:flex;flex-direction:column;justify-content:flex-start}#header_wallet_menu_mob.show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#header_wallet_menu_mob .wallet_header{display:flex;border-bottom:1px solid var(--pink);padding-bottom:30px}#header_wallet_menu_mob .wallet_header img{width:30px;height:30px;margin-right:10px}#header_wallet_menu_mob .wallet_header .wallet_header_left{display:flex;align-items:center;font-weight:700;font-size:.7rem}#header_wallet_menu_mob .wallet_header .wallet_header_right{display:flex;align-items:center;font-weight:700;margin-left:auto}#header_wallet_menu_mob .wallet_body .balance{padding:15px;display:flex;justify-content:space-between;align-items:center}#header_wallet_menu_mob .wallet_body .balance p{margin:0;font-size:1.5rem;font-weight:700}#header_wallet_menu_mob .wallet_body .balance .total{font-size:1rem;font-weight:100;margin-top:5px;color:var(--grey)}#header_wallet_menu_mob .wallet_body .balance svg{font-size:1.5rem;cursor:pointer;padding:10px;border-radius:10px;background-color:var(--pink);transition:all .2s ease-in-out}#header_wallet_menu_mob .wallet_body .balance svg:hover{background-color:var(--blue)}#header_wallet_menu_mob .wallet_body .funds{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:15px;border-bottom:1px solid var(--pink)}#header_wallet_menu_mob .wallet_body .funds p{margin:0 0 30px;font-size:rem;font-weight:700;width:80%;text-align:center}#header_wallet_menu_mob .wallet_body .funds svg{font-size:2.5rem;cursor:pointer;padding:10px}#header_wallet_menu_mob .wallet_body .funds .btn{background-color:var(--pink);padding:10px;border-radius:10px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s ease-in-out}#header_wallet_menu_mob .wallet_body .funds .btn:hover{background-color:var(--blue)}#header_wallet_menu_mob .wallet_body .footer{display:flex;justify-content:space-between;z-index:999;position:absolute;width:calc(100% - 40px);bottom:10px}#header_wallet_menu_mob .wallet_body .footer li{display:flex;flex-direction:column;font-weight:100;transition:all .2s ease-in-out;border-radius:10px;font-size:.6rem}#header_wallet_menu_mob .wallet_body .footer li svg{font-size:1.2rem;margin-bottom:10px}#header_wallet_menu_mob .wallet_body .footer li:hover{background-color:var(--pink)}#header_wallet_menu_mob .crypto,#header_wallet_menu_mob .swap,#header_wallet_menu_mob .transactions,#header_wallet_menu_mob .settings{position:absolute;bottom:0;left:0;height:73%;width:100%;background-color:var(--dark-violet);border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:20px 20px 80px;clip-path:polygon(0 100%,100% 100%,100% 100%,0% 100%);transition:all .2s ease-in-out}#header_wallet_menu_mob .crypto h2,#header_wallet_menu_mob .swap h2,#header_wallet_menu_mob .transactions h2,#header_wallet_menu_mob .settings h2{font-size:1.2rem;font-weight:700;margin-bottom:20px}#header_wallet_menu_mob .crypto#modal_show,#header_wallet_menu_mob .swap#modal_show,#header_wallet_menu_mob .transactions#modal_show,#header_wallet_menu_mob .settings#modal_show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#header_wallet_menu_mob .crypto .close,#header_wallet_menu_mob .swap .close,#header_wallet_menu_mob .transactions .close,#header_wallet_menu_mob .settings .close{position:absolute;top:20px;right:20px;font-size:1.5rem;cursor:pointer;transition:all .2s ease-in-out}#header_wallet_menu_mob .crypto .close:hover,#header_wallet_menu_mob .swap .close:hover,#header_wallet_menu_mob .transactions .close:hover,#header_wallet_menu_mob .settings .close:hover{color:var(--pink)}#header_wallet_menu_mob .swap{height:100%;padding-top:50px}#header_wallet_menu_mob .swap .close{top:50px}#header_wallet_menu_mob .swap .swap_container .swap_item{background-color:var(--violet);padding:10px;border-radius:10px;margin-bottom:20px;position:relative}#header_wallet_menu_mob .swap .swap_container .swap_item:nth-child(1){z-index:2}#header_wallet_menu_mob .swap .swap_container .swap_item:nth-child(1) svg{position:absolute;font-size:1rem;padding:10px;left:calc(50% - 20px);border-radius:50%;background-color:var(--pink)}#header_wallet_menu_mob .swap .swap_container .swap_item:nth-child(2){margin-bottom:10px}#header_wallet_menu_mob .swap .swap_container .swap_item .swap_item_money{display:flex;justify-content:space-between}#header_wallet_menu_mob .swap .swap_container .swap_item .swap_item_money p{font-size:1rem;font-weight:700;display:flex;align-items:center}#header_wallet_menu_mob .swap .swap_container .swap_item .swap_item_money p img{width:20px;height:20px;margin-right:10px}#header_wallet_menu_mob .swap .swap_container .swap_item .swap_item_money select{padding:10px;border-radius:10px;border:none;background-color:transparent;color:var(--white);font-size:.8rem;font-weight:700}#header_wallet_menu_mob .swap .swap_container .swap_item .swap_item_money select option{background-color:var(--black);color:var(--white)}#header_wallet_menu_mob .swap .swap_container .swap_item .swap_item_total{display:flex;justify-content:space-between;margin:10px 0;font-size:2rem;align-items:center}#header_wallet_menu_mob .swap .swap_container .swap_item .swap_item_total .btn{background-color:var(--pink);font-size:1rem}#header_wallet_menu_mob .swap .swap_container .swap_item .none{width:100%;text-align:right;color:var(--grey);font-size:.6rem}#header_wallet_menu_mob .swap .swap_container .review{width:100%;font-size:1rem;background-color:var(--pink);transition:all .3s}#header_wallet_menu_mob .swap .swap_container .review:hover{background-color:var(--blue)}#header_wallet_menu_mob .transactions{display:flex;flex-direction:column}#header_wallet_menu_mob .transactions p{color:var(--grey);font-size:1.2rem;justify-self:center;margin-top:20px;text-align:center}#header_wallet_menu_mob .settings ul li{text-align:left;width:100%;display:flex;align-items:center}#header_wallet_menu_mob .settings ul li svg{font-size:1.5rem;margin-right:10px;padding:10px;border-radius:10px;background-color:var(--pink)}#header_wallet_menu_mob .buy{position:absolute;top:170px;right:35px;background-color:var(--pink);padding:10px;border-radius:10px;font-size:1.2rem;display:flex;flex-direction:column;background-color:var(--dark-violet);clip-path:polygon(100% 0,100% 0,100% 0,100% 0);transition:all .3s}#header_wallet_menu_mob .buy li{display:flex;align-items:center;padding:10px 20px;border-radius:10px;margin-bottom:5px;transition:all .2s ease-in-out}#header_wallet_menu_mob .buy li svg{font-size:1.5rem;margin-right:10px}#header_wallet_menu_mob .buy li:hover{background-color:var(--pink)}#header_wallet_menu_mob .buy.show{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.auth_modal{position:fixed;top:0;left:0;width:100vw!important;height:100vh!important;z-index:999;background-color:#00000080;display:flex;justify-content:center;align-items:center;animation:modal_animation .3s ease}.auth_modal .auth_modal_content{width:25%;padding:50px;border-radius:10px;background-color:var(--dark-violet);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth_modal .auth_modal_content .close{position:absolute;top:10px;right:20px;cursor:pointer;color:var(--white);font-size:2rem}.auth_modal .auth_modal_content img{width:100%;object-fit:contain;height:80px;margin:20px 0}.auth_modal .auth_modal_content form{width:100%}.auth_modal .auth_modal_content form .form_division{width:100%;display:flex;flex-direction:column;margin:20px 0}.auth_modal .auth_modal_content form .form_division label{color:var(--white);font-size:1.2rem;margin-bottom:5px}.auth_modal .auth_modal_content form .form_division input{width:100%;padding:10px;border-radius:5px;border:none;background-color:var(--white);margin-top:5px}.auth_modal .auth_modal_content form button{width:100%;padding:10px;border-radius:5px;border:none;background-color:var(--violet);color:var(--white);font-size:1.2rem;margin-top:30px;cursor:pointer}.auth_modal .auth_modal_content form button:hover{background-color:var(--blue)}.auth_modal .auth_modal_content .register{color:var(--white);font-size:1rem;margin-top:20px;cursor:pointer;-webkit-user-select:none;user-select:none}.auth_modal .auth_modal_content .register span{color:var(--lightblue)}@keyframes modal_animation{0%{opacity:0}to{opacity:1}}@font-face{font-family:"Belgiano Serif";src:url(/Belgiano%20Serif%202.ttf) format("truetype")}:root{--pink: #aa4e9c;--dark-violet: #0D0127;--blue: #082f7e;--lightblue: #28aae1;--violet: #4f2d7f;--violet-opacity: #4f2d7f90;--white: #fff;--black: #000;--grey: #ffffff50;--transparent: #ffffff20;--paddingH: 2rem;--danger: #ff0000;--success: #16EB12}@media (max-width: 768px){:root{--paddingH: 1rem}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box;font-family:Inter,sans-serif}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;box-sizing:border-box;font-family:Inter,sans-serif}body{line-height:1;font-family:Inter,sans-serif}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:var(--white)}body{background-color:var(--dark-violet);color:var(--white);font-family:Inter,sans-serif}header,footer{font-family:Inter,sans-serif}.danger{color:var(--danger)!important}.success{color:var(--success)!important}.btn{padding:10px 20px;border-radius:10px;border:none;cursor:pointer;background-color:#ffffff90;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background-color .3s}.btn:hover{background-color:var(--blue)}input,textarea{box-sizing:border-box}.input{width:100%;padding:20px 10px;border-radius:10px;margin-bottom:1rem;font-size:1.3rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000060;display:flex;align-items:center;justify-content:center;z-index:9999}.modal .modal_content{background-color:#170142;padding:2rem;border-radius:10px;width:100%;max-width:600px;max-height:90%;overflow-y:auto;position:relative}.modal .modal_content .close{position:absolute;top:.5rem;right:1rem;cursor:pointer;color:var(--white);font-size:2rem;z-index:10}.modal .modal_content::-webkit-scrollbar{width:10px;background-color:var(--transparent)}.modal .modal_content::-webkit-scrollbar-thumb{background-color:var(--pink);border-radius:10px}@media (max-width: 768px){.modal{padding:1rem}}
