.highlight{background-color:var(--color-shakespeare-950);clip-path:ellipse(75% 100% at bottom);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:8rem 1rem;display:flex}.highlight h2{letter-spacing:-.02em;color:#fff;margin-top:2rem;margin-bottom:2rem;font-size:clamp(2rem,6vw,3rem);font-weight:700;line-height:1.1}.highlight h2 span{-webkit-text-fill-color:transparent;color:#0000;background:linear-gradient(90deg,#8bc0e8,#6ba1ff);-webkit-background-clip:text;background-clip:text}.highlight .button-secondary{border-radius:var(--jw-border-s);border:2px solid var(--jw-primary-color);cursor:pointer;color:var(--jw-primary-color);box-sizing:border-box;background-color:#fff;justify-content:center;align-items:center;padding:12px 24px;font-family:inherit;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.highlight .button-secondary:hover{color:var(--jw-primary-color)!important;background-color:#9fc2da!important}@media (width<=768px){.highlight{padding:6rem 1rem}.highlight h2{font-size:clamp(1.5rem,7vw,2.5rem)}.highlight .button-secondary{padding:10px 20px;font-size:.9rem}}@media (width<=480px){.highlight{padding:4rem 1rem}.highlight h2{font-size:clamp(1.3rem,8vw,2rem)}.highlight .button-secondary{width:100%;max-width:300px}}#canvas-wrapper{min-height:0!important}.advices{text-align:center;padding:6rem 1rem}.advices h2{color:var(--jw-primary-color);margin-bottom:3rem;font-size:clamp(1.8rem,5vw,2.5rem)}.advices .advices-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.advices .advice-card{color:var(--jw-primary-color);background-color:var(--gin-bg-layer);border:1px solid var(--gin-border-color-layer);box-sizing:border-box;box-shadow:var(--gin-shadow-l1);border-radius:var(--gin-border-l);flex-direction:column;padding:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.advices .advice-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.advices .advice-card h3{margin-bottom:.5rem;font-size:1.25rem}.advices .advice-card p{font-size:.95rem;line-height:1.5}.faq{text-align:center;background:#f4f8fc;padding:6rem 1rem}.faq h2{color:var(--jw-primary-color);font-size:clamp(1.8rem,5vw,2.5rem);margin:0 auto 3rem!important;padding-bottom:16px!important}.faq h2.faq-community{margin-top:3.5rem!important}.faq details{color:var(--jw-primary-color);border-bottom:1px solid var(--gin-border-color-layer);text-align:left;max-width:1200px;margin:0 auto;padding-block:16px;padding-inline:20px}.faq details summary{cursor:pointer;margin-bottom:.5rem;padding:24px 0;font-size:1.1875rem;line-height:24px;list-style:none;font-weight:700!important}.faq details summary::-webkit-details-marker{display:none}.faq details summary:after{content:"➕";float:right;font-size:1.2rem;transition:transform .2s}.faq details[open] summary:after{content:"➖"}.faq details[open] p{max-height:1000px;transition:max-height .35s;overflow:hidden}.faq details p{max-height:0;font-size:clamp(.9rem,2.5vw,1.1rem);font-weight:400;line-height:1.4;transition:max-height .35s;overflow:hidden;padding-bottom:16px!important}