@-webkit-keyframes fade-in{0%{opacity:0}}@keyframes fade-in{0%{opacity:0}}@-webkit-keyframes slide-up{0%{transform:translate3d(0,var(--slide-distance,var(--spacing-2)),0)}}@keyframes slide-up{0%{transform:translate3d(0,var(--slide-distance,var(--spacing-2)),0)}}@-webkit-keyframes slide-from-left{0%{transform:translate3d(var(--slide-distance,calc(var(--spacing-2)*-1)),0,0)}}@keyframes slide-from-left{0%{transform:translate3d(var(--slide-distance,calc(var(--spacing-2)*-1)),0,0)}}@-webkit-keyframes slide-from-right{0%{transform:translate3d(var(--slide-distance,var(--spacing-2)),0,0)}}@keyframes slide-from-right{0%{transform:translate3d(var(--slide-distance,var(--spacing-2)),0,0)}}@-webkit-keyframes clip-scale{0%{-webkit-clip-path:inset(var(--top-clip,12%) var(--left-clip,12%) var(--bottom-clip,12%) var(--right-clip,12%));clip-path:inset(var(--top-clip,12%) var(--left-clip,12%) var(--bottom-clip,12%) var(--right-clip,12%))}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes clip-scale{0%{-webkit-clip-path:inset(var(--top-clip,12%) var(--left-clip,12%) var(--bottom-clip,12%) var(--right-clip,12%));clip-path:inset(var(--top-clip,12%) var(--left-clip,12%) var(--bottom-clip,12%) var(--right-clip,12%))}to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}.footer{background:var(--brown-100);color:var(--white);padding:var(--spacing-3)}@media screen and (min-width:1024px){.footer__main{display:flex;justify-content:space-between}}.footer__main__column{margin-top:24px;max-width:255px}.footer__main__column__items .footer__main__column__items__item:not(:last-of-type){margin-bottom:2px}.footer__main__column__logo{height:auto;margin-bottom:55px;width:155.47px}@media screen and (min-width:1024px){.footer__main__column__logo{margin-bottom:0}}.footer__main__column__title{color:var(--white);font-size:14px;font-weight:700;line-height:20px;margin-bottom:9px}.footer__main__column__items__item__link{color:var(--white);text-decoration:none}.footer__main__column__items__item__link:focus,.footer__main__column__items__item__link:hover{text-decoration:underline}.footer__main__column__signup{--cta-hover-color:var(--brown-100);align-items:center;background:transparent;border:1px solid var(--cta-color,var(--white));border-radius:22px;color:var(--purple-100);color:var(--cta-color,var(--white));display:flex;font-size:13px;font-weight:600;justify-content:center;letter-spacing:.1em;line-height:18px;min-width:173px;padding:11px 26px;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .15s var(--ease-in-sine);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer__main__column__signup:hover{background:var(--cta-color,var(--white));color:var(--cta-hover-color,var(--cta-color));transition:all .15s var(--ease-out-sine)}.footer__main__column__signup{margin-top:var(--spacing-3)}@media screen and (min-width:1024px){.footer__main__column__signup{margin-top:16px}}.footer__main__column__social{display:flex;margin-top:var(--spacing-3)}@media screen and (min-width:1024px){.footer__main__column__social{margin-top:var(--spacing-2)}}.footer__main__column__social__link:not(:last-of-type){margin-right:var(--spacing-3)}.footer__line-break{display:block;margin:45px 0 33px}@media screen and (min-width:1024px){.footer__line-break{margin:var(--spacing-7) 0 26px 0}.footer__quick-links{align-items:center;display:flex;justify-content:space-between}.footer__quick-links__items{display:flex}}.footer__quick-links__items__item{font-size:14px;font-weight:500}.footer__quick-links__items__item:not(:last-of-type){margin-bottom:var(--spacing-1)}@media screen and (min-width:1024px){.footer__quick-links__items__item:not(:last-of-type){margin-bottom:0;margin-right:36px}}.footer__utility-links__items__item__link{color:var(--white);font-size:14px;font-weight:500;text-decoration:none}.footer__utility-links__items__item__link:hover{text-decoration:underline}.main-feature{grid-gap:var(--spacing-4);display:grid;margin-left:auto;margin-right:auto;max-width:var(--container-large);position:relative;scroll-margin-top:var(--spacing-10);scroll-margin-top:var(--header-safe-height);width:var(--default-width);z-index:1}@media screen and (min-width:1024px){.main-feature{grid-template-columns:repeat(12,1fr)}}.main-feature__year{color:var(--white);font-family:Snell Roundhand,sans-serif;font-size:240px;font-size:100px;font-weight:400;line-height:1;margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (min-width:1024px){.main-feature__year{font-size:240px;left:var(--left,0);margin-right:-100px;opacity:.1;padding-right:100px;position:absolute;top:var(--top,20%);width:auto;z-index:-1}.main-feature__images{grid-column:3/6;position:var(--position)}}.main-feature__images__picture{filter:drop-shadow(-7px 7px var(--brown-200))}.main-feature__images__picture+.main-feature__images__picture{margin-top:var(--spacing-4)}.main-feature__images__picture__image{--slide-distance:var(--spacing-3);--play-state:paused;-webkit-animation:fade-in .75s var(--ease-out-sine) both,slide-up .4s var(--ease-out-cubic) both;animation:fade-in .75s var(--ease-out-sine) both,slide-up .4s var(--ease-out-cubic) both;-webkit-animation-play-state:var(--play-state);animation-play-state:var(--play-state);height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:top left;object-position:top left}.main-feature__images__picture__image[data-visible=true]{--play-state:running}@media screen and (min-width:1024px){.main-feature__images__picture__image{margin-left:auto}}.main-feature__body{--initial-delay:0s}@media screen and (min-width:1024px){.main-feature__body{align-self:start;grid-column:6/9;position:var(--position);top:var(--top)}}.main-feature__body a{color:var(--white);font-weight:600}.main-feature__body__title{--play-state:paused;-webkit-animation:fade-in 1.3s var(--initial-delay) var(--ease-out-cubic) both;animation:fade-in 1.3s var(--initial-delay) var(--ease-out-cubic) both;-webkit-animation-play-state:var(--play-state);animation-play-state:var(--play-state);color:var(--white);font-family:var(--font-main);font-size:32px;font-weight:400;line-height:50px;margin-bottom:var(--spacing-3)}.main-feature__body__title[data-visible=true]{--play-state:running}.main-feature__body__title{background-image:linear-gradient(transparent 60%,rgba(245,188,35,.5) 0);display:inline;padding-right:15px}.main-feature__body__block{margin-top:var(--spacing-1)}@media screen and (min-width:1024px){.main-feature__body__block__content{max-width:266px}}.main-feature__body__block__subhead{font-size:13px;letter-spacing:2px;margin-bottom:var(--spacing-1);margin-top:var(--spacing-3);text-transform:uppercase}.main-feature__body__block__content,.main-feature__body__block__subhead{--play-state:paused;-webkit-animation:fade-in 1.3s var(--initial-delay) var(--ease-out-cubic) both;animation:fade-in 1.3s var(--initial-delay) var(--ease-out-cubic) both;-webkit-animation-play-state:var(--play-state);animation-play-state:var(--play-state)}.main-feature__body__block__content[data-visible=true],.main-feature__body__block__subhead[data-visible=true]{--play-state:running}.main-feature__body__items{margin:var(--spacing-2) 0 0 0;padding:0}.main-feature__body__items__item{--play-state:paused;grid-gap:var(--spacing-1);align-items:center;-webkit-animation:fade-in .8s var(--initial-delay) var(--ease-out-cubic) both,slide-up .5s var(--initial-delay) var(--ease-out-sine) both;animation:fade-in .8s var(--initial-delay) var(--ease-out-cubic) both,slide-up .5s var(--initial-delay) var(--ease-out-sine) both;-webkit-animation-play-state:var(--play-state);animation-play-state:var(--play-state);display:grid;grid-template-columns:auto 1fr}.main-feature__body__items__item[data-visible=true]{--play-state:running}.main-feature__body__items__item__link{color:var(--yellow-100);font-weight:700;letter-spacing:.05em;line-height:22px;max-width:194px;text-decoration:none;text-transform:uppercase}.main-feature__points{margin:0;padding-left:1em}@media screen and (min-width:1024px){.main-feature__points{grid-column:9/11;margin-top:20vh}}.main-feature__points__item{--play-state:paused;--initial-delay:0.8s;-webkit-animation:fade-in .3s var(--initial-delay) var(--ease-out-cubic) both;animation:fade-in .3s var(--initial-delay) var(--ease-out-cubic) both;-webkit-animation-play-state:var(--play-state);animation-play-state:var(--play-state)}@media screen and (min-width:1024px){.main-feature__points__item{--play-state:paused;-webkit-animation:fade-in .3s var(--initial-delay) var(--ease-out-cubic) both,slide-from-right .5s var(--initial-delay) var(--ease-out-sine) both;animation:fade-in .3s var(--initial-delay) var(--ease-out-cubic) both,slide-from-right .5s var(--initial-delay) var(--ease-out-sine) both;-webkit-animation-play-state:var(--play-state);animation-play-state:var(--play-state)}}.main-feature__points__item[data-visible=true]{--play-state:running}.main-feature__points__item::marker{color:var(--yellow-100);font-size:20px}.main-feature__points__item+.main-feature__points__item{margin-top:var(--spacing-3)}.queen-image__picture__image{--slide-distance:var(--spacing-6);--top-clip:3%;--left-clip:20%;--bottom-clip:3%;--right-clip:20%;-webkit-animation:clip-scale 2s var(--ease-out-cubic) .4s both,fade-in .3s .4s linear both;animation:clip-scale 2s var(--ease-out-cubic) .4s both,fade-in .3s .4s linear both;-webkit-animation-play-state:paused;animation-play-state:paused;height:auto;margin-left:auto;margin-right:auto;max-width:1600px;-o-object-fit:contain;object-fit:contain;width:100%}.queen-image[data-visible=true] .queen-image__picture__image{-webkit-animation-play-state:running;animation-play-state:running}.repeatable-feature{grid-gap:var(--spacing-4);display:grid;margin-left:auto;margin-right:auto;max-width:var(--container-large);position:relative;scroll-margin-top:var(--spacing-10);scroll-margin-top:var(--header-safe-height);width:var(--default-width);z-index:1}@media screen and (min-width:1024px){.repeatable-feature{grid-template-columns:repeat(12,1fr)}}.repeatable-feature__year{color:var(--white);font-family:Snell Roundhand,sans-serif;font-size:240px;font-size:100px;font-weight:400;line-height:1;margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (min-width:1024px){.repeatable-feature__year{font-size:240px;left:var(--left,0);margin-right:-100px;opacity:.1;padding-right:100px;position:absolute;top:var(--top,20%);width:auto;z-index:-1}.repeatable-feature__features{grid-column:3/9;grid-template-columns:repeat(12,1fr)}}.repeatable-feature__features__feature{--play-state:paused;display:grid}@media screen and (min-width:1024px){.repeatable-feature__features__feature{grid-gap:var(--spacing-4);grid-template-columns:3fr 3fr}}.repeatable-feature__features__feature .repeatable-feature__features__feature__picture__image{-webkit-animation:fade-in .5s var(--ease-out-sine) both,slide-from-left .6s var(--ease-out-cubic) both;animation:fade-in .5s var(--ease-out-sine) both,slide-from-left .6s var(--ease-out-cubic) both;-webkit-animation-play-state:var(--play-state);animation-play-state:var(--play-state);height:auto;position:var(--position);width:100%}@media screen and (min-width:1024px){.repeatable-feature__features__feature .repeatable-feature__features__feature__stack__content,.repeatable-feature__features__feature .repeatable-feature__features__feature__stack__subhead,.repeatable-feature__features__feature .repeatable-feature__features__feature__stack__title{width:210px}}.repeatable-feature__features__feature .repeatable-feature__features__feature__stack__content,.repeatable-feature__features__feature .repeatable-feature__features__feature__stack__subhead,.repeatable-feature__features__feature .repeatable-feature__features__feature__stack__title{-webkit-animation:fade-in .5s var(--delay) var(--ease-out-sine) both,slide-up .7s var(--delay) var(--ease-out-sine) both;animation:fade-in .5s var(--delay) var(--ease-out-sine) both,slide-up .7s var(--delay) var(--ease-out-sine) both;-webkit-animation-play-state:var(--play-state);animation-play-state:var(--play-state)}.repeatable-feature__features__feature[data-visible]{--play-state:running}.repeatable-feature__features__feature__picture{justify-self:start;margin-bottom:var(--spacing-4);max-width:230px}@media screen and (min-width:1024px){.repeatable-feature__features__feature__picture{justify-self:end}}.repeatable-feature__features__feature__picture__image{filter:drop-shadow(-7px 7px var(--brown-200))}.repeatable-feature__features__feature__stack__title{background-image:linear-gradient(transparent 60%,rgba(245,188,35,.5) 0);background-position:100%;color:var(--white);display:inline;font-family:var(--font-main);font-size:32px;font-weight:400;line-height:50px;margin-bottom:35px;padding-right:15px}.repeatable-feature__features__feature__stack__subhead{font-size:13px;letter-spacing:2px;margin-bottom:var(--spacing-1);margin-top:var(--spacing-3);text-transform:uppercase}.repeatable-feature__features__feature+.repeatable-feature__features__feature{margin-top:64px}.repeatable-feature__points{margin:0;padding-left:1em}@media screen and (min-width:1024px){.repeatable-feature__points{grid-column:9/11;margin-top:10vh}}.repeatable-feature__points__item{--play-state:paused;--initial-delay:0.6s;-webkit-animation:fade-in .3s var(--initial-delay) var(--ease-out-cubic) both,slide-from-right .5s var(--initial-delay) var(--ease-out-sine) both;animation:fade-in .3s var(--initial-delay) var(--ease-out-cubic) both,slide-from-right .5s var(--initial-delay) var(--ease-out-sine) both;-webkit-animation-play-state:var(--play-state);animation-play-state:var(--play-state)}.repeatable-feature__points__item[data-visible=true]{--play-state:running}.repeatable-feature__points__item::marker{color:var(--yellow-100);font-size:20px}