.creator-spotlight{width:min(100% - 48px,1120px);margin:12px auto 36px;color:#fff}.creator-spotlight__heading{margin:0 0 16px;color:#dadada;font-size:14px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.creator-spotlight__stage{display:grid;grid-template-columns:repeat(var(--spotlight-columns, 1),minmax(0,1fr));gap:24px;isolation:isolate;touch-action:pan-y}.creator-spotlight__slide{grid-row:1;display:flex;overflow:hidden;min-width:0;flex-direction:column;border:1px solid rgb(255 255 255 / 12%);border-radius:20px;background:#15151d;visibility:hidden;pointer-events:none}.creator-spotlight__slide--active{visibility:visible;pointer-events:auto;animation:spotlight-enter .36s ease-out both}.creator-spotlight__banner{display:flex;height:90px;flex-shrink:0;align-items:center;justify-content:flex-end;padding:0 34px;border-bottom:1px solid rgb(214 162 58 / 35%);background:radial-gradient(ellipse at 24% 0%,rgb(214 162 58 / 25%),transparent 72%),linear-gradient(110deg,#29251f,#1a1a21 75%)}.creator-spotlight__profile{display:grid;grid-template-columns:144px minmax(0,1fr);flex:1;gap:30px;padding:0 34px 28px}.creator-spotlight__avatar{position:relative;z-index:1;width:144px;height:144px;margin-top:-48px;border:5px solid #15151d;border-radius:50%;background:#23232c;object-fit:cover}.creator-spotlight__details{display:flex;min-width:0;flex-direction:column;padding-top:23px}.creator-spotlight__identity{display:flex;min-width:0;align-items:center;gap:10px}.creator-spotlight__name{display:-webkit-box;overflow:hidden;margin:0;color:#fff;font-size:clamp(28px,3vw,38px);font-weight:700;letter-spacing:-.035em;line-height:1.15;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.creator-spotlight__verified{display:inline-flex;width:24px;height:24px;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%;background:#d6a23a;color:#15151d}.creator-spotlight__handle{overflow:hidden;margin:5px 0 0;color:#bfc0c2;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.creator-spotlight__stats{display:flex;flex-wrap:wrap;gap:5px 20px;margin:16px 0 0;padding:0;color:#bfc0c2;font-size:13px;list-style:none;overflow-wrap:anywhere}.creator-spotlight__stats strong{color:#fff;font-weight:600;font-variant-numeric:tabular-nums}.creator-spotlight__tags{display:flex;overflow:hidden;max-height:58px;flex-wrap:wrap;gap:6px;margin:15px 0 0;padding:0;list-style:none}.creator-spotlight__tags li{overflow:hidden;max-width:100%;padding:4px 10px;border:1px solid rgb(255 255 255 / 10%);border-radius:16px;background:#24242e;color:#dadada;font-size:11px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.creator-spotlight__bio{display:-webkit-box;overflow:hidden;margin:17px 0 0;color:#dadada;font-size:15px;line-height:1.6;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:3}.creator-spotlight__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:24px}.creator-spotlight__socials{display:flex;flex-wrap:wrap;gap:2px}.creator-spotlight__socials a{display:flex;width:40px;height:44px;align-items:center;justify-content:center;border-radius:8px;transition:background .16s ease,transform .16s ease}.creator-spotlight__socials img{width:28px;height:28px;object-fit:contain}.creator-spotlight__socials a:hover{background:#ffffff14;transform:translateY(-2px)}.creator-spotlight__cta{display:inline-flex;min-height:46px;flex-shrink:0;align-items:center;justify-content:center;gap:18px;margin-left:auto;padding:11px 21px;border-radius:25px;font-size:14px;font-weight:600;text-decoration:none}.creator-spotlight__cta svg{transition:transform .18s ease}.creator-spotlight__cta:hover svg{transform:translate(3px)}.creator-spotlight__cta:hover{filter:brightness(1.08)}.creator-spotlight__stage--multiple .creator-spotlight__banner{height:76px}.creator-spotlight__stage--multiple .creator-spotlight__profile{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);gap:0;padding:0 24px 24px}.creator-spotlight__stage--multiple .creator-spotlight__avatar{width:106px;height:106px;margin-top:-40px;border-width:4px}.creator-spotlight__stage--multiple .creator-spotlight__details{padding-top:14px}.creator-spotlight__stage--multiple .creator-spotlight__name{font-size:27px}.creator-spotlight__stage--multiple .creator-spotlight__verified{width:22px;height:22px}.creator-spotlight__stage--multiple .creator-spotlight__stats{gap:4px 14px;margin-top:14px;font-size:12px}.creator-spotlight__stage--multiple .creator-spotlight__bio{font-size:14px}.creator-spotlight__stage--multiple .creator-spotlight__actions{gap:12px;padding-top:22px}.creator-spotlight__stage--multiple .creator-spotlight__cta{width:100%}.creator-spotlight__controls{position:relative;display:flex;min-height:60px;align-items:center;justify-content:center;gap:10px}.creator-spotlight__pagination{display:flex;align-items:center;gap:12px}.creator-spotlight__dots{display:flex}.creator-spotlight__controls button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0;border:0;border-radius:22px;background:transparent;color:#bfc0c2;cursor:pointer;transition:color .16s ease,background .16s ease}.creator-spotlight__controls button:hover{color:#f2c65d;background:#ffffff0d}.creator-spotlight__arrow{width:44px}.creator-spotlight__dot{width:30px}.creator-spotlight__dot span{width:6px;height:6px;border-radius:8px;background:#737884;transition:width .2s ease,background .2s ease}.creator-spotlight__dot--active span{width:22px;background:#d6a23a}.creator-spotlight__controls .creator-spotlight__rotation{position:absolute;right:0;gap:7px;padding:0 12px;font-size:12px}.creator-spotlight a:focus-visible,.creator-spotlight button:focus-visible{outline:2px solid #f2c65d;outline-offset:3px}@keyframes spotlight-enter{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media(max-width:767px){.creator-spotlight{width:calc(100% - 32px);margin-top:8px;margin-bottom:28px}.creator-spotlight__heading{margin-bottom:12px;font-size:12px}.creator-spotlight__banner{height:76px;padding:0 22px}.creator-spotlight__profile{grid-template-columns:100px minmax(0,1fr);gap:20px;padding:0 22px 24px}.creator-spotlight__avatar{width:100px;height:100px;margin-top:-36px;border-width:4px}.creator-spotlight__details{padding-top:18px}.creator-spotlight__name{font-size:28px}.creator-spotlight__bio{font-size:14px}.creator-spotlight__stats{gap:4px 14px;font-size:12px}.creator-spotlight__socials a{width:36px}.creator-spotlight__pagination{gap:4px}}@media(max-width:539px){.creator-spotlight__slide{border-radius:16px}.creator-spotlight__banner{height:70px;padding-right:18px}.creator-spotlight__profile{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);gap:0;padding:0 20px 22px}.creator-spotlight__avatar{width:106px;height:106px;margin-top:-42px}.creator-spotlight__details{padding-top:13px}.creator-spotlight__name{font-size:29px}.creator-spotlight__verified{width:21px;height:21px}.creator-spotlight__handle{font-size:13px}.creator-spotlight__stats,.creator-spotlight__tags{margin-top:13px}.creator-spotlight__bio{margin-top:14px}.creator-spotlight__actions{gap:12px;padding-top:19px}.creator-spotlight__cta{width:100%;min-height:44px}.creator-spotlight__controls{justify-content:space-between;gap:0}.creator-spotlight__pagination{gap:0}.creator-spotlight__dot{width:24px}.creator-spotlight__arrow{width:34px}.creator-spotlight__controls .creator-spotlight__rotation{position:static;padding:0 8px}}@media(max-width:359px){.creator-spotlight__controls .creator-spotlight__rotation{width:44px;flex:0 0 44px;padding:0}.creator-spotlight__rotation span{display:none}}@media(prefers-reduced-motion:reduce){.creator-spotlight *,.creator-spotlight *:before,.creator-spotlight *:after{animation:none!important;transition:none!important}.creator-spotlight__socials a:hover,.creator-spotlight__cta:hover svg{transform:none}}@font-face{font-family:Join Inter;font-style:normal;font-weight:400;font-display:swap;src:url(./fonts/Inter-Regular.woff2) format("woff2")}@font-face{font-family:Join Inter;font-style:normal;font-weight:500;font-display:swap;src:url(./fonts/Inter-Medium.woff2) format("woff2")}@font-face{font-family:Join Inter;font-style:normal;font-weight:600;font-display:swap;src:url(./fonts/Inter-SemiBold.woff2) format("woff2")}@font-face{font-family:Join Inter;font-style:normal;font-weight:700;font-display:swap;src:url(./fonts/Inter-Bold.woff2) format("woff2")}@font-face{font-family:Join Inter;font-style:normal;font-weight:800;font-display:swap;src:url(./fonts/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-family:Join Open Sans;font-style:normal;font-weight:400;font-display:swap;src:url(./fonts/OpenSans-Regular.ttf) format("truetype")}.join-overview{--join-gold: #f5d67b;position:relative;isolation:isolate;width:100%;background:#0a66c2;color:#fff;-webkit-font-smoothing:antialiased}.join-overview>:is(header,section,footer),.join-overview>:is(header,section,footer) *{font-family:Join Inter,Inter,sans-serif}.join-overview:before,.join-overview:after{content:"";position:absolute;pointer-events:none}.join-overview:before{z-index:-1;inset:0 0 auto;height:8060px;max-height:100%;background:url(./images/join/background.webp) center -162px / max(1424px,100%) 8222px no-repeat;-webkit-mask-image:linear-gradient(#000 calc(100% - 480px),transparent);mask-image:linear-gradient(#000 calc(100% - 480px),transparent);opacity:.3}.join-overview:after{z-index:-2;inset:0 0 auto;height:249px;background:linear-gradient(to bottom,#07177b,#0d2ae100)}.join-overview :is(h1,h2,h3,p){overflow-wrap:anywhere}.join-overview :is(a,button):focus-visible{outline:3px solid var(--join-gold);outline-offset:5px}.join-overview>section h1{font-size:60px;line-height:1;font-weight:800;letter-spacing:-.5px}.join-overview>section h2{font-size:44px;line-height:1.2;font-weight:800;letter-spacing:-.5px}.join-overview .join-overview-hero p{max-width:47ch;font-size:18px;line-height:1.65}.join-overview .join-overview-hero-copy{gap:14px}.join-overview .join-overview-hero-copy h1{margin-bottom:14px}.join-overview .join-overview-hero-copy p:first-of-type{font-weight:600}.join-overview .join-overview-problem .gradient-box p:last-child{margin-bottom:0}.join-overview :is(.text-card-text,.text-card-number,.text-card-desc){color:#e2e8f0}.join-overview .text-yellow-bg{color:var(--join-gold)}.join-overview>section h2.text-yellow-bg{color:#fff}.join-overview .btn-gold{background:var(--join-gold);color:#1f1f1f}.join-overview .btn-silver{background:#fff;color:#1f1f1f}.join-overview :is(.btn-gold,.btn-silver):not(:disabled):hover{transform:translateY(-2px);box-shadow:0 8px 22px #07177b40}.join-overview :is(.btn-gold,.btn-silver):not(:disabled):active{transform:none}.join-overview .animate-bounce{animation:none}.join-overview :is(.w-7xl,.md\:w-7xl,.xl\:w-7xl){max-width:100%}.join-overview>section{max-width:100%}.join-overview .join-overview-cta{max-width:100%}.join-overview .feature-card{height:auto;min-height:220px}.join-overview .testimonial-card{height:auto;min-height:262px}.join-overview .love-card{height:auto;min-height:220px}.join-overview .join-overview-header .logo{flex-shrink:0}.join-overview .gradient-box{background:linear-gradient(155.031deg,#0000001f,#0003);box-shadow:inset 0 0 0 3.021px #fff3;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.join-overview :is(.feature-card,.testimonial-card){border:1px solid #ffffff26;border-radius:16px;background:#0b326b66;box-shadow:none}.join-overview :is(.love-card,.feature-badge,.white-bg-40){border:1px solid #ffffff26;background:#092c6a33;box-shadow:none}.join-overview .join-overview-audience .feature-card,.join-overview .feature-badge,.join-overview .white-bg-40{border:0;border-radius:0;background:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.join-overview .feature-badge{border-bottom:1px solid #ffffff30;padding-inline:0}.join-overview .feature-badge span:first-child{font-weight:600}.join-overview .white-bg-40{padding-inline:0}.join-overview .white-bg-40+.white-bg-40{border-left:1px solid #ffffff50;padding-left:16px}.join-overview .love-card{padding-bottom:28px}.join-overview .love-card p:nth-child(2){font-weight:600;line-height:1.3}.join-overview .join-overview-love>div:first-child{background:#1227ac}.join-overview .join-overview-audience{background:none!important}.join-overview .join-overview-platform{background:#0a66c2}.join-overview .join-overview-cta{height:auto;min-height:560px;background:#e8e9eb!important;box-shadow:inset 0 0 0 2px #fff6!important}.join-overview .join-overview-cta .text-white-bg{color:#1f1f1f}.join-overview .join-overview-cta .btn-gold{background:#1227ac;color:#fff}.join-overview .faq-item{margin-bottom:10px;border:1px solid #ffffff1a;border-radius:6px;background:linear-gradient(175.783deg,#09090926,#0b255e33);box-shadow:inset 0 0 14px #ffffff12}.join-overview .faq-item:has([aria-expanded=true]){background:linear-gradient(168.215deg,#ffffff26,#fff3)}.join-overview .faq-item>button{padding-inline:22px}.join-overview .faq-item>button>span{font-size:18px;line-height:1.5;font-weight:600}.join-overview .faq-item>div{padding-inline:22px}.join-overview .faq-item>div p{font-size:18px;line-height:1.7}.join-overview .faq-item button img{filter:none;transform:none;flex-shrink:0}.join-overview>footer>div:first-child{background:#07177b}.join-overview [aria-labelledby=creator-signup-title]{overflow-y:auto;align-items:flex-start;padding-block:24px}.join-overview [aria-labelledby=creator-signup-title]>div{flex-shrink:0;margin-block:auto}@media(max-width:800px){.join-overview>section h1{font-size:clamp(30px,6.8vw,48px);line-height:1.05}.join-overview>section h2{font-size:30px;line-height:1.2}.join-overview .join-overview-hero p{font-size:16px;line-height:26px}}@media(max-width:767px){.join-overview .join-overview-cta{min-height:0;border-radius:32px}.join-overview .join-overview-solution .w-screen{width:calc(100% + 48px)}.join-overview .faq-item>button{padding-inline:18px}.join-overview .faq-item>button>span{font-size:14px;line-height:22px}.join-overview .faq-item>div{padding-inline:18px}.join-overview .faq-item>div p{font-size:15px;line-height:25px}}@media(max-width:479px){.join-overview .join-overview-header .logo img{width:150px}.join-overview>footer img{max-width:160px}.join-overview [aria-labelledby=creator-signup-title]>div{width:calc(100% - 32px);margin-inline:16px;padding:0}}@media(prefers-reduced-motion:reduce){.join-overview *,.join-overview *:before,.join-overview *:after{animation:none!important;transition:none!important}}
