.header{padding-block:var(--spacing-component-large,24px)}.header__content{column-gap:var(--spacing-spacing-2,8px);grid-template-columns:1fr auto 1fr;display:grid}@media (min-width:1024px){.header__content{column-gap:var(--spacing-spacing-7,48px)}}.header__logo{grid-column:2;display:block}.header__logo img,.header__logo svg{max-width:120px;display:block}.header__nav{flex-flow:column;align-items:end;display:flex}.header__nav summary{padding:var(--spacing-spacing-3);cursor:pointer;flex-flow:row;list-style:none;display:flex}.header__nav summary::marker{content:"";display:none}.header__nav summary img,.header__nav summary svg{display:block}.header__nav summary .header__nav-toggle--close{display:none}.header__nav[open]{width:100%;padding-block:var(--spacing-component-large,24px);background:var(--surface-minimal,#f5f2ed);z-index:999;align-items:stretch;padding-inline:20px;position:fixed;inset:0}.header__nav[open]>summary{position:absolute;inset-block-start:var(--spacing-component-large,24px);inset-inline-end:20px}.header__nav[open]>summary .header__nav-toggle--open{display:none}.header__nav[open]>summary .header__nav-toggle--close{display:block}@media (min-width:1024px){.header__nav[open]{position:initial;background:0 0;width:auto;padding:0}.header__nav summary{display:none}.header__nav::details-content{content-visibility:visible}}.header__nav-content{row-gap:var(--spacing-component-large,24px);flex-flow:column;display:flex}@media (min-width:1024px){.header__nav-content{flex-flow:row;justify-content:end}}.header__nav-logo{max-width:120px;margin-inline:auto;display:block}@media (min-width:1024px){.header__nav-logo{display:none}}.header__menu{gap:var(--spacing-component-medium);flex-flow:column;display:flex}@media (min-width:1024px){.header__menu{column-gap:var(--spacing-component-x-small);flex-flow:wrap}}
.button{font-family:var(--font-family-heading,Manrope),serif;font-size:var(--font-size-sm,16px);appearance:none;background:var(--button-colour,#41423e);border:1px solid var(--button-colour,#41423e);color:var(--button-text-colour,#fff);flex-flow:row;justify-content:center;align-items:center;padding:12px 24px;font-style:normal;font-weight:700;line-height:normal;text-decoration:none;display:inline-flex}.button:hover{background-color:var(--button-colour-hover,var(--button-colour))}.button:active{background-color:var(--button-colour-pressed,var(--button-colour))}.button,.button--secondary{--button-colour:var(--components-button-secondary-default,#41423e);--button-text-colour:var(--components-button-secondary-text,#fff);--button-colour-hover:var(--components-button-secondary-hover,#282825);--button-colour-focused:var(--components-button-secondary-focused,#282825);--button-colour-pressed:var(--components-button-secondary-pressed,#0f0f0d)}.button--primary{--button-colour:var(--components-button-primary-default,#014176);--button-text-colour:var(--components-button-primary-text,#fff);--button-colour-hover:var(--components-button-primary-hover,#005393);--button-colour-focused:var(--components-button-primary-focused,#005393);--button-colour-pressed:var(--components-button-primary-pressed,#012a50)}.button--tertiary{--button-colour:var(--components-button-tertiary-default,#014176);--button-text-colour:var(--components-button-tertiary-text,#fff);--button-colour-hover:var(--components-button-tertiary-hover,#005393);--button-colour-focused:var(--components-button-tertiary-focused,#005393);--button-colour-pressed:var(--components-button-tertiary-pressed,#012a50)}.button--tertiary,.button--tertiary:hover,.button--tertiary:active{background:0 0}.button--tertiary:hover{border-color:var(--button-colour-hover,var(--button-colour))}.button--tertiary:active{border-color:var(--button-colour-pressed,var(--button-colour))}.button--width-large{min-width:min(288px,100%)}
.footer{background:var(--surface-primary,#0f0f0d);text-align:center;position:relative}.footer:before,.footer:after{content:"";background:var(--surface-primary,#0f0f0d);width:48px;height:48px;margin-bottom:-1px;position:absolute;bottom:100%}@media (min-width:1024px){.footer:before,.footer:after{width:93px;height:88px}}.footer:before{clip-path:polygon(0 0,0 100%,100% 100%);left:0}.footer:after{clip-path:polygon(0 100%,100% 0,100% 100%);right:0}.footer__main{align-items:center;gap:var(--spacing-component-large);flex-flow:column;display:flex}.footer__secondary{align-items:center;gap:var(--spacing-component-medium);flex-flow:column;display:flex}.footer__links{font-family:var(--font-family-body,Lora),serif;font-size:var(--font-size-lg,20px);font-style:normal;font-weight:var(--font-weight-regular,400);line-height:150%;font-size:var(--font-size-sm,16px);justify-content:center;align-items:center;gap:var(--spacing-spacing-2);flex-flow:row;display:flex}.footer__links a{color:var(--text-primary,#0f0f0d)}.footer .section__content{align-items:center;gap:var(--spacing-component-xx-large);flex-flow:column;display:flex}
.section{padding-block:var(--spacing-component-xx-large);flex-flow:column;justify-content:center;display:flex}.section .section__content{flex-flow:column;width:100%;display:flex}.section--background-primary{background:var(--surface-primary,#fff)}.section--background-minimal{background:var(--surface-minimal,#f5f2ed)}.section--background-brand{background:var(--surface-brand,#014176)}.section--background-primary-neutral-gradient{background:var(--surface-gradient-neutral,linear-gradient(180deg, var(--gradient-surface-neutral-0,#fff) 0%, var(--gradient-surface-neutral-100,#f5f2ed) 100%))}.section--background-flagship,.section--background-roundtables,.section--background-dinners,.section--background-meetups{background:50%/cover no-repeat;min-height:812px}@media (min-width:1024px){.section--background-flagship,.section--background-roundtables,.section--background-dinners,.section--background-meetups{min-height:867px}}.section--background-flagship{background-image:url(/images/flagship.png)}.section--background-roundtables{background-image:url(/images/roundtables.png)}.section--background-dinners{background-image:url(/images/dinners.png)}.section--background-meetups{background-image:url(/images/meetups.png)}.section--width-full{padding-inline:0}.section--width-full>.section__content{max-width:none}.section--width-narrower>.section__content{max-width:var(--width-narrower)}.section--h-align-center,.section--h-align-center>.section__content{align-items:center}.section--h-align-end,.section--h-align-end>.section__content{align-items:end}.section .cta-container{width:100%}
.hero{padding-block:var(--spacing-component-large);text-align:center}
.text-image-block{gap:var(--spacing-component-xx-large);flex-flow:column;display:flex}@media (min-width:1024px){.text-image-block{grid-template-columns:repeat(2,1fr);display:grid}.text-image-block--image-position-right{direction:rtl}.text-image-block--image-position-right>*{direction:ltr}.text-image-block--v-align-center{align-items:center}.text-image-block--v-align-end{align-items:end}}
@keyframes infinite-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-grid{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 128px calc(100% - 128px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 128px calc(100% - 128px),#0000 100%)}@media (min-width:1024px){.logo-grid{padding-block:var(--spacing-component-small)}}.logo-grid__track{width:max-content;animation:25s linear infinite infinite-scroll;display:flex}.logo-grid__list{flex-flow:row;flex:none;align-items:center;margin:0;padding:0;list-style:none;display:flex}.logo-grid__item{flex:none}.logo-grid__item img{width:160px;max-width:none;height:auto;display:block}@media (min-width:1024px){.logo-grid__item img{width:237px}}
.pillars{gap:var(--spacing-component-large,24px);flex-flow:column;margin-block-start:var(--spacing-component-large,24px);display:flex}@media (min-width:1024px){.pillars{grid-template-columns:repeat(4,1fr);display:grid}}
.card{font-family:var(--font-family-body,Lora),serif;font-size:var(--font-size-lg,20px);font-style:normal;font-weight:var(--font-weight-regular,400);line-height:150%;font-size:var(--font-size-sm,16px);padding:var(--spacing-component-large);background:var(--surface-minimal,#f5f2ed)}.card__title{font-family:var(--font-family-heading,Manrope),serif;font-style:normal;font-weight:var(--font-weight-regular,400);line-height:120%;font-size:var(--font-size-lg,20px);font-weight:var(--font-weight-bold,700);line-height:150%}
.image-wall{width:100%;overflow:hidden}@media (min-width:1024px){.image-wall{-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 5% 95%,#0000 100%)}}.image-wall>img{width:100%;min-width:800px;height:auto;display:block;position:relative;left:50%;transform:translate(-50%)}
.quote{font-family:var(--font-family-heading,Manrope),serif;font-style:normal;font-weight:var(--font-weight-regular,400);line-height:120%;font-size:var(--font-size-3xl,48px);row-gap:var(--spacing-component-x-large);padding:var(--spacing-component-xx-large) var(--spacing-component-x-large);background:var(--surface-brand,#014176);text-align:center;flex-flow:column;display:flex}.quote blockquote{margin:0;padding:0}.quote__caption{font-family:var(--font-family-body,Lora),serif;font-size:var(--font-size-lg,20px);font-style:normal;font-weight:var(--font-weight-regular,400);line-height:150%}
.cta-container{gap:var(--spacing-component-x-small);flex-flow:column;display:flex}@media (min-width:1024px){.cta-container{flex-flow:wrap}.cta-container--h-align-center{justify-content:center}.cta-container--h-align-end{justify-content:end}}
.stats{gap:var(--spacing-spacing-5,24px);flex-flow:column;display:flex}@media (min-width:1024px){.stats{grid-template-columns:repeat(3,1fr);display:grid}}
.stats-tile{font-family:var(--font-family-heading,Manrope),serif;font-style:normal;font-weight:var(--font-weight-regular,400);line-height:120%;font-size:var(--font-size-4xl,72px);row-gap:var(--spacing-component-x-large);padding:var(--spacing-component-large,24px);background:var(--surface-primary,#fff);flex-flow:column;display:flex}.stats-tile__title{font-family:var(--font-family-body,Lora),serif;font-size:var(--font-size-lg,20px);font-style:normal;font-weight:var(--font-weight-regular,400);line-height:150%;font-size:var(--font-size-sm,16px)}.stats-tile__content{margin-block-start:auto}
.tag{font-family:var(--font-family-body,Lora),serif;font-size:var(--font-size-lg,20px);font-style:normal;font-weight:var(--font-weight-regular,400);line-height:150%;font-size:var(--font-size-sm,16px);padding:var(--spacing-spacing-2,8px) var(--spacing-spacing-3,12px);background:var(--surface-primary-alpha-25,#11110f40);font-weight:var(--font-weight-bold,700);text-align:center}
.tags{gap:var(--spacing-component-x-small);flex-flow:wrap;display:flex}
