:root{--color-bg:#fff;--color-text:#1a1a1a;--color-accent:#1a1a1a;--color-btn-bg:#1a1a1a;--color-btn-text:#fff;--color-btn-hover:#404040;--color-border:#e5e5e5;--color-muted:#6b6b6b;--font-heading:Georgia, serif;--font-body:system-ui, sans-serif;--font-size-base:17px;--heading-scale:1.26;--container:60rem;--gutter:clamp(1.25rem, 5vw, 3rem);--block-gap:clamp(2.5rem, 7vw, 6rem)}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}html{font-size:var(--font-size-base);-webkit-text-size-adjust:100%}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-size:1rem;line-height:1.65;display:flex}main{flex:1 0 auto}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-underline-offset:.2em}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.01em;margin:0 0 .6em;font-weight:600;line-height:1.15}h1{font-size:clamp(2rem, 1rem + 4vw, calc(1rem * var(--heading-scale) * var(--heading-scale) * var(--heading-scale) * 1.45))}h2{font-size:calc(1rem * var(--heading-scale) * var(--heading-scale) * 1.2)}h3{font-size:calc(1rem * var(--heading-scale) * 1.05)}h4{font-size:calc(1rem * var(--heading-scale))}p{margin:0 0 1.1em}.container{width:100%;max-width:var(--container);padding-inline:var(--gutter);margin-inline:auto}.container--align-left{margin-inline:0}.page{background:var(--color-bg);padding-block:clamp(2rem,6vw,4.5rem)}.artwork-detail__images{flex-direction:column;gap:1.5rem;margin-top:1.75rem;display:flex}.page--standard{--container:60rem}.page--wide{--container:78rem}.page--feature{--container:68rem}.page--text{--container:42rem}.page--gallery{--container:100%;--gutter:clamp(.75rem, 2vw, 1.5rem)}.blocks{flex-direction:column;display:flex}.blocks>*{margin-bottom:var(--block-gap)}.blocks>:last-child{margin-bottom:0}.button{font-family:var(--font-body);letter-spacing:.02em;border:1px solid var(--color-btn-bg);background:var(--color-btn-bg);color:var(--color-btn-text);cursor:pointer;border-radius:2px;padding:.75rem 1.6rem;font-size:.95rem;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-block}.button:hover{background:var(--color-btn-hover);border-color:var(--color-btn-hover)}.button--outline{color:var(--color-text);border-color:var(--color-border);background:0 0}.button--outline:hover{border-color:var(--color-text);color:var(--color-text);background:0 0}.button:disabled{opacity:.55;cursor:not-allowed}.site-shell{min-height:100vh;display:flex}.site-content{flex-direction:column;flex:auto;min-width:0;display:flex}.site-content main{flex:1 0 auto}.site-sidebar{box-sizing:border-box;border-right:1px solid var(--color-border);background:var(--color-bg);flex-direction:column;flex:0 0 240px;gap:2rem;width:240px;height:100vh;padding:2.25rem 1.75rem;display:flex;position:sticky;top:0;overflow-y:auto}.site-sidebar__bar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-logo{font-family:var(--font-heading);color:var(--color-text);letter-spacing:-.01em;font-size:1.3rem;font-weight:600;line-height:1.25;text-decoration:none}.site-logo img{width:auto;max-height:64px}.site-nav{flex-direction:column;gap:.85rem;display:flex}.site-nav a{color:var(--color-text);font-size:1rem;text-decoration:none}.site-nav a:hover{color:var(--color-muted)}.nav-toggle{cursor:pointer;color:var(--color-text);background:0 0;border:0;padding:.25rem;font-size:1.6rem;line-height:1;display:none}@media (max-width:720px){.site-shell{flex-direction:column}.site-sidebar{z-index:50;border-right:0;border-bottom:1px solid var(--color-border);width:100%;height:auto;padding:1rem var(--gutter);flex:none;gap:0;position:sticky;top:0}.nav-toggle{display:block}.site-nav{padding-top:.85rem;display:none}.site-nav--open{display:flex}.site-nav a{padding-block:.5rem}}.site-footer{border-top:1px solid var(--color-border);margin-top:var(--block-gap);color:var(--color-muted);padding-block:2.5rem;font-size:.9rem}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 2rem;display:flex}.social-links{flex-wrap:wrap;gap:1.25rem;display:flex}.social-links a{color:var(--color-muted);text-decoration:none}.social-links a:hover{color:var(--color-text)}.hero{align-items:center;display:flex;position:relative;overflow:hidden}.hero--small .hero__content{padding-block:clamp(1.25rem,3vw,2rem)}.hero--medium .hero__content{padding-block:clamp(2.25rem,5vw,3.25rem)}.hero--large .hero__content{padding-block:clamp(3.5rem,8vw,5.5rem)}.hero--full{min-height:100svh}.hero--full .hero__content{padding-block:clamp(2rem,6vw,4rem)}.hero--space-none{margin-bottom:0}.hero--space-small{margin-bottom:1.25rem}.hero--space-default{margin-bottom:var(--block-gap)}.hero--space-large{margin-bottom:clamp(4rem,10vw,8rem)}.hero--space-xlarge{margin-bottom:clamp(6rem,14vw,12rem)}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg img{object-fit:cover;width:100%;height:100%}.hero__bg:after{content:"";background:#00000052;position:absolute;inset:0}.hero__content{z-index:1;width:100%;position:relative}.hero--center .hero__content{text-align:center}.hero--has-image,.hero--has-image h1{color:#fff}.hero__subheading{max-width:38rem;color:inherit;opacity:.92;margin-bottom:1.6rem;font-size:1.15rem}.hero--center .hero__subheading{margin-inline:auto}.richtext--narrow{max-width:38rem;margin-inline:auto}.richtext--wide{max-width:72rem;margin-inline:auto}.richtext--align-left{margin-inline:0}.richtext--small{font-size:.92rem}.richtext--large{font-size:1.15rem}.prose h2,.prose h3{margin-top:1.6em}.prose img{border-radius:2px;margin-block:1.5rem}.prose blockquote{border-left:3px solid var(--color-border);color:var(--color-muted);margin:1.5rem 0;padding-left:1.25rem;font-style:italic}.prose ul,.prose ol{padding-left:1.4rem}.gallery{gap:var(--gallery-gap,1.25rem);display:grid}.gallery--gap-small{--gallery-gap:.6rem}.gallery--gap-medium{--gallery-gap:1.25rem}.gallery--gap-large{--gallery-gap:2.25rem}.gallery--cols-1{grid-template-columns:1fr}.gallery--cols-2{grid-template-columns:repeat(2,1fr)}.gallery--cols-3{grid-template-columns:repeat(3,1fr)}.gallery--cols-4{grid-template-columns:repeat(4,1fr)}.gallery figure{margin:0}.gallery figcaption{color:var(--color-muted);margin-top:.5rem;font-size:.85rem}@media (max-width:900px){.gallery--cols-3,.gallery--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.gallery--cols-2,.gallery--cols-3,.gallery--cols-4{grid-template-columns:1fr}}.single-image{margin:0}.single-image--large{max-width:60rem;margin-inline:auto}.single-image--medium{max-width:40rem;margin-inline:auto}.single-image figcaption{color:var(--color-muted);margin-top:.5rem;font-size:.85rem}.artwork-grid{gap:clamp(1.25rem,3vw,2.5rem);display:grid}.artwork-grid--cols-2{grid-template-columns:repeat(2,1fr)}.artwork-grid--cols-3{grid-template-columns:repeat(3,1fr)}.artwork-grid--cols-4{grid-template-columns:repeat(4,1fr)}.artwork-card{color:inherit;text-decoration:none;display:block}.artwork-card__image{background:var(--color-border);aspect-ratio:4/5;overflow:hidden}.artwork-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.artwork-card:hover .artwork-card__image img{transform:scale(1.03)}.artwork-card__title{font-family:var(--font-heading);margin:.7rem 0 .1rem;font-size:1.05rem}.artwork-card__meta{color:var(--color-muted);font-size:.88rem}@media (max-width:900px){.artwork-grid--cols-3,.artwork-grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.artwork-grid--cols-2,.artwork-grid--cols-3,.artwork-grid--cols-4{grid-template-columns:1fr}}.embed{background:#000;width:100%;position:relative}.embed--16-9{aspect-ratio:16/9}.embed--4-3{aspect-ratio:4/3}.embed--1-1{aspect-ratio:1}.embed iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.embed-caption{color:var(--color-muted);margin-top:.5rem;font-size:.85rem}.yt-facade{cursor:pointer;background-position:50%;background-size:cover;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.yt-facade__play{background:#000000bf;border-radius:12px;justify-content:center;align-items:center;width:68px;height:48px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.yt-facade__play:after{content:"";border:11px solid #0000;border-left:19px solid #fff;border-right-width:0;margin-left:4px}.audio-embed__title{font-family:var(--font-heading);margin-bottom:.75rem}.callout{text-align:center;padding:clamp(1.5rem,4vw,3rem)}.callout--bordered{border:1px solid var(--color-border)}.callout--filled{background:var(--color-text);color:var(--color-bg)}.callout--filled h2,.callout--filled h3{color:var(--color-bg)}.callout__body{max-width:36rem;margin:0 auto 1.4rem}.form{flex-direction:column;gap:1rem;max-width:34rem;display:flex}.form__field{flex-direction:column;gap:.35rem;display:flex}.form__field label{color:var(--color-muted);font-size:.9rem}.form__input,.form__textarea{font-family:var(--font-body);border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);border-radius:2px;width:100%;padding:.7rem .85rem;font-size:1rem}.form__input:focus,.form__textarea:focus{outline:2px solid var(--color-accent);outline-offset:1px}.form__textarea{resize:vertical;min-height:8rem}.form__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.form__status{padding:.6rem 0;font-size:.95rem}.form__status--error{color:#b3261e}.form__status--success{color:var(--color-text)}.newsletter-form{flex-wrap:wrap;gap:.6rem;max-width:30rem;display:flex}.newsletter-form .form__input{flex:14rem}.spacer--small{height:1.5rem}.spacer--medium{height:3rem}.spacer--large{height:5rem}.spacer--xlarge{height:8rem}.section-heading{margin-bottom:1.75rem}.skip-link{position:absolute;left:-9999px}.skip-link:focus{z-index:100;background:var(--color-bg);border:1px solid var(--color-border);padding:.6rem 1rem;top:1rem;left:1rem}.muted{color:var(--color-muted)}.empty-note{color:var(--color-muted);font-style:italic}.gallery__trigger,.single-image__trigger,.artwork-detail__trigger{width:100%;font:inherit;color:inherit;cursor:zoom-in;background:0 0;border:0;margin:0;padding:0;display:block}.gallery__trigger:focus-visible,.single-image__trigger:focus-visible,.artwork-detail__trigger:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.gallery__trigger img,.artwork-detail__trigger img{transition:opacity .2s}.gallery__trigger:hover img,.artwork-detail__trigger:hover img{opacity:.9}.lightbox{z-index:100;cursor:zoom-out;-webkit-user-select:none;user-select:none;touch-action:pan-y;background:#000000eb;flex-direction:column;justify-content:center;align-items:center;padding:clamp(1rem,4vw,3rem);display:flex;position:fixed;inset:0}.lightbox__image{object-fit:contain;background:#000;width:auto;max-width:100%;height:auto;max-height:85vh;display:block}.lightbox__caption{color:#ffffffd9;text-align:center;cursor:default;max-width:50rem;margin:1rem 0 0;font-size:.9rem}.lightbox__close,.lightbox__nav{color:#ffffffd9;cursor:pointer;background:0 0;border:0;padding:.5rem .85rem;font-family:inherit;line-height:1;transition:color .15s;position:absolute}.lightbox__close:hover,.lightbox__nav:hover,.lightbox__close:focus-visible,.lightbox__nav:focus-visible{color:#fff;outline:none}.lightbox__close{font-size:2.2rem;top:.5rem;right:.75rem}.lightbox__nav{font-size:3rem;top:50%;transform:translateY(-50%)}.lightbox__nav--prev{left:.25rem}.lightbox__nav--next{right:.25rem}.lightbox__counter{color:#ffffffc7;letter-spacing:.06em;pointer-events:none;z-index:2;background:#00000073;border-radius:999px;padding:.3rem .75rem;font-size:.82rem;position:absolute;top:1.1rem;left:50%;transform:translate(-50%)}@media (max-width:600px){.lightbox__nav{padding:.4rem .6rem;font-size:2.4rem}.lightbox__close{font-size:1.9rem}}.lightbox__viewer{cursor:default;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:min(95vw,1200px);max-height:92vh;display:flex}.lightbox__video{aspect-ratio:16/9;background:#000;width:min(95vw,1100px);max-width:100%;display:block}.lightbox__video iframe{border:0;width:100%;height:100%}.lightbox__audio{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:480px;display:flex}.lightbox__audio-cover{background:#000;width:auto;max-width:320px;height:auto;max-height:320px;display:block}.lightbox__audio-player{border:0;width:100%;display:block}.lightbox__info{text-align:center;color:#fff;max-width:50rem;padding:0 .5rem}.lightbox__title{font-family:var(--font-heading);color:#fff;margin:0 0 .35rem;font-size:1.25rem}.lightbox__meta{color:#ffffffb3;letter-spacing:.01em;margin:0 0 .6rem;font-size:.88rem}.lightbox__description{color:#ffffffe0;margin:0;font-size:.95rem;line-height:1.55}.pieces{--pieces-gap:1.5rem;align-items:start;gap:var(--pieces-gap);display:grid}.pieces--gap-small{--pieces-gap:.75rem}.pieces--gap-medium{--pieces-gap:1.5rem}.pieces--gap-large{--pieces-gap:2.5rem}.pieces--size-small{grid-template-columns:repeat(4,1fr)}.pieces--size-medium{grid-template-columns:repeat(3,1fr)}.pieces--size-large{grid-template-columns:repeat(2,1fr)}.pieces--size-xlarge{grid-template-columns:repeat(1,1fr)}@media (max-width:1100px){.pieces--size-small{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.pieces--size-small,.pieces--size-medium,.pieces--size-large{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.pieces--size-small,.pieces--size-medium,.pieces--size-large{grid-template-columns:repeat(1,1fr)}}.pieces__item{text-align:left;width:100%;font:inherit;color:inherit;cursor:zoom-in;background:0 0;border:0;padding:0;display:block}.pieces__item:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.pieces__media{background:var(--color-border);line-height:0;position:relative;overflow:hidden}.pieces__media img{width:100%;height:auto;transition:opacity .2s;display:block}.pieces__item:hover .pieces__media img{opacity:.9}.pieces__yt-thumb{width:100%;height:auto;display:block}.pieces__audio-card{aspect-ratio:1;color:var(--color-muted);background:var(--color-bg);border:1px solid var(--color-border);justify-content:center;align-items:center;font-size:4rem;display:flex}.pieces__play{color:#fff;pointer-events:none;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;line-height:1;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pieces__caption{margin-top:.65rem}.pieces__title{font-family:var(--font-heading);color:var(--color-text);font-size:1.05rem;line-height:1.3}.pieces__sub{color:var(--color-muted);margin-top:.15rem;font-size:.85rem;line-height:1.4}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_1b545fac-module__b8QJrq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_1b545fac-module__b8QJrq__variable{--font-inter:"Inter", "Inter Fallback"}
@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(../media/c3cb240f9c892514-s.163v2i5cux7-c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.0yo6-5yoeeudq.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans Fallback;src:local(Arial);ascent-override:94.9%;descent-override:29.66%;line-gap-override:0.0%;size-adjust:104.53%}.dm_sans_749c8083-module__MdIEuq__className{font-family:DM Sans,DM Sans Fallback;font-style:normal}.dm_sans_749c8083-module__MdIEuq__variable{--font-dm-sans:"DM Sans", "DM Sans Fallback"}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.0gspg~~t9nou8.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.0rx81dn62y51_.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_9957aa6b-module__ZewwGG__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_9957aa6b-module__ZewwGG__variable{--font-space-grotesk:"Space Grotesk", "Space Grotesk Fallback"}
@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.0gz0.h24vv934.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.0_pfzm~5i7__8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.0e5c5_wyqqx75.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo Fallback;src:local(Arial);ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.0%;size-adjust:98.7%}.archivo_d5e70d50-module__JoeG0W__className{font-family:Archivo,Archivo Fallback;font-style:normal}.archivo_d5e70d50-module__JoeG0W__variable{--font-archivo:"Archivo", "Archivo Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_97f5fb21-module__jFNxnq__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_97f5fb21-module__jFNxnq__variable{--font-playfair:"Playfair Display", "Playfair Display Fallback"}
@font-face{font-family:EB Garamond;font-style:normal;font-weight:400 800;font-display:swap;src:url(../media/0fec32c78403d184-s.0clmy8uas2o02.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400 800;font-display:swap;src:url(../media/9d30e1ac529a223a-s.16h94gcaft.36.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400 800;font-display:swap;src:url(../media/9056bf441d45cedc-s.06okiszhq3vzf.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400 800;font-display:swap;src:url(../media/e6c3b2b7c3a61f79-s.0akjet91qu_z..woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400 800;font-display:swap;src:url(../media/e557826f452dbd06-s.0m_.8nb7sv3tq.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400 800;font-display:swap;src:url(../media/1497d94d4ac5c969-s.0zw8maj75452d.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400 800;font-display:swap;src:url(../media/e4505858a30c79c2-s.p.093j32h9etvau.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond Fallback;src:local(Times New Roman);ascent-override:106.26%;descent-override:31.44%;line-gap-override:0.0%;size-adjust:94.77%}.eb_garamond_42e13c23-module__uCyz1a__className{font-family:EB Garamond,EB Garamond Fallback;font-style:normal}.eb_garamond_42e13c23-module__uCyz1a__variable{--font-eb-garamond:"EB Garamond", "EB Garamond Fallback"}
@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_3364cc87-module__-iEfSq__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.cormorant_garamond_3364cc87-module__-iEfSq__variable{--font-cormorant:"Cormorant Garamond", "Cormorant Garamond Fallback"}
@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8c352cd2dd0b7ed3-s.046_rt88lmymv.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(../media/38df7484fe560b25-s.p.0_h8~hcb-m6kp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8c352cd2dd0b7ed3-s.046_rt88lmymv.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(../media/38df7484fe560b25-s.p.0_h8~hcb-m6kp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Baskerville Fallback;src:local(Times New Roman);ascent-override:76.22%;descent-override:21.22%;line-gap-override:0.0%;size-adjust:127.26%}.libre_baskerville_f7459be-module__81yfOa__className{font-family:Libre Baskerville,Libre Baskerville Fallback;font-style:normal}.libre_baskerville_f7459be-module__81yfOa__variable{--font-libre-baskerville:"Libre Baskerville", "Libre Baskerville Fallback"}
