.nav-bar{display:flex;align-items:center;justify-content:space-between;height:7rem;width:100%;padding:0rem 2.5rem;background-color:#292929cc;box-sizing:border-box}@media(max-width:900px){.nav-bar{padding:0rem .5rem}}.nav-bar .nav-image{display:block;height:clamp(2rem,20vw,6rem);width:auto;opacity:.9;filter:invert(1)}.nav-bar .nav-links{display:flex;align-items:center;gap:1rem}.nav-bar .nav-links ul{display:flex;margin:0;padding:0;gap:1rem;list-style:none}.nav-bar .nav-links ul li{font-weight:700;font-size:clamp(.5rem,4vw,1.25rem)}.nav-bar .nav-links ul li a{color:#fffc;text-decoration:none}.nav-bar .nav-links ul li a:hover{color:#51b1f6}.nav-bar .nav-links .dropdown{align-items:center;justify-content:center}.nav-bar .nav-links .dropdown .dropdown-btn{background-color:inherit;color:#fffc;font-size:clamp(.5rem,4vw,1.25rem);font-weight:700}.nav-bar .nav-links .dropdown .dropdown-btn .toggle-icon{margin-left:clamp(.25rem,1vw,.5rem)}.nav-bar .nav-links .dropdown .dropdown-content{display:flex;flex-direction:column;padding:clamp(.5rem,1vw,1rem);margin-top:clamp(1rem,3vw,1.5rem);gap:clamp(.5rem,1vw,1rem);border:solid rgba(255,255,255,.6);border-width:1px;background-color:#141414}.nav-bar .nav-links .dropdown .dropdown-item{background-color:inherit;color:#ffffffe6;font-weight:700;font-size:clamp(.5rem,3vw,1rem)}.nav-bar .nav-links .dropdown .dropdown-item:hover{color:#51b1f6}.dropdown{position:relative;z-index:5}.dropdown-btn{display:flex;border:none;align-items:center;width:fit-content;cursor:pointer}.toggle-icon{display:flex;align-items:center;justify-content:center;pointer-events:none}.dropdown-content{display:flex;flex-direction:column;align-items:center;min-width:100%;max-height:40vh;opacity:0;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;transform:translate(-25%) translateY(-5%);transition:transform .35s ease-in-out,opacity .3s ease-in-out;pointer-events:none}.dropdown-content::-webkit-scrollbar{width:0;height:0}.content-open{opacity:1;transform:translate(-25%) translateY(0);pointer-events:all}.dropdown-item{width:100%;border:none;cursor:pointer}footer{display:flex;justify-content:space-between;padding:.5rem;color:#fff;background-color:#292929cc}footer .copyright-container{display:flex;flex-direction:column;text-align:left;margin:0rem clamp(.25rem,1vw,.5rem)}footer .copyright-container .copyright-branding{display:flex;align-items:center}footer .copyright-container .copyright-branding img{height:4rem;width:auto;filter:invert(1)}footer .copyright-container p{font-size:.8rem}footer .contact-container{text-align:left;margin:0rem .5rem}footer .contact-container h4{margin-top:clamp(.25rem,1vw,.5rem)}footer #mailto-link a{color:#fff;text-decoration:none}footer #mailto-link a:hover,footer #mailto-link a:active,footer #mailto-link a:link,footer #mailto-link a:visited{color:#fff;text-decoration:none}body{font-family:sans-serif;background-color:#141414;margin:0}.branding-container{display:flex;align-items:center;flex-wrap:wrap;margin:5rem 0rem 3.5rem;padding:0 2rem}@media(max-width:900px){.branding-container{padding:0rem;margin:0rem}}.branding-container .branding-texts{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;flex:1 1 40%}@media(max-width:900px){.branding-container .branding-texts{flex:1 1 100%}}.branding-container .branding-texts .title-text{margin:0;font-size:clamp(2rem,4.75vw,6rem);color:#fff}@media(max-width:900px){.branding-container .branding-texts .title-text{font-size:clamp(2rem,12vw,6rem);margin:clamp(2rem,25vw,20rem) 0 0 0}}.branding-container .branding-texts .title-text .emphasize-title-text{color:#51b1f6}.branding-container .branding-texts .title-description{margin:clamp(.2rem,1.5vw,4rem) 0rem;font-size:clamp(1rem,1.6vw,3rem)}@media(max-width:900px){.branding-container .branding-texts .title-description{margin:clamp(.2rem,4vw,10rem) 0 clamp(.2rem,3vw,10rem) 0;font-size:clamp(1rem,5.5vw,4rem)}}.branding-container .branding-texts .title-description{color:#51b1f6e6}.branding-container .branding-texts .paragraph-description{margin:clamp(.2rem,.6vw,3rem) 0rem;font-size:clamp(.5rem,1.2vw,1.5rem);line-height:2rem}@media(max-width:900px){.branding-container .branding-texts .paragraph-description{font-size:clamp(.5rem,3.5vw,1.5rem);line-height:1.5rem}}.branding-container .branding-texts .paragraph-description{color:#fffc}.branding-container .button-container{display:flex;margin-top:clamp(1rem,1.5vw,3rem);justify-content:center}@media(max-width:900px){.branding-container .button-container{margin:clamp(1rem,8vw,8rem) 0 clamp(1rem,8vw,8rem) 0;line-height:1.5rem}}.branding-container .button-container .call-to-action{display:flex;align-items:center;justify-content:center;gap:.25rem;width:12rem;height:3.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;background-color:#51b1f6e6;color:#111;cursor:pointer}.branding-container .button-container .call-to-action img{width:1.25rem}.branding-container .branding-image-container{display:flex;flex-direction:column;align-items:center;flex:1 1 60%}@media(max-width:900px){.branding-container .branding-image-container{flex:1 1 100%}}.branding-container .branding-image-container .branding-image{position:relative;max-width:100%;opacity:80%;z-index:1}@media(max-width:900px){.branding-container .branding-image-container .branding-image{display:none}}.branding-container .branding-image-container .branding-image .background{display:block;width:100%;height:auto}.branding-container .branding-image-container .branding-image .overlay{position:absolute;pointer-events:none}.branding-container .branding-image-container .branding-image .overlay1{width:10%;top:14%;left:43%;animation:float 2.9s ease-in-out infinite}.branding-container .branding-image-container .branding-image .overlay2{width:14%;top:50%;left:80%;animation:float 3.5s ease-in-out infinite}.branding-container .branding-image-container .branding-image .overlay3{width:12%;top:58%;left:25%;animation:float 3.2s ease-in-out infinite}.branding-container .branding-image-container .redirect-links{width:100%;display:flex;justify-content:flex-end;flex-wrap:wrap;z-index:2;gap:1rem;margin-right:1rem}@media(max-width:900px){.branding-container .branding-image-container .redirect-links{justify-content:center;margin:10vw 0}}.branding-container .branding-image-container .redirect-links a{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fffc}.branding-container .branding-image-container .redirect-links a img{width:1.5rem}.branding-container .branding-image-container .redirect-links a:hover{color:#51b1f6}@keyframes float{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-8px) rotate(3deg)}}.stats-container{display:flex;justify-content:center;margin-top:1rem;padding:2rem;gap:2%;background:radial-gradient(circle at center,#ffffff0a,#29292959 45%,#111);background-color:#141414}@media(max-width:900px){.stats-container{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center;align-items:center;gap:2rem}}.stats-container .stat-card{display:flex;flex-direction:column;justify-content:center;margin:2rem 0rem;border:3px solid rgba(17,17,17,.5);border-radius:12px;width:16rem;height:8rem;transition:transform .2s ease,box-shadow .2s ease}@media(max-width:900px){.stats-container .stat-card{width:clamp(8rem,40vw,16rem);margin:0}}.stats-container .stat-card:hover{transform:translateY(-2px)}.stats-container .stat-card .stat-title{margin:.5rem 0rem 1rem;font-size:1.25rem;font-weight:700;color:#fffc;text-align:center}.stats-container .stat-card .stat-values{font-size:1rem;text-align:center;color:#ffffffbf}.stats-container .stat-card .stat-values .stat-key{display:block;font-weight:500}.stats-container .stat-card .stat-values .stat-number{display:block;font-size:1rem;font-weight:700;margin-top:.2rem}.stat-skeleton{display:inline-block;width:4rem;height:1rem;border-radius:.3rem;margin-top:.2rem;background:linear-gradient(90deg,#ffffff14 25%,#ffffff2e,#ffffff14 75%);background-size:200% 100%;animation:skeleton-loading 1.4s infinite}.services-section{scroll-margin-top:2rem;margin:4rem 2rem 2rem}.services-section .title-container{display:flex;flex-direction:column;text-align:center}.services-section .title-container .title-text{color:#51b1f6e6;font-weight:900;font-size:2.5rem;margin:.25rem}.services-section .title-container p{color:#ffffff80}.services-section .services-body{display:flex;margin-top:2rem;gap:2rem}@media(max-width:900px){.services-section .services-body{flex-direction:column}}.services-section .services-body .services-cards{display:flex;flex-direction:column;gap:1rem;flex:2}.services-section .services-body .services-cards .card{display:flex;background-color:#29292933;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;overflow:hidden;transition:transform .2s,box-shadow .2s}@media(max-width:900px){.services-section .services-body .services-cards .card{flex-direction:column;align-items:center}}.services-section .services-body .services-cards .card:hover{transform:translate(.25rem)}@media(max-width:900px){.services-section .services-body .services-cards .card:hover{transform:translateY(.25rem)}}.services-section .services-body .services-cards .card.cash:hover{box-shadow:-.2rem 0 1rem #47d5a61a}.services-section .services-body .services-cards .card.trades:hover{box-shadow:-.2rem 0 1rem #4077d133}.services-section .services-body .services-cards .card.sourcing:hover{box-shadow:-.2rem 0 1rem #6cb9f733}.services-section .services-body .services-cards .accent-bar{width:.4rem}@media(max-width:900px){.services-section .services-body .services-cards .accent-bar{width:0}}.services-section .services-body .services-cards .cash .accent-bar{background:#47d5a6}.services-section .services-body .services-cards .trades .accent-bar{background:#4077d1}.services-section .services-body .services-cards .sourcing .accent-bar{background:#6cb9f7}.services-section .services-body .services-cards .card-left{display:flex;flex-direction:column;flex:2;justify-content:center;padding:1rem;gap:.5rem}.services-section .services-body .services-cards .card-title{text-transform:uppercase;text-align:left;font-size:1.2rem;font-weight:700}.services-section .services-body .services-cards .cash .card-title{color:#47d5a6}.services-section .services-body .services-cards .trades .card-title{color:#4077d1}.services-section .services-body .services-cards .sourcing .card-title{color:#6cb9f7}.services-section .services-body .services-cards .card-desc{text-align:left;line-height:1.65;font-size:.9rem;color:#ffffff80}.services-section .services-body .services-cards .tags-row{display:flex;flex-wrap:wrap;gap:.5rem}.services-section .services-body .services-cards .tag{padding:.2rem .6rem;border-radius:.3rem;font-size:.6rem;font-weight:500;text-transform:uppercase}.services-section .services-body .services-cards .cash .tag{background:#47d5a61a;border:1px solid rgba(71,213,166,.2);color:#47d5a6cc}.services-section .services-body .services-cards .trades .tag{background:#4077d11a;border:1px solid rgba(64,119,209,.2);color:#4077d1cc}.services-section .services-body .services-cards .sourcing .tag{background:#6cb9f71a;border:1px solid rgba(108,185,247,.2);color:#6cb9f7cc}.services-section .services-body .services-cards .card-right{display:flex;flex-direction:column;justify-content:center;flex:1;padding:1.5rem;gap:.5rem;border-left:1.5px solid rgba(41,41,41,.6)}@media(max-width:900px){.services-section .services-body .services-cards .card-right{border:none;padding:1rem 0}}.services-section .services-body .services-cards .card-right .pay-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#727272cc}.services-section .services-body .services-cards .card-right .pay-tags-grid{display:grid;grid-template-columns:repeat(2,fit-content(20%));align-items:center;justify-content:center;gap:.4rem .8rem}.services-section .services-body .services-cards .card-right .pay-tags-grid .pay-tag{display:grid;grid-template-columns:1.5rem auto;column-gap:.5rem;align-items:center;padding:.25rem .8rem;font-size:.85rem;color:#ffffff8c;background-color:#141414cc;border-radius:.4rem;border:1px solid rgba(64,64,64,.2)}.services-section .services-body .services-cards .card-right .pay-tags-grid .pay-tag img{height:1rem;width:1rem;object-fit:contain}.services-section .services-body .services-cards .card-right .pay-tags-grid .pay-tag p{margin:0;padding-left:.25rem}.services-section .services-body .services-cards .card-right .pay-tags-grid .pay-tag-textonly{white-space:nowrap;padding:.25rem .8rem;font-size:.85rem;color:#ffffff8c;background-color:#141414cc;border-radius:.4rem;border:1px solid rgba(64,64,64,.2)}.services-section .services-body .services-cards .card-right .pay-tags-grid .pay-tag-textonly .exchange-icon{font-size:.6rem}.services-section .services-body .cta{display:flex;flex-direction:column;flex:1;padding:3rem 1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:.6rem;background-color:#29292933;justify-content:space-between;gap:2rem}.services-section .services-body .cta-top{display:flex;flex-direction:column;gap:1rem}.services-section .services-body .cta-rhetorical{font-size:1rem;font-weight:500;text-transform:uppercase;text-align:left;color:#ffffff80}.services-section .services-body .cta-heading{font-size:2.75rem;font-weight:700;text-transform:uppercase;text-align:left;color:#ffffffe6}.services-section .services-body .cta-heading span{color:#51b1f6}.services-section .services-body .cta-body{font-size:1rem;font-weight:300;text-align:left;color:#ffffff80}.services-section .services-body .cta-divider{width:100%;height:1.5px;background:#fff3}.services-section .services-body .cta-buttons{display:flex;flex-direction:column;gap:.6rem;width:100%}.services-section .services-body .cta-btn{display:flex;justify-content:center;align-items:center;padding:.8rem 1rem;gap:.5rem;border-radius:.5rem;border:none;font-family:Rajdhani,sans-serif;font-size:.9rem;font-weight:700;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:transform .2s,box-shadow .2s}.services-section .services-body .cta-btn img{filter:brightness(0);width:1.5rem;height:1.5rem;margin:0}.services-section .services-body .btn-primary{background:#51b1f6;color:#111111e6}.services-section .services-body .btn-primary:hover{transform:translateY(-.1rem);box-shadow:0 .15rem .6rem #51b1f62e}.services-section .services-body .btn-secondary{background:transparent;color:#fff6;border:1px solid rgba(255,255,255,.4)}.services-section .services-body .btn-secondary:hover{color:#fff9;border-color:#fffc;background:#1116}.rep-card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:.7rem;height:10rem;width:16rem;box-sizing:border-box;padding:.5rem;background-color:#29292933;border:.5px solid rgba(255,255,255,.1);border-radius:.75rem;color:#ffffffb3;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:768px){.rep-card:hover{transform:translateY(-1px)}}.rep-card .top-row{box-sizing:border-box;display:flex;padding:.2rem .3rem 0rem .2rem;width:100%;justify-content:space-between}.rep-card .top-row .user{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin:0;gap:.5rem}.rep-card .top-row .user img{width:2.5rem;height:2.5rem;margin:0;border-radius:50%;object-fit:cover;opacity:85%;-webkit-user-drag:none}.rep-card .top-row .user .premium-avatar{opacity:1;border:2px solid rgba(232,201,106,.9);box-shadow:0 0 26px #e8c96a4d}.rep-card .top-row .user .username{margin:0;max-width:5rem;font-weight:700;color:#ffffffd9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rep-card .top-row .user .username.premium{color:#e8c96a}.rep-card .top-row .five-stars{margin:0;width:6rem;color:#47d5a6e6;-webkit-user-drag:none}.rep-card .top-row .five-stars.premium{color:#e8c96ae6;filter:drop-shadow(0 0 6px rgba(232,201,106,.3))}.rep-card .body{display:flex;flex-direction:column;gap:.7rem;flex:1;align-items:center;justify-content:center}.rep-card .body .value{display:flex;flex-direction:row;gap:.5rem;font-weight:700;color:#ffffffd9;white-space:nowrap;text-align:right;margin:0}.rep-card .body .value .amount{font-weight:lighter}.rep-card .body .comment{text-align:center;font-style:italic;font-size:1rem;color:#ffffffa6;line-height:1.2;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3}.slider-track{overflow:hidden;position:relative;margin:4rem 2rem;padding:0rem;height:12rem;border-radius:.75rem;-webkit-mask-image:linear-gradient(to right,#29292900,#292929 5% 95%,#29292900);mask-image:linear-gradient(to right,#29292900,#292929 5% 95%,#29292900);-webkit-user-select:none;user-select:none}.slider-track .rep-card-wrapper{position:absolute;left:0;top:50%;will-change:transform}.slider-track .rep-card-wrapper .rep-card-link{display:block;text-decoration:none;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-track .skeleton-static{position:absolute;top:50%;transform:translateY(-50%);height:10rem;width:16rem;border-radius:.75rem;background:linear-gradient(90deg,#ffffff14 25%,#ffffff2e,#ffffff14 75%);background-size:200% 100%;animation:skeleton-loading 1.4s infinite}.slider-container{position:relative;max-width:100%;height:10rem;margin:2rem;overflow:hidden;-webkit-mask-image:linear-gradient(to right,#29292900,#292929 5% 95%,#29292900);mask-image:linear-gradient(to right,#29292900,#292929 5% 95%,#29292900)}.slider-container .rep-card-wrapper{position:absolute;left:50%;top:50%;will-change:transform,opacity;touch-action:pan-y;pointer-events:none}.slider-container .rep-card-wrapper .rep-card-link{display:block;text-decoration:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:auto}.slider-container .skeleton-static{position:absolute;height:10rem;width:16rem;top:50%;left:50%;border-radius:.75rem;background:linear-gradient(90deg,#ffffff14 25%,#ffffff2e,#ffffff14 75%);background-size:200% 100%;animation:skeleton-loading 1.4s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.bluegem{text-align:center}.bluegem .coming-soon{margin:4rem;color:#fff;min-height:90vh}.cs2rep{text-align:center}.cs2rep .coming-soon{margin:4rem;color:#fff;min-height:90vh}.catalog{text-align:center}.catalog .coming-soon{margin:4rem;color:#fff;min-height:90vh}.bg-primary-a0{background-color:#51b1f6}.bg-primary-a10{background-color:#6cb9f7}.bg-primary-a20{background-color:#83c2f8}.bg-primary-a30{background-color:#97cafa}.bg-primary-a40{background-color:#aad3fb}.bg-primary-a50{background-color:#bcdcfc}.bg-surface-a0{background-color:#141414}.bg-surface-a10{background-color:#292929}.bg-surface-a20{background-color:#404040}.bg-surface-a30{background-color:#585858}.bg-surface-a40{background-color:#727272}.bg-surface-a50{background-color:#8c8c8c}.bg-surface-tonal-a0{background-color:#1b2025}.bg-surface-tonal-a10{background-color:#303539}.bg-surface-tonal-a20{background-color:#464b4f}.bg-surface-tonal-a30{background-color:#5e6266}.bg-surface-tonal-a40{background-color:#777a7e}.bg-surface-tonal-a50{background-color:#919396}.bg-success-a0{background-color:#22946e}.bg-success-a10{background-color:#47d5a6}.bg-success-a20{background-color:#9ae8ce}.bg-warning-a0{background-color:#a87a2a}.bg-warning-a10{background-color:#d7ac61}.bg-warning-a20{background-color:#ecd7b2}.bg-danger-a0{background-color:#9c2121}.bg-danger-a10{background-color:#d94a4a}.bg-danger-a20{background-color:#eb9e9e}.bg-info-a0{background-color:#21498a}.bg-info-a10{background-color:#4077d1}.bg-info-a20{background-color:#92b2e5}.bg-gold-a0{background-color:#c89b3c}.bg-gold-a10{background-color:#e8c96a}.bg-gold-a20{background-color:#f6e7a8}body{width:100vw}main{flex:1}
