@font-face {
	font-family: SortsMillGoudy;
	src: url(../fonts/SortsMillGoudy-Italic.ttf);
}
@font-face {
	font-family: Jost-Bold;
	src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
	font-family: Jost-Regular;
	src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
	font-family: Jost-ExtraBold;
	src: url(../fonts/Jost-ExtraBold.ttf);
}
/*! tailwindcss v2.2.19 | 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
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-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
body {
	font-family: Jost-Regular, sans-serif;
}
h1 {
	margin-bottom: 1.25rem;
	font-family: SortsMillGoudy, serif;
	font-size: 2.25rem;
	line-height: 2.5rem;
	--tw-text-opacity: 1;
	color: rgba(195, 154, 107, var(--tw-text-opacity));
}
@media (min-width: 768px) {
	h1 {
		margin-bottom: 1.5rem;
	}
	h1 {
		font-size: 3.75rem;
		line-height: 1;
	}
}
h2 {
	font-family: SortsMillGoudy, serif;
	font-size: 1.5rem;
	line-height: 2rem;
	--tw-text-opacity: 1;
	color: rgba(195, 154, 107, var(--tw-text-opacity));
}
h3 {
	font-family: SortsMillGoudy, serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(195, 154, 107, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	h3 {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
p {
	font-family: Jost-Regular, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 768px) {
	p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media only screen and (min-width: 1024px) {
img {
			image-rendering: -webkit-optimize-contrast
	}
		}
nav {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
nav a {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
nav a {
	--tw-text-opacity: 1;
	color: rgba(195, 154, 107, var(--tw-text-opacity));
}
ul {
		list-style-type: disc;
	}
ul li {
		text-align: left;
		font-size: 1rem;
		line-height: 1.5rem;
	}
.mobile-menu {
		transform: translateX(100%);
		transition: 0.3s;
	}
.mobile-menu.slide-in {
		transform: translateX(0);
	}
.mobile-menu a {
	margin-top: 1.25rem;
}
.bg-1 {
		background: url("../assets/images/bg-1.jpg") no-repeat center / cover;
	}
.bg-2 {
		background: url("../assets/images/bg-2.png") no-repeat center / cover;
	}
.bg-3 {
		background: url("../assets/images/bg-3.png") no-repeat center / cover;
	}
.bg-4 {
		background: url("../assets/images/bg-4.png") no-repeat center / cover;
	}
.bg-floorplan {
		background-color: #ece4e3;
	}
.bg-button-clickable {
		--tw-text-opacity: 1;
		background-color: rgba(195, 154, 107, var(--tw-text-opacity));

	}
.splide .splide__pagination {
	top: 0.5rem;
}
.splide .splide__pagination {
	right: 0px;
}
.splide .splide__pagination {
	z-index: 10;
}
.splide .splide__pagination {
	align-items: flex-start;
}
.splide .splide__pagination {
	justify-content: center;
}
@media (min-width: 1024px) {
	.splide .splide__pagination {
		bottom: auto;
	}
}
@media (min-width: 1024px) {
	.splide .splide__pagination {
		top: 1rem;
	}
}
@media (min-width: 1024px) {
	.splide .splide__pagination {
		justify-content: center;
	}
}
.splide .splide__pagination .splide__pagination__page {
	height: 0.5rem;
}
.splide .splide__pagination .splide__pagination__page {
	width: 0.5rem;
}
.splide .splide__pagination .splide__pagination__page {
	border-radius: 9999px;
}
.splide .splide__pagination .splide__pagination__page {
	border-width: 8px;
}
.splide .splide__pagination .splide__pagination__page {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.splide .splide__pagination .splide__pagination__page {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.splide .splide__pagination .splide__pagination__page {
	opacity: 1;
}
@media (min-width: 1024px) {
	.splide .splide__pagination .splide__pagination__page {
		height: 1rem;
	}
}
@media (min-width: 1024px) {
	.splide .splide__pagination .splide__pagination__page {
		width: 1rem;
	}
}
.splide .splide__pagination .splide__pagination__page.is-active {
	transform: none;
}
.splide .splide__pagination .splide__pagination__page.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(68, 1, 0, var(--tw-bg-opacity));
}
#virtual-view .splide__slide {
	--tw-bg-opacity: 1;
	background-color: rgba(68, 1, 0, var(--tw-bg-opacity));
}
#virtual-view .splide__slide img {
	margin-left: auto;
	margin-right: auto;
}
.image-switch-on {
		background: url("../assets/images/switch-on.png") no-repeat center/ contain;
	}
.image-switch-off {
		background: url("../assets/images/switch-off.png") no-repeat center/ contain;
	}
.switch-image {
	display: none;
}
.switch-image.show {
	display: block;
}
.switch-menu {
	display: none;
}
.switch-menu.show {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 1024px) {
	.switch-menu.show {
		position: absolute;
	}
	.switch-menu.show {
		top: 0px;
	}
	.switch-menu.show {
		flex-direction: row;
	}
}
@media (min-width: 1280px) {
	.switch-menu.show {
		top: 1rem;
	}
}
.site_plan_no {
	height: 1.25rem;
	width: 1.25rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(68, 1, 0, var(--tw-bg-opacity));
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.site-plan-placeholder {
	display: none;
}
@media (min-width: 1024px) {
	.site-plan-placeholder {
		display: block;
	}
}
.site_plan_title {
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
@media (min-width: 1024px) {
	.site_plan_title {
		text-align: left;
	}
}
.floorplan {
	display: none;
}
.floorplan-menu {
	display: flex;
	height: 20rem;
	flex-direction: column;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.floorplan.show {
	display: block;
}
.floorplan-button {
	display: none;
}
.floorplan-button.show {
	display: flex;
	flex-direction: column;
}
.circle {
	visibility: hidden;
	z-index: 10;
	margin-left: 1rem;
	margin-right: 1rem;
	height: 1.25rem;
	width: 1.25rem;
	border-radius: 9999px;
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(195, 154, 107, var(--tw-bg-opacity));
}
.circle.show {
	visibility: visible;
}
.slider-bar {
	position: absolute;
	left: 22px;
	height: 100%;
	width: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.floorplan-btn.floorplan-selected {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(195, 154, 107, var(--tw-text-opacity));
}
.floorplan-btn {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
section#calculator {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
section#calculator h2 {
		text-align: center;
	}
section#calculator h2 br {
		display: block !important;
	}
@media only screen and (min-width: 1000px) {
		section#calculator {
			padding-bottom: 40px;
		}
	}
section#calculator .wrapper {
		background: #ffffff;
		border-radius: 12px;
		padding: 40px 20px;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
		color: black;
		font-size: 16px;
		font-family: gotham-book, sans-serif;
	}
@media (min-width: 768px) {
	section#calculator .wrapper {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media only screen and (min-width: 1000px) {
		section#calculator .wrapper {
			width: 600px;
		}
	}
section#calculator .wrapper .colored {
	--tw-text-opacity: 1;
	color: rgba(68, 1, 0, var(--tw-text-opacity));
}
section#calculator .wrapper .tile {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 16px;
	}
section#calculator .wrapper .tile .subtitle,
	section#calculator .wrapper .tile .value {
		width: 50%;
	}
section#calculator .wrapper .tile .subtitle {
		line-height: 20px;
		text-align: left;
	}
section#calculator .wrapper .tile .monthly {
		display: flex;
		font-size: 24px;
		font-family: gotham-medium, sans-serif;
	}
@media (min-width: 768px) {
	section#calculator .wrapper .tile .monthly {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
section#calculator .wrapper .tile .monthly .unit {
		font-size: 12px;
		font-weight: normal;
		margin-right: 8px;
		line-height: 30px;
	}
@media (min-width: 768px) {
	section#calculator .wrapper .tile .monthly .unit {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
section#calculator .wrapper .tile .value {
		border: 1px solid rgba(188, 188, 188, 0.4);
		border-radius: 4px;
		padding: 8px;
		display: flex;
		justify-content: space-between;
	}
section#calculator .wrapper .tile .value.borderless {
		border: none;
	}
section#calculator .wrapper .tile .value .unit {
		font-size: 12px;
		font-weight: normal;
		margin-right: 8px;
		line-height: 30px;
	}
@media (min-width: 768px) {
	section#calculator .wrapper .tile .value .unit {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
section#calculator .wrapper .tile .value input {
		border: none;
		width: 100%;
		overflow: hidden;
		text-align: right;
		font-size: 16px;
	}
@media (min-width: 768px) {
	section#calculator .wrapper .tile .value input {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
section#calculator .wrapper .tile .value input::focus {
		outline: none !important;
	}
section#calculator .wrapper .range-slider {
		position: relative;
		margin-bottom: 60px;
	}
section#calculator .wrapper .range-slider .output {
		position: absolute;
		display: flex;
		justify-content: center;
		color: gray;
		font-weight: bold;
		margin-left: -22px;
		width: 46px;
		text-align: center;
		border-radius: 5px;
		padding: 8px 0;
		bottom: -40px;
		left: calc(100% - 8px);
		--tw-text-opacity: 1;
		color: rgba(68, 1, 0, var(--tw-text-opacity));
	}
section#calculator .wrapper .range-slider .slider {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		height: 4px;
		outline: none;
		transition: opacity 0.2s;
		border-radius: 8px;
		--tw-bg-opacity: 1;
		background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	}
section#calculator .wrapper .range-slider .slider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 16px;
		height: 16px;
		background: #ffffff;
		border: 4px solid #d44d38;
		border-radius: 50%;
		cursor: pointer;
		--tw-border-opacity: 1;
		border-color: rgba(195, 153, 107, var(--tw-border-opacity));
	}
section#calculator .wrapper .range-slider .slider::-moz-range-thumb {
		width: 16px;
		height: 16px;
		background: #ffffff;
		border: 4px solid #44676d;
		border-radius: 50%;
		cursor: pointer;
		--tw-border-opacity: 1;
		border-color: rgba(195, 153, 107, var(--tw-border-opacity));
	}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
/* Firefox */
input[type="number"] {
		-moz-appearance: textfield;
	}
input.checkbox {
		width: unset;
		display: inline-block;
	}
#rcaptcha {
		max-width: calc(100vw - 40px);
		overflow-x: auto;
		overflow-y: hidden;
	}
.feature-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 1024px) {
	.feature-item {
		flex-direction: row;
	}
}
.feature-item p {
	width: 8rem;
}
.feature-item p {
	text-align: center;
}
.feature-item p {
	font-size: 0.75rem;
	line-height: 1rem;
}
@media (min-width: 768px) {
	.feature-item p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1024px) {
	.feature-item p {
		margin-left: 1rem;
	}
}
@media (min-width: 1024px) {
	.feature-item p {
		width: 7rem;
	}
}
@media (min-width: 1024px) {
	.feature-item p {
		text-align: left;
	}
}
.feature-item img {
	height: 3rem;
}
.feature-item img {
	width: 3rem;
}
.feature-item img {
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (min-width: 1024px) {
	.feature-item img {
		margin-right: 1rem;
	}
}
@media (min-width: 1024px) {
	.feature-item img {
		height: 5rem;
	}
}
@media (min-width: 1024px) {
	.feature-item img {
		width: 5rem;
	}
}
.active-lifestyle-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media (min-width: 1024px) {
	.active-lifestyle-item {
		flex-direction: row;
	}
}
.active-lifestyle-item > img {
	height: 3rem;
}
.active-lifestyle-item > img {
	width: 3rem;
}
.active-lifestyle-item > img {
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (min-width: 1024px) {
	.active-lifestyle-item > img {
		height: 6rem;
	}
}
@media (min-width: 1024px) {
	.active-lifestyle-item > img {
		width: 6rem;
	}
}
.active-lifestyle-item > p {
	width: 6rem;
}
.active-lifestyle-item > p {
	text-align: center;
}
.active-lifestyle-item > p {
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 1024px) {
	.active-lifestyle-item > p {
		width: 5rem;
	}
}
@media (min-width: 1024px) {
	.active-lifestyle-item > p {
		text-align: left;
	}
}
@media (min-width: 1024px) {
	.active-lifestyle-item > p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
.active-lifestyle-item div {
	display: flex;
}
.active-lifestyle-item div {
	width: 5rem;
}
.active-lifestyle-item div {
	align-items: center;
}
.active-lifestyle-item div {
	justify-content: center;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.right-5 {
	right: 1.25rem;
}
.top-6 {
	top: 1.5rem;
}
.top-4 {
	top: 1rem;
}
.bottom-0 {
	bottom: 0px;
}
.top-5 {
	top: 1.25rem;
}
.z-20 {
	z-index: 20;
}
.z-30 {
	z-index: 30;
}
.z-10 {
	z-index: 10;
}
.m-auto {
	margin: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.ml-32 {
	margin-left: 8rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.ml-0 {
	margin-left: 0px;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.box-border {
	box-sizing: border-box;
}
.block {
	display: block;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-auto {
	height: auto;
}
.h-screen {
	height: 100vh;
}
.h-8 {
	height: 2rem;
}
.h-96 {
	height: 24rem;
}
.h-16 {
	height: 4rem;
}
.h-24 {
	height: 6rem;
}
.h-14 {
	height: 3.5rem;
}
.h-3\/4 {
	height: 75%;
}
.h-12 {
	height: 3rem;
}
.h-full {
	height: 100%;
}
.h-48 {
	height: 12rem;
}
.max-h-80 {
	max-height: 20rem;
}
.min-h-screen {
	min-height: 100vh;
}
.w-full {
	width: 100%;
}
.w-16 {
	width: 4rem;
}
.w-14 {
	width: 3.5rem;
}
.w-32 {
	width: 8rem;
}
.w-10 {
	width: 2.5rem;
}
.w-8 {
	width: 2rem;
}
.w-3\/5 {
	width: 60%;
}
.w-4\/5 {
	width: 80%;
}
.w-28 {
	width: 7rem;
}
.w-60 {
	width: 15rem;
}
.w-24 {
	width: 6rem;
}
.w-auto {
	width: auto;
}
.w-3\/4 {
	width: 75%;
}
.w-48 {
	width: 12rem;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-sm {
	max-width: 24rem;
}
.cursor-pointer {
	cursor: pointer;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-8 {
	gap: 2rem;
}
.gap-4 {
	gap: 1rem;
}
.overflow-y-auto {
	overflow-y: auto;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-t {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.rounded-b {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.rounded-tl-4xl {
	border-top-left-radius: 3rem;
}
.border {
	border-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.bg-themeBrownDark {
	--tw-bg-opacity: 1;
	background-color: rgba(68, 1, 0, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-opacity-60 {
	--tw-bg-opacity: 0.6;
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#FCF5E6\] {
	--tw-gradient-from: #FCF5E6;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 245, 230, 0));
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-4 {
	padding: 1rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-sans {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-bold {
	font-weight: 700;
}
.font-black {
	font-weight: 900;
}
.leading-tight {
	line-height: 1.25;
}
.leading-normal {
	line-height: 1.5;
}
.tracking-tight {
	letter-spacing: -0.025em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-themeBrownDark {
	--tw-text-opacity: 1;
	color: rgba(68, 1, 0, var(--tw-text-opacity));
}
.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.placeholder-themeBrownLight::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(195, 154, 107, var(--tw-placeholder-opacity));
}
.placeholder-themeBrownLight:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(195, 154, 107, var(--tw-placeholder-opacity));
}
.placeholder-themeBrownLight::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(195, 154, 107, var(--tw-placeholder-opacity));
}
.hover\:font-bold:hover {
	font-weight: 700;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
@media (min-width: 768px) {
	.md\:top-8 {
		top: 2rem;
	}
	.md\:top-7 {
		top: 1.75rem;
	}
	.md\:right-7 {
		right: 1.75rem;
	}
	.md\:h-auto {
		height: auto;
	}
	.md\:h-24 {
		height: 6rem;
	}
	.md\:w-20 {
		width: 5rem;
	}
	.md\:w-24 {
		width: 6rem;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:flex-wrap {
		flex-wrap: wrap;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:gap-5 {
		gap: 1.25rem;
	}
	.md\:object-contain {
		-o-object-fit: contain;
		   object-fit: contain;
	}
	.md\:pb-8 {
		padding-bottom: 2rem;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 1024px) {
	.lg\:absolute {
		position: absolute;
	}
	.lg\:top-0 {
		top: 0px;
	}
	.lg\:right-0 {
		right: 0px;
	}
	.lg\:top-4 {
		top: 1rem;
	}
	.lg\:top-9 {
		top: 2.25rem;
	}
	.lg\:right-9 {
		right: 2.25rem;
	}
	.lg\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.lg\:my-12 {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.lg\:mx-4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.lg\:ml-5 {
		margin-left: 1.25rem;
	}
	.lg\:mr-4 {
		margin-right: 1rem;
	}
	.lg\:mt-24 {
		margin-top: 6rem;
	}
	.lg\:mt-8 {
		margin-top: 2rem;
	}
	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.lg\:mt-2 {
		margin-top: 0.5rem;
	}
	.lg\:mb-16 {
		margin-bottom: 4rem;
	}
	.lg\:mb-4 {
		margin-bottom: 1rem;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:mb-12 {
		margin-bottom: 3rem;
	}
	.lg\:ml-4 {
		margin-left: 1rem;
	}
	.lg\:mt-12 {
		margin-top: 3rem;
	}
	.lg\:mb-8 {
		margin-bottom: 2rem;
	}
	.lg\:block {
		display: block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-16 {
		height: 4rem;
	}
	.lg\:h-40 {
		height: 10rem;
	}
	.lg\:h-\[calc\(100vh-115px\)\] {
		height: calc(100vh - 115px);
	}
	.lg\:h-20 {
		height: 5rem;
	}
	.lg\:h-full {
		height: 100%;
	}
	.lg\:h-12 {
		height: 3rem;
	}
	.lg\:min-h-screen {
		min-height: 100vh;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-40 {
		width: 10rem;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-full {
		width: 100%;
	}
	.lg\:w-52 {
		width: 13rem;
	}
	.lg\:w-3\/4 {
		width: 75%;
	}
	.lg\:w-20 {
		width: 5rem;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-72 {
		width: 18rem;
	}
	.lg\:w-1\/6 {
		width: 16.666667%;
	}
	.lg\:w-24 {
		width: 6rem;
	}
	.lg\:max-w-3xl {
		max-width: 48rem;
	}
	.lg\:max-w-xl {
		max-width: 36rem;
	}
	.lg\:flex-grow {
		flex-grow: 1;
	}
	.lg\:grid-flow-col {
		grid-auto-flow: column;
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-rows-4 {
		grid-template-rows: repeat(4, minmax(0, 1fr));
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:items-start {
		align-items: flex-start;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:gap-4 {
		gap: 1rem;
	}
	.lg\:rounded-tl-5xl {
		border-top-left-radius: 4rem;
	}
	.lg\:bg-transparent {
		background-color: transparent;
	}
	.lg\:object-contain {
		-o-object-fit: contain;
		   object-fit: contain;
	}
	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lg\:pb-16 {
		padding-bottom: 4rem;
	}
	.lg\:pt-3 {
		padding-top: 0.75rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.lg\:text-black {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}
}
@media (min-width: 1280px) {
	.xl\:mt-20 {
		margin-top: 5rem;
	}
	.xl\:mr-20 {
		margin-right: 5rem;
	}
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.xl\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}
@media (min-width: 1536px) {
	.\32xl\:w-1\/2 {
		width: 50%;
	}
}
