*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #000000;
	background: #FDFDEF;
}

input[type=submit],
input[type=button],
button,
a {
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: 200ms;
	cursor: pointer;
}

img {
	height: auto;
	max-width: 100%;
	transition: 200ms;
	transition-property: opacity;
	vertical-align: middle;
}
img[data-src] {
	position: absolute;
	opacity: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav {
	display: block;
}

h2 {
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
}

ul,
ol,
dl {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
embed,
fieldset,
figure,
iframe,
img,
legend,
object,
ul,
ol,
dl {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	font: normal 500 87.5%/1.25 "quasimoda", Helvetica, Arial, sans-serif;
}

body {
	font-size: 1rem;
	line-height: 1.375rem;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: inherit;
}
a[href^="mailto:"], a[href^="tel:"] {
	white-space: nowrap;
}

.font\:news-bd {
	font-family: "news-gothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.text\:1 {
	font-size: 2rem;
	line-height: 1.84;
}
.text\:2 {
	font-size: 1.875rem;
	line-height: 1.4;
}
.text\:3 {
	font-size: 1rem;
	line-height: 1.2;
}
.text\:4 {
	font-size: 0.8125rem;
	line-height: 1.38;
}
.text\:5 {
	font-size: 1rem;
	line-height: 1.5;
}
.text\:6 {
	font-size: 1.875rem;
	line-height: 1.4;
}

label {
	cursor: pointer;
	vertical-align: middle;
}

input {
	font: inherit;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: inherit;
	font: inherit;
}

textarea {
	overflow: auto;
	display: block;
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

input[type=search]::-webkit-search-cancel-button {
	display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	        appearance: none;
}

.input-validation {
	display: none;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input,
textarea,
select {
	-webkit-appearance: none;
	        appearance: none;
	box-shadow: unset;
	border: 0;
	border-radius: 0;
	width: 100%;
	padding: 0;
	background: transparent;
	border-bottom: 1px solid #000000;
	color: #000000;
}

.screen-reader-text {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	margin: 0;
	clip: rect(1px, 1px, 1px, 1px);
}

.video figure, .landing__cards figure {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	max-width: 28.9375rem;
	width: 92.52%;
}

.availability ul {
	margin: 1.1875rem 0 3.125rem 0;
	justify-content: center;
	gap: 1.5rem;
}
.availability li {
	display: block;
	cursor: pointer;
}
.availability li:hover, .availability li.active-availability {
	text-decoration-thickness: 0.125rem;
	text-underline-offset: 0.3125rem;
	text-decoration: underline;
}
.availability__content {
	display: none;
	gap: 1.625rem;
	flex-direction: column-reverse;
}
.availability__content > div {
	max-width: 27.625rem;
	width: 100%;
}
.availability__content p:last-child {
	margin: 2.25rem 0 0 0;
	text-align: center;
}
.availability figure {
	aspect-ratio: 566/314;
	position: relative;
	width: 100%;
}

.accordion__wrapper div:nth-of-type(3) .cover {
	object-fit: contain;
	transform: scale(0.95);
}

.active-availability-panel {
	display: flex;
}

.accordion__active .accordion__wrapper {
	display: block;
}

.card {
	align-items: center;
	justify-content: center;
}
.card__text, .card__image {
	filter: drop-shadow(-0.1875rem -0.1875rem 0.3125rem rgba(0, 0, 0, 0.2));
}
.card__text {
	height: 100vh;
	width: 100vw;
}
.card__list li:not(:last-child) {
	margin: 0 0 1.4375rem 0;
}
.card__list > div {
	flex-direction: column;
	height: 100%;
}
.card__list ul + p {
	margin: auto 0 0 0;
}
.card__logos figure {
	aspect-ratio: 166/77;
	position: relative;
	width: 100%;
}
.card__logos figure .cover {
	object-fit: contain;
	background-size: contain;
	mix-blend-mode: multiply;
}
.card__logos > div {
	flex-direction: column;
	height: 100%;
}
.card__logos p + p {
	margin: 0.875rem 0 0 0;
}
.card__image {
	height: 100vh;
	width: 100vw;
}
.card > div {
	padding: 0 1.125rem;
}
.card figure {
	position: relative;
	height: 100%;
	width: 100%;
}

.accordion__wrapper {
	display: none;
}

.cards__wrapper {
	margin: calc(100vh + 3rem) 0 0 0;
}
.cards__accordions {
	box-shadow: 0px -0.3125rem 0.3125rem rgba(0, 0, 0, 0.2);
	min-height: 100vh;
	padding: 5.75rem 0 0 0;
	position: relative;
}
.cards__accordions .site-footer {
	margin: 5.6875rem 0 0 0;
}
.cards__accordions > ul {
	margin: 0 auto;
	width: 92.52%;
}
.cards__accordions > ul > li {
	border-top: 0.3125rem solid #000000;
	padding: 2.125rem 0 2rem 0;
	position: relative;
}
.cards__accordions > ul > li:last-child {
	border-bottom: 0.3125rem solid #000000;
}
.cards__accordions > ul > li::after, .cards__accordions > ul > li::before {
	content: " ";
	display: block;
	background: #000000;
	position: absolute;
	left: auto;
	right: 0;
	pointer-events: none;
	transition: transform 250ms ease;
	height: 0.3125rem;
	top: 3.125rem;
	width: 1.75rem;
}
.cards__accordions > ul > li::after {
	transform: rotate(-90deg);
}
.cards__accordions > ul > li.accordion__download a {
	display: block;
	width: 100%;
}
.cards__accordions > ul > li.accordion__download::after {
	content: none;
}
.cards__accordions > ul > li.accordion__download::before {
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/download.svg") no-repeat;
	background-size: contain;
	width: 2rem;
	height: 1.875rem;
}
.cards__accordions > ul > li > h2 {
	cursor: pointer;
	text-align: center;
	margin: 0;
}

.accordion__active::after {
	transform: rotate(0deg) !important;
}

.film {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 180;
	opacity: 0;
	visibility: hidden;
	transition: opacity 750ms ease, visibility 750ms ease;
}

.has-film {
	overflow: hidden;
}
.has-film .film {
	opacity: 1;
	visibility: visible;
}

.floorplan {
	width: calc(50% - 0.8125rem);
}
.floorplan figure {
	aspect-ratio: 155/201;
	margin: 0 0 1.5625rem 0;
	position: relative;
}
.floorplan figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-30deg);
	white-space: nowrap;
}
.floorplan a {
	text-decoration: underline;
}
.floorplan a:hover {
	text-decoration: none;
}

.floorplans ul {
	margin: 1.875rem 0;
	flex-wrap: wrap;
	gap: 1.625rem;
}

.page .floorplan h2 {
	margin: 0 0 0.5625rem 0;
}

.interest {
	height: 100dvh;
	width: 100vw;
}
.interest form {
	max-width: 42.75rem;
	margin: 0 auto;
	width: 100%;
}
.interest > a {
	display: block;
}
.interest > a > figure {
	margin: 0 auto 3.75rem auto;
	max-width: 28rem;
	width: 100%;
}
.interest fieldset {
	border-bottom: 1px solid #000000;
}
.interest .terms + div label,
.interest .terms {
	font-size: 0.75rem;
	line-height: 1.67;
}
.interest .terms + div label p + p,
.interest .terms p + p {
	margin: 0.1875rem 0 0 0;
}
.interest .terms + div {
	margin: 0.25rem 0 0 0;
}
.interest .terms + div fieldset {
	border: unset;
}
.interest .terms + div input[type=checkbox] {
	margin: 0 0 0 1.125rem;
}
.interest .button {
	margin: 3.125rem auto 0 auto;
}
.interest label {
	pointer-events: none;
}
.interest .select-wrapper {
	position: relative;
}
.interest .select-wrapper::after {
	content: " ";
	position: absolute;
	pointer-events: none;
	left: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background: url("../images/chevron.svg") no-repeat;
	background-size: contain;
	width: 1.1875rem;
	height: 0.625rem;
}
.interest .text\:3 {
	line-height: 1.21;
}
.interest select {
	display: block;
	padding: 0 0 0.5625rem 0;
	font-family: inherit;
}
.interest fieldset,
.interest input {
	padding: 0 0 0.5625rem 0;
	width: 100%;
}
.interest fieldset::placeholder,
.interest input::placeholder {
	color: #000000;
}
.interest input[type=checkbox] {
	border: 1px solid #000000;
	height: 1rem;
	width: 1rem;
}
.interest fieldset {
	align-items: center;
}
.interest .success {
	display: none;
	text-align: center;
}

.form-single {
	margin: 0 0 1.6875rem 0;
}

.form-row {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.5rem;
	margin: 0 0 1.6875rem 0;
}

.subscription-success .l-center-container {
	display: none;
}
.subscription-success .success {
	display: block;
}

.landing {
	position: relative;
}
.landing > div {
	margin: 0 auto;
	max-width: 72.25rem;
}
.landing .arrow {
	position: absolute;
	top: auto;
	bottom: 1.5625rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1rem;
	height: 2.125rem;
	fill: #fff;
	transition: fill 750ms ease;
	z-index: 2;
}
.landing__home {
	margin: 100vh 0 0 0;
	z-index: 3;
}
.landing__cards {
	position: fixed;
	top: 0;
	left: 0;
}
.landing__cards > img {
	opacity: 1;
	transition: opacity 750ms ease;
}
.landing__cards svg path {
	fill: #fff;
	transition: fill 750ms ease;
}
.landing .site-footer {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	width: 100%;
}

.fade-hero {
	overflow: auto;
}
.fade-hero .landing__cards > img {
	opacity: 0;
}
.fade-hero .landing__cards svg path {
	fill: #000;
}

.map {
	aspect-ratio: 684/562;
	width: 100% !important;
	height: 100%;
}
.map .acf-map {
	height: 100%;
	width: 100% !important;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 180;
	padding: 0 !important;
	transform: translateY(130vh);
	transition: transform 250ms ease;
}

.has-modal .modal {
	transform: translateY(0);
}

.nav-icon {
	justify-content: center;
	align-items: flex-end;
	position: fixed;
	left: auto;
	right: 0;
	top: 0;
	width: 10.5rem;
	height: 10.5rem;
	transform: rotate(45deg) translateY(-77%);
	z-index: 190;
}
.nav-icon span {
	margin: 0 0 1rem 0;
}

.page {
	flex-direction: column;
	min-height: 100vh;
	width: 100vw;
}
.page > div {
	flex-direction: column;
	gap: 4rem;
	padding: 9.3125rem 1rem 5.75rem 1rem;
}
.page h2 {
	line-height: 1.375;
	margin: 0 0 1.625rem 0;
}
.page__text {
	max-width: 24.125rem;
	width: 100%;
}
.page__text figure {
	aspect-ratio: 185/51;
	margin: 3.75rem 0 2.125rem 0;
	width: 11.5625rem;
}
.page__images {
	flex-direction: column;
	gap: 3.0625rem;
}
.page__images figure {
	aspect-ratio: 330/413;
	width: 100%;
}
.page__images figcaption {
	margin: 1.875rem 0 0 0;
	width: 72%;
}
.page figure {
	position: relative;
}
.page__find-us h2 {
	max-width: 17.625rem;
}

.site-footer .wrap > .flex {
	align-items: baseline;
	gap: 1.5rem;
}
.site-footer .wrap > .flex .flex {
	align-items: baseline;
	flex-direction: column;
}
.site-footer p + .flex {
	height: 100%;
	align-items: flex-end !important;
}
.site-footer p + .flex p + p {
	margin: 1.3125rem 0 0 0;
}
.site-footer img {
	display: block;
	margin: 0.75rem 0 0 0;
	width: 6.3125rem;
}

.error404 main + .site-footer {
	display: none;
}

.page-template-tpl-floorplans main + .site-footer,
.page-template-tpl-register main + .site-footer,
.page-template-tpl-cards main + .site-footer {
	display: none;
}

.site-header {
	position: absolute;
	padding: 2rem;
	top: 0;
	width: 100vw;
	left: 0;
}

.site-logo {
	margin: 0 auto;
	display: block;
	width: 11.625rem;
}

.site-nav {
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 250ms ease, visibility 250ms ease;
	z-index: 160;
}
.site-nav li:not(:last-child) {
	margin: 0 0 0.9375rem 0;
}
.site-nav .is-active a,
.site-nav a:hover {
	text-decoration: underline;
	text-decoration-thickness: 0.3125rem;
	text-underline-offset: 0.4375rem;
}
.site-nav figure {
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	opacity: 0;
	width: 28.611%;
}
.site-nav li:hover a figure {
	opacity: 1;
}
.site-nav li:first-child .rollover__left {
	left: 1.375rem;
	top: 7.125rem;
}
.site-nav li:first-child .rollover__right {
	left: auto;
	right: 1.375rem;
	top: 7.125rem;
}
.site-nav li:nth-child(2) .rollover__left {
	left: 1.375rem;
	top: 5.125rem;
}
.site-nav li:nth-child(2) .rollover__right {
	left: auto;
	right: 1.375rem;
	top: auto;
	bottom: 7.25rem;
}
.site-nav li:nth-child(3) .rollover__left {
	left: auto;
	right: 1.375rem;
	top: auto;
	transform: rotate(-90deg);
	bottom: 0;
}
.site-nav li:nth-child(3) .rollover__right {
	left: auto;
	right: 1.375rem;
	top: 5.125rem;
}
.site-nav li:nth-child(4) .rollover__left {
	left: 1.375rem;
	top: 5.125rem;
}
.site-nav li:nth-child(4) .rollover__right {
	left: auto;
	right: 1.375rem;
	top: 5.125rem;
}
.site-nav li:nth-child(5) .rollover__left {
	left: 1.375rem;
	top: 5.125rem;
}
.site-nav li:nth-child(5) .rollover__right {
	left: auto;
	right: 1.375rem;
	top: auto;
	bottom: 7.25rem;
}
.site-nav li:nth-child(6) .rollover__left {
	left: 1.375rem;
	top: 5.125rem;
	width: 28.611%;
}
.site-nav li:nth-child(6) .rollover__right {
	left: auto;
	right: 1.375rem;
	top: auto;
	bottom: 7.25rem;
}
.site-nav__find-us {
	filter: drop-shadow(-0.375rem 0.25rem 0.6875rem rgba(0, 0, 0, 0.25));
	transform: rotate(-3deg);
	transition: transform 250ms ease;
	will-change: transform;
	aspect-ratio: 234/232;
	position: absolute;
	top: auto;
	left: 5.25rem;
	bottom: 5.75rem;
	width: 15rem;
}
.site-nav__find-us:hover {
	transform: rotate(0deg);
}
.site-nav .floorplans-link figure {
	mix-blend-mode: multiply;
}

.has-nav .site-nav {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.tab {
	display: flex;
	filter: drop-shadow(-0.1875rem -0.1875rem 0.3125rem rgba(0, 0, 0, 0.2));
	justify-content: center;
	position: fixed;
	top: auto;
	left: auto;
	width: 19.625rem;
	height: 6.6875rem;
	right: 2.125rem;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%) rotate(-4deg);
	transition: transform 125ms ease;
	z-index: 165;
	bottom: -2.875rem;
}
.tab span {
	margin: 1rem 0 0 0;
}

.video {
	position: fixed;
	top: 0;
	left: 0;
}
.video .button {
	border-color: #ffffff;
	color: #ffffff;
}
.video .button:hover {
	color: #000000;
}
.video.full .arrow {
	position: absolute;
	top: auto;
	bottom: 1.5625rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1rem;
	height: 2.125rem;
	fill: #fff;
	transition: fill 750ms ease;
	z-index: 2;
}
.video figure {
	position: absolute;
	transform: translate(-50%, calc(-50% + 3.125rem));
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 6.875rem auto 0 auto;
	border: 0.0625rem solid #000000;
	height: 3rem;
	width: 18.1875rem;
}
.button:hover {
	border-color: #ffffff;
	background: #ffffff;
}

input[type=checkbox]:checked {
	background: #000000;
}

.copy\:sm > *:not(:last-child):not(li) {
	margin: 0 0 1.25rem 0;
}

.desktop {
	display: none;
}

.viewings {
	gap: 0.625rem;
}
.viewings,
.viewings > span {
	width: 100%;
}
.viewings-wrapper fieldset {
	border-bottom: unset;
}
.viewings-wrapper label {
	display: block;
	padding: 0 0 0.5625rem 0;
}

.bg\:light {
	background: #ffffff;
}
.bg\:background {
	background: #FDFDEF;
}
.bg\:body {
	background: #000000;
}
.bg\:yellow {
	background: #F4D76F;
}
.bg\:red {
	background: #E46560;
}
.bg\:green {
	background: #9FBBA9;
}
.bg\:blue {
	background: #BCC5C9;
}
.bg\:success {
	background: #27AE60;
}

.colour\:light {
	color: #ffffff;
}
.colour\:background {
	color: #FDFDEF;
}
.colour\:body {
	color: #000000;
}
.colour\:yellow {
	color: #F4D76F;
}
.colour\:red {
	color: #E46560;
}
.colour\:green {
	color: #9FBBA9;
}
.colour\:blue {
	color: #BCC5C9;
}
.colour\:success {
	color: #27AE60;
}

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
}

.flex {
	display: flex;
}

.full {
	height: 100vh;
	width: 100vw;
	align-items: center;
	justify-content: center;
}

.grid {
	display: grid;
}
.grid\:3 {
	align-items: start;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.spacious {
	justify-content: space-between;
}

.text-centred {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.wrap {
	padding: 1.75rem 1rem;
}

.has-js :focus {
	outline: none;
}
.has-tab-focus :focus {
	outline: 2px auto;
}
@media screen and (min-width: 414px) {
	html {
		font: normal 500 100%/1.25 "quasimoda", Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 860px) {
	html {
		font: normal 500 70%/1.25 "quasimoda", Helvetica, Arial, sans-serif;
	}
	body {
		font-size: 0.75rem;
		line-height: 1.5;
	}
	.text\:1 {
		font-size: 2.5rem;
		line-height: 1.475;
	}
	.text\:2 {
		font-size: 2.5rem;
		line-height: 1.3;
	}
	.text\:4 {
		font-size: 0.75rem;
		line-height: 1.5;
	}
	.text\:5 {
		font-size: 0.875rem;
		line-height: 1.67;
	}
	.text\:6 {
		font-size: 3.3125rem;
		line-height: 1.113;
	}
	.video figure, .landing__cards figure {
		max-width: 76.625rem;
		width: 63.88%;
	}
	.availability ul {
		margin: 0.5625rem 0 1.1875rem 0;
		justify-content: flex-start;
	}
	.availability__content {
		flex-direction: row;
		gap: unset;
	}
	.availability__content > div {
		max-width: 20.625rem;
	}
	.availability__content p:last-child {
		margin: 2.75rem 0 0 0;
		text-align: left;
	}
	.availability figure {
		margin: -4.6875rem 0 0 0;
		width: 58.95%;
	}
	.card {
		margin: 3.125rem 0 0 0;
	}
	.card__text {
		aspect-ratio: 1095/665;
		padding: 4rem 2rem 3.0625rem 2rem;
		margin: 0 auto 16.5rem auto;
		height: auto;
		max-width: 93.125rem;
		width: 76.04vw;
	}
	.card__list {
		max-width: 91.25rem;
	}
	.card__list h2 {
		margin: 0 0 4.3125rem 0 !important;
	}
	.card__logos {
		max-width: 91.25rem;
	}
	.card__logos h2 {
		margin: 0 0 2.875rem 0;
	}
	.card__logos p:first-of-type {
		margin: 1.4375rem 0 0 0;
	}
	.card__image {
		aspect-ratio: 810/540;
		height: auto;
		max-width: 69rem;
		width: 56.25vw;
	}
	.card__image.alignment\:left {
		margin: 0 auto 16.5rem 4.875rem;
	}
	.card__image.alignment\:right {
		margin: 0 4.875rem 16.5rem auto;
	}
	.card > div {
		padding: 0;
	}
	.cards__accordions {
		padding: 5.75rem 0 0 0;
	}
	.cards__accordions > ul {
		min-height: calc(100vh - 17rem);
		width: 63.88%;
	}
	.cards__accordions > ul > li {
		padding: 1.375rem 0 1.125rem 0;
	}
	.cards__accordions > ul > li::after, .cards__accordions > ul > li::before {
		top: 2.9375rem;
		width: 2rem;
	}
	.cards__accordions > ul > li.accordion__download::before {
		height: 2.125rem;
		width: 2.25rem;
	}
	.cards__accordions > ul > li > h2 {
		text-align: left;
	}
	.floorplan {
		width: 25%;
	}
	.floorplan figure {
		margin: 0 0 0.6875rem 0;
	}
	.floorplan:not(:last-child) {
		margin: 0;
	}
	.floorplans ul {
		gap: 5.5rem;
	}
	.page .floorplan h2 {
		margin: 0;
	}
	.interest select {
		padding: 0 0 0.4375rem 0;
	}
	.interest fieldset,
.interest input {
		padding: 0 0 0.4375rem 0;
	}
	.form-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.landing > div {
		transform: translateY(5rem);
	}
	.nav-icon {
		transform: rotate(45deg) translateY(-72%);
		width: 12.5rem;
		height: 12.5rem;
	}
	.nav-icon span {
		margin: 0 0 1.625rem 0;
	}
	.page > div {
		flex-direction: row;
		gap: 3.4rem;
		padding: 6.25rem 1.375rem 0 1.375rem;
	}
	.page__images {
		max-width: 59.375rem;
		flex-direction: row;
		gap: unset;
		width: 58.03%;
	}
	.page__images > div {
		width: 48.1%;
	}
	.page__images figcaption {
		margin: 0.875rem 0 0 0;
	}
	.page__find-us > div {
		align-items: center;
	}
	.page__find-us h2 + div {
		width: 90%;
	}
	.site-footer .wrap > .flex.spacious {
		justify-content: flex-start;
	}
	.site-footer .wrap > .flex .flex {
		flex-direction: row;
	}
	.site-footer p + .flex {
		gap: 2.125rem;
	}
	.site-footer img {
		transform: translateY(0.0625rem);
		margin: 0 0 0 0.625rem;
		width: 5.3125rem;
	}
	.site-header {
		padding: 1.375rem;
	}
	.site-logo {
		width: 14.8125rem;
	}
	.site-nav li:nth-child(7) {
		display: none;
	}
	.tab {
		transform: translateY(0) rotate(-4deg);
		left: auto;
		right: 2.125rem;
	}
	.tab:hover {
		transform: translateY(-0.75rem) rotate(0deg);
	}
	.angle\:left {
		transform: rotate(-2deg);
	}
	.angle\:right {
		transform: rotate(2deg);
	}
	.angle\:center {
		transform: rotate(0deg);
	}
	.desktop {
		display: block;
	}
	.mobile {
		display: none;
	}
	.viewings-wrapper label {
		padding: 0 0 0.4375rem 0;
	}
	.grid\:3 {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 2rem;
	}
	.wrap {
		padding: 1.625rem 1.375rem;
	}
}
@media screen and (min-width: 1024px) {
	html {
		font: normal 500 80%/1.25 "quasimoda", Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 1280px) {
	html {
		font: normal 500 90%/1.25 "quasimoda", Helvetica, Arial, sans-serif;
	}
}
@media screen and (min-width: 1440px) {
	html {
		font: normal 500 100%/1.25 "quasimoda", Helvetica, Arial, sans-serif;
	}
	.page > div {
		gap: 6.875rem;
		padding: 6.25rem 8.875rem 0 8.875rem;
	}
}
@media screen and (max-width: 860px) {
	.card__list ul {
		margin: auto 0;
		padding: 0 2rem;
	}
	.card__list > div {
		padding: 6.25rem 0 2rem 0;
	}
	.card__list ul + p {
		padding: 0 1rem;
		text-align: left;
	}
	.card__logos h2 {
		margin: 0 auto;
		max-width: 16.125rem;
		width: 100%;
	}
	.card__logos > div {
		padding: 6.25rem 0 2rem 0;
	}
	.card__logos ul {
		padding: 0 2rem;
	}
	.card__logos ul + p {
		padding: 0 1rem;
		text-align: left;
	}
	.site-nav figure {
		display: none;
	}
}
@media (hover: hover) {
	.cards__accordions .register-trigger:hover {
		text-decoration-thickness: 0.125rem;
		text-underline-offset: 0.3125rem;
		text-decoration: underline;
	}
	.landing__home .button:hover {
		background: #000000;
		border-color: #000000;
		color: #E46560;
	}
	.nav-icon:hover span {
		text-decoration: underline;
		text-underline-offset: 0.25rem;
	}
	.page__text div .font\:news-bd:hover {
		text-decoration-thickness: 0.125rem;
		text-underline-offset: 0.3125rem;
		text-decoration: underline;
	}
	.site-footer p + .flex p a:hover {
		text-decoration: underline;
	}
	.tab:hover span {
		text-decoration: underline;
		text-underline-offset: 0.25rem;
	}
}
/*# sourceMappingURL=main.css.map */
