html,body{width:100%;height:100%;margin:0}p{font-family:var(--font-body)}.content{max-width:1000px;margin:auto;padding:0 24px}.home-title{font-family:var(--font-heading);color:var(--text-100);font-size:36px;font-weight:400;line-height:110%}.btn{background-color:var(--tertiary);color:#fff;font-family:var(--font-body);border:2px solid var(--tertiary);border-radius:50px;width:100%;padding:20px 32px;font-weight:600;text-decoration:none;transition:background-color .25s,transform .25s,box-shadow .25s;display:inline-block}.btn:hover{border:2px solid var(--tertiary-hover);background-color:var(--tertiary-hover);transform:translateY(-3px)}.btn.secondary{border:2px solid var(--tertiary);color:var(--tertiary);background-color:#0000}.btn.secondary:hover{border:2px solid var(--tertiary-hover);color:var(--tertiary-hover);background-color:#0000;transform:translateY(-3px)}.btn:active{transform:translateY(-1px)}.btn:focus-visible{outline:3px solid var(--tertiary);outline-offset:3px}header{background:var(--gradient-tint);margin-bottom:-99px;padding:50px 0 150px}header .author{font-family:var(--font-body);color:var(--text-70);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:24px;font-size:20px;font-weight:300;display:block}header .inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:70px;display:flex}header img{z-index:1;width:100%;max-width:600px;padding:0 56px;position:relative}header h1{font-family:var(--font-heading);color:var(--text-100);margin:0 auto 32px;font-size:48px;font-style:normal;font-weight:500;line-height:90%}header p{color:var(--text-70);font-size:18px}header .buttons{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:44px;display:flex}.clouds,.clouds-yellow{background-repeat:repeat-x;background-size:auto 45px;height:44px;position:relative;top:1px}.clouds{background-image:url(/images/cloud.svg)}.clouds-yellow{background-image:url(/images/cloud-yellow.svg)}#purchase-options{background:var(--gradient-tint);height:600px}#whats-inside{background-color:#fff;padding:70px 0}#whats-inside h2{text-align:center;margin-bottom:24px}#whats-inside .intro{font-family:var(--font-body);color:var(--text-70);text-align:center;max-width:700px;margin:0 auto 60px}#whats-inside .grid{grid-template-columns:1fr;gap:56px 40px;display:grid}#whats-inside .card{text-align:center;border-radius:16px}#whats-inside .card i{color:var(--primary);font-size:60px;display:inline-block}#whats-inside .card h3{font-family:var(--font-heading);color:var(--text-100);margin-bottom:4px;font-size:28px;font-weight:400}#whats-inside .card p{color:var(--text-70);font-size:16px}#about-author{background:var(--gradient-tint);margin-bottom:-43px;padding:70px 0 140px}#about-author .inner{text-align:center;flex-direction:column;align-items:center;gap:40px;display:flex}#about-author img{flex-shrink:0;width:100%;max-width:260px;height:auto}#about-author h2{margin-bottom:20px}#about-author p{color:var(--text-70);margin-bottom:16px}#book-call{padding:0 0 90px}#book-call .inner{border:2px solid var(--tertiary);text-align:center;background-color:#ffffff4d;border-radius:24px;flex-direction:column;align-items:center;gap:32px;padding:40px 20px;display:flex}#book-call h2{margin-bottom:20px}#book-call p{color:var(--text-70)}.quote{text-align:center;border-radius:32px;margin-top:100px;position:relative}.quote .mark{color:var(--primary);margin:0 auto 6px;font-size:46px;line-height:1;display:block}footer{padding:56px 0}footer h2{text-align:center;margin-bottom:18px}footer .links{justify-content:center;gap:20px;display:flex}footer .icon{border:2px solid var(--primary);width:48px;height:48px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;transition:background-color .25s,color .25s,transform .25s;display:flex}footer .icon:hover{background-color:var(--primary);color:#fff;transform:translateY(-3px)}footer .icon:focus-visible{outline:3px solid var(--primary);outline-offset:3px}footer .icon i{font-size:20px;line-height:1}footer .footer-note{text-align:center;border-top:1px solid #2f2a261f;margin:44px auto 0;padding-top:28px}footer .footer-note p{color:var(--text-70);margin-bottom:12px;font-size:14px;line-height:1.65}footer .footer-note strong{color:var(--text-100);font-weight:600}footer .footer-note a{color:var(--tertiary-hover);text-underline-offset:2px;font-weight:600;text-decoration:underline}footer .footer-note a:hover{color:var(--text-100)}footer .footer-note a:focus-visible{outline:2px solid var(--tertiary-hover);outline-offset:2px}footer .footer-note .copyright{margin:20px 0 0;font-size:13px}@media (width>=500px){.btn{width:auto}}@media (width>=600px){#whats-inside .grid{grid-template-columns:repeat(2,1fr)}.clouds,.clouds-yellow{background-size:auto 70px;height:69px}}@media (width>=1000px){#whats-inside .grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){header{margin-bottom:-350px;padding:100px 0}header .author{font-size:24px}header h1{font-size:72px}header p{font-size:20px}#about-author{margin-bottom:-85px;padding:100px 0 250px}#about-author .inner{text-align:left;flex-direction:row}.home-title{font-size:44px}.quote .mark{margin-bottom:3px;font-size:62px}#whats-inside{padding:230px 0 100px}.clouds,.clouds-yellow{background-repeat:repeat-x;background-size:auto 85px;height:84px}#book-call .inner{padding:40px 50px 43px}}@media (width>=1200px){.clouds,.clouds-yellow{background-size:auto 99px;height:98px}}@keyframes riseIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.js header .author,.js header h1,.js header p,.js header .buttons,.js header img{animation:.8s cubic-bezier(.22,.7,.3,1) both riseIn}.js header .author{animation-delay:50ms}.js header h1{animation-delay:.15s}.js header p{animation-delay:.28s}.js header .buttons{animation-delay:.4s}.js header img{animation-delay:.5s}.js .reveal{opacity:0}.js .reveal.is-visible{animation:.75s cubic-bezier(.22,.7,.3,1) both riseIn;animation-delay:var(--delay,0s)}.js #whats-inside .card:nth-child(2){--delay:90ms}.js #whats-inside .card:nth-child(3){--delay:.18s}.js #whats-inside .card:nth-child(4){--delay:.27s}.js #whats-inside .card:nth-child(5){--delay:.36s}.js #whats-inside .card:nth-child(6){--delay:.45s}@font-face{font-family:icomoon;src:url(/_astro/icomoon.orRnTKfv.eot?f6j3x1);src:url(/_astro/icomoon.orRnTKfv.eot?f6j3x1#iefix)format("embedded-opentype"),url(/_astro/icomoon.YaS8SXEY.ttf?f6j3x1)format("truetype"),url(/_astro/icomoon.CPaKO3Ao.woff?f6j3x1)format("woff"),url(/_astro/icomoon.Du1facaP.svg?f6j3x1#icomoon)format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=\ icon-]{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:icomoon!important}.icon-arrow:before{content:""}.icon-email:before{content:""}.icon-facebook:before{content:""}.icon-instagram:before{content:""}.icon-phone:before{content:""}.icon-quote:before{content:""}.icon-check:before{content:""}.icon-mind:before{content:""}.icon-heart:before{content:""}.icon-map:before{content:""}.icon-community:before{content:""}.icon-speech:before{content:""}:root{--primary:#e97c8f;--tertiary:#8478a1;--tertiary-hover:#5e527b;--primary-tint:#fde8e7;--secondary:#fdcb7b;--secondary-tint:#fef3e4;--text-100:#2f2a26;--text-70:#2f2a26b3;--font-heading:"Caveat", cursive;--font-body:"Poppins", sans-serif;--gradient-primary:linear-gradient(135deg, var(--primary), var(--secondary));--gradient-tint:linear-gradient(var(--secondary-tint), var(--primary-tint))}*{box-sizing:border-box;min-width:0;margin:0;padding:0}:before,:after{box-sizing:border-box}html,body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:1.6}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}p{margin:0;padding:0}ul,ol{margin:0;padding:0;list-style:none}a{color:inherit;cursor:pointer;background-color:#0000;text-decoration:none}a:focus-visible{outline:2px solid var(--link);outline-offset:2px}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;background-color:#0000;border:none;margin:0;padding:0}button,input[type=button],input[type=submit],input[type=reset]{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.6}textarea{resize:vertical;overflow:auto}input[type=checkbox],input[type=radio]{width:auto;margin-right:.5em}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}img,picture{border:none}table{border-collapse:collapse;border-spacing:0;width:100%}td,th{text-align:left;vertical-align:top;padding:0}code,pre,kbd,samp{font-family:monospace;font-size:1em}pre{overflow:auto}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}hr{border:0;border-top:1px solid var(--border-color);height:1px;margin:1em 0;padding:0;display:block}small{font-size:.875em}strong,b{font-weight:700}em,i{font-style:italic}sub,sup{vertical-align:baseline;font-size:.875em;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}
