@keyframes loadingSpinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.signpost .column{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:2rem}@media screen and (min-width: 0)and (max-width: 730px){.signpost .column{flex-direction:column}}.signpost__media,.signpost__content{position:relative;width:calc(50% - 1rem)}@media screen and (min-width: 0)and (max-width: 730px){.signpost__media,.signpost__content{width:100%}}.signpost__media{overflow:hidden}.signpost__media::before{content:"";display:block;position:relative;padding-top:87.7400295421%;width:100%;z-index:-1}.signpost__content{padding:2rem 1.5rem}@media screen and (min-width: 0)and (max-width: 730px){.signpost__content{padding:.03125rem 0 .125rem 0}}.signpost__image{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;z-index:0}.signpost__image picture{display:block;width:100%;height:100%;transform:scale(1.1);transition:transform .6s cubic-bezier(0.42, 0, 0.58, 1)}.signpost__image.is-active{opacity:1;z-index:2;transition:opacity .375s cubic-bezier(0.42, 0, 0.58, 1)}.signpost__image.is-active picture{transform:scale(1)}.signpost__image.is-leaving{opacity:1;z-index:1}.signpost__image.is-leaving picture{transform:scale(1.15)}.signpost__image-caption{position:absolute;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:.5rem;padding:.625rem .75rem;bottom:0;left:0;color:#fff;z-index:1;width:100%;background:linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.25) 45%, rgba(15, 15, 15, 0.65) 100%)}.signpost__image-caption svg{width:1.375rem;height:1.375rem}.signpost__image-caption span{font-size:.875rem}.signpost__links{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:0;margin:2rem 0 0 0;padding:0;list-style:none}.signpost__item{display:block;margin:0}.signpost__item-link{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:1rem;padding:.5rem 0;min-height:3.0625rem;text-decoration:none;border-bottom:1px solid #b8b7b9}@media not all and (hover: none){.signpost__item-link:hover .signpost__item-icon,.signpost__item-link:focus-visible .signpost__item-icon{background:#8e0015;color:#fff;transform:translateX(0)}}span.signpost__item-link:hover{cursor:crosshair}.signpost__item:last-child .signpost__item-link{border-bottom:none}.signpost__item-text{margin-bottom:-0.15em;font-family:"Bebas Neue",Helvetica,Arial,sans-serif;font-size:clamp(1.5rem,1.1082529475rem + .857449089vw,2rem);font-weight:400;line-height:1;letter-spacing:-0.01em}.signpost__item-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0;padding:.5rem;width:2rem;height:2rem;background:rgba(0,0,0,0);border-radius:50%;transform:translateX(-16px);color:#1a1a1a;transition:background-color .375s cubic-bezier(0.42, 0, 0.58, 1),color .375s cubic-bezier(0.42, 0, 0.58, 1),transform .375s cubic-bezier(0.42, 0, 0.58, 1)}.module--inverse-theme .signpost__item-icon{color:#fff}