:root{--sans-serif: "Maven Pro";--serif: "Cormorant Garamond";--black: #19181c;--text-color: #3c3c3b;--gold: #c1a715}*{margin:0;padding:0;font-family:inherit;font-size:1em;border:0 none;background-color:transparent;list-style-type:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;outline:none}html{font-size:62.5%}@font-face{font-family:'Cormorant Garamond';src:url("fonts/subset-CormorantGaramond-Italic.woff2") format("woff2"),url("fonts/subset-CormorantGaramond-Italic.woff") format("woff");font-weight:normal;font-style:italic;font-display:swap}@font-face{font-family:'Cormorant Garamond';src:url("fonts/subset-CormorantGaramond-Light.woff2") format("woff2"),url("fonts/subset-CormorantGaramond-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Cormorant Garamond';src:url("fonts/subset-CormorantGaramond-BoldItalic.woff2") format("woff2"),url("fonts/subset-CormorantGaramond-BoldItalic.woff") format("woff");font-weight:bold;font-style:italic;font-display:swap}@font-face{font-family:'Cormorant Garamond';src:url("fonts/subset-CormorantGaramond-Medium.woff2") format("woff2"),url("fonts/subset-CormorantGaramond-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Cormorant Garamond';src:url("fonts/subset-CormorantGaramond-MediumItalic.woff2") format("woff2"),url("fonts/subset-CormorantGaramond-MediumItalic.woff") format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:'Maven Pro';src:url("fonts/subset-MavenPro-Regular.woff2") format("woff2"),url("fonts/subset-MavenPro-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@-webkit-keyframes pulsate{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@keyframes pulsate{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1.05);transform:scale(1.05)}}@-webkit-keyframes pulsate-centered{0%{-webkit-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%)}100%{-webkit-transform:scale(1.05) translateX(-50%);transform:scale(1.05) translateX(-50%)}}@keyframes pulsate-centered{0%{-webkit-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%)}100%{-webkit-transform:scale(1.05) translateX(-50%);transform:scale(1.05) translateX(-50%)}}.container{max-width:102rem;margin:0 auto;padding:0 2rem}.container.small{max-width:96rem}input,select,textarea{color:inherit;border:1px solid currentColor;font-family:inherit;font-size:1.6rem;letter-spacing:0.15em;padding:0.5em 0.75em;-webkit-box-sizing:border-box;box-sizing:border-box}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{text-transform:uppercase;color:inherit}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{text-transform:uppercase;color:inherit}input::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder{text-transform:uppercase;color:inherit}input::placeholder,select::placeholder,textarea::placeholder{text-transform:uppercase;color:inherit}input.slim,select.slim,textarea.slim{border-left:0;border-right:0;border-top:0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.button{color:inherit;border:1px solid currentColor;display:inline-block;text-decoration:none;letter-spacing:0.1em;font-weight:bold;padding:0.5em 1.5em 0.6em 1.5em;text-transform:uppercase;cursor:pointer;-webkit-transition:all 0.5s;transition:all 0.5s}.button:hover{background-color:#FFF;color:var(--gold)}.page-header{color:#FFF;background-size:cover;background-position:center center}.page-header .container{height:20rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:4rem;-webkit-box-sizing:border-box;box-sizing:border-box}.page-header .title{font-size:4rem;font-family:var(--serif);font-weight:normal;line-height:0.8em}@media (min-width: 720px){.page-header .container{height:51rem}.page-header .title{font-size:16rem}}.lined-title{font-size:2.6rem;text-align:center;font-family:var(--serif);font-style:italic;font-weight:normal;margin:2em 0;position:relative}.lined-title span{background-color:#FFF;display:inline-block;padding:0 1em}.lined-title:before{left:0;width:100%;top:50%;height:1px;background-color:#000;position:absolute;content:"";z-index:-1}@media (min-width: 720px){.lined-title{font-size:3.5rem}}.post{color:inherit;text-decoration:none;margin-bottom:4rem;display:block}.post img{display:block;width:100%}.post .title{font-weight:bold;font-size:1.4rem;margin-top:1em}.post .date{font-size:1.2rem;margin-top:0.5em;margin-bottom:1em}.post .excerpt{font-size:1.4rem;line-height:1.5em}.blog{--columns: 1;display:grid;grid-template-columns:repeat(var(--columns), 1fr);grid-gap:2rem}@media (min-width: 500px){.blog{--columns: 2}}@media (min-width: 720px){.blog{--columns: 3}}@media (min-width: 960px){.blog{--columns: 4}}.fade-in{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%);-webkit-transition:opacity 0.5s, -webkit-transform 0.3s;transition:opacity 0.5s, -webkit-transform 0.3s;transition:opacity 0.5s, transform 0.3s;transition:opacity 0.5s, transform 0.3s, -webkit-transform 0.3s}.fade-in.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.error{color:#C00;font-size:2em;font-weight:bold;margin-bottom:1.5em}html,body{scroll-behavior:smooth}body{font-family:var(--sans-serif);overflow-x:hidden;color:var(--text-color)}#header{background-color:var(--black);color:#fff;padding-top:2rem;padding-bottom:2rem}#header .toggle-menu{position:absolute;right:2rem;top:3.1rem;cursor:pointer}#header .toggle-menu img{width:auto;height:1.5rem;width:2.9rem}#header .logo{text-align:center}#header .logo img{width:20rem}#header .menu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(25,24,18,0.95);text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto;opacity:0;pointer-events:none;-webkit-transition:opacity 0.5s ease;transition:opacity 0.5s ease;z-index:100}#header .menu.visible{opacity:1;pointer-events:auto}#header .menu .menu-content{margin:auto}#header .menu .menu-logo{width:40rem;max-width:calc(100vw - 8rem)}#header .menu>ul:before{content:"";width:3rem;height:3rem;background-image:url(../images/heart.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;display:block;margin:2rem auto}@media (min-height: 800px){#header .menu>ul:before{margin:6rem auto}}#header .menu li{margin:2em 0}#header .menu a{font-weight:bold;font-size:2.2rem;color:inherit;text-decoration:none;text-transform:uppercase;letter-spacing:0.3em}#header .menu a.active,#header .menu a:hover{color:var(--gold)}#header .menu .submenu{overflow:hidden;max-height:0;-webkit-transition:max-height 0.5s;transition:max-height 0.5s}#header .menu .submenu.visible{max-height:15rem}#header .menu .submenu li{margin:0.4rem}#header .menu .submenu li:first-child{padding-top:1rem}#header .menu .submenu a{text-transform:none;letter-spacing:0.1em;font-weight:normal}@media (min-width: 720px){body:not(.paghome) #header .toggle-menu{display:none}body:not(.paghome) #header .logo img{width:31rem}body:not(.paghome) #header .menu{position:static;opacity:1;pointer-events:auto;display:block}body:not(.paghome) #header .menu .menu-logo,body:not(.paghome) #header .menu ul:before{display:none}body:not(.paghome) #header .menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:4rem 0 0 0;width:100%}body:not(.paghome) #header .menu .submenu{display:block;position:absolute;width:auto;background-color:var(--black);text-align:left;margin:1rem 0 0 -2rem;padding:1rem 0;opacity:0;pointer-events:none;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;max-height:none}body:not(.paghome) #header .menu .submenu li{padding:0;margin:0}body:not(.paghome) #header .menu .submenu li:first-child{display:none}body:not(.paghome) #header .menu .submenu a{padding:1rem 2rem;display:block}body:not(.paghome) #header .menu li{margin:0;padding-bottom:1rem}body:not(.paghome) #header .menu li:hover .submenu{opacity:1;pointer-events:all}body:not(.paghome) #header .menu a{font-size:1.5rem;letter-spacing:0.2em}}#footer{padding-top:5rem;padding-bottom:5rem}#footer .block{margin-bottom:2rem}#footer h4{font-size:2.2rem;text-transform:uppercase;text-decoration:underline;letter-spacing:0.15em;margin-bottom:0.5em}#footer h4:not(:first-child){margin-top:1em}#footer p,#footer li{font-size:1.5rem}#footer a{color:inherit;text-transform:uppercase;text-decoration:none;letter-spacing:0.15em}#footer .follow a{margin-right:1rem;-webkit-filter:invert(0%) sepia(0%) saturate(0%) hue-rotate(0) brightness(0%) contrast(100%);filter:invert(0%) sepia(0%) saturate(0%) hue-rotate(0) brightness(0%) contrast(100%);-webkit-transition:-webkit-filter 0.2s;transition:-webkit-filter 0.2s;transition:filter 0.2s;transition:filter 0.2s, -webkit-filter 0.2s}#footer .follow a:hover{-webkit-filter:invert(68%) sepia(84%) saturate(1615%) hue-rotate(11deg) brightness(94%) contrast(84%);filter:invert(68%) sepia(84%) saturate(1615%) hue-rotate(11deg) brightness(94%) contrast(84%)}#footer .copy p{font-family:var(--sans-serif);font-size:1.2rem;letter-spacing:0.15em}#footer .copy p a{font-weight:bold;color:var(--gold)}#footer .alliance{display:block;max-width:15rem}#footer .logos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (min-width: 720px){#footer .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#footer .copy{text-align:center}#footer .logos{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.up{position:fixed;right:2rem;bottom:2rem;opacity:0;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease;pointer-events:none}.up.visible{opacity:1;pointer-events:auto}.up img{width:4rem}@media (min-width: 720px){.up img{width:4em}}.paghome #header{position:absolute;left:0;top:0;width:100%;background-color:transparent}.paghome #header .logo{display:none}.welcome{min-height:100vh;background-image:url(../images/home/header_v2.jpg);background-position:center center;background-size:cover;background-attachment:fixed;text-align:center;color:#fff}@supports (-webkit-overflow-scrolling: touch){.welcome{background-attachment:scroll}}.welcome .welcome-content{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 2rem;max-width:90rem;margin:0 auto}.welcome .welcome-content img{margin-bottom:4rem}.welcome .welcome-content p{font-size:1.6rem}.welcome .welcome-content .small{font-size:1.4rem;margin-top:0.5em}.welcome .welcome-content .smaller{font-size:1.2rem}.welcome .logo{width:54rem;max-width:calc(100% - 8rem);display:block;margin:0 auto}.welcome .cta{display:inline-block;background-color:rgba(255,255,255,0.7);font-size:clamp(1.5rem, 4vw, 2rem);font-family:var(--serif);letter-spacing:0.5em;padding:0.5em 1em;color:#000;text-decoration:none;text-transform:uppercase;margin:2em 0;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 0.2s;transition:-webkit-transform 0.2s;transition:transform 0.2s;transition:transform 0.2s, -webkit-transform 0.2s}.welcome .cta:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.welcome .welcome-press{overflow-x:hidden}.welcome .welcome-press p{font-size:1.3rem;text-transform:uppercase;letter-spacing:0.3rem;position:relative}.welcome .welcome-press p:before,.welcome .welcome-press p:after{position:absolute;height:1px;width:calc(50% - 16rem);left:2rem;top:50%;background-color:#fff;content:""}.welcome .welcome-press p:after{right:2rem;left:auto}.welcome .welcome-press ul{padding:2rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 2rem);margin-left:-1rem;-webkit-box-sizing:border-box;box-sizing:border-box}.welcome .welcome-press ul li{padding:0 1rem;margin:1rem 0}.welcome .welcome-press ul img{width:9rem;height:3rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}@media (min-width: 720px){.welcome{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.welcome .welcome-content{min-height:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.welcome .welcome-content p{font-size:2rem}.welcome .welcome-content .small{font-size:1.8rem}.welcome .welcome-content .smaller{font-size:1.4rem}.welcome .cta{padding-left:4em;padding-right:4em}}@media (min-width: 1100px){.welcome .welcome-press ul{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.welcome .welcome-press ul img{height:auto;width:auto}}.call{background-color:#000;color:#fff;padding:2rem;text-align:center;font-family:var(--serif)}.call p{font-size:1.6rem;letter-spacing:0.2em}.call a{color:inherit}@media (min-width: 720px){.call p{font-size:2.2rem}}.intro{background-image:url(../images/home/sara.jpg),url(../images/home/sara-bg.jpg);background-position:center bottom;background-size:contain, 100% auto;background-repeat:no-repeat, repeat-y;padding:5rem 0 3rem 0;min-height:110vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.intro .text{max-width:60rem;margin:0 auto;text-align:center;padding:0 4rem 13rem 4rem;margin-bottom:13rem;position:relative}.intro .text h2,.intro .text h3{font-size:2rem;font-weight:bold;margin-bottom:0.25em;font-family:var(--serif)}.intro .text h2:not(:first-child),.intro .text h3:not(:first-child){margin-top:1.5em}.intro .text h3{font-size:1.8rem}.intro .text p,.intro .text li{font-size:1.5rem;font-family:var(--serif)}.intro .text p+p,.intro .text li+p{margin-top:1.5em}.intro .text ol,.intro .text ol li{list-style-type:decimal;list-style-position:inside;margin-bottom:1rem}.intro .text ol{margin-bottom:2rem}.intro .text hr{-webkit-transform:none;transform:none}.intro .text hr:after{width:1px;height:8rem;background-color:#000;content:"";left:50%;bottom:0;position:absolute;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s, -webkit-transform 1s;-webkit-transform-origin:top;transform-origin:top}.intro .text hr:before{width:1.4rem;height:1.4rem;background-image:url(../images/heart.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;content:"";display:block;bottom:9rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-animation:pulsate-centered 0.75s infinite;animation:pulsate-centered 0.75s infinite}.intro .text hr.visible:after{-webkit-transform:scaleY(1);transform:scaleY(1)}.intro img{display:block;width:140em;max-width:calc(100% - 4rem);margin:0 auto}@media (min-width: 720px){.intro{padding:7rem 0 4rem 0}.intro .text{padding-bottom:38rem}.intro .text:after{height:11rem}.intro .text:before{bottom:12rem}.intro .text p,.intro .text li{font-size:2.1rem}.intro .text h2{font-size:2.5rem}.intro .text h3{font-size:2rem}}.schedule{background-color:#333;color:#fff;padding-bottom:8rem}.schedule .container{max-width:68em}.schedule .schedule-title{font-size:2.6rem;font-family:var(--serif);padding:1.7em 0}.schedule label{font-size:1.4rem;font-weight:bold;text-transform:uppercase;letter-spacing:0.1em;display:block}.schedule label+label{margin-top:1em}.schedule input,.schedule select,.schedule textarea{display:block;width:100%}.schedule .button{font-size:1.6rem;margin-top:2em;margin-right:1em}.schedule .heart{-webkit-animation:pulsate 0.75s infinite;animation:pulsate 0.75s infinite}@media (min-width: 720px){.schedule{padding-bottom:14rem}.schedule .schedule-title{font-size:3.5rem}.schedule label,.schedule .button{font-size:1.6rem}.schedule label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.schedule input,.schedule select{display:inline-block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:auto;margin-left:0.5em}.schedule label:has(textarea){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.text-page{padding-top:5rem;padding-bottom:5rem;background-position:center bottom;background-size:cover}.text-page .content{margin-left:auto;margin-right:auto}.text-page .title{font-size:5rem;font-family:var(--serif);font-weight:300}.text-page .title-container{text-align:center;max-width:none}.text-page .subtitle,.text-page .subtitle2{font-style:italic;font-size:2rem;font-family:var(--serif);margin-bottom:3em}.text-page .subtitle2{font-size:1.8rem}.text-page p,.text-page li{font-size:2em;font-family:var(--serif)}.text-page p+p,.text-page p+li,.text-page li+p,.text-page li+li{margin-top:2em}.text-page p strong,.text-page li strong{font-style:italic}.text-page ol,.text-page ol li{list-style-type:decimal;font-family:var(--sans-serif)}.text-page ol{margin:4rem 0 4rem 2rem}.text-page .sans p,.text-page .sans li{font-family:var(--sans-serif);line-height:1.5em;font-size:1.6rem}.text-page .cta{text-align:center;margin-top:5rem}.text-page .start{font-family:var(--serif);font-size:3.6rem;color:var(--gold);font-style:italic}.text-page .start:after{display:none}.text-page .button{font-size:1.8rem;margin-top:2em}.text-page hr{margin:6rem 0;width:48rem;max-width:100%;border-top:1px solid #000}@media (min-width: 720px){.text-page{padding-top:10rem;padding-bottom:10rem}.text-page .title{font-size:7rem}.text-page .subtitle{font-size:3rem}.text-page .subtitle2{font-size:2.5rem}.text-page p,.text-page li{font-size:2rem}.text-page .start{font-size:2.5rem}.text-page .sans p,.text-page .sans li{font-size:2rem}}.why-sara{background-image:url(../images/why-sara/bg.jpg)}.why-sara .content{max-width:64rem}.why-sara p:after{content:"";margin:3rem 0;height:1.8rem;background-image:url(../images/heart.svg);background-position:center center;background-repeat:no-repeat;background-size:auto 100%;display:block;-webkit-animation:pulsate 0.5s infinite;animation:pulsate 0.5s infinite}.why-sara .subtitle{text-align:center}@media (min-width: 720px){.why-sara p:after{margin:6rem 0;height:2.4rem}}.how-work{background-image:url(../images/how-work/bg.jpg)}.how-work .content{max-width:68em}.how-work .subtitle{font-weight:normal;font-style:italic;font-size:3rem;margin:2em 0 0.5em 0}.how-work .subtitle:before{width:1em;height:1em;display:inline-block;vertical-align:middle;content:"";background-image:url(../images/heart.svg);background-repeat:no-repeat;background-size:contain;margin-right:0.4em}@media (min-width: 960px){.how-work .subtitle:before{position:absolute;-webkit-transform:translateX(calc(-100% - 0.5em));transform:translateX(calc(-100% - 0.5em))}}.faq{background-image:none}.tos .heart{display:block;margin:4em auto 5em auto;width:3rem}.tos .subtitle{margin:0 0 1em 0;max-width:17em}.tos p strong{font-style:normal}@media (min-width: 720px){.tos .heart{width:5.6rem;margin:8em auto 9em auto}}.contact{padding-top:0}.contact .content{max-width:79rem}.contact .intro-quote p{font-size:3.5rem}.contact p a{font-family:var(--serif);font-size:1.6em;text-decoration:none;color:inherit}@media (min-width: 720px){.contact .intro-quote p{font-size:5.9rem}}.pagcontact .schedule{background-color:#000}.pagcontact .schedule .container{max-width:96rem}.contact-points{padding-top:5rem}.contact-points .block{width:22rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding:2.5rem 1rem;text-align:center;display:block;color:inherit;text-decoration:none;margin:0 auto;border:1px solid #000;margin-bottom:5rem}.contact-points .block:hover{color:#fff;background-color:#000}.contact-points .block:hover img{-webkit-filter:invert(100%);filter:invert(100%)}.contact-points h4{font-size:1.5rem;font-weight:normal;text-transform:uppercase;letter-spacing:0.2em;margin-top:1em}.contact-points p{font-size:1.3rem;font-weight:600;letter-spacing:0.1em;margin-top:0.5em;line-height:2em}@media (min-width: 720px){.contact-points{padding-top:7rem;padding-bottom:7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact-points .block{margin:0}}.get-started{padding-top:5rem;padding-bottom:5rem;position:relative}.get-started p{font-size:1.7rem;font-style:italic;font-family:var(--serif);margin-bottom:1em}.get-started label{display:block;margin-bottom:1.5em;font-size:1.7rem;text-transform:uppercase;font-weight:bold;width:100%}.get-started label.wide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.get-started label.wide input{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:1em}.get-started .field input,.get-started .field select{width:100%;margin-top:1rem}.get-started .button{font-size:1.6rem}.get-started .get-started-intro{width:300px;margin:0 10px}.get-started .get-started-intro img{width:100%;display:block;margin-bottom:2em}.get-started .get-started-intro p{margin:0}@media (min-width: 720px){.get-started .get-started-intro{margin:0 auto;position:absolute;right:20px;top:170px;width:300px}}@media (min-width: 960px){.get-started .get-started-intro{width:420px}}@media (min-width: 720px){.get-started p{font-size:2.3rem}.get-started label{font-size:2.2rem}.get-started .field input,.get-started .field select{width:auto}.get-started .button{font-size:2rem}}.intro-quote{max-width:54rem;margin:0 auto}.intro-quote p,.intro-quote .subtitle{font-size:2.5rem;font-family:var(--serif);line-height:1.25em;text-align:center;margin:1.5em 0}.intro-quote .subtitle{font-size:3.5rem;font-weight:500;font-family:var(--sans-serif)}.testimonial{padding-bottom:5rem;margin:5rem 0;position:relative}.testimonial:before{position:absolute;bottom:0;left:0;width:calc(100% - 2rem);content:"";display:block;height:1px;background-color:#000}.testimonial:after{width:1.4rem;height:1.4rem;content:"";display:block;background-image:url(../images/heart.svg);background-position:center bottom;background-repeat:no-repeat;background-size:contain;position:absolute;right:0;bottom:-0.7rem;-webkit-animation:pulsate 0.5s infinite;animation:pulsate 0.5s infinite}.testimonial:last-child:after,.testimonial:last-child:before{display:none}.testimonial .name{font-size:2.5rem;font-family:var(--serif);color:var(--gold);margin-bottom:1em}.testimonial .image{width:20rem;height:20rem;margin-bottom:2rem;border-radius:100%;overflow:hidden;max-width:100%}.testimonial .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.testimonial blockquote p{font-size:1.6rem;line-height:1.4em;margin-bottom:1.5em}.testimonial blockquote p a{color:#808285;text-decoration:underline}.testimonial .extra{display:none;margin-top:2.4rem}.testimonial .emoji{display:inline-block;width:1.6rem;vertical-align:middle}@media (min-width: 720px){.testimonial{padding-bottom:8rem;margin:8rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.testimonial .name{font-size:4.4rem}.testimonial blockquote p{font-size:2.3rem}.testimonial .info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.testimonial .image{width:27rem;height:27rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:8rem;margin-bottom:0}}@media (min-width: 1400px){.testimonial .image{margin-right:-13.5rem}}.article{border-top:1px solid #000;padding-top:5rem;margin:5rem 0;position:relative}.article:before{content:"";display:block;width:12rem;height:4rem;position:absolute;left:50%;top:-2rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#FFF}.article:after{width:1.8rem;height:1.8rem;content:"";display:block;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:-0.9rem;background-image:url(../images/heart.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;-webkit-animation:pulsate-centered 0.5s infinite;animation:pulsate-centered 0.5s infinite}.article p,.article li{font-size:1.6rem;line-height:1.3em;margin-bottom:1.5em}.article h1{font-size:4rem;font-family:var(--serif);font-weight:normal;margin-bottom:0.5em;line-height:1.1em}.article h2,.article .subtitle{font-size:3rem;font-weight:bold}.article h3{font-size:2rem;font-weight:bold}.article h4,.article h5,.article h6{font-size:1.6rem;font-weight:bold}.article .paper{color:#FFF;background-color:#000;text-transform:uppercase;font-weight:bold;padding:1em 1em;display:inline-block;margin-bottom:1em;letter-spacing:0.1em}.article .image{margin:0 0 3rem 0;max-width:100%}.article a{color:#808285;text-decoration:underline}.article .extra{display:none;margin-top:2.4rem}.article ol li{list-style-type:decimal;list-style-position:inside}.article ul li{list-style-type:disc;list-style-position:inside}@media (min-width: 720px){.article{padding-top:7rem;margin:7rem 0}.article:before{width:16rem}.article:after{width:2.5rem;height:2.5rem}.article h1{font-size:5.9rem}.article h2{font-size:4rem}.article h3{font-size:3rem}.article h4,.article h5,.article h6{font-size:2.5rem}.article p,.article li{font-size:2rem}}
