@keyframes scrolling{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}@keyframes scrolling-reverse{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}.scrolling-carousel:hover>.scrolling-items{animation-play-state:paused}.scrolling-carousel>.scrolling-items{will-change:transform;animation:scrolling var(--carousel-scroll-time) linear infinite}.scrolling-carousel>.scrolling-items.reverse{animation-name:scrolling-reverse}input{background:none;color:inherit;border:none;padding:0;font-family:inherit;font-size:inherit;cursor:inherit}.input-red{background-color:var(--color-red-400);border-radius:8px;padding:.5rem;font-size:1.2em}.input-red>div{background:#fff;color:var(--color-red-400);box-shadow:var(--shadow-inset);border-radius:.25rem;display:flex;padding:.5rem;gap:.5rem}.input-red>div svg{width:2rem;fill:var(--color-red-400);opacity:75%;padding:4px}.input-red>div input{flex:1;opacity:75%}.input-red>div input:hover,.input-red>div input:focus{cursor:text;outline:none}.input-red>div input::placeholder{color:var(--color-red-500);opacity:75%}.login-btn{position:absolute;right:16px;top:16px}.ribbon{background-position:center top;background-size:100%;background-repeat:no-repeat;color:#fff}.ribbon.ribbon-title{padding:.5em 2em}.login-form{position:absolute;right:16px;top:16px}.section{position:relative;display:flex;height:fit-content}.hero{background:url("/assets/landing/hero/hero-bg-00c1d8d0.avif");background-size:1000px;align-items:start;justify-content:center;text-align:center;overflow:hidden;min-height:100vh;padding:0 .5rem 20vw .5rem}@media(max-width: 600px){.hero{padding-bottom:0}}.hero .top-collab{position:absolute;top:2rem;left:50%;transform:translateX(-50%);z-index:1}.hero .top-collab img{width:125px}@media(max-width: 600px){.hero .top-collab{top:6rem}}.hero .rsvp-container{margin:6em 0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}@media(max-width: 600px){.hero .rsvp-container{margin-top:10em}}.hero .rsvp-container img{width:15rem}@media(max-width: 600px){.hero .rsvp-container img{width:10rem}}.hero .rsvp-container h3{margin:0;margin-bottom:1em;font-size:2.2rem;font-weight:500}@media(max-width: 600px){.hero .rsvp-container h3{font-size:1.5rem}}.hero .rsvp-container h4,.hero .rsvp-container h5{margin:0;color:var(--color-red-500);font-weight:normal}.hero .rsvp-container h4{margin-top:1em;font-size:1.4rem;font-family:var(--font-family-text)}.hero .rsvp-container h5{font-size:1rem}.hero .rsvp-container h5 a{color:var(--color-red-600);text-decoration:underline}.hero .rsvp-container .rsvp-form{display:flex;flex-direction:column;width:66%;gap:1rem}@media(max-width: 800px){.hero .rsvp-container .rsvp-form{width:100%}}.hero .rsvp-container .rsvp-form form{display:flex;flex-direction:column;gap:.5rem}.hero .rsvp-container .rsvp-form form .btn--striped{align-self:center}.hero .rsvp-container .rsvp-form .success,.hero .rsvp-container .rsvp-form .error{color:#fff;box-shadow:var(--shadow);font-size:1.2rem;padding:.5rem .4rem;border-radius:.5rem;text-align:center}.hero .rsvp-container .rsvp-form .success{background-color:#75a743}.hero .rsvp-container .rsvp-form .error{background-color:var(--color-red-400)}@keyframes carat-bounce{0%{transform:translateY(0)}50%{transform:translateY(-16px)}100%{transform:translateY(0)}}.hero .rsvp-container .carat{margin-top:50px;animation:carat-bounce 1.2s infinite cubic-bezier(0.4, 0, 0.6, 1)}.hero .hero-art{position:absolute;overflow:hidden;z-index:0;width:110%;margin-left:-8%;bottom:0}@media(max-width: 600px){.hero .hero-art{width:130%;margin-left:-15%;margin-bottom:5%}}.how-this-works-second-border-wrapper{--gap-top: 20rem;--gap-bottom: 15rem;--jagged-depth: 60px;--jagged-border-polygon: polygon( 0 var(--jagged-depth), 8% 0, 16% var(--jagged-depth), 22% 5px, 33% var(--jagged-depth), 38% 8px, 44% 65px, 55% 5px, 66.6% 58px, 74% 2px, 84% var(--jagged-depth), 90% 0, 99.99% var(--jagged-depth), 100% 100%, 0% 100% )}@media(max-width: 600px){.how-this-works-second-border-wrapper{--jagged-border-polygon: polygon( 0 var(--jagged-depth), 22% 0, 44% var(--jagged-depth), 66% 8px, 84% 0, 99.99% var(--jagged-depth), 100% 100%, 0% 100% )}}.how-this-works-second-border-wrapper{padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#d5c3a0;margin-top:-8rem}.how-this-works-second-border-wrapper .how-this-works-border-wrapper{padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#fde8d1}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works{position:relative;background:var(--color-bg);gap:1rem;clip-path:var(--jagged-border-polygon)}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .title-overlay{margin-top:var(--gap-top);position:absolute;top:-10rem;width:100%;z-index:2}@media(max-width: 1330px){.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .title-overlay{margin:0;top:6rem}}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .title-overlay{display:flex;justify-content:center}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .title-overlay .title{background-image:url("/assets/landing/how-this-works/title-c2dcff49.svg");font-size:2.5rem;color:var(--color-bg)}@media(max-width: 1330px){.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works{flex-direction:column}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step.left{padding-top:14rem}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step.right{padding-bottom:10rem}}@media(max-width: 525px){.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .title-overlay .title{font-size:2.25rem}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step.left{padding-top:10rem}}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step{flex:1;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);padding:var(--gap-top) 0 var(--gap-bottom) 0;position:relative;z-index:1}@media(max-width: 1330px){.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step{padding:2rem 0}}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card{width:min(30rem,75%);height:auto;aspect-ratio:30/35;border-radius:1rem;background:var(--color-bg) var(--card-url) no-repeat center/cover;color:var(--card-color);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card .step-hero{margin-top:2rem;position:relative;display:flex;flex-direction:column;align-items:center}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card .step-hero .title{background:linear-gradient(-52deg, var(--title-edge) 0%, var(--title-edge) 19.9%, var(--title-middle) 20%, var(--title-middle) 80%, var(--title-edge) 80.1%, var(--title-edge) 100%);color:#fff;border-radius:1.25rem;box-shadow:var(--shadow);position:absolute;left:-5%;bottom:0;width:110%;aspect-ratio:16/2.5;font-size:2rem;display:flex;align-items:center;justify-content:center;font-family:var(--font-family-subtitle)}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card .step-hero img{width:80%;padding-bottom:10%;border-radius:12px;box-shadow:var(--shadow)}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card p{margin:0;padding:1.5rem;font-size:1.5rem;text-align:center;font-family:var(--font-family-text)}@media(max-width: 1600px){.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card p,.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card .step-count{font-size:1.25rem}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card .step-hero .title{font-size:1.5rem}}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card svg{position:absolute;width:2rem;top:50%;transform:translateY(-50%)}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card svg.left{left:-3rem}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card svg.right{right:-3rem}@media(max-width: 800px){.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step .step-card svg{display:none}}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step.left{background:var(--color-pink-400) url("/assets/landing/how-this-works/texture_1-9acedfa3.webp") no-repeat center/cover;--ribbon-url: url("/assets/landing/how-this-works/step-1-ribbon-909153be.webp");--card-url: url("/assets/landing/how-this-works/step-1-card-bg-7e20501d.avif");--title-edge: #a4383f;--title-middle: #be4d54;--card-color: var(--color-red-500)}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step.center{background:var(--color-lime-400) url("/assets/landing/how-this-works/texture_2-7e8d6c42.webp") no-repeat center/cover;--ribbon-url: url("/assets/landing/how-this-works/step-2-ribbon-69298480.webp");--card-url: url("/assets/landing/how-this-works/step-2-card-bg-b0cdc3f7.avif");--title-edge: #468232;--title-middle: #75a743;--card-color: #468232}.how-this-works-second-border-wrapper .how-this-works-border-wrapper .how-this-works .step.right{background:var(--color-teal-400) url("/assets/landing/how-this-works/texture_3-8d2f49e3.webp") no-repeat center/cover;--ribbon-url: url("/assets/landing/how-this-works/step-3-ribbon-f8e8feea.webp");--card-url: url("/assets/landing/how-this-works/step-3-card-bg-f9e6bf3e.avif");--title-edge: #3c5e8b;--title-middle: #4f8fba;--card-color: #3c5e8b}.testimonials-wrapper{position:relative}.testimonials-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("/assets/landing/pattern-0d6f36e4.avif") repeat center center/1200px;opacity:.1;z-index:-1;pointer-events:none}.testimonials{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:8rem 0;z-index:500;overflow-x:hidden;width:100%}.testimonials .ribbon-title{position:relative;z-index:10}.testimonials>.title{background-image:url("/assets/landing/testimonials/title-03580a83.webp");font-size:3rem;color:var(--color-bg);padding:.5em 3em}@media(max-width: 800px){.testimonials>.title{font-size:2rem}}@media(max-width: 500px){.testimonials{gap:1rem}.testimonials .title{font-size:1.6rem}}.testimonials .cards{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:4rem;position:relative;width:100vw;overflow:visible !important}.testimonials .cards .cards-track{display:flex;flex-wrap:nowrap;gap:2rem;width:max-content;align-items:stretch}.testimonials .cards .cards-track>.testimonial{flex:0 0 auto}.testimonials .cards .testimonial{position:relative;flex:0 0 auto;padding:1em;width:350px;border-radius:16px;overflow:hidden;height:500px;z-index:5;transition:transform .3s ease,z-index .3s ease;display:-webkit-box;-webkit-line-clamp:10;line-clamp:10;-webkit-box-orient:vertical}.testimonials .cards .testimonial:hover{height:auto;overflow:visible;z-index:10;transform:scale(1.05);-webkit-line-clamp:100;line-clamp:100}.testimonials .cards .testimonial h2{background-color:var(--color-bg);box-shadow:var(--shadow);font-weight:normal;font-family:var(--font-family-text);padding:.4em .4em 2em .4em;border-radius:18px;width:90%;font-weight:lighter;font-size:.9rem}.testimonials .cards .testimonial h3{margin-top:.1em;color:var(--color-bg);font-weight:normal;font-family:var(--font-family-text);padding:1em}.testimonials .cards .testimonial .content{position:relative;width:100%;z-index:3;margin-top:-2em;border-radius:24px}.testimonials .cards .testimonial img{border-radius:16px;width:100%;box-shadow:var(--shadow);height:180px;object-fit:cover}.testimonials .cards .red h2{color:var(--color-red-400);border:10px solid var(--color-red-400)}.testimonials .cards .red .content{background-color:var(--color-red-500);border:10px solid var(--color-red-400)}.testimonials .cards .blue h2{color:var(--color-blue-400);border:10px solid var(--color-blue-400)}.testimonials .cards .blue .content{background-color:var(--color-blue-500);border:10px solid var(--color-blue-400)}.testimonials .cards .green h2{color:var(--color-green-400);border:10px solid var(--color-green-400)}.testimonials .cards .green .content{background-color:var(--color-green-500);border:10px solid var(--color-green-400)}.testimonials .cards .yellow h2{color:var(--color-yellow-450);border:10px solid var(--color-yellow-450)}.testimonials .cards .yellow .content{background-color:var(--color-yellow-500);border:10px solid var(--color-yellow-450)}.prizes-section-second-border-wrapper{--jagged-depth: 80px;--jagged-border-polygon: polygon( 0 0, 8% var(--jagged-depth), 16% 5px, 22% var(--jagged-depth), 33% 2px, 40% 65px, 55% 5px, 65% 55px, 70% 2px, 79% var(--jagged-depth), 84% 0, 90% 65px, 96% 8px, 99.99% 40px, 100% 100%, 0% 100% )}@media(max-width: 600px){.prizes-section-second-border-wrapper{--jagged-border-polygon: polygon( 0 10px, 16% 0, 33% var(--jagged-depth), 55% 5px, 70% 45px, 84% 0, 96% 20px, 99.99% 40px, 100% 100%, 0% 100% )}}.prizes-section-second-border-wrapper{padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#f8e8d1;margin-top:-8rem}.prizes-section-second-border-wrapper .prizes-section-border-wrapper{padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#d5c3a0}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes{clip-path:var(--jagged-border-polygon);background:var(--color-bg) url("/assets/landing/prizes/bg-f52ad20c.svg") center center/cover;padding:6rem 0 4rem 0;flex-direction:column;align-items:center;gap:2rem;overflow:hidden}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .title{display:flex;gap:.5rem;flex-direction:column;align-items:center;margin:3rem 0;background:var(--color-red-400);box-shadow:var(--shadow);color:#f8e8d1;border-radius:.8rem;font-size:1.5rem;padding:.5rem;aspect-ratio:5/1;max-width:95%;font-family:var(--font-family-text)}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .title>div{font-size:2.5rem;width:110%;text-align:center;padding:.5rem 2rem;background:var(--color-red-500) url("/assets/landing/prizes/title-overlay-cf027737.svg") center center/cover;box-shadow:var(--shadow);border-radius:.5rem}@media(max-width: 800px){.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .title{font-size:1.25rem;aspect-ratio:11/3}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .title>div{font-size:1.75rem}}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container{display:flex;flex-direction:column;margin:1rem;width:105%;transform:rotate(-4deg)}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase-title{width:95.24%;align-self:center;display:flex;flex-direction:column}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase-title>div{align-self:var(--align-title);background:var(--carousel-bg);border-radius:.75rem .75rem 0 0;font-size:1.75rem;color:#fff;margin:0 6rem;padding:.5rem .5rem 0 .5rem}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase-title>div>div{background:var(--carousel-title);padding:.25rem 3rem;border-radius:.5rem;box-shadow:var(--shadow)}@media(max-width: 800px){.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase-title>div{margin:0;align-self:center;font-size:1.5rem}}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase{display:flex;gap:1rem;padding:.5rem;border-bottom:.5rem solid var(--carousel-title);background:var(--carousel-bg)}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items{display:flex;gap:1rem;z-index:1}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items .prize{background:#ebede9;box-shadow:var(--shadow);padding:.75rem;border-radius:1rem;flex:0 0 15rem;aspect-ratio:15/14;display:flex;flex-direction:column;gap:.5rem}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items .prize .image-wrapper{background:var(--color-tan-300) url("/assets/landing/prizes/img-overlay-c5f74e06.svg") center center/cover;box-shadow:var(--shadow);border-radius:.5rem;padding:.25rem;flex:1}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items .prize .image-wrapper img{width:100%;height:100%;object-fit:contain}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items .prize .image-wrapper{overflow:hidden}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items .prize .description{text-align:center;font-size:.9rem;font-family:var(--font-family-text)}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items .prize .description .name{font-size:1.25rem}@media(max-width: 800px){.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items .prize{flex:0 0 10rem;aspect-ratio:13/14}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items .prize .description{font-size:.8rem}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase>.items .prize .description .name{font-size:1rem}}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container .showcase .bar{position:absolute;bottom:.5rem;left:0;right:0;background:var(--carousel-bar);box-shadow:var(--shadow);height:2rem}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container.five-hour{--carousel-bg: #de9e41;--carousel-title: #be772b;--carousel-bar: #e7c06d;--align-title: flex-start}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container.twenty-hour{--carousel-bg: #a8ca58;--carousel-title: #75a743;--carousel-bar: #d0da91;--align-title: center}.prizes-section-second-border-wrapper .prizes-section-border-wrapper .prizes .showcase-container.hundred-hour{--carousel-bg: #73bed3;--carousel-title: #4f8fba;--carousel-bar: #a4dddb;--align-title: flex-end}.previously-hosted-section-second-border-wrapper{--jagged-depth: 80px;--jagged-border-polygon: polygon( 0 var(--jagged-depth), 99.99% 0, 100% 100%, 0% 100% );padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#f8e8d1;margin-top:-8rem}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper{padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#d5c3a0}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted{clip-path:var(--jagged-border-polygon);background:var(--color-bg);position:relative;display:flex;flex-direction:column;background-image:url("/assets/landing/previously-hosted/dash-trail-ac1efc15.svg");background-repeat:repeat-x;background-position:center 200px;background-size:auto 50px;padding-top:4rem}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .title{margin:2rem 0 0 0;text-align:center;font-size:3rem;font-weight:normal}@media(max-width: 800px){.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .title{font-size:2rem}}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .events{display:flex;justify-content:center;align-items:center;gap:8rem;padding:2rem;flex-wrap:wrap;text-align:center;color:var(--color-bg);z-index:2}@media(max-width: 800px){.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .events{gap:4rem}}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .events .event-card{background-color:var(--color-brown-400);border-radius:16px;padding:.5rem;transition:transform .3s ease}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .events .event-card.is-active{background-color:var(--color-brown-600);box-shadow:var(--shadow);transform:scale(1.05)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .events .event-card:hover{box-shadow:var(--shadow);transform:scale(1.05);cursor:pointer}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .events .event-card:hover{box-shadow:var(--shadow);transform:scale(1.05);cursor:pointer}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .events img{width:300px;border-radius:16px;box-shadow:var(--shadow)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .events h3{margin-top:.25em;font-size:1.5rem;font-family:var(--font-family-subtitle)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .events h4{margin-top:.1em;font-size:1rem;font-weight:normal;font-family:var(--font-family-text)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats{--notch-width: 110px;--notch-height: 36px;--notch-border: 20px;--notch-x: 50%;background-color:var(--color-brown-400);width:100%;display:flex;flex-wrap:wrap;position:relative;margin-top:auto;z-index:1;padding:1em 0 2em 0;margin-top:2rem;border-top:16px solid var(--color-brown-700);display:flex;flex-direction:column;text-align:center;background-image:url("/assets/landing/previously-hosted/bg-tile-94927f46.svg");background-repeat:repeat;background-size:7rem}@media(max-width: 600px){.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats{margin-top:2rem}}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats h2{margin:0;font-size:1.5rem;font-weight:normal;color:var(--color-bg);margin-top:2rem;margin-bottom:1rem;font-family:var(--font-family-subtitle)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .stats-title{font-size:2.5rem;text-align:center;width:100%;margin-top:1.5rem;margin-bottom:1rem;font-family:var(--font-family-subtitle);color:var(--color-bg)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats::before{content:"";position:absolute;width:calc(var(--notch-width) + 2*var(--notch-border));height:calc(var(--notch-height) + var(--notch-border));top:calc(-1*var(--notch-height) - var(--notch-border));top:calc(-1*var(--notch-height) - var(--notch-border));left:calc(var(--notch-x) - var(--notch-width)/2 - var(--notch-border));background:var(--color-brown-700);clip-path:polygon(0 100%, 50% 0, 100% 100%);transition:left 220ms ease;z-index:2;pointer-events:none}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats::after{content:"";position:absolute;width:var(--notch-width);height:calc(var(--notch-height) + 4px);top:calc(-1*var(--notch-height));left:calc(var(--notch-x) - var(--notch-width)/2);background:var(--color-brown-400);clip-path:polygon(0 100%, 50% 0, 100% 100%);box-shadow:0 -8px 0 var(--color-brown-700);transition:left 220ms ease;z-index:3;pointer-events:none}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .big-stats{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4rem;margin-top:3rem}@media(max-width: 800px){.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .big-stats{flex-direction:column}}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .big-stats .stat{position:relative;display:flex;flex-direction:column;align-items:center;background-color:var(--color-bg);padding:2em 1.5em;border-radius:16px;box-shadow:var(--shadow)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .big-stats .stat h4{font-size:3rem;margin:0;font-family:var(--font-family-subtitle);color:var(--color-brown-400)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .big-stats .stat h5{font-size:1.5rem;margin:0;font-weight:normal;font-family:var(--font-family-text)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .big-stats .stat img{position:absolute;z-index:2;width:70px;top:-25%;left:50%;transform:translateX(-50%);border:10px solid var(--color-bg);border-radius:50%}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .prize-stats{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:2em}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .prize-stats .prize{display:flex;flex-direction:column;align-items:center;background-color:var(--color-tan-400);padding:.5em 1em;border-radius:16px}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .prize-stats .prize img{width:50px}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted .stats .prize-stats .prize h4{margin:.5rem 0 0 0;font-weight:normal;color:var(--color-brown-500);font-family:var(--font-family-text)}.previously-hosted-section-second-border-wrapper .previously-hosted-section-border-wrapper .previously-hosted::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("/assets/landing/pattern-0d6f36e4.avif") repeat center center/1200px;opacity:.1;z-index:0}.under-previously-hosted{width:100%;padding:.3em 0;margin-top:-0.01em;color:var(--color-bg);background-color:var(--color-brown-500);border-bottom:.5rem solid #d5c3a0;text-align:center;font-size:1.5rem;font-family:var(--font-family-subtitle)}@media(max-width: 600px){.under-previously-hosted{font-size:1.2rem}}.inspiration-section-second-border-wrapper{--jagged-depth: 80px;--jagged-border-polygon: polygon( 0 var(--jagged-depth), 6% 0, 12% var(--jagged-depth), 20% 5px, 28% var(--jagged-depth), 36% 2px, 43% 65px, 50% 5px, 56% var(--jagged-depth), 62% 2px, 70% 62px, 76% 2px, 82% var(--jagged-depth), 88% 0, 95% 65px, 99.99% 20px, 100% 100%, 0% 100% )}@media(max-width: 600px){.inspiration-section-second-border-wrapper{--jagged-border-polygon: polygon( 0 var(--jagged-depth), 20% 5px, 43% 65px, 62% 30px, 88% 0, 99.99% 20px, 100% 100%, 0% 100% )}}.inspiration-section-second-border-wrapper{padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#d5c3a0;margin-top:-6rem}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper{padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#f8e8d1}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration{min-height:auto;width:100%;clip-path:var(--jagged-border-polygon);background:#e8c170 url("/assets/landing/inspiration/bg-6775cfde.avif") center center/cover;background-size:10rem;flex-direction:column;align-items:center;gap:2rem;padding:8rem 0 12em 0}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration>.title{background-image:url("/assets/landing/testimonials/title-03580a83.webp");color:var(--color-bg);font-size:3rem;padding:.6em 1.5em}@media(max-width: 850px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration>.title{font-size:2rem}}@media(max-width: 600px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration>.title{font-size:1.5rem}}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content{width:70%;display:flex;justify-content:center;gap:2rem}@media(max-width: 900px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content{flex-direction:column;align-items:center;width:95%}}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects{background-color:var(--color-tan-300);background-image:url("/assets/landing/inspiration/projects/bg-bb6ee320.avif");background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;flex-direction:column;align-items:center;width:70%;height:auto;max-width:1200px;padding:1rem;border-radius:16px;box-shadow:var(--shadow)}@media(max-width: 900px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects{width:80%}}@media(max-width: 600px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects{width:95%}}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .title{background-color:var(--color-bg);border-radius:16px;box-shadow:var(--shadow);padding:1rem 2rem}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .title h3{color:var(--color-brown-700);font-size:1.6em;font-family:var(--font-family-subtitle);margin:0}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .title p{color:var(--color-brown-500);font-size:1.4em;margin:.5rem 0 0 0;font-family:var(--font-family-text)}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content{width:100%;height:100%;border-radius:16px;display:flex;flex-direction:column;align-items:center}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content h3{text-align:center;font-size:1.8em;margin:24px 0 0 0;font-family:var(--font-family-subtitle)}@media(max-width: 600px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content h3{font-size:1.5em}}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:auto}@media(max-width: 600px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper{width:100%}}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track{display:flex;justify-content:center;width:100%;height:auto}@media(max-width: 600px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track{width:100%}}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project{width:70%;display:none;background-color:var(--color-tan-400);position:relative;padding:2rem;border-radius:16px;box-shadow:var(--shadow)}@media(max-width: 800px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project{width:80%}}@media(max-width: 600px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project{width:100%}}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project.active{display:flex;flex-direction:column}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project .details{margin-bottom:8px;display:flex}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project .details .author-pfp{width:32px;height:32px;border-radius:50%;margin-right:8px;align-self:center;box-shadow:var(--shadow)}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project .details .info h4{font-weight:bold;font-size:1.2em;font-family:var(--font-family-subtitle)}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project .details .info p{font-size:1em;font-family:var(--font-family-text)}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project .details .links{margin-left:auto}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project .details .links a{color:var(--color-brown-500);background-color:var(--color-bg);box-shadow:var(--shadow);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project .details .links a svg{width:16px}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project img{width:100%;height:auto;display:block;object-fit:cover;box-shadow:var(--shadow);border-radius:12px}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-track .project>p{text-wrap:wrap;font-size:1.2em;word-break:break-word;margin:1rem 0 0 0;font-family:var(--font-family-text)}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-arrow{position:absolute;right:8%;top:45%;transform:translateY(-50%) rotate(-90deg);background:none;border:none;width:3rem;height:3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;overflow:hidden}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-arrow svg{fill:var(--color-brown-500)}@media(max-width: 900px){.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-arrow{right:-5%}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-arrow svg{width:2rem}}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-dots{display:flex;margin-top:1rem;gap:.5rem;z-index:10;background-color:#d5c3a0;padding:.3rem .8rem;border-radius:16px;box-shadow:var(--shadow)}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-dots .dot{width:.6rem;height:.6rem;border-radius:50%;background:var(--color-bg);border:none;cursor:pointer;padding:0}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-dots .dot.active{background:var(--color-brown-500)}.inspiration-section-second-border-wrapper .inspiration-section-border-wrapper .inspiration .content .projects .content .carousel-wrapper .carousel-dots .dot:hover{background:var(--color-brown-400)}.project-idea-generator{background:var(--color-tan-300);padding:12px;border-radius:16px;box-shadow:var(--shadow);text-align:center;align-self:center;width:33%}@media(max-width: 900px){.project-idea-generator{width:80%}}@media(max-width: 600px){.project-idea-generator{width:95%;padding:8px}}.project-idea-generator>div{background-color:var(--color-bg);box-shadow:var(--shadow);border-radius:10px;padding:16px;height:100%;display:flex;flex-direction:column}.project-idea-generator>div h3{font-size:1.8em;margin:0;font-family:var(--font-family-subtitle)}@media(max-width: 600px){.project-idea-generator>div h3{font-size:1.6em}}.project-idea-generator>div p{color:var(--color-brown-dark);font-size:1.2em;margin-bottom:16px;font-family:var(--font-family-text)}.project-idea-generator>div #shopkeeper-bar{margin:24px auto 0 auto;height:auto;display:flex;flex-direction:column;flex-grow:1}.project-idea-generator>div #shopkeeper-bar #shopkeeper-speech{padding:8px 16px;background:var(--color-tan-400);border-radius:10px;box-shadow:var(--shadow);z-index:10;font-family:var(--font-family-text)}.project-idea-generator>div #shopkeeper-bar #shopkeeper-bakery{position:relative;align-self:center;width:100%}.project-idea-generator>div #shopkeeper-bar #shopkeeper-bakery img{margin-top:-32px;width:100%}.faq-section-second-border-wrapper{--jagged-depth: 40px;--jagged-border-polygon: polygon( 0 var(--jagged-depth), 4% 0, 10% var(--jagged-depth), 19% 5px, 24% var(--jagged-depth), 32% 2px, 43% 65px, 51% 5px, 56% var(--jagged-depth), 64% 2px, 70% 30px, 74% 0, 79% var(--jagged-depth), 85% 5px, 96% 65px, 99.99% 20px, 100% 100%, 0% 100% )}@media(max-width: 600px){.faq-section-second-border-wrapper{--jagged-border-polygon: polygon( 0 var(--jagged-depth), 24% 10px, 51% 65px, 74% 0, 96% 50px, 99.99% 20px, 100% 100%, 0% 100% )}}.faq-section-second-border-wrapper{padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#f8e8d1;margin-top:-8rem}.faq-section-second-border-wrapper .faq-section-border-wrapper{padding-top:1rem;clip-path:var(--jagged-border-polygon);background-color:#d5c3a0}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq{position:relative;background-color:var(--color-tan-300);padding:8rem 1rem 4rem 1rem;clip-path:var(--jagged-border-polygon);display:flex;flex-direction:column;align-items:center}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .title{margin-top:2rem;display:flex;gap:.5rem;flex-direction:column;align-items:center;margin-bottom:3rem;background:var(--color-red-400);box-shadow:var(--shadow);color:#fff;border-radius:1rem;font-size:2rem;padding:.5rem;aspect-ratio:8/1}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .title>div{font-size:3rem;width:max(110%,300px);text-align:center;background:var(--color-red-500) url("/assets/landing/prizes/title-overlay-cf027737.svg") center center/cover;box-shadow:var(--shadow);border-radius:1rem;padding:.5rem 0}@media(max-width: 800px){.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .title{font-size:1.25rem;aspect-ratio:11/3}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .title>div{font-size:1.75rem}}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards{display:grid;grid-template-columns:repeat(3, minmax(0, 22rem));gap:3.5rem;margin-bottom:4rem;width:90%;justify-content:center}@media(min-width: 1600px){.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards{gap:6rem}}@media(max-width: 1200px){.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards{grid-template-columns:repeat(3, minmax(0, 22rem))}}@media(max-width: 900px){.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards{grid-template-columns:repeat(2, minmax(0, 22rem))}}@media(max-width: 600px){.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards{grid-template-columns:1fr;width:95%}}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card{padding:.5rem 1rem 1rem 1rem;border-radius:16px;box-shadow:var(--shadow);z-index:1;display:flex;flex-direction:column;height:17rem}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card .question{width:120%;transform:translateX(calc(-10% + 6px));border-radius:8px;box-shadow:var(--shadow);padding:6px 0;font-size:1.3em;font-family:var(--font-family-subtitle);text-align:center;color:var(--color-bg)}@media(min-width: 1800px){.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card .question{font-size:1.5em}}@media(min-width: 1600px){.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card .question{width:110%;transform:translateX(calc(-6% + 6px))}}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card .answer{background-color:var(--color-bg);height:100%;padding:12px;border-radius:0 0 12px 12px;box-shadow:var(--shadow);font-size:1.05em;font-family:var(--font-family-text)}@media(min-width: 1400px){.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card .answer{font-size:1.1em}}@media(min-width: 1800px){.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card .answer{font-size:var(--font-size-xl)}}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card-yellow{background-color:#de9e41}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card-yellow .question{background-color:#be772b}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card-green{background-color:#a8ca58}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card-green .question{background-color:#75a743}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card-blue{background-color:#73bed3}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq .cards .card-blue .question{background-color:#4f8fba}.faq-section-second-border-wrapper .faq-section-border-wrapper .faq::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("/assets/landing/pattern-0d6f36e4.avif") repeat center center/1200px;opacity:.1;z-index:0}.under-faq{width:100%;height:16px;background-color:#d5c3a0}.footer::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("/assets/landing/previously-hosted/bg-tile-94927f46.svg");background-repeat:repeat;background-size:7rem;opacity:.4;z-index:-1;pointer-events:none}.footer{display:flex;flex-direction:column;align-items:center;gap:2rem}.footer .about{border:1rem solid var(--color-brown-400);background-color:var(--color-brown-400);box-shadow:var(--shadow);border-radius:16px;width:80%;margin:48px 0 16px 0}@media(max-width: 600px){.footer .about{width:90%}}.footer .about div{background:var(--color-brown-500) url("/assets/landing/footer/about-bg-fee2c817.avif") center/cover;padding:2em 4em;border-radius:16px;box-shadow:var(--shadow);color:var(--color-bg)}@media(max-width: 600px){.footer .about div{background-size:250% auto;background-position:center top}}.footer .about div h2{text-align:center;font-size:3rem;font-weight:normal}.footer .about div p{font-size:1.4rem;margin:1.5rem 0;line-height:1.6;font-family:var(--font-family-text)}.footer .about div a{color:var(--color-bg)}@media(max-width: 600px){.footer .about div{padding:1rem 2rem}.footer .about div h2{font-size:2rem}.footer .about div p{font-size:1.2rem}}.footer .credits{margin-top:3.5rem !important;background-color:var(--color-brown-400);padding:16px;margin:auto 0 16px 0;border-radius:10px;box-shadow:var(--shadow);width:90%;position:relative}@media(max-width: 600px){.footer .credits{width:80%}}.footer .credits h3{color:var(--color-bg);font-size:1.5em;font-family:var(--font-family-subtitle);font-weight:normal;text-align:center;background-color:var(--color-brown-500);border-radius:.8rem;padding:.5em 1.5em 3em 1.5em;margin:0;position:absolute;left:50%;transform:translate(-50%, -3.2rem);text-wrap:nowrap;z-index:1;box-shadow:var(--shadow)}.footer .credits .desktop-h3{display:block}@media(max-width: 1200px){.footer .credits .desktop-h3{display:none}}.footer .credits .mobile-h3{display:none}@media(max-width: 1200px){.footer .credits .mobile-h3{display:block}}.footer .credits .people{position:relative;background-color:var(--color-bg)}.footer .credits .people::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("/assets/landing/footer/pattern-0d6f36e4.avif");background-repeat:repeat;background-size:1000px;opacity:.1;z-index:-1;pointer-events:none}.footer .credits .people{box-shadow:var(--shadow);border-radius:.5rem;padding:1rem;position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.footer .credits .people .signatures{width:90%;max-width:1400px}.footer .credits .people .flag{position:absolute;z-index:5;left:50%;transform:translateX(-50%);bottom:1em;width:100px}@media(max-width: 600px){.footer .credits .people .signatures{width:100%}.footer .credits .people .flag{display:none}}.footer .links{background-color:var(--color-brown-400);border-radius:1.5rem;padding:1rem 2rem;display:flex;flex-direction:row;gap:3rem;margin-bottom:2rem;box-shadow:var(--shadow)}.footer .links a{color:var(--color-brown-700);font-size:1.5em;font-family:var(--font-family-text);text-decoration:none}.footer .links a:hover{color:var(--color-bg);cursor:pointer}@media(max-width: 600px){.footer .links a{font-size:1.3em}}.how-this-works,.testimonials,.prizes,.previously-hosted,.inspiration,.faq,.footer{content-visibility:auto;contain-intrinsic-size:1000px}button{font-size:1.2em}button:hover{cursor:pointer}.orph-flag{position:absolute;top:0;left:1.5em;width:180px;height:auto}@media(max-width: 600px){.orph-flag{width:140px}}@media(max-width: 600px){.hero .hero-art{display:none}}
