/****** FILE: app/client/dist/styles/default-statsblock.css *****/
.default-stats.in-view .default-stats__header{opacity:1;transition:opacity .5s ease}.default-stats__header,.default-stats__wrap{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;--_row-padding:1rem;padding-left:var(--_row-padding);padding-right:var(--_row-padding)}@media only screen and (min-width:640px){.default-stats__header,.default-stats__wrap{--_row-padding:2rem}}@media only screen and (min-width:768px){.default-stats__header,.default-stats__wrap{--_row-padding:5rem}}.default-stats__header,.default-stats__wrap{margin-left:auto;margin-right:auto;max-width:var(--content-width,154rem);width:100%}.default-stats__header{opacity:0}.default-stats__content{display:block;margin-bottom:calc(var(--_gutter, 2rem)*2);padding-left:var(--_gutter,2rem);padding-right:var(--_gutter,2rem);width:100%}.default-stats__heading{color:var(--_secondary-colour);font-weight:700}.default-stats__wrap{--_item-width:100%;margin-bottom:-4rem}@media only screen and (min-width:768px){.default-stats__wrap{--_item-width:50%}}@media only screen and (min-width:1024px){.default-stats__wrap.columns-3,.default-stats__wrap.columns-4{--_item-width:33.3333%}}@media only screen and (min-width:1280px){.default-stats__wrap.columns-4{--_item-width:25%}}.default-stats-item{display:block;margin-bottom:calc(var(--_gutter, 2rem)*2);padding-left:var(--_gutter,2rem);padding-right:var(--_gutter,2rem);width:100%;width:var(--_item-width)}.default-stats-item__description,.default-stats-item__figure{display:block;margin-right:auto}.default-stats-item__figure{--_breakpoint-muliplier:.5;display:block;font-family:var(--font-family-headings);line-height:var(--heading-3-line-height,1.4);margin-bottom:.5em;--_font-size:var(--heading-3-size);font-size:clamp(var(--p-size,1.6rem)*1.4,var(--_breakpoint-muliplier,1)*var(--_font-size,5rem)*var(--body-font-size-multiplier,1),var(--_font-size,5rem))}@media only screen and (min-width:768px){.default-stats-item__figure{--_breakpoint-muliplier:.65}}@media only screen and (min-width:1024px){.default-stats-item__figure{--_breakpoint-muliplier:.9}}@media only screen and (min-width:1920px){.default-stats-item__figure{--_breakpoint-muliplier:1}}.default-stats-item__figure *{font-family:inherit;font-size:inherit;line-height:inherit;margin-bottom:0}.default-stats-item__figure:has(.h0),.default-stats-item__figure:has(.h1),.default-stats-item__figure:has(.h2),.default-stats-item__figure:has(.h3),.default-stats-item__figure:has(.h4),.default-stats-item__figure:has(.h5),.default-stats-item__figure:has(.h6){margin-bottom:0}.default-stats-item__figure{color:var(--_secondary-colour)}.default-stats-item__number{text-align:right}
/****** FILE: app/client/dist/styles/default-mediatextblock.css *****/
.default-media-text.in-view .default-media-text__content,.default-media-text.in-view .default-media-text__media{opacity:1;transition:opacity 1s ease}.default-media-text__wrap{display:flex;flex-direction:row;flex-wrap:wrap;--_row-padding:1rem;padding-left:var(--_row-padding);padding-right:var(--_row-padding)}@media only screen and (min-width:640px){.default-media-text__wrap{--_row-padding:2rem}}@media only screen and (min-width:768px){.default-media-text__wrap{--_row-padding:5rem}}.default-media-text__wrap{align-items:stretch;margin-left:auto;margin-right:auto;max-width:var(--content-width,154rem);width:100%}.default-media-text__content,.default-media-text__media{display:block;margin-bottom:calc(var(--_gutter, 2rem)*2);opacity:0;padding-left:var(--_gutter,2rem);padding-right:var(--_gutter,2rem);width:100%}.default-media-text__content:last-child,.default-media-text__media:last-child{margin-bottom:0}@media only screen and (min-width:968px){.default-media-text__content,.default-media-text__media{margin-bottom:0;width:50%}}.default-media-text__media{position:relative}@media only screen and (min-width:968px){.default-media-text__media.align-right{order:2;padding-left:5rem}}@media only screen and (min-width:1024px){.default-media-text__media.align-right{padding-left:7rem}}@media only screen and (min-width:968px){.default-media-text__media.align-right+.default-media-text__content{order:1}.default-media-text__media.align-left{padding-right:5rem}}@media only screen and (min-width:1024px){.default-media-text__media.align-left{padding-right:7rem}}.default-media-text__image,.default-media-text__video{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;position:relative}.default-media-text__image img,.default-media-text__video img{border-radius:1rem 1rem 10vmin 1rem;display:block;height:auto;width:100%}@media only screen and (min-width:968px){.default-media-text__image img,.default-media-text__video img{border-radius:2rem 2rem 10vmin 2rem}}.default-media-text__video{color:var(--_secondary-colour,inherit);cursor:pointer}.default-media-text__video:before{background-color:currentColor;border-radius:50%;color:inherit;content:"";display:block;height:10rem;left:50%;margin-left:-5rem;margin-top:-5rem;-webkit-mask-image:url(/_resources/app/client/images/svg/play.svg?1752787349346);mask-image:url(/_resources/app/client/images/svg/play.svg?1752787349346);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;position:absolute;top:50%;transition:transform .3s ease;width:10rem}.default-media-text__video:active:before,.default-media-text__video:focus-visible:before,.default-media-text__video:hover:before{transform:scale(1.1)}.default-media-text__content{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:0}.default-media-text__content :last-child,.default-media-text__text :last-child{margin-bottom:0}.default-media-text__heading{color:var(--_secondary-colour,inherit);font-weight:700}.default-media-text__link{color:var(--_secondary-colour,inherit);margin-top:2rem}
