@font-face {
	font-family: DTLDocumentaSansT-Caps;
	src: url(../fonts/DTLDocumentaSansT-Caps.otf);
}
@font-face {
	font-family: DTLDocumentaSansST;
	src: url(../fonts/DTLDocumentaSansST.otf);
}
@font-face {
	font-family: DTLDocumentaSansT;
	src: url(../fonts/DTLDocumentaSansT.otf);
}
@font-face {
	font-family: DTLDocumentaT;
	src: url(../fonts/DTLDocumentaT.otf);
}

@font-face {
	font-family: Barlow-Medium;
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
}
@font-face {
	font-family: Barlow-Regular;
	src: url('../fonts/Barlow-Regular.ttf') format('truetype');
}
@font-face {
	font-family: Barlow-Bold;
	src: url('../fonts/Barlow-Bold.ttf') format('truetype');
}
/*! 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-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));
}
p {
	font-family: font-Barlow-Regular, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 768px) {
	p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
p {
	line-height: 1.25 !important;
}
p.bigger {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
p.bigger {
	letter-spacing: 0.025em;
}
@media (min-width: 768px) {
	p.bigger {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
p.bigger {
	line-height: 1.25 !important;
}
@media only screen and (min-width: 1024px) {
img {
			image-rendering: -webkit-optimize-contrast
	}
		}
.frame-header {
	position: relative;
	height: auto;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
		width: 70vw;
		max-width: 550px;
		max-height: 90vh;
}
@media only screen and (min-width: 1024px) {
.frame-header {
			width: 37vw;
	}
		}
.frame-header .stroke {
			stroke-dasharray: 2700;
		}
.gap {
		height: 30vh;
		min-height: 300px;
	}
@media only screen and (min-width: 1024px) {
.gap {
			width: 60vh;
			min-height: 320px
	}
		}
.mobile-menu {
		transform: translateX(100%);
		transition: 0.3s;
	}
.mobile-menu.slide-in {
		transform: translateX(0);
	}
.mobile-menu a {
	margin-top: 1.25rem;
}
.yt-vid {
		height: calc(61vw - 40px);
		max-height: 720px;
	}
@media only screen and (min-width: 450px) {
.yt-vid {
			height: calc(60vw - 40px)
	}
		}
@media only screen and (min-width: 1024px) {
.yt-vid {
			height: calc(58vw - 40px)
	}
		}
.splide .splide__pagination {
	bottom: 0.875rem;
}
@media (min-width: 768px) {
	.splide .splide__pagination {
		bottom: 2rem;
	}
}
.splide .splide__pagination .splide__pagination__page {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
.splide .splide__pagination .splide__pagination__page {
	height: 0.25rem;
}
.splide .splide__pagination .splide__pagination__page {
	width: 3rem;
}
.splide .splide__pagination .splide__pagination__page {
	border-radius: 0.5rem;
}
.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;
}
.splide .splide__pagination .splide__pagination__page {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (min-width: 768px) {
	.splide .splide__pagination .splide__pagination__page {
		height: 0.375rem;
	}
}
@media (min-width: 768px) {
	.splide .splide__pagination .splide__pagination__page {
		width: 3.5rem;
	}
}
.splide .splide__pagination .splide__pagination__page.is-active {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.splide .splide__pagination .splide__pagination__page.is-active {
	--tw-bg-opacity: 1;
	background-color: rgba(93, 114, 97, var(--tw-bg-opacity));
}
.bg-texture {
		background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/5e309256-df12-4055-f18e-22aad965df00/1920) no-repeat center / cover;
	}
.text-big {
		font-size: 22px;
	}
@media only screen and (min-width: 1024px) {
.text-big {
			font-size: 37px
	}
		}
.text-shadow {
		text-shadow: 0px 0px 12px black;
	}
.caption {
		font-size: 7px;
		position: absolute;
		bottom: 2rem;
		left: 0.5rem;
		font-family: DTLDocumentaSansT, sans-serif;
		line-height: 1.25;
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}
@media (min-width: 768px) {
	.caption {
		left: 2.5rem;
	}
	.caption {
		font-size: 0.75rem;
		line-height: 1rem;
	}
}
@media (min-width: 1024px) {
	.caption {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
.caption {
	line-height: 1.25 !important;
}
.bg-leaves {
		background: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/47b80dfa-5394-4523-3bcc-2aac62777c00/1920") no-repeat center / cover;
	}
.horizontal-scroll-sect {
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 1024px) {
	.horizontal-scroll-sect {
		margin-left: 0px;
		margin-right: 0px;
	}
	.horizontal-scroll-sect {
		max-width: none;
	}
	.horizontal-scroll-sect {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media only screen and (min-width: 1024px) {
			.horizontal-scroll-sect img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
			.horizontal-scroll-sect img {
				max-height: calc(100vh - 160px);
			}
				.horizontal-scroll-sect img.smaller {
					max-height: calc(100vh - 314px);
				}
				.horizontal-scroll-sect img.lg-w-50vw {
					max-width: 50vw;
				}
				.horizontal-scroll-sect img.lg-w-90vw {
					max-width: 80vw;
				}
			.horizontal-scroll-sect .item {
				width: 100vw
			}
			@media (min-width: 1024px) {
		.horizontal-scroll-sect .item {
			padding-left: 3rem;
			padding-right: 3rem;
		}
	}
				.horizontal-scroll-sect .item.lg-w-50vw {
					max-width: 50vw;
				}
		}
#frmLeadGen input {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	max-width: 32rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: center;
	font-family: DTLDocumentaSansT, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#frmLeadGen input::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
#frmLeadGen input:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
#frmLeadGen input::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
@media (min-width: 768px) {
	#frmLeadGen input {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
/* Chrome, Safari, Edge, Opera */
#frmLeadGen input::-webkit-outer-spin-button,
#frmLeadGen input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
/* Firefox */
#frmLeadGen input[type="number"] {
		-moz-appearance: textfield;
	}
 #frmLeadGen input.checkbox {
		width: unset;
		display: inline-block;
	}
#rcaptcha {
		max-width: calc(100vw - 40px);
		overflow-x: auto;
		overflow-y: hidden;
	}
.pointer-events-none {
	pointer-events: none;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.top-2 {
	top: 0.5rem;
}
.left-2 {
	left: 0.5rem;
}
.left-auto {
	left: auto;
}
.right-cus {
    right: 8.5rem;
}
.right-2 {
	right: 0.5rem;
}
.bottom-2 {
	bottom: 0.5rem;
}
.bottom-7 {
	bottom: 1.75rem;
}
.left-3 {
	left: 0.75rem;
}
.right-7 {
	right: 1.75rem;
}
.top-8 {
	top: 2rem;
}
.right-5 {
	right: 1.25rem;
}
.top-5 {
	top: 1.25rem;
}
.z-50 {
	z-index: 50;
}
.z-40 {
	z-index: 40;
}
.z-20 {
	z-index: 20;
}
.z-10 {
	z-index: 10;
}
.m-auto {
	margin: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-0\.5 {
	margin-bottom: 0.125rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-32 {
	margin-top: 8rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.ml-auto {
	margin-left: auto;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-auto {
	margin-top: auto;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-0 {
	margin-left: 0px;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.-mt-4 {
	margin-top: -1rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.box-border {
	box-sizing: border-box;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-screen {
	height: 100vh;
}
.h-full {
	height: 100%;
}
.h-auto {
	height: auto;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-0 {
	height: 0px;
}
.h-16 {
	height: 4rem;
}
.min-h-screen {
	min-height: 100vh;
}
.w-full {
	width: 100%;
}
.w-0\.5 {
	width: 0.125rem;
}
.w-0 {
	width: 0px;
}
.w-1\/2 {
	width: 50%;
}
.w-20 {
	width: 5rem;
}
.w-7\/12 {
	width: 58.333333%;
}
.w-auto {
	width: auto;
}
.w-36 {
	width: 9rem;
}
.w-10 {
	width: 2.5rem;
}
.w-7 {
	width: 1.75rem;
}
.w-8 {
	width: 2rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-md {
	max-width: 28rem;
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-x-3 {
	-moz-column-gap: 0.75rem;
	     column-gap: 0.75rem;
}
.gap-x-12 {
	-moz-column-gap: 3rem;
	     column-gap: 3rem;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.border-2 {
	border-width: 2px;
}
.border {
	border-width: 1px;
}
.border-themeGreen {
	--tw-border-opacity: 1;
	border-color: rgba(93, 114, 97, var(--tw-border-opacity));
}

.border-themePurple {
	--tw-border-opacity: 1;
	border-color: rgba(102, 20, 46, var(--tw-border-opacity));
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.bg-themeGreen {
	--tw-bg-opacity: 1;
	background-color: rgba(93, 114, 97, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-cus {
	background:  #EBEAE8;
	
}

.bg-themePurple {
	/* --tw-bg-opacity: 1; */
	background:  #EBEAE8;
	padding: 0 20px;
}

.bg-purple2 {
	/* --tw-bg-opacity: 1; */
	background-color: rgb(102, 20, 46) ;
	color:#EBEAE8 ;
	padding: 0 20px;
}
.bg-map {
	/* --tw-bg-opacity: 1; */
	background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/c0333f9e-45d7-4266-5808-da3bb4e36e00/1920) no-repeat;
    background-size: cover;
    background-position: top;
}

.bg-purple {
	--tw-bg-opacity: 1;
	background-color: rgb(102, 20, 46, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-opacity-10 {
	--tw-bg-opacity: 0.1;
}
.bg-opacity-60 {
	--tw-bg-opacity: 0.6;
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.pb-7 {
	padding-bottom: 1.75rem;
}
.pr-8 {
	padding-right: 2rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.font-Barlow-Regular {
	font-family: Barlow-Regular, sans-serif;
}
.font-Barlow-Medium {
	font-family: Barlow-Medium, sans-serif;
}
.font-Barlow-Bold {
	font-family: Barlow-Bold, sans-serif;
}
.font-DTLDocumentaSansTCaps {
	font-family: DIN, sans-serif;
}
.font-DTLDocumentaT {
	font-family: DTLDocumentaT, serif;
}
.font-DTLDocumentaSansT {
	font-family: DTLDocumentaSansT, sans-serif;
}
.font-DTLDocumentaSansST {
	font-family: DTLDocumentaSansST, sans-serif;
}
.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-2xl {
	font-size: 18px;
	z-index: -1;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.leading-none {
	line-height: 1;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-yellow {
	--tw-text-opacity: 1;
	color: #FFCC40;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-purple {
	color: #66142E;
}
.text-themeGreen {
	--tw-text-opacity: 1;
	color: rgba(93, 114, 97, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.raya-modal .wrapper {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	min-height: 400px;
}
@media only screen and (min-width: 1024px) {
	.raya-modal img {
		image-rendering: -webkit-optimize-contrast;
	}
}
@media only screen and (max-height: 400px) {
	.raya-modal .wrapper {
		align-items: flex-start;
	}
	.raya-modal .wrapper {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}
.vr {
	width: 100%;
	min-height: 300px;
	max-height: 600px;
	height: 86vh;
}
@media only screen and (min-height: 1024px) {
.vr {
		max-height: 1200px
}
	}
.hover\:bg-themeGreen:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(93, 114, 97, var(--tw-bg-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 640px) {
	.sm\:hidden {
		display: none;
	}
	.sm\:justify-center {
		justify-content: center;
	}
	.sm\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}
}
@media (min-width: 768px) {

	.md\:top-6 {
		top: 1.5rem;
	}
	.md\:left-10 {
		left: 2.5rem;
	}
	.md\:left-auto {
		left: auto;
	}
	.md\:right-10 {
		right: 2.5rem;
	}
	.md\:right-8 {
		right: 2rem;
	}
	.md\:bottom-8 {
		bottom: 2rem;
	}
	.md\:bottom-4 {
		bottom: 1rem;
	}
	.md\:left-8 {
		left: 2rem;
	}
	.md\:left-6 {
		left: 1.5rem;
	}
	.md\:bottom-16 {
		bottom: 4rem;
	}
	.md\:top-7 {
		top: 1.75rem;
	}
	.md\:right-7 {
		right: 1.75rem;
	}
	.md\:my-28 {
		margin-top: 7rem;
		margin-bottom: 7rem;
	}
	.md\:my-6 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.md\:my-5 {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.md\:mb-12 {
		margin-bottom: 3rem;
	}
	.md\:mb-1 {
		margin-bottom: 0.25rem;
	}
	.md\:mt-28 {
		margin-top: 7rem;
	}
	.md\:mt-8 {
		margin-top: 2rem;
	}
	.md\:mb-3 {
		margin-bottom: 0.75rem;
	}
	.md\:mb-8 {
		margin-bottom: 2rem;
	}
	.md\:mt-14 {
		margin-top: 3.5rem;
	}
	.md\:mt-20 {
		margin-top: 4rem;
	}
	.md\:mt-3 {
		margin-top: 0.75rem;
	}
	.md\:mb-0 {
		margin-bottom: 0px;
	}
	.md\:mt-24 {
		margin-top: 6rem;
	}
	.md\:mb-5 {
		margin-bottom: 1.25rem;
	}
	.md\:mt-5 {
		margin-top: 1.25rem;
	}
	.md\:mb-9 {
		margin-bottom: 2.25rem;
	}
	.md\:mt-4 {
		margin-top: 1rem;
	}
	.md\:mt-0\.5 {
		margin-top: 0.125rem;
	}
	.md\:mt-0 {
		margin-top: 0px;
	}
	.md\:block {
		display: block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-24 {
		height: 6rem;
	}
	.md\:w-7\/12 {
		width: 58.333333%;
	}
	.md\:w-10\/12 {
		width: 83.333333%;
	}
	.md\:items-start {
		align-items: flex-start;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:justify-between {
		justify-content: space-between;
	}
	.md\:gap-x-4 {
		-moz-column-gap: 1rem;
		     column-gap: 1rem;
	}
	.md\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}
	.md\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.md\:pl-0 {
		padding-left: 0px;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.md\:text-4xl {
		font-size: 34px;
		line-height: 2.5rem;
	}
	.md\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1024px) {
	.lg\:top-9 {
		top: 2.25rem;
	}
	.lg\:right-9 {
		right: 2.25rem;
	}
	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	.lg\:mt-2 {
		margin-top: 0.5rem;
	}
	.lg\:mt-auto {
		margin-top: auto;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:mt-4 {
		margin-top: 1rem;
	}
	.lg\:mr-12 {
		margin-right: 3rem;
	}
	.lg\:block {
		display: block;
	}
	.lg\:inline-block {
		display: inline-block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-screen {
		height: 100vh;
	}
	.lg\:w-2\/5 {
		width: 40%;
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
	.lg\:w-7\/12 {
		width: 58.333333%;
	}
	.lg\:w-5\/12 {
		width: 41.666667%;
	}
	.lg\:w-4\/12 {
		width: 33.333333%;
	}
	.lg\:w-8\/12 {
		width: 66.666667%;
	}
	.lg\:max-w-lg {
		max-width: 32rem;
	}
	.lg\:max-w-sm {
		max-width: 24rem;
	}
	.lg\:max-w-md {
		max-width: 28rem;
	}
	.lg\:max-w-xl {
		max-width: 36rem;
	}
	.lg\:translate-y-24 {
		--tw-translate-y: 6rem;
		transform: var(--tw-transform);
	}
	.lg\:transform {
		transform: var(--tw-transform);
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	.lg\:flex-col {
		flex-direction: column;
	}
	.lg\:items-start {
		align-items: flex-start;
	}
	.lg\:items-center {
		align-items: center;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:gap-x-20 {
		-moz-column-gap: 5rem;
		     column-gap: 5rem;
	}
	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:pb-20 {
		padding-bottom: 5rem;
	}
	.lg\:pt-24 {
		padding-top: 6rem;
	}
	.lg\:pb-8 {
		padding-bottom: 2rem;
	}
	.lg\:pl-3 {
		padding-left: 0.75rem;
	}
	.lg\:pl-12 {
		padding-left: 3rem;
	}
	.lg\:pr-0 {
		padding-right: 0px;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 1280px) {
	.xl\:left-20 {
		left: 5rem;
	}
	.xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    height: 100vh !important;
    outline: none;
    position: relative;
}
.res_img {
	height:90vh;
	width: 100%;
	object-fit: contain;    
	object-position: center;
}
.res_img2 {
	height: 90vh;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
/*
.ytp-cued-thumbnail-overlay-image {
background-image: url("../images/video-cover.png") !important;
-webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;

} */



/* #this-slider-3 .splide {
    outline: none;
    position: relative;
    visibility: unset;
} */

 #this-slider-3 .map-carousel {
background-color: #EBEAE8;
}

 .dot1 {
/* background-image: url("../images/bed-dot-01.svg");
background-size: contain; */
width: 34px;
}
.this-txtm {
	padding-left: 20px;
    padding-bottom: 10px;
}

.btm-plan
{
	max-width: 283px;
    margin-top: 21px;
}

#this-slider-3  .splide__slide {
    height: auto !important;
}

@media (min-width: 1280px) {
.xl\:max-w-screen-xl {
    max-width: 1280px;
}
}

@media (min-width: 1024px) {
	.lg\:max-w-screen-lg {
		/* max-width: 1024px; */
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3,minmax(0,1fr));
	}
	.lg\:col-span-2 {
		grid-column: span 2/span 2;
	}
}
@media (min-width: 768px) {
	.md\:justify-evenly {
		justify-content: space-evenly;
	}
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

#outer
{
    width:100%;
    text-align: left;
}
.inner
{
    /* display: inline-block; */
	display: inline-flex;
    /* display: grid; */
    /* gap: 7px; */
    width: fit-content;
}

.this-grid-slide {
	margin-left: 10%;
}

.this-cont {
	padding-top: 2px;
	padding-bottom: 30px;
}


#this-slider-3 .splide .splide__pagination .splide__pagination__page.is-active {
    --tw-bg-opacity: 1;
    background-color: rgba(102, 20, 46, var(--tw-bg-opacity));
}

@media (min-width: 600px) {
 .side-img img {
		padding: 31px;
	}
}

.max-w-screen-lg {
    max-width: 1024px;
}



.gap-10 {
    gap: 2.5rem;
}
.grid {
    display: grid;
}

#slider2 .splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    height: auto !important;
    outline: none;
    position: relative;
}

.slider-container {
	 padding:20px 60px;
}

#this-slider-1 
.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    height: 100vh;
    outline: none;
    position: relative;
}

@media only screen and (max-width: 600px) {
	.selectSection button ,
	.selectSection2 button ,
	.selectSection3 button ,
	.selectSection4 button ,
	.selectSection5 button {
		font-size: 13px;
		margin-left: 10px;
		border: 2px solid rgba(102, 20, 46);
		padding: 2px;
	}
	.this-grid-slide {
		margin-left: 0;
		padding: 11px;
    margin: auto;
	}
#this-slider-1 
.splide__slide {

height: auto !important;

}


#slider2 .splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    /* flex-wrap: nowrap; */
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

#slider2 
.splide .splide__pagination 
.splide__pagination__page {
    width:1.6rem !important;
}

#slider2 
.splide__pagination__page {
    width: 1.6rem !important;
}
.res_img {
    height: 56.4vw;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.res_img2 {
	height: 56.4vw;
	width: 100%;
	object-fit: contain;    
	object-position: center;
}
.splide .splide__pagination .splide__pagination__page {
margin-left: 2px;
    margin-right: 2px;

}

   .inner a {
	width: 180px;
   }
}
   @media (min-width: 1280px) {
	.xl\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
   }
   .py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

/*  */
	.selectSection {
	display: grid;
	grid-template-columns: repeat( 3, 1fr);
	justify-content: center;
	text-align: center;
	margin-top: 10px;
	color:rgba(102, 20, 46) ;
	}
	.selectSection button {
	font-size: 16px;
	margin-left: 10px;
	border: 2px solid rgba(102, 20, 46);
	padding: 2px;

	}

	.selectSection button:hover {
	cursor: pointer;
	}
	.activee {
	--tw-bg-opacity: 1;
	background-color: rgb(102, 20, 46) !important;
	color: white;
	}

	.active5 {
		--tw-bg-opacity: 1;
		background-color: rgb(102, 20, 46) !important;
		color: white;
		}
	
	.content:not(:first-child) {
	display: none;
	}
	.contentSection {	
	display: block;
	color: #666;
	display: grid;
	}

	.activeclick {	
	--tw-bg-opacity: 1;
	background-color: rgb(102, 20, 46) !important;
	color: white;
	}
	.activeclick3 {	
	--tw-bg-opacity: 1;
	background-color: rgb(102, 20, 46) !important;
	color: white;
	}
	.activeclick4 {	
		--tw-bg-opacity: 1;
		background-color: rgb(102, 20, 46) !important;
		color: white;
		}

	.selectSection2 {
	display: grid;
	grid-template-columns: repeat( 3, 1fr);
	justify-content: center;
	text-align: center;
	margin-top: 10px;
	color:rgba(102, 20, 46) ;
	}
	.selectSection2 button {
	font-size: 16px;
	margin-left: 10px;
	border: 2px solid rgba(102, 20, 46);
	padding: 2px;

	}

	.selectSection2 button:hover {
	cursor: pointer;
	}
	.content2:not(:first-child) {
	display: none;
	}
	.contentSection2 {
	/* margin: 40px; */
	display: block;
	color: #666;
	display: grid;
	}		

	/*  */
	.selectSection3 {
		display: grid;
		grid-template-columns: repeat( 3, 1fr);
		justify-content: center;
		text-align: center;
		margin-top: 10px;
		color:rgba(102, 20, 46) ;
		}
		.selectSection3 button {
		font-size: 16px;
		margin-left: 10px;
		border: 2px solid rgba(102, 20, 46);
		padding: 2px;
	
		}
	
		.selectSection3 button:hover {
		cursor: pointer;
		}
		.content3:not(:first-child) {
		display: none;
		}
		.contentSection3 {
		/* margin: 40px; */
		display: block;
		color: #666;
		display: grid;
		}		
	
/*  */

.selectSection4 {
	display: grid;
	grid-template-columns: repeat( 3, 1fr);
	justify-content: center;
	text-align: center;
	margin-top: 10px;
	color:rgba(102, 20, 46) ;
	}
	.selectSection4 button {
	font-size: 16px;
	margin-left: 10px;
	border: 2px solid rgba(102, 20, 46);
	padding: 2px;

	}

	
	.content4:not(:first-child) {
	display: none;
	}
	.contentSection4 {
	/* margin: 40px; */
	display: block;
	color: #666;
	display: grid;
	}	



	.selectSection5 {
		display: grid;
		grid-template-columns: repeat( 3, 1fr);
		justify-content: center;
		text-align: center;
		margin-top: 10px;
		color:rgba(102, 20, 46) ;
		}
		.selectSection5 button {
		font-size: 16px;
		margin-left: 10px;
		border: 2px solid rgba(102, 20, 46);
		padding: 2px;
	
		}
	
		.selectSection5 button:hover {
		cursor: pointer;
		}
		.content5:not(:first-child) {
		display: none;
		}
		.contentSection5 {
		/* margin: 40px; */
		display: block;
		color: #666;
		display: grid;
		}		



		#options button:disabled,
		button[disabled]{
			--tw-bg-opacity: 1;
	background-color: rgb(102, 20, 46) !important;
	color: white;
}

#options button, select {
    text-transform: none;
	font-size: 16px;
	margin-left: 10px;
	border: 2px solid rgba(102, 20, 46);
	padding: 2px;
    /* border: 2px solid red; */
}

#options button:focus{
	--tw-bg-opacity: 1;
	background-color: rgb(102, 20, 46) !important;
	color: white;}


	#optionss button:disabled,
	button[disabled]{
		--tw-bg-opacity: 1;
background-color: rgb(102, 20, 46) !important;
color: white;
}

#optionss button, select {
text-transform: none;
font-size: 16px;
margin-left: 10px;
border: 2px solid rgba(102, 20, 46);
padding: 2px;
/* border: 2px solid red; */
}

#optionss button:focus{
--tw-bg-opacity: 1;
background-color: rgb(102, 20, 46) !important;
color: white;}


#brochure a:hover {
	color: #c59500;
}



  .register-btn {
	background: rgb(102, 20, 46);
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 50;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;	  
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: Barlow-Medium, sans-serif;
    line-height: normal;
    color: white;
}


@media (max-width: 1023px){
.sticky-scrolled .register-btn {
	bottom: 0;
}
}
@media (min-width: 1024px){
.register-btn{
	right: 0px;
}
.register-btn{
	left: auto;
}
.register-btn{
	height: 12rem;
}
.register-btn{
	width: 2.5rem;
}
.register-btn{
	align-items: center;
}
.register-btn{
	padding: 0px;
}
.register-btn{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
}
.register-btn .inner{
display: flex;
}
.register-btn .inner{
align-items: center;
}
@media (min-width: 1024px){
.register-btn .inner{
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
}
@media (min-width: 1024px){
.register-btn .inner{
	transform: var(--tw-transform);
}
}
@media (min-width: 1024px){
.register-btn .inner{
	white-space: nowrap;
}
}
@media only screen and (min-width: 1024px) {
.register-btn {
		bottom: calc(50vh - 72px)
}
}