.toggle-menu {
	position: relative;
	right: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	overflow: hidden;
	background-color: transparent;
	font-weight: 400;
}@media (min-width: 1024px) {.toggle-menu {
		display: none;
	}
}.toggle-menu {
	height: 32px;
	transition: top 0.2s;
	width: 32px;
	z-index: 9999;
}

	.toggle-menu span {
	pointer-events: none;
	position: relative;
	float: right;
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgb(224 188 123 / var(--tw-bg-opacity, 1));
	outline: 2px solid transparent;
	outline-offset: 2px;
		height: 2px;
		vertical-align: middle;
		transition: background 0s 0.1s cubic-bezier(0.25, 1, 0.5, 1);;
		width: 32px;
}

	.toggle-menu span::before,
		.toggle-menu span::after {
	position: absolute;
	display: block;
	--tw-bg-opacity: 1;
	background-color: rgb(224 188 123 / var(--tw-bg-opacity, 1));
			content: "";
			height: 2px;
			transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
			transition-delay: 0.3s, 0s, 0s, 0s;
}

	.toggle-menu span::before {
			left: 0;
			top: -8px;
			transition-property: top, transform, width;
			width: 100%;
		}

	.toggle-menu span::after {
			bottom: -8px;
			left: 0;
			transition-property: bottom, transform, width;
			width: 100%;
		}

	.toggle-menu:hover span:after {
			width: 100%;
		}

	/* active state, i.e. menu open */

	.toggle-menu.active {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 9999;
}

	.toggle-menu.active span {
			background: none;
		}

	.toggle-menu.active span::before,
			.toggle-menu.active span::after {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
				transition-delay: 0s, 0.2s, 0.2s;
}

	.toggle-menu.active span::before {
				top: 0;
				transform: rotate(45deg);
			}

	.toggle-menu.active span::after {
				bottom: 0;
				right: 0;
				transform: rotate(-45deg);
				width: 100%;
			}

.main-navigation {
	display: none;
}

@media (min-width: 1024px) {.main-navigation {
		display: block;
	}
}

.main-navigation ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main-navigation ul li a {
	display: flex;
	align-items: center;
	gap: 1rem;
	border-radius: 9999px;
	border-width: 1px;
	border-color: transparent;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	letter-spacing: 0.025em;
	text-underline-offset: 2px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 100ms;
}

@media (min-width: 1280px) {.main-navigation ul li a {
		padding-left: 2rem;
		padding-right: 2rem;
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.main-navigation ul li a:hover {
	--tw-text-opacity: 1;
	color: rgb(224 188 123 / var(--tw-text-opacity, 1));
}

.main-navigation ul li.current_page_parent > a,
		.main-navigation ul li.current-menu-item > a {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
	background-color: rgb(255 255 255 / 0.1);
}

.main-navigation ul li.current_page_parent > a:hover, .main-navigation ul li.current-menu-item > a:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-navigation ul li.menu-item-has-children {
	position: relative;
}

.main-navigation ul li.menu-item-has-children > a {
	pointer-events: none;
	padding-right: 3rem;

				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
				background-position: 90% 10px;
				background-repeat: no-repeat;
}

.site-header.scrolled .main-navigation ul li.menu-item-has-children > a {
					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2312353B' stroke-width='2' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
				}

.main-navigation ul li.menu-item-has-children > .sub-menu {
	position: absolute;
	top: 100%;
	left: 1rem;
	z-index: 20;
	display: none;
	min-width: 240px;
	border-bottom-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgb(224 188 123 / var(--tw-border-opacity, 1));
	background-color: rgb(0 0 0 / 0.8);
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(162 129 59 / var(--tw-text-opacity, 1));
	--tw-backdrop-blur: blur(4px);
	-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
	backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1280px) {.main-navigation ul li.menu-item-has-children > .sub-menu {
		left: 2rem;
	}
}

.main-navigation ul li.menu-item-has-children > .sub-menu > li > a {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: 400;
	text-transform: capitalize;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-navigation ul li.menu-item-has-children > .sub-menu > li a:hover {
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(162 129 59 / var(--tw-text-opacity, 1));
}

.main-navigation ul li.menu-item-has-children > .sub-menu > li.current-menu-item> a {
	border-width: 0px;
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgb(224 188 123 / var(--tw-text-opacity, 1));
}

.main-navigation ul li.menu-item-has-children:hover,
			.main-navigation ul li.menu-item-has-children.active {
	--tw-text-opacity: 1;
	color: rgb(224 188 123 / var(--tw-text-opacity, 1));
}

.main-navigation ul li.menu-item-has-children:hover .sub-menu, .main-navigation ul li.menu-item-has-children.active .sub-menu {
	display: block;
}

.mobile-navigation {
	position: fixed;
	inset: 0px;
	z-index: 9900;
	display: flex;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-navigation.active {
	display: flex;
}

.mobile-navigation .mobile-nav {
	margin-top: 3rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.5rem;
	text-align: left;
	font-size: 1.125rem;
	line-height: 1.75rem;
	text-transform: uppercase;
	line-height: 2;
	letter-spacing: 0.025em;
}

.mobile-navigation .mobile-nav > li {
	width: 100%;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.mobile-navigation .mobile-nav > li.menu-item-has-children {
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
				background-position: 100% 8px;
				background-repeat: no-repeat;
			}

.mobile-navigation .mobile-nav > li.menu-item-has-children > a {
	pointer-events: none;
}

.mobile-navigation .mobile-nav > li.menu-item-has-children.active {
					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M18 15l-6-6-6 6'/%3E%3C/svg%3E");
				}

.mobile-navigation .mobile-nav > li.menu-item-has-children.active .sub-menu {
	display: flex;
}

.mobile-navigation .mobile-nav > li.current_page_parent > a,
			.mobile-navigation .mobile-nav > li.current_page_item > a {
	--tw-text-opacity: 1;
	color: rgb(224 188 123 / var(--tw-text-opacity, 1));
}

.mobile-navigation ul.sub-menu {
	display: none;
	flex: 1 1 0%;
	flex-direction: column;
	padding-top: 0.5rem;
	padding-left: 1rem;
}

.mobile-navigation ul.sub-menu > li {
	margin-bottom: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-family: Jost, serif;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 400;
}

.mobile-navigation ul.sub-menu > li:last-child {
	margin-bottom: 0px;
}
.btn {

    display: flex;

    width: 100%;

    align-items: center;

    justify-content: center;

    gap: 0.5rem;

    border-radius: 9999px;

    border-width: 1px;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    text-align: center;

    font-size: 1.125rem;

    line-height: 1.75rem;

    --tw-backdrop-blur: blur(12px);

    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);

    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

@media (min-width: 768px) {

    .btn {

        width: auto
    }
}

.btn__primary {

    --tw-border-opacity: 1;

    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));

    background-color: rgb(0 0 0 / 0.1);

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.btn__primary:hover {

    --tw-border-opacity: 1;

    border-color: rgb(224 188 123 / var(--tw-border-opacity, 1));

    --tw-bg-opacity: 1;

    background-color: rgb(224 188 123 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.btn__secondary {

    border-color: currentColor;

    background-color: transparent;

    color: currentColor
}

.btn__secondary:hover {

    --tw-border-opacity: 1;

    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    --tw-bg-opacity: 1;

    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.btn__large {

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    font-size: 1.125rem;

    line-height: 1.75rem
}

@media (min-width: 768px) {

    .btn__large {

        padding-top: 0.75rem;

        padding-bottom: 0.75rem;

        padding-left: 2rem;

        padding-right: 2rem;

        font-size: 1.25rem;

        line-height: 1.75rem
    }
}

.btn__small {

    margin-right: 1rem;

    display: inline-flex;

    --tw-border-opacity: 1;

    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    --tw-bg-opacity: 1;

    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 1rem;

    padding-right: 1rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.btn__small:hover {

    background-color: transparent;

    --tw-text-opacity: 1;

    color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}
.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_heading {

			margin-bottom: 2rem;
}

		.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_heading .gform_title {

			font-size: 2.25rem;

			line-height: 2.5rem;

			font-weight: 700;

			--tw-text-opacity: 1;

			color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields {

			row-gap: 1rem;

			-webkit-font-smoothing: antialiased !important;
			-moz-osx-font-smoothing: grayscale !important;
			text-rendering: optimizeLegibility !important;
			text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {

			font-size: 1rem;

			line-height: 1.5rem;

			font-weight: 400;

			--tw-text-opacity: 1;

			color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {

			.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {

						font-size: 1.125rem;

						line-height: 1.75rem;
			}
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield .gform-field-label {

			font-size: 1rem;

			line-height: 1.5rem;

			font-weight: 400;

			--tw-text-opacity: 1;

			color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {

			.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield .gform-field-label {

						font-size: 1.125rem;

						line-height: 1.75rem;
			}
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-section {

			margin-top: 1rem;

			border-width: 0px;
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-section:first-of-type {

			margin-top: 0px;
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-section .gsection_title {

			font-size: 1.25rem;

			line-height: 1.75rem;

			font-weight: 500;
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-choice .gfield_label {

			font-size: 1rem;

			line-height: 1.5rem;

			font-weight: 400;

			--tw-text-opacity: 1;

			color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield .gchoice {

			display: inline-flex;

			cursor: pointer;

			align-items: center;
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input.gfield-choice-input {

			height: 1.75rem;

			width: 1.75rem;

			-webkit-appearance: none;

			   -moz-appearance: none;

			        appearance: none;

			border-radius: 9999px;

			border-width: 1px;

			--tw-border-opacity: 1;

			border-color: rgb(214 207 207 / var(--tw-border-opacity, 1));

			--tw-bg-opacity: 1;

			background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

			transition-property: all;

			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

			transition-duration: 200ms;
				    z-index:2;
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input.gfield-choice-input:focus {

			--tw-border-opacity: 1;

			border-color: rgb(224 188 123 / var(--tw-border-opacity, 1));

			--tw-shadow: 0 0 #0000;

			--tw-shadow-colored: 0 0 #0000;

			box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

			outline: 2px solid transparent;

			outline-offset: 2px;
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input.gfield-choice-input:before {

			height: 1rem;

			width: 1rem;

			--tw-bg-opacity: 1;

			background-color: rgb(224 188 123 / var(--tw-bg-opacity, 1));
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
				.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
				.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield textarea {

			border-radius: 0px;

			border-width: 1px;

			--tw-border-opacity: 1;

			border-color: rgb(214 207 207 / var(--tw-border-opacity, 1));

			--tw-bg-opacity: 1;

			background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

			padding-left: 1rem;

			padding-right: 1rem;

			padding-top: 1.25rem;

			padding-bottom: 1.25rem;

			font-size: 1rem;

			line-height: 1.5rem;

			--tw-shadow: 0 0 #0000;

			--tw-shadow-colored: 0 0 #0000;

			box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

			outline: 2px solid transparent;

			outline-offset: 2px;
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="text"]::-moz-placeholder, .form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="email"]::-moz-placeholder, .form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder {

			--tw-text-opacity: 1;

			color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="text"]::placeholder,
				.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="email"]::placeholder,
				.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder {

			--tw-text-opacity: 1;

			color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
	@media (min-width: 768px) {

			.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
				.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
				.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield textarea {

						font-size: 1.125rem;

						line-height: 1.75rem;
			}
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
				.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
				.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_body .gform_fields .gfield textarea {

						-webkit-font-smoothing: antialiased !important;
						-moz-osx-font-smoothing: grayscale !important;
						text-rendering: optimizeLegibility !important;
						text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
				}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_footer {

			text-align: center;
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[type="submit"].gform_button {

			display: flex;

			width: 100%;

			align-items: center;

			justify-content: center;

			gap: 0.5rem;

			border-radius: 9999px;

			border-width: 1px;

			--tw-border-opacity: 1;

			border-color: rgb(224 188 123 / var(--tw-border-opacity, 1));

			--tw-bg-opacity: 1;

			background-color: rgb(224 188 123 / var(--tw-bg-opacity, 1));

			padding-top: 0.75rem;

			padding-bottom: 0.75rem;

			padding-left: 2rem;

			padding-right: 2rem;

			text-align: center;

			font-size: 1rem;

			line-height: 1.5rem;

			--tw-text-opacity: 1;

			color: rgb(255 255 255 / var(--tw-text-opacity, 1));

			transition-property: all;

			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

			transition-duration: 150ms;
}
	@media (min-width: 768px) {

			.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[type="submit"].gform_button {

						width: auto;

						font-size: 1.125rem;

						line-height: 1.75rem;
			}
}
	.form_wrapper .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[type="submit"].gform_button:hover {

			--tw-border-opacity: 1;

			border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

			--tw-bg-opacity: 1;

			background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

			--tw-text-opacity: 1;

			color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.flexible-accordion button[data-accordion-header] svg {
				height: 1.5rem;
				width: 1.5rem;
				transition: all 0.35s ease-out
}
		.flexible-accordion button[data-accordion-header][aria-expanded="true"] svg {
				--tw-rotate: 180deg;
				transform: translate(var(--tw-translate-x), 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))
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

/*
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 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 480px) {

  .container {
    max-width: 480px;
  }
}
@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: 1380px) {

  .container {
    max-width: 1380px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[8000\] {
  z-index: 8000;
}
.z-\[9900\] {
  z-index: 9900;
}
.z-\[9999\] {
  z-index: 9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[28\/31\] {
  aspect-ratio: 28/31;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[90vh\] {
  min-height: 90vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-12 {
  width: 3rem;
}
.w-2\/5 {
  width: 40%;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-2xl {
  max-width: 1380px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-1 {
  flex: 1 1 0%;
}
.rotate-\[180deg\] {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), 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));
}
.transform {
  transform: translate(var(--tw-translate-x), 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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-none {
  border-style: none;
}
.border-\[\#D6CFCF\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 207 207 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(224 188 123 / var(--tw-border-opacity, 1));
}
.border-current {
  border-color: currentColor;
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(224 188 123 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: Jost, serif;
}
.font-title {
  font-family: Jost, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.leading-loose {
  line-height: 2;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(224 188 123 / var(--tw-text-opacity, 1));
}
.text-brand-900 {
  --tw-text-opacity: 1;
  color: rgb(162 129 59 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}

html, body {
	scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6,ul,li,ol,p,{
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-rendering: optimizeLegibility !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.gradient-site_header {
	background: rgb(0,0,0, 0.3);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.95) 70%);
}

.gradient-page_header {
	background: rgb(0,0,0, 0.3);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.9) 100%),
				linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.bg-call-to-action {
	background: #C4A361;
	background: linear-gradient(164deg,rgba(196, 163, 97, 1) 0%, rgba(224, 188, 123, 1) 23%, rgba(178, 147, 80, 1) 100%);
}

.button-bounce {
  animation: buttonBounce 2s ease infinite;
}
@keyframes buttonBounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.embed-wrap {
  position: relative;
  margin-bottom: 1.5rem;
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.embed-wrap.no-margin {
  margin-bottom: 0px;
}

.embed-wrap iframe, .embed-wrap object, .embed-wrap embed, .embed-wrap video {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}


/**
 * Essentials
 */


/**
 * Components
 */


/**
 * Titles
 */

.entry-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {

  .entry-title {
    font-size: 3rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {

  .entry-title {
    font-size: 3.75rem;
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {

  .entry-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.row-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  line-height: 1.25 !important;
}

@media (min-width: 640px) {

  .row-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {

  .row-title {
    font-size: 50px;
  }
}

.small-title {
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(224 188 123 / var(--tw-text-opacity, 1));
}


/**
 * Basic Content Styles
 */

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin-bottom: 1.5rem;
}

.wysiwyg h2:last-child, .wysiwyg h3:last-child, .wysiwyg h4:last-child, .wysiwyg h5:last-child, .wysiwyg p:last-child, .wysiwyg ul:last-child, .wysiwyg ol:last-child {
  margin-bottom: 0px;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  font-family: Jost, serif;
  font-weight: 700;
}

.wysiwyg h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {

  .wysiwyg h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {

  .wysiwyg h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.wysiwyg h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {

  .wysiwyg h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .wysiwyg h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.wysiwyg h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.wysiwyg p, .wysiwyg li {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}

@media (min-width: 768px) {

.wysiwyg p, .wysiwyg li {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
		}

@media (min-width: 1024px) {

.wysiwyg p, .wysiwyg li {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.625;
  }
		}

.wysiwyg p a:not(.btn), .wysiwyg li a:not(.btn) {
  text-decoration-line: underline;
}

.wysiwyg p a:not(.btn):hover, .wysiwyg li a:not(.btn):hover {
  text-decoration-line: none;
}

.wysiwyg ul {
  margin-left: 1.5rem;
  padding-left: 0px;
}

.wysiwyg ul li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
  padding-left: 0.5rem;
}

.wysiwyg ol {
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}

.wysiwyg ol li {
  margin-bottom: 0.5rem;
  list-style-type: decimal;
}

.wysiwyg blockquote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 48rem;
  text-align: center;
  font-style: italic;
}

.wysiwyg table {
  margin-bottom: 1.5rem;
  width: 100%;
}

.wysiwyg table td {
  padding: 0.5rem;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}

.wysiwyg .alignleft {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  width: 40%;
}

@media (min-width: 640px) {

  .wysiwyg .alignleft {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {

  .wysiwyg .alignleft {
    margin-left: -1.5rem;
  }
}

@media (min-width: 1024px) {

  .wysiwyg .alignleft {
    margin-left: -3rem;
  }
}

@media (min-width: 1280px) {

  .wysiwyg .alignleft {
    margin-left: -6rem;
  }
}

.wysiwyg .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wysiwyg .alignnone {
  margin-bottom: 1.5rem;
  display: flex;
  max-width: 100%;
}

.wysiwyg .alignright {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  width: 40%;
}

@media (min-width: 640px) {

  .wysiwyg .alignright {
    margin-bottom: 1.5rem;
    margin-right: -6rem;
  }
}

.hover\:text-brand:hover {
  --tw-text-opacity: 1;
  color: rgb(224 188 123 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:min-h-\[70vh\] {
    min-height: 70vh;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .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\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
