/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
/*! 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 {
	-webkit-box-sizing: border-box;
	        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: Abel; /* 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 {
  -webkit-box-sizing: border-box;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #D8d8d8;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #D8d8d8;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #D8d8d8;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #D8d8d8;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #D8d8d8;
}
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(234, 234, 234, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}
/** Import variables */
/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/**
 * This injects any component classes registered by Tailwind plugins.
 */
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 420px) {
	.container {
		max-width: 420px;
	}
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}
/** Import theme styles */
/* line 4, resources/assets/styles/components/_accordion.scss */
.accordion details[open] .open-icon {
  display: none; }

/* line 7, resources/assets/styles/components/_accordion.scss */
.accordion details[open] .close-icon {
  display: block; }

/* line 13, resources/assets/styles/components/_accordion.scss */
.accordion details summary .open-icon {
  display: block; }

/* line 16, resources/assets/styles/components/_accordion.scss */
.accordion details summary .close-icon {
  display: none; }

/* line 21, resources/assets/styles/components/_accordion.scss */
.accordion summary {
  outline: none; }
  /* line 25, resources/assets/styles/components/_accordion.scss */
  .accordion summary::marker {
    content: none; }
  /* line 28, resources/assets/styles/components/_accordion.scss */
  .accordion summary::-webkit-details-marker {
    display: none; }

/* line 1, resources/assets/styles/components/_buttons.scss */
.btn {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(82, 93, 220, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

/* line 3, resources/assets/styles/components/_forms.scss */
.email-subscription__email {
  background-color: transparent;
  border: solid 1px #fff;
  padding: 20px 30px; }
  /* line 8, resources/assets/styles/components/_forms.scss */
  .email-subscription__email::-webkit-input-placeholder {
    color: #fff !important; }
  .email-subscription__email::-moz-placeholder {
    color: #fff !important; }
  .email-subscription__email:-ms-input-placeholder {
    color: #fff !important; }
  .email-subscription__email::-ms-input-placeholder {
    color: #fff !important; }
  .email-subscription__email::placeholder {
    color: #fff !important; }
  /* line 12, resources/assets/styles/components/_forms.scss */
  .email-subscription__email:focus-visible {
    outline: none; }
  @media (min-width: 1280px) {
    /* line 3, resources/assets/styles/components/_forms.scss */
    .email-subscription__email {
      min-width: 550px; } }

/* line 22, resources/assets/styles/components/_forms.scss */
#wpcf7-f67-o1 form span.wpcf7-not-valid-tip {
  position: static;
  margin-bottom: 1rem;
  margin-top: -1rem; }

/* line 27, resources/assets/styles/components/_forms.scss */
#wpcf7-f67-o1 form .wpcf7-textarea {
  margin-bottom: 0.5rem; }

/* line 30, resources/assets/styles/components/_forms.scss */
#wpcf7-f67-o1 form .wpcf7-response-output {
  border-color: transparent;
  color: #dc3232;
  margin: 0;
  padding: 0; }

/* line 38, resources/assets/styles/components/_forms.scss */
.wpcf7-not-valid-tip {
  position: absolute; }

/* line 42, resources/assets/styles/components/_forms.scss */
.email-subscription__button {
  background-color: transparent;
  outline: solid 1px #fff;
  border-left: none;
  font-family: "Libre Baskerville", serif;
  padding: 20px 40px;
  cursor: pointer; }
  /* line 50, resources/assets/styles/components/_forms.scss */
  .email-subscription__button:hover {
    background-color: #360a07;
    outline: 1px solid #360a07; }

/* line 56, resources/assets/styles/components/_forms.scss */
.wpcf7 .ajax-loader {
  display: none; }

/* line 61, resources/assets/styles/components/_forms.scss */
#contact-form {
  font-family: "Libre Baskerville", serif;
  font-size: 0.875rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left; }
  /* line 68, resources/assets/styles/components/_forms.scss */
  #contact-form p ::-webkit-input-placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }
  #contact-form p ::-moz-placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }
  #contact-form p :-ms-input-placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }
  #contact-form p ::-ms-input-placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }
  #contact-form p ::placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }

/* line 76, resources/assets/styles/components/_forms.scss */
.contact-form__textbox {
  background-color: transparent;
  border: solid 1px #d8d8d8;
  padding: 13px 25px;
  width: 100%;
  margin-bottom: 15px;
  color: #200100; }
  /* line 84, resources/assets/styles/components/_forms.scss */
  .contact-form__textbox ::-webkit-input-placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }
  .contact-form__textbox ::-moz-placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }
  .contact-form__textbox :-ms-input-placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }
  .contact-form__textbox ::-ms-input-placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }
  .contact-form__textbox ::placeholder {
    color: #d8d8d8 !important;
    font-size: 1rem; }

/* line 90, resources/assets/styles/components/_forms.scss */
.contact-form__button {
  background-color: #3b0604;
  color: #fff;
  border: solid 1px #d8d8d8;
  padding: 20px 40px; }
  /* line 96, resources/assets/styles/components/_forms.scss */
  .contact-form__button:hover {
    background-color: transparent;
    color: #3b0604;
    outline: solid 1px #360a07;
    cursor: pointer; }

/* line 105, resources/assets/styles/components/_forms.scss */
#wpcf7-f67-o1 .wpcf7-textarea {
  height: 8em; }

/* line 110, resources/assets/styles/components/_forms.scss */
.woocommerce p.woocommerce-info,
.woocommerce div.woocommerce-info,
.woocommerce div.woocommerce-message {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 10px 20px 0 #c1c1c1;
          box-shadow: 0 10px 20px 0 #c1c1c1;
  display: flex;
  font-size: 1.5rem;
  color: #200100;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* line 125, resources/assets/styles/components/_forms.scss */
.woocommerce p.woocommerce-info::before,
.woocommerce div.woocommerce-info::before,
.woocommerce div.woocommerce-message::before,
.woocommerce#billing_country_field span.select2-selection__arrow {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #baa18d;
  padding-top: 0.75rem; }

/* line 135, resources/assets/styles/components/_forms.scss */
.woocommerce div.woocommerce-form-coupon-toggle div.woocommerce-info::before {
  content: "\F3FF";
  padding-top: 0.75rem; }

/* line 140, resources/assets/styles/components/_forms.scss */
.woocommerce div.woocommerce-notices-wrapper p.cart-empty::before {
  content: "\F07A"; }

/* line 144, resources/assets/styles/components/_forms.scss */
.woocommerce div.woocommerce-form-login-toggle div.woocommerce-info::before {
  content: "\F500"; }

/* line 148, resources/assets/styles/components/_forms.scss */
.woocommerce .woocommerce-message::before {
  content: "\F058"; }

/* line 152, resources/assets/styles/components/_forms.scss */
i.fa-calendar-alt::before {
  font-family: "Font Awesome 5 Pro";
  content: "\F133";
  font-weight: 300; }

/* line 158, resources/assets/styles/components/_forms.scss */
i.fa-clock::before {
  font-family: "Font Awesome 5 Pro";
  content: "\F017";
  font-weight: 300; }

/* line 164, resources/assets/styles/components/_forms.scss */
i.fa-caret-down::before {
  font-family: "Font Awesome 5 Pro";
  content: "\F067";
  color: #baa18d;
  font-weight: 300; }

/* line 171, resources/assets/styles/components/_forms.scss */
div.entry-summary div.chosen-container a.chosen-single div b,
.woocommerce#billing_country_field span.select2-selection__arrow {
  background-image: none;
  font-family: "Font Awesome 5 Pro";
  content: "\F175";
  color: #baa18d;
  font-weight: 300; }

/* line 180, resources/assets/styles/components/_forms.scss */
div.booking-form div.woocommerce-notices-wrapper div.woocommerce-message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  /* line 183, resources/assets/styles/components/_forms.scss */
  div.booking-form div.woocommerce-notices-wrapper div.woocommerce-message ::before {
    padding-top: 0.75rem; }

/* line 188, resources/assets/styles/components/_forms.scss */
.woocommerce-cart-form {
  margin-top: 100px; }

/* line 192, resources/assets/styles/components/_forms.scss */
.woocommerce a.button.wc-forward {
  background-color: #3b0604;
  border-radius: 0;
  padding: 1.5rem 2.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  margin-left: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  /* line 202, resources/assets/styles/components/_forms.scss */
  .woocommerce a.button.wc-forward:hover {
    background-color: #fff;
    color: #3b0604;
    outline: 1px solid #3b0604; }

/* line 209, resources/assets/styles/components/_forms.scss */
.woocommerce td.product-name dl.variation dt.variation-AdditionalExtras,
.woocommerce td.product-name dl.variation dt.variation-Numberofguests,
.woocommerce td.product-name dl.variation dd.variation-Numberofguests,
.woocommerce td.product-name dl.variation dt.variation-ChooseInventory,
.woocommerce td.product-name dl.variation dd.variation-ChooseInventory {
  display: none; }

/* line 217, resources/assets/styles/components/_forms.scss */
.woocommerce td.product-name dl.variation dd.variation-AdditionalExtras,
.woocommerce td.product-name dl.variation dt.variation-Check-in,
.woocommerce td.product-name dl.variation dt.variation-Check-out,
.woocommerce td.product-name dl.variation dt.variation-TotalDays {
  color: #baa18d;
  font-size: 1rem; }

/* line 225, resources/assets/styles/components/_forms.scss */
.woocommerce td.product-name dl.variation dd {
  margin-bottom: 25px; }

/* line 230, resources/assets/styles/components/_forms.scss */
.woocommerce table.shop_table {
  border-right: none;
  border-left: none;
  border-bottom: none;
  border-radius: 0; }

/* line 237, resources/assets/styles/components/_forms.scss */
.woocommerce div.form-row.place-order,
.woocommerce .woocommerce-customer-details address {
  border: none; }

/* line 242, resources/assets/styles/components/_forms.scss */
.woocommerce table.cart {
  border-top: 3px solid #ebebeb; }

/* line 246, resources/assets/styles/components/_forms.scss */
.woocommerce input#coupon_code {
  margin-right: 0;
  border-right: none;
  padding: 1.7rem 2.5rem;
  width: auto; }

/* line 253, resources/assets/styles/components/_forms.scss */
.woocommerce button#place_order.button.alt {
  margin-top: 3.75rem; }

/* line 257, resources/assets/styles/components/_forms.scss */
.woocommerce button.button[name="apply_coupon"],
.woocommerce a.checkout-button.button.alt.wc-forward,
.woocommerce button#place_order.button.alt,
div.rnb-loader button.single_add_to_cart_button {
  background-color: #3b0604;
  border-radius: 0;
  color: white;
  font-weight: normal;
  padding: 2rem 3rem;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none !important; }
  /* line 270, resources/assets/styles/components/_forms.scss */
  .woocommerce button.button[name="apply_coupon"]:hover,
  .woocommerce a.checkout-button.button.alt.wc-forward:hover,
  .woocommerce button#place_order.button.alt:hover,
  div.rnb-loader button.single_add_to_cart_button:hover {
    background-color: #fff;
    outline: 1px solid #360a07;
    color: #3b0604; }

/* line 277, resources/assets/styles/components/_forms.scss */
div.rnb-loader button.single_add_to_cart_button {
  padding: 0; }

/* line 281, resources/assets/styles/components/_forms.scss */
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  border-top: 0 none; }

/* line 286, resources/assets/styles/components/_forms.scss */
.woocommerce button.button[name="update_cart"],
.woocommerce button.button[name="update_cart"]:disabled,
.woocommerce p.return-to-shop a.wc-backward {
  background-color: transparent;
  border: 1px solid #3B0604;
  border-radius: 0;
  padding: 2rem 3rem;
  color: #3B0604;
  font-weight: normal; }
  /* line 296, resources/assets/styles/components/_forms.scss */
  .woocommerce button.button[name="update_cart"]:hover,
  .woocommerce button.button[name="update_cart"]:disabled:hover,
  .woocommerce p.return-to-shop a.wc-backward:hover {
    border-color: #ffffff;
    background-color: #3B0604;
    color: #ffffff; }

/* line 303, resources/assets/styles/components/_forms.scss */
.woocommerce div.cart_totals {
  border: 1px solid #d8d8d8; }

/* line 307, resources/assets/styles/components/_forms.scss */
.woocommerce div.wc-proceed-to-checkout {
  padding: 0; }

/* line 311, resources/assets/styles/components/_forms.scss */
.cart-subtotal {
  font-weight: 100;
  font-size: 1.25rem; }

/* line 316, resources/assets/styles/components/_forms.scss */
.order-total {
  color: #baa18d;
  font-weight: 100;
  font-size: 1.25rem; }

/* line 322, resources/assets/styles/components/_forms.scss */
.woocommerce div.cart_totals h2 {
  padding: 1.875rem 0 1.875rem 2rem;
  font-size: 2rem; }

/* line 327, resources/assets/styles/components/_forms.scss */
.woocommerce th.order-total {
  padding-left: 2rem;
  font-size: 1.5rem;
  font-weight: 100; }

/* line 333, resources/assets/styles/components/_forms.scss */
.woocommerce th.cart-subtotal {
  padding-left: 2rem;
  font-size: 1.25rem; }

/* line 338, resources/assets/styles/components/_forms.scss */
.woocommerce table.shop_table td.actions {
  padding: 3.875rem 0 2.875rem; }

/* line 342, resources/assets/styles/components/_forms.scss */
.woocommerce a.remove {
  background-color: #fff;
  border: 0.5px solid black;
  color: #000 !important; }
  /* line 347, resources/assets/styles/components/_forms.scss */
  .woocommerce a.remove:hover {
    background-color: #fff;
    color: #000 !important; }

/* line 353, resources/assets/styles/components/_forms.scss */
.woocommerce tr.order-total th,
.woocommerce tr.cart-subtotal th {
  padding: 1.875rem 0.75rem 1.875rem 2rem; }

/* line 358, resources/assets/styles/components/_forms.scss */
.woocommerce div.woocommerce-privacy-policy-text p {
  font-family: "Abel", sans-serif; }

/* line 362, resources/assets/styles/components/_forms.scss */
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce
section.woocommerce-customer-details
p.woocommerce-customer-details--phone {
  font-weight: 100 !important;
  padding: 25px 0 25px 30px;
  font-size: 1.2rem; }

/* line 374, resources/assets/styles/components/_forms.scss */
.woocommerce tbody tr.woocommerce-cart-form__cart-item td,
.woocommerce tbody tr.cart_item td {
  vertical-align: top; }

/* line 379, resources/assets/styles/components/_forms.scss */
.woocommerce table.shop_table tbody.order_item td {
  font-weight: 100 !important;
  padding: 25px 0 25px 30px;
  font-size: 1.2rem; }

/* line 385, resources/assets/styles/components/_forms.scss */
.woocommerce table.cart thead tr th {
  border-bottom: 3px solid #ebebeb; }

/* line 389, resources/assets/styles/components/_forms.scss */
.woocommerce section.woocommerce-customer-details address {
  font-size: 1.2rem;
  font-weight: 100 !important;
  padding-left: 30px; }

/* line 395, resources/assets/styles/components/_forms.scss */
.woocommerce table.shop_table tr.order-total th,
.woocommerce table.shop_table tr.order-total td {
  font-size: 1.6rem;
  font-weight: 100 !important;
  vertical-align: middle; }

@media screen and (max-width: 790px) {
  /* line 403, resources/assets/styles/components/_forms.scss */
  .page-id-112 .shop_table tr.order-total td {
    padding: 25px 0 25px 5px; }
  /* line 406, resources/assets/styles/components/_forms.scss */
  .page-id-112 .shop_table tr.cart-subtotal td {
    padding: 25px 0 25px 5px; } }

/* line 411, resources/assets/styles/components/_forms.scss */
.woocommerce table.shop_table tr.cart-subtotal th,
.woocommerce table.shop_table tr.cart-subtotal td {
  font-size: 1.4rem;
  font-weight: 100 !important;
  vertical-align: middle; }

/* line 418, resources/assets/styles/components/_forms.scss */
.woocommerce-notices-wrapper {
  margin-top: -180px; }

/* line 423, resources/assets/styles/components/_forms.scss */
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
  float: none; }

/* line 429, resources/assets/styles/components/_forms.scss */
.woocommerce form.checkout.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10rem; }

/* line 434, resources/assets/styles/components/_forms.scss */
.woocommerce form .form-row {
  padding: 1rem 1.75rem;
  margin: 0 0 1.25rem;
  border: 1px solid #d8d8d8; }

/* line 440, resources/assets/styles/components/_forms.scss */
.woocommerce
form
p.form-row.form-row-wide.create-account.woocommerce-validated {
  border: none;
  padding-left: 0;
  padding-top: 0; }

/* line 448, resources/assets/styles/components/_forms.scss */
.woocommerce p#order_comments_field {
  min-height: 120px; }

/* line 452, resources/assets/styles/components/_forms.scss */
.woocommerce div.woocommerce-billing-fields h3,
.woocommerce div.woocommerce-additional-fields h3,
.woocommerce h3#order_review_heading {
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 4rem; }

/* line 460, resources/assets/styles/components/_forms.scss */
.woocommerce div#order_review {
  margin-top: 9rem; }

/* line 464, resources/assets/styles/components/_forms.scss */
.woocommerce div.woocommerce-checkout-payment {
  background-color: #fff; }

/* line 468, resources/assets/styles/components/_forms.scss */
.woocommerce-cart #payment ul.payment_methods li img {
  display: inline-block; }

/* line 472, resources/assets/styles/components/_forms.scss */
.woocommerce-cart #payment div.payment_box {
  background-color: #baa18d; }

/* line 476, resources/assets/styles/components/_forms.scss */
.woocommerce-checkout #payment {
  background-color: #fff; }

/* line 480, resources/assets/styles/components/_forms.scss */
.woocommerce li.wc_payment_method.payment_method_paypal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* line 485, resources/assets/styles/components/_forms.scss */
.woocommerce li.wc_payment_method.payment_method_paypal label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* line 490, resources/assets/styles/components/_forms.scss */
.woocommerce div#payment ul.payment_methods {
  border-bottom: 0; }

/* line 494, resources/assets/styles/components/_forms.scss */
.about_paypal {
  display: none; }

/* line 498, resources/assets/styles/components/_forms.scss */
.woocommerce form.checkout h3#order_review_heading {
  color: transparent;
  font-size: 0; }
  /* line 502, resources/assets/styles/components/_forms.scss */
  .woocommerce form.checkout h3#order_review_heading::before {
    color: #200100;
    content: "Booking Summary";
    font-size: 2rem; }

/* line 509, resources/assets/styles/components/_forms.scss */
table.woocommerce-checkout-review-order-table thead tr th.product-name {
  color: transparent; }
  /* line 512, resources/assets/styles/components/_forms.scss */
  table.woocommerce-checkout-review-order-table thead tr th.product-name::before {
    content: "Your stay";
    color: #200100; }

/* line 519, resources/assets/styles/components/_forms.scss */
.woocommerce div.woocommerce-order p.woocommerce-thankyou-order-received {
  position: relative;
  color: transparent;
  padding-bottom: 4rem; }
  /* line 524, resources/assets/styles/components/_forms.scss */
  .woocommerce div.woocommerce-order p.woocommerce-thankyou-order-received::before {
    color: #200100;
    position: absolute;
    content: "Thank you. Your booking has been received. You will receive a confirmation email shortly."; }

/* line 531, resources/assets/styles/components/_forms.scss */
.woocommerce ul.woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* line 536, resources/assets/styles/components/_forms.scss */
.woocommerce section.woocommerce-order-details {
  margin-bottom: 0;
  border-bottom: 1px solid #d8d8d8; }

/* line 541, resources/assets/styles/components/_forms.scss */
.woocommerce ul.order_details li {
  border-right: none;
  padding: 30px; }
  /* line 545, resources/assets/styles/components/_forms.scss */
  .woocommerce ul.order_details li strong {
    font-size: 1.5rem;
    font-weight: 100;
    padding-top: 10px; }

/* line 552, resources/assets/styles/components/_forms.scss */
.woocommerce ul.order_details li.woocommerce-order-overview__payment-method {
  border-top: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8; }

/* line 557, resources/assets/styles/components/_forms.scss */
.woocommerce h2.woocommerce-order-details__title {
  font-size: 2.15rem;
  color: transparent;
  padding: 32px 0 30px 0; }
  /* line 562, resources/assets/styles/components/_forms.scss */
  .woocommerce h2.woocommerce-order-details__title::before {
    color: #3b0604;
    content: "Booking details";
    font-size: 2rem; }

/* line 569, resources/assets/styles/components/_forms.scss */
.woocommerce table.shop_table th.woocommerce-table__product-name.product-name,
.woocommerce table.shop_table th.woocommerce-table__product-table.product-total,
.woocommerce section.woocommerce-customer-details h2.woocommerce-column__title {
  font-size: 28px;
  font-weight: 100 !important;
  padding: 25px 0 25px 30px; }

/* line 577, resources/assets/styles/components/_forms.scss */
.page-id-112 .woocommerce-order p:nth-child(2) {
  display: block;
  margin-bottom: 10px; }

/* line 582, resources/assets/styles/components/_forms.scss */
.page-id-112 .woocommerce-order strong:nth-child(1) {
  float: none !important;
  margin: 15px 0 5px 0;
  font-size: 15px;
  color: #808080; }

/* line 589, resources/assets/styles/components/_forms.scss */
.page-id-112 .woocommerce-bacs-bank-details h2,
.page-id-112 .woocommerce-bacs-bank-details h3 {
  font-size: 34px; }

/* line 595, resources/assets/styles/components/_forms.scss */
.woocommerce div.product div.summary {
  margin-top: 11rem;
  width: 40%; }

/* line 600, resources/assets/styles/components/_forms.scss */
div.rnb-loader button#quote-content-confirm {
  background-color: transparent;
  color: #3b0604 !important;
  border: solid 1px #3b0604 !important;
  border-radius: 0;
  padding: 20px 30px;
  width: 33%; }
  /* line 608, resources/assets/styles/components/_forms.scss */
  div.rnb-loader button#quote-content-confirm:hover {
    background-color: #3b0604;
    color: #200100; }

/* line 614, resources/assets/styles/components/_forms.scss */
div#categoryPreview div.quantity,
div.item-arrtributes span.attribute-vaue,
div.product div.summary h1.product_title,
div.product div.summary p.price {
  display: none; }

/* line 621, resources/assets/styles/components/_forms.scss */
.custom-block input[type="checkbox"]:checked + span::after {
  background-color: #baa18d;
  border-color: #baa18d; }

/* line 626, resources/assets/styles/components/_forms.scss */
span.attribute-icon,
div.date-time-picker i {
  color: #baa18d; }

/* line 631, resources/assets/styles/components/_forms.scss */
input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #200100;
  opacity: 1; }
input::-moz-placeholder, select::-moz-placeholder {
  color: #200100;
  opacity: 1; }
input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #200100;
  opacity: 1; }
input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #200100;
  opacity: 1; }
input::placeholder,
select::placeholder {
  color: #200100;
  opacity: 1; }

/* line 637, resources/assets/styles/components/_forms.scss */
div.price-showing {
  padding: 30px;
  border: 1px solid #d8d8d8;
  border-top: none;
  background-color: #fff; }

/* line 644, resources/assets/styles/components/_forms.scss */
div.rnb-pricing-wrap {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10px;
  padding-bottom: 25px; }
  /* line 649, resources/assets/styles/components/_forms.scss */
  div.rnb-pricing-wrap span.woocommerce-Price-amount {
    color: #baa18d;
    font-size: 1rem; }

/* line 655, resources/assets/styles/components/_forms.scss */
div.front h5 {
  color: #baa18d;
  font-size: 1.5rem !important; }

/* line 660, resources/assets/styles/components/_forms.scss */
.rnb-cart div.date-time-picker span {
  width: 47%; }
  /* line 663, resources/assets/styles/components/_forms.scss */
  .rnb-cart div.date-time-picker span i {
    left: 1.2rem;
    top: 1.65rem; }

/* line 669, resources/assets/styles/components/_forms.scss */
div.price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan {
  margin-bottom: 25px; }
  /* line 672, resources/assets/styles/components/_forms.scss */
  div.price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan span {
    font-size: 1rem;
    font-weight: 100; }

/* line 678, resources/assets/styles/components/_forms.scss */
div.price-showing
.item-pricing
.rnb-pricing-wrap
.day-ranges-pricing-plan
span.day {
  font-style: italic; }

/* line 686, resources/assets/styles/components/_forms.scss */
div.discount-portion h5 {
  padding-top: 30px;
  padding-bottom: 10px; }

/* line 691, resources/assets/styles/components/_forms.scss */
div.rnb-component-wrapper h5 {
  color: #200100;
  font-size: 1.5rem;
  padding-bottom: 15px; }

/* line 697, resources/assets/styles/components/_forms.scss */
div#resourcePreview div.attributes {
  margin-bottom: 1rem; }

/* line 701, resources/assets/styles/components/_forms.scss */
div.rnb-loader div.booking-pricing-info {
  background-color: transparent;
  border: 1px solid #d8d8d8;
  padding: 1rem 2rem; }
  /* line 706, resources/assets/styles/components/_forms.scss */
  div.rnb-loader div.booking-pricing-info:active {
    border-bottom: none; }
  /* line 710, resources/assets/styles/components/_forms.scss */
  div.rnb-loader div.booking-pricing-info ul li {
    border-color: #d8d8d8;
    font-size: 1rem;
    padding: 20px 0; }
  /* line 716, resources/assets/styles/components/_forms.scss */
  div.rnb-loader div.booking-pricing-info span.price {
    color: #200100;
    font-size: 1rem; }

/* line 722, resources/assets/styles/components/_forms.scss */
div#adultPreview select,
div#adultPreview a.chosen-default {
  border: 1px solid #d8d8d8;
  font-size: 0.875rem;
  height: auto;
  padding: 20px; }

/* line 730, resources/assets/styles/components/_forms.scss */
.single-product form.cart input {
  width: 100% !important;
  padding: 2rem;
  border: 1px solid #d8d8d8 !important;
  color: #200100 !important;
  padding-left: 40px !important;
  cursor: pointer !important; }

/* line 739, resources/assets/styles/components/_forms.scss */
.rnb-cart div.date-time-picker span.pick-up-time-picker,
.rnb-cart div.date-time-picker span.drop-off-time-picker {
  float: right; }

/* line 744, resources/assets/styles/components/_forms.scss */
.rnb-pricing-plan-button .rnb-pricing-plan .rnb-pricing-plan-link {
  background-color: transparent;
  color: #000;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 100;
  border: 1px solid #d8d8d8; }

/* line 753, resources/assets/styles/components/_forms.scss */
.woocommerce button.button.alt,
.woocommerce button#quote-content-confirm.redq_request_for_a_quote {
  margin-top: 60px !important; }

/* line 758, resources/assets/styles/components/_forms.scss */
.woocommerce button.button.alt,
.woocommerce button.button.alt:disabled {
  background-color: #3b0604 !important;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  padding: 2rem 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45% !important; }
  /* line 769, resources/assets/styles/components/_forms.scss */
  .woocommerce button.button.alt:hover, .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled:hover,
  .woocommerce button.button.alt:disabled:disabled:hover {
    background-color: transparent !important;
    outline: 1px solid #360a07;
    color: #3b0604;
    padding: 2rem 0 !important; }

/* line 778, resources/assets/styles/components/_forms.scss */
button.btn-book-now[disabled]:hover {
  padding: 2rem 0 !important;
  background-color: transparent !important;
  outline: 1px solid #360a07;
  color: #3b0604; }

/* line 785, resources/assets/styles/components/_forms.scss */
.woocommerce button#quote-content-confirm.redq_request_for_a_quote,
.woocommerce button#quote-content-confirm.redq_request_for_a_quote:disabled {
  background-color: transparent !important;
  border-radius: 0;
  color: #360a07;
  float: right;
  font-family: "Libre Baskerville", serif;
  font-weight: normal;
  outline: 1px solid #360a07;
  padding: 2rem 0 3rem;
  margin-top: 60px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45% !important; }
  /* line 799, resources/assets/styles/components/_forms.scss */
  .woocommerce button#quote-content-confirm.redq_request_for_a_quote:hover, .woocommerce button#quote-content-confirm.redq_request_for_a_quote:disabled:hover,
  .woocommerce button#quote-content-confirm.redq_request_for_a_quote:disabled:hover,
  .woocommerce button#quote-content-confirm.redq_request_for_a_quote:disabled:disabled:hover {
    background-color: #3b0604 !important;
    color: #fff;
    padding: 2rem 0 3rem !important; }

/* line 807, resources/assets/styles/components/_forms.scss */
div.product_meta {
  display: none; }

/* line 811, resources/assets/styles/components/_forms.scss */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 0;
  right: 0;
  border-radius: 0;
  width: 50px;
  height: 50px; }
  /* line 818, resources/assets/styles/components/_forms.scss */
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    top: 15px;
    left: 17px; }
  /* line 823, resources/assets/styles/components/_forms.scss */
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    top: 26px;
    left: 30px; }

/* line 829, resources/assets/styles/components/_forms.scss */
div#resourcePreview.payable-extras {
  margin: 30px 0 50px; }

@media screen and (min-width: 640px) and (max-width: 768px) {
  /* line 834, resources/assets/styles/components/_forms.scss */
  #email-subscription-form .email-subscription__email {
    min-width: 350px; }
  /* line 838, resources/assets/styles/components/_forms.scss */
  .woocommerce input#coupon_code {
    border-right: 1px solid #d3ced2;
    width: 50%; }
  /* line 843, resources/assets/styles/components/_forms.scss */
  .woocommerce table.cart td.actions .coupon .button {
    width: 50%; } }

@media screen and (max-width: 640px) {
  /* line 849, resources/assets/styles/components/_forms.scss */
  #email-subscription-form .email-subscription__button {
    width: 100%;
    margin-top: 1.5rem; }
  /* line 854, resources/assets/styles/components/_forms.scss */
  #email-subscription-form .email-subscription__email {
    width: 100%;
    text-align: center;
    font-size: 1rem; }
  /* line 860, resources/assets/styles/components/_forms.scss */
  .woocommerce input#coupon_code {
    border-right: 1px solid #d3ced2;
    width: 100%; }
  /* line 865, resources/assets/styles/components/_forms.scss */
  .woocommerce table.cart td.actions .coupon .button {
    width: 100%; }
  /* line 869, resources/assets/styles/components/_forms.scss */
  div.rnb-component-wrapper h5 {
    font-size: 1.25rem; }
  /* line 873, resources/assets/styles/components/_forms.scss */
  div.attributes label.custom-block {
    font-size: 0.6rem; }
    /* line 876, resources/assets/styles/components/_forms.scss */
    div.attributes label.custom-block span.pull-right:before {
      width: 10px;
      height: 10px; }
    /* line 881, resources/assets/styles/components/_forms.scss */
    div.attributes label.custom-block span.pull-right:after {
      width: 22px;
      height: 12px; }
  /* line 887, resources/assets/styles/components/_forms.scss */
  div.attributes
label.custom-block
span.pull-right
span.woocommerce-Price-amount:after,
  div.attributes
label.custom-block
span.pull-right
span.woocommerce-Price-amount
bdi
span.woocommerce-Price-currencySymbol:after {
    width: 26px;
    height: 12px; }
  /* line 901, resources/assets/styles/components/_forms.scss */
  div.woocommerce-tabs ul.tabs,
  div#reviews {
    font-size: 0.75rem; }
  /* line 906, resources/assets/styles/components/_forms.scss */
  div#tab-attributes {
    padding: 0 2rem; }
  /* line 910, resources/assets/styles/components/_forms.scss */
  div.item-arrtributes ul.attributes,
  div.item-extras ul.attributes {
    font-size: 0.75rem;
    display: grid; }
    /* line 915, resources/assets/styles/components/_forms.scss */
    div.item-arrtributes ul.attributes li,
    div.item-extras ul.attributes li {
      width: 100%; }
  /* line 920, resources/assets/styles/components/_forms.scss */
  #adultPreview,
  #childPreview,
  .woocommerce div.product div.summary,
  .woocommerce div.product form.cart {
    margin-bottom: 0; }
  /* line 927, resources/assets/styles/components/_forms.scss */
  div.price-showing
.item-pricing
.rnb-pricing-wrap
.day-ranges-pricing-plan
span,
  div.rnb-pricing-wrap div.discount-portion div.discount-plan span.range-days,
  div.rnb-pricing-wrap div.discount-portion div.discount-plan span.range-price {
    font-size: 0.75rem; }
  /* line 937, resources/assets/styles/components/_forms.scss */
  div.front h5 {
    font-size: 1rem !important; }
  /* line 941, resources/assets/styles/components/_forms.scss */
  div.woocommerce-cart__container p.cart-empty.woocommerce-info,
  .woocommerce-form-login-toggle.woocommerce-info,
  .woocommerce-form-coupon-toggle.woocommerce-info {
    font-size: 0.875rem; } }

@media screen and (max-width: 768px) {
  /* line 949, resources/assets/styles/components/_forms.scss */
  .woocommerce table.shop_table thead th,
  .woocommerce table.shop_table tbody td {
    padding-left: 0; }
  /* line 954, resources/assets/styles/components/_forms.scss */
  .woocommerce div.cart-collaterals tbody tr.cart-subtotal,
  .woocommerce div.cart-collaterals tbody tr.order-total {
    padding: 0 1rem;
    font-size: 1.2rem; }
  /* line 960, resources/assets/styles/components/_forms.scss */
  .woocommerce table.shop_table thead th,
  .woocommerce table.shop_table tbody td,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th,
  .woocommerce
section.woocommerce-customer-details
p.woocommerce-customer-details--phone {
    padding: 25px 0 25px 0;
    font-size: 1rem; }
  /* line 971, resources/assets/styles/components/_forms.scss */
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff; }
  /* line 976, resources/assets/styles/components/_forms.scss */
  .woocommerce td.product-name dl.variation dd.variation-AdditionalExtras,
  .woocommerce td.product-name dl.variation dt.variation-Check-in,
  .woocommerce td.product-name dl.variation dt.variation-Check-out,
  .woocommerce td.product-name dl.variation dt.variation-TotalDays {
    font-size: 0.875rem; }
  /* line 983, resources/assets/styles/components/_forms.scss */
  .woocommerce div.woocommerce-notices-wrapper div.woocommerce-message {
    font-size: 0.75rem;
    height: 100px;
    margin-top: -300px; }
    /* line 988, resources/assets/styles/components/_forms.scss */
    .woocommerce div.woocommerce-notices-wrapper div.woocommerce-message a.button.wc-forward {
      font-size: 0.75rem; }
  /* line 993, resources/assets/styles/components/_forms.scss */
  .woocommerce form.woocommerce-cart-form table.cart {
    border-top: 0; }
  /* line 999, resources/assets/styles/components/_forms.scss */
  .woocommerce table.cart thead tr th.product-name::before,
  .woocommerce table.cart tbody tr td.product-name::before {
    content: "Your stay";
    color: #200100; } }

@media screen and (max-width: 768px) and (max-width: 1024px) {
  /* line 1006, resources/assets/styles/components/_forms.scss */
  .woocommerce form.checkout.woocommerce-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* line 1010, resources/assets/styles/components/_forms.scss */
  div#order_review.woo-checkout-review-order {
    margin-top: 0; }
  /* line 1014, resources/assets/styles/components/_forms.scss */
  .woocommerce table.cart thead tr th.product-thumbnail,
  .woocommerce table.cart tbody tr td.product-thumbnail {
    display: none; } }

@media screen and (max-width: 768px) and (max-width: 1280px) {
  /* line 1021, resources/assets/styles/components/_forms.scss */
  .woocommerce div.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* line 1026, resources/assets/styles/components/_forms.scss */
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    width: 100%;
    margin-top: 0; }
  /* line 1032, resources/assets/styles/components/_forms.scss */
  .woocommerce div.product div.images {
    -ms-flex-item-align: center;
        align-self: center;
    width: 75%; }
  /* line 1037, resources/assets/styles/components/_forms.scss */
  .woocommerce div.woocommerce-notices-wrapper div.woocommerce-message,
  .woocommerce div.woocommerce-notices-wrapper p.woocommerce-info {
    font-size: 1rem;
    height: 100px; }
    /* line 1042, resources/assets/styles/components/_forms.scss */
    .woocommerce div.woocommerce-notices-wrapper div.woocommerce-message a.button.wc-forward,
    .woocommerce div.woocommerce-notices-wrapper p.woocommerce-info a.button.wc-forward {
      font-size: 1rem;
      padding: 1.25rem 2rem; } }

@media screen and (max-width: 768px) and (min-width: 768px) {
  /* line 1050, resources/assets/styles/components/_forms.scss */
  .woocommerce table.shop_table tr.order-total td,
  .woocommerce table.shop_table tr.cart-subtotal td {
    text-align: center; }
  /* line 1055, resources/assets/styles/components/_forms.scss */
  .woocommerce table.cart thead tr th.product-name {
    color: transparent; }
    /* line 1058, resources/assets/styles/components/_forms.scss */
    .woocommerce table.cart thead tr th.product-name::before {
      color: #200100;
      content: "Your stay"; } }

@media screen and (max-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  /* line 1066, resources/assets/styles/components/_forms.scss */
  .woocommerce button.button[name="update_cart"] {
    margin-top: 4rem; } }

@media screen and (max-width: 1100px) {
  /* line 1073, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce table.shop_table thead th,
  .woocommerce table.shop_table tbody td {
    padding-left: 0; }
  /* line 1078, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce div.cart-collaterals tbody tr.cart-subtotal,
  .woocommerce div.cart-collaterals tbody tr.order-total {
    padding: 0 1rem;
    font-size: 1.2rem; }
  /* line 1084, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce table.shop_table thead th,
  .woocommerce table.shop_table tbody td,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th,
  .woocommerce
section.woocommerce-customer-details
p.woocommerce-customer-details--phone {
    padding: 25px 15px 25px 0;
    font-size: 1rem;
    text-align: center; }
  /* line 1096, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff; }
  /* line 1101, resources/assets/styles/components/_forms.scss */
  .page-id-111
.woocommerce
td.product-name
dl.variation
dd.variation-AdditionalExtras,
  .woocommerce td.product-name dl.variation dt.variation-Check-in,
  .woocommerce td.product-name dl.variation dt.variation-Check-out,
  .woocommerce td.product-name dl.variation dt.variation-TotalDays {
    font-size: 0.875rem; }
  /* line 1112, resources/assets/styles/components/_forms.scss */
  .page-id-111
.woocommerce
div.woocommerce-notices-wrapper
div.woocommerce-message {
    font-size: 0.75rem;
    height: 100px;
    margin-top: -300px; }
    /* line 1120, resources/assets/styles/components/_forms.scss */
    .page-id-111
.woocommerce
div.woocommerce-notices-wrapper
div.woocommerce-message a.button.wc-forward {
      font-size: 0.75rem; }
  /* line 1125, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce form.woocommerce-cart-form table.cart {
    border-top: 0; } }

@media screen and (max-width: 1100px) and (max-width: 1100px) {
  /* line 1130, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce form.checkout.woocommerce-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* line 1134, resources/assets/styles/components/_forms.scss */
  .page-id-111 div#order_review.woo-checkout-review-order {
    margin-top: 0; }
  /* line 1138, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce table.cart thead tr th.product-thumbnail,
  .woocommerce table.cart tbody tr td.product-thumbnail {
    display: none; }
  /* line 1145, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce div.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* line 1150, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce div.product div.images,
  .woocommerce div.product div.summary {
    width: 100%;
    margin-top: 0; }
  /* line 1156, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce div.product div.images {
    -ms-flex-item-align: center;
        align-self: center;
    width: 75%; }
  /* line 1161, resources/assets/styles/components/_forms.scss */
  .page-id-111
.woocommerce
div.woocommerce-notices-wrapper
div.woocommerce-message,
  .woocommerce div.woocommerce-notices-wrapper p.woocommerce-info {
    font-size: 1rem;
    height: 100px; }
    /* line 1169, resources/assets/styles/components/_forms.scss */
    .page-id-111
.woocommerce
div.woocommerce-notices-wrapper
div.woocommerce-message .page-id-111 a.button.wc-forward,
    .woocommerce div.woocommerce-notices-wrapper p.woocommerce-info .page-id-111 a.button.wc-forward {
      font-size: 1rem;
      padding: 1.25rem 2rem; } }

@media screen and (max-width: 1100px) and (min-width: 1100px) {
  /* line 1177, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce table.shop_table tr.order-total td,
  .woocommerce table.shop_table tr.cart-subtotal td {
    text-align: center; } }

@media screen and (max-width: 1100px) and (min-width: 768px) and (max-width: 1100px) {
  /* line 1184, resources/assets/styles/components/_forms.scss */
  .page-id-111 .woocommerce button.button[name="update_cart"] {
    margin-top: 4rem; } }

/* line 1190, resources/assets/styles/components/_forms.scss */
#wpcf7-f60-o1 .wpcf7-response-output {
  display: none !important; }

/* line 1195, resources/assets/styles/components/_forms.scss */
input[name="coupon_code"]::-webkit-input-placeholder {
  color: #d3ced2; }
input[name="coupon_code"]::-moz-placeholder {
  color: #d3ced2; }
input[name="coupon_code"]:-ms-input-placeholder {
  color: #d3ced2; }
input[name="coupon_code"]::-ms-input-placeholder {
  color: #d3ced2; }
input[name="coupon_code"]::placeholder {
  color: #d3ced2; }

/* line 1200, resources/assets/styles/components/_forms.scss */
.checkout-terms {
  padding-bottom: 1rem; }

/* line 1204, resources/assets/styles/components/_forms.scss */
.page-id-112 .woocommerce-billing-fields__field-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px; }

/* line 3, resources/assets/styles/components/_slider.scss */
.homepage-testimonial-slider.slick-slider {
  position: absolute !important;
  top: 41%;
  right: 16%;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1400px) {
    /* line 3, resources/assets/styles/components/_slider.scss */
    .homepage-testimonial-slider.slick-slider {
      top: 44%; } }
  @media (max-width: 1250px) {
    /* line 3, resources/assets/styles/components/_slider.scss */
    .homepage-testimonial-slider.slick-slider {
      top: 45%; } }
  @media (max-width: 768px) {
    /* line 3, resources/assets/styles/components/_slider.scss */
    .homepage-testimonial-slider.slick-slider {
      right: 10%; } }
  @media (max-width: 640px) {
    /* line 3, resources/assets/styles/components/_slider.scss */
    .homepage-testimonial-slider.slick-slider {
      position: static !important;
      display: block; } }
  @media (min-width: 640px) {
    /* line 26, resources/assets/styles/components/_slider.scss */
    .homepage-testimonial-slider.slick-slider .slick-list {
      height: 192px !important; } }
  /* line 34, resources/assets/styles/components/_slider.scss */
  .homepage-testimonial-slider.slick-slider .slick-dots {
    position: static; }

@media (max-width: 1349px) {
  /* line 42, resources/assets/styles/components/_slider.scss */
  .homepage-gallery-slider {
    margin-top: 2rem; } }

@media (min-width: 1350px) {
  /* line 42, resources/assets/styles/components/_slider.scss */
  .homepage-gallery-slider {
    margin-top: -7rem; }
  /* line 52, resources/assets/styles/components/_slider.scss */
  .homepage-gallery-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 1023px) {
  /* line 61, resources/assets/styles/components/_slider.scss */
  .homepage-gallery-slider button.slick-arrow {
    display: none !important; } }

/* line 68, resources/assets/styles/components/_slider.scss */
.homepage-gallery-slider .slick-dots {
  position: static;
  margin: 1rem 0 0 -0.5rem;
  text-align: left; }
  @media (max-width: 1024px) {
    /* line 68, resources/assets/styles/components/_slider.scss */
    .homepage-gallery-slider .slick-dots {
      text-align: center; } }
  /* line 78, resources/assets/styles/components/_slider.scss */
  .homepage-gallery-slider .slick-dots li {
    width: 10px; }
    /* line 85, resources/assets/styles/components/_slider.scss */
    .homepage-gallery-slider .slick-dots li button:hover ::before {
      color: #FFFFFF !important; }
    /* line 91, resources/assets/styles/components/_slider.scss */
    .homepage-gallery-slider .slick-dots li button:before {
      font-size: 12px;
      color: #FFFFFF !important; }
    /* line 97, resources/assets/styles/components/_slider.scss */
    .homepage-gallery-slider .slick-dots li.slick-active button:before {
      color: #FFFFFF; }

/* line 109, resources/assets/styles/components/_slider.scss */
.restaurant-slider-text.slick-slider {
  position: absolute;
  width: 60%;
  bottom: -15rem;
  left: 5rem;
  border-top: 1px solid #d3ced2; }
  @media (max-width: 1280px) {
    /* line 109, resources/assets/styles/components/_slider.scss */
    .restaurant-slider-text.slick-slider {
      bottom: -20rem; } }
  @media (max-width: 1024px) {
    /* line 109, resources/assets/styles/components/_slider.scss */
    .restaurant-slider-text.slick-slider {
      position: relative;
      bottom: 0;
      left: 0;
      width: 100%; } }
  /* line 127, resources/assets/styles/components/_slider.scss */
  .restaurant-slider-text.slick-slider .slick-arrow {
    background-color: #FFFFFF;
    padding: 1rem;
    position: absolute;
    top: -49px; }
    @media (max-width: 640px) {
      /* line 127, resources/assets/styles/components/_slider.scss */
      .restaurant-slider-text.slick-slider .slick-arrow {
        padding: 0.5rem;
        top: -33px; } }
    /* line 138, resources/assets/styles/components/_slider.scss */
    .restaurant-slider-text.slick-slider .slick-arrow:hover {
      cursor: pointer; }
    /* line 142, resources/assets/styles/components/_slider.scss */
    .restaurant-slider-text.slick-slider .slick-arrow img {
      width: 1rem; }
  /* line 148, resources/assets/styles/components/_slider.scss */
  .restaurant-slider-text.slick-slider .slick-prev-custom {
    left: 0; }
    /* line 151, resources/assets/styles/components/_slider.scss */
    .restaurant-slider-text.slick-slider .slick-prev-custom img {
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
  /* line 156, resources/assets/styles/components/_slider.scss */
  .restaurant-slider-text.slick-slider .slick-next-custom {
    left: 48px; }
    @media (max-width: 640px) {
      /* line 156, resources/assets/styles/components/_slider.scss */
      .restaurant-slider-text.slick-slider .slick-next-custom {
        left: 32px; } }

/* line 169, resources/assets/styles/components/_slider.scss */
.beaches-slider-text.slick-slider {
  position: absolute;
  width: 60%;
  bottom: -10rem;
  left: 18rem;
  border-top: 1px solid #d3ced2; }
  @media (max-width: 1280px) {
    /* line 169, resources/assets/styles/components/_slider.scss */
    .beaches-slider-text.slick-slider {
      bottom: -12rem; } }
  @media (max-width: 1024px) {
    /* line 169, resources/assets/styles/components/_slider.scss */
    .beaches-slider-text.slick-slider {
      position: relative;
      bottom: 0;
      left: 0;
      width: 100%; } }
  /* line 187, resources/assets/styles/components/_slider.scss */
  .beaches-slider-text.slick-slider .slick-arrow {
    background-color: #FFFFFF;
    padding: 1rem;
    position: absolute;
    top: -49px; }
    @media (max-width: 640px) {
      /* line 187, resources/assets/styles/components/_slider.scss */
      .beaches-slider-text.slick-slider .slick-arrow {
        padding: 0.5rem;
        top: -33px; } }
    /* line 198, resources/assets/styles/components/_slider.scss */
    .beaches-slider-text.slick-slider .slick-arrow:hover {
      cursor: pointer; }
    /* line 202, resources/assets/styles/components/_slider.scss */
    .beaches-slider-text.slick-slider .slick-arrow img {
      width: 1rem; }
  /* line 208, resources/assets/styles/components/_slider.scss */
  .beaches-slider-text.slick-slider .slick-prev-custom {
    right: 48px; }
    @media (max-width: 640px) {
      /* line 208, resources/assets/styles/components/_slider.scss */
      .beaches-slider-text.slick-slider .slick-prev-custom {
        right: 32px; } }
    /* line 215, resources/assets/styles/components/_slider.scss */
    .beaches-slider-text.slick-slider .slick-prev-custom img {
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
  /* line 220, resources/assets/styles/components/_slider.scss */
  .beaches-slider-text.slick-slider .slick-next-custom {
    right: 0; }

/* line 229, resources/assets/styles/components/_slider.scss */
.room-slider-text.slick-slider {
  border-top: 1px solid #d3ced2; }
  /* line 233, resources/assets/styles/components/_slider.scss */
  .room-slider-text.slick-slider .slick-arrow {
    background-color: #FFFFFF;
    padding: 1rem;
    position: absolute;
    top: -49px; }
    @media (max-width: 640px) {
      /* line 233, resources/assets/styles/components/_slider.scss */
      .room-slider-text.slick-slider .slick-arrow {
        padding: 0.5rem;
        top: -33px; } }
    /* line 244, resources/assets/styles/components/_slider.scss */
    .room-slider-text.slick-slider .slick-arrow:hover {
      cursor: pointer; }
    /* line 248, resources/assets/styles/components/_slider.scss */
    .room-slider-text.slick-slider .slick-arrow img {
      width: 1rem; }
  /* line 254, resources/assets/styles/components/_slider.scss */
  .room-slider-text.slick-slider .slick-prev-custom {
    right: 48px; }
    @media (max-width: 640px) {
      /* line 254, resources/assets/styles/components/_slider.scss */
      .room-slider-text.slick-slider .slick-prev-custom {
        right: 32px; } }
    /* line 261, resources/assets/styles/components/_slider.scss */
    .room-slider-text.slick-slider .slick-prev-custom img {
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
  /* line 266, resources/assets/styles/components/_slider.scss */
  .room-slider-text.slick-slider .slick-next-custom {
    right: 0; }

/* line 4, resources/assets/styles/components/_woocommerce.scss */
.woocommerce div.product div.summary {
  margin-top: 0;
  width: 100%; }

/* line 10, resources/assets/styles/components/_woocommerce.scss */
.booking-form #product-117 form div:nth-child(2) {
  margin-top: 2rem; }

/* line 16, resources/assets/styles/components/_woocommerce.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #baa18d; }

/* line 21, resources/assets/styles/components/_woocommerce.scss */
div#adultPreview select,
div#adultPreview a.chosen-default {
  outline: none; }
  /* line 24, resources/assets/styles/components/_woocommerce.scss */
  div#adultPreview select::-webkit-input-placeholder, div#adultPreview a.chosen-default::-webkit-input-placeholder {
    color: #d3ced2; }
  div#adultPreview select::-moz-placeholder, div#adultPreview a.chosen-default::-moz-placeholder {
    color: #d3ced2; }
  div#adultPreview select:-ms-input-placeholder, div#adultPreview a.chosen-default:-ms-input-placeholder {
    color: #d3ced2; }
  div#adultPreview select::-ms-input-placeholder, div#adultPreview a.chosen-default::-ms-input-placeholder {
    color: #d3ced2; }
  div#adultPreview select::placeholder,
  div#adultPreview a.chosen-default::placeholder {
    color: #d3ced2; }

/* line 30, resources/assets/styles/components/_woocommerce.scss */
.woocommerce-page div.product div.images {
  width: 100%; }

/* line 33, resources/assets/styles/components/_woocommerce.scss */
.woocommerce div.product div.images img {
  width: 80%; }
  @media (max-width: 1023px) {
    /* line 33, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce div.product div.images img {
      width: 100%; } }

/* line 42, resources/assets/styles/components/_woocommerce.scss */
.woocommerce div.product .woocommerce-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 640px) {
    /* line 42, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce div.product .woocommerce-tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  /* line 50, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce div.product .woocommerce-tabs .panel#tab-attributes,
  .woocommerce div.product .woocommerce-tabs .panel#tab-features,
  .woocommerce div.product .woocommerce-tabs .panel#tab-reviews {
    padding: 0 2rem;
    width: 60%; }
    @media (max-width: 640px) {
      /* line 50, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce div.product .woocommerce-tabs .panel#tab-attributes,
      .woocommerce div.product .woocommerce-tabs .panel#tab-features,
      .woocommerce div.product .woocommerce-tabs .panel#tab-reviews {
        padding: 0 1rem;
        width: 100%; } }
    /* line 61, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce div.product .woocommerce-tabs .panel#tab-attributes .item-arrtributes ul,
    .woocommerce div.product .woocommerce-tabs .panel#tab-features .item-arrtributes ul,
    .woocommerce div.product .woocommerce-tabs .panel#tab-reviews .item-arrtributes ul {
      display: grid;
      grid-template-columns: 1fr 1fr; }
    /* line 66, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce div.product .woocommerce-tabs .panel#tab-attributes .item-extras ul,
    .woocommerce div.product .woocommerce-tabs .panel#tab-features .item-extras ul,
    .woocommerce div.product .woocommerce-tabs .panel#tab-reviews .item-extras ul {
      display: grid;
      grid-template-columns: 1fr; }
      /* line 70, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce div.product .woocommerce-tabs .panel#tab-attributes .item-extras ul li,
      .woocommerce div.product .woocommerce-tabs .panel#tab-features .item-extras ul li,
      .woocommerce div.product .woocommerce-tabs .panel#tab-reviews .item-extras ul li {
        width: 100%; }
    /* line 75, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce div.product .woocommerce-tabs .panel#tab-attributes .woocommerce-Reviews-title,
    .woocommerce div.product .woocommerce-tabs .panel#tab-features .woocommerce-Reviews-title,
    .woocommerce div.product .woocommerce-tabs .panel#tab-reviews .woocommerce-Reviews-title {
      margin-bottom: 2rem; }
  /* line 80, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33%;
    padding: 0;
    border-bottom: none; }
    @media (max-width: 640px) {
      /* line 80, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce div.product .woocommerce-tabs ul.tabs {
        width: 100%; } }
    /* line 91, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce div.product .woocommerce-tabs ul.tabs::before {
      border: 0; }
    /* line 95, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      padding: 1rem;
      background-color: transparent;
      color: #3B0604;
      border-top: 1px solid #d3ced2;
      border-bottom: none; }
      /* line 102, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce div.product .woocommerce-tabs ul.tabs li:last-of-type {
        border-bottom: 1px solid #d3ced2; }
      /* line 106, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
        content: ">";
        color: #3B0604;
        position: absolute;
        top: 1.5rem;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        width: 2rem; }
        @media (max-width: 640px) {
          /* line 106, resources/assets/styles/components/_woocommerce.scss */
          .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
            display: none; } }
      /* line 122, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
        color: #baa18d; }
      /* line 126, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover::after {
        color: #baa18d; }

/* line 134, resources/assets/styles/components/_woocommerce.scss */
.postid-117 div.product .woocommerce-tabs .tabs li a {
  display: block !important; }

/* line 138, resources/assets/styles/components/_woocommerce.scss */
.woocommerce-Tabs-panel .item-arrtributes ul li {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

/* line 149, resources/assets/styles/components/_woocommerce.scss */
.price-showing .item-pricing .rnb-pricing-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1100px) {
    /* line 149, resources/assets/styles/components/_woocommerce.scss */
    .price-showing .item-pricing .rnb-pricing-wrap {
      grid-template-columns: 1fr; } }

/* line 158, resources/assets/styles/components/_woocommerce.scss */
.price-showing .item-pricing .rnb-pricing-wrap .day-ranges-pricing-plan {
  width: 100%;
  margin-right: 10px; }

@media (max-width: 1100px) {
  /* line 163, resources/assets/styles/components/_woocommerce.scss */
  div.price-showing
.item-pricing
.rnb-pricing-wrap
.day-ranges-pricing-plan
span {
    font-size: 0.9rem; } }

@media (max-width: 350px) {
  /* line 163, resources/assets/styles/components/_woocommerce.scss */
  div.price-showing
.item-pricing
.rnb-pricing-wrap
.day-ranges-pricing-plan
span {
    font-size: 0.75rem; } }

/* line 178, resources/assets/styles/components/_woocommerce.scss */
.day-ranges-pricing-plan:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (max-width: 1100px) {
    /* line 178, resources/assets/styles/components/_woocommerce.scss */
    .day-ranges-pricing-plan:first-of-type {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; } }

/* line 186, resources/assets/styles/components/_woocommerce.scss */
.day-ranges-pricing-plan:nth-of-type(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }
  @media (max-width: 1100px) {
    /* line 186, resources/assets/styles/components/_woocommerce.scss */
    .day-ranges-pricing-plan:nth-of-type(2) {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; } }

/* line 194, resources/assets/styles/components/_woocommerce.scss */
.day-ranges-pricing-plan:nth-of-type(3) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }
  @media (max-width: 1100px) {
    /* line 194, resources/assets/styles/components/_woocommerce.scss */
    .day-ranges-pricing-plan:nth-of-type(3) {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; } }

/* line 202, resources/assets/styles/components/_woocommerce.scss */
.day-ranges-pricing-plan:nth-of-type(4) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (max-width: 1100px) {
    /* line 202, resources/assets/styles/components/_woocommerce.scss */
    .day-ranges-pricing-plan:nth-of-type(4) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

/* line 210, resources/assets/styles/components/_woocommerce.scss */
.day-ranges-pricing-plan:nth-of-type(5) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media (max-width: 1100px) {
    /* line 210, resources/assets/styles/components/_woocommerce.scss */
    .day-ranges-pricing-plan:nth-of-type(5) {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

/* line 218, resources/assets/styles/components/_woocommerce.scss */
.day-ranges-pricing-plan:nth-of-type(6) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }
  @media (max-width: 1100px) {
    /* line 218, resources/assets/styles/components/_woocommerce.scss */
    .day-ranges-pricing-plan:nth-of-type(6) {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }

/* line 226, resources/assets/styles/components/_woocommerce.scss */
.day-ranges-pricing-plan:nth-of-type(7) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }
  @media (max-width: 1100px) {
    /* line 226, resources/assets/styles/components/_woocommerce.scss */
    .day-ranges-pricing-plan:nth-of-type(7) {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; } }

@media (max-width: 1280px) {
  /* line 235, resources/assets/styles/components/_woocommerce.scss */
  .rnb-discount-wrap {
    padding-bottom: 2rem; } }

/* line 241, resources/assets/styles/components/_woocommerce.scss */
.rnb-discount-wrap .discount-portion .discount-plan::after {
  content: "Minimum 4 night stay";
  float: right;
  white-space: nowrap;
  text-align: left; }
  @media (max-width: 1280px) {
    /* line 241, resources/assets/styles/components/_woocommerce.scss */
    .rnb-discount-wrap .discount-portion .discount-plan::after {
      width: 100%; } }

@media (max-width: 479px) {
  /* line 252, resources/assets/styles/components/_woocommerce.scss */
  div.booking-form div.woocommerce-notices-wrapper div.woocommerce-message {
    top: 8rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; } }

@media (min-width: 480px) and (max-width: 639px) {
  /* line 252, resources/assets/styles/components/_woocommerce.scss */
  div.booking-form div.woocommerce-notices-wrapper div.woocommerce-message {
    top: 10rem; } }

@media (min-width: 640px) and (max-width: 768px) {
  /* line 252, resources/assets/styles/components/_woocommerce.scss */
  div.booking-form div.woocommerce-notices-wrapper div.woocommerce-message {
    top: 7rem; } }

@media (min-width: 769px) {
  /* line 252, resources/assets/styles/components/_woocommerce.scss */
  div.booking-form div.woocommerce-notices-wrapper div.woocommerce-message {
    top: -3rem; } }

@media (max-width: 479px) {
  /* line 271, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce a.button.wc-forward {
    margin: 0 auto 1rem; } }

@media (min-width: 480px) {
  /* line 271, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce a.button.wc-forward {
    white-space: nowrap; } }

@media (max-width: 480px) {
  /* line 281, resources/assets/styles/components/_woocommerce.scss */
  input#pickup-date,
  input#pickup-time,
  input#dropoff-date,
  input#dropoff-time {
    font-size: 0.4rem;
    padding-right: 0; } }

@media (min-width: 1024px) and (max-width: 1280px) {
  /* line 281, resources/assets/styles/components/_woocommerce.scss */
  input#pickup-date,
  input#pickup-time,
  input#dropoff-date,
  input#dropoff-time {
    font-size: 0.6rem;
    padding-right: 0; } }

/* line 295, resources/assets/styles/components/_woocommerce.scss */
.payable-extras .attributes .custom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 420px) {
    /* line 295, resources/assets/styles/components/_woocommerce.scss */
    .payable-extras .attributes .custom-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) and (max-width: 1400px) {
    /* line 295, resources/assets/styles/components/_woocommerce.scss */
    .payable-extras .attributes .custom-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  /* line 307, resources/assets/styles/components/_woocommerce.scss */
  .payable-extras .attributes .custom-block .pull-right {
    float: none; }

/* line 314, resources/assets/styles/components/_woocommerce.scss */
.rnb-popup p {
  margin-bottom: 1rem; }
  /* line 317, resources/assets/styles/components/_woocommerce.scss */
  .rnb-popup p span {
    color: #3B0604; }

/* line 322, resources/assets/styles/components/_woocommerce.scss */
.rnb-popup input,
.rnb-popup textarea {
  border: 1px solid lightgrey;
  padding: 0.25rem; }
  /* line 327, resources/assets/styles/components/_woocommerce.scss */
  .rnb-popup input::-webkit-input-placeholder, .rnb-popup textarea::-webkit-input-placeholder {
    color: #d3ced2; }
  .rnb-popup input::-moz-placeholder, .rnb-popup textarea::-moz-placeholder {
    color: #d3ced2; }
  .rnb-popup input:-ms-input-placeholder, .rnb-popup textarea:-ms-input-placeholder {
    color: #d3ced2; }
  .rnb-popup input::-ms-input-placeholder, .rnb-popup textarea::-ms-input-placeholder {
    color: #d3ced2; }
  .rnb-popup input::placeholder,
  .rnb-popup textarea::placeholder {
    color: #d3ced2; }

/* line 332, resources/assets/styles/components/_woocommerce.scss */
.rnb-popup button.quote-submit {
  background-color: #3b0604;
  border: 1px solid #3B0604;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  padding: 1rem 2rem; }
  /* line 340, resources/assets/styles/components/_woocommerce.scss */
  .rnb-popup button.quote-submit:hover {
    background-color: transparent;
    color: #3B0604;
    border: 1px solid #3B0604; }

/* line 353, resources/assets/styles/components/_woocommerce.scss */
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  min-width: 150px; }

/* line 359, resources/assets/styles/components/_woocommerce.scss */
tr.woocommerce-cart-form__cart-item.cart_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

/* line 364, resources/assets/styles/components/_woocommerce.scss */
.coupon {
  width: 100%; }
  @media (min-width: 769px) {
    /* line 367, resources/assets/styles/components/_woocommerce.scss */
    .coupon input#coupon_code {
      width: 50%; } }
  /* line 373, resources/assets/styles/components/_woocommerce.scss */
  .coupon button.button[name="apply_coupon"] {
    width: 50%;
    border: 1px solid #3b0504; }

/* line 379, resources/assets/styles/components/_woocommerce.scss */
button[name="update_cart"] {
  width: 50%;
  margin-top: 2rem !important; }

@media (min-width: 769px) {
  /* line 384, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 60%; } }

/* line 395, resources/assets/styles/components/_woocommerce.scss */
.woocommerce div.woocommerce-info {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0 0 0 5rem; }
  /* line 396, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce div.woocommerce-info::before {
    top: 1.7rem;
    font-size: 1.5rem; }
  /* line 401, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce div.woocommerce-info a {
    padding-left: 0.5rem;
    text-decoration: underline; }
  @media (max-width: 640px) {
    /* line 395, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce div.woocommerce-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 4rem 1rem 5rem 1rem;
      text-align: center; }
      /* line 412, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce div.woocommerce-info::before {
        position: static;
        font-size: 1.5rem; } }

/* line 425, resources/assets/styles/components/_woocommerce.scss */
.woocommerce .checkout #order_review {
  margin-top: 0; }
  @media (min-width: 768px) {
    /* line 425, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce .checkout #order_review {
      margin-left: 6rem; } }
  @media (min-width: 768px) and (max-width: 1280px) {
    /* line 425, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce .checkout #order_review {
      margin-left: 1rem; } }
  /* line 436, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce .checkout #order_review .country_select .select2-selection--single {
    border: none; }
  /* line 440, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce .checkout #order_review dl.variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  /* line 445, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce .checkout #order_review button#place_order {
    white-space: nowrap;
    min-width: 14rem; }

/* line 452, resources/assets/styles/components/_woocommerce.scss */
.woocommerce form.checkout_coupon {
  padding: 2rem;
  border-radius: 0; }
  @media (max-width: 640px) {
    /* line 452, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce form.checkout_coupon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  /* line 463, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce form.checkout_coupon p:first-of-type {
    margin-bottom: 1rem; }
  /* line 467, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce form.checkout_coupon p.form-row {
    padding: 0; }
    /* line 470, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce form.checkout_coupon p.form-row-first {
      border: none; }
      @media (max-width: 640px) {
        /* line 470, resources/assets/styles/components/_woocommerce.scss */
        .woocommerce form.checkout_coupon p.form-row-first {
          width: 100%; } }
      /* line 477, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce form.checkout_coupon p.form-row-first input#coupon_code {
        text-align: center;
        padding: 1.7rem 0.5rem;
        border: 1px solid #d3ced2;
        width: 100%; }
    /* line 485, resources/assets/styles/components/_woocommerce.scss */
    .woocommerce form.checkout_coupon p.form-row-last {
      border: 0;
      width: 50%;
      text-align: center; }
      @media (max-width: 640px) {
        /* line 485, resources/assets/styles/components/_woocommerce.scss */
        .woocommerce form.checkout_coupon p.form-row-last {
          width: 100%; } }
      /* line 494, resources/assets/styles/components/_woocommerce.scss */
      .woocommerce form.checkout_coupon p.form-row-last button {
        padding: 1.86rem 3rem;
        white-space: nowrap; }
        @media (max-width: 640px) {
          /* line 494, resources/assets/styles/components/_woocommerce.scss */
          .woocommerce form.checkout_coupon p.form-row-last button {
            width: 100%;
            padding: 1.86rem 0; } }

@media (max-width: 440px) {
  /* line 508, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce form .form-row {
    padding: 1rem 0.4rem;
    font-size: 0.8rem; } }

@media (min-width: 769px) and (max-width: 999px) {
  /* line 508, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce form .form-row {
    padding: 1rem 0.4rem;
    font-size: 0.8rem; } }

/* line 518, resources/assets/styles/components/_woocommerce.scss */
.woocommerce form .form-row .select2-container--default .select2-selection--single {
  border: 0; }

@media (max-width: 768px) {
  /* line 556, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce table.shop_table th.woocommerce-table__product-name.product-name {
    padding-left: 0; }
  /* line 562, resources/assets/styles/components/_woocommerce.scss */
  .woocommerce
table.shop_table
th.woocommerce-table__product-table.product-total {
    padding-left: 0; } }

/* line 570, resources/assets/styles/components/_woocommerce.scss */
.woocommerce-table__product-total {
  display: block; }

/* line 574, resources/assets/styles/components/_woocommerce.scss */
.woocommerce-table__product-headings {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/* line 578, resources/assets/styles/components/_woocommerce.scss */
#woocommerce-cart__container > div > div > p:nth-child(3) {
  display: none; }

/* line 582, resources/assets/styles/components/_woocommerce.scss */
.woocommerce ul.order_details {
  margin: 0; }

/* line 586, resources/assets/styles/components/_woocommerce.scss */
.woocommerce ul.order_details li {
  text-transform: capitalize; }

/* line 590, resources/assets/styles/components/_woocommerce.scss */
.page-template-checkout .woocommerce-input-wrapper input::-webkit-input-placeholder {
  color: #d3ced2; }
.page-template-checkout .woocommerce-input-wrapper input::-moz-placeholder {
  color: #d3ced2; }
.page-template-checkout .woocommerce-input-wrapper input:-ms-input-placeholder {
  color: #d3ced2; }
.page-template-checkout .woocommerce-input-wrapper input::-ms-input-placeholder {
  color: #d3ced2; }
.page-template-checkout .woocommerce-input-wrapper input::placeholder {
  color: #d3ced2; }

/* line 594, resources/assets/styles/components/_woocommerce.scss */
.product-magnify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: 2;
  background-color: #ffffff;
  border: 1px solid #efefef; }
  @media (max-width: 1023px) {
    /* line 594, resources/assets/styles/components/_woocommerce.scss */
    .product-magnify {
      right: 0; } }
  /* line 611, resources/assets/styles/components/_woocommerce.scss */
  .product-magnify img {
    width: 20px !important; }

/* line 616, resources/assets/styles/components/_woocommerce.scss */
.woocommerce-Price-amount bdi::after {
  content: " Per Night";
  white-space: nowrap; }

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
/* line 7, resources/assets/styles/components/_wp-classes.scss */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

/* line 14, resources/assets/styles/components/_wp-classes.scss */
.aligncenter {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: auto;
	margin-right: auto;
  display: block;
  height: auto;
}

/* line 21, resources/assets/styles/components/_wp-classes.scss */
.alignleft, .alignright {
	margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 640px) {
  /* line 29, resources/assets/styles/components/_wp-classes.scss */
  .alignleft {
		margin-right: 1rem;
	}
  .alignleft {
    float: left; }
  /* line 35, resources/assets/styles/components/_wp-classes.scss */
  .alignright {
		margin-left: 1rem;
	}
  .alignright {
    float: right; } }

/** Captions */
/* line 43, resources/assets/styles/components/_wp-classes.scss */
.wp-caption {
	margin-bottom: 1rem;
	display: inline-block;
}

/* line 47, resources/assets/styles/components/_wp-classes.scss */
.wp-caption img {
	margin-bottom: 0.5rem;
	height: auto;
	max-width: 100%;
	line-height: 1;
}

/* line 51, resources/assets/styles/components/_wp-classes.scss */
.wp-caption-text {
  font-size: 90%;
  color: #6c757d; }

/** Text meant only for screen readers */
/* line 57, resources/assets/styles/components/_wp-classes.scss */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 69, resources/assets/styles/components/_wp-classes.scss */
.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 6, resources/assets/styles/layouts/_header.scss */
header:hover .menu__link.current_page_item a::after {
  background-color: #3B0604; }

/* line 13, resources/assets/styles/layouts/_header.scss */
#menu-main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: auto;
  padding: 20px 20px;
  margin: auto;
  height: auto;
  overflow: hidden; }
  /* line 26, resources/assets/styles/layouts/_header.scss */
  #menu-main-menu li {
    z-index: 2; }
    @media (min-width: 768px) {
      /* line 26, resources/assets/styles/layouts/_header.scss */
      #menu-main-menu li {
        width: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      /* line 26, resources/assets/styles/layouts/_header.scss */
      #menu-main-menu li {
        font-size: 0.8rem; } }

/* line 43, resources/assets/styles/layouts/_header.scss */
.menu__link {
  color: #200100;
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
  margin: auto;
  padding: 0.75rem; }
  /* line 53, resources/assets/styles/layouts/_header.scss */
  .menu__link.current_page_item:hover a::after {
    background-color: #baa18d; }
  /* line 59, resources/assets/styles/layouts/_header.scss */
  .menu__link.current_page_item:not(.menu__logo) a {
    position: relative; }
    /* line 64, resources/assets/styles/layouts/_header.scss */
    .menu__link.current_page_item:not(.menu__logo) a:hover::after {
      background-color: #baa18d; }
    /* line 69, resources/assets/styles/layouts/_header.scss */
    .menu__link.current_page_item:not(.menu__logo) a::after {
      content: '';
      background-color: #ffffff;
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: -4px;
      left: 0;
      right: 0;
      -webkit-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s; }
  @media (min-width: 768px) {
    /* line 43, resources/assets/styles/layouts/_header.scss */
    .menu__link {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; } }

/* line 90, resources/assets/styles/layouts/_header.scss */
.navbar--toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px; }
  @media (max-width: 767px) {
    /* line 90, resources/assets/styles/layouts/_header.scss */
    .navbar--toggle {
      position: absolute;
      right: 1rem;
      top: 1.25rem; } }

/* line 108, resources/assets/styles/layouts/_header.scss */
header:hover .menu__link,
header:hover .navbar--toggle,
button:hover .navbar--toggle {
  color: #200100; }

/* line 114, resources/assets/styles/layouts/_header.scss */
button:focus {
  outline: none;
  text-decoration: underline; }

/* line 119, resources/assets/styles/layouts/_header.scss */
.menu__bar {
  background-color: #fff;
  display: block;
  height: 4px;
  margin: 2px;
  -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  width: 25px; }

/* line 131, resources/assets/styles/layouts/_header.scss */
.navbar--toggle:focus .menu__bar {
  outline: none; }

/* line 135, resources/assets/styles/layouts/_header.scss */
#navbar.opened .navbar--toggle .menu__bar:first-child,
#navbar.opened .navbar--toggle .menu__bar:last-child {
  position: absolute;
  margin: 0;
  width: 30px; }

/* line 142, resources/assets/styles/layouts/_header.scss */
#navbar.opened .navbar--toggle .menu__bar:first-child {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg); }

/* line 146, resources/assets/styles/layouts/_header.scss */
#navbar.opened .navbar--toggle .menu__bar:nth-child(2) {
  opacity: 0; }

/* line 150, resources/assets/styles/layouts/_header.scss */
#navbar.opened .navbar--toggle .menu__bar:last-child {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }

/* line 154, resources/assets/styles/layouts/_header.scss */
.menu-main-menu-container {
  bottom: 0;
  left: 0;
  opacity: 0;
  right: 0;
  top: 85px;
  -webkit-transition: opacity 0.2s ease-in-out, visiblity 0.3s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visiblity 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out, visiblity 0.3s ease-in-out;
  visibility: hidden; }
  @media (max-width: 767px) {
    /* line 154, resources/assets/styles/layouts/_header.scss */
    .menu-main-menu-container {
      margin-top: 4rem; } }

/* line 170, resources/assets/styles/layouts/_header.scss */
#navbar.opened .menu-main-menu-container {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible; }

/* line 176, resources/assets/styles/layouts/_header.scss */
#navbar.opened #menu-main-menu {
  background-color: white;
  max-height: none;
  padding: 1em;
  width: 100%; }

/* line 183, resources/assets/styles/layouts/_header.scss */
#navbar {
  padding: 1em; }
  /* line 186, resources/assets/styles/layouts/_header.scss */
  #navbar .fa-shopping-basket {
    right: 2%;
    top: 41%; }
    /* line 189, resources/assets/styles/layouts/_header.scss */
    #navbar .fa-shopping-basket:hover {
      color: #baa18d; }
    /* line 193, resources/assets/styles/layouts/_header.scss */
    #navbar .fa-shopping-basket .cart-counter {
      top: 9px;
      right: -6px;
      width: 16px;
      height: 16px;
      padding-top: 2px;
      border-radius: 100%;
      background-color: #3B0604;
      text-align: center;
      font-size: .75rem;
      color: #ffffff;
      -webkit-box-shadow: 0px 0px 2px white;
              box-shadow: 0px 0px 2px white; }
    @media (min-width: 768px) {
      /* line 186, resources/assets/styles/layouts/_header.scss */
      #navbar .fa-shopping-basket {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; } }
    @media (max-width: 767px) {
      /* line 186, resources/assets/styles/layouts/_header.scss */
      #navbar .fa-shopping-basket {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      /* line 186, resources/assets/styles/layouts/_header.scss */
      #navbar .fa-shopping-basket {
        top: 38%; } }

/* line 221, resources/assets/styles/layouts/_header.scss */
#navbar.opened {
  height: auto; }

/* line 225, resources/assets/styles/layouts/_header.scss */
.mobile-only-logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 1rem auto;
  width: 80px; }

@media screen and (min-width: 768px) {
  /* line 235, resources/assets/styles/layouts/_header.scss */
  #navbar {
    padding: 0;
    height: 88px; }
  /* line 240, resources/assets/styles/layouts/_header.scss */
  #navbar .menu-main-menu-container,
  #navbar.opened .menu-main-menu-container {
    display: block;
    height: 100%;
    opacity: 1;
    visibility: visible; }
  /* line 248, resources/assets/styles/layouts/_header.scss */
  #menu-main-menu,
  #navbar.opened #menu-main-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    list-style: none;
    margin: 0;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    width: 100%; }
  /* line 260, resources/assets/styles/layouts/_header.scss */
  #navbar:hover .menu__logo {
    background-image: url(https://shush-villa.magpiex.co.uk/app/uploads/2021/09/logo_darkened.png); }
  /* line 265, resources/assets/styles/layouts/_header.scss */
  .menu__logo {
    background-image: url(https://shush-villa.magpiex.co.uk/app/uploads/2021/05/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 80px; }
    /* line 272, resources/assets/styles/layouts/_header.scss */
    .menu__logo a {
      color: transparent; }
  /* line 277, resources/assets/styles/layouts/_header.scss */
  .menu__link {
    color: #fff; }
    /* line 284, resources/assets/styles/layouts/_header.scss */
    .menu__link:not(.menu-item-home) a:hover {
      -webkit-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s;
      color: #baa18d; } }

/* line 1, resources/assets/styles/layouts/_pages.scss */
html, body {
  overflow-x: hidden; }

/* Gallery animation */
/* line 6, resources/assets/styles/layouts/_pages.scss */
.grid-sizer,
.grid-item {
  width: 33.33333%;
  padding: 1%;
  float: left; }
  @media (max-width: 480px) {
    /* line 6, resources/assets/styles/layouts/_pages.scss */
    .grid-sizer,
    .grid-item {
      width: 50%; } }

/* line 17, resources/assets/styles/layouts/_pages.scss */
.gutter-sizer {
  width: 0.1%; }

/* line 21, resources/assets/styles/layouts/_pages.scss */
.gallery-animation {
  -o-animation: moveUp 0.5s ease forwards;
     animation: moveUp 0.5s ease forwards;
  -o-transform: translateY(200px);
     transform: translateY(200px);
  -webkit-animation: moveUp 0.5s ease forwards;
  -webkit-transform: translateY(200px); }

@-webkit-keyframes moveUp {
  0% {
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-o-keyframes moveUp {
  0% {
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes moveUp {
  0% {
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

/* line 51, resources/assets/styles/layouts/_pages.scss */
.gm-style-iw-d h1#firstHeading strong,
.gm-style-iw-d div#bodyContent p a {
  font-weight: 900; }

/* line 56, resources/assets/styles/layouts/_pages.scss */
.gm-style-iw-d div#bodyContent p a {
  color: revert; }

/* line 60, resources/assets/styles/layouts/_pages.scss */
.explore__hero--overlay {
  position: absolute;
  top: 440px;
  left: 0;
  right: 0; }
  @media (max-width: 1023px) {
    /* line 60, resources/assets/styles/layouts/_pages.scss */
    .explore__hero--overlay {
      top: 400px; } }
  @media (max-width: 419px) {
    /* line 60, resources/assets/styles/layouts/_pages.scss */
    .explore__hero--overlay {
      position: static; } }

@media (max-width: 414px) {
  /* line 74, resources/assets/styles/layouts/_pages.scss */
  .the-villa-heading {
    padding-top: 6rem; } }

@media (min-width: 415px) and (max-width: 639px) {
  /* line 74, resources/assets/styles/layouts/_pages.scss */
  .the-villa-heading {
    padding-top: 20rem; } }

@media (min-width: 640px) {
  /* line 74, resources/assets/styles/layouts/_pages.scss */
  .the-villa-heading {
    padding-top: 20rem; } }

/* line 89, resources/assets/styles/layouts/_pages.scss */
.explore__background-image {
  position: absolute;
  width: 70%;
  top: -20%;
  right: -30%; }
  @media (max-width: 1023px) {
    /* line 89, resources/assets/styles/layouts/_pages.scss */
    .explore__background-image {
      width: 100%;
      top: -10%;
      left: 0%; } }

/* line 104, resources/assets/styles/layouts/_pages.scss */
.explore__background-image-2 {
  position: absolute;
  width: 70%;
  top: -10%;
  left: -10%; }
  @media (max-width: 1023px) {
    /* line 104, resources/assets/styles/layouts/_pages.scss */
    .explore__background-image-2 {
      width: 100%;
      top: -10%;
      left: 0%; } }

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */
.visible {
	visibility: visible;
}
.static {
	position: static;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.z-10 {
	z-index: 10;
}
.z-0 {
	z-index: 0;
}
.-z-10 {
	z-index: -10;
}
.z-20 {
	z-index: 20;
}
.m-auto {
	margin: auto;
}
.mx-12 {
	margin-left: 3rem;
	margin-right: 3rem;
}
.my-32 {
	margin-top: 8rem;
	margin-bottom: 8rem;
}
.mx-20 {
	margin-left: 5rem;
	margin-right: 5rem;
}
.-my-12 {
	margin-top: -3rem;
	margin-bottom: -3rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-40 {
	margin-top: 10rem;
	margin-bottom: 10rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mx-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
.mt-32 {
	margin-top: 8rem;
}
.mb-32 {
	margin-bottom: 8rem;
}
.-mb-16 {
	margin-bottom: -1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.-mt-24 {
	margin-top: -1.5rem;
}
.-mt-60 {
	margin-top: -3.75rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.-mt-8 {
	margin-top: -2rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.-mt-10 {
	margin-top: -2.5rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mt-48 {
	margin-top: 12rem;
}
.ml-auto {
	margin-left: auto;
}
.mr-auto {
	margin-right: auto;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-20 {
	margin-top: 5rem;
}
.ml-16 {
	margin-left: 4rem;
}
.mb-40 {
	margin-bottom: 10rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.-mt-64 {
	margin-top: -16rem;
}
.mt-4 {
	margin-top: 1rem;
}
.-mb-56 {
	margin-bottom: -14rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-0 {
	margin-top: 0px;
}
.-mt-80 {
	margin-top: -20rem;
}
.mr-0 {
	margin-right: 0px;
}
.mb-48 {
	margin-bottom: 12rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.ml-0 {
	margin-left: 0px;
}
.-mt-12 {
	margin-top: -3rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mr-4 {
	margin-right: 1rem;
}
.-mb-160 {
	margin-bottom: -10rem;
}
.-mt-112 {
	margin-top: -7rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mr-3 {
	margin-right: 0.75rem;
}
.block {
	display: block;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.inline-grid {
	display: inline-grid;
}
.hidden {
	display: none;
}
.h-auto {
	height: auto;
}
.h-6 {
	height: 1.5rem;
}
.h-64 {
	height: 16rem;
}
.h-8 {
	height: 2rem;
}
.h-20 {
	height: 5rem;
}
.h-5 {
	height: 1.25rem;
}
.h-96 {
	height: 24rem;
}
.h-24 {
	height: 6rem;
}
.h-2\/5 {
	height: 40%;
}
.h-12 {
	height: 3rem;
}
.max-h-12 {
	max-height: 3rem;
}
.max-h-80 {
	max-height: 20rem;
}
.max-h-4 {
	max-height: 1rem;
}
.min-h-screen70 {
	min-height: 70vh;
}
.min-h-screen50 {
	min-height: 50vh;
}
.min-h-screen90 {
	min-height: 90vh;
}
.w-full {
	width: 100%;
}
.w-2\/5 {
	width: 40%;
}
.w-auto {
	width: auto;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-1\/2 {
	width: 50%;
}
.w-3\/4 {
	width: 75%;
}
.w-3\/5 {
	width: 60%;
}
.w-36 {
	width: 9rem;
}
.w-52 {
	width: 13rem;
}
.w-1\/5 {
	width: 20%;
}
.w-4\/5 {
	width: 80%;
}
.w-4 {
	width: 1rem;
}
.min-w-min {
	min-width: -webkit-min-content;
	min-width: -moz-min-content;
	min-width: min-content;
}
.max-w-full {
	max-width: 100%;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-xs {
	max-width: 20rem;
}
.flex-initial {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}
.flex-auto {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.flex-grow {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.transform {
	-webkit-transform: var(--tw-transform);
	     -o-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.resize {
	resize: both;
}
.list-none {
	list-style-type: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.content-center {
	-ms-flex-line-pack: center;
	    align-content: center;
}
.content-start {
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}
.content-end {
	-ms-flex-line-pack: end;
	    align-content: flex-end;
}
.items-start {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.items-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.justify-between {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.justify-around {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.justify-evenly {
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly;
}
.gap-24 {
	gap: 6rem;
}
.gap-y-12 {
	row-gap: 3rem;
}
.gap-x-8 {
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
}
.gap-y-8 {
	row-gap: 2rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-center {
	-ms-flex-item-align: center;
	    align-self: center;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-none {
	border-radius: 0px;
}
.border {
	border-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-brown-600 {
	--tw-border-opacity: 1;
	border-color: rgba(59, 6, 4, var(--tw-border-opacity));
}
.border-brown-700 {
	--tw-border-opacity: 1;
	border-color: rgba(32, 1, 0, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-brown-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(58, 7, 6, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-brown-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(59, 6, 4, var(--tw-bg-opacity));
}
.bg-brown-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(195, 184, 175, var(--tw-bg-opacity));
}
.bg-brown-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(32, 1, 0, var(--tw-bg-opacity));
}
.bg-cover {
	background-size: cover;
}
.bg-contain {
	background-size: contain;
}
.bg-center {
	background-position: center;
}
.bg-left-bottom {
	background-position: left bottom;
}
.bg-right {
	background-position: right;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-right {
	-o-object-position: right;
	   object-position: right;
}
.p-4 {
	padding: 1rem;
}
.p-0 {
	padding: 0px;
}
.p-8 {
	padding: 2rem;
}
.p-16 {
	padding: 4rem;
}
.p-6 {
	padding: 1.5rem;
}
.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-24 {
	padding-left: 6rem;
	padding-right: 6rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-0 {
	padding-top: 0px;
}
.pt-12 {
	padding-top: 3rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pb-28 {
	padding-bottom: 7rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-32 {
	padding-top: 8rem;
}
.pt-40 {
	padding-top: 10rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pl-32 {
	padding-left: 8rem;
}
.pl-24 {
	padding-left: 6rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pl-0 {
	padding-left: 0px;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-serif {
	font-family: "Libre Baskerville";
}
.font-script {
	font-family: "Herr Von Muellerhoff";
}
.font-sans {
	font-family: Abel;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-8xl {
	font-size: 6rem;
	line-height: 1;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.leading-4 {
	line-height: 1rem;
}
.leading-\[\.75rem\] {
	line-height: .75rem;
}
.text-brown-700 {
	--tw-text-opacity: 1;
	color: rgba(32, 1, 0, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-brown-100 {
	--tw-text-opacity: 1;
	color: rgba(195, 184, 175, var(--tw-text-opacity));
}
.text-brown-600 {
	--tw-text-opacity: 1;
	color: rgba(59, 6, 4, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(43, 43, 43, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(88, 88, 88, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(112, 112, 112, var(--tw-text-opacity));
}
.text-brown-400 {
	--tw-text-opacity: 1;
	color: rgba(186, 161, 141, var(--tw-text-opacity));
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-40 {
	opacity: 0.4;
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
	-webkit-filter: var(--tw-filter);
	        filter: var(--tw-filter);
}
.transition {
	-webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	-o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, filter, backdrop-filter, -o-transform;
	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-box-shadow, -webkit-transform, -o-transform, -webkit-filter, -webkit-backdrop-filter;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	     -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	     -o-transition-duration: 150ms;
	        transition-duration: 150ms;
}
.duration-500 {
	-webkit-transition-duration: 500ms;
	     -o-transition-duration: 500ms;
	        transition-duration: 500ms;
}
.hover\:border-brown-600:hover {
	--tw-border-opacity: 1;
	border-color: rgba(59, 6, 4, var(--tw-border-opacity));
}
.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-brown-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(59, 6, 4, var(--tw-bg-opacity));
}
.hover\:text-brown-600:hover {
	--tw-text-opacity: 1;
	color: rgba(59, 6, 4, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-brown-700 {
	--tw-text-opacity: 1;
	color: rgba(32, 1, 0, var(--tw-text-opacity));
}
@media (min-width: 420px) {
	.xs\:-mt-10 {
		margin-top: -2.5rem;
	}
	.xs\:mt-0 {
		margin-top: 0px;
	}
	.xs\:-mt-8 {
		margin-top: -2rem;
	}
	.xs\:max-h-24 {
		max-height: 6rem;
	}
	.xs\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xs\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.xs\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.xs\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}
	.xs\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.xs\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
	.xs\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 640px) {
	.sm\:-mt-60 {
		margin-top: -3.75rem;
	}
	.sm\:h-32 {
		height: 8rem;
	}
	.sm\:h-24 {
		height: 6rem;
	}
	.sm\:max-h-24 {
		max-height: 6rem;
	}
	.sm\:w-2\/5 {
		width: 40%;
	}
	.sm\:w-1\/2 {
		width: 50%;
	}
	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.sm\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.sm\:justify-start {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.sm\:p-12 {
		padding: 3rem;
	}
	.sm\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.sm\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.sm\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.sm\:pt-0 {
		padding-top: 0px;
	}
	.sm\:pl-10 {
		padding-left: 2.5rem;
	}
	.sm\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}
	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.sm\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media (min-width: 768px) {
	.md\:container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 420px) {
		.md\:container {
			max-width: 420px;
		}
	}
	@media (min-width: 640px) {
		.md\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.md\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.md\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1280px) {
		.md\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1536px) {
		.md\:container {
			max-width: 1536px;
		}
	}
	.md\:m-10 {
		margin: 2.5rem;
	}
	.md\:-mt-12 {
		margin-top: -3rem;
	}
	.md\:ml-32 {
		margin-left: 8rem;
	}
	.md\:-ml-72 {
		margin-left: -4.5rem;
	}
	.md\:-mt-10 {
		margin-top: -2.5rem;
	}
	.md\:mt-24 {
		margin-top: 6rem;
	}
	.md\:-mt-60 {
		margin-top: -3.75rem;
	}
	.md\:flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.md\:hidden {
		display: none;
	}
	.md\:w-3\/5 {
		width: 60%;
	}
	.md\:w-48 {
		width: 12rem;
	}
	.md\:w-3\/4 {
		width: 75%;
	}
	.md\:w-1\/4 {
		width: 25%;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-1\/5 {
		width: 20%;
	}
	.md\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.md\:bg-contain {
		background-size: contain;
	}
	.md\:bg-right {
		background-position: right;
	}
	.md\:p-24 {
		padding: 6rem;
	}
	.md\:p-16 {
		padding: 4rem;
	}
	.md\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}
	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.md\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:pb-24 {
		padding-bottom: 6rem;
	}
	.md\:pt-20 {
		padding-top: 5rem;
	}
	.md\:pb-10 {
		padding-bottom: 2.5rem;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-7xl {
		font-size: 4.5rem;
		line-height: 1;
	}
	.md\:text-9xl {
		font-size: 8rem;
		line-height: 1;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.md\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}
	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.md\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.md\:hover\:bg-white:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.group:hover .md\:group-hover\:text-brown-700 {
		--tw-text-opacity: 1;
		color: rgba(32, 1, 0, var(--tw-text-opacity));
	}
}
@media (min-width: 1024px) {
	.lg\:absolute {
		position: absolute;
	}
	.lg\:m-0 {
		margin: 0px;
	}
	.lg\:-m-52 {
		margin: -3.25rem;
	}
	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.lg\:mx-60 {
		margin-left: 15rem;
		margin-right: 15rem;
	}
	.lg\:-mb-60 {
		margin-bottom: -3.75rem;
	}
	.lg\:-mt-52 {
		margin-top: -3.25rem;
	}
	.lg\:mr-6 {
		margin-right: 1.5rem;
	}
	.lg\:-ml-28 {
		margin-left: -7rem;
	}
	.lg\:-mt-10 {
		margin-top: -2.5rem;
	}
	.lg\:mr-16 {
		margin-right: 4rem;
	}
	.lg\:mb-64 {
		margin-bottom: 16rem;
	}
	.lg\:ml-24 {
		margin-left: 6rem;
	}
	.lg\:mt-4 {
		margin-top: 1rem;
	}
	.lg\:mt-16 {
		margin-top: 4rem;
	}
	.lg\:ml-16 {
		margin-left: 4rem;
	}
	.lg\:mt-64 {
		margin-top: 16rem;
	}
	.lg\:-ml-10 {
		margin-left: -2.5rem;
	}
	.lg\:-mr-20 {
		margin-right: -5rem;
	}
	.lg\:-mt-36 {
		margin-top: -9rem;
	}
	.lg\:mb-20 {
		margin-bottom: 5rem;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:ml-20 {
		margin-left: 5rem;
	}
	.lg\:ml-32 {
		margin-left: 8rem;
	}
	.lg\:mt-24 {
		margin-top: 6rem;
	}
	.lg\:mb-100 {
		margin-bottom: 25rem;
	}
	.lg\:ml-28 {
		margin-left: 7rem;
	}
	.lg\:mr-0 {
		margin-right: 0px;
	}
	.lg\:block {
		display: block;
	}
	.lg\:h-36 {
		height: 9rem;
	}
	.lg\:h-24 {
		height: 6rem;
	}
	.lg\:max-h-full {
		max-height: 100%;
	}
	.lg\:w-1\/5 {
		width: 20%;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-80 {
		width: 20rem;
	}
	.lg\:w-3\/4 {
		width: 75%;
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
	.lg\:w-5\/6 {
		width: 83.333333%;
	}
	.lg\:w-6\/12 {
		width: 50%;
	}
	.lg\:w-2\/5 {
		width: 40%;
	}
	.lg\:w-5\/12 {
		width: 41.666667%;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.lg\:content-start {
		-ms-flex-line-pack: start;
		    align-content: flex-start;
	}
	.lg\:items-start {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.lg\:justify-start {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.lg\:bg-right {
		background-position: right;
	}
	.lg\:p-10 {
		padding: 2.5rem;
	}
	.lg\:p-0 {
		padding: 0px;
	}
	.lg\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.lg\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}
	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.lg\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}
	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.lg\:px-28 {
		padding-left: 7rem;
		padding-right: 7rem;
	}
	.lg\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}
	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:px-36 {
		padding-left: 9rem;
		padding-right: 9rem;
	}
	.lg\:pl-40 {
		padding-left: 10rem;
	}
	.lg\:pr-28 {
		padding-right: 7rem;
	}
	.lg\:pt-40 {
		padding-top: 10rem;
	}
	.lg\:pl-20 {
		padding-left: 5rem;
	}
	.lg\:pt-0 {
		padding-top: 0px;
	}
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	.lg\:pl-12 {
		padding-left: 3rem;
	}
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	.lg\:pb-40 {
		padding-bottom: 10rem;
	}
	.lg\:pl-0 {
		padding-left: 0px;
	}
	.lg\:pt-32 {
		padding-top: 8rem;
	}
	.lg\:pb-32 {
		padding-bottom: 8rem;
	}
	.lg\:pt-8 {
		padding-top: 2rem;
	}
	.lg\:pt-24 {
		padding-top: 6rem;
	}
	.lg\:pl-24 {
		padding-left: 6rem;
	}
	.lg\:pb-48 {
		padding-bottom: 12rem;
	}
	.lg\:pt-12 {
		padding-top: 3rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-9xl {
		font-size: 8rem;
		line-height: 1;
	}
	.lg\:text-8xl {
		font-size: 6rem;
		line-height: 1;
	}
	.lg\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	.lg\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.lg\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}
	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1280px) {
	.xl\:-ml-14 {
		margin-left: -3.5rem;
	}
	.xl\:-ml-8 {
		margin-left: -2rem;
	}
	.xl\:mt-0 {
		margin-top: 0px;
	}
	.xl\:-mt-12 {
		margin-top: -3rem;
	}
	.xl\:mt-48 {
		margin-top: 12rem;
	}
	.xl\:block {
		display: block;
	}
	.xl\:w-2\/5 {
		width: 40%;
	}
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.xl\:flex-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.xl\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}
	.xl\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}
	.xl\:pr-8 {
		padding-right: 2rem;
	}
	.xl\:text-left {
		text-align: left;
	}
	.xl\:text-9xl {
		font-size: 8rem;
		line-height: 1;
	}
	.xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	.xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1536px) {
	.\32xl\:mr-24 {
		margin-right: 6rem;
	}
	.\32xl\:mr-64 {
		margin-right: 16rem;
	}
	.\32xl\:w-1\/4 {
		width: 25%;
	}
	.\32xl\:w-1\/3 {
		width: 33.333333%;
	}
	.\32xl\:p-16 {
		padding: 4rem;
	}
	.\32xl\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}
	.\32xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

/*# sourceMappingURL=main.css.map*/