@charset "UTF-8";.Container{width:100%}.Container .navbar{width:100%;padding-bottom:30px;padding-top:10px}.Container .navbar .navContainer{display:flex;flex-direction:row;justify-content:space-between;margin:0 auto;align-items:center;width:80%}.Container .navbar .navContainer .navIcon{display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none}.Container .navbar .navContainer .navIcon img{object-fit:contain;width:50px;height:50px}.Container .navbar .navContainer .navIcon h1 .navLink{color:#fff;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none;font-size:35.576px;font-family:Rowdies,cursive;cursor:pointer;background:linear-gradient(to right,#ffa503,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientAnimation 1s linear infinite;background-size:200% 100%;animation-direction:alternate}.Container .navbar .navContainer .navLinks ul{text-decoration:none;list-style:none;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:20px}.Container .navbar .navContainer .navLinks ul .navLink{color:#fff;font-size:20.964px;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none}.Container .navbar .navContainer .navLinks ul .navLink:hover{color:#ffa503;text-decoration:underline}.Container .navbar .navContainer .sidebar,.Container .sideLinks{display:none}@media (max-width: 900px){.Container{position:relative}.Container .navbar .navContainer .navIcon{display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none}.Container .navbar .navContainer .navIcon img{object-fit:contain;width:30px;height:50px}.Container .navbar .navContainer .navIcon h1 .navLink{color:#fff;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none;font-size:25.576px;font-family:Rowdies,cursive;cursor:pointer;background:linear-gradient(to right,#ffa503,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientAnimation 1s linear infinite;background-size:200% 100%;animation-direction:alternate}.Container .navbar .navContainer .navLinks{display:none}.Container .navbar .navContainer .sidebar{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.Container .navbar .navContainer .sidebar .sidebarIcon{color:#fff;font-size:25px;cursor:pointer}.Container .sideLinks{display:flex;position:absolute;z-index:900;width:90%;margin:0 auto;background:white;color:#000;border-radius:20px;align-items:center;justify-content:center;left:0;right:0;padding:15px 0}.Container .sideLinks ul{text-decoration:none;list-style:none;display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:20px;padding-left:0}.Container .sideLinks ul .sideLink{color:#000;font-size:20.964px;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none;text-align:center}.Container .sideLinks ul .sideLink:hover{color:#ffa503;text-decoration:underline}}@media (max-width: 450px){.Container{position:relative}.Container .navbar .navContainer .navIcon{display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none}.Container .navbar .navContainer .navIcon img{object-fit:contain;width:30px;height:50px}.Container .navbar .navContainer .navIcon h1 .navLink{color:#fff;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none;font-size:15.576px;font-family:Rowdies,cursive;cursor:pointer;background:linear-gradient(to right,#ffa503,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientAnimation 1s linear infinite;background-size:200% 100%;animation-direction:alternate}.Container .navbar .navContainer .navLinks{display:none}.Container .navbar .navContainer .sidebar{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.Container .navbar .navContainer .sidebar .sidebarIcon{color:#fff;font-size:25px;cursor:pointer}.Container .sideLinks{display:flex;position:absolute;z-index:900;width:90%;margin:0 auto;background:white;color:#000;border-radius:20px;align-items:center;justify-content:center;left:0;right:0;padding:15px 0}.Container .sideLinks ul{text-decoration:none;list-style:none;display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:20px;padding-left:0}.Container .sideLinks ul .sideLink{color:#000;font-size:20.964px;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none;text-align:center}.Container .sideLinks ul .sideLink:hover{color:#ffa503;text-decoration:underline}}@keyframes gradientAnimation{0%{background-position:0% 50%}to{background-position:100% 50%}}.hero{width:100%;height:100%}.hero .heroContainer{width:100%;height:100vh}.hero .heroContainer .heroBg{width:100%;height:100%;background:linear-gradient(90deg,#0c0c0c 58.19%,rgba(0,0,0,0) 80%),url(/assets/bgGif-8452fe2e.gif) top right/contain,no-repeat}.hero .heroContainer .heroBg .heroImg{display:none}.hero .heroContainer .heroBg .heroNavbar{z-index:1000;top:0;right:0;left:0}.hero .heroContainer .heroBg .heroContent{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:70%;height:80%;margin:0 auto}.hero .heroContainer .heroBg .heroContent .heroTitle{color:#fff;font-size:55.905px;font-family:Rubik;font-weight:600;width:60%}.hero .heroContainer .heroBg .heroContent .heroTitle span{color:#ffa503}.hero .heroContainer .heroBg .heroContent .heroButton{padding:.6em 1em;border:none;outline:none;color:#fff;background:#111;cursor:pointer;position:relative;z-index:0;border-radius:10px;user-select:none;-webkit-user-select:none;touch-action:manipulation;width:20%;margin:20px 0;display:flex;align-items:center;gap:15px}.hero .heroContainer .heroBg .heroContent .heroButton:before{content:"";background:linear-gradient(45deg,#ffa503,#ffb42d,#ffc757,#ffd881,#ffebab,#fff3c5,#fffbdf,#fff9e9,#fff7f3,#fff);position:absolute;top:-2px;left:-2px;background-size:400%;z-index:-1;filter:blur(5px);-webkit-filter:blur(5px);width:calc(100% + 4px);height:calc(100% + 4px);animation:glowing-button-85 20s linear infinite;transition:opacity .3s ease-in-out;border-radius:10px}.hero .heroContainer .heroBg .heroContent .heroButton:after{z-index:-1;content:"";position:absolute;width:100%;height:100%;background:#222;left:0;top:0;border-radius:10px}@media (max-width: 768px){.hero .heroContainer{height:100%}.hero .heroContainer .heroBg{background:linear-gradient(90deg,#0c0c0c 100.19%,rgba(0,0,0,0) 80%)}.hero .heroContainer .heroBg .heroContent{width:100%;margin:0 auto;display:flex;align-items:center}.hero .heroContainer .heroBg .heroContent .heroTitle{font-size:45.576px;width:90%;text-align:center}.hero .heroContainer .heroBg .heroImg{display:flex;width:100%;height:400px}.hero .heroContainer .heroBg .heroImg img{object-fit:cover;height:100%;width:100%}}@media (max-width: 760px){.hero .heroContainer .heroBg .heroContent .heroButton{width:30%;margin:20px 0}.hero .heroContainer .heroBg .heroContent .heroButton h1{padding:6px;margin:0}}@media (max-width: 500px){.hero .heroContainer .heroBg .heroContent{margin-bottom:20px}.hero .heroContainer .heroBg .heroContent .heroTitle{color:#fff;font-size:25.905px;font-family:Rubik;font-weight:700;width:80%;padding-bottom:20px}.hero .heroContainer .heroBg .heroContent .heroTitle span{color:#ffa503;display:block}.hero .heroContainer .heroBg .heroContent .heroButton{width:35%;margin:10px 0}.hero .heroContainer .heroBg .heroContent .heroButton h1{padding:6px;margin:0;font-size:19px}.hero .heroContainer .heroBg .heroImg{display:flex;width:100%;height:320px}.hero .heroContainer .heroBg .heroImg img{object-fit:cover;height:100%;width:100%}}@keyframes glowing-button-85{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-e7b44c86.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-12459f22.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.bestSeller{background:linear-gradient(90deg,#0c0c0c 100%,rgba(0,0,0,0) 60%);bottom:-610px;width:100%;display:flex;align-items:center;padding:70px 0}.bestSeller .bestSellerCon{width:100%;display:flex;flex-direction:column}.bestSeller .bestSellerCon h3{color:#fff;font-size:40px;padding-bottom:60px;margin:0 auto;text-align:center;font-family:Rubik,sans-serif}.bestSeller .bestSellerCon .bestSellerCards{width:90%;gap:10px;margin:0 auto}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard{transition:.5s;position:relative;border-radius:8px;box-shadow:#03004717 0 1px 3px;margin-left:20px;width:80%}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard:hover{cursor:pointer}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .img{height:300px}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .img img{height:100%;object-fit:contain;width:90%}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .text{display:flex;flex-direction:column;width:90%;justify-content:center;align-items:center;text-align:center;transition:.5s}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .text:hover{opacity:1}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .text h4{width:90%;font-weight:400;color:#fff;font-family:Rubik}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .text span{width:90%;font-size:15px;font-weight:400;color:#fff;font-family:Rubik}@media (max-width: 500px){.bestSeller .bestSellerCon h3{font-size:25px;width:80%}.bestSeller .bestSellerCon .bestSellerCards{width:80%}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .img{height:150px}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .text{font-size:13px;width:80%}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .text h4{width:90%;font-weight:300;color:#fff;font-family:Rubik}.bestSeller .bestSellerCon .bestSellerCards .bestSellerCard .text span{width:90%;font-size:13px;font-weight:400;color:#fff;font-family:Rubik}}.about{background:linear-gradient(90deg,#0c0c0c 100%,rgba(0,0,0,0) 60%);padding:0 0 30px}.about .aboutContainer{width:90%;display:flex;flex-direction:column;margin:0 auto;justify-content:center;align-items:center}.about .aboutContainer h1{color:#ffa503;font-size:55.905px;font-family:Rubik;font-weight:600}.about .aboutContainer p{color:#fff;font-size:20px;line-height:50px;font-weight:300;text-justify:auto;text-align:justify}@media (max-width: 768px){.about{padding:10px 0}.about .aboutContainer{text-align:justify}.about .aboutContainer h1{font-size:35px;margin:0}.about .aboutContainer p{font-size:16px;line-height:25px}}.stake{width:100%;background:linear-gradient(90deg,#0c0c0c 100%,rgba(0,0,0,0) 60%);padding-bottom:70px}.stake .stakeContainer{width:90%;display:flex;flex-direction:column;margin:0 auto}.stake .stakeContainer h1{color:#fff;font-size:40px;padding:40px 0;margin:0 auto}.stake .stakeContainer .stakingDesc{display:flex;flex-direction:row;justify-content:space-between;width:100%}.stake .stakeContainer .stakingDesc p{color:#fff}.stake .stakeContainer .stakingDesc p .Link{color:#fff;font-size:20.964px;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none;display:none}.stake .stakeContainer .stakingDesc p .Link:hover{color:#ffa503;text-decoration:underline}.stake .stakeContainer .stakingCards{width:100%}.stake .stakeContainer .stakingCards .box{box-sizing:border-box;margin:0;padding:0;border:white solid .5px;width:95%!important;border-radius:19px}.stake .stakeContainer .stakingCards .box .product{border-radius:8px;box-shadow:0 1px 3px #03004717;margin:10px;padding:20px;position:relative}.stake .stakeContainer .stakingCards .box .product .img .discount{background:#ffa503;border-radius:50px;color:#fff;font-size:14px;left:0;margin:10px;padding:3px 10px;position:absolute;top:0}.stake .stakeContainer .stakingCards .box .product .img .imageCon{height:300px}.stake .stakeContainer .stakingCards .box .product .img .imageCon img{object-fit:cover;width:100%;height:100%}.stake .stakeContainer .stakingCards .box .product .img .product-like{margin:10px;opacity:0;position:absolute;right:0;top:0;transition:.5s}.stake .stakeContainer .stakingCards .box .product .img .product-like label{background-color:#0f3460;border-radius:50px;color:#fff;font-size:12px;padding:1px 10px}.stake .stakeContainer .stakingCards .box .product .img .product-like i{font-size:20px;margin:10px 3px}.stake .stakeContainer .stakingCards .box .product .product-details h3{font-size:17px;font-weight:400;text-transform:capitalize;color:#ffa503}.stake .stakeContainer .stakingCards .box .product .product-details .text{color:#fff;display:flex;flex-direction:column}.stake .stakeContainer .stakingCards .box .product .product-details .text .price{display:flex;flex-direction:row;justify-content:space-between;height:100px}.stake .stakeContainer .stakingCards .box .product .product-details .text .price .priceTag h3{font-weight:200;font-size:13px;color:#fff}.stake .stakeContainer .stakingCards .box .product .product-details .text .price .priceTag h4{display:flex;align-items:center;font-size:15px;font-weight:900}.stake .stakeContainer .stakingCards .box .product .product-details .text .price .priceTag h4 img{width:20px;height:20px;margin:0 5px}.stake .stakeContainer .stakingCards .box .product .product-details .text button{margin:0 auto;padding:15px;display:flex;align-items:center;gap:10px;border-radius:30px;background-color:#ffa703;color:#fff;font-size:17px;cursor:pointer}.stake .stakeContainer .stakingCards .box .product .product-details .text button i,.stake .stakeContainer .stakingCards .box .product .product-details .text button span{margin:0;padding:0}.stake .stakeContainer .stakingCards .modal{background-color:#070707b3;bottom:0px;height:100vh;left:0px;position:fixed;right:0px;top:0px;width:100%;z-index:300;display:flex;justify-content:center;align-items:center}.stake .stakeContainer .stakingCards .modal .showConnect{height:50%;position:absolute;z-index:1000;display:flex;justify-content:center;align-items:center;background-color:#fff;flex-direction:column;border-radius:30px;padding:34px 60px;width:30%;transition:transform .3s ease-in-out}.stake .stakeContainer .stakingCards .modal .showConnect .close{display:flex;justify-content:flex-end;width:100%;font-size:30px;cursor:pointer;color:#ffa503;top:0;right:0;padding:40px;position:absolute}.stake .stakeContainer .stakingCards .modal .showConnect .connect{background:#fff;margin:0 auto}.stake .stakeContainer .stakingCards .modal .modalContainer{background-color:#fff;flex-direction:column;border-radius:30px;padding:34px 60px;width:30%;display:flex;align-items:center;transition:transform .3s ease-in-out}.stake .stakeContainer .stakingCards .modal .modalContainer .close{display:flex;justify-content:flex-end;width:100%;font-size:30px;cursor:pointer;color:#ffa503}.stake .stakeContainer .stakingCards .modal .modalContainer .imageCon{margin:0 auto;height:250px}.stake .stakeContainer .stakingCards .modal .modalContainer .imageCon img{height:100%;border-radius:50%}.stake .stakeContainer .stakingCards .modal .modalContainer .content{margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.stake .stakeContainer .stakingCards .modal .modalContainer .content h1{font-size:30px;font-weight:700;color:#0c0c0c;text-transform:uppercase;margin:0;padding-top:15px;padding-bottom:0;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}.stake .stakeContainer .stakingCards .modal .modalContainer .content p{font-size:12px;font-weight:300;margin-bottom:20px;text-transform:capitalize;text-align:justify}.stake .stakeContainer .stakingCards .modal .modalContainer .content span{font-size:14px;font-weight:800;text-transform:capitalize;text-align:justify;align-items:flex-start;width:100%}.stake .stakeContainer .stakingCards .modal .modalContainer .content .price{width:100%;font-size:15px;font-weight:400;color:#0c0c0c;text-transform:capitalize;margin:0;display:flex;justify-content:space-between;padding-top:20px}.stake .stakeContainer .stakingCards .modal .modalContainer .content .price .priceTag h3{font-weight:200;font-size:15px;color:#0c0c0c;margin:0}.stake .stakeContainer .stakingCards .modal .modalContainer .content .price .priceTag h4{display:flex;align-items:center;font-size:18px;font-weight:900;margin:5px 0}.stake .stakeContainer .stakingCards .modal .modalContainer .content .price .priceTag h4 img{width:20px;height:20px;margin:0 5px}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm{width:100%}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form{width:100%;display:flex;margin:0 auto;flex-direction:column;gap:20px}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form .inputCon{margin:0 auto;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form .inputCon .input{display:flex;align-items:center}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form .inputCon .input label{width:20%;align-items:center}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form .inputCon .input input{padding:7px;border:1px solid #ffa503;border-radius:7px}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form button{margin:0 auto;padding:15px;font-size:18px;font-weight:400;border-radius:30px;background-color:#ffa703;color:#fff;cursor:pointer;transition:.5s;border:20px solid #fff}.stake .stakeContainer .stakingCards .modal .slide-out{transform:translate(-200%)}.stake .stakeContainer .stakingCards .modal .slide-in{transform:translate(0)}.stake .stakeContainer .stakingCards .loader{width:100%;height:100%;position:absolute;top:0;left:0;background:#000000;opacity:.7;z-index:1000;display:flex;justify-content:center;align-items:center}.control-btn .next{cursor:pointer;position:absolute;top:40%;width:50px;height:50px;background:#ffa503;border-radius:50%;transform:.5s;z-index:5;right:-20px}.control-btn .next i{font-size:20px;transition:.5s;color:#fff}.control-btn .prev{cursor:pointer;position:absolute;top:40%;width:50px;height:50px;background:#ffa503;border-radius:50%;transform:.5s;z-index:5;left:-20px}.control-btn .prev i{font-size:20px;transition:.5s;color:#fff}.slick-dots{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin:0;position:absolute;left:0;right:0;bottom:0}@media (max-width: 768px){.stake .stakeContainer h1{font-size:35px;text-align:center;padding:20px 0}.stake .stakeContainer .stakingCards .modal .showConnect,.stake .stakeContainer .stakingCards .modal .modalContainer{width:60%;border-radius:10px}.stake .stakeContainer .stakingCards .modal .modalContainer .imageCon{height:170px}.stake .stakeContainer .stakingCards .modal .modalContainer .content h1{font-size:20px}.stake .stakeContainer .stakingCards .modal .modalContainer .content p{font-size:11px}.stake .stakeContainer .stakingCards .modal .modalContainer .price{font-size:13px}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form{gap:10px}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form button{margin-bottom:0}}@media (max-width: 550px){.stake .stakeContainer .stakingCards .modal .showConnect{width:60%;padding:24px 40px}.stake .stakeContainer .stakingCards .modal .modalContainer{width:60%;padding:24px 40px;height:auto}.stake .stakeContainer .stakingCards .modal .modalContainer .imageCon{height:170px}.stake .stakeContainer .stakingCards .modal .modalContainer .content h1{font-size:20px}.stake .stakeContainer .stakingCards .modal .modalContainer .content p{font-size:11px}.stake .stakeContainer .stakingCards .modal .modalContainer .content .price{font-size:13px}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form .inputCon .input{justify-content:space-between}}@media (max-width: 420px){.stake .stakeContainer .stakingCards{width:145%;margin:0 auto}.stake .stakeContainer .stakingCards .box{box-sizing:border-box;margin:0;padding:0;border:white solid .5px;width:90%!important;border-radius:19px}.stake .stakeContainer .stakingCards .box .product{padding:3px;margin:7px}.stake .stakeContainer .stakingCards .box .product .img .imageCon{height:150px}.stake .stakeContainer .stakingCards .box .product .img .imageCon img{height:100%;border-radius:10px}.stake .stakeContainer .stakingCards .box .product .img .product-like i{font-size:12px}.stake .stakeContainer .stakingCards .box .product .product-details h3{height:25px}.stake .stakeContainer .stakingCards .box .product .product-details .text .price .priceTag h3{font-size:10px;font-weight:800;height:auto}.stake .stakeContainer .stakingCards .box .product .product-details .text .price .priceTag h4{font-size:10px;gap:0px}.stake .stakeContainer .stakingCards .box .product .product-details .text .price .priceTag h4 img{width:15px;height:15px}.stake .stakeContainer .stakingCards .box .product .product-details .text button{font-size:12px}.stake .stakeContainer .stakingCards .modal .showConnect{width:70%;padding:14px 20px}.stake .stakeContainer .stakingCards .modal .modalContainer{width:70%;padding:14px 20px;height:auto}.stake .stakeContainer .stakingCards .modal .modalContainer .imageCon{height:90px}.stake .stakeContainer .stakingCards .modal .modalContainer .imageCon img{width:100%;height:100%;object-fit:contain}.stake .stakeContainer .stakingCards .modal .modalContainer .content h1{font-size:17px}.stake .stakeContainer .stakingCards .modal .modalContainer .content p{font-size:10px}.stake .stakeContainer .stakingCards .modal .modalContainer .content .price{font-size:10px;padding-top:10px}.stake .stakeContainer .stakingCards .modal .modalContainer .content .price .priceTag h3{font-size:12px}.stake .stakeContainer .stakingCards .modal .modalContainer .content .price .priceTag h4{font-size:15px}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form .inputCon .input{justify-content:space-between}.stake .stakeContainer .stakingCards .modal .modalContainer .stakeForm form .inputCon .input input{width:40%}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pledge{width:100%;background:linear-gradient(90deg,#0c0c0c 100%,rgba(0,0,0,0) 60%);padding-bottom:70px}.pledge .pledgeContainer{width:90%;display:flex;flex-direction:column;margin:0 auto}.pledge .pledgeContainer h1{color:#ffa503;font-size:40px;padding:40px 0;margin:0 auto}.pledge .pledgeContainer .pledgingDesc{display:flex;flex-direction:row;justify-content:space-between;width:100%}.pledge .pledgeContainer .pledgingDesc p{color:#fff}.pledge .pledgeContainer .pledgingDesc p .Link{color:#fff;font-size:20.964px;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none;display:none}.pledge .pledgeContainer .pledgingDesc p .Link:hover{color:#ffa503;text-decoration:underline}.pledge .pledgeContainer .pledgingCards{width:100%}.pledge .pledgeContainer .pledgingCards .box{box-sizing:border-box;margin:0;padding:0;border:white solid .1px;width:95%!important;border-radius:19px}.pledge .pledgeContainer .pledgingCards .box .product{border-radius:8px;box-shadow:0 1px 3px #03004717;margin:10px;padding:20px;position:relative}.pledge .pledgeContainer .pledgingCards .box .product .img .discount{background:#ffa503;border-radius:50px;color:#fff;font-size:14px;left:0;margin:10px;padding:3px 10px;position:absolute;top:0}.pledge .pledgeContainer .pledgingCards .box .product .img .imageCon{height:300px}.pledge .pledgeContainer .pledgingCards .box .product .img .imageCon img{object-fit:cover;width:100%;height:100%}.pledge .pledgeContainer .pledgingCards .box .product .img .product-like{margin:10px;opacity:0;position:absolute;right:0;top:0;transition:.5s}.pledge .pledgeContainer .pledgingCards .box .product .img .product-like label{background-color:#0f3460;border-radius:50px;color:#fff;font-size:12px;padding:1px 10px}.pledge .pledgeContainer .pledgingCards .box .product .img .product-like i{font-size:20px;margin:10px 3px}.pledge .pledgeContainer .pledgingCards .box .product .product-details h3{font-size:17px;font-weight:400;text-transform:capitalize;color:#ffa503}.pledge .pledgeContainer .pledgingCards .box .product .product-details .pledgeHistory{border-bottom:.3px solid #ffa503;display:flex;flex-direction:row;justify-content:space-between;margin-top:20px;width:100%}.pledge .pledgeContainer .pledgingCards .box .product .product-details .pledgeHistory .record{display:flex;flex-direction:column;gap:5px;color:#fff}.pledge .pledgeContainer .pledgingCards .box .product .product-details .pledgeHistory .record h2{font-size:13px;font-weight:400;margin:0;padding:0}.pledge .pledgeContainer .pledgingCards .box .product .product-details .pledgeHistory .record h3{font-size:17px;font-weight:400;color:#fff}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text{color:#fff;display:flex;flex-direction:column}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text .price{display:flex;flex-direction:row;justify-content:space-between;height:100px}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text .price .priceTag h3{font-weight:200;font-size:13px;color:#fff}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text .price .priceTag h4{display:flex;align-items:center;font-size:15px;font-weight:900}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text .price .priceTag h4 img{width:20px;height:20px;margin:0 5px}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text button{margin:0 auto;padding:15px;display:flex;align-items:center;gap:10px;border-radius:30px;background-color:#ffa703;color:#fff;font-size:17px;cursor:pointer}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text button i,.pledge .pledgeContainer .pledgingCards .box .product .product-details .text button span{margin:0;padding:0}.pledge .pledgeContainer .pledgingCards .modal{background-color:#070707b3;bottom:0px;height:100vh;left:0px;position:fixed;right:0px;top:0px;width:100%;z-index:300;display:flex;justify-content:center;align-items:center}.pledge .pledgeContainer .pledgingCards .modal .showConnect{height:50%;position:absolute;z-index:1000;display:flex;justify-content:center;align-items:center;background-color:#fff;flex-direction:column;border-radius:30px;padding:34px 60px;width:30%;transition:transform .3s ease-in-out}.pledge .pledgeContainer .pledgingCards .modal .showConnect .close{display:flex;justify-content:flex-end;width:100%;font-size:30px;cursor:pointer;color:#ffa503;top:0;right:0;padding:40px;position:absolute}.pledge .pledgeContainer .pledgingCards .modal .showConnect .connect{background:#fff;margin:0 auto}.pledge .pledgeContainer .pledgingCards .modal .modalContainer{background-color:#fff;flex-direction:column;border-radius:30px;padding:34px 60px;height:80%;width:30%;display:flex;align-items:center;transition:transform .3s ease-in-out}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .close{display:flex;justify-content:flex-end;width:100%;font-size:30px;cursor:pointer;color:#ffa503}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .imageCon{margin:0 auto;height:250px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .imageCon img{height:100%;border-radius:50%}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content{margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content h1{font-size:30px;font-weight:700;color:#0c0c0c;text-transform:uppercase;margin:0;padding-top:15px;padding-bottom:0;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content p{font-size:12px;font-weight:300;margin-bottom:20px;text-transform:capitalize;text-align:justify}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content span{font-size:14px;font-weight:300;text-transform:capitalize;text-align:justify;align-items:flex-start;width:100%}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content .price{width:100%;font-size:15px;font-weight:400;color:#0c0c0c;text-transform:capitalize;margin:0;display:flex;justify-content:space-between;padding-top:20px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content .price .priceTag h3{font-weight:200;font-size:15px;color:#0c0c0c;margin:0}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content .price .priceTag h4{display:flex;align-items:center;font-size:18px;font-weight:900;margin:5px 0}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content .price .priceTag h4 img{width:20px;height:20px;margin:0 5px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm{width:100%}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm form{width:100%;display:flex;margin:0 auto;flex-direction:column;gap:20px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm form .inputCon{margin:0 auto;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm form .inputCon .input{display:flex;align-items:center}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm form .inputCon .input label{width:20%;align-items:center}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm form .inputCon .input input{padding:7px;border:1px solid #ffa503;border-radius:7px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm form button{margin:0 auto;padding:15px;font-size:18px;font-weight:400;border-radius:30px;background-color:#ffa703;color:#fff;cursor:pointer;transition:.5s;border:20px solid #fff}.pledge .pledgeContainer .pledgingCards .modal .slide-out{transform:translate(-200%)}.pledge .pledgeContainer .pledgingCards .modal .slide-in{transform:translate(0)}.pledge .pledgeContainer .pledgingCards .loader{width:100%;height:100%;position:absolute;top:0;left:0;background:#000000;opacity:.7;z-index:1000;display:flex;justify-content:center;align-items:center}.control-btn .next{cursor:pointer;position:absolute;top:40%;width:30px;height:30px;background:#ffa503;border-radius:50%;transform:.5s;z-index:5;right:-20px}.control-btn .next i{font-size:15px;transition:.5s;color:#fff}.control-btn .prev{cursor:pointer;position:absolute;top:40%;width:30px;height:30px;background:#ffa503;border-radius:50%;transform:.5s;z-index:5;left:-20px}.control-btn .prev i{font-size:15px;transition:.5s;color:#fff}@media (max-width: 768px){.pledge .pledgeContainer h1{padding:0;text-align:center}.pledge .pledgeContainer .pledgingCards .modal .showConnect,.pledge .pledgeContainer .pledgingCards .modal .modalContainer{width:60%;border-radius:10px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .imageCon{height:170px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content h1{font-size:20px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content p{font-size:11px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .price{font-size:13px}}@media (max-width: 550px){.pledge .pledgeContainer .pledgingCards .modal .showConnect{width:60%;padding:24px 40px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer{width:60%;padding:24px 40px;height:auto}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .imageCon{height:170px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content h1{font-size:20px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content p{font-size:11px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content .price{font-size:13px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm form .inputCon .input{justify-content:space-between}}@media (max-width: 420px){.pledge .pledgeContainer .pledgingCards{width:140%;margin:0 auto}.pledge .pledgeContainer .pledgingCards .box{box-sizing:border-box;margin:0;padding:0;border:white solid .5px;width:90%!important;border-radius:19px}.pledge .pledgeContainer .pledgingCards .box .product{padding:3px;margin:7px}.pledge .pledgeContainer .pledgingCards .box .product .img .imageCon{height:150px}.pledge .pledgeContainer .pledgingCards .box .product .img .imageCon img{height:100%;border-radius:10px}.pledge .pledgeContainer .pledgingCards .box .product .img .product-like i{font-size:12px}.pledge .pledgeContainer .pledgingCards .box .product .product-details .pledgeHistory .record h2{font-size:10px}.pledge .pledgeContainer .pledgingCards .box .product .product-details .pledgeHistory .record h3{font-size:11px}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text .price .priceTag h3{font-size:10px;font-weight:800}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text .price .priceTag h4{font-size:10px}.pledge .pledgeContainer .pledgingCards .box .product .product-details .text button{font-size:12px}.pledge .pledgeContainer .pledgingCards .modal .showConnect{width:70%;padding:14px 20px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer{width:70%;padding:14px 20px;height:auto}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .imageCon{height:90px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content h1{font-size:17px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content p,.pledge .pledgeContainer .pledgingCards .modal .modalContainer .content .price{font-size:10px}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm form .inputCon .input{justify-content:space-between}.pledge .pledgeContainer .pledgingCards .modal .modalContainer .pledgeForm form .inputCon .input input{width:40%}}.slick-dots{display:flex;justify-content:center;margin-top:10px;bottom:-60px}.slick-dots li{margin:0 4px;list-style:none}.slick-dots li button{width:10px;height:10px;border-radius:50%;background-color:#ccc;border:none;cursor:pointer}.slick-dots li.slick-active button{background-color:#ffa503}.yield-calculator{display:flex;flex-direction:column;align-items:center;padding:50px 0;background:linear-gradient(90deg,#0c0c0c 100%,rgba(0,0,0,0) 60%);color:#fff}.yield-calculator h1{color:#fff;font-size:40px;padding:30px 0 10px;margin:0 auto}.yield-calculator p{padding-bottom:20px;width:80%}.yield-calculator form{display:flex;flex-direction:row;align-items:center;justify-content:space-around;width:90%}.yield-calculator form label{margin-bottom:10px;font-weight:700;display:flex;flex-direction:column;gap:20px;font-size:17px;align-items:center;justify-content:center}.yield-calculator form input{padding:8px;margin-bottom:10px;width:200px;border-radius:7px}.yield-calculator button{padding:8px 16px;background-color:#fff;color:#ffa503;border:none;border-radius:12px;cursor:pointer;font-size:23px}.yield-calculator button:hover{background-color:#ffa503;color:#f5f5f5}.yield-calculator .result{margin-top:20px}.yield-calculator .result label{font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.yield-calculator .result input{padding:8px;width:200px;background-color:#f5f5f5;border:none;cursor:not-allowed;border-radius:7px}@media (max-width: 670px){.yield-calculator{padding:20px 0}.yield-calculator h1{padding:0}.yield-calculator p{margin:0 auto;text-align:center}.yield-calculator form{flex-direction:column;gap:3px;width:70%}.yield-calculator form label{width:100%}.yield-calculator form input{width:100%;cursor:not-allowed}}.footer{width:100%;background:linear-gradient(90deg,rgba(12,12,12,.8941176471) 100%,rgba(0,0,0,.884) 60%);box-shadow:#ffa503;padding:80px 0 10px;font-family:Rubik,sans-serif}.footer .footerCon{width:90%;margin:0 auto;display:flex;flex-direction:column}.footer .footerCon .footerTop{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin:0 auto}.footer .footerCon .footerTop .title{display:flex;gap:10px;flex-direction:column}.footer .footerCon .footerTop .title h1{display:flex;align-items:center;gap:10px}.footer .footerCon .footerTop .title h1 img{object-fit:contain;width:50px;height:50px}.footer .footerCon .footerTop .title h1 .navLink{text-decoration:none;font-size:20px;font-weight:600;color:#ffa503;font-size:35.576px;font-family:Rowdies,cursive;cursor:pointer}.footer .footerCon .footerTop .desc{font-size:14px;font-weight:400;color:#fff}.footer .footerCon .footerTop .links{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.footer .footerCon .footerTop .links ul{text-decoration:none;list-style:none;display:flex;flex-direction:column;justify-content:space-around;gap:20px}.footer .footerCon .footerTop .links .navLink{color:#fff;font-size:20.964px;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none}.footer .footerCon .footerTop .links .navLink:hover{color:#ffa503;text-decoration:underline}.footer .footerCon .footerTop .icons{display:flex;flex-direction:column;gap:20px}.footer .footerCon .footerTop .icons h1{color:#ffa503;font-size:30px;margin:0;text-align:start}.footer .footerCon .footerTop .icons form{display:flex;gap:10px}.footer .footerCon .footerTop .icons form input{padding:12px;border-radius:10px}.footer .footerCon .footerTop .icons form .btn{cursor:pointer}.footer .footerCon .footerTop .icons form .btn:hover{background-color:#ffa503;color:#fff}.footer .footerCon .footerTop .icons .social{display:flex;gap:20px;margin-top:20px}.footer .footerCon .footerTop .icons .social .icon{color:#fff;font-size:20.964px;font-family:Rubik,sans-serif;font-weight:600;transition:all .3s ease-in-out;list-style:none;text-decoration:none;cursor:pointer}.footer .footerCon .footerTop .icons .social .icon:hover{color:#ffa503;text-decoration:underline}.footer .footerCon .footerBottom{width:100%;color:#fff;margin-top:30px;margin-bottom:0;padding-bottom:0}.footer .footerCon .footerBottom h1{font-size:14px;font-weight:400;color:#fff;margin:0 auto;text-align:center}@media (max-width: 768px){.footer .footerCon{flex-direction:column}.footer .footerCon .footerTop{flex-direction:column;gap:20px}.footer .footerCon .footerTop .title h1{margin-top:0;margin-bottom:0}.footer .footerCon .footerTop .links ul{padding-left:0;display:none}}@media (max-width: 600px){.footer .footerCon .footerTop .title h1{margin-top:0;margin-bottom:0}.footer .footerCon .footerTop .links ul{padding-left:0;display:none}}.account{width:100%;height:100%;background:linear-gradient(90deg,#0c0c0c 100%,rgba(0,0,0,0) 60%);color:#fff;padding-bottom:70px}.account .navbar{background-color:#000}.account .accountCon{width:100%}.account .accountCon .header{height:150px;background:url(/assets/banner2-673553c7.jpg);background-repeat:no-repeat;background-size:cover;width:100%;margin:0 auto}.account .accountCon .header h1{padding:0;color:#fff;margin:0 auto;width:100%;display:flex;height:100%;align-items:center;justify-content:center;font-weight:700}.account .accountCon .balance{width:90%;display:flex;flex-direction:column;gap:10px;background:hsla(0,0%,100%,.05);justify-content:center;align-items:center;padding:50px 0;margin:50px auto;border-radius:90px}.account .accountCon .balance h1{margin:0;display:flex;align-items:center;justify-content:center;gap:10px;font-family:Roboto,sans-serif}.account .accountCon .balance h1 span img{font-size:10px}.account .accountCon .balance p{width:60%;margin:0 auto;display:flex;justify-content:center;align-items:center;padding:15px;background:hsla(0,0%,100%,.15);border-radius:20px;gap:15px}.account .accountCon .balance p span{color:#fff6;font-size:12px}.account .accountCon .balance form{display:flex;flex-direction:column;gap:15px;width:100%}.account .accountCon .balance form input{padding:10px;margin:0 auto;width:60%;border-radius:10px;border:none;color:#ffa503;font-size:20px;font-family:Roboto,sans-serif}.account .accountCon .balance form button{width:60%;margin:0 auto;border-radius:10px;border:none;padding:10px;color:#fff;font-size:20px;font-family:Roboto,sans-serif;background-color:#ffa503;cursor:pointer}.account .accountCon .stakingRecord{width:100%}.account .accountCon .stakingRecord h1{margin:0;color:#fff;font-family:Roboto,sans-serif;font-weight:700;padding:50px 0 50px 50px;color:#ffa503}.account .accountCon .stakingRecord .stakingRecordCon{width:90%;display:flex;flex-direction:column;gap:10px;background:hsla(0,0%,100%,.05);justify-content:center;padding:50px 0;margin:0 auto 50px;border-radius:90px}.account .accountCon .stakingRecord .stakingRecordCon .section{display:flex;justify-content:space-between;padding:0 40px;font-size:14px}.account .accountCon .stakingRecord .stakingRecordCon .section h2{color:#fff6}.account .accountCon .stakingRecord .stakingRecordCon .section p{font-size:18px;display:flex;justify-content:center;align-items:center;gap:5px}.account .accountCon .stakingRecord .stakingRecordCon .section p img{font-size:16px;height:20px}.account .accountCon .pledgingRecord{width:100%}.account .accountCon .pledgingRecord h1{margin:0;color:#fff;font-family:Roboto,sans-serif;font-weight:700;padding:50px 0 50px 50px;color:#ffa503}.account .accountCon .pledgingRecord .pledgingRecordCon{width:90%;display:flex;flex-direction:column;gap:10px;background:hsla(0,0%,100%,.05);justify-content:center;padding:50px 0;margin:0 auto 50px;border-radius:90px}.account .accountCon .pledgingRecord .pledgingRecordCon .section{display:flex;justify-content:space-between;padding:0 40px;font-size:14px}.account .accountCon .pledgingRecord .pledgingRecordCon .section h2{color:#fff6}.account .accountCon .pledgingRecord .pledgingRecordCon .section p{font-size:18px;display:flex;justify-content:center;align-items:center;gap:5px}.account .accountCon .pledgingRecord .pledgingRecordCon .section p img{font-size:16px;height:20px}.account .accountCon .accountRecord{width:100%}.account .accountCon .accountRecord h1{margin:0;color:#fff;font-family:Roboto,sans-serif;font-weight:700;padding:50px 0 50px 50px;color:#ffa503}.account .accountCon .accountRecord .accountRecordCon{width:90%;display:flex;flex-direction:column;gap:10px;background:hsla(0,0%,100%,.05);justify-content:center;padding:50px 0;margin:0 auto 50px;border-radius:90px}.account .accountCon .accountRecord .accountRecordCon .section{display:flex;padding:0 40px;font-size:15px}.account .accountCon .accountRecord .accountRecordCon .section .table{width:100%;border-collapse:collapse}.account .accountCon .accountRecord .accountRecordCon .section .table th,.account .accountCon .accountRecord .accountRecordCon .section .table td{padding:15px;text-align:center}.account .accountCon .accountRecord .accountRecordCon .section .table th{border-bottom:1px solid #ddd}.account .accountCon .accountRecord .accountRecordCon .section .table tr:nth-child(even){background-color:#fff6;border-radius:10px}.account .accountCon .loader{width:100%;height:100%;position:absolute;top:0;left:0;background:#000000;opacity:.7;z-index:1000;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.account .accountCon .balance{border-radius:30px}.account .accountCon .balance h1{font-size:20px}.account .accountCon .balance p{font-size:15px}.account .accountCon .balance form input,.account .accountCon .balance form button{width:60%}.account .accountCon .stakingRecord .stakingRecordCon{border-radius:30px}.account .accountCon .stakingRecord .stakingRecordCon .section{padding:0 20px}.account .accountCon .stakingRecord .stakingRecordCon .section h2,.account .accountCon .stakingRecord .stakingRecordCon .section p{font-size:15px}.account .accountCon .pledgingRecord h1{text-align:center;width:100%;padding:20px 0}.account .accountCon .pledgingRecord .pledgingRecordCon{border-radius:30px}.account .accountCon .pledgingRecord .pledgingRecordCon .section{padding:0 20px}.account .accountCon .pledgingRecord .pledgingRecordCon .section h2,.account .accountCon .pledgingRecord .pledgingRecordCon .section p{font-size:15px}.account .accountCon .accountRecord h1{text-align:center;width:100%;padding:20px 0}.account .accountCon .accountRecord .accountRecordCon{border-radius:30px}.account .accountCon .accountRecord .accountRecordCon .section{padding:0 20px;font-size:13px}.account .accountCon .accountRecord .accountRecordCon .section .table{width:100%;border-collapse:collapse}.account .accountCon .accountRecord .accountRecordCon .section .table th,.account .accountCon .accountRecord .accountRecordCon .section .table td{padding:10px}.account .accountCon .accountRecord .accountRecordCon .section .table tr:nth-child(even){background-color:#fff6;border-radius:10px}}@media (max-width: 500px){.account .accountCon .balance{border-radius:30px}.account .accountCon .balance h1{font-size:20px}.account .accountCon .balance p{font-size:15px}.account .accountCon .balance p span{font-size:11px}.account .accountCon .balance form input,.account .accountCon .balance form button{width:60%}.account .accountCon .stakingRecord .stakingRecordCon{border-radius:30px}.account .accountCon .stakingRecord .stakingRecordCon .section{padding:0 20px}.account .accountCon .stakingRecord .stakingRecordCon .section h2,.account .accountCon .stakingRecord .stakingRecordCon .section p{font-size:15px}.account .accountCon .pledgingRecord h1{text-align:center;width:100%;padding:20px 0}.account .accountCon .pledgingRecord .pledgingRecordCon{border-radius:30px}.account .accountCon .pledgingRecord .pledgingRecordCon .section{padding:0 20px}.account .accountCon .pledgingRecord .pledgingRecordCon .section h2,.account .accountCon .pledgingRecord .pledgingRecordCon .section p{font-size:15px}}.referral{width:100%;background:linear-gradient(90deg,#0c0c0c 100%,rgba(0,0,0,0) 60%);color:#fff}.referral .navbar{width:100%;background-color:#000}.referral .referralCon{width:100%;display:flex;flex-direction:column}.referral .referralCon .header{height:150px;background:url(/assets/banner2-673553c7.jpg);background-repeat:no-repeat;background-size:cover;width:100%;margin:0 auto}.referral .referralCon .header h1{padding:0;color:#fff;margin:0 auto;width:100%;display:flex;height:100%;align-items:center;justify-content:center;font-weight:700}.referral .referralCon .code{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;background:hsla(0,0%,100%,.05);border-radius:22px;width:90%;margin:30px auto}.referral .referralCon .code .qrcode{padding:20px}.referral .referralCon .code .url{background:#343444;padding:15px;border-radius:19px;font-family:Verdana,Geneva,Tahoma,sans-serif}.referral .referralCon .code .copy{padding:20px;background:#343444;border-radius:19px;cursor:pointer;font-family:Verdana,Geneva,Tahoma,sans-serif}.referral .referralCon .code .copy:hover{background:#ffa503}.referral .referralCon .code .desc{width:70%;margin:0 auto;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;font-size:20px;font-weight:500;text-align:center;padding-bottom:25px;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}.referral .referralCon .teamSec{width:90%;display:flex;background:hsla(0,0%,100%,.05);border:#fff solid 1px;margin:0 auto;justify-content:space-around;border-radius:25px}.referral .referralCon .teamSec h1{width:50%;text-align:center;font-style:oblique;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.referral .referralCon .population{width:90%;margin:0 auto;display:flex;flex-direction:column;gap:20px;padding-bottom:80px}.referral .referralCon .population h1{font-weight:700;font-size:25px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#ffa503}.referral .referralCon .population .populationCon{display:flex;flex-direction:column;gap:10px;border:none;background:hsla(0,0%,100%,.05);border-radius:25px;box-shadow:0 4px 30px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.referral .referralCon .population .populationCon .income,.referral .referralCon .population .populationCon .people{display:flex;justify-content:space-between;padding:0 40px}.referral .referralCon .population .populationCon .income h2,.referral .referralCon .population .populationCon .people h2{font-size:20px;font-weight:500;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.referral .referralCon .population .populationCon .income p,.referral .referralCon .population .populationCon .people p{font-size:20px;font-weight:500;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;align-items:center;gap:10px}.referral .referralCon .population .populationCon .income p img,.referral .referralCon .population .populationCon .people p img{height:30px}@media (max-width: 768px){.referral .referralCon .header{height:100px}.referral .referralCon .header h1{font-size:20px}.referral .referralCon .code{width:90%}.referral .referralCon .code .url{font-size:12px}.referral .referralCon .code .desc{width:80%}.referral .referralCon .teamSec h1{width:50%}}@media (max-width: 540px){.referral .referralCon .header{height:100px}.referral .referralCon .header h1{font-size:20px}.referral .referralCon .code{width:90%}.referral .referralCon .code .url{font-size:10px}.referral .referralCon .code .desc{width:80%}.referral .referralCon .teamSec h1{width:50%;font-size:25px}}@media (max-width: 400px){.referral .referralCon .header{height:100px}.referral .referralCon .header h1{font-size:20px}.referral .referralCon .code{width:90%}.referral .referralCon .code .url{font-size:10px}.referral .referralCon .code .desc{width:80%;font-size:14px}.referral .referralCon .teamSec h1{width:50%;font-size:20px}.referral .referralCon .population{width:90%;margin:0 auto;display:flex;flex-direction:column;gap:20px;padding-bottom:40px}.referral .referralCon .population h1{font-weight:700;font-size:25px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#ffa503}.referral .referralCon .population .populationCon{display:flex;flex-direction:column;gap:10px;border:none;background:hsla(0,0%,100%,.05);border-radius:25px;box-shadow:0 4px 30px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.referral .referralCon .population .populationCon .income,.referral .referralCon .population .populationCon .people{display:flex;justify-content:space-between;padding:0 40px}.referral .referralCon .population .populationCon .income h2,.referral .referralCon .population .populationCon .people h2{font-size:20px;font-weight:500;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.referral .referralCon .population .populationCon .income p,.referral .referralCon .population .populationCon .people p{font-size:20px;font-weight:500;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex;align-items:center;gap:10px}.referral .referralCon .population .populationCon .income p img,.referral .referralCon .population .populationCon .people p img{height:30px}}.home{display:flex;flex-direction:column;overflow:hidden;font-family:Rubik,sans-serif}.home .homeSec{position:relative}.centered-spinner{display:flex;align-items:center;justify-content:center;text-align:center;height:100vh;width:100%;background:linear-gradient(90deg,#0c0c0c 100%,rgba(0,0,0,0) 60%)}.accountPage{display:flex;flex-direction:column;overflow:hidden;font-family:Rubik,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#000}::-webkit-scrollbar-thumb{background-color:orange;border-radius:50px}
