@keyframes loadingSpinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.space-card{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;gap:1rem;width:100%;transition:opacity .4s ease}.space-card:nth-child(1){order:6}.space-card:nth-child(2){order:7}.space-card:nth-child(3){order:8}.space-card:nth-child(4){order:9}.space-card:nth-child(5){order:10}.space-card:nth-child(6){order:11}.space-card:nth-child(7){order:12}.space-card:nth-child(8){order:13}.space-card:nth-child(9){order:14}.space-card:nth-child(10){order:15}.space-card:nth-child(11){order:16}.space-card:nth-child(12){order:17}.space-card:nth-child(13){order:18}.space-card:nth-child(14){order:19}.space-card:nth-child(15){order:20}.space-card:nth-child(16){order:21}.space-card:nth-child(17){order:22}.space-card:nth-child(18){order:23}.space-card:nth-child(19){order:24}.space-card:nth-child(20){order:25}.space-card:nth-child(21){order:26}.space-card:nth-child(22){order:27}.space-card:nth-child(23){order:28}.space-card:nth-child(24){order:29}.space-card:nth-child(25){order:30}.space-card:nth-child(26){order:31}.space-card:nth-child(27){order:32}.space-card:nth-child(28){order:33}.space-card:nth-child(29){order:34}.space-card:nth-child(30){order:35}@media screen and (min-width: 0)and (max-width: 1024px){.space-card{flex-direction:column;align-items:stretch;gap:0}}html.space-reveal .space-card:not(.space-card--revealed){opacity:0}html.space-reveal .space-card:not(.space-card--revealed) .space-card__image-mask{width:80%;height:80%}html.space-reveal .space-card:not(.space-card--revealed) .space-card__image-mask picture,html.space-reveal .space-card:not(.space-card--revealed) .space-card__image-mask img{transform:scale(1.2);filter:blur(10px)}html.space-reveal .space-card:not(.space-card--revealed) .space-card__heading,html.space-reveal .space-card:not(.space-card--revealed) .space-card__details,html.space-reveal .space-card:not(.space-card--revealed) .space-card__features,html.space-reveal .space-card:not(.space-card--revealed) .space-card__description,html.space-reveal .space-card:not(.space-card--revealed) .space-card__text .button{opacity:0}html.space-reveal .space-card:not(.space-card--revealed).space-card--pinned .space-card__text{background-color:rgba(0,0,0,0)}.space-card__section{flex:1;position:relative}@media screen and (min-width: 0)and (max-width: 1024px){.space-card__section.space-card__section--secondary{display:none}}.space-card__image{height:auto;position:relative;overflow:hidden}.space-card__image::before{content:"";display:block;position:relative;padding-top:111.1111111111%;width:100%;z-index:-1}@media screen and (min-width: 0)and (max-width: 1024px){.space-card__image{width:100%}.space-card__image::before{content:"";display:block;position:relative;padding-top:111.9883040936%;width:100%;z-index:-1}}.space-card__image-mask{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0;margin:auto;transition:width .9s cubic-bezier(0.83, 0, 0.17, 1),height .9s cubic-bezier(0.83, 0, 0.17, 1)}.space-card__image-mask img{transition:filter .9s ease-in-out,transform .9s cubic-bezier(0.83, 0, 0.17, 1)}.space-card__text{padding:2rem 0;transition:background-color .5s ease}@media screen and (min-width: 1025px){.space-card__text{padding:2rem 1.5rem;align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;gap:0}}.space-card__text>*{width:100%}.space-card--pinned .space-card__text{background:#8e0015}.space-card__heading span{display:block;font-size:clamp(1.5rem,1.1082529475rem + .857449089vw,2rem);margin-bottom:.375rem}.space-card__details .key-points{margin-bottom:.75rem}.space-card__features{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.space-card__description{font-size:.875rem;margin-bottom:1.5rem}.space-card__favourite{font-size:.875rem;font-weight:600;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:.25rem;background-color:#1a1a1a;color:#fff;padding:.25rem 1rem;border-radius:4.75rem;position:absolute;top:1.5rem;left:1.5rem;z-index:2;display:flex}