/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Graphik, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
@media (min-width: 1920px) {

	.container {
		max-width: 1920px;
	}
}
@media (min-width: 2560px) {

	.container {
		max-width: 2560px;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.fixed {
	position: fixed;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.top-8 {
	top: 2rem;
}
.right-8 {
	right: 2rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-\[2px\] {
	margin-top: 2px;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-\[2px\] {
	height: 2px;
}
.h-\[80vh\] {
	height: 80vh;
}
.w-\[177px\] {
	width: 177px;
}
.w-full {
	width: 100%;
}
.w-\[90vw\] {
	width: 90vw;
}
.transform {
	transform: var(--tw-transform);
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-x-16 {
	-moz-column-gap: 4rem;
	     column-gap: 4rem;
}
.gap-y-24 {
	row-gap: 6rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
	overflow: hidden;
}
.rounded-full {
	border-radius: 9999px;
}
.border-0 {
	border-width: 0px;
}
.border {
	border-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-grey {
	--tw-border-opacity: 1;
	border-color: rgba(101, 101, 101, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 162, 113, var(--tw-bg-opacity));
}
.bg-grey {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 101, 101, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-2\.5 {
	padding: 0.625rem;
}
.p-2 {
	padding: 0.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.text-center {
	text-align: center;
}
.font-serif {
	font-family: Berlingske Serif, serif;
}
.font-sans {
	font-family: Graphik, sans-serif;
}
.text-\[26px\] {
	font-size: 26px;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-\[13px\] {
	font-size: 13px;
}
.text-\[32px\] {
	font-size: 32px;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.font-medium {
	font-weight: 500;
}
.uppercase {
	text-transform: uppercase;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(228, 162, 113, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.opacity-75 {
	opacity: 0.75;
}
#wpadminbar {
  display: none;
}

* {
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.row--top {
  align-items: flex-start;
}
.row--middle {
  align-items: center;
}
.row--bottom {
  align-items: flex-end;
}

.col {
  width: 100%;
  padding: 0 20px;
}

.row--reverse {
  flex-direction: row-reverse;
}

.col--1of12 {
  width: 8.3333333333%;
}

.push--0of12 {
  margin-left: 0%;
}

.col--2of12 {
  width: 16.6666666667%;
}

.push--1of12 {
  margin-left: 8.3333333333%;
}

.col--3of12 {
  width: 25%;
}

.push--2of12 {
  margin-left: 16.6666666667%;
}

.col--4of12 {
  width: 33.3333333333%;
}

.push--3of12 {
  margin-left: 25%;
}

.col--5of12 {
  width: 41.6666666667%;
}

.push--4of12 {
  margin-left: 33.3333333333%;
}

.col--6of12 {
  width: 50%;
}

.push--5of12 {
  margin-left: 41.6666666667%;
}

.col--7of12 {
  width: 58.3333333333%;
}

.push--6of12 {
  margin-left: 50%;
}

.col--8of12 {
  width: 66.6666666667%;
}

.push--7of12 {
  margin-left: 58.3333333333%;
}

.col--9of12 {
  width: 75%;
}

.push--8of12 {
  margin-left: 66.6666666667%;
}

.col--10of12 {
  width: 83.3333333333%;
}

.push--9of12 {
  margin-left: 75%;
}

.col--11of12 {
  width: 91.6666666667%;
}

.push--10of12 {
  margin-left: 83.3333333333%;
}

.col--12of12 {
  width: 100%;
}

.push--11of12 {
  margin-left: 91.6666666667%;
}

@media screen and (min-width: 480px) {
  .row--reverse--sm {
    flex-direction: row-reverse;
  }

  .col--1of12--sm {
    width: 8.3333333333%;
  }

  .push--0of12--sm {
    margin-left: 0%;
  }

  .col--2of12--sm {
    width: 16.6666666667%;
  }

  .push--1of12--sm {
    margin-left: 8.3333333333%;
  }

  .col--3of12--sm {
    width: 25%;
  }

  .push--2of12--sm {
    margin-left: 16.6666666667%;
  }

  .col--4of12--sm {
    width: 33.3333333333%;
  }

  .push--3of12--sm {
    margin-left: 25%;
  }

  .col--5of12--sm {
    width: 41.6666666667%;
  }

  .push--4of12--sm {
    margin-left: 33.3333333333%;
  }

  .col--6of12--sm {
    width: 50%;
  }

  .push--5of12--sm {
    margin-left: 41.6666666667%;
  }

  .col--7of12--sm {
    width: 58.3333333333%;
  }

  .push--6of12--sm {
    margin-left: 50%;
  }

  .col--8of12--sm {
    width: 66.6666666667%;
  }

  .push--7of12--sm {
    margin-left: 58.3333333333%;
  }

  .col--9of12--sm {
    width: 75%;
  }

  .push--8of12--sm {
    margin-left: 66.6666666667%;
  }

  .col--10of12--sm {
    width: 83.3333333333%;
  }

  .push--9of12--sm {
    margin-left: 75%;
  }

  .col--11of12--sm {
    width: 91.6666666667%;
  }

  .push--10of12--sm {
    margin-left: 83.3333333333%;
  }

  .col--12of12--sm {
    width: 100%;
  }

  .push--11of12--sm {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row--reverse--md {
    flex-direction: row-reverse;
  }

  .col--1of12--md {
    width: 8.3333333333%;
  }

  .push--0of12--md {
    margin-left: 0%;
  }

  .col--2of12--md {
    width: 16.6666666667%;
  }

  .push--1of12--md {
    margin-left: 8.3333333333%;
  }

  .col--3of12--md {
    width: 25%;
  }

  .push--2of12--md {
    margin-left: 16.6666666667%;
  }

  .col--4of12--md {
    width: 33.3333333333%;
  }

  .push--3of12--md {
    margin-left: 25%;
  }

  .col--5of12--md {
    width: 41.6666666667%;
  }

  .push--4of12--md {
    margin-left: 33.3333333333%;
  }

  .col--6of12--md {
    width: 50%;
  }

  .push--5of12--md {
    margin-left: 41.6666666667%;
  }

  .col--7of12--md {
    width: 58.3333333333%;
  }

  .push--6of12--md {
    margin-left: 50%;
  }

  .col--8of12--md {
    width: 66.6666666667%;
  }

  .push--7of12--md {
    margin-left: 58.3333333333%;
  }

  .col--9of12--md {
    width: 75%;
  }

  .push--8of12--md {
    margin-left: 66.6666666667%;
  }

  .col--10of12--md {
    width: 83.3333333333%;
  }

  .push--9of12--md {
    margin-left: 75%;
  }

  .col--11of12--md {
    width: 91.6666666667%;
  }

  .push--10of12--md {
    margin-left: 83.3333333333%;
  }

  .col--12of12--md {
    width: 100%;
  }

  .push--11of12--md {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row--reverse--lg {
    flex-direction: row-reverse;
  }

  .col--1of12--lg {
    width: 8.3333333333%;
  }

  .push--0of12--lg {
    margin-left: 0%;
  }

  .col--2of12--lg {
    width: 16.6666666667%;
  }

  .push--1of12--lg {
    margin-left: 8.3333333333%;
  }

  .col--3of12--lg {
    width: 25%;
  }

  .push--2of12--lg {
    margin-left: 16.6666666667%;
  }

  .col--4of12--lg {
    width: 33.3333333333%;
  }

  .push--3of12--lg {
    margin-left: 25%;
  }

  .col--5of12--lg {
    width: 41.6666666667%;
  }

  .push--4of12--lg {
    margin-left: 33.3333333333%;
  }

  .col--6of12--lg {
    width: 50%;
  }

  .push--5of12--lg {
    margin-left: 41.6666666667%;
  }

  .col--7of12--lg {
    width: 58.3333333333%;
  }

  .push--6of12--lg {
    margin-left: 50%;
  }

  .col--8of12--lg {
    width: 66.6666666667%;
  }

  .push--7of12--lg {
    margin-left: 58.3333333333%;
  }

  .col--9of12--lg {
    width: 75%;
  }

  .push--8of12--lg {
    margin-left: 66.6666666667%;
  }

  .col--10of12--lg {
    width: 83.3333333333%;
  }

  .push--9of12--lg {
    margin-left: 75%;
  }

  .col--11of12--lg {
    width: 91.6666666667%;
  }

  .push--10of12--lg {
    margin-left: 83.3333333333%;
  }

  .col--12of12--lg {
    width: 100%;
  }

  .push--11of12--lg {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row--reverse--xlg {
    flex-direction: row-reverse;
  }

  .col--1of12--xlg {
    width: 8.3333333333%;
  }

  .push--0of12--xlg {
    margin-left: 0%;
  }

  .col--2of12--xlg {
    width: 16.6666666667%;
  }

  .push--1of12--xlg {
    margin-left: 8.3333333333%;
  }

  .col--3of12--xlg {
    width: 25%;
  }

  .push--2of12--xlg {
    margin-left: 16.6666666667%;
  }

  .col--4of12--xlg {
    width: 33.3333333333%;
  }

  .push--3of12--xlg {
    margin-left: 25%;
  }

  .col--5of12--xlg {
    width: 41.6666666667%;
  }

  .push--4of12--xlg {
    margin-left: 33.3333333333%;
  }

  .col--6of12--xlg {
    width: 50%;
  }

  .push--5of12--xlg {
    margin-left: 41.6666666667%;
  }

  .col--7of12--xlg {
    width: 58.3333333333%;
  }

  .push--6of12--xlg {
    margin-left: 50%;
  }

  .col--8of12--xlg {
    width: 66.6666666667%;
  }

  .push--7of12--xlg {
    margin-left: 58.3333333333%;
  }

  .col--9of12--xlg {
    width: 75%;
  }

  .push--8of12--xlg {
    margin-left: 66.6666666667%;
  }

  .col--10of12--xlg {
    width: 83.3333333333%;
  }

  .push--9of12--xlg {
    margin-left: 75%;
  }

  .col--11of12--xlg {
    width: 91.6666666667%;
  }

  .push--10of12--xlg {
    margin-left: 83.3333333333%;
  }

  .col--12of12--xlg {
    width: 100%;
  }

  .push--11of12--xlg {
    margin-left: 91.6666666667%;
  }
}
input:not([type=radio]):not([type=image]):not([type=checkbox]) {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 20px;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
input:not([type=radio]):not([type=image]):not([type=checkbox])::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
input:not([type=radio]):not([type=image]):not([type=checkbox])::placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

select {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 20px;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
select::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
select::placeholder {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

body .gform_wrapper {
	margin: auto;
	margin-top: 4rem;
	max-width: 600px;
}

.gfield_label {
	font-family: Berlingske Serif, serif;
}

body .gform_wrapper .gform_footer input[type=submit] {
	height: 44px;
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(228, 162, 113, var(--tw-bg-opacity));
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 30px 0;
  border: none;
  color: #3B3937;
  font-family: "Graphik";
  letter-spacing: 0.07143em;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #3B3937;
  font-weight: 700;
}

textarea {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

#gform_confirmation_message_1 {
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1280px) {

	#gform_confirmation_message_1 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

/* purgecss end ignore */
.wp-block {
  max-width: none;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

body {
  background: #3B3937;
  margin: 0;
  padding: 0;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  pointer-events: none;
  transition: transform 0.1s ease;
}
.cursor:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #E4A271;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.cursor--hover:before {
  width: 60px;
  height: 60px;
}

.page {
  overflow: hidden;
  padding: 0.1px 0;
  background-color: #F0F0F0;
  color: #3B3937;
}
.page--dark {
  background-color: #3B3937;
  color: #F0EBE2;
}

.container, .slider > ul, .acf-block-preview .slider--carousel + .slider__preview-dots .slick-dots, .wp-block {
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
.container--wide {
  max-width: 1500px;
}
.container--full {
  max-width: none;
}

.full-width, .home, .image--full {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.full-height, .home__section, .section--hero {
  height: calc((var(--vh, 1vh) * 100) - 190px);
}
@media screen and (min-width: 1024px) {
  .full-height, .home__section, .section--hero {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.section {
  padding: 40px 0;
}
.section--hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #3B3937 no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.section--hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--hero:before {
  content: "Scroll";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 500;
  opacity: 0;
  animation: slide-up 1s ease-out forwards;
  animation-delay: 1.25s;
}
.section--hero:after {
  display: none;
  content: "";
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 25;
  margin: 30px;
  width: 100px;
  height: 100px;
  background: url(images/yg-mark.svg) no-repeat center center;
  background-size: contain;
  opacity: 0;
  animation: fade-in 1s ease forwards;
  animation-delay: 1.25s;
}
@media screen and (min-width: 480px) {
  .section--hero:after {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .section--hero:after {
    bottom: 0;
    width: 180px;
    height: 180px;
  }
}
.section--hero h1,
.section--hero .h1 {
  opacity: 0;
  animation: slide-up 1s ease-out forwards;
  animation-delay: 0.25s;
}
.section--hero hr,
.section--hero p {
  opacity: 0;
  animation: slide-up 1s ease-out forwards;
  animation-delay: 0.25s;
}
.section--flush {
  padding-top: 0;
  padding-bottom: 0;
}

.image img {
  display: block;
  width: 100%;
}

img[loading=lazy],
.section--hero {
  opacity: 0;
  transition: opacity 1s ease;
}
.acf-block-preview img[loading=lazy], .widget img[loading=lazy], img[loading=lazy].loaded,
.acf-block-preview .section--hero,
.widget .section--hero,
.section--hero.loaded {
  opacity: 1;
}

.loader-image {
  width: 0;
  height: 0;
  opacity: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.flat {
  margin-top: 0;
  margin-bottom: 0;
}

.margin--top--medium,
.margin--top--large {
  margin-top: 30px;
}

.margin--top {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .margin--top--large {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .margin--top--large {
    margin-top: 120px;
  }
}
.margin--left--medium,
.margin--left--large {
  margin-left: 30px;
}

.margin--left {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .margin--left--large {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .margin--left--large {
    margin-left: 120px;
  }
}
.margin--right--medium,
.margin--right--large {
  margin-right: 30px;
}

.margin--right {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .margin--right--large {
    margin-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .margin--right--large {
    margin-right: 120px;
  }
}
.margin--bottom--medium,
.margin--bottom--large {
  margin-bottom: 30px;
}

.margin--bottom {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .margin--bottom--large {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .margin--bottom--large {
    margin-bottom: 120px;
  }
}
.margin--vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin--horizontal {
  margin-left: 10px;
  margin-right: 10px;
}

.margin--horizontal--medium,
.margin--horizontal--large {
  margin-left: 30px;
  margin-right: 30px;
}

.margin--vertical--medium,
.margin--vertical--large {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .margin--horizontal--large {
    margin-left: 80px;
    margin-right: 80px;
  }

  .margin--vertical--large {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .margin--horizontal--large {
    margin-left: 120px;
    margin-right: 120px;
  }

  .margin--vertical--large {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.padding--top--medium,
.padding--top--large {
  padding-top: 30px;
}

.padding--top {
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .padding--top--large {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .padding--top--large {
    padding-top: 120px;
  }
}
.padding--left--medium,
.padding--left--large {
  padding-left: 30px;
}

.padding--left {
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .padding--left--large {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .padding--left--large {
    padding-left: 120px;
  }
}
.padding--right--medium,
.padding--right--large {
  padding-right: 30px;
}

.padding--right {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .padding--right--large {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .padding--right--large {
    padding-right: 120px;
  }
}
.padding--bottom--medium,
.padding--bottom--large {
  padding-bottom: 30px;
}

.padding--bottom {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .padding--bottom--large {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .padding--bottom--large {
    padding-bottom: 120px;
  }
}
.padding--vertical {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding--horizontal {
  padding-left: 10px;
  padding-right: 10px;
}

.padding--horizontal--medium,
.padding--horizontal--large {
  padding-left: 30px;
  padding-right: 30px;
}

.padding--vertical--medium,
.padding--vertical--large {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .padding--horizontal--large {
    padding-left: 80px;
    padding-right: 80px;
  }

  .padding--vertical--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .padding--horizontal--large {
    padding-left: 120px;
    padding-right: 120px;
  }

  .padding--vertical--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@font-face {
  font-family: "Berlingske Serif";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/yg/assets/fonts/berlingske-serif-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Berlingske Serif";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/yg/assets/fonts/berlingske-serif-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Berlingske Serif";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/yg/assets/fonts/berlingske-serif-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Berlingske Serif";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/yg/assets/fonts/berlingske-serif-extra-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/yg/assets/fonts/graphik-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/yg/assets/fonts/graphik-medium.woff2") format("woff2");
}
body {
  font-family: "Graphik";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  display: block;
  font-family: "Berlingske Serif";
  font-weight: 500;
  line-height: 1.07em;
  margin: 0;
  transition: color 0.2s ease;
}

h1,
.h1,
h2,
.h2 {
  font-size: 1.375em;
}
@media screen and (min-width: 768px) {
  h1,
.h1,
h2,
.h2 {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1,
h2,
.h2 {
    font-size: 3.25em;
  }
}

h1,
.h1 {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  h1.small,
.h1.small {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 1200px) {
  h1.small,
.h1.small {
    font-size: 3em;
  }
}

@media screen and (min-width: 768px) {
  h2.small,
.h2.small {
    font-size: 2em;
  }
}
@media screen and (min-width: 1200px) {
  h2.small,
.h2.small {
    font-size: 2.5em;
  }
}

h3,
.h3 {
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  h3,
.h3 {
    font-size: 1.375em;
  }
}
@media screen and (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.75em;
  }
}

h4,
.h4 {
  margin: 0 0 1em;
  font-family: "Graphik";
  font-size: 0.875em;
  text-transform: uppercase;
}

.feature-heading, .section--hero h1,
.section--hero .h1 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  font-weight: 700;
}

.section-feature-heading {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  font-size: 40px;
  line-height: 50px;
  color: #E4A271;
  font-weight: 400;
}

p {
  margin: 1em 0;
}

a {
  color: inherit;
  transition: color 0.2s ease;
}
a:hover {
  color: #E4A271;
}

hr {
  margin: 0;
  padding: 0;
  height: 1px;
  border: none;
  border-top: 1px solid;
}

ul {
  margin: 1em 0;
  padding: 0 0 0 1em;
}

.quote {
  margin: 0;
  padding: 0;
}
.quote__content {
  margin: 0;
  font-family: "Berlingske Serif";
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1em;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .quote__content {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1200px) {
  .quote__content {
    font-size: 1.875em;
  }
}
.quote__content:before, .quote__content:after {
  content: '"';
}
.quote__author {
  margin: 1em 0 0 40px;
  line-height: 2em;
}

.text--left {
  text-align: left;
}

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

.text--right {
  text-align: right;
}

@keyframes float {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 1em;
  padding: 2px 30px 0;
  background-color: #F0EBE2;
  border: none;
  text-decoration: none;
  color: #3B3937;
  font-family: "Graphik";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.07143em;
  text-align: center;
  cursor: pointer;
}
.button--accent {
  background-color: #E4A271;
}
.button:hover {
  color: #3B3937;
  font-weight: 700;
}

.wrapper {
  min-width: 320px;
  padding: 100px 0 90px;
}
@media screen and (min-width: 1024px) {
  .wrapper {
    padding: 0;
  }
}

.header__inner, .header__logo {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background-color: #3B3937;
}
.header__inner {
  bottom: 0;
  justify-content: space-between;
}
.header__logo, .header__enquire, .header__menu-button {
  opacity: 0;
  animation: fade-in 1s ease forwards;
}
.header__logo {
  animation-delay: 0.5s;
}
.header__enquire {
  animation-delay: 0.75s;
}
.header__menu-button {
  animation-delay: 1s;
}
.header__logo {
  top: 0;
  justify-content: center;
}
.header__logo img {
  display: block;
  width: 236px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-top: 20px;
  }
  .header__inner, .header__logo {
    position: static;
    padding: 0;
    background-color: transparent;
  }
}

.menu-button {
  position: relative;
  z-index: 200;
  display: block;
  width: 70px;
  height: 50px;
  margin-left: 30px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .menu-button {
    margin-left: 166px;
  }
}
.menu-button__line {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin: -2px 0;
  background-color: #fff;
  transition: transform 0.2s ease-in-out;
}
.menu-button__line:first-child {
  transform: translateY(5px);
}
.menu-button__line:last-child {
  transform: translateY(-5px);
}
.menu-button:hover .menu-button__line:first-child {
  transform: translateY(8px);
}
.menu-button:hover .menu-button__line:last-child {
  transform: translateY(-8px);
}
.menu-button--active .menu-button__line:first-child, .menu-button--active .menu-button__line:last-child, .menu-button--active:hover .menu-button__line:first-child, .menu-button--active:hover .menu-button__line:last-child {
  transform: translateY(0);
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3B3937;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.header__nav--active {
  opacity: 1;
  pointer-events: auto;
}
.header__nav ul,
.header__nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav a {
  display: block;
  text-align: center;
  font-size: 2em;
  text-decoration: none;
  font-family: "Berlingske Serif";
  font-weight: 400;
  line-height: 1.14em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .header__nav a {
    font-size: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .header__nav a {
    font-size: 4.375em;
  }
}
.header__nav .current-menu-item a,
.header__nav a:hover {
  color: #E4A271;
}

.footer {
  position: relative;
  z-index: 50;
  padding: 20px 0;
  background-color: #3B3937;
  color: #fff;
}
.page--dark + .footer {
  background-color: #F0F0F0;
  color: #3B3937;
}
.footer__content {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__content {
    display: block;
  }
}
.footer__nav a {
  display: block;
  margin-bottom: 0.3em;
  text-decoration: none;
}
.footer__link-nav li {
  display: inline-block;
}
.footer__link-nav li + li {
  margin-left: 10px;
}
.footer ul {
  list-style: none;
  padding: 0;
}

.footer-links a {
  font-size: 0.625em;
  text-transform: uppercase;
  text-decoration: none;
}

.map {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 1000px;
}
.map__main, .map__list {
  width: 100%;
}
.map__main {
  flex-grow: 1;
  min-height: 500px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: #3B3937;
  color: #fff;
  text-align: center;
}
.map__group__title {
  border-top: 2px solid;
  padding: 0.5em 0;
  cursor: pointer;
}
.map__group__title:first-child {
  border-top: none;
}
.map__group__title.active + .map__group__content {
  max-height: 300px;
}
.map__group__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.map__poi {
  padding-bottom: 0.25em;
}
.map__poi:last-child {
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .map {
    flex-direction: row-reverse;
  }
  .map__main {
    width: auto;
  }
  .map__list {
    width: 33%;
    padding: 150px 60px;
  }
}

.block-editor-writing-flow {
  overflow: hidden;
}

.acf-block-preview .slider {
  overflow: visible;
}
.acf-block-preview .slider img {
  display: block;
  width: 100%;
}
.acf-block-preview .slider ul.slider__images {
  position: relative;
  padding: 0;
}
.acf-block-preview .slider--carousel ul.slider__images {
  position: relative;
}
.acf-block-preview .slider--carousel ul.slider__images li {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
.acf-block-preview .slider--carousel ul.slider__images li:nth-child(1), .acf-block-preview .slider--carousel ul.slider__images li:nth-child(2) {
  display: block;
}
.acf-block-preview .slider--carousel ul.slider__images li:nth-child(2) {
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
}
.acf-block-preview .slider--tile-carousel ul.slider__images {
  display: flex;
  padding: 0 15px;
}
.acf-block-preview .slider--tile-carousel ul.slider__images li {
  padding: 0 15px;
  display: none;
  width: 33%;
}
.acf-block-preview .slider--tile-carousel ul.slider__images li:nth-child(1), .acf-block-preview .slider--tile-carousel ul.slider__images li:nth-child(2), .acf-block-preview .slider--tile-carousel ul.slider__images li:nth-child(3), .acf-block-preview .slider--tile-carousel ul.slider__images li:nth-child(4) {
  display: block;
}
.acf-block-preview .slider--tile-carousel ul.slider__images li:nth-child(4) {
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
  width: calc(33% - 10px);
}
.acf-block-preview .slider--carousel + .slider__preview-dots {
  display: block !important;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.acf-block-preview .slider--carousel + .slider__preview-dots .slick-dots {
  list-style: none;
  padding: 15px 30px;
}
.acf-block-preview .slider--carousel + .slider__preview-dots .slick-dots button {
  background-color: #3B3937;
  border-color: #fff;
}
.acf-block-preview .slider--carousel + .slider__preview-dots .slick-dots li:first-child button {
  background-color: #fff;
}

.slider {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.slider__preview-dots {
  display: none !important;
}
.slider ul {
  list-style: none;
}
.slider > ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .slider {
    margin-bottom: -44px;
    padding-bottom: 44px;
  }
  .slider > ul.slick-dotted {
    margin-bottom: -44px;
  }
  .slider--carousel > ul {
    padding: 0 55px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  padding: 15px;
  display: flex;
  margin: 0;
}
.slick-dots li {
  margin-right: 10px;
}
.slick-dots li.slick-active button {
  background-color: #E4A271;
}
.page--dark .slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: #F0F0F0;
  border-radius: 50%;
  border: 1px solid #E4A271;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.page--dark .slick-dots button {
  background-color: #3B3937;
  border-color: #fff;
}

.acf-block-preview .home {
  margin-left: 0;
  width: 100%;
  max-width: none;
}
.acf-block-preview .home__image, .acf-block-preview .home__content, .acf-block-preview .home__mark {
  position: absolute;
  opacity: 1;
}

.home__section {
  position: relative;
}
.home:after, .home__content {
  position: fixed;
  left: 0;
  bottom: 90px;
  right: 0;
  height: 25%;
}
.home:after {
  content: "";
  z-index: 5;
  background-color: #3B3937;
}
.home__image {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: calc(25% + 90px);
  left: 0;
  background: no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
  overflow: hidden;
}
.home__section--active .home__image.loaded {
  opacity: 1;
}
.home__content {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.home__section--active:first-child .home__content {
  opacity: 0;
  animation: slide-up 1s ease-out forwards;
  animation-delay: 0.25s;
}
.home__section--active .home__content {
  opacity: 1;
  pointer-events: auto;
}
.home__content > a {
  text-decoration: none;
}
.home__content > a h4,
.home__content > a .h4 {
  text-decoration: underline;
}
.home__content > a:hover {
  color: inherit;
}
.home__content > a:hover h4,
.home__content > a:hover .h4 {
  color: #E4A271;
}
.home__content > a br {
  display: none;
}
.home__content h1,
.home__content .h1,
.home__content h2,
.home__content .h2 {
  margin: 10px 0;
}
.home__scroll {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 30px;
  font-size: 0.875em;
  animation: float 2s ease-in-out infinite alternate;
}
.home__mark {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 30px;
  left: 34%;
  margin-left: -90px;
  width: 180px;
  height: 180px;
  background: url("/wp-content/themes/yg/assets/images/yg-mark.svg") no-repeat center center;
  background-size: contain;
  opacity: 0;
  animation: fade-in 1s ease forwards;
  animation-delay: 1.25s;
}
@media screen and (min-width: 1024px) {
  .home:after {
    display: none;
  }
  .home__scroll, .home__mark {
    display: block;
  }
  .home__image {
    top: 0;
    bottom: 0;
    left: 34%;
  }
  .home__content {
    top: 0;
    bottom: 0;
    right: 66%;
    height: auto;
    padding: 50px 30px;
  }
  .home__content h1,
.home__content .h1 {
    color: #E4A271;
  }
}
.home__section {
  position: relative;
  pointer-events: none;
}

.home__section--active {
  pointer-events: auto;
}

.home__image--has-video {
  cursor: pointer;
}

.home__section--active .home__image.loaded {
  opacity: 1;
}

.home__image__video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100vh;
  width: 177.77vh;
  transform: translate(-50%, -50%);
  background: #000;
}

.home__image__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home__video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.home__section--video-active .home__video {
  opacity: 1;
  pointer-events: auto;
}

.home__video iframe {
  width: 80%;
  height: 66%;
}

.property__floorplan {
  display: none;
  z-index: 9999;
}
.property__floorplan.show {
  display: flex;
}
@media (min-width: 768px) {

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}