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

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

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

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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 {
	border-color: currentColor;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 550px) {

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

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

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

	.container {
		max-width: 1200px;
	}
}
@media (min-width: 1440px) {

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

	.container {
		max-width: 1920px;
	}
}
/* @import "../../node_modules/hamburgers/dist/hamburgers.min"; */
/* @import "../../node_modules/aos/dist/aos"; */
/* @font-face {
  font-family: "StingerFit-Regular";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url("../../assets/fonts/StingerFit-Regular.woff") format("woff");
} */
/* old-standard-tt-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Old Standard TT";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/9cc20d238faa57ba80e66bd168e6068f.woff2)
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* epilogue-regular - latin_latin-ext */
/* @font-face {
  font-display: swap;
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/epilogue-v17-latin_latin-ext-regular.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/epilogue-v17-latin_latin-ext-500.woff2")
    format("woff2");
} */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/2905a7d16d9d835e0b2a3ce3b4108e07.woff2)
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/bd81b51e91cb7395cd095a315414376f.woff2)
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* urbanist-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/72011965201a06497ec2eaf6547c8c1e.woff2)
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: Urbanist;
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
  background-color: #fff;
}
p {
  font-family: Urbanist;
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  color: #000;
  font-family: Old Standard TT;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
.gutter {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 1024px) {

	.gutter {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (min-width: 1440px) {

	.gutter {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
.gutter-right {
	padding-right: 1.25rem;
}
@media (min-width: 1024px) {

	.gutter-right {
		padding-right: 4rem;
	}
}
@media (min-width: 1440px) {

	.gutter-right {
		padding-right: 4rem;
	}
}
.content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
body.logged-in header {
    margin-top: 32px;
  }
.logo {
  width: 112px;
  height: 24px;
}
/* .main-nav {
  .logo {
    filter: brightness(0) invert(1);
  }
}

.main-nav--light {
  .logo {
    filter: none;
  }
} */
.primary-nav ul {
    list-style: none;
    display: flex;
  }
.primary-nav--left ul li:not(last-child) {
      margin-right: 50px;
    }
.primary-nav--right ul li:not(last-child) {
      margin-left: 50px;
    }
.mobile-nav {
	font-size: 1.125rem;
	line-height: 1.25;
}
.mobile-nav ul {
    display: block;
    text-align: center;
  }
.mobile-nav ul a {
      display: block;
      padding: 15px;
    }
.front-hero {
  height: calc(100vh - 84px);
  min-height: 600px;
}
@media (min-width: 768px) {
.front-hero {
    min-height: 840px
}
  }
.main-nav {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
  transition: all 0.2s;
}
.main-nav .primary-nav a {
	border-bottom-width: 2px;
}
.main-nav .primary-nav a {
	border-color: transparent;
}
.main-nav .primary-nav a {
	padding-bottom: 0.125rem;
}
.main-nav .primary-nav a {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.main-nav .primary-nav a:hover {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.main-nav .primary-nav a {
    transition: all 0.2s;
  }
.main-nav .current-menu-item a {
	border-bottom-width: 2px;
}
.main-nav .current-menu-item a {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.main-nav .current-menu-item a:hover {
	--tw-border-opacity: 1;
	border-color: rgba(255, 140, 66, var(--tw-border-opacity));
}
body.mobile-menu-open .main-nav, .main-nav--light {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition: all 0.2s;
}
body.mobile-menu-open .main-nav .primary-nav a, .main-nav--light .primary-nav a {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
body.mobile-menu-open .main-nav .primary-nav a:hover, .main-nav--light .primary-nav a:hover {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
body.mobile-menu-open .main-nav .primary-nav a, .main-nav--light .primary-nav a {
    transition: all 0.2s;
  }
.lrg-img-container {
  overflow: hidden;
  height: 480px;
  width: 100%;
  position: relative;
}
.lrg-img-container img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
@media (min-width: 550px) {
.lrg-img-container {
    min-height: 600px;
    height: calc(100vh - 84px)
}
  }
.hamburger {
  padding: 8px 0 0 0;
}
.hamburger-box {
    width: 32px;
    height: 20px;
  }
.hamburger .hamburger-inner, .hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.hamburger .hamburger-inner,
  .hamburger .hamburger-inner:before,
  .hamburger .hamburger-inner:after {
    width: 32px;
    height: 2px;
  }
.hamburger .hamburger-inner:before {
    top: -6px;
  }
.hamburger .hamburger-inner:after {
    bottom: -6px;
  }
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:before, .hamburger.is-active .hamburger-inner:after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.main-nav--light .hamburger-inner, .main-nav--light .hamburger-inner:before, .main-nav--light .hamburger-inner:after, body.mobile-menu-open .hamburger-inner, body.mobile-menu-open .hamburger-inner:before, body.mobile-menu-open .hamburger-inner:after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.main-nav--light .hamburger.is-active .hamburger-inner, .main-nav--light .hamburger.is-active .hamburger-inner:before, .main-nav--light .hamburger.is-active .hamburger-inner:after, body.mobile-menu-open .hamburger.is-active .hamburger-inner, body.mobile-menu-open .hamburger.is-active .hamburger-inner:before, body.mobile-menu-open .hamburger.is-active .hamburger-inner:after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.mobile-menu {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));

  transform: translateY(-100%);
  transition: all 0.4s;
  min-height: 100vh;
}
.mobile-menu.is-open {
    transform: translateY(0);
  }
.person-photo {
  width: 100%;
  padding-top: 125%;
  position: relative;
  display: block;
}
/* section[id]::before {
  content: "";
  display: block;
  height: 250px;
  margin-top: -250px;
  visibility: hidden;
  pointer-events: none;
  z-index: -999;
} */
.id-offset {
  padding-top: 130px;
  margin-top: -130px;
}
.wpml-ls {
	text-transform: uppercase;

  margin-left: 50px;
  font-size: 12px;
}
.wpml-ls a {
	font-weight: 500;
}
.wpml-ls a {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.wpml-ls a {
    padding: 3px 0px;
  }
.wpml-ls a:hover {
	text-decoration: underline;
}
.wpml-ls li.wpml-ls-current-language a {
	text-decoration: underline;
}
.mobile-menu .wpml-ls {
  margin-left: 0px;
  font-size: 14px;
}
.mobile-menu .wpml-ls a {
    padding: 10px;
  }
.hide-book-btn nav.primary-nav--left ul > li:first-child,
.hide-book-btn nav.mobile-nav--left ul > li:first-child {
  display: none;
}
.body-text {
  font-family: Urbanist;
  color: #000;
  font-size: 1rem;
  line-height: 1.75;
}
.body-text p {
    font-family: Urbanist;
    color: #000;
    font-size: 1rem;
    line-height: 1.75;
  }
.body-text p:not(:first-child) {
      margin-top: 16px;
    }
.body-text strong {
	font-weight: 600;
}
.body-text img {
    margin: 40px 0;
  }
.body-text a {
    text-decoration: underline;
  }
.body-text a:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 140, 66, var(--tw-text-opacity));
}
.body-text .form-styles {
    margin-top: 40px;
  }
.body-text--white {
    color: #fff;
  }
.body-text--white p {
      color: #fff;
    }
.btn {
	display: inline-block;
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 550px) {

	.btn {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.btn {
  transition: all 0.2s;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}
.btn--light {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
.btn--light {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn--light:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
.btn--light:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn--dark {
	border-width: 0px;
}
.btn--dark {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.btn--dark {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn--dark:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.btn--no-hover:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.btn--no-style {
	background-color: transparent;
}
.btn--no-style {
	padding-left: 0;
	padding-right: 0;
}
.btn--no-style {
	padding-top: 0;
	padding-bottom: 0;
}
.btn--book {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media (min-width: 550px) {

	.btn--book {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}
.btn.btn--light.btn--no-hover {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.btn.btn--light.btn--no-hover:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
.btn.btn--light.btn--no-hover:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.btn.btn--light.btn--no-hover:hover span {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.btn span {
	border-bottom-width: 2px;
}
.btn span {
	border-color: transparent;
}
.btn span {
    transition: border 0.2s;
  }
.btn:hover span {
	border-bottom-width: 2px;
}
.btn:hover span {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.btn.btn--light:hover span {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.btn.btn--dark:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn.btn--dark:hover span {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.btn.btn--dark:hover span {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
input[type="submit"] {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));

  -webkit-appearance: none;
  -webkit-border-radius: none;
  opacity: 1;
}
input[type="submit"]:hover {
    text-decoration: underline;
  }
.main-book-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  opacity: 1;
  /* transition: opacity 0.2s; */
}
body.ft-w-open .main-book-btn {
    opacity: 0;
    /* transition: opacity 0.2s; */
    pointer-events: none;
  }
.ft-widget-b2 {
  opacity: 0 !important;
  transition-delay: 0.2s !important;
}
.ft-widget-b2.ft-open {
    opacity: 1 !important;
  }
@media (max-width: 767px) {
.images-list {
    margin-left: -20px;
    margin-right: -20px
}
  }
@media (min-width: 768px) {
    .images-list > li:nth-child(odd) {
      padding-right: 20px;
    }

    .images-list > li:nth-child(even) {
      padding-left: 20px;
      padding-top: 160px;
    }
  }
@media (min-width: 768px) {
.image-link {
    transition: all 0.2s
}

    .image-link:hover {
      margin-top: -20px;
      margin-bottom: 20px;
    }
  }
.square {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
.square {
    min-height: 480px
}
  }
.menu-list {
  top: 90px;
}
body.logged-in .menu-list {
    top: calc(90px + 32px);
  }
.cards-list {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
	margin-top: -1.25rem;
	display: flex;
	flex: 1 1 0%;
	flex-wrap: wrap;
}
.cards-list__item {
	width: 100%;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 1.25rem;
}
@media (min-width: 1024px) {

	.cards-list__item {
		width: 33.333333%;
	}
}
.cards-list__card {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(240, 230, 228, var(--tw-bg-opacity));
	padding: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

	.cards-list__card {
		padding: 1.5rem;
	}
}
.cards-list__card {
  min-height: 100%;
}
.cards-list__card--highlighted {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.cards-list__label {
	margin-bottom: 1.125rem;
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.313rem;
	padding-bottom: 0.313rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 0.625rem;
  letter-spacing: 0.18em;
}
.cards-list__title {
	font-family: Old Standard TT;
	font-size: 2rem;
	line-height: 1.25;
}
.cards-list__card--highlighted .cards-list__title {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.cards-list__intro {
	margin-top: 0.25rem;
	font-size: 0.875rem;
	--tw-text-opacity: 1;
	color: rgba(182, 72, 38, var(--tw-text-opacity));
  letter-spacing: 0.02em;
}
.cards-list__price-wrap, .cards-list__content {
	margin-top: 2rem;
	border-top-width: 1px;
	border-color: rgba(0, 0, 0, 0.2);
	padding-top: 2rem;
}
.cards-list__card--highlighted .cards-list__price-wrap,
.cards-list__card--highlighted .cards-list__content {
  border-color: rgba(255, 255, 255, 0.18);
}
.cards-list__price {
	font-family: Old Standard TT;
	font-size: 3rem;
	line-height: 1;
}
.cards-list__card--highlighted .cards-list__price {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.cards-list__price-details {
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	font-family: Urbanist;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(100, 100, 100, var(--tw-text-opacity));
  letter-spacing: 0.15em;
}
.cards-list__card--highlighted .cards-list__price-details {
	color: rgba(255, 255, 255, 0.6);
}
.cards-list__price-details li:not(:last-child)::after {
  content: "-";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cards-list__content {
	font-size: 1rem;
}
.cards-list__content ul {
	margin-top: 1.5rem;
}
.cards-list__content li {
	position: relative;
	padding-left: 1.5rem;
}
.cards-list__content li:not(:first-child) {
	margin-top: 0.75rem;
}
.cards-list__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.313rem;
  height: 0.75rem;
  width: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgba(182, 72, 38, var(--tw-border-opacity));
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.cards-list__button {
	margin-top: 2.5rem;
	display: flex;
	width: 100%;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	font-family: Urbanist;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  border: 0;
  transition: all 0.2s;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}
.cards-list__card--highlighted .cards-list__button {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.cards-list__button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.cards-list__button .cards-list__button-icon {
	margin-left: 1.25rem;
	height: 1.125rem;
	width: 1.125rem;
  color: currentColor;
}
.card-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
  z-index: 10000;
}
.card-modal.is-open {
	display: flex;
}
.card-modal__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  opacity: 0.72;
}
.card-modal__panel {
	position: relative;
	width: 100%;
	max-width: 850px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 2rem;
}
@media (min-width: 1024px) {

	.card-modal__panel {
		padding: 3rem;
	}
}
.card-modal__panel {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
.card-modal__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	cursor: pointer;
	border-width: 0px;
	background-color: transparent;
	padding: 0;
	font-size: 2rem;
	line-height: 1;
}
.card-modal__title {
	margin-bottom: 1rem;
	padding-right: 2rem;
	font-family: Old Standard TT;
	font-size: 2rem;
	line-height: 1.25;
}
body.card-modal-open {
  overflow: hidden;
}
/**
 * Icon component
 *
 * 1. Display inline with surrounding text content.
 * 2. Inherit the parent text color for icon fills.
 * 3. Use parent font-size for width and height.
 * 4. Vertically align icon with surrounding text.
 *    See: http://snook.ca/archives/html_and_css/icons-and-type
 */
.icon {
  display: inline-block; /* 1 */
  fill: currentColor; /* 2 */
  height: 2em; /* 3 */
  position: relative; /* 4 */
  top: 0em; /* -0.0625em; */ /* 4 */
  vertical-align: middle; /* 4 */
  width: 2em; /* 3 */
  color: #000;
}
.icon-stroke {
  stroke: currentColor;
}
.accordion {
  list-style: none;
}
.accordion-item {
  width: 100%;
  overflow: hidden;
}
.accordion-item__header {
    cursor: pointer;
  }
.accordion-item__content {
    max-height: 0px;
    overflow: hidden;
    line-height: 1.6;
    transition: max-height 350ms ease-in-out;
  }
.accordion-item .accordion-item__header {
    position: relative;
  }
.accordion-item .accordion-item__header:before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.accordion-item .accordion-item__header:before {
      position: absolute;
      content: "";
      width: 24px;
      height: 2px;
      top: 50%;
      right: 8px;
      transform: translateY(-50%);
    }
.accordion-item .accordion-item__header:after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.accordion-item .accordion-item__header:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 24px;
      top: 50%;
      right: 19px;
      transform: translateY(-50%);
    }
.accordion-item.open .accordion-item__header:after {
    opacity: 0;
  }
.form-styles {
  width: 100%;
}
.form-styles form {
    width: 100%;
  }
.form-styles input {
	line-height: 1;
}
.form-styles input[type="text"],
  .form-styles input[type="email"],
  .form-styles input[type="file"],
  .form-styles textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    border-radius: 0
  }
.form-styles input[type="text"], .form-styles input[type="email"], .form-styles input[type="file"], .form-styles textarea {
	display: block;
}
.form-styles input[type="text"], .form-styles input[type="email"], .form-styles input[type="file"], .form-styles textarea {
	width: 100%;
}
.form-styles input[type="text"], .form-styles input[type="email"], .form-styles input[type="file"], .form-styles textarea {
	border-width: 2px;
}
.form-styles input[type="text"], .form-styles input[type="email"], .form-styles input[type="file"], .form-styles textarea {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.form-styles input[type="text"], .form-styles input[type="email"], .form-styles input[type="file"], .form-styles textarea {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.form-styles input[type="text"], .form-styles input[type="email"], .form-styles input[type="file"], .form-styles textarea {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}
.form-styles input[type="text"], .form-styles input[type="email"], .form-styles input[type="file"], .form-styles textarea {
	font-size: 1.125rem;
}
.form-styles input[type="text"]:active,
    .form-styles input[type="text"]:focus,
    .form-styles input[type="email"]:active,
    .form-styles input[type="email"]:focus,
    .form-styles input[type="file"]:active,
    .form-styles input[type="file"]:focus,
    .form-styles textarea:active,
    .form-styles textarea:focus {
      outline: 0;
    }
.form-styles input[type="text"]:active, .form-styles input[type="text"]:focus, .form-styles input[type="email"]:active, .form-styles input[type="email"]:focus, .form-styles input[type="file"]:active, .form-styles input[type="file"]:focus, .form-styles textarea:active, .form-styles textarea:focus {
	--tw-border-opacity: 1;
	border-color: rgba(255, 140, 66, var(--tw-border-opacity));
}
.form-styles .form-textarea-wrap textarea {
    height: 166px;
    resize: none;
  }
.form-styles .form-submit-wrap input[type="submit"] {
      -webkit-appearance: none;
      border-radius: 0;
      -webkit-border-radius: none;
    }
.form-styles .form-submit-wrap input[type="submit"] {
	border-width: 0px;
}
.form-styles .form-submit-wrap input[type="submit"] {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.form-styles .form-submit-wrap input[type="submit"] {
	padding-top: 1.375rem;
	padding-bottom: 1.375rem;
}
.form-styles .form-submit-wrap input[type="submit"] {
	font-size: 1.125rem;
}
.form-styles .form-submit-wrap input[type="submit"] {
	line-height: 1;
}
@media (min-width: 550px) {

	.form-styles .form-submit-wrap input[type="submit"] {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.form-styles .form-submit-wrap input[type="submit"].btn--no-style {
	margin-top: 1.5rem;
}
.form-styles .form-submit-wrap input[type="submit"].btn--no-style {
	padding: 0;
}
.form-styles .form-submit-wrap input[type="submit"].btn--no-style {
      -webkit-appearance: none;
      -webkit-border-radius: none;
    }
.form-styles--dark input[type="text"],
  .form-styles--dark input[type="email"],
  .form-styles--dark input[type="file"],
  .form-styles--dark textarea {
    -webkit-appearance: none;
    -webkit-border-radius: none;
    -moz-appearance: none;
         appearance: none
  }
.form-styles--dark input[type="text"], .form-styles--dark input[type="email"], .form-styles--dark input[type="file"], .form-styles--dark textarea {
	display: block;
}
.form-styles--dark input[type="text"], .form-styles--dark input[type="email"], .form-styles--dark input[type="file"], .form-styles--dark textarea {
	width: 100%;
}
.form-styles--dark input[type="text"], .form-styles--dark input[type="email"], .form-styles--dark input[type="file"], .form-styles--dark textarea {
	border-width: 2px;
}
.form-styles--dark input[type="text"], .form-styles--dark input[type="email"], .form-styles--dark input[type="file"], .form-styles--dark textarea {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.form-styles--dark input[type="text"], .form-styles--dark input[type="email"], .form-styles--dark input[type="file"], .form-styles--dark textarea {
	background-color: transparent;
}
.form-styles--dark input[type="text"], .form-styles--dark input[type="email"], .form-styles--dark input[type="file"], .form-styles--dark textarea {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.form-styles--dark input[type="text"], .form-styles--dark input[type="email"], .form-styles--dark input[type="file"], .form-styles--dark textarea {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}
.form-styles--dark input[type="text"], .form-styles--dark input[type="email"], .form-styles--dark input[type="file"], .form-styles--dark textarea {
	font-size: 1.125rem;
}
.form-styles--dark input[type="text"]:active,
    .form-styles--dark input[type="text"]:focus,
    .form-styles--dark input[type="email"]:active,
    .form-styles--dark input[type="email"]:focus,
    .form-styles--dark input[type="file"]:active,
    .form-styles--dark input[type="file"]:focus,
    .form-styles--dark textarea:active,
    .form-styles--dark textarea:focus {
      outline: 0;
    }
.form-styles--dark input[type="text"]:active, .form-styles--dark input[type="text"]:focus, .form-styles--dark input[type="email"]:active, .form-styles--dark input[type="email"]:focus, .form-styles--dark input[type="file"]:active, .form-styles--dark input[type="file"]:focus, .form-styles--dark textarea:active, .form-styles--dark textarea:focus {
	--tw-border-opacity: 1;
	border-color: rgba(255, 140, 66, var(--tw-border-opacity));
}
.form-styles--dark input[type="text"]::-moz-placeholder, .form-styles--dark input[type="email"]::-moz-placeholder, .form-styles--dark input[type="file"]::-moz-placeholder, .form-styles--dark textarea::-moz-placeholder {
      color: black;
      opacity: 1;
    }
.form-styles--dark input[type="text"]::placeholder, .form-styles--dark input[type="email"]::placeholder, .form-styles--dark input[type="file"]::placeholder, .form-styles--dark textarea::placeholder {
      color: black;
      opacity: 1;
    }
.no-ajax .ajax-loader {
  display: none;
}
.submit-end .form-submit-wrap {
    display: flex;
    justify-content: flex-end;
  }
.submit-end .form-submit-wrap input {
      -webkit-appearance: none;
      -webkit-border-radius: none;
    }
.submit-end .form-submit-wrap input {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.submit-end .form-submit-wrap input {
      opacity: 1;
    }
.form-divided {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form-divided__left,
  .form-divided__right {
    width: 100%;
  }
@media (min-width: 1024px) {
.form-divided__left,
  .form-divided__right {
      width: 50%
  }
    }
@media (min-width: 1024px) {
.form-divided__left {
      padding-right: 12px
  }
    }
.form-divided__right {
    margin-top: 24px;
  }
@media (min-width: 1024px) {
.form-divided__right {
      margin-top: 0;
      padding-left: 12px
  }
    }
.form-select-wrap {
  padding-bottom: 24px;
  position: relative;
}
.form-select-wrap select {
    cursor: pointer;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: none
  }
.form-select-wrap select {
	display: block;
}
.form-select-wrap select {
	width: 100%;
}
.form-select-wrap select {
	border-width: 2px;
}
.form-select-wrap select {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.form-select-wrap select {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}
.form-select-wrap select {
	padding-left: 1.5rem;
}
.form-select-wrap select {
	padding-right: 2.5rem;
}
.form-select-wrap select {
	font-size: 1.125rem;
}
.form-select-wrap select {
	line-height: 1;
}
.form-select-wrap select:active,
    .form-select-wrap select:focus {
      outline: 0;
    }
.form-select-wrap select:active, .form-select-wrap select:focus {
	--tw-border-opacity: 1;
	border-color: rgba(255, 140, 66, var(--tw-border-opacity));
}
.form-select-wrap:after {
    position: absolute;
    top: 22px;
    right: 20px;
    content: "";
    background: url(images/arrow-down.svg) no-repeat bottom center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    pointer-events: none;
  }
.form-gdpr, .form-checkbox-wrap {
	font-size: 1rem;

  margin-top: 20px;
}
.form-gdpr a, .form-checkbox-wrap a {
    text-decoration: underline;
  }
.form-gdpr input, .form-checkbox-wrap input {
    width: auto;
    margin-top: 6px;
    margin-right: 10px;
  }
.form-gdpr .wpcf7-list-item, .form-checkbox-wrap .wpcf7-list-item {
    margin-left: 0;
  }
.form-gdpr label, .form-checkbox-wrap label {
    display: flex;
  }
.body-text .gform_wrapper {
	padding-top: 1.25rem;
}
@media (min-width: 550px) {

	.body-text .gform_wrapper {
		padding-top: 2.5rem;
	}
}
/* .form-wrap { */
.gform_wrapper .gform_required_legend {
	display: none;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select {
	height: auto !important;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select {
	border-radius: 0px !important;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select {
	border-width: 2px !important;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select {
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select {
	padding: 0.938rem !important;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select {
	font-size: 1.125rem !important;
}
.gform_wrapper .gfield input, .gform_wrapper .gfield select {
	line-height: 1 !important;
}
.gform_wrapper .gfield .ginput_container_select {
    position: relative;
  }
.gform_wrapper .gfield .ginput_container_select select {
	padding-right: 2rem !important;
}
.gform_wrapper .gfield .ginput_container_select select {

      -moz-appearance: none;

           appearance: none;
      -webkit-appearance: none;
      -webkit-border-radius: none;
    }
.gform_wrapper .gfield .ginput_container_select:after {
      position: absolute;
      top: 18px;
      right: 20px;
      content: "";
      background: url(images/arrow-down.svg) no-repeat bottom center;
      background-size: 16px 16px;
      width: 16px;
      height: 16px;
      pointer-events: none;
    }
.gform_wrapper .gfield_checkbox input {
	margin-top: -0.25rem !important;
}
.gform_wrapper .gfield_checkbox label {
	padding-left: 0.313rem !important;
}
.gform_wrapper .gfield_checkbox label {
	font-size: 1rem !important;
}
.gform_wrapper .gfield input:focus, .gform_wrapper .gfield textarea:focus, .gform_wrapper .gfield select:focus {
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 140, 66, var(--tw-border-opacity)) !important;
}
.gform_wrapper .gfield input:focus, .gform_wrapper .gfield textarea:focus, .gform_wrapper .gfield select:focus {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.gform_wrapper .gfield textarea {
	height: 170px !important;
}
.gform_wrapper .gfield textarea {
	border-radius: 0px !important;
}
.gform_wrapper .gfield textarea {
	border-width: 2px !important;
}
.gform_wrapper .gfield textarea {
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.gform_wrapper .gfield textarea {
	padding: 0.938rem !important;
}
.gform_wrapper .gfield textarea {
	font-size: 1.125rem !important;
}
.gform_wrapper .gfield textarea {
	line-height: 1 !important;
}
.gform_wrapper .gfield_consent_label {
	padding-left: 0.313rem;
}
.gform_wrapper .gfield_consent_label a {
	text-decoration: underline;
}
.gform_wrapper .gform_footer input[type="submit"] {
	display: inline-block !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	cursor: pointer !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity)) !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	text-align: center !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 1.125rem !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-weight: 500 !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	text-transform: uppercase !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	line-height: 1 !important;
}
.gform_wrapper .gform_footer input[type="submit"] {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (min-width: 550px) {

	.gform_wrapper .gform_footer input[type="submit"] {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
}
.gform_wrapper .gform_footer input[type="submit"] {
    transition: all 0.2s;
  }
.gform_confirmation_message {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
	font-size: 1.5rem !important;
	font-weight: 500 !important;
}
/* } */
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input {
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input {
	background-color: transparent !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input::-moz-placeholder {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input::placeholder {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input::-moz-placeholder {
	opacity: 1 !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input::placeholder {
	opacity: 1 !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper #field_submit {
	justify-content: flex-end;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input[type="submit"] {
	cursor: pointer !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input[type="submit"] {
	border-style: none !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input[type="submit"] {
	padding: 0 !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input[type="submit"] {
	padding-left: 0.625rem !important;
	padding-right: 0.625rem !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input[type="submit"] {
	padding-top: 0 !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input[type="submit"] {
	padding-bottom: 0.313rem !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input[type="submit"] {
	text-transform: uppercase !important;
}
.form-wrap.form-wrap--newsletter .gform_wrapper .gfield input[type="submit"] {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.form-wrap.form-wrap--newsletter .gform_confirmation_message {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.form-wrap.form-wrap--newsletter .gform_confirmation_message {
	font-size: 1.5rem !important;
}
.form-wrap.form-wrap--newsletter .gform_confirmation_message {
	font-weight: 500 !important;
}
body.login {
	font-family: Urbanist;
}
body.login p {
	font-family: Urbanist;
}
body.login .notice.message {
	--tw-border-opacity: 1;
	border-color: rgba(255, 140, 66, var(--tw-border-opacity));
}
body.login .notice.message {

    background-color: #f0e6e4;
  }
body.login #loginform, body.login #lostpasswordform {
	border-width: 0px;
}
body.login #loginform,
  body.login #lostpasswordform {
    background-color: #f0e6e4;
  }
body.login input[type="submit"] {
	border-radius: 0px;
}
body.login input[type="submit"] {
	border-width: 0px;
}
body.login input[type="submit"] {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
body.login input[type="submit"]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
body.login input[type="submit"]:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
body.login .language-switcher input[type="submit"] {
	border-radius: 0px;
}
body.login .language-switcher input[type="submit"] {
	border-width: 0px;
}
body.login .language-switcher input[type="submit"] {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
body.login .language-switcher input[type="submit"] {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
body.login .language-switcher input[type="submit"]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
body.login .language-switcher input[type="submit"]:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
#login h1 a {
  width: 112px;
  height: 24px;

  background: url(images/logo.svg) center/contain no-repeat;
}
.visible {
	visibility: visible;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0;
}
.left-0 {
	left: 0;
}
.z-50 {
	z-index: 50;
}
.z-40 {
	z-index: 40;
}
.my-80 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.-mx-10 {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
.-mt-20 {
	margin-top: -1.25rem;
}
.mt-20 {
	margin-top: 1.25rem;
}
.mt-40 {
	margin-top: 2.5rem;
}
.-mt-24 {
	margin-top: -1.5rem;
}
.mt-24 {
	margin-top: 1.5rem;
}
.mt-80 {
	margin-top: 5rem;
}
.-mt-2 {
	margin-top: -0.125rem;
}
.mb-80 {
	margin-bottom: 5rem;
}
.mb-24 {
	margin-bottom: 1.5rem;
}
.ml-10 {
	margin-left: 0.625rem;
}
.mb-40 {
	margin-bottom: 2.5rem;
}
.mb-12 {
	margin-bottom: 0.75rem;
}
.-ml-8 {
	margin-left: -0.5rem;
}
.mt-30 {
	margin-top: 1.875rem;
}
.mt-10 {
	margin-top: 0.625rem;
}
.ml-8 {
	margin-left: 0.5rem;
}
.-mt-40 {
	margin-top: -2.5rem;
}
.mt-12 {
	margin-top: 0.75rem;
}
.block {
	display: block;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.h-24 {
	height: 1.5rem;
}
.h-48 {
	height: 3rem;
}
.h-2 {
	height: 0.125rem;
}
.h-40 {
	height: 2.5rem;
}
.h-18 {
	height: 1.125rem;
}
.h-full {
	height: 100%;
}
.w-full {
	width: 100%;
}
.w-24 {
	width: 1.5rem;
}
.w-40 {
	width: 2.5rem;
}
.w-18 {
	width: 1.125rem;
}
.w-1\/2 {
	width: 50%;
}
.max-w-635 {
	max-width: 39.688rem;
}
.max-w-lg {
	max-width: 32rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.overflow-hidden {
	overflow: hidden;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-full {
	border-radius: 9999px;
}
.border-t-8 {
	border-top-width: 8px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(182, 72, 38, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(182, 72, 38, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 140, 66, var(--tw-bg-opacity));
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.py-80 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-12 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-10 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.px-20 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-20 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-24 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-10 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.pt-40 {
	padding-top: 2.5rem;
}
.pb-80 {
	padding-bottom: 5rem;
}
.pt-80 {
	padding-top: 5rem;
}
.pt-15 {
	padding-top: 0.938rem;
}
.pr-40 {
	padding-right: 2.5rem;
}
.pb-48 {
	padding-bottom: 3rem;
}
.pt-24 {
	padding-top: 1.5rem;
}
.pl-20 {
	padding-left: 1.25rem;
}
.pt-8 {
	padding-top: 0.5rem;
}
.pt-32 {
	padding-top: 2rem;
}
.pb-64 {
	padding-bottom: 4rem;
}
.text-center {
	text-align: center;
}
.font-body {
	font-family: Urbanist;
}
.text-xl {
	font-size: 1.5rem;
}
.text-2xl {
	font-size: 2rem;
}
.text-lg {
	font-size: 1.125rem;
}
.text-sm {
	font-size: 0.875rem;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}
.uppercase {
	text-transform: uppercase;
}
.leading-tight {
	line-height: 1.25;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray {
	--tw-text-opacity: 1;
	color: rgba(100, 100, 100, var(--tw-text-opacity));
}
.text-white\/70 {
	color: rgba(255, 255, 255, 0.7);
}
.underline {
	text-decoration: underline;
}
.opacity-100 {
	opacity: 1;
}
.opacity-0 {
	opacity: 0;
}
.hover\:underline:hover {
	text-decoration: underline;
}
.group:hover .group-hover\:underline {
	text-decoration: underline;
}
.group:hover:hover  .group-hover\:group-hover\:underline {
	text-decoration: underline;
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}
@media (min-width: 550px) {

	.xs\:-mx-20 {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}

	.xs\:-mt-80 {
		margin-top: -5rem;
	}

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

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

	.xs\:px-20 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.xs\:pt-80 {
		padding-top: 5rem;
	}
}
@media (min-width: 768px) {

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

	.sm\:pr-20 {
		padding-right: 1.25rem;
	}

	.sm\:pl-20 {
		padding-left: 1.25rem;
	}
}
@media (min-width: 1024px) {

	.md\:sticky {
		position: sticky;
	}

	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.md\:my-140 {
		margin-top: 8.75rem;
		margin-bottom: 8.75rem;
	}

	.md\:mt-20 {
		margin-top: 1.25rem;
	}

	.md\:mb-160 {
		margin-bottom: 10rem;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-71 {
		height: 4.438rem;
	}

	.md\:w-1\/4 {
		width: 25%;
	}

	.md\:w-3\/4 {
		width: 75%;
	}

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

	.md\:w-2\/3 {
		width: 66.666667%;
	}

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

	.md\:flex-col {
		flex-direction: column;
	}

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

	.md\:pt-80 {
		padding-top: 5rem;
	}

	.md\:pb-40 {
		padding-bottom: 2.5rem;
	}

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

	.md\:pl-64 {
		padding-left: 4rem;
	}

	.md\:pr-20 {
		padding-right: 1.25rem;
	}

	.md\:pl-20 {
		padding-left: 1.25rem;
	}

	.md\:pb-160 {
		padding-bottom: 10rem;
	}
}
@media (min-width: 1200px) {

	.md-var\:pr-40 {
		padding-right: 2.5rem;
	}
}
@media (max-width: 1023px) {

	.md-down\:mt-80 {
		margin-top: 5rem;
	}

	.md-down\:mt-40 {
		margin-top: 2.5rem;
	}

	.md-down\:hidden {
		display: none;
	}

	.md-down\:pb-80 {
		padding-bottom: 5rem;
	}
}
@media (max-width: 767px) {

	.sm-down\:mt-40 {
		margin-top: 2.5rem;
	}
}


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