/*! 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;
	margin-top: 0 !important;
	/* background-color: transparent !important; */
}
/** 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: suisse;
   /* 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:-ms-input-placeholder, textarea:-ms-input-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 {
	--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));
	border-color: currentColor;
	--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);
	--tw-backdrop-blur: var(--tw-empty,
   /*!*/
   /*!*/
   );
	--tw-backdrop-brightness: var(--tw-empty,
   /*!*/
   /*!*/
   );
	--tw-backdrop-contrast: var(--tw-empty,
   /*!*/
   /*!*/
   );
	--tw-backdrop-grayscale: var(--tw-empty,
   /*!*/
   /*!*/
   );
	--tw-backdrop-hue-rotate: var(--tw-empty,
   /*!*/
   /*!*/
   );
	--tw-backdrop-invert: var(--tw-empty,
   /*!*/
   /*!*/
   );
	--tw-backdrop-opacity: var(--tw-empty,
   /*!*/
   /*!*/
   );
	--tw-backdrop-saturate: var(--tw-empty,
   /*!*/
   /*!*/
   );
	--tw-backdrop-sepia: var(--tw-empty,
   /*!*/
   /*!*/
   );
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.pointer-events-none {
	pointer-events: none;
}
.pointer-events-auto {
	pointer-events: auto;
}
.\!pointer-events-auto {
	pointer-events: auto !important;
}
.invisible {
	visibility: hidden;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.inset-0 {
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
}
.top-0 {
	top: 0rem;
}
.left-0 {
	left: 0rem;
}
.left-\[3rem\] {
	left: 3rem;
}
.bottom-\[5rem\] {
	bottom: 5rem;
}
.right-\[3rem\] {
	right: 3rem;
}
.left-1\/2 {
	left: 50%;
}
.bottom-\[7\.2rem\] {
	bottom: 7.2rem;
}
.bottom-\[4rem\] {
	bottom: 4rem;
}
.bottom-0 {
	bottom: 0rem;
}
.right-0 {
	right: 0rem;
}
.bottom-32 {
	bottom: 3.2rem;
}
.top-\[2\.5rem\] {
	top: 2.5rem;
}
.top-\[-8rem\] {
	top: -8rem;
}
.left-\[-8rem\] {
	left: -8rem;
}
.right-\[-8rem\] {
	right: -8rem;
}
.top-\[-3rem\] {
	top: -3rem;
}
.bottom-30 {
	bottom: 3rem;
}
.right-40 {
	right: 4rem;
}
.left-40 {
	left: 4rem;
}
.left-\[-999rem\] {
	left: -999rem;
}
.bottom-\[6rem\] {
	bottom: 6rem;
}
.bottom-\[17\.5rem\] {
	bottom: 17.5rem;
}
.z-\[9999\] {
	z-index: 9999;
}
.z-\[1000\] {
	z-index: 1000;
}
.z-\[8888\] {
	z-index: 8888;
}
.z-2 {
	z-index: 2;
}
.z-\[0\] {
	z-index: 0;
}
.z-1 {
	z-index: 1;
}
.z-3 {
	z-index: 3;
}
.z-4 {
	z-index: 4;
}
.z-\[1002\] {
	z-index: 1002;
}
.z-5 {
	z-index: 5;
}
.z-\[1003\] {
	z-index: 1003;
}
.z-\[2000\] {
	z-index: 2000;
}
.z-\[12\] {
	z-index: 12;
}
.z-10 {
	z-index: 10;
}
.order-last {
	order: 9999;
}
.col-span-8 {
	grid-column: span 8 / span 8;
}
.col-span-22 {
	grid-column: span 22 / span 22;
}
.col-span-20 {
	grid-column: span 20 / span 20;
}
.col-span-7 {
	grid-column: span 7 / span 7;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-5 {
	grid-column: span 5 / span 5;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-19 {
	grid-column: span 19 / span 19;
}
.col-span-9 {
	grid-column: span 9 / span 9;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.col-start-2 {
	grid-column-start: 2;
}
.col-start-12 {
	grid-column-start: 12;
}
.col-start-1 {
	grid-column-start: 1;
}
.col-start-17 {
	grid-column-start: 17;
}
.col-start-11 {
	grid-column-start: 11;
}
.col-start-3 {
	grid-column-start: 3;
}
.col-end-10 {
	grid-column-end: 10;
}
.col-end-9 {
	grid-column-end: 9;
}
.mx-\[5px\] {
	margin-left: 5px;
	margin-right: 5px;
}
.my-10 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-20 {
	margin-left: 2rem;
	margin-right: 2rem;
}
.mx-\[0\.35rem\] {
	margin-left: 0.35rem;
	margin-right: 0.35rem;
}
.mt-30 {
	margin-top: 15rem;
}
.mt-\[-1px\] {
	margin-top: -1px;
}
.ml-10 {
	margin-left: 1rem;
}
.mt-20 {
	margin-top: 2rem;
}
.mt-10 {
	margin-top: 1rem;
}
.mb-40 {
	margin-bottom: 4rem;
}
.mt-15 {
	margin-top: 1.5rem;
}
.mt-100 {
	margin-top: 10rem;
}
.mb-20 {
	margin-bottom: 2rem;
}
.mb-17 {
	margin-bottom: 1.7rem;
}
.mr-30 {
	margin-right: 3rem;
}
.mt-120 {
	margin-top: 12rem;
}
.ml-30 {
	margin-left: 3rem;
}
.mb-55 {
	margin-bottom: 5.5rem;
}
.mb-30 {
	margin-bottom: 3rem;
}
.mb-5 {
	margin-bottom: 0.5rem;
}
.mt-60 {
	margin-top: 6rem;
}
.mr-20 {
	margin-right: 2rem;
}
.ml-auto {
	margin-left: auto;
}
.mt-50 {
	margin-top: 5rem;
}
.mt-40 {
	margin-top: 4rem;
}
.mt-80 {
	margin-top: 8rem;
}
.mb-35 {
	margin-bottom: 3.5rem;
}
.mb-45 {
	margin-bottom: 4.5rem;
}
.mb-10 {
	margin-bottom: 1rem;
}
.mb-\[1\.7rem\] {
	margin-bottom: 1.7rem;
}
.-mt-200 {
	margin-top: -20rem;
}
.mt-7 {
	margin-top: 0.7rem;
}
.mb-90 {
	margin-bottom: 9rem;
}
.mt-90 {
	margin-top: 9rem;
}
.mb-15 {
	margin-bottom: 1.5rem;
}
.mr-10 {
	margin-right: 1rem;
}
.mr-5 {
	margin-right: 0.5rem;
}
.mb-80 {
	margin-bottom: 8rem;
}
.mt-45 {
	margin-top: 4.5rem;
}
.mb-150 {
	margin-bottom: 15rem;
}
.mb-100 {
	margin-bottom: 10rem;
}
.ml-0 {
	margin-left: 0rem;
}
.-mr-45 {
	margin-right: -4.5rem;
}
.mb-\[2rem\] {
	margin-bottom: 2rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-full {
	height: 100%;
}
.h-auto {
	height: auto;
}
.h-\[4\.9rem\] {
	height: 4.9rem;
}
.h-\[20px\] {
	height: 20px;
}
.h-\[6px\] {
	height: 6px;
}
.h-\[4rem\] {
	height: 4rem;
}
.h-\[1px\] {
	height: 1px;
}
.h-\[60rem\] {
	height: 60rem;
}
.h-screen {
	height: 100vh;
}
.h-\[4\.8rem\] {
	height: 4.8rem;
}
.h-\[5\.6rem\] {
	height: 5.6rem;
}
.h-\[1rem\] {
	height: 1rem;
}
.h-\[1\.6rem\] {
	height: 9.6rem;
	margin-top: -18px;
	margin-left: -18px;
}
.h-\[32px\] {
	height: 98px;
}
.h-\[2rem\] {
	height: 2rem;
}
.h-\[28rem\] {
	height: 28rem;
}
.h-\[23rem\] {
	height: 23rem;
}
.h-\[3\.2rem\] {
	height: 3.2rem;
}
.h-\[0rem\] {
	height: 0rem;
}
.h-full-screen {
	height: calc(var(--vh) * 100);
}
.h-\[6rem\] {
	height: 6rem;
}
.min-h-full {
	min-height: 100%;
}
.w-full {
	width: 100%;
}
.w-\[20rem\] {
	width: 20rem;
}
.w-\[5rem\] {
	width: 5rem;
}
.w-\[15\.3rem\] {
	width: 15.3rem;
}
.w-\[20px\] {
	width: 20px;
}
.w-\[6px\] {
	width: 6px;
}
.w-\[4rem\] {
	width: 4rem;
}
.w-\[4\.8rem\] {
	width: 4.8rem;
}
.w-\[5\.6rem\] {
	width: 5.6rem;
}
.w-\[1rem\] {
	width: 1rem;
}
.w-auto {
	width: auto;
}
.w-\[32px\] {
	width: 30px;
}
.w-screen {
	width: 100vw;
}
.w-\[1px\] {
	width: 1px;
}
.w-\[6rem\] {
	width: 6rem;
}
.w-33 {
	width: 3.3rem;
}
.w-\[28rem\] {
	width: 28rem;
}
.w-\[23rem\] {
	width: 23rem;
}
.w-\[80\%\] {
	width: 80%;
}
.w-4\/5 {
	width: 80%;
}
.w-\[3\.2rem\] {
	width: 3.2rem;
}
.w-\[14rem\] {
	width: 14rem;
}
.w-\[70rem\] {
	width: 70rem;
}
.w-1\/2 {
	width: 50%;
}
.min-w-full {
	min-width: 100%;
}
.min-w-\[20px\] {
	min-width: 20px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-\[20rem\] {
	max-width: 20rem;
}
.max-w-\[35rem\] {
	max-width: 35rem;
}
.max-w-\[123rem\] {
	max-width: 123rem;
}
.max-w-\[96rem\] {
	max-width: 96rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.origin-center {
	transform-origin: center;
}
.origin-left {
	transform-origin: left;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.-rotate-90 {
	--tw-rotate: -90deg;
	transform: var(--tw-transform);
}
.scale-x-0 {
	--tw-scale-x: 0;
	transform: var(--tw-transform);
}
.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;
}
.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-22 {
	grid-template-columns: repeat(22, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-18 {
	grid-template-columns: repeat(18, minmax(0, 1fr));
}
.grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
	margin-top: -10px;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-45 {
	gap: 4.5rem;
}
.gap-y-45 {
	row-gap: 4.5rem;
}
.gap-y-50 {
	row-gap: 5rem;
}
.gap-x-30 {
	-moz-column-gap: 3rem;
	column-gap: 3rem;
}
.overflow-hidden {
	overflow: hidden;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.rounded-full {
	border-radius: 9999px;
}
.border {
	border-width: 1px;
}
.border-l {
	border-left-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-current {
	border-color: currentColor;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(241, 240, 241, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(21, 21, 21, var(--tw-border-opacity));
}
.border-opacity-10 {
	--tw-border-opacity: 0.1;
}
.border-opacity-25 {
	--tw-border-opacity: 0.25;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 240, 241, var(--tw-bg-opacity));
}

.bg-\[\#777\] {
	--tw-bg-opacity: 1;
	background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
}
.bg-current {
	background-color: currentColor;
}
.bg-\[\#ccc\] {
	--tw-bg-opacity: 1;
	background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
}
.bg-\[\#000\] {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gray-light {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.bg-opacity-75 {
	--tw-bg-opacity: 0.75;
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.fill-current {
	fill: currentColor;
}
.stroke-current {
	stroke: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.p-30 {
	padding: 3rem;
}
.py-15 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-15 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-90 {
	padding-top: 9rem;
	padding-bottom: 9rem;
}
.py-200 {
	padding-top: 20rem;
	padding-bottom: 20rem;
}
.px-5 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-30 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-75 {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}
.py-25 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-100 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.px-40 {
	padding-left: 4rem;
	padding-right: 4rem;
}
.py-40 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-125 {
	padding-top: 12.5rem;
	padding-bottom: 12.5rem;
}
.px-20 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-30 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-25 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-10 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pl-30 {
	padding-left: 3rem;
}
.pb-30 {
	padding-bottom: 3rem;
}
.pt-30 {
	padding-top: 6rem;
}
.pr-15 {
	padding-right: 1.5rem;
}
.pt-100 {
	padding-top: 10rem;
}
.pb-100 {
	padding-bottom: 10rem;
}
.pl-5 {
	padding-left: 0.5rem;
}
.pl-90 {
	padding-left: 9rem;
}
.pb-60 {
	padding-bottom: 6rem;
}
.pt-\[30vh\] {
	padding-top: 30vh;
}
.pb-25 {
	padding-bottom: 2.5rem;
}
.pt-\[16\.5rem\] {
	padding-top: 16.5rem;
}
.pt-70 {
	padding-top: 7rem;
}
.pb-40 {
	padding-bottom: 4rem;
}
.pt-32 {
	padding-top: 3.2rem;
}
.pr-30 {
	padding-right: 3rem;
}
.pb-45 {
	padding-bottom: 4.5rem;
}
.pb-90 {
	padding-bottom: 9rem;
}
.pt-60 {
	padding-top: 6rem;
}
.pt-\[28rem\] {
	padding-top: 28rem;
}
.pl-20 {
	padding-left: 2rem;
}
.pl-10 {
	padding-left: 1rem;
}
.pt-25 {
	padding-top: 2.5rem;
}
.pt-\[23rem\] {
	padding-top: 23rem;
}
.pt-\[10rem\] {
	padding-top: 10rem;
}
.pt-\[25rem\] {
	padding-top: 25rem;
}
.pt-90 {
	padding-top: 9rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.font-serif {
	font-family: plantin;
}
.font-sans {
	font-family: suisse;
}
.font-ext {
	font-family: gothic;
}
.text-17 {
	font-size: 1.7rem;
}
.text-14 {
	font-size: 1.4rem;
}
.text-8 {
	font-size: 0.8rem;
}
.text-20 {
	font-size: 2rem;
}
.text-13 {
	font-size: 1.3rem;
}
.text-37 {
	font-size: 3.7rem;
}
.text-32 {
	font-size: 3.2rem;
}
.text-\[16px\] {
	font-size: 30px;
    font-family: 'Wulkan Medium';
    font-weight: 400;
}
.text-25 {
	font-size: 2.5rem;
}
.text-30 {
	font-size: 3rem;
}
.text-16 {
	font-size: 1.6rem;
}
.text-24 {
	font-size: 2.4rem;
}
.text-18 {
	font-size: 1.8rem;
}
.text-40 {
	font-size: 4rem;
}
.text-19 {
	font-size: 1.9rem;
}
.text-21 {
	font-size: 2.1rem;
}
.text-23 {
	font-size: 2.3rem;
}
.text-12 {
	font-size: 1.2rem;
}
.text-10 {
	font-size: 1rem;
}
.font-light {
	font-weight: 300;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
	font-size: 3rem !important;
}
.not-italic {
	font-style: normal;
}
.leading-\[1\.4\] {
	line-height: 1.4;
}
.leading-\[1\.25\] {
	line-height: 1.25;
}
.\!leading-\[1\.05\] {
	line-height: 1.05 !important;
}
.leading-normal {
	line-height: 1.5;
}
.leading-none {
	line-height: 1;
}
.leading-\[1\.1\] {
	line-height: 1.1;
}
.leading-\[1\.3\] {
	line-height: 1.3;
}
.leading-tight {
	line-height: 1.25;
}
.leading-\[1\.8\] {
	line-height: 1.8;
}
.tracking-tight {
	letter-spacing: -0.025em;
}
.tracking-\[-0\.03em\] {
	letter-spacing: -0.03em;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(241, 240, 241, var(--tw-text-opacity));
	margin-top: -30px;
}
.text-current {
	color: currentColor;
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(21, 21, 21, var(--tw-text-opacity));
}
.text-opacity-75 {
	--tw-text-opacity: 0.75;
}
.text-opacity-50 {
	--tw-text-opacity: 0.5;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-0 {
	opacity: 0;
}
.opacity-\[\.4\] {
	opacity: .4;
}
.\!opacity-100 {
	opacity: 1 !important;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-20 {
	opacity: 0.2;
}
.opacity-40 {
	opacity: 0.4;
}
.opacity-70 {
	opacity: 0.7;
}
.mix-blend-exclusion {
	mix-blend-mode: exclusion;
}
.blur-2xl {
	--tw-blur: blur(40px);
	filter: var(--tw-filter);
}
.backdrop-blur-lg {
	--tw-backdrop-blur: blur(16px);
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	backdrop-filter: var(--tw-backdrop-filter);
}
.backdrop-blur-md {
	background-color: #664b32;
	height: 13rem !important;
	/* -webkit-backdrop-filter: var(--tw-backdrop-filter);
	backdrop-filter: var(--tw-backdrop-filter); */
}
.backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-filter);
	backdrop-filter: var(--tw-backdrop-filter);
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-duration: 150ms;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	transition-duration: 150ms;
}
.duration-500 {
	transition-duration: 500ms;
	margin-top: -15px;
}
@font-face{
   font-family:"suisse";
   src:url(SuisseIntl-Regular-WebM.woff2) format("woff2"),url(SuisseIntl-Regular-WebM.woff) format("woff");
   font-weight:normal;
   font-style:normal;
   font-display:swap
}
@font-face{
   font-family:"gothic";
   src:url(trade-gothic.woff2) format("woff2"),url(trade-gothic.woff) format("woff");
   font-weight:normal;
   font-style:normal;
   font-display:swap
}


:root{
   --size: 375
}
@media(min-width: 650px){
   :root{
	   --size: 1920
   }
}


html{
   font-size:clamp(0px,12px,10 * (100vw / var(--size)));
   -webkit-text-size-adjust:none;
   -webkit-font-smoothing:subpixel-antialiased;
   -webkit-font-smoothing:antialiased;
   -webkit-tap-highlight-color:rgba(0,0,0,0);
   -webkit-tap-highlight-color:transparent
}
/* html,body{
   -ms-scroll-chaining:none;
   overscroll-behavior:none;
   width:100%
} */
html, body {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 240, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(21, 21, 21, var(--tw-text-opacity));
}
body{
   line-height:1.6;
   overflow:hidden scroll
}
body.is-loading{
   cursor:wait
}
button{
   display:inline-block;
   overflow:visible;
   margin:0;
   padding:0;
   outline:0;
   border:0;
   background:none transparent;
   color:inherit;
   vertical-align:middle;
   text-align:center;
   text-decoration:none;
   text-transform:none;
   font:inherit;
   line-height:normal;
   cursor:pointer;
   -webkit-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
   user-select:none
}
img{
   width:100%
}
::-moz-placeholder{
   font-family:inherit;
   font-weight:normal;
   color:rgba(0,0,0,.4)
}
:-ms-input-placeholder{
   font-family:inherit;
   font-weight:normal;
   color:rgba(0,0,0,.4)
}
::placeholder{
   font-family:inherit;
   font-weight:normal;
   color:rgba(0,0,0,.4)
}
.vh{
   height:calc(var(--vh)100)
}
.main{
   position:relative
}
[data-router-view]{
   position:relative;
   width:100%
}
[data-lazy-src]:not(.no-fade),[data-src]:not(.no-fade){
   opacity:5
}
[data-lazy-src]:not(.no-fade).is-loaded,[data-src]:not(.no-fade).is-loaded{
   transition:opacity .1s ease;
   opacity:1
}
.aspect{
   padding-top:var(--aspect)
}
@media(max-width: 650px){
   .aspect--mobile{
	   padding-top:var(--aspect-mobile)
   }
}
.media-fill img,.media-fill video{
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   -o-object-fit:cover;
   object-fit:cover
}
.js-stick-el {
	position: relative;
	top: 0rem;
}
@media (min-width: 650px) {
	.js-stick-el {
		position: -webkit-sticky;
		position: sticky;
   }
}
.media-cover {
	position: absolute;
	top: 0rem;
	left: 0rem;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.icon{
   display:inline-block;
   width:1em;
   height:1em;
   stroke-width:0;
   stroke:currentColor;
   fill:currentColor
}
.h-screen{
   height:100vh;
   height:calc(var(--vh, 1vh)*100);
   margin-bottom: -32px;
}
.radius-fix{
   -webkit-mask-image:-webkit-radial-gradient(white, black)
}
.icon-pinterest{
   width:0.7138671875em
}
.is-disabled{
   opacity:.5;
   pointer-events:none
}
.is-active-link{
   opacity:.5;
   pointer-events:none
}
.h-img-scale img{
   transition:transform 1.1s cubic-bezier(0.19, 1, 0.22, 1)
}
.h-img-scale:hover img{
   transform:scale(1.075)
}
.frc-captcha{
   margin-left:auto;
   margin-right:auto;
   margin-top:3rem;
   max-width:70rem !important;
   width:100%;
   border-radius:1rem
}
input,select,textarea{
   display:block;
   margin:0;
   padding:0;
   width:100%;
   outline:0;
   border:0;
   border-radius:0;
   background:none transparent;
   color:inherit;
   font:inherit;
   line-height:normal;
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none
}
select{
   text-transform:none
}
select::-ms-expand{
   display:none
}
select::-ms-value{
   background:none;
   color:inherit
}
textarea{
   overflow:auto;
   resize:vertical
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{
   -webkit-animation:autofill 0s forwards;
   animation:autofill 0s forwards
}
.visuallyhidden,input[type=checkbox],input[type=radio]{
   border:0;
   clip:rect(0 0 0 0);
   height:1px;
   margin:-1px;
   overflow:hidden;
   padding:0;
   position:absolute;
   width:1px
}
.visuallyhidden:hover~label,.visuallyhidden:checked~label,input[type=checkbox]:hover~label,input[type=checkbox]:checked~label,input[type=radio]:hover~label,input[type=radio]:checked~label{
   opacity:1
}
input[type=text],input[type=email],textarea{
   background-color:transparent;
   width:100%;
   outline:none
}
input{
   font-family:inherit;
   border-radius:0
}
input[type=text]{
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none
}
input[type=radio]{
   -webkit-appearance:inherit;
   -moz-appearance:inherit;
   appearance:inherit
}
input{
   background-color:transparent;
   border:0;
   outline:0
}
.steps {
	font-family: gothic;
}
.steps .step{
   position:relative;
   white-space:nowrap
}
.steps .step:after{
   content:"";
   display:block;
   position:absolute;
   bottom:-3px;
   width:100%;
   height:1px;
   background:currentColor;
   left:0;
   bottom:0;
   transform:scaleX(0);
   transform-origin:100% 100%;
   transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1),background 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.steps .step.is-active:after{
   transform-origin:0 0;
   transform:scaleX(1)
}
.js-form-slide .input-field{
   position:relative
}
.js-form-slide .input-field:after{
   content:"";
   display:block;
   position:absolute;
   bottom:0;
   width:100%;
   height:1px;
   background:currentColor;
   left:0;
   bottom:0;
   transform:scaleX(0);
   transform-origin:100% 100%;
   transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1);
   transition-delay:350ms;
   opacity:.6
}
.js-form-slide.is-active .input-field:after{
   transform-origin:0 0;
   transform:scaleX(1)
}
.nav-bar__item{
   transition:opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.nav-bar:hover .nav-bar__item{
   opacity:.35
}
.nav-bar:hover .nav-bar__item:hover{
   opacity:1
}
.has-success .nav-bar__item{
   opacity:.35
}
.has-success .nav-bar__item.active{
   opacity:1
}
.form-progress__bar{
   transform-origin:left center;
   will-change:transform;
   transform:scaleX(0);
   width:100%;
   background-color:#fff;
   height:4px;
   transition:transform 1.5s cubic-bezier(0.77, 0, 0.175, 1)
}
.js-form-next{
   opacity:0;
   pointer-events:none;
   transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1),transform 1s cubic-bezier(0.77, 0, 0.175, 1),background 1s cubic-bezier(0.77, 0, 0.175, 1);
   transform:translateY(100%);
   border-radius:30px
}
.js-form-next.is-active{
   opacity:1;
   pointer-events:all;
   cursor:pointer;
   transform:none
}
.js-form-next.is-active .stroke-current{
   stroke-dasharray:0%,0%
}
.js-form-next.is-hidden{
   opacity:0
}
.js-form-next .stroke-current{
   stroke-dasharray:0%,0% !important
}
.js-form-prev{
   opacity:1;
   pointer-events:all;
   cursor:pointer;
   transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1),transform 1s cubic-bezier(0.77, 0, 0.175, 1);
   transform:none
}
.js-form-prev.is-hidden{
   opacity:0;
   transform:translateY(100%)
}
.js-form-submit{
   pointer-events:none;
   opacity:0;
   transition-delay:1s;
   transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1)
}
.js-form-submit.is-active{
   pointer-events:all;
   opacity:1
}
.text-help{
   text-align:right;
   position:absolute;
   bottom:0rem;
   right:0;
   padding-bottom:1rem;
   color:#9f6bff;
   -webkit-animation:fadeIn .5s cubic-bezier(0.77, 0, 0.175, 1) both;
   animation:fadeIn .5s cubic-bezier(0.77, 0, 0.175, 1) both
}
@media(max-width: 640px){
   .text-help{
	   text-align:center;
	   left:0;
	   bottom:-7rem;
	   display:none
   }
}
.has-req .text-help{
   left:0;
   width:100%;
   text-align:center;
   bottom:-5rem
}
@keyframes autofill{
   100%{
	   background:transparent;
	   color:inherit
   }
}
@-webkit-keyframes autofill{
   100%{
	   background:transparent;
	   color:inherit
   }
}
@keyframes fadeIn{
   from{
	   opacity:0
   }
   to{
	   opacity:1
   }
}
@-webkit-keyframes fadeIn{
   from{
	   opacity:0
   }
   to{
	   opacity:1
   }
}
h1,h2,h3,.font-serif{
   font-weight:300
}
.title-section {
	font-family: plantin;
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: -0.025em;
}
@media (min-width: 650px) {
	.title-section {
		font-size: 4rem;
        font-family: 'Wulkan Medium';
   }
}
.title-post {
	font-family: plantin;
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.025em;
}
@media (min-width: 650px) {
	.title-post {
		font-size: 3rem;
   }
}
.label {
	font-family: gothic;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.intro i{
   display:inline-block
}
.txt h1, .txt h2, .txt h3 {
	font-family: plantin;
	font-size: 3.5rem;
	line-height: 1.25;
	letter-spacing: -0.025em;
}
.txt>*{
   line-height:1.8
}
.txt>*:not(:last-child){
   margin-bottom:3rem
}
.bg-black .txt p{
   opacity:.75
}
.txt ul li,.txt ol li{
   position:relative;
   padding-left:1.15em
}
.txt ul li:not(:last-child),.txt ol li:not(:last-child){
   margin-bottom:.35rem
}
.txt ul li:before,.txt ol li:before{
   content:"";
   position:absolute;
   top:.6em;
   left:0;
   width:.35em;
   height:.35em;
   border-radius:999px
}
.txt ul li:before, .txt ol li:before {
	background-color: currentColor;
}
.bg-black {
	--tw-text-opacity: 1;
	color: #000;
} 

/*! CSS Used from: Embedded */
*,:after,:before {
	box-sizing: border-box;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hero-2022 .hero-cover__content-container h1 span,h1 {
	font-family: "Silver South Script","Brush Script MT",cursive;
}

.h3,h1 {
	font-weight: 400;
	margin: 1.7142857143rem 0;
}

h1:first-child {
	margin-top: 0;
}

h1 {
	font-size: 52px;
	line-height: 68px;
}

@media (min-width:544px) {
	h1 {
		font-size: 106px;
		line-height: 139px;
	}
}

h1.serif {
	font-family: "Miller Banner",Georgia,serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: 34px;
}

@media only screen and (min-width:320px) {
	h1.serif {
		font-size: calc(34px + 36 * (100vw - 320px)/ (1200 - 320));
	}
}

@media only screen and (min-width:1200px) {
	h1.serif {
		font-size: 70px;
	}
}

@media (min-width:544px) {
	h1.serif {
		font-weight: 300;
	}
}

.h3 {
	font-size: 18px;
	line-height: 22px;
}

@media (min-width:544px) {
	.h3 {
		font-size: 30px;
		line-height: 38px;
	}
}

.container {
	margin-left: auto;
	margin-right: auto;
}

.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:544px) {
	.container {
		max-width: 576px;
	}
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

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

@media (min-width:992px) {
	.container {
		max-width: 940px;
	}
}

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

.hero-cover__content-container {
	align-items: center;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 88px 16px 48px;
	pointer-events: none;
	position: relative;
	text-align: center;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 2;
}

@media (min-width:768px) {
	.hero-cover__content-container {
		padding: 48px 16px;
	}
}

.hero-cover__primary-heading {
	margin-bottom: 30px;
	color: #fff;
}

.hero-cover__subtitle {
	color: #fff;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto 15px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}

@media (min-width:544px) {
	.hero-cover__subtitle {
		font-size: 20px;
		line-height: 26px;
		max-width: none;
	}
}

.print-logo {
	text-align: center;
	display: none;
}

.print-logo svg g {
	fill: #000;
}

.hero-2022 .hero-cover__content-container {
	/* text-align: left; */
	/* align-items: flex-start; */
}

.hero-2022 .hero-cover__content-container .hero-cover__subtitle {
	margin: 0;
	padding: 0;
	width: 90%;
	max-width: 28rem;
	text-align: left;
}

.hero-2022 .hero-cover__content-container h1 {
	margin-bottom: 30px;
}

.hero-2022 .hero-cover__content-container h1 span {
	font-weight: 400;
	line-height: 0;
	font-size: 3.5rem;
	display: inline-block;
	transform: translateY(6px);
}

@media (min-width:544px) {
	.hero-2022 .hero-cover__content-container h1 span {
		font-size: 6.5rem;
	}
}

.hero-2022 .hero-cover__content-container .h3 {
	font-size: 14px;
	line-height: 20px;
}

@media (min-width:544px) {
	.hero-2022 .hero-cover__content-container .h3 {
		font-size: 20px !important;
		line-height: 26px;
	}
}

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

















.bg-white {
	--tw-text-opacity: 1;
	color: rgba(21, 21, 21, var(--tw-text-opacity));
}
em,i{
   font-style:italic
}
/* a{
   display:inline-flex
} */
p a{
   position:relative
}
p a:after,p a:before{
   content:"";
   display:block;
   position:absolute;
   bottom:2px;
   left:0;
   width:100%;
   height:1px;
   background-color:currentColor;
   transition:transform .4s
}
p a:before{
   transition-delay:0s;
   transform:scaleX(0);
   transform-origin:left
}
p a:after{
   transition-delay:.15s;
   transform-origin:right
}
p a:hover:before{
   transition-delay:.15s;
   transform:scaleX(1)
}
p a:hover:after{
   transition-delay:0s;
   transform:scaleX(0)
}
.ulinedouble{
   position:relative
}
.ulinedouble:after,.ulinedouble:before{
   content:"";
   display:block;
   position:absolute;
   bottom:2px;
   left:0;
   width:100%;
   height:1px;
   background-color:currentColor;
   transition:transform .4s
}
.ulinedouble:before{
   transition-delay:0s;
   transform:scaleX(0);
   transform-origin:left
}
.ulinedouble:after{
   transition-delay:.15s;
   transform-origin:right
}
.ulinedouble:hover:before{
   transition-delay:.15s;
   transform:scaleX(1)
}
.ulinedouble:hover:after{
   transition-delay:0s;
   transform:scaleX(0)
}
.uline{
   position:relative;
   line-height:1
}
.uline:after{
   content:"";
   position:absolute;
   bottom:.1em;
   left:0;
   width:100%;
   border-top:1px solid currentColor;
   transition:transform .75s cubic-bezier(0.19, 1, 0.22, 1);
   transform-origin:right;
   transform:scaleX(0)
}
.uline:hover:after,.uline.is-active:after{
   transform-origin:left;
   transform:scaleX(1)
}
.uline.is-active{
   pointer-events:none
}
.mfilter-active{
   position:relative;
   line-height:1
}
.mfilter-active:after{
   content:"";
   position:absolute;
   bottom:-0.1em;
   left:0;
   width:100%;
   border-top:1px solid currentColor;
   transform:scaleX(1)
}
.is-active-link.mfilters-item{
   opacity:1 !important
}
.is-active-link .mfilters-links{
   opacity:1 !important
}
.hero:after{
   content:"";
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background:#000;
   opacity:.3;
   z-index:1;
   pointer-events:none
}
@media (min-width: 650px){
   .hero__title br{
	   display:none
   }
}
.menu-sub{
   opacity:0;
   pointer-events:none;
   transition:opacity .35s ease-out
}
.menu-sub:before{
   transform:scaleY(0);
   transition:transform 2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
li:hover .menu-sub{
   opacity:1;
   pointer-events:auto
}
li:hover .menu-sub:before{
   transform:scaleY(1)
}
body:not(.is-mobile) .menu-sub-item:hover .menu-sub-item__link {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 240, 241, var(--tw-bg-opacity));
}










body:not(.is-mobile) .menu-sub-item .menu-sub-item__text {
	--tw-text-opacity: 1;
	color: rgba(21, 21, 21, var(--tw-text-opacity));
}body:not(.is-mobile) .menu-sub-item .menu-sub-item__text:hover {
	--tw-text-opacity: 1;
	color: rgba(241, 240, 241, var(--tw-text-opacity));
	mix-blend-mode: difference;
}.is-mobile .menu-sub-item__image{display:none}body:not(.is-mobile) .menu-sub-item__image{transform:scale(0.75) translateY(-50%);opacity:0;overflow:hidden}body:not(.is-mobile) .menu-sub-item__image img{transform:scale(1.5)}body:not(.is-mobile) .menu-sub-item:hover .menu-sub-item__image{transition:transform 1.1s cubic-bezier(0.19, 1, 0.22, 1),opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1);transform:scale(1) translateY(-50%);opacity:1}body:not(.is-mobile) .menu-sub-item:hover .menu-sub-item__image img{transition:transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);transform:scale(1)}.menu-sub-item:hover{z-index:10}.menu-toggle-text span{transition:transform 1s cubic-bezier(0.19, 1, 0.22, 1)}.is-menu-open .menu-toggle-text span{transform:translateY(-100%)}.menu-toggle span:before,.menu-toggle span:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;transition:transform 1s cubic-bezier(0.19, 1, 0.22, 1)}.menu-toggle span:before{transform:translateY(-2px) rotate(0deg)}.menu-toggle span:after{transform:translateY(2px) rotate(0deg)}.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.is-active{opacity:1;visibility:visible;pointer-events:auto}.carousel{--slides: 1.1;--gutter: 2rem;--slide-width: calc((100% / var(--slides)) - var(--gutter) + (var(--gutter) / var(--slides)))}@media(min-width: 650px){.carousel{--slides: 3;--gutter: 9rem}}.carousel-slide{min-width:var(--slide-width);max-width:var(--slide-width);margin-right:var(--gutter)}.project-tile{overflow:hidden;height:75vh}@media(min-width: 650px){.project-tile{height:100vh;height:calc(var(--vh)*100)}}.project-tile__inset{overflow:hidden;-webkit-clip-path:inset(8rem);clip-path:inset(8rem)}.project-tile__inset img{transition:transform 1s cubic-bezier(0.19, 1, 0.22, 1);will-change:transform}.project-tile__inset:hover img{transform:scale(0.85)}.single-hero{--aspect: 125%}@media(min-width: 650px){.single-hero{--aspect: 56.25%}}.spaces-list__image{transform:scale(0.75);opacity:0;overflow:hidden}.spaces-list__image img{transform:scale(1.5)}.spaces-list__image.is-active{transition:transform 1.1s cubic-bezier(0.19, 1, 0.22, 1),opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1);transform:scale(1);opacity:1}.spaces-list__image.is-active img{transition:transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);transform:scale(1)}.gl{position:absolute;top:0;left:0;min-width:100% !important;min-height:100% !important;opacity:.5}.



.gradient-fallback{
	display:block;
}
.is-mobile .gradient-fallback{display:block}@media(min-width: 650px){.article-cols{-moz-column-gap:8.8rem;column-gap:8.8rem;-moz-column-break-inside:avoid;break-inside:avoid}.article-cols>*{-moz-column-break-inside:avoid;break-inside:avoid}.article-cols.--3{-moz-columns:3;columns:3}.article-cols.--2{-moz-columns:2;columns:2;padding:17.6rem 8.8rem 0}}.sticky-slides{--sticky-slides: 1.1;--gutter: 2rem;--sticky-slide-width: calc( (100% / var(--sticky-slides)) - var(--gutter) + (var(--gutter) / var(--sticky-slides)) )}@media(min-width: 650px){.sticky-slides{--sticky-slides: 3.2;--gutter: 9rem}}.sticky-slides .sticky-slide{min-width:var(--sticky-slide-width);max-width:var(--sticky-slide-width);height:47rem;margin-right:var(--gutter);background:rgba(232,230,223,.1);border:1px solid #494949;border-radius:12px;cursor:pointer}@media(max-width: 650px){.sticky-slides .sticky-slide{height:40rem;margin-right:0;min-width:100%;max-width:100%}}.sticky-slides .sticky--slide-icon{transition:transform .85s cubic-bezier(0.19, 1, 0.22, 1);transform-origin:center center}.sticky-slides .sticky--slide-info{transform:translate3d(0, 70%, 0);transition:transform .85s cubic-bezier(0.19, 1, 0.22, 1)}@media (min-width: 650px){.sticky-slides .sticky--slide-info{transform:translate3d(0, 60%, 0)}}.sticky-slides .sticky--slide-info-p{opacity:0;transition:opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1);transition-delay:0s}.sticky-slides .gradient-sticky-progress{opacity:0;transition:opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1)}@media (hover: hover) and (pointer: fine){.sticky-slides .sticky-shimmer{transform:translate(-80%, -80%);opacity:0;transition:opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1)}@media(max-width: 650px){.sticky-slides .sticky-shimmer{opacity:1;-webkit-animation-play-state:paused;animation-play-state:paused;transform:translate(0%, 0%);-webkit-animation:none;animation:none}}.sticky-slides .sticky-shimmer-1{transform:translate(var(--bX), var(--bY))}.sticky-slides .sticky-shimmer-2{transform:translate(var(--bX2), var(--bY2))}.sticky-slides .sticky-shimmer-one{background:#2e2a75;filter:blur(100px)}.sticky-slides .sticky-shimmer-two{background:rgba(80,21,116,.57);filter:blur(100px)}}.plus-info-sticky{opacity:1;transition:opacity .5s cubic-bezier(0.19, 1, 0.22, 1)}@media (hover: hover) and (pointer: fine){.sticky-slide:hover .sticky--slide-icon{transform:scale(0.9)}.sticky-slide:hover .sticky--slide-info{transform:translate3d(0, 0, 0);transition-delay:0s}.sticky-slide:hover .sticky--slide-info-p{opacity:1;transition-delay:.1s}.sticky-slide:hover .sticky-shimmer{opacity:1}}.is-clicked .sticky--slide-icon{transform:scale(0.9)}.is-clicked .sticky--slide-info{transform:translate3d(0, 0, 0);transition-delay:0s}.is-clicked .sticky--slide-info-p{opacity:1;transition-delay:.1s}.is-clicked .gradient-sticky-progress{opacity:.9}.is-clicked .plus-info-sticky{opacity:0}.js-stick-progress{left:0 !important}#about .pin-spacer {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 21, 21, var(--tw-bg-opacity));
}.grecaptcha-badge{opacity:0;visibility:hidden;pointer-events:none !important}.before\:absolute::before {
	content: "";
	position: absolute;
}.before\:inset-0::before {
	content: "";
	top: 0rem;
	right: 0rem;
	bottom: 0rem;
	left: 0rem;
}.before\:top-0::before {
	content: "";
	top: 0rem;
}.before\:left-\[10rem\]::before {
	content: "";
	left: 10rem;
}.before\:hidden::before {
	content: "";
	display: none;
}.before\:h-full::before {
	content: "";
	height: 100%;
}.before\:origin-top::before {
	content: "";
	transform-origin: top;
}.before\:rounded-full::before {
	content: "";
	border-radius: 9999px;
}.before\:border::before {
	content: "";
	border-width: 1px;
}.before\:border-l::before {
	content: "";
	border-left-width: 1px;
}.before\:border-black::before {
	content: "";
	--tw-border-opacity: 1;
	border-color: rgba(21, 21, 21, var(--tw-border-opacity));
}.before\:border-opacity-10::before {
	content: "";
	--tw-border-opacity: 0.1;
}.hover\:opacity-100:hover {
	opacity: 1;
}@media (min-width: 650px) {

	.s\:relative {
		position: relative;
	}

	.s\:inset-\[3rem\] {
		top: 3rem;
		right: 3rem;
		bottom: 3rem;
		left: 3rem;
	}

	.s\:inset-\[-3rem\] {
		top: -3rem;
		right: -3rem;
		bottom: -3rem;
		left: -3rem;
	}

	.s\:left-\[8\.8rem\] {
		left: 8.8rem;
	}

	.s\:bottom-\[8\.8rem\] {
		bottom: 8.8rem;
	}

	.s\:left-full {
		left: 100%;
	}

	.s\:top-\[-13rem\] {
		top: -13rem;
	}

	.s\:left-\[-13rem\] {
		left: -13rem;
	}

	.s\:top-\[-24rem\] {
		top: -24rem;
	}

	.s\:right-\[-16rem\] {
		right: -16rem;
	}

	.s\:top-\[15rem\] {
		top: 15rem;
	}

	.s\:bottom-\[17\.5rem\] {
		bottom: 17.5rem;
	}

	.s\:order-first {
		order: -9999;
	}

	.s\:order-4 {
		order: 4;
	}

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

	.s\:col-span-20 {
		grid-column: span 20 / span 20;
		margin-top: -11px !important;
	}

	.s\:col-span-9 {
		grid-column: span 9 / span 9;
	}

	.s\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.s\:col-span-14 {
		grid-column: span 14 / span 14;
	}

	.s\:col-span-22 {
		grid-column: span 22 / span 22;
	}

	.s\:col-span-15 {
		grid-column: span 15 / span 15;
	}

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

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

	.s\:col-span-5 {
		grid-column: span 5 / span 5;
	}

	.s\:col-span-12 {
		grid-column: span 12 / span 12;
	}

	.s\:col-span-8 {
		grid-column: span 8 / span 8;
	}

	.s\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.s\:col-span-7 {
		grid-column: span 7 / span 7;
	}

	.s\:col-span-10 {
		grid-column: span 10 / span 10;
	}

	.s\:col-span-16 {
		grid-column: span 16 / span 16;
	}

	.s\:col-span-13 {
		grid-column: span 13 / span 13;
	}

	.s\:col-start-4 {
		grid-column-start: 4;
	}

	.s\:col-start-2 {
		grid-column-start: 2;
	}

	.s\:col-start-12 {
		grid-column-start: 12;
	}

	.s\:col-start-3 {
		grid-column-start: 3;
	}

	.s\:col-start-14 {
		grid-column-start: 14;
	}

	.s\:col-start-5 {
		grid-column-start: 5;
	}

	.s\:col-start-1 {
		grid-column-start: 1;
	}

	.s\:col-start-8 {
		grid-column-start: 8;
	}

	.s\:col-start-15 {
		grid-column-start: 15;
	}

	.s\:col-start-6 {
		grid-column-start: 6;
	}

	.s\:col-start-11 {
		grid-column-start: 11;
	}

	.s\:col-start-7 {
		grid-column-start: 7;
	}

	.s\:col-start-16 {
		grid-column-start: 16;
	}

	.s\:col-start-13 {
		grid-column-start: 13;
	}

	.s\:col-end-20 {
		grid-column-end: 20;
	}

	.s\:col-end-21 {
		grid-column-end: 21;
	}

	.s\:mx-\[10px\] {
		margin-left: 10px;
		margin-right: 10px;
	}

	.s\:my-15 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.s\:mx-10 {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.s\:mt-70 {
		margin-top: 7rem;
	}

	.s\:ml-15 {
		margin-left: 1.5rem;
	}

	.s\:mt-30 {
		margin-top: 3rem;
	}

	.s\:mb-50 {
		margin-bottom: 5rem;
	}

	.s\:mt-20 {
		margin-top: 2rem;
	}

	.s\:mt-\[25rem\] {
		margin-top: 25rem;
	}

	.s\:mb-30 {
		margin-bottom: 3rem;
	}

	.s\:mt-0 {
		margin-top: 0rem;
	}

	.s\:ml-\[10px\] {
		margin-left: 10px;
		margin-top: 9px;
	}

	.s\:mt-120 {
		margin-top: 12rem;
	}

	.s\:mb-0 {
		margin-bottom: 0rem;
	}

	.s\:mt-100 {
		margin-top: 10rem;
	}

	.s\:mr-30 {
		margin-right: 3rem;
	}

	.s\:-mt-80 {
		margin-top: -8rem;
	}

	.s\:mt-50 {
		margin-top: 5rem;
	}

	.s\:mb-10 {
		margin-bottom: 1rem;
	}

	.s\:-mt-200 {
		margin-top: -20rem;
	}

	.s\:mt-\[-12\.75rem\] {
		margin-top: -12.75rem;
	}

	.s\:mb-40 {
		margin-bottom: 4rem;
	}

	.s\:mr-10 {
		margin-right: 1rem;
	}

	.s\:mb-100 {
		margin-bottom: 10rem;
	}

	.s\:-mt-110 {
		margin-top: -11rem;
	}

	.s\:mb-70 {
		margin-bottom: 7rem;
	}

	.s\:mt-\[-1px\] {
		margin-top: -1px;
	}

	.s\:mb-200 {
		margin-bottom: 20rem;
	}

	.s\:mb-150 {
		margin-bottom: 15rem;
	}

	.s\:mb-20 {
		margin-bottom: 2rem;
	}

	.s\:mr-0 {
		margin-right: 0rem;
	}

	.s\:block {
		display: block;
	}

	.s\:flex {
		display: flex;
	}

	.s\:grid {
		display: grid;
	}

	.s\:hidden {
		display: none;
	}

	.s\:h-\[5\.6rem\] {
		height: 5.6rem;
	}

	.s\:h-\[4\.8rem\] {
		height: 4.8rem;
	}

	.s\:h-\[8\.8rem\] {
		height: 8.8rem;
	}

	.s\:h-\[1\.6rem\] {
		height: 1.6rem;
	}

	.s\:h-\[2\.1rem\] {
		height: 12.1rem;
		margin-left: 42px !important;
	}

	.s\:h-\[2\.5rem\] {
		height: 2.5rem;
	}

	.s\:h-auto {
		height: auto;
	}

	.s\:h-screen {
		height: 100vh;
	}

	.s\:h-full-screen {
		height: calc(var(--vh) * 100);
	}

	.s\:h-\[44rem\] {
		height: 44rem;
	}

	.s\:h-\[37rem\] {
		height: 37rem;
	}

	.s\:w-\[42\.3rem\] {
		width: 42.3rem;
	}

	.s\:w-\[17\.3rem\] {
		width: 17.3rem;
	}

	.s\:w-\[4\.8rem\] {
		width: 4.8rem;
	}

	.s\:w-\[8\.8rem\] {
		width: 8.8rem;
	}

	.s\:w-\[1\.6rem\] {
		width: 1.6rem;
	}

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

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

	.s\:w-\[9rem\] {
		width: 9rem;
	}

	.s\:w-\[inherit\] {
		width: inherit;
	}

	.s\:w-\[44rem\] {
		width: 44rem;
	}

	.s\:w-\[37rem\] {
		width: 37rem;
	}

	.s\:w-\[60\%\] {
		width: 60%;
	}

	.s\:w-\[5\.6rem\] {
		width: 5.6rem;
	}

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

	.s\:max-w-\[inherit\] {
		max-width: inherit;
	}

	.s\:max-w-\[55rem\] {
		max-width: 55rem;
	}

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

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

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

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

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

	.s\:flex-wrap {
		flex-wrap: wrap;
	}

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

	.s\:justify-end {
		justify-content: flex-end;
	}

	.s\:justify-center {
		justify-content: center;
	}

	.s\:gap-90 {
		gap: 9rem;
	}

	.s\:gap-x-90 {
		-moz-column-gap: 9rem;
		     column-gap: 9rem;
	}

	.s\:gap-y-0 {
		row-gap: 0rem;
	}

	.s\:gap-x-0 {
		-moz-column-gap: 0rem;
		     column-gap: 0rem;
	}

	.s\:whitespace-nowrap {
		white-space: nowrap;
	}

	.s\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(241, 240, 241, var(--tw-bg-opacity));
	}

	.s\:p-90 {
		padding: 9rem;
	}

	.s\:py-150 {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}

	.s\:py-\[27\.5rem\] {
		padding-top: 27.5rem;
		padding-bottom: 27.5rem;
	}

	.s\:px-15 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.s\:py-175 {
		padding-top: 17.5rem;
		padding-bottom: 17.5rem;
	}

	.s\:px-60 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.s\:py-90 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

	.s\:py-110 {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}

	.s\:py-40 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.s\:py-\[30rem\] {
		padding-top: 7rem;
		padding-bottom: 30rem;
	}

	.s\:py-170 {
		padding-top: 17rem;
		padding-bottom: 17rem;
	}

	.s\:px-0 {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.s\:py-\[25rem\] {
		padding-top: 25rem;
		padding-bottom: 25rem;
	}

	.s\:px-45 {
		padding-left: 4.5rem;
		padding-right: 4.5rem;
	}

	.s\:py-35 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.s\:px-30 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.s\:py-60 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.s\:px-20 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.s\:pb-70 {
		padding-bottom: 7rem;
	}

	.s\:pt-75 {
		padding-top: 7.5rem;
	}

	.s\:pl-40 {
		padding-left: 4rem;
	}

	.s\:pr-0 {
		padding-right: 0rem;
	}

	.s\:pt-\[25rem\] {
		padding-top: 25rem;
	}

	.s\:pb-\[25rem\] {
		padding-bottom: 0rem;
	}

	.s\:pt-60 {
		padding-top: 12rem;
	}

	.s\:pl-175 {
		padding-left: 17.5rem;
	}

	.s\:pr-90 {
		padding-right: 9rem;
	}

	.s\:pb-90 {
		padding-bottom: 9rem;
	}

	.s\:pt-0 {
		padding-top: 0rem;
	}

	.s\:pl-200 {
		padding-left: 20rem;
	}

	.s\:pt-\[22\.5rem\] {
		padding-top: 22.5rem;
	}

	.s\:pt-\[19rem\] {
		padding-top: 19rem;
	}

	.s\:pb-200 {
		padding-bottom: 20rem;
	}

	.s\:pt-70 {
		padding-top: 7rem;
	}

	.s\:pt-40 {
		padding-top: 4rem;
	}

	.s\:pb-130 {
		padding-bottom: 13rem;
	}

	.s\:pb-\[10rem\] {
		padding-bottom: 10rem;
	}

	.s\:pb-\[30rem\] {
		padding-bottom: 30rem;
	}

	.s\:pt-\[40rem\] {
		padding-top: 40rem;
	}

	.s\:pr-80 {
		padding-right: 8rem;
	}

	.s\:pt-200 {
		padding-top: 20rem;
	}

	.s\:pt-\[23\.5rem\] {
		padding-top: 23.5rem;
	}

	.s\:pl-25 {
		padding-left: 2.5rem;
	}

	.s\:pl-0 {
		padding-left: 0rem;
	}

	.s\:pb-80 {
		padding-bottom: 8rem;
	}

	.s\:pb-100 {
		padding-bottom: 10rem;
	}

	.s\:pt-\[30rem\] {
		padding-top: 30rem;
	}

	.s\:pb-0 {
		padding-bottom: 0rem;
	}

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

	.s\:text-center {
		text-align: center;
	}

	.s\:text-22 {
		font-size: 2.2rem;
	}

	.s\:text-12 {
		font-size: 1.2rem;
	}

	.s\:text-16 {
		font-size: 1.6rem;
		left: 904px !important;
	}

	.s\:text-25 {
		font-size: 2.5rem;
	}

	.s\:text-45 {
		font-size: 4.5rem;
	}

	.s\:text-40 {
		font-size: 4rem;
	}

	.s\:text-72 {
		font-size: 7.2rem;
	}

	.s\:text-18 {
		font-size: 1.8rem;
	}

	.s\:text-24 {
		font-size: 2.4rem;
	}

	.s\:text-26 {
		font-size: 2.6rem;
	}

	.s\:text-30 {
		font-size: 3rem;
	}

	.s\:text-14 {
		font-size: 1.4rem;
	}

	.s\:text-60 {
		font-size: 6rem;
	}

	.s\:text-35 {
		font-size: 3.5rem;
	}

	.s\:text-black {
		--tw-text-opacity: 1;
		color: rgba(21, 21, 21, var(--tw-text-opacity));
	}

	.s\:opacity-100 {
		opacity: 1;
	}

	.s\:before\:block::before {
		content: "";
		display: block;
	}
}@media (min-width: 769px) {

	.m\:left-auto {
		left: auto;
	}

	.m\:right-\[7\.5rem\] {
		right: 7.5rem;
	}

	.m\:mr-120 {
		margin-right: 12rem;
	}

	.m\:h-\[7rem\] {
		height: 7rem;
	}

	.m\:w-\[7rem\] {
		width: 7rem;
	}

	.m\:py-225 {
		padding-top: 22.5rem;
		padding-bottom: 22.5rem;
	}
}@media (hover: hover) and (pointer: fine) {

	.has-hover\:block {
		display: block;
	}

	.has-hover\:hidden {
		display: none;
	}
}@media (max-width: 649px) {

	.max-s\:col-start-2 {
		grid-column-start: 2;
	}
}



/* over header */
a,a:hover {
	color: #000;
}

html{
	top: 0;
	left: 0;
	right: 0;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hero-2022 .hero-cover__content-container h1 span,h1 {
	font-family: "Silver South Script","Brush Script MT",cursive;
}

.h3,h1 {
	font-weight: 400;
	margin: 1.7142857143rem 0;
}

h1:first-child {
	margin-top: 0;
}


h1 {
	font-size: 52px;
	line-height: 68px;
}

@media (min-width:544px) {
	h1 {
		font-size: 106px;
		line-height: 139px;
	}
}

h1.serif {
	font-family: "Miller Banner",Georgia,serif;
	font-weight: 400;
	line-height: 1.2;
	font-size: 34px;
}

h4.serif {
    font-family: "tilda", serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 4.4rem !important;
    display: contents;
}

@media only screen and (min-width:320px) {
	h1.serif {
		font-size: calc(34px + 36 * (100vw - 320px)/ (1200 - 320));
	}
}

@media only screen and (min-width:1200px) {
	h1.serif {
		font-size: 60px;
		font-family: 'wulkan italic';
		/* text-transform: capitalize; */
		/* color: #664b32; */
	}
}

@media (min-width:544px) {
	h1.serif {
		font-weight: 300;
	}
}

.h3 {
	font-size: 18px;
	line-height: 22px;
}

@media (min-width:544px) {
	.h3 {
		font-size: 30px;
		line-height: 38px;
	}
}

.container {
	margin-left: auto;
	margin-right: auto;
}

.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:544px) {
	.container {
		max-width: 576px;
	}
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

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

@media (min-width:992px) {
	.container {
		max-width: 940px;
	}
}

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

.hero-cover {
	flex-direction: column;
}

.hero-cover {
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	min-height: 920px;
	/* position: relative; */
}

@media (min-width:544px) {
	.hero-cover--extra-large {
		height: 790px;
		
	}
}

.hero-cover--w-dark-overlay {
	color: #FFF;
}

.hero-cover--w-dark-overlay .hero-cover__bg-image::before,.hero-cover--w-dark-overlay.hero-cover--has-video::before {
	background-color: rgba(0,0,0,.5);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: all .3s ease-out;
	pointer-events: none!important;
}

.hero-cover__bg-image {
	height: 100%;
	min-width: 100%;
	z-index: 1;
}

.hero-cover__bg-image img {
	height: 100%;
	width: 100%;
}

.hero-cover__content-container {
	align-items: center;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 88px 16px 48px;
	pointer-events: none;
	position: relative;
	text-align: center;
	transition: all .3s ease-out;
	width: 100%;
	z-index: 2;
}

@media (min-width:768px) {
	.hero-cover__content-container {
		padding: 48px 16px;
	}
}

.hero-cover__primary-heading {
	margin-bottom: 30px;
	color: #fff;
}

.hero-cover__subtitle {
	color: #fff;
	text-align: center;
	padding: 0 20px;
	margin: 0 auto 15px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
}

@media (min-width:544px) {
	.hero-cover__subtitle {
		font-size: 20px;
		line-height: 26px;
		max-width: none;
		 width: 614px;
	}
}

.hero-cover__breadcrumb-container {
	z-index: 5;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

@media (min-width:768px) {
	.hero-cover__breadcrumb-container {
		top: 70px;
		display: block;
	}
}

.hero-bg-video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.print-logo {
	text-align: center;
	display: none;
}

.print-logo svg g {
	fill: #000;
}

.hero-2022 {
	min-height: 750px;
	left: 0;
	top: 0;
	/* overflow: hidden !important; */
}

.hero-2022.hero-cover--w-dark-overlay .hero-cover__bg-image:before,.hero-2022.hero-cover--w-dark-overlay.hero-cover--has-video:before {
	background: linear-gradient(90deg,rgba(0,0,0,.5) 15%,rgba(0,0,0,0) 70%);
}

.hero-2022 .hero-cover__content-container {
	/* text-align: left; */
	/* align-items: flex-start; */
}

.has-bg-img{
	height: 100px !important;
	
}

.hero-2022 .hero-cover__content-container .hero-cover__subtitle {
	margin: 0;
	padding: 0;
	width: 90%;
	max-width: 74rem;
	text-align: left;
	font-size: 2rem !important;
}

.hero-2022 .hero-cover__content-container h1 {
	margin-bottom: 30px;
}

.hero-2022 .hero-cover__content-container h1 span {
	font-weight: 400;
	line-height: 0;
	font-size: 3.5rem;
	display: inline-block;
	transform: translateY(6px);
}

@media (min-width:544px) {
	.hero-2022 .hero-cover__content-container h1 span {
		font-size: 10.5rem;
	}
}

.hero-2022 .hero-cover__content-container .h3 {
	font-size: 14px;
	line-height: 20px;
}

@media (min-width:544px) {
	.hero-2022 .hero-cover__content-container .h3 {
		font-size: 20px;
		line-height: 26px;
	}
}

picture.behave-like-bg {
	position: absolute;
	top: 0;
	left: 0;
}

picture.behave-like-bg,picture.behave-like-bg img {
	height: 100%;
	width: 100%;
}

picture.behave-like-bg img {
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover; object-position: center;';
}

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

@media all {
	.breadcrumb {
		-ms-grid-row-align: start;
		align-self: start;
		color: #fff;
		font-size: 13px;
		font-size: .8125rem;
		font-family: circular pro,helvetica neue,Helvetica,Arial,sans-serif;
		letter-spacing: 0;
		padding: 20px 15px;
		text-align: left;
		text-transform: none;
		z-index: 5;
		display: block;
	}

	.breadcrumb a {
		color: #fff;
		text-decoration: none;
		margin-right: 5px;
		margin-left: 5px;
	}

	.breadcrumb a:first-of-type {
		margin-left: 0;
	}

	.breadcrumb a:hover {
		text-decoration: underline;
	}

	.breadcrumb span {
		margin-left: 5px;
	}
}



/* top section  */
/*! CSS Used from: https://www.niarratravel.com/static/1705582496/css/main.css */





a:focus {
	outline: none;
}

h2,h3 {
	margin: 0;
	font-weight: 400;
}

img {
	width: 100%;
	height: auto;
}

p {
	margin: 0;
}

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

.button-outline {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: relative;
	display: inline-block;
	height: 3.125rem;
	padding: 1px 1.875rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1rem;
	letter-spacing: 0.018em;
	line-height: 3.125rem;
	text-align: center;
	color: #fff;
}

.button-outline:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid #fff;
	border-radius: 1.5625rem;
	content: '';
	transition: border-color 0.3s linear, background-color 0.3s linear;
}

.button-outline:hover {
	color: #000;
}

.button-outline:hover::before {
	border-color: #fff;
	background-color: #fff;
}

.button-outline:hover .button-outline__label {
	color: #000;
}

.button-outline--inverted {
	color: #000;
}

.button-outline--inverted::before {
	border: 1.5px solid #000;
}

.button-outline--inverted:hover {
	color: #fff;
}

.button-outline--inverted:hover::before {
	border-color: #283a2c;
	background-color: #283a2c;
}

.button-outline--inverted:hover .button-outline__label {
	color: #fff;
}

.button-outline__label {
	position: relative;
	transition: color 0.3s linear;
}

.block-itinerary-contributions {
	padding: 7.6875rem 1.875rem 7rem;
	background-color: #f1f0f1;
	text-align: center;
	display: block !important;
}

.block-itinerary-contributions__button {
	margin-top: 1.5rem;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.block-itinerary-contributions__body {
	letter-spacing: .01875em;
}

.block-itinerary-contributions__body-item {
	margin-top: .75rem;
	font-size: 1.6rem;
	letter-spacing: .03em;
	line-height: 2rem;
}

.block-itinerary-contributions__container-body {
	margin-top: 1.125rem;
}

.block-itinerary-contributions__divider {
	margin-top: 1.5rem;
}

.block-itinerary-contributions__icon {
	width: auto;
	height: 7.5625rem;
    padding-left: 48px;
}

.block-itinerary-contributions__list {
	margin-top: 3.5rem;
}

.block-itinerary-contributions__list-item {
	width: 79.36508%;
	margin-top: 1.375rem;
	margin-right: auto;
	margin-left: auto;
}

.block-itinerary-contributions__subheading {
	font-family: "Wulkan Display Medium",serif;
	margin-top: 1.8125rem;
	font-size: 3rem;
	letter-spacing: -.01em;
	line-height: 1.9375rem;
}

.block-itinerary-contributions__heading {
	font-family: "Wulkan Display Medium",serif;
	font-size: 5.25rem;
	letter-spacing: -.01em;
	line-height: 2.6rem;
}

.block-itinerary-contributions__heading em {
	font-family: "Wulkan Display Regular Italic",serif;
}

@media (min-width: 1024px) {
	.block-itinerary-contributions {
		padding: 14.125rem 0 13.875rem;
		margin-bottom: 121px !important;
	}

	.block-itinerary-contributions__body {
		margin-right: 1.875rem;
		text-align: left;
		font-size: 16px;
	}

	.block-itinerary-contributions__button {
		margin-top: -.3125rem;
	}

	.block-itinerary-contributions__container {
		width: 98.33333%;
		max-width: 97rem;
		margin-right: auto;
		margin-left: auto;
	}

	.block-itinerary-contributions__container-body {
		display: -webkit-flex;
		display: flex;
		width: 48.83333%;
		margin-top: 3.125rem;
		margin-right: auto;
		margin-left: auto;
	}

	.block-itinerary-contributions__divider {
		position: absolute;
		top: calc(50% - .375rem);
		right: -21px;
		margin-top: 0;
		-webkit-transform: translateX(50%) rotate(90deg);
		transform: translateX(50%) rotate(90deg);
	}

	.block-itinerary-contributions__list {
		display: -webkit-flex;
		display: flex;
		width: 83.16667%;
		margin-top: 3.125rem;
		margin-right: auto;
		margin-left: auto;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.block-itinerary-contributions__list-item {
		position: relative;
		width: 33.26653%;
		margin: -73px;
		top: 75px;
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}





/* destinations */
/*! CSS Used from: https://ranchosantana.com/wp-includes/css/dist/block-library/style.min.css?ver=6.4.2 ; media=all */
@media all {
	:where(figure) {
		margin: 0 0 1em;
	}
}
	/*! CSS Used from: https://ranchosantana.com/wp-content/cache/min/1/wp-content/themes/rancho-wp/assets/css/main.css?ver=1702896014 ; media=all */
@media all {
	div,span,h3,h4,p,a,u,i,article,figure,hgroup,section {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article,figure,hgroup,section {
		display: block;
		margin-top: 29px;
		margin-bottom: 29px;
	}

	a {
		text-decoration: none;
	}

	a:active,a:focus,a:hover {
		text-decoration: none;
	}

	

	h3,h4 {
		font-family: "ivymode",sans-serif;
		font-weight: 400;
		letter-spacing: .02em;
		color: #2f323d;
	}

	h3 {
		font-size: 4.1666666667vw;
		line-height: 100%;
	}
	@media (min-width:1920px) {
		h3{font-size: 80px;
	}
}

h4 {
	font-size: 2.7777777778vw;
	line-height: 120%;
}

@media (min-width:1920px) {
	h4 {
		font-size: 53.3333333333px;
	}
}

p {
	font-size: 1.3888888889vw;
	line-height: 150%;
	color: #2f323d;
}





@media (min-width:1920px) {
	p {
		font-size: 26.6666666667px;
	}
}

p a {
	color: #2f323d;
}

.entry p {
	margin-bottom: 2.0833333333vw;
}

@media (min-width:1920px) {
	.entry p {
		margin-bottom: 40px;
	}
}

.entry p a {
	font-weight: 400;
	font-size: 1.25vw;
	color: #baa27c;
}

.entry p a:hover {
	color: #2f323d;
}

.entry p:last-child {
	margin-bottom: 0;
}

.entry p>a:first-child {
	position: relative;
}

.entry p>a:first-child:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -.3472222222vw;
	width: 100%;
	height: 2px;
	background-color: #baa27c;
	transition: all 250ms ease-in-out;
}

@media (min-width:1920px) {
	.entry p>a:first-child:after {
		bottom: -6.6666666667px;
	}
}

.entry p>a:first-child:hover:after {
	width: 0;
}

@media (max-width:640px) {
	body h3 {
		font-size: 40px;
	}

	body h4 {
		font-size: 30px;
	}

	body p {
		font-size: 18px;
		margin-left: 14px;
	}

	body .entry p {
		margin-bottom: 30px;
		font-size: 18px;
	}

	body .entry p a {
		font-size: 18px;
	}
}

.holder-wide {
	margin-left: 4.1666666667vw;
	margin-right: 4.1666666667vw;
}

@media (min-width:1920px) {
	.holder-wide {
		max-width: 1760px;
		padding: 0;
		margin: 0 auto;
	}
}

@media (max-width:640px) {
	body .holder-wide {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.is-draggable .flickity-viewport {
	cursor: none!important;
}

.is-draggable .flickity-viewport a {
	cursor: none!important;
}

.horizontal-slider-holder {
	position: relative;
}

.horizontal-slider-holder .horizontal-slider-intro {
	display: flex;
	margin-bottom: 5.5555555556vw;
}

@media (min-width:1920px) {
	.horizontal-slider-holder .horizontal-slider-intro {
		margin-bottom: 106.6666666667px;
	}
}

.horizontal-slider-holder .horizontal-slider-intro h3,.horizontal-slider-holder .horizontal-slider-intro .entry {
	flex: 0 0 33.1944444444vw;
	max-width: 33.1944444444vw;
	margin-right: 2.0833333333vw;
}

@media (min-width:1920px) {
	.horizontal-slider-holder .horizontal-slider-intro h3,.horizontal-slider-holder .horizontal-slider-intro .entry {
		flex: 0 0 637.3333333333px;
		max-width: 637.3333333333px;
		margin-right: 40px;
	}
}

.horizontal-slider-holder .horizontal-slider-intro h3 {
	font-size: 3.4722222222vw;
}




@media (min-width:1920px) {
	.horizontal-slider-holder .horizontal-slider-intro h3 {
		font-size: 66.6666666667px;
	}
}

.horizontal-slider-holder .horizontal-slider-intro h3 div {
	display: inline-block;
}

.horizontal-slider-holder .horizontal-slider-intro h3 div span {
	display: inline-block;
	perspective: 600px;
}

.horizontal-slider-holder .horizontal-slider-intro h3 div span i {
	display: inline-block;
	opacity: 0;
	font-style: normal;
	transform: translateY(65%) rotateX(90deg);
	transition: 800ms cubic-bezier(.215,.61,.355,1);
}

.horizontal-slider-holder .horizontal-slider-intro h3.in-view div span i {
	opacity: 1;
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,1);
}

.horizontal-slider-holder .horizontal-slider-intro p {
	font-size: 1.1111111111vw;
	line-height: 150%;
}

@media (min-width:1920px) {
	.horizontal-slider-holder .horizontal-slider-intro p {
		font-size: 21.3333333333px;
	}
}

























.horizontal-slider-holder .horizontal-slider-intro p div {
	display: inline-block;
	perspective: 600px;
}

.horizontal-slider-holder .horizontal-slider-intro p div span {
	display: inline-block;
	opacity: 0;
	font-style: normal;
	transform: translateY(65%) rotateX(90deg);
	transition: 800ms cubic-bezier(.215,.61,.355,1);
}

.horizontal-slider-holder .horizontal-slider-intro p a {
	font-size: .9722222222vw;
}

@media (min-width:1920px) {
	.horizontal-slider-holder .horizontal-slider-intro p a {
		font-size: 18.6666666667px;
	}
}

.horizontal-slider-holder .horizontal-slider-intro p a:after {
	transform-origin: left center;
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0,1);
	transition: transform 800ms cubic-bezier(.215,.61,.355,1),width 250ms ease-in-out;
}

.horizontal-slider-holder .horizontal-slider-intro p:last-child {
	margin-bottom: 0;
}

.horizontal-slider-holder .horizontal-slider-intro .entry.in-view p div span {
	opacity: 1;
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,1);
}

.horizontal-slider-holder .horizontal-slider-intro .entry.in-view p a:after {
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,1);
}

.flickity-button {
	opacity: 1;
	width: 5vw!important;
	height: 5vw!important;
	margin: 0;
	background-color: rgb(102 75 50) !important;
	border-radius: 50%;
}

@media (min-width:1920px) {
	.flickity-button {
		width: 96px!important;
		height: 96px!important;
	}
}

.flickity-button:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-15%) translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .2777777778vw 0 .2777777778vw .4166666667vw;
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #baa27c;
}

@media (min-width:1920px) {
	.flickity-button:after {
		border-width: 5.3333333333px 0 5.3333333333px 8px;
	}
}

.flickity-button svg {
	display: none;
}

.flickity-button.previous:after {
	transform: translateX(-50%) translateY(-50%);
	border-width: .2777777778vw .4166666667vw .2777777778vw 0;
	border-color: rgba(0,0,0,0) #baa27c rgba(0,0,0,0) rgba(0,0,0,0);
}

@media (min-width:1920px) {
	.flickity-button.previous:after {
		border-width: 5.3333333333px 8px 5.3333333333px 0;
	}
}

.flickity-button:hover {
	background-color: rgba(186,162,124,.4)!important;
}

.flickity-button:disabled {
	opacity: 1!important;
}

.horizontal-slider-holder .flickity-enabled {
	position: static;
}

.horizontal-slider-holder .flickity-button {
	position: absolute;
	top: 2.0833333333vw;
	right: 0;
}

@media (min-width:1920px) {
	.horizontal-slider-holder .flickity-button {
		top: 40px;
	}
}

.horizontal-slider-holder .flickity-button.previous {
	left: auto;
	right: 6.25vw;
}

@media (min-width:1920px) {
	.horizontal-slider-holder .flickity-button.previous {
		right: 120px;
	}
}

.horizontal-slider article div {
	overflow: hidden;
	transform: translateX(-100%) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,1);
	transition: 1500ms cubic-bezier(.215,.61,.355,1);
}

.horizontal-slider article div a {
	display: block;
	transform: translateX(100%) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,1);
	transition: 1500ms cubic-bezier(.215,.61,.355,1);
}

.horizontal-slider article.in-view div {
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,1);
}

.horizontal-slider article.in-view div a {
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,1);
}

@media (max-width:640px) {
	body .horizontal-slider-holder .horizontal-slider-intro {
		display: block;
	}

	body .horizontal-slider-holder .horizontal-slider-intro h3 {
		max-width: 100%;
		margin-bottom: 20px;
		font-size: 40px;
	}

	body .horizontal-slider-holder .horizontal-slider-intro p {
		font-size: 16px;
	}

	body .horizontal-slider-holder .horizontal-slider-intro p a {
		font-size: 14px;
	}

	body .horizontal-slider-holder .flickity-prev-next-button {
		display: none;
	}
}

.post-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.post-grid article {
	position: relative;
	overflow: hidden;
	overflow-anchor: none;
}

.post-grid article hgroup {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	padding: 0 1.7361111111vw 1.3888888889vw;
	box-sizing: border-box;
}

@media (min-width:1920px) {
	.post-grid article hgroup {
		padding: 0 33.3333333333px 26.6666666667px;
	}
}

.post-grid article hgroup h4,.post-grid article hgroup p {
	color: #fffcf0;
}

.post-grid article hgroup h4 {
	max-width: 80%;
	margin-bottom: 0;
	transform: translateY(15.9722222222vw);
	transition: transform 1000ms cubic-bezier(.215,.61,.355,1);
}

@media (min-width:1920px) {
	.post-grid article hgroup h4 {
		transform: translateY(15.9722222222vw);
	}
}

.post-grid article hgroup .more {
	display: block;
	opacity: 0;
	padding-top: .6944444444vw;
	box-sizing: border-box;
	transform: translateY(100%);
	transition: 1000ms cubic-bezier(.215,.61,.355,1);
	transition-property: opacity,transform;
}

@media (min-width:1920px) {
	.post-grid article hgroup .more {
		padding-top: 13.3333333333px;
		transform: translateY(100%);
	}
}

.post-grid article hgroup .more p {
	padding-top: 1.3888888889vw;
	font-size: 1.1111111111vw;
}

@media (min-width:1920px) {
	.post-grid article hgroup .more p {
		padding-top: 26.6666666667px;
		font-size: 21.3333333333px;
	}
}

.post-grid article hgroup .more p:last-child {
	margin-bottom: 0;
}

.post-grid article hgroup .more p u {
	font-weight: 400;
	text-decoration: none;
}

.post-grid article hgroup .more p.animated div {
	display: inline;
	transform: none!important;
}

.post-grid article figure {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.post-grid article figure:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	opacity: .8;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(47,50,61,0) 49.9%,#2F323D 112.91%);
	transition: 1000ms cubic-bezier(.215,.61,.355,1);
}

@media (max-width:640px) {
	.post-grid article figure:before {
		opacity: 1;
		background: linear-gradient(180deg,rgba(47,50,61,0) 0%,#2F323D 100%);
	}
}

.post-grid article figure .img-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #2f323d;
	transition: transform 1000ms cubic-bezier(.215,.61,.355,1);
}

.post-grid article:hover hgroup h4,.post-grid article:hover hgroup .more {
	opacity: 1;
	transform: translateY(0)!important;
}

.post-grid article:hover figure .img-holder {
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15,1.15);
}

.post-grid article:hover figure:before {
	opacity: 1;
	height: 120%;
}

.post-grid.featured-grid article figure {
	height: 36.3194444444vw;
}

@media (min-width:1920px) {
	.post-grid.featured-grid article figure {
		height: 697.3333333333px;
	}
}

.post-grid.featured-grid.horizontal-slider {
	display: block;
}

.post-grid.featured-grid.horizontal-slider article {
	width: 33.1944444444vw;
	margin-right: 2.0833333333vw;
}

@media (min-width:1920px) {
	.post-grid.featured-grid.horizontal-slider article {
		width: 637.3333333333px;
		margin-right: 40px;
	}
}

@media (max-width:640px) {
	body .post-grid {
		grid-template-columns: 1fr 1fr;
	}

	body .post-grid article hgroup {
		padding: 25px;
	}

	body .post-grid article hgroup h4 {
		margin-bottom: 8px;
		font-size: 25px;
		transform: translateY(0);
	}

	body .post-grid article hgroup .more {
		opacity: 1;
		max-height: 100%;
		padding: 0;
		transform: translateY(0);
	}

	body .post-grid article hgroup .more p {
		margin-bottom: 20px;
		font-size: 16px;
	}

	body .post-grid article hgroup .more p:last-child {
		margin-bottom: 0;
	}

	body .post-grid.featured-grid.horizontal-slider article {
		width: 292px;
		margin-right: 20px;
	}

	body .post-grid.featured-grid.horizontal-slider article hgroup {
		padding: 15px;
	}

	body .post-grid.featured-grid.horizontal-slider article hgroup h4 {
		margin-bottom: 8px;
		font-size: 25px;
	}

	body .post-grid.featured-grid.horizontal-slider article hgroup p {
		margin-bottom: 12px;
		font-size: 14px;
	}

	body .post-grid.featured-grid.horizontal-slider article figure {
		height: 320px;
	}

	body .post-grid.featured-grid.horizontal-slider article figure:before {
		background: linear-gradient(180deg,rgba(47,50,61,0) 2.97%,#2F323D 139.84%);
	}
}

.content-editor-outer h3 div {
	display: inline-block;
}

.content-editor-outer h3 div span {
	display: inline-block;
	perspective: 600px;
}

.content-editor-outer h3 div span i {
	display: inline-block;
	opacity: 0;
	font-style: normal;
	transform: translateY(65%) rotateX(90deg);
	transition: 800ms cubic-bezier(.215,.61,.355,1);
}

.content-editor-outer h3.in-view div span i {
	opacity: 1;
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,1);
}

.content-editor-outer p div {
	display: inline-block;
	perspective: 600px;
}

.content-editor-outer p div span {
	display: inline-block;
	opacity: 0;
	font-style: normal;
	transform: translateY(65%) rotateX(90deg);
	transition: 800ms cubic-bezier(.215,.61,.355,1);
}

.content-editor-outer p.in-view div span {
	opacity: 1;
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1,1);
}

.content-editor-outer {
	padding: 8.3333333333vw 0 7.6388888889vw;
	margin-left: 68px;
}

@media (min-width:1920px) {
	.content-editor-outer {
		padding: 160px 0 146.6666666667px;
	}
}

@media (max-width:640px) {
	body .content-editor-outer {
		padding: 80px 0;
	}
}
	}
	
@media all {
	.flickity-enabled {
		position: relative;
	}

	.flickity-enabled:focus {
		outline: none;
	}

	.flickity-viewport {
		position: relative;
		height: 100%;
	}

	.flickity-slider {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.flickity-enabled.is-draggable {
		-webkit-tap-highlight-color: transparent;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.flickity-enabled.is-draggable .flickity-viewport {
		cursor: none;
	}

	.flickity-button {
		position: absolute;
		background: hsla(0,0%,100%,.75);
		border: none;
		color: #333;
	}

	.flickity-button:hover {
		background: #fff;
		cursor: pointer;
	}

	.flickity-button:focus {
		outline: none;
		box-shadow: 0 0 0 5px #19F;
	}

	.flickity-button:active {
		opacity: .6;
	}

	.flickity-button:disabled {
		opacity: .3;
		cursor: auto;
		pointer-events: none;
	}

	.flickity-button-icon {
		fill: currentColor;
	}

	.flickity-prev-next-button {
		top: 50%;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		transform: translateY(-50%);
	}

	.flickity-prev-next-button.previous {
		left: 10px;
	}

	.flickity-prev-next-button.next {
		right: 10px;
	}

	.flickity-prev-next-button .flickity-button-icon {
		position: absolute;
		left: 20%;
		top: 20%;
		width: 60%;
		height: 60%;
	}
}













/* jackada */

	 /* @media (min-width:544px) {
		html {
			font-size: 16px;
		}
	} */
	
	
	/* html{
		font-size: 12px !important;
	}  */
	
	
	
	.note {
		color: #474747;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 1.67
	}
	
	.t-tag {
		color: #C1AA7F;
		font-size: 13px;
		font-size: .9285714286rem;
		letter-spacing: .1923076923em;
		line-height: 1.4;
		text-transform: uppercase
	}
	
	.t-tag--black {
		color: #000
	}
	
	.t-link--white,
	.t-link--white:active:focus,
	.t-link--white:focus,
	.t-link--white:hover,
	.t-tag--white {
		color: #FFF
	}
	
	.t-large {
		font-size: 16px;
		font-size: 1.1428571429rem
	}
	
	.small,
	small {
		font-size: 16px;
		font-size: 1rem
	}
	
	.text-left {
		text-align: left
	}
	
	.text-center {
		text-align: center
	}
	
	.text-right {
		text-align: right
	}
	
	.color-primary {
		color: #C1AA7F
	}
	
	@media (min-width:544px) {
		.text-left-sm {
			text-align: left
		}
		.text-center-sm {
			text-align: center
		}
		.text-right-sm {
			text-align: right
		}
	}
	
	@media (min-width:768px) {
		.text-left-md {
			text-align: left
		}
		.text-center-md {
			text-align: center
		}
		.text-right-md {
			text-align: right
		}
		.hidden-md-up {
			display: none!important
		}
	}
	
	.hidden-xs-up,
	.hidden-xxl-down {
		display: none!important
	}
	
	@media (max-width:543px) {
		.hidden-xs-down {
			display: none!important
		}
		.no-pad-xs {
			padding: 0!important
		}
		.hidden-xs {
			display: none!important
		}
	}
	
	@media (max-width:767px) {
		.hidden-sm-down {
			display: none!important
		}
	}
	
	@media (min-width:544px) and (max-width:767px) {
		#ccc-module {
			bottom: 58px!important
		}
		.no-pad-sm {
			padding: 0!important
		}
		.hidden-sm {
			display: none!important
		}
	}
	
	@media (max-width:991px) {
		.hidden-md-down {
			display: none!important
		}
	}
	
	@media (min-width:768px) and (max-width:991px) {
		.no-pad-md {
			padding: 0!important
		}
		.hidden-md {
			display: none!important
		}
	}
	
	@media (min-width:992px) {
		.text-left-lg {
			text-align: left
		}
		.text-center-lg {
			text-align: center
		}
		.text-right-lg {
			text-align: right
		}
		.hidden-lg,
		.hidden-lg-up {
			display: none!important
		}
	}
	
	@media (max-width:1199px) {
		.hidden-lg-down {
			display: none!important
		}
	}
	
	@media (min-width:992px) and (max-width:1199px) {
		.no-pad-lg {
			padding: 0!important
		}
	}
	
	@media (min-width:1200px) {
		.text-left-xl {
			text-align: left
		}
		.text-center-xl {
			text-align: center
		}
		.text-right-xl {
			text-align: right
		}
		.hidden-xl-up {
			display: none!important
		}
	}
	
	@media (max-width:1599px) {
		.hidden-xl-down {
			display: none!important
		}
	}
	
	@media (min-width:1200px) and (max-width:1599px) {
		.no-pad-xl {
			padding: 0!important
		}
	}
	
	@media (min-width:1600px) {
		.hidden-xxl-up {
			display: none!important
		}
		.no-pad-xxl {
			padding: 0!important
		}
	}
	
	
	
	@media (min-width:544px) {
		.hidden-sm-up {
			display: none!important
		}
		.visible-xs {
			display: none
		}
		.container {
			max-width: 576px
		}
	}
	
	.visible-print-block {
		display: none!important
	}
	
	@media print {
		.visible-print-block {
			display: block!important
		}
	}
	
	.visible-print-inline {
		display: none!important
	}
	
	@media print {
		.visible-print-inline {
			display: inline!important
		}
	}
	
	.visible-print-inline-block {
		display: none!important
	}
	
	@media print {
		.visible-print-inline-block {
			display: inline-block!important
		}
		.hidden-print {
			display: none!important
		}
	}
	
	.container--small::after,
	.container-fluid::after,
	.container::after,
	.row::after {
		content: "";
		display: table;
		clear: both
	}
	
	@media (min-width:768px) {
		.container {
			max-width: 720px
		}
	}
	
	@media (min-width:992px) {
		.container {
			max-width: 940px
		}
	}
	
	@media (min-width:1200px) {
		.container {
			max-width: 1140px
		}
	}
	
	@media (max-width:543px) {
		.container--xs-small {
			max-width: 320px
		}
	}
	
	.row {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
	
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xxl-1,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9 {
		position: relative;
		min-height: 1px;
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		float: left
	}
	
	.col-xs-1 {
		width: 8.3333333333%
	}
	
	.col-xs-2 {
		width: 16.6666666667%
	}
	
	.col-xs-3 {
		width: 25%
	}
	
	.col-xs-4 {
		width: 33.3333333333%
	}
	
	.col-xs-5 {
		width: 41.6666666667%
	}
	
	.col-xs-6 {
		width: 50%
	}
	
	.col-xs-7 {
		width: 58.3333333333%
	}
	
	.col-xs-8 {
		width: 66.6666666667%
	}
	
	.col-xs-9 {
		width: 75%
	}
	
	.col-xs-10 {
		width: 83.3333333333%
	}
	
	.col-xs-11 {
		width: 91.6666666667%
	}
	
	.col-xs-12 {
		width: 100%
	}
	
	.col-xs-pull-0 {
		right: auto
	}
	
	.col-xs-pull-1 {
		right: 8.3333333333%
	}
	
	.col-xs-pull-2 {
		right: 16.6666666667%
	}
	
	.col-xs-pull-3 {
		right: 25%
	}
	
	.col-xs-pull-4 {
		right: 33.3333333333%
	}
	
	.col-xs-pull-5 {
		right: 41.6666666667%
	}
	
	.col-xs-pull-6 {
		right: 50%
	}
	
	.col-xs-pull-7 {
		right: 58.3333333333%
	}
	
	.col-xs-pull-8 {
		right: 66.6666666667%
	}
	
	.col-xs-pull-9 {
		right: 75%
	}
	
	.col-xs-pull-10 {
		right: 83.3333333333%
	}
	
	.col-xs-pull-11 {
		right: 91.6666666667%
	}
	
	.col-xs-pull-12 {
		right: 100%
	}
	
	.col-xs-push-0 {
		left: auto
	}
	
	.col-xs-push-1 {
		left: 8.3333333333%
	}
	
	.col-xs-push-2 {
		left: 16.6666666667%
	}
	
	.col-xs-push-3 {
		left: 25%
	}
	
	.col-xs-push-4 {
		left: 33.3333333333%
	}
	
	.col-xs-push-5 {
		left: 41.6666666667%
	}
	
	.col-xs-push-6 {
		left: 50%
	}
	
	.col-xs-push-7 {
		left: 58.3333333333%
	}
	
	.col-xs-push-8 {
		left: 66.6666666667%
	}
	
	.col-xs-push-9 {
		left: 75%
	}
	
	.col-xs-push-10 {
		left: 83.3333333333%
	}
	
	.col-xs-push-11 {
		left: 91.6666666667%
	}
	
	.col-xs-push-12 {
		left: 100%
	}
	
	.col-xs-offset-0 {
		margin-left: 0
	}
	
	.col-xs-offset-1 {
		margin-left: 8.3333333333%
	}
	
	.col-xs-offset-2 {
		margin-left: 16.6666666667%
	}
	
	.col-xs-offset-3 {
		margin-left: 25%
	}
	
	.col-xs-offset-4 {
		margin-left: 33.3333333333%
	}
	
	.col-xs-offset-5 {
		margin-left: 41.6666666667%
	}
	
	.col-xs-offset-6 {
		margin-left: 50%
	}
	
	.col-xs-offset-7 {
		margin-left: 58.3333333333%
	}
	
	.col-xs-offset-8 {
		margin-left: 66.6666666667%
	}
	
	.col-xs-offset-9 {
		margin-left: 75%
	}
	
	.col-xs-offset-10 {
		margin-left: 83.3333333333%
	}
	
	.col-xs-offset-11 {
		margin-left: 91.6666666667%
	}
	
	.col-xs-offset-12 {
		margin-left: 100%
	}
	
	@media (min-width:544px) {
		.container--small {
			max-width: 576px
		}
		.col-sm-1,
		.col-sm-10,
		.col-sm-11,
		.col-sm-12,
		.col-sm-2,
		.col-sm-3,
		.col-sm-4,
		.col-sm-5,
		.col-sm-6,
		.col-sm-7,
		.col-sm-8,
		.col-sm-9 {
			float: left
		}
		.col-sm-1 {
			width: 8.3333333333%
		}
		.col-sm-2 {
			width: 16.6666666667%
		}
		.col-sm-3 {
			width: 25%
		}
		.col-sm-4 {
			width: 33.3333333333%
		}
		.col-sm-5 {
			width: 41.6666666667%
		}
		.col-sm-6 {
			width: 50%
		}
		.col-sm-7 {
			width: 58.3333333333%
		}
		.col-sm-8 {
			width: 66.6666666667%
		}
		.col-sm-9 {
			width: 75%
		}
		.col-sm-10 {
			width: 83.3333333333%
		}
		.col-sm-11 {
			width: 91.6666666667%
		}
		.col-sm-12 {
			width: 100%
		}
		.col-sm-pull-0 {
			right: auto
		}
		.col-sm-pull-1 {
			right: 8.3333333333%
		}
		.col-sm-pull-2 {
			right: 16.6666666667%
		}
		.col-sm-pull-3 {
			right: 25%
		}
		.col-sm-pull-4 {
			right: 33.3333333333%
		}
		.col-sm-pull-5 {
			right: 41.6666666667%
		}
		.col-sm-pull-6 {
			right: 50%
		}
		.col-sm-pull-7 {
			right: 58.3333333333%
		}
		.col-sm-pull-8 {
			right: 66.6666666667%
		}
		.col-sm-pull-9 {
			right: 75%
		}
		.col-sm-pull-10 {
			right: 83.3333333333%
		}
		.col-sm-pull-11 {
			right: 91.6666666667%
		}
		.col-sm-pull-12 {
			right: 100%
		}
		.col-sm-push-0 {
			left: auto
		}
		.col-sm-push-1 {
			left: 8.3333333333%
		}
		.col-sm-push-2 {
			left: 16.6666666667%
		}
		.col-sm-push-3 {
			left: 25%
		}
		.col-sm-push-4 {
			left: 33.3333333333%
		}
		.col-sm-push-5 {
			left: 41.6666666667%
		}
		.col-sm-push-6 {
			left: 50%
		}
		.col-sm-push-7 {
			left: 58.3333333333%
		}
		.col-sm-push-8 {
			left: 66.6666666667%
		}
		.col-sm-push-9 {
			left: 75%
		}
		.col-sm-push-10 {
			left: 83.3333333333%
		}
		.col-sm-push-11 {
			left: 91.6666666667%
		}
		.col-sm-push-12 {
			left: 100%
		}
		.col-sm-offset-0 {
			margin-left: 0
		}
		.col-sm-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-sm-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-sm-offset-3 {
			margin-left: 25%
		}
		.col-sm-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-sm-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-sm-offset-6 {
			margin-left: 50%
		}
		.col-sm-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-sm-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-sm-offset-9 {
			margin-left: 75%
		}
		.col-sm-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-sm-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-sm-offset-12 {
			margin-left: 100%
		}
	}
	
	@media (min-width:768px) {
		.container--small {
			max-width: 720px
		}
		.col-md-1,
		.col-md-10,
		.col-md-11,
		.col-md-12,
		.col-md-2,
		.col-md-3,
		.col-md-4,
		.col-md-5,
		.col-md-6,
		.col-md-7,
		.col-md-8,
		.col-md-9 {
			float: left
		}
		.col-md-1 {
			width: 8.3333333333%
		}
		.col-md-2 {
			width: 16.6666666667%
		}
		.col-md-3 {
			width: 25%
		}
		.col-md-4 {
			width: 33.3333333333%
		}
		.col-md-5 {
			width: 41.6666666667%
		}
		.col-md-6 {
			width: 50%
		}
		.col-md-7 {
			width: 58.3333333333%
		}
		.col-md-8 {
			width: 66.6666666667%
		}
		.col-md-9 {
			width: 75%
		}
		.col-md-10 {
			width: 83.3333333333%
		}
		.col-md-11 {
			width: 91.6666666667%
		}
		.col-md-12 {
			width: 100%
		}
		.col-md-pull-0 {
			right: auto
		}
		.col-md-pull-1 {
			right: 8.3333333333%
		}
		.col-md-pull-2 {
			right: 16.6666666667%
		}
		.col-md-pull-3 {
			right: 25%
		}
		.col-md-pull-4 {
			right: 33.3333333333%
		}
		.col-md-pull-5 {
			right: 41.6666666667%
		}
		.col-md-pull-6 {
			right: 50%
		}
		.col-md-pull-7 {
			right: 58.3333333333%
		}
		.col-md-pull-8 {
			right: 66.6666666667%
		}
		.col-md-pull-9 {
			right: 75%
		}
		.col-md-pull-10 {
			right: 83.3333333333%
		}
		.col-md-pull-11 {
			right: 91.6666666667%
		}
		.col-md-pull-12 {
			right: 100%
		}
		.col-md-push-0 {
			left: auto
		}
		.col-md-push-1 {
			left: 8.3333333333%
		}
		.col-md-push-2 {
			left: 16.6666666667%
		}
		.col-md-push-3 {
			left: 25%
		}
		.col-md-push-4 {
			left: 33.3333333333%
		}
		.col-md-push-5 {
			left: 41.6666666667%
		}
		.col-md-push-6 {
			left: 50%
		}
		.col-md-push-7 {
			left: 58.3333333333%
		}
		.col-md-push-8 {
			left: 66.6666666667%
		}
		.col-md-push-9 {
			left: 75%
		}
		.col-md-push-10 {
			left: 83.3333333333%
		}
		.col-md-push-11 {
			left: 91.6666666667%
		}
		.col-md-push-12 {
			left: 100%
		}
		.col-md-offset-0 {
			margin-left: 0
		}
		.col-md-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-md-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-md-offset-3 {
			margin-left: 25%
		}
		.col-md-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-md-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-md-offset-6 {
			margin-left: 50%
		}
		.col-md-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-md-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-md-offset-9 {
			margin-left: 75%
		}
		.col-md-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-md-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-md-offset-12 {
			margin-left: 100%
		}
	}
	
	@media (min-width:992px) {
		.col-lg-1,
		.col-lg-10,
		.col-lg-11,
		.col-lg-12,
		.col-lg-2,
		.col-lg-3,
		.col-lg-4,
		.col-lg-5,
		.col-lg-6,
		.col-lg-7,
		.col-lg-8,
		.col-lg-9 {
			float: left
		}
		.col-lg-1 {
			width: 8.3333333333%
		}
		.col-lg-2 {
			width: 16.6666666667%
		}
		.col-lg-3 {
			width: 25%
		}
		.col-lg-4 {
			width: 33.3333333333%
		}
		.col-lg-5 {
			width: 41.6666666667%
		}
		.col-lg-6 {
			width: 50%
		}
		.col-lg-7 {
			width: 58.3333333333%
		}
		.col-lg-8 {
			width: 66.6666666667%
		}
		.col-lg-9 {
			width: 75%
		}
		.col-lg-10 {
			width: 83.3333333333%
		}
		.col-lg-11 {
			width: 91.6666666667%
		}
		.col-lg-12 {
			width: 100%
		}
		.col-lg-pull-0 {
			right: auto
		}
		.col-lg-pull-1 {
			right: 8.3333333333%
		}
		.col-lg-pull-2 {
			right: 16.6666666667%
		}
		.col-lg-pull-3 {
			right: 25%
		}
		.col-lg-pull-4 {
			right: 33.3333333333%
		}
		.col-lg-pull-5 {
			right: 41.6666666667%
		}
		.col-lg-pull-6 {
			right: 50%
		}
		.col-lg-pull-7 {
			right: 58.3333333333%
		}
		.col-lg-pull-8 {
			right: 66.6666666667%
		}
		.col-lg-pull-9 {
			right: 75%
		}
		.col-lg-pull-10 {
			right: 83.3333333333%
		}
		.col-lg-pull-11 {
			right: 91.6666666667%
		}
		.col-lg-pull-12 {
			right: 100%
		}
		.col-lg-push-0 {
			left: auto
		}
		.col-lg-push-1 {
			left: 8.3333333333%
		}
		.col-lg-push-2 {
			left: 16.6666666667%
		}
		.col-lg-push-3 {
			left: 25%
		}
		.col-lg-push-4 {
			left: 33.3333333333%
		}
		.col-lg-push-5 {
			left: 41.6666666667%
		}
		.col-lg-push-6 {
			left: 50%
		}
		.col-lg-push-7 {
			left: 58.3333333333%
		}
		.col-lg-push-8 {
			left: 66.6666666667%
		}
		.col-lg-push-9 {
			left: 75%
		}
		.col-lg-push-10 {
			left: 83.3333333333%
		}
		.col-lg-push-11 {
			left: 91.6666666667%
		}
		.col-lg-push-12 {
			left: 100%
		}
		.col-lg-offset-0 {
			margin-left: 0
		}
		.col-lg-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-lg-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-lg-offset-3 {
			margin-left: 25%
		}
		.col-lg-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-lg-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-lg-offset-6 {
			margin-left: 50%
		}
		.col-lg-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-lg-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-lg-offset-9 {
			margin-left: 75%
		}
		.col-lg-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-lg-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-lg-offset-12 {
			margin-left: 100%
		}
	}
	
	@media (min-width:1200px) {
		.col-xl-1,
		.col-xl-10,
		.col-xl-11,
		.col-xl-12,
		.col-xl-2,
		.col-xl-3,
		.col-xl-4,
		.col-xl-5,
		.col-xl-6,
		.col-xl-7,
		.col-xl-8,
		.col-xl-9 {
			float: left
		}
		.col-xl-1 {
			width: 8.3333333333%
		}
		.col-xl-2 {
			width: 16.6666666667%
		}
		.col-xl-3 {
			width: 25%
		}
		.col-xl-4 {
			width: 33.3333333333%
		}
		.col-xl-5 {
			width: 41.6666666667%
		}
		.col-xl-6 {
			width: 50%
		}
		.col-xl-7 {
			width: 58.3333333333%
		}
		.col-xl-8 {
			width: 66.6666666667%
		}
		.col-xl-9 {
			width: 75%
		}
		.col-xl-10 {
			width: 83.3333333333%
		}
		.col-xl-11 {
			width: 91.6666666667%
		}
		.col-xl-12 {
			width: 100%
		}
		.col-xl-pull-0 {
			right: auto
		}
		.col-xl-pull-1 {
			right: 8.3333333333%
		}
		.col-xl-pull-2 {
			right: 16.6666666667%
		}
		.col-xl-pull-3 {
			right: 25%
		}
		.col-xl-pull-4 {
			right: 33.3333333333%
		}
		.col-xl-pull-5 {
			right: 41.6666666667%
		}
		.col-xl-pull-6 {
			right: 50%
		}
		.col-xl-pull-7 {
			right: 58.3333333333%
		}
		.col-xl-pull-8 {
			right: 66.6666666667%
		}
		.col-xl-pull-9 {
			right: 75%
		}
		.col-xl-pull-10 {
			right: 83.3333333333%
		}
		.col-xl-pull-11 {
			right: 91.6666666667%
		}
		.col-xl-pull-12 {
			right: 100%
		}
		.col-xl-push-0 {
			left: auto
		}
		.col-xl-push-1 {
			left: 8.3333333333%
		}
		.col-xl-push-2 {
			left: 16.6666666667%
		}
		.col-xl-push-3 {
			left: 25%
		}
		.col-xl-push-4 {
			left: 33.3333333333%
		}
		.col-xl-push-5 {
			left: 41.6666666667%
		}
		.col-xl-push-6 {
			left: 50%
		}
		.col-xl-push-7 {
			left: 58.3333333333%
		}
		.col-xl-push-8 {
			left: 66.6666666667%
		}
		.col-xl-push-9 {
			left: 75%
		}
		.col-xl-push-10 {
			left: 83.3333333333%
		}
		.col-xl-push-11 {
			left: 91.6666666667%
		}
		.col-xl-push-12 {
			left: 100%
		}
		.col-xl-offset-0 {
			margin-left: 0
		}
		.col-xl-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-xl-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-xl-offset-3 {
			margin-left: 25%
		}
		.col-xl-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-xl-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-xl-offset-6 {
			margin-left: 50%
		}
		.col-xl-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-xl-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-xl-offset-9 {
			margin-left: 75%
		}
		.col-xl-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-xl-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-xl-offset-12 {
			margin-left: 100%
		}
	}
	
	@media (min-width:1600px) {
		.col-xxl-1,
		.col-xxl-10,
		.col-xxl-11,
		.col-xxl-12,
		.col-xxl-2,
		.col-xxl-3,
		.col-xxl-4,
		.col-xxl-5,
		.col-xxl-6,
		.col-xxl-7,
		.col-xxl-8,
		.col-xxl-9 {
			float: left
		}
		.col-xxl-1 {
			width: 8.3333333333%
		}
		.col-xxl-2 {
			width: 16.6666666667%
		}
		.col-xxl-3 {
			width: 25%
		}
		.col-xxl-4 {
			width: 33.3333333333%
		}
		.col-xxl-5 {
			width: 41.6666666667%
		}
		.col-xxl-6 {
			width: 50%
		}
		.col-xxl-7 {
			width: 58.3333333333%
		}
		.col-xxl-8 {
			width: 66.6666666667%
		}
		.col-xxl-9 {
			width: 75%
		}
		.col-xxl-10 {
			width: 83.3333333333%
		}
		.col-xxl-11 {
			width: 91.6666666667%
		}
		.col-xxl-12 {
			width: 100%
		}
		.col-xxl-pull-0 {
			right: auto
		}
		.col-xxl-pull-1 {
			right: 8.3333333333%
		}
		.col-xxl-pull-2 {
			right: 16.6666666667%
		}
		.col-xxl-pull-3 {
			right: 25%
		}
		.col-xxl-pull-4 {
			right: 33.3333333333%
		}
		.col-xxl-pull-5 {
			right: 41.6666666667%
		}
		.col-xxl-pull-6 {
			right: 50%
		}
		.col-xxl-pull-7 {
			right: 58.3333333333%
		}
		.col-xxl-pull-8 {
			right: 66.6666666667%
		}
		.col-xxl-pull-9 {
			right: 75%
		}
		.col-xxl-pull-10 {
			right: 83.3333333333%
		}
		.col-xxl-pull-11 {
			right: 91.6666666667%
		}
		.col-xxl-pull-12 {
			right: 100%
		}
		.col-xxl-push-0 {
			left: auto
		}
		.col-xxl-push-1 {
			left: 8.3333333333%
		}
		.col-xxl-push-2 {
			left: 16.6666666667%
		}
		.col-xxl-push-3 {
			left: 25%
		}
		.col-xxl-push-4 {
			left: 33.3333333333%
		}
		.col-xxl-push-5 {
			left: 41.6666666667%
		}
		.col-xxl-push-6 {
			left: 50%
		}
		.col-xxl-push-7 {
			left: 58.3333333333%
		}
		.col-xxl-push-8 {
			left: 66.6666666667%
		}
		.col-xxl-push-9 {
			left: 75%
		}
		.col-xxl-push-10 {
			left: 83.3333333333%
		}
		.col-xxl-push-11 {
			left: 91.6666666667%
		}
		.col-xxl-push-12 {
			left: 100%
		}
		.col-xxl-offset-0 {
			margin-left: 0
		}
		.col-xxl-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-xxl-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-xxl-offset-3 {
			margin-left: 25%
		}
		.col-xxl-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-xxl-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-xxl-offset-6 {
			margin-left: 50%
		}
		.col-xxl-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-xxl-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-xxl-offset-9 {
			margin-left: 75%
		}
		.col-xxl-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-xxl-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-xxl-offset-12 {
			margin-left: 100%
		}
	}


	/* jacada main */

	/*! CSS Used from: Embedded */
a,a:hover {
	color: #000;
}

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

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a img {
	border: 0;
}

h2 {
	font-weight: 400;
	margin: 1.7142857143rem 0;
}

h2:first-child {
	margin-top: 0;
}

p {
	margin: 0;
}

.sans-serif,p.sans-serif {
	font-family: "Circular Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 {
	font-size: 24px;
	line-height: 34px;
}

@media (min-width:544px) {
	h2 {
		font-size: 45px;
		line-height: 58px;
	}
}

p {
	font-size: 14px;
	line-height: 20px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:544px) {
	p {
		font-size: 18px;
		line-height: 25px;
	}
}

p+p {
	margin-top: .9375em;
}

p.sans-serif {
	font-size: 11px;
	line-height: 14px;
}

@media (min-width:544px) {
	p.sans-serif {
		font-size: 16px;
		line-height: 22px;
	}
}

.text-center {
	text-align: center;
}

.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:544px) {
	.container {
		max-width: 576px;
	}
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

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

@media (min-width:992px) {
	.container {
		max-width: 940px;
	}
}

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

.bg-light-brown {
	background: #f9f8f3;
}

.sr-only {
	position: absolute!important;
	clip: rect(1px,1px,1px,1px);
	padding: 0!important;
	border: 0!important;
	height: 1px!important;
	width: 1px!important;
	overflow: hidden;
}

@media (min-width:1200px) {
	.container {
		max-width: 1280px;
		width: 100%;
	}
}
/*! CSS Used from: https://www.jacadatravel.com/wp-content/cache/min/1/wp-content/themes/jacada/assets/css/styles.css?ver=1705591545 ; media=all */
@media all {
	.glide__slides {
		-webkit-backface-visibility: hidden;
	}

	.bg-light-brown {
		background: #f9f8f3;
	}

	.glide__slides {
		flex-wrap: nowrap;
	}

	.sr-only {
		position: absolute!important;
		clip: rect(1px,1px,1px,1px);
		padding: 0!important;
		border: 0!important;
		height: 1px!important;
		width: 1px!important;
		overflow: hidden;
	}

	.component-2022-gallery-section {
		padding-top: 5rem;
		position: relative;
	}

	.component-2022-gallery-section li picture {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.component-2022-gallery-section li picture img {
		width: auto;
		max-width: calc(100% - .5rem);
		height: auto;
	}

	.component-2022-gallery-section .glide__nav {
		align-items: center;
		display: flex;
		top: 50%;
		position: absolute;
		width: calc(100% - 2rem);
		left: 1rem;
		transform: translateY(50%);
	}
@media (min-width:992px) {
		.component-2022-gallery-section li picture img{max-width: calc(100% - 2rem);
	}

	.component-2022-gallery-section .glide__nav {
		left: 2rem;
		width: calc(100% - 4rem);
	}
}

.component-2022-gallery-section .glide__nav .glide__bullets {
	visibility: hidden;
}

.component-2022-gallery-section .glide__nav .glide__arrows {
	width: 2.75rem;
	height: 2.75rem;
}

.component-2022-gallery-section .glide__nav .glide__arrows .glide__arrow {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg height='20' viewBox='0 0 12 20' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.92348918 18.789914 9.37500082-8.789062-9.37500082-8.7908352' fill='none' stroke='%23C1AA7F' stroke-width='2'/%3E%3C/svg%3E") center/12px no-repeat #664b32 !important;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	cursor: pointer;
}

.component-2022-homepage-gallery {
	padding: 5rem 0;
}

.component-2022-homepage-gallery .component-2022-gallery-section {
	padding: 0;
}

.component-2022-homepage-gallery .title {
	max-width: 40.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}

@media (min-width:992px) {
	.component-2022-homepage-gallery .title {
		font-size: 3.75rem;
		line-height: 1.25;
	}
}

@media (max-width:767px) {
	.component-2022-homepage-gallery .title.has-icon {
		max-width: 80%;
	}
}

.component-2022-homepage-gallery .title.has-icon span {
	position: relative;
	margin-left: 0;
	color: transparent;
	font-size: 5rem;
	white-space: nowrap;
}

@media (min-width:544px) {
	.component-2022-homepage-gallery .title.has-icon span {
		font-size: 6rem;
	}
}

@media (min-width:992px) {
	.component-2022-homepage-gallery .title.has-icon span {
		font-size: 7rem;
	}
}

.component-2022-homepage-gallery .title.has-icon span svg {
	position: absolute;
	inset: 0;
	transform: translate3d(0,20%,0)!important;
}

.component-2022-homepage-gallery .title span {
	font-family: silver south script,brush script mt,cursive;
	font-weight: 400;
	line-height: 0;
	margin-left: 1ch;
	font-size: 3rem;
}

@media (min-width:544px) {
	.component-2022-homepage-gallery .title.has-icon span svg {
		transform: translate3d(-4%,10%,0)!important;
	}

	.component-2022-homepage-gallery .title span {
		font-size: 4rem;
	}
}

.component-2022-homepage-gallery .intro {
	max-width: 30.5rem;
	margin-left: auto;
	margin-right: auto;
}

.component-2022-homepage-gallery .glide__container {
	position: relative;
	margin-top: 4.625rem;
}

.component-2022-homepage-gallery .glide__container li {
	box-sizing: border-box;
}

@media (min-width:768px) {
	.component-2022-homepage-gallery .glide__container li.even {
		margin-top: 2.5rem;
	}
}

@media (min-width:992px) {
	.component-2022-homepage-gallery .title span {
		font-size: 5rem;
	}

	.component-2022-homepage-gallery .glide__container li.even {
		margin-top: 5rem;
	}
}

.component-2022-homepage-gallery .glide__container li picture {
	position: relative;
	aspect-ratio: 4/3;
}

.component-2022-homepage-gallery .glide__container li picture:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(to bottom,#664b32 0,#000 100%) no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: .75;
	pointer-events: none;
	transition: .3s opacity ease-in-out;
}

.component-2022-homepage-gallery .glide__container li picture img {
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.component-2022-homepage-gallery .glide__container .trip-link {
	display: block;
	position: relative;
	padding: .3125rem;
}

.component-2022-homepage-gallery .glide__container .trip-link:hover picture:before {
	opacity: 1;
}

.component-2022-homepage-gallery .glide__container .trip-link:hover p {
	transform: translate3d(0,-24px,0);
}

.component-2022-homepage-gallery .glide__container .trip-link:hover p.view-trip {
	transform: none;
	opacity: 1;
}

.component-2022-homepage-gallery .glide__container .trip-title-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	padding: 1.125rem;
}

.component-2022-homepage-gallery .glide__container .trip-title-container p {
	font-size: 2.2rem;
    color: #fff;
    white-space: normal;
    padding-left: 2rem;
    position: absolute;
    bottom: 3.5rem;
    left: 2.5rem;
    z-index: 5;
    transition: .3s transform ease-in-out,.3s opacity ease-in-out;
    margin: 0;

}

.component-2022-homepage-gallery .glide__container .trip-title-container p:before {
	width: .5625rem;
	height: .8125rem;
	content: '';
	position: absolute;
	top: .25rem;
	left: 0;
	margin-right: .5rem;
	display: block;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgdmVyc2lvbj0nMS4xJyBmaWxsPScjZmZmZmZmJyBzdHlsZT0nZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Jz48cGF0aCBkPSdNMTIsMEM3LjgwMiwwIDQsMy40MDMgNCw3LjYwMkM0LDExLjggNy40NjksMTYuODEyIDEyLDI0QzE2LjUzMSwxNi44MTIgMjAsMTEuOCAyMCw3LjYwMkMyMCwzLjQwMyAxNi4xOTksMCAxMiwwWicgc3R5bGU9J2ZpbGwtcnVsZTpub256ZXJvOycvPjwvc3ZnPgo=);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.component-2022-homepage-gallery .glide__container .trip-title-container p.view-trip {
	color: #c1aa7f;
	padding-left: 0;
	opacity: 0;
}

.component-2022-homepage-gallery .glide__container .trip-title-container p.view-trip:before {
	content: none;
}

.component-2022-homepage-gallery .glide__container .glide__nav {
	transform: translate3d(0,-50%,0);
	pointer-events: none;
}

.component-2022-homepage-gallery .glide__container .glide__nav .glide__arrows {
	pointer-events: all;
}

.component-2022-homepage-gallery .glide__container .glide__nav .glide__arrows button {
	transition: .3s background ease-in-out;
}

.component-2022-homepage-gallery .glide__container .glide__nav .glide__arrows button:hover {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg height='20' viewBox='0 0 12 20' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.92348918 18.789914 9.37500082-8.789062-9.37500082-8.7908352' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E") center/12px no-repeat #fff;
}

.glide__bullet {
	background: #c1aa7f;
}

.glide__track {
	overflow: hidden;
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	display: flex;
	will-change: transform;
}

.glide__arrows,.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glide__slides {
	align-items: stretch;
}

.glide__bullets {
	align-items: center;
	display: flex;
	height: 10px;
	justify-content: center;
}

.glide__bullet {
	border: 0;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 10px;
	opacity: .6;
	padding: 0;
	transition: .4s;
	width: 10px;
	margin: 0 6px;
}

@media (min-width:544px) {
	.glide__bullet {
		margin: 0 10px;
	}
}

@media screen and (min-width:544px) {
	.glide__bullet.glide__bullet--hide-tablet {
		display: none;
	}
}

@media screen and (min-width:992px) {
	.glide__bullet.glide__bullet--hide-desktop {
		display: none;
	}
}

.glide__bullet--active {
	height: 12px;
	opacity: 1;
	width: 12px;
}

.glide__nav {
	align-items: center;
	display: flex;
}

.glide__nav .glide__arrows {
	flex: 0 1 auto;
}

.glide__nav .glide__bullets {
	flex: 1 1 auto;
}

.glide__arrow {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg height='20' viewBox='0 0 12 20' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.92348918 18.789914 9.37500082-8.789062-9.37500082-8.7908352' fill='none' stroke='%23fefefe' stroke-width='2'/%3E%3C/svg%3E") center/12px no-repeat #73664C;
	border: 0;
	display: block;
	height: 40px;
	width: 40px;
}

.glide__arrow--left {
	transform: scaleX(-1);
}

ul {
	padding-left: 0;
	margin-top: 0;
}
}



/*! CSS Used from: Embedded */
a,a:hover {
	color: #000;
}

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

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a img {
	border: 0;
}

p {
	margin: 0;
}

.sans-serif,p.sans-serif {
	font-family: "Circular Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
	font-size: 14px;
	line-height: 20px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:544px) {
	p {
		font-size: 18px;
		line-height: 25px;
	}
}

p+p,p+ul {
	margin-top: .9375em;
}

p.sans-serif {
	font-size: 11px;
	line-height: 14px;
}

@media (min-width:544px) {
	p.sans-serif {
		font-size: 16px;
		line-height: 22px;
	}
}

.text-center {
	text-align: center;
}

.color-primary {
	color: #C1AA7F;
}

.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:544px) {
	.container {
		max-width: 576px;
	}
}

.container::after,.row::after {
	content: "";
	display: table;
	clear: both;
}

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

@media (min-width:992px) {
	.container {
		max-width: 940px;
	}
}

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

.row {
	margin-left: -.9375rem;
	margin-right: -.9375rem;
}

.col-md-6 {
	position: relative;
	min-height: 1px;
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:768px) {
	.col-md-6 {
		float: left;
	}

	.col-md-6 {
		width: 50%;
	}
}

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

@media all {
	.component-2022-destinations {
		padding: 2rem 0;
	}

	.component-2022-destinations .container {
		max-width: 153rem;
	}

	.component-2022-destinations .block-title {
		color: #000;
		margin: .9375rem auto 1.5rem;
		font-size: 1.5rem;
		line-height: 1.2;
	}
@media (min-width:768px) {
		.component-2022-destinations{padding: 0;
	}

	.component-2022-destinations .container {
		padding: 0;
		overflow: hidden;
	}

	.component-2022-destinations .row {
		display: flex;
		flex-direction: row;
	}

	.component-2022-destinations .block-title {
		display: none;
	}
}

.component-2022-destinations .destination-col-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: .875rem;
}

@media (min-width:768px) {
	.component-2022-destinations .destination-col-container {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		overflow: hidden;
		aspect-ratio: 1/1;
	}
}

.component-2022-destinations .destination-image-container {
	width: calc(50% - 7px);
	position: relative;
	aspect-ratio: 160/130;
}

@media (min-width:768px) {
	.component-2022-destinations .destination-image-container {
		width: 100%;
		position: absolute;
		inset: 0;
		z-index: 1;
		background-color: #c1aa7f;
		opacity: 0;
		transition: .3s opacity ease-in-out;
		aspect-ratio: auto;
	}

	.component-2022-destinations .destination-image-container.active,.component-2022-destinations .destination-image-container.active p.label {
		opacity: 1;
	}
}

.component-2022-destinations .destination-image-container p.name {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	inset: 0;
	z-index: 5;
	color: #fff;
	font-size: 1rem;
	margin: 0;
	line-height: 1;
}

.component-2022-destinations .destination-image-container p.label {
	margin-bottom: 0;
	display: none;
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	z-index: 5;
	color: #fff;
	font-size: 1rem;
	padding-left: 1rem;
}

@media (min-width:768px) {
	.component-2022-destinations .destination-image-container p.name {
		display: none;
	}

	.component-2022-destinations .destination-image-container p.label {
		display: block;
		opacity: 0;
		transition: .3s opacity ease-in-out;
		transition-delay: .3s;
	}
}

.component-2022-destinations .destination-image-container p.label:before {
	width: .5625rem;
	height: .8125rem;
	content: '';
	position: absolute;
	top: .25rem;
	left: 0;
	margin-right: .5rem;
	display: block;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgdmVyc2lvbj0nMS4xJyBmaWxsPScjZmZmZmZmJyBzdHlsZT0nZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Jz48cGF0aCBkPSdNMTIsMEM3LjgwMiwwIDQsMy40MDMgNCw3LjYwMkM0LDExLjggNy40NjksMTYuODEyIDEyLDI0QzE2LjUzMSwxNi44MTIgMjAsMTEuOCAyMCw3LjYwMkMyMCwzLjQwMyAxNi4xOTksMCAxMiwwWicgc3R5bGU9J2ZpbGwtcnVsZTpub256ZXJvOycvPjwvc3ZnPgo=);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.component-2022-destinations .destination-image-container a:hover picture:before {
	opacity: 1;
}

.component-2022-destinations .destination-image-container picture {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}

.component-2022-destinations .destination-image-container picture:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	background: no-repeat padding-box #393732;
	mix-blend-mode: multiply;
	opacity: .5;
	pointer-events: none;
	transition: .5s opacity ease-in-out;
}

.component-2022-destinations .destination-image-container picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.component-2022-destinations .destination-content-container {
	margin-left: auto;
	flex-direction: column;
	justify-content: center;
	aspect-ratio: 1/1;
	display: none;
}

@media (min-width:768px) {
	.component-2022-destinations .destination-image-container picture:before {
		background: linear-gradient(180deg,#FFF 0,#000 100%) no-repeat padding-box;
		opacity: .46;
	}

	.component-2022-destinations .destination-content-container {
		display: flex;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media (min-width:992px) {
	.component-2022-destinations .destination-content-container {
		max-width: 85%;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.component-2022-destinations .destination-content-container .title {
	width: 100%;
	font-size: 3.375rem;
	padding-bottom: 1.875rem;
	border-bottom: 1px solid #dedede;
}

.component-2022-destinations .destination-content-container ul {
	margin-top: 1.875rem;
	margin-bottom: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
}

.component-2022-destinations .destination-content-container ul li {
	line-height: 2;
	margin-bottom: .5625rem;
	font-size: 14px !important;
}

.component-2022-destinations .destination-content-container ul a {
	display: block;
	color: #000;
	opacity: .5;
	transition: .3s opacity ease-in-out;
	font-size: 2rem;
	text-decoration: none;
}

@media (min-width:992px) {
	.component-2022-destinations .destination-content-container ul a {
		font-size: 3.8rem;
	}
}

@media (min-width:1600px) {
	.component-2022-destinations .destination-content-container {
		max-width: 75%;
	}

	.component-2022-destinations .destination-content-container ul a {
		font-size: 4rem;
	}
}

.component-2022-destinations .destination-content-container ul a.active,.component-2022-destinations .destination-content-container ul a:hover {
	opacity: 1;
}

.label {
	font-family: circular pro,helvetica neue,Helvetica,Arial,sans-serif;
}

.label {
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
}

ul {
	padding-left: 0;
	margin-top: 0;
}
}



h2,h3 {
	margin: 0;
	font-weight: 400;
}

.block-featured-story__heading {
	font-family: "Wulkan Medium",serif;
	margin: 0 -.9375rem 1.25rem -.9375rem;
	font-size: 6.6rem !important;
	letter-spacing: -0.01em;
	line-height: 3.625rem;
	text-align: center;
	color: #000;
}

.block-featured-story__heading em {
	font-family: "Wulkan Italic",serif;
}

.block-featured-story__subheading {
	font-family: "Basetica ",sans-serif;
	font-size: 1.75rem;
	letter-spacing: .03em;
	line-height: 3.5rem;
	text-transform: uppercase;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

@media (min-width: 1024px) {
	.block-featured-story__subheading {
		font-family: "Basetica",sans-serif;
		font-size: 1.5rem;
		letter-spacing:3.5em;
		line-height: 1rem;
		text-transform: uppercase;
		margin: 0 0 2.1875rem;
	}

	.block-featured-story__heading {
		max-width: 18.75rem;
		margin: 0 auto 2.8125rem;
		font-size: 3.5rem;
		line-height: 4.375rem;
	}
}




/* package */
/*! CSS Used from: Embedded */
a,a:hover {
	color: #000;
}

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

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a img {
	border: 0;
}

.landing-page-2022 .padded-section {
	padding-top: 52px;
	padding-bottom: 52px;
}

.h4,h2 {
	font-weight: 400;
	margin: 1.7142857143rem 0;
}

h2:first-child {
	margin-top: 0;
}

@media (min-width:544px) {
	.landing-page-2022 .padded-section {
		padding-top: 110px;
		padding-bottom: 110px;
	}
}

p {
	margin: 0;
}

.sans-serif,p.sans-serif {
	font-family: "Circular Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 {
	font-size: 24px;
	line-height: 34px;
}

@media (min-width:544px) {
	h2 {
		font-size: 45px;
		line-height: 58px;
	}
}

.h4 {
	font-size: 18px;
	line-height: 22px;
}

@media (min-width:544px) {
	.h4 {
		font-size: 24px;
		line-height: 32px;
	}
}

p {
	font-size: 14px;
	line-height: 20px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:544px) {
	p {
		font-size: 18px;
		line-height: 25px;
	}
}

p.sans-serif {
	font-size: 11px;
	line-height: 14px;
}

@media (min-width:544px) {
	p.sans-serif {
		font-size: 16px;
		line-height: 22px;
	}
}

.color-primary {
	color: #C1AA7F;
}

.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:544px) {
	.container {
		max-width: 576px;
	}
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

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

@media (min-width:992px) {
	.container {
		max-width: 940px;
	}
}

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

.price,.price-from,.price-pp {
	font-family: "Circular Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.padded-section {
	padding-top: 32px;
	padding-bottom: 32px;
}

@media (min-width:544px) {
	.padded-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

.price,.price-from,.price-pp {
	text-transform: uppercase;
}

.price-from,.price-pp {
	font-size: .7em;
}

.price-from {
	margin-bottom: 4px;
}

@media (min-width:1200px) {
	.container {
		max-width: 1280px;
		width: 100%;
	}
}
/*! CSS Used from: https://www.jacadatravel.com/wp-content/cache/min/1/wp-content/themes/jacada/assets/css/styles.css?ver=1706005120 ; media=all */
@media all {
	.trips-ab-test {
		display: none;
	}

	.padded-section {
		padding-top: 32px;
		padding-bottom: 32px;
	}
@media (min-width:544px) {
		.padded-section{padding-top: 64px;
		padding-bottom: 64px;
	}
}

.price,.price-from,.price-pp {
	font-family: circular pro,helvetica neue,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}

.price-from,.price-pp {
	font-size: .7em;
}

.price-from {
	margin-bottom: 4px;
}

.card,.card-image img {
	transition: transform .3s ease-in-out;
}

.component-2022-cards .card-image img {
	max-height: 270px;
}

.card-info {
	background-color: #fff;
	text-align: center;
}

.card-info {
	font-size: 14px;
	margin-bottom: 0;
}

.card-info .card-heading {
	align-items: top;
	display: flex;
	flex: 1 1 auto;
	margin-bottom: 16px;
	justify-content: center;
}

.card-info .wrap {
	flex: 0 1 auto;
	height: 60px;
	overflow: hidden;
}

.card-price-value {
	color: #c1aa7f;
	font-size: 18px;
	font-size: 1.2857142857rem;
	letter-spacing: .1388888889em;
	line-height: 1.11;
}

.card,.card:active,.card:active:focus,.card:focus,.card:hover {
	color: inherit;
}

.card {
	background: #fff;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	position: relative;
	text-decoration: none;
}

.card .card-info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

.card.card-2022 .card-info {
	display: block;
}

.card.card-2022.card-itineraries .card-info {
	padding-bottom: 3rem;
}

.card.card-2022 .card-price-value {
	letter-spacing: 0;
	font-size: 1rem;
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	width: 100%;
}

.card.card-2022 .card-price-value div {
	display: inline;
	text-transform: none;
}

.card.card-2022 .card-price-value .price-from,.card.card-2022 .card-price-value .price-pp {
	font-size: 1em;
}

.card.card-2022 .card-price-value .price-pp {
	text-transform: lowercase;
}

.card.card-2022 .trip-length {
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card.card-2022 .trip-length svg {
	margin-right: .75rem;
}

.card.card-2022 .trip-length+.card-heading {
	margin-top: .5rem;
}

.card.card-2022 .card-heading {
	margin-bottom: .875rem;
}

.card:hover {
	transform: translateY(-.25rem);
}

@media (min-width:768px) {
	.card:hover .card-image img {
		transform: scale(1.05);
	}
}

.card--shadow {
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.card-image {
	overflow: hidden;
}

.card-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:991px) {
	.card-image img {
		height: 250px;
	}
}

@media (max-width:767px) {
	.card-image img {
		height: 180px;
	}
}

.card-outer {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.cards-2022-header {
	text-align: center;
}

@media (max-width:1199px) {
	.cards-2022-header {
		margin: 0 3rem;
	}
}

@media (max-width:1199px) {
	.component-2022-cards .container.cards-type-example_trip {
		max-width: none;
	}
}

.cards-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width:991px) {
	.cards-grid {
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
	}
}

.cards-grid .card-outer {
	height: auto;
}

@media (min-width:992px) {
	.cards-grid .card-outer {
		width: auto;
		flex: 0 1 33.33333%;
		padding: 15px;
		max-width: 33.3333%;
	}
}

@media (max-width:991px) {
	.cards-grid .card-outer {
		scroll-snap-align: center;
		width: 275px;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
	}

	.cards-grid .card-outer:last-child {
		margin-right: 2.5rem;
	}
}
}


/*! CSS Used from: https://www.niarratravel.com/static/1705582496/css/main.css */
@media (max-width: 479px) {
	.not-extra-narrow {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.not-narrow {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.not-regular {
		display: none;
	}
}

@media (min-width: 1024px) {
	.not-wide {
		display: none;
	}
}

section {
	display: block;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

img {
	border: 0;
}

button {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button {
	cursor: pointer;
	-webkit-appearance: button;
}



a {
	text-decoration: none;
	color: currentColor;
}

a:focus {
	outline: none;
}

button {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

button:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
}

h2,h3,h4,h5 {
	margin: 0;
	font-weight: 400;
}

img {
	width: 100%;
	height: auto;
}

p {
	margin: 0;
}

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

.responsive-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: none;
	font-size: 0;
	line-height: 0;
}

.responsive-image--object-fit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-image--object-fit .responsive-image__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.responsive-image__picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.button-outline {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: relative;
	display: inline-block;
	height: 3.125rem;
	padding: 1px 1.875rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1rem;
	letter-spacing: 0.018em;
	line-height: 3.125rem;
	text-align: center;
	color: #fff;
}

.button-outline:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid #fff;
	border-radius: 1.5625rem;
	content: '';
	transition: border-color 0.3s linear, background-color 0.3s linear;
}

.button-outline:hover {
	color: #000;
}

.button-outline:hover::before {
	border-color: #fff;
	background-color: #fff;
}

.button-outline:hover .button-outline__label {
	color: #000;
}

.button-outline__label {
	position: relative;
	transition: color 0.3s linear;
}

.button-slider {
	position: relative;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 3.125rem;
	height: 3.125rem;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.button-slider--flipped {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.button-slider::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #283a2c;
	content: '';
	transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.8s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.8s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0.1, 1);
}

.button-slider:hover::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.button-slider:hover .button-slider__dashed-circle {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.button-slider:hover .button-slider__dashed-circle circle {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.button-slider--reversed::before {
	background-color: #fff;
}

.button-slider__dashed-circle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2.625rem;
	height: 2.625rem;
	margin: auto;
	transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.5s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.5s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.1, 1);
}

.button-slider__dashed-circle circle {
	animation: rotate 0.5s infinite linear reverse;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.button-slider__icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.highlighted-example-trips-summary {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	padding: 0 .9375rem;
}

.highlighted-example-trips-summary__headline {
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	letter-spacing: .03em;
	line-height: .75rem;
	text-transform: uppercase;
	margin: 0 0 .9375rem;
	font-family: 'tilda', sans-serif,sans-serif;
	text-transform: uppercase;
	color: #000;
}

.highlighted-example-trips-summary__heading {
	font-family: "Wulkan Display Medium",serif;
	margin: 0 0 .75rem;
	font-size: 2.25rem;
	letter-spacing: -0.01em;
	line-height: 2.5rem;
	text-align: left;
	color: #000;
}

.highlighted-example-trips-summary__heading em {
	font-family: "Wulkan Display Regular Italic",serif;
}

.highlighted-example-trips-summary__description {
	margin: 0 0 3.75rem;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1rem;
	letter-spacing: 0.48px;
	line-height: 1.5rem;
	color: #000;
}

@media (min-width: 1024px) {
	.highlighted-example-trips-summary {
		padding: 0 2.5rem 2.8125rem 0;
	}

	.highlighted-example-trips-summary__heading {
		margin: 0 0 1.5625rem;
		font-size: 3.375rem;
		line-height: 3.75rem;
	}

	.highlighted-example-trips-summary__description {
		margin: 0;
		max-width: 21.25rem;
	}
}

.highlighted-example-trip {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: calc(100vw - 45px);
	height: 100%;
	min-height: calc(100vh - 6.25rem);
	overflow: hidden;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.highlighted-example-trip__content {
	max-width: 22.5rem;
	padding: 2.5rem;
}

.highlighted-example-trip__background {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: absolute;
	top: 0;
	/* left: 50%; */
	object-fit: cover;
}

.highlighted-example-trip__category {
	position: relative;
	display: -webkit-flex;
	display: flex;
	padding: 2.5rem;
}

.highlighted-example-trip__category-icon {
	position: relative;
	width: 3.125rem;
	height: 3.125rem;
	overflow: hidden;
	margin: 0 .625rem 0 0;
	border-radius: 50%;
	background: #fff;
}

.highlighted-example-trip__category-circle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2.625rem;
	height: 2.625rem;
	margin: auto;
	border: 1px dashed rgba(0,0,0,0.6);
	border-radius: 50%;
}

.highlighted-example-trip__category-icon svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2.625rem;
	height: 2.625rem;
	margin: auto;
	fill: #000;
}

.highlighted-example-trip__category-label {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: .125rem 0 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	letter-spacing: 0.016em;
	line-height: 3.125rem;
	text-transform: uppercase;
	color: #fff;
}

.highlighted-example-trip__category-highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fc6220;
	opacity: 0;
}

.highlighted-example-trip__content {
	position: relative;
}

.highlighted-example-trip__heading {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 1.25rem;
	font-family: "Wulkan Display Medium",serif;
	font-size: 2.25rem;
	letter-spacing: -0.01em;
	line-height: 2.5rem;
	color: #fff;
}

.highlighted-example-trip__heading em {
	font-family: "Wulkan Display Regular Italic",serif;
}

.highlighted-example-trip__subheading {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 .625rem;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	letter-spacing: 0.022em;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: #fff;
}

.highlighted-example-trip__paragraph {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 1.875rem;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .875rem;
	letter-spacing: 0.03em;
	line-height: 1.125rem;
	color: #fff;
}

.highlighted-example-trip__action {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.highlighted-example-trip__button {
	width: 8.75rem;
	padding: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.highlighted-example-trip__price {
	position: relative;
	margin-left: .625rem;
	padding: .3125rem 0 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.highlighted-example-trip__price-label {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin: 0 0 .4375rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	letter-spacing: 0.02em;
	line-height: .75rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.highlighted-example-trip__price-value {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	font-family: "Wulkan Display Medium",serif;
	font-size: 1.5rem;
	letter-spacing: -0.01em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-feature-settings: 'case' on;
}

.highlighted-example-trip__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 100%);
}

@media (min-width: 768px) {
	.highlighted-example-trip {
		width: 21.25rem;
		height: 44.375rem;
		min-height: auto;
		margin: -.3125rem;
		transition: -webkit-clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005);
		transition: clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005);
		transition: clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005), -webkit-clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005);
		-webkit-clip-path: polygon(.3125rem .3125rem, calc(100% - .3125rem) .3125rem, calc(100% - .3125rem) calc(100% - .3125rem), .3125rem calc(100% - .3125rem));
		clip-path: polygon(.3125rem .3125rem, calc(100% - .3125rem) .3125rem, calc(100% - .3125rem) calc(100% - .3125rem), .3125rem calc(100% - .3125rem));
	}

	.highlighted-example-trip:hover:not(.is-open) {
		-webkit-clip-path: polygon(.625rem 0, 100% .625rem, calc(100% - .625rem) 100%, 0 calc(100% - .625rem));
		clip-path: polygon(.625rem 0, 100% .625rem, calc(100% - .625rem) 100%, 0 calc(100% - .625rem));
	}

	.highlighted-example-trip__category {
		padding: 2.8125rem;
	}

	.highlighted-example-trip__content {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		padding: 2.8125rem;
	}
}

.scroll-indicator {
	position: relative;
	display: block;
	width: 3.75rem;
	height: 2px;
}

.scroll-indicator__background,.scroll-indicator__highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scroll-indicator__background {
	background: rgba(221,208,193,0.5);
}

.scroll-indicator__highlight {
	background: #fc6220;
	width: .9375rem;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.pricing__suffix {
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	text-transform: uppercase;
}

.block {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.block-highlighted-example-trips {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 3.75rem .9375rem 3.75rem;
	background: #f1efec;
}

.block-highlighted-example-trips__list {
	display: -webkit-flex;
	display: flex;
	margin: 0 0 1.875rem;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.block-highlighted-example-trips__item {
	height: 100%;
	padding: 0 .9375rem 0 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.block-highlighted-example-trips__item:nth-last-of-type(1) {
	padding: 0;
}

.block-highlighted-example-trips__scroll-indicator {
	margin: 0 auto;
}

.block-highlighted-example-trips__footnote {
	display: none;
}

.block-highlighted-example-trips__button {
	display: none;
}

@media (min-width: 768px) {
	.block-highlighted-example-trips {
		padding: 6.25rem 0 6.25rem;
	}

	.block-highlighted-example-trips__item {
		padding: 0 1.875rem 0 0;
	}

	.block-highlighted-example-trips__content {
		width: 83.33333%;
		max-width: 75rem;
		margin-right: auto;
		margin-left: auto;
	}

	.block-highlighted-example-trips__item--summary {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 31.875rem;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.block-highlighted-example-trips__button {
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		margin: auto 0;
	}

	.block-highlighted-example-trips__button--previous {
		left: -1.5625rem;
		visibility: hidden;
		opacity: 0;
	}

	.block-highlighted-example-trips__button--next {
		right: -1.5625rem;
	}

	.block-highlighted-example-trips__content {
		position: relative;
	}

	.block-highlighted-example-trips__list {
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}

	.block-highlighted-example-trips__footnote {
		font-family: 'tilda', sans-serif,sans-serif;
		font-size: .75rem;
		letter-spacing: .03em;
		line-height: .75rem;
		text-transform: uppercase;
		position: absolute;
		bottom: -3.125rem;
		left: 0;
		display: block;
	}

	.block-highlighted-example-trips__scroll-indicator {
		position: absolute;
		right: 0;
		bottom: -3.125rem;
	}

	.block-highlighted-example-trips {
		padding-bottom: 8.75rem;
	}
}

@media (min-width: 1024px) {
	.block-itinerary+.block-highlighted-example-trips {
		margin-top: 6.25rem;
	}
}
/*! CSS Used keyframes */
@-webkit-keyframes rotate {
	to {
		stroke-dashoffset: 4;
	}
}

@keyframes rotate {
	to {
		stroke-dashoffset: 4;
	}
}





/* top section  */
/*! CSS Used from: https://www.niarratravel.com/static/1705582496/css/main.css */





a:focus {
	outline: none;
}

h2,h3 {
	margin: 0;
	font-weight: 400;
}

img {
	width: 100%;
	height: auto;
}

p {
	margin: 0;
}

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

.button-outline {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: relative;
	display: inline-block;
	height: 3.125rem;
	padding: 1px 1.875rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1rem;
	letter-spacing: 0.018em;
	line-height: 3.125rem;
	text-align: center;
	color: #fff;
}

.button-outline:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid #fff;
	border-radius: 1.5625rem;
	content: '';
	transition: border-color 0.3s linear, background-color 0.3s linear;
}

.button-outline:hover {
	color: #000;
}

.button-outline:hover::before {
	border-color: #fff;
	background-color: #fff;
}

.button-outline:hover .button-outline__label {
	color: #000;
}

.button-outline--inverted {
	color: #000;
}

.button-outline--inverted::before {
	border: 1.5px solid #000;
}

.button-outline--inverted:hover {
	color: #fff;
}

.button-outline--inverted:hover::before {
	border-color: #283a2c;
	background-color: #283a2c;
}

.button-outline--inverted:hover .button-outline__label {
	color: #fff;
}

.button-outline__label {
	position: relative;
	transition: color 0.3s linear;
}

.block-itinerary-contributions {
	padding: 7.6875rem 1.675rem 5rem;
	background-color: #291d1b;
	text-align: center;
	display:block !important;
}

.block-itinerary-contributions__button {
	margin-top: 1.5rem;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.block-itinerary-contributions__body {
	letter-spacing: .01875em;
}

.block-itinerary-contributions__body-item {
	margin-top: 2.75rem;
	font-size: 1.6rem;
	letter-spacing: .03em;
	line-height: 2rem;
	color: #ffff;
}

.block-itinerary-contributions__container-body {
	margin-top: 1.125rem;
}

.block-itinerary-contributions__divider {
	margin-top: 1.5rem;
}

.block-itinerary-contributions__icon {
	width: auto;
	height: 7.5625rem;
    padding-left: 8px;
}

.block-itinerary-contributions__list {
	margin-top: 3.5rem;
}

.block-itinerary-contributions__list-item {
	width: 79.36508%;
	margin-top: 1.375rem;
	margin-right: auto;
	margin-left: auto;
}

.block-itinerary-contributions__subheading {
	font-family: "Wulkan Medium",serif;
	margin-top: 1.8125rem;
	font-size: 3rem;
	letter-spacing: -.01em;
	line-height: 3rem;
	color: #ca884c;
}

.block-itinerary-contributions__heading {
	font-family: "Wulkan Medium",serif;
	font-size: 5.25rem;
	letter-spacing: -.01em;
	line-height: 4.7rem;
}

.block-itinerary-contributions__heading em {
	font-family: "Wulkan Regular Italic",serif;
}

@media (min-width: 1024px) {
	.block-itinerary-contributions {
		padding: 16.125rem 0 31.875rem;
		margin-bottom: 336px !important;
		margin-top: -2px !important;
	}

	.block-itinerary-contributions__body {
		margin-right: 1.875rem;
		text-align: left;
		font-size: 16px;
		color: #fff;
	}

	.block-itinerary-contributions__button {
		margin-top: -.3125rem;
	}

	.block-itinerary-contributions__container {
		width: 98.33333%;
		max-width: 97rem;
		margin-right: auto;
		margin-left: auto;
	}

	.block-itinerary-contributions__container-body {
		display: -webkit-flex;
		display: flex;
		width: 48.83333%;
		margin-top: 3.125rem;
		margin-right: auto;
		margin-left: auto;
		/* margin-bottom: -83px !important; */
	}

	.block-itinerary-contributions__divider {
		position: absolute;
		top: calc(50% - .375rem);
		right: -21px;
		margin-top: 0;
		-webkit-transform: translateX(50%) rotate(90deg);
		transform: translateX(50%) rotate(90deg);
	}

	.block-itinerary-contributions__list {
		display: -webkit-flex;
		display: flex;
		width: 99.16667%;
		margin-top: 3.125rem;
		margin-right: auto;
		margin-left: auto;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.block-itinerary-contributions__list-item {
		position: relative;
		width: 33.26653%;
		margin: -73px;
		top: 75px;
		padding-right: 2.5rem;
		padding-left: 2.5rem;
		color: #fff;
	}
}





/* destinations */






/* jackada */

	 /* @media (min-width:544px) {
		html {
			font-size: 16px;
		}
	} */
	
	
	/* html{
		font-size: 12px !important;
	}  */
	
	
	
	.note {
		color: #474747;
		font-size: 15px;
		font-size: .9375rem;
		line-height: 1.67
	}
	
	.t-tag {
		color: #C1AA7F;
		font-size: 13px;
		font-size: .9285714286rem;
		letter-spacing: .1923076923em;
		line-height: 1.4;
		text-transform: uppercase
	}
	
	.t-tag--black {
		color: #000
	}
	
	.t-link--white,
	.t-link--white:active:focus,
	.t-link--white:focus,
	.t-link--white:hover,
	.t-tag--white {
		color: #FFF
	}
	
	.t-large {
		font-size: 16px;
		font-size: 1.1428571429rem
	}
	
	.small,
	small {
		font-size: 16px;
		font-size: 1rem
	}
	
	.text-left {
		text-align: left
	}
	
	.text-center {
		text-align: center
	}
	
	.text-right {
		text-align: right
	}
	
	.color-primary {
		color: #C1AA7F
	}
	
	@media (min-width:544px) {
		.text-left-sm {
			text-align: left
		}
		.text-center-sm {
			text-align: center
		}
		.text-right-sm {
			text-align: right
		}
	}
	
	@media (min-width:768px) {
		.text-left-md {
			text-align: left
		}
		.text-center-md {
			text-align: center
		}
		.text-right-md {
			text-align: right
		}
		.hidden-md-up {
			display: none!important
		}
	}
	
	.hidden-xs-up,
	.hidden-xxl-down {
		display: none!important
	}
	
	@media (max-width:543px) {
		.hidden-xs-down {
			display: none!important
		}
		.no-pad-xs {
			padding: 0!important
		}
		.hidden-xs {
			display: none!important
		}
	}
	
	@media (max-width:767px) {
		.hidden-sm-down {
			display: none!important
		}
	}
	
	@media (min-width:544px) and (max-width:767px) {
		#ccc-module {
			bottom: 58px!important
		}
		.no-pad-sm {
			padding: 0!important
		}
		.hidden-sm {
			display: none!important
		}
	}
	
	@media (max-width:991px) {
		.hidden-md-down {
			display: none!important
		}
	}
	
	@media (min-width:768px) and (max-width:991px) {
		.no-pad-md {
			padding: 0!important
		}
		.hidden-md {
			display: none!important
		}
	}
	
	@media (min-width:992px) {
		.text-left-lg {
			text-align: left
		}
		.text-center-lg {
			text-align: center
		}
		.text-right-lg {
			text-align: right
		}
		.hidden-lg,
		.hidden-lg-up {
			display: none!important
		}
	}
	
	@media (max-width:1199px) {
		.hidden-lg-down {
			display: none!important
		}
	}
	
	@media (min-width:992px) and (max-width:1199px) {
		.no-pad-lg {
			padding: 0!important
		}
	}
	
	@media (min-width:1200px) {
		.text-left-xl {
			text-align: left
		}
		.text-center-xl {
			text-align: center
		}
		.text-right-xl {
			text-align: right
		}
		.hidden-xl-up {
			display: none!important
		}
	}
	
	@media (max-width:1599px) {
		.hidden-xl-down {
			display: none!important
		}
	}
	
	@media (min-width:1200px) and (max-width:1599px) {
		.no-pad-xl {
			padding: 0!important
		}
	}
	
	@media (min-width:1600px) {
		.hidden-xxl-up {
			display: none!important
		}
		.no-pad-xxl {
			padding: 0!important
		}
	}
	
	
	
	@media (min-width:544px) {
		.hidden-sm-up {
			display: none!important
		}
		.visible-xs {
			display: none
		}
		.container {
			max-width: 576px
		}
	}
	
	.visible-print-block {
		display: none!important
	}
	
	@media print {
		.visible-print-block {
			display: block!important
		}
	}
	
	.visible-print-inline {
		display: none!important
	}
	
	@media print {
		.visible-print-inline {
			display: inline!important
		}
	}
	
	.visible-print-inline-block {
		display: none!important
	}
	
	@media print {
		.visible-print-inline-block {
			display: inline-block!important
		}
		.hidden-print {
			display: none!important
		}
	}
	
	.container--small::after,
	.container-fluid::after,
	.container::after,
	.row::after {
		content: "";
		display: table;
		clear: both
	}
	
	@media (min-width:768px) {
		.container {
			max-width: 720px
		}
	}
	
	@media (min-width:992px) {
		.container {
			max-width: 940px
		}
	}
	
	@media (min-width:1200px) {
		.container {
			max-width: 1140px
		}
	}
	
	@media (max-width:543px) {
		.container--xs-small {
			max-width: 320px
		}
	}
	
	.row {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
	
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xxl-1,
	.col-xxl-10,
	.col-xxl-11,
	.col-xxl-12,
	.col-xxl-2,
	.col-xxl-3,
	.col-xxl-4,
	.col-xxl-5,
	.col-xxl-6,
	.col-xxl-7,
	.col-xxl-8,
	.col-xxl-9 {
		position: relative;
		min-height: 1px;
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		float: left
	}
	
	.col-xs-1 {
		width: 8.3333333333%
	}
	
	.col-xs-2 {
		width: 16.6666666667%
	}
	
	.col-xs-3 {
		width: 25%
	}
	
	.col-xs-4 {
		width: 33.3333333333%
	}
	
	.col-xs-5 {
		width: 41.6666666667%
	}
	
	.col-xs-6 {
		width: 50%
	}
	
	.col-xs-7 {
		width: 58.3333333333%
	}
	
	.col-xs-8 {
		width: 66.6666666667%
	}
	
	.col-xs-9 {
		width: 75%
	}
	
	.col-xs-10 {
		width: 83.3333333333%
	}
	
	.col-xs-11 {
		width: 91.6666666667%
	}
	
	.col-xs-12 {
		width: 100%
	}
	
	.col-xs-pull-0 {
		right: auto
	}
	
	.col-xs-pull-1 {
		right: 8.3333333333%
	}
	
	.col-xs-pull-2 {
		right: 16.6666666667%
	}
	
	.col-xs-pull-3 {
		right: 25%
	}
	
	.col-xs-pull-4 {
		right: 33.3333333333%
	}
	
	.col-xs-pull-5 {
		right: 41.6666666667%
	}
	
	.col-xs-pull-6 {
		right: 50%
	}
	
	.col-xs-pull-7 {
		right: 58.3333333333%
	}
	
	.col-xs-pull-8 {
		right: 66.6666666667%
	}
	
	.col-xs-pull-9 {
		right: 75%
	}
	
	.col-xs-pull-10 {
		right: 83.3333333333%
	}
	
	.col-xs-pull-11 {
		right: 91.6666666667%
	}
	
	.col-xs-pull-12 {
		right: 100%
	}
	
	.col-xs-push-0 {
		left: auto
	}
	
	.col-xs-push-1 {
		left: 8.3333333333%
	}
	
	.col-xs-push-2 {
		left: 16.6666666667%
	}
	
	.col-xs-push-3 {
		left: 25%
	}
	
	.col-xs-push-4 {
		left: 33.3333333333%
	}
	
	.col-xs-push-5 {
		left: 41.6666666667%
	}
	
	.col-xs-push-6 {
		left: 50%
	}
	
	.col-xs-push-7 {
		left: 58.3333333333%
	}
	
	.col-xs-push-8 {
		left: 66.6666666667%
	}
	
	.col-xs-push-9 {
		left: 75%
	}
	
	.col-xs-push-10 {
		left: 83.3333333333%
	}
	
	.col-xs-push-11 {
		left: 91.6666666667%
	}
	
	.col-xs-push-12 {
		left: 100%
	}
	
	.col-xs-offset-0 {
		margin-left: 0
	}
	
	.col-xs-offset-1 {
		margin-left: 8.3333333333%
	}
	
	.col-xs-offset-2 {
		margin-left: 16.6666666667%
	}
	
	.col-xs-offset-3 {
		margin-left: 25%
	}
	
	.col-xs-offset-4 {
		margin-left: 33.3333333333%
	}
	
	.col-xs-offset-5 {
		margin-left: 41.6666666667%
	}
	
	.col-xs-offset-6 {
		margin-left: 50%
	}
	
	.col-xs-offset-7 {
		margin-left: 58.3333333333%
	}
	
	.col-xs-offset-8 {
		margin-left: 66.6666666667%
	}
	
	.col-xs-offset-9 {
		margin-left: 75%
	}
	
	.col-xs-offset-10 {
		margin-left: 83.3333333333%
	}
	
	.col-xs-offset-11 {
		margin-left: 91.6666666667%
	}
	
	.col-xs-offset-12 {
		margin-left: 100%
	}
	
	@media (min-width:544px) {
		.container--small {
			max-width: 576px
		}
		.col-sm-1,
		.col-sm-10,
		.col-sm-11,
		.col-sm-12,
		.col-sm-2,
		.col-sm-3,
		.col-sm-4,
		.col-sm-5,
		.col-sm-6,
		.col-sm-7,
		.col-sm-8,
		.col-sm-9 {
			float: left
		}
		.col-sm-1 {
			width: 8.3333333333%
		}
		.col-sm-2 {
			width: 16.6666666667%
		}
		.col-sm-3 {
			width: 25%
		}
		.col-sm-4 {
			width: 33.3333333333%
		}
		.col-sm-5 {
			width: 41.6666666667%
		}
		.col-sm-6 {
			width: 50%
		}
		.col-sm-7 {
			width: 58.3333333333%
		}
		.col-sm-8 {
			width: 66.6666666667%
		}
		.col-sm-9 {
			width: 75%
		}
		.col-sm-10 {
			width: 83.3333333333%
		}
		.col-sm-11 {
			width: 91.6666666667%
		}
		.col-sm-12 {
			width: 100%
		}
		.col-sm-pull-0 {
			right: auto
		}
		.col-sm-pull-1 {
			right: 8.3333333333%
		}
		.col-sm-pull-2 {
			right: 16.6666666667%
		}
		.col-sm-pull-3 {
			right: 25%
		}
		.col-sm-pull-4 {
			right: 33.3333333333%
		}
		.col-sm-pull-5 {
			right: 41.6666666667%
		}
		.col-sm-pull-6 {
			right: 50%
		}
		.col-sm-pull-7 {
			right: 58.3333333333%
		}
		.col-sm-pull-8 {
			right: 66.6666666667%
		}
		.col-sm-pull-9 {
			right: 75%
		}
		.col-sm-pull-10 {
			right: 83.3333333333%
		}
		.col-sm-pull-11 {
			right: 91.6666666667%
		}
		.col-sm-pull-12 {
			right: 100%
		}
		.col-sm-push-0 {
			left: auto
		}
		.col-sm-push-1 {
			left: 8.3333333333%
		}
		.col-sm-push-2 {
			left: 16.6666666667%
		}
		.col-sm-push-3 {
			left: 25%
		}
		.col-sm-push-4 {
			left: 33.3333333333%
		}
		.col-sm-push-5 {
			left: 41.6666666667%
		}
		.col-sm-push-6 {
			left: 50%
		}
		.col-sm-push-7 {
			left: 58.3333333333%
		}
		.col-sm-push-8 {
			left: 66.6666666667%
		}
		.col-sm-push-9 {
			left: 75%
		}
		.col-sm-push-10 {
			left: 83.3333333333%
		}
		.col-sm-push-11 {
			left: 91.6666666667%
		}
		.col-sm-push-12 {
			left: 100%
		}
		.col-sm-offset-0 {
			margin-left: 0
		}
		.col-sm-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-sm-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-sm-offset-3 {
			margin-left: 25%
		}
		.col-sm-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-sm-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-sm-offset-6 {
			margin-left: 50%
		}
		.col-sm-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-sm-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-sm-offset-9 {
			margin-left: 75%
		}
		.col-sm-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-sm-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-sm-offset-12 {
			margin-left: 100%
		}
	}
	
	@media (min-width:768px) {
		.container--small {
			max-width: 720px
		}
		.col-md-1,
		.col-md-10,
		.col-md-11,
		.col-md-12,
		.col-md-2,
		.col-md-3,
		.col-md-4,
		.col-md-5,
		.col-md-6,
		.col-md-7,
		.col-md-8,
		.col-md-9 {
			float: left
		}
		.col-md-1 {
			width: 8.3333333333%
		}
		.col-md-2 {
			width: 16.6666666667%
		}
		.col-md-3 {
			width: 25%
		}
		.col-md-4 {
			width: 33.3333333333%
		}
		.col-md-5 {
			width: 41.6666666667%
		}
		.col-md-6 {
			width: 50%
		}
		.col-md-7 {
			width: 58.3333333333%
		}
		.col-md-8 {
			width: 66.6666666667%
		}
		.col-md-9 {
			width: 75%
		}
		.col-md-10 {
			width: 83.3333333333%
		}
		.col-md-11 {
			width: 91.6666666667%
		}
		.col-md-12 {
			width: 100%
		}
		.col-md-pull-0 {
			right: auto
		}
		.col-md-pull-1 {
			right: 8.3333333333%
		}
		.col-md-pull-2 {
			right: 16.6666666667%
		}
		.col-md-pull-3 {
			right: 25%
		}
		.col-md-pull-4 {
			right: 33.3333333333%
		}
		.col-md-pull-5 {
			right: 41.6666666667%
		}
		.col-md-pull-6 {
			right: 50%
		}
		.col-md-pull-7 {
			right: 58.3333333333%
		}
		.col-md-pull-8 {
			right: 66.6666666667%
		}
		.col-md-pull-9 {
			right: 75%
		}
		.col-md-pull-10 {
			right: 83.3333333333%
		}
		.col-md-pull-11 {
			right: 91.6666666667%
		}
		.col-md-pull-12 {
			right: 100%
		}
		.col-md-push-0 {
			left: auto
		}
		.col-md-push-1 {
			left: 8.3333333333%
		}
		.col-md-push-2 {
			left: 16.6666666667%
		}
		.col-md-push-3 {
			left: 25%
		}
		.col-md-push-4 {
			left: 33.3333333333%
		}
		.col-md-push-5 {
			left: 41.6666666667%
		}
		.col-md-push-6 {
			left: 50%
		}
		.col-md-push-7 {
			left: 58.3333333333%
		}
		.col-md-push-8 {
			left: 66.6666666667%
		}
		.col-md-push-9 {
			left: 75%
		}
		.col-md-push-10 {
			left: 83.3333333333%
		}
		.col-md-push-11 {
			left: 91.6666666667%
		}
		.col-md-push-12 {
			left: 100%
		}
		.col-md-offset-0 {
			margin-left: 0
		}
		.col-md-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-md-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-md-offset-3 {
			margin-left: 25%
		}
		.col-md-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-md-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-md-offset-6 {
			margin-left: 50%
		}
		.col-md-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-md-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-md-offset-9 {
			margin-left: 75%
		}
		.col-md-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-md-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-md-offset-12 {
			margin-left: 100%
		}
	}
	
	@media (min-width:992px) {
		.col-lg-1,
		.col-lg-10,
		.col-lg-11,
		.col-lg-12,
		.col-lg-2,
		.col-lg-3,
		.col-lg-4,
		.col-lg-5,
		.col-lg-6,
		.col-lg-7,
		.col-lg-8,
		.col-lg-9 {
			float: left
		}
		.col-lg-1 {
			width: 8.3333333333%
		}
		.col-lg-2 {
			width: 16.6666666667%
		}
		.col-lg-3 {
			width: 25%
		}
		.col-lg-4 {
			width: 33.3333333333%
		}
		.col-lg-5 {
			width: 41.6666666667%
		}
		.col-lg-6 {
			width: 50%
		}
		.col-lg-7 {
			width: 58.3333333333%
		}
		.col-lg-8 {
			width: 66.6666666667%
		}
		.col-lg-9 {
			width: 75%
		}
		.col-lg-10 {
			width: 83.3333333333%
		}
		.col-lg-11 {
			width: 91.6666666667%
		}
		.col-lg-12 {
			width: 100%
		}
		.col-lg-pull-0 {
			right: auto
		}
		.col-lg-pull-1 {
			right: 8.3333333333%
		}
		.col-lg-pull-2 {
			right: 16.6666666667%
		}
		.col-lg-pull-3 {
			right: 25%
		}
		.col-lg-pull-4 {
			right: 33.3333333333%
		}
		.col-lg-pull-5 {
			right: 41.6666666667%
		}
		.col-lg-pull-6 {
			right: 50%
		}
		.col-lg-pull-7 {
			right: 58.3333333333%
		}
		.col-lg-pull-8 {
			right: 66.6666666667%
		}
		.col-lg-pull-9 {
			right: 75%
		}
		.col-lg-pull-10 {
			right: 83.3333333333%
		}
		.col-lg-pull-11 {
			right: 91.6666666667%
		}
		.col-lg-pull-12 {
			right: 100%
		}
		.col-lg-push-0 {
			left: auto
		}
		.col-lg-push-1 {
			left: 8.3333333333%
		}
		.col-lg-push-2 {
			left: 16.6666666667%
		}
		.col-lg-push-3 {
			left: 25%
		}
		.col-lg-push-4 {
			left: 33.3333333333%
		}
		.col-lg-push-5 {
			left: 41.6666666667%
		}
		.col-lg-push-6 {
			left: 50%
		}
		.col-lg-push-7 {
			left: 58.3333333333%
		}
		.col-lg-push-8 {
			left: 66.6666666667%
		}
		.col-lg-push-9 {
			left: 75%
		}
		.col-lg-push-10 {
			left: 83.3333333333%
		}
		.col-lg-push-11 {
			left: 91.6666666667%
		}
		.col-lg-push-12 {
			left: 100%
		}
		.col-lg-offset-0 {
			margin-left: 0
		}
		.col-lg-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-lg-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-lg-offset-3 {
			margin-left: 25%
		}
		.col-lg-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-lg-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-lg-offset-6 {
			margin-left: 50%
		}
		.col-lg-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-lg-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-lg-offset-9 {
			margin-left: 75%
		}
		.col-lg-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-lg-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-lg-offset-12 {
			margin-left: 100%
		}
	}
	
	@media (min-width:1200px) {
		.col-xl-1,
		.col-xl-10,
		.col-xl-11,
		.col-xl-12,
		.col-xl-2,
		.col-xl-3,
		.col-xl-4,
		.col-xl-5,
		.col-xl-6,
		.col-xl-7,
		.col-xl-8,
		.col-xl-9 {
			float: left
		}
		.col-xl-1 {
			width: 8.3333333333%
		}
		.col-xl-2 {
			width: 16.6666666667%
		}
		.col-xl-3 {
			width: 25%
		}
		.col-xl-4 {
			width: 33.3333333333%
		}
		.col-xl-5 {
			width: 41.6666666667%
		}
		.col-xl-6 {
			width: 50%
		}
		.col-xl-7 {
			width: 58.3333333333%
		}
		.col-xl-8 {
			width: 66.6666666667%
		}
		.col-xl-9 {
			width: 75%
		}
		.col-xl-10 {
			width: 83.3333333333%
		}
		.col-xl-11 {
			width: 91.6666666667%
		}
		.col-xl-12 {
			width: 100%
		}
		.col-xl-pull-0 {
			right: auto
		}
		.col-xl-pull-1 {
			right: 8.3333333333%
		}
		.col-xl-pull-2 {
			right: 16.6666666667%
		}
		.col-xl-pull-3 {
			right: 25%
		}
		.col-xl-pull-4 {
			right: 33.3333333333%
		}
		.col-xl-pull-5 {
			right: 41.6666666667%
		}
		.col-xl-pull-6 {
			right: 50%
		}
		.col-xl-pull-7 {
			right: 58.3333333333%
		}
		.col-xl-pull-8 {
			right: 66.6666666667%
		}
		.col-xl-pull-9 {
			right: 75%
		}
		.col-xl-pull-10 {
			right: 83.3333333333%
		}
		.col-xl-pull-11 {
			right: 91.6666666667%
		}
		.col-xl-pull-12 {
			right: 100%
		}
		.col-xl-push-0 {
			left: auto
		}
		.col-xl-push-1 {
			left: 8.3333333333%
		}
		.col-xl-push-2 {
			left: 16.6666666667%
		}
		.col-xl-push-3 {
			left: 25%
		}
		.col-xl-push-4 {
			left: 33.3333333333%
		}
		.col-xl-push-5 {
			left: 41.6666666667%
		}
		.col-xl-push-6 {
			left: 50%
		}
		.col-xl-push-7 {
			left: 58.3333333333%
		}
		.col-xl-push-8 {
			left: 66.6666666667%
		}
		.col-xl-push-9 {
			left: 75%
		}
		.col-xl-push-10 {
			left: 83.3333333333%
		}
		.col-xl-push-11 {
			left: 91.6666666667%
		}
		.col-xl-push-12 {
			left: 100%
		}
		.col-xl-offset-0 {
			margin-left: 0
		}
		.col-xl-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-xl-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-xl-offset-3 {
			margin-left: 25%
		}
		.col-xl-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-xl-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-xl-offset-6 {
			margin-left: 50%
		}
		.col-xl-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-xl-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-xl-offset-9 {
			margin-left: 75%
		}
		.col-xl-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-xl-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-xl-offset-12 {
			margin-left: 100%
		}
	}
	
	@media (min-width:1600px) {
		.col-xxl-1,
		.col-xxl-10,
		.col-xxl-11,
		.col-xxl-12,
		.col-xxl-2,
		.col-xxl-3,
		.col-xxl-4,
		.col-xxl-5,
		.col-xxl-6,
		.col-xxl-7,
		.col-xxl-8,
		.col-xxl-9 {
			float: left
		}
		.col-xxl-1 {
			width: 8.3333333333%
		}
		.col-xxl-2 {
			width: 16.6666666667%
		}
		.col-xxl-3 {
			width: 25%
		}
		.col-xxl-4 {
			width: 33.3333333333%
		}
		.col-xxl-5 {
			width: 41.6666666667%
		}
		.col-xxl-6 {
			width: 50%
		}
		.col-xxl-7 {
			width: 58.3333333333%
		}
		.col-xxl-8 {
			width: 66.6666666667%
		}
		.col-xxl-9 {
			width: 75%
		}
		.col-xxl-10 {
			width: 83.3333333333%
		}
		.col-xxl-11 {
			width: 91.6666666667%
		}
		.col-xxl-12 {
			width: 100%
		}
		.col-xxl-pull-0 {
			right: auto
		}
		.col-xxl-pull-1 {
			right: 8.3333333333%
		}
		.col-xxl-pull-2 {
			right: 16.6666666667%
		}
		.col-xxl-pull-3 {
			right: 25%
		}
		.col-xxl-pull-4 {
			right: 33.3333333333%
		}
		.col-xxl-pull-5 {
			right: 41.6666666667%
		}
		.col-xxl-pull-6 {
			right: 50%
		}
		.col-xxl-pull-7 {
			right: 58.3333333333%
		}
		.col-xxl-pull-8 {
			right: 66.6666666667%
		}
		.col-xxl-pull-9 {
			right: 75%
		}
		.col-xxl-pull-10 {
			right: 83.3333333333%
		}
		.col-xxl-pull-11 {
			right: 91.6666666667%
		}
		.col-xxl-pull-12 {
			right: 100%
		}
		.col-xxl-push-0 {
			left: auto
		}
		.col-xxl-push-1 {
			left: 8.3333333333%
		}
		.col-xxl-push-2 {
			left: 16.6666666667%
		}
		.col-xxl-push-3 {
			left: 25%
		}
		.col-xxl-push-4 {
			left: 33.3333333333%
		}
		.col-xxl-push-5 {
			left: 41.6666666667%
		}
		.col-xxl-push-6 {
			left: 50%
		}
		.col-xxl-push-7 {
			left: 58.3333333333%
		}
		.col-xxl-push-8 {
			left: 66.6666666667%
		}
		.col-xxl-push-9 {
			left: 75%
		}
		.col-xxl-push-10 {
			left: 83.3333333333%
		}
		.col-xxl-push-11 {
			left: 91.6666666667%
		}
		.col-xxl-push-12 {
			left: 100%
		}
		.col-xxl-offset-0 {
			margin-left: 0
		}
		.col-xxl-offset-1 {
			margin-left: 8.3333333333%
		}
		.col-xxl-offset-2 {
			margin-left: 16.6666666667%
		}
		.col-xxl-offset-3 {
			margin-left: 25%
		}
		.col-xxl-offset-4 {
			margin-left: 33.3333333333%
		}
		.col-xxl-offset-5 {
			margin-left: 41.6666666667%
		}
		.col-xxl-offset-6 {
			margin-left: 50%
		}
		.col-xxl-offset-7 {
			margin-left: 58.3333333333%
		}
		.col-xxl-offset-8 {
			margin-left: 66.6666666667%
		}
		.col-xxl-offset-9 {
			margin-left: 75%
		}
		.col-xxl-offset-10 {
			margin-left: 83.3333333333%
		}
		.col-xxl-offset-11 {
			margin-left: 91.6666666667%
		}
		.col-xxl-offset-12 {
			margin-left: 100%
		}
	}


	/* jacada main */

	/*! CSS Used from: Embedded */
a,a:hover {
	color: #000;
}

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

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a img {
	border: 0;
}

h2 {
	font-weight: 400;
	margin: 1.7142857143rem 0;
}

h2:first-child {
	margin-top: 0;
}

p {
	margin: 0;
}

.sans-serif,p.sans-serif {
	font-family: "Circular Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 {
	font-size: 24px;
	line-height: 34px;
}

@media (min-width:544px) {
	h2 {
		font-size: 45px;
		line-height: 58px;
	}
}

p {
	font-size: 14px;
	line-height: 20px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:544px) {
	p {
		font-size: 18px;
		line-height: 25px;
	}
}

p+p {
	margin-top: .9375em;
}

p.sans-serif {
	font-size: 11px;
	line-height: 14px;
}

@media (min-width:544px) {
	p.sans-serif {
		font-size: 16px;
		line-height: 22px;
	}
}

.text-center {
	text-align: center;
}

.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:544px) {
	.container {
		max-width: 576px;
	}
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

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

@media (min-width:992px) {
	.container {
		max-width: 940px;
	}
}

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

.bg-light-brown {
	background: #f9f8f3;
}

.sr-only {
	position: absolute!important;
	clip: rect(1px,1px,1px,1px);
	padding: 0!important;
	border: 0!important;
	height: 1px!important;
	width: 1px!important;
	overflow: hidden;
}

@media (min-width:1200px) {
	.container {
		max-width: 1280px;
		width: 100%;
	}
}
/*! CSS Used from: https://www.jacadatravel.com/wp-content/cache/min/1/wp-content/themes/jacada/assets/css/styles.css?ver=1705591545 ; media=all */
@media all {
	.glide__slides {
		-webkit-backface-visibility: hidden;
	}

	.bg-light-brown {
		background: #d7d4d1 !important;
	}

	.glide__slides {
		flex-wrap: nowrap;
	}

	.sr-only {
		position: absolute!important;
		clip: rect(1px,1px,1px,1px);
		padding: 0!important;
		border: 0!important;
		height: 1px!important;
		width: 1px!important;
		overflow: hidden;
	}

	.component-2022-gallery-section {
		padding-top: 5rem;
		position: relative;
	}

	.component-2022-gallery-section li picture {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.component-2022-gallery-section li picture img {
		width: auto;
		max-width: calc(100% - .5rem);
		height: auto;
	}

	.component-2022-gallery-section .glide__nav {
		align-items: center;
		display: flex;
		top: 50%;
		position: absolute;
		width: calc(100% - 2rem);
		left: 1rem;
		transform: translateY(50%);
	}
@media (min-width:992px) {
		.component-2022-gallery-section li picture img{max-width: calc(100% - 2rem);
	}

	.component-2022-gallery-section .glide__nav {
		left: 2rem;
		width: calc(100% - 4rem);
	}
}

.component-2022-gallery-section .glide__nav .glide__bullets {
	visibility: hidden;
}

.component-2022-gallery-section .glide__nav .glide__arrows {
	width: 2.75rem;
	height: 2.75rem;
}

.component-2022-gallery-section .glide__nav .glide__arrows .glide__arrow {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg height='20' viewBox='0 0 12 20' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.92348918 18.789914 9.37500082-8.789062-9.37500082-8.7908352' fill='none' stroke='%23C1AA7F' stroke-width='2'/%3E%3C/svg%3E") center/12px no-repeat #FFF;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	cursor: pointer;
}

.component-2022-homepage-gallery {
	padding: 5rem 0;
	
}

.component-2022-homepage-gallery .component-2022-gallery-section {
	padding: 0;
	margin-bottom: 76px;
	margin-top: 54px;
}

.component-2022-homepage-gallery .title {
	max-width: 40.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}

@media (min-width:992px) {
	.component-2022-homepage-gallery .title {
		font-size: 3.75rem;
		line-height: 1.25;
	}
}

@media (max-width:767px) {
	.component-2022-homepage-gallery .title.has-icon {
		max-width: 80%;
	}
}

.component-2022-homepage-gallery .title.has-icon span {
	position: relative;
	margin-left: 0;
	color: transparent;
	font-size: 5rem;
	white-space: nowrap;
}

@media (min-width:544px) {
	.component-2022-homepage-gallery .title.has-icon span {
		font-size: 6rem;
	}
}

@media (min-width:992px) {
	.component-2022-homepage-gallery .title.has-icon span {
		font-size: 7rem;
	}
}

.component-2022-homepage-gallery .title.has-icon span svg {
	position: absolute;
	inset: 0;
	transform: translate3d(0,20%,0)!important;
}

.component-2022-homepage-gallery .title span {
	font-family: silver south script,brush script mt,cursive;
	font-weight: 400;
	line-height: 0;
	margin-left: 1ch;
	font-size: 3rem;
}

@media (min-width:544px) {
	.component-2022-homepage-gallery .title.has-icon span svg {
		transform: translate3d(-4%,10%,0)!important;
	}

	.component-2022-homepage-gallery .title span {
		font-size: 4rem;
	}
}

.component-2022-homepage-gallery .intro {
	max-width: 30.5rem;
	margin-left: auto;
	margin-right: auto;
}

.component-2022-homepage-gallery .glide__container {
	position: relative;
	margin-top: 4.625rem;
	margin-top: 9.625rem;
}

.component-2022-homepage-gallery .glide__container li {
	box-sizing: border-box;
}

@media (min-width:768px) {
	.component-2022-homepage-gallery .glide__container li.even {
		margin-top: 2.5rem;
	}
}

@media (min-width:992px) {
	.component-2022-homepage-gallery .title span {
		font-size: 5rem;
	}

	.component-2022-homepage-gallery .glide__container li.even {
		margin-top: 12rem;
	}
}

.component-2022-homepage-gallery .glide__container li picture {
	position: relative;
	aspect-ratio: 4/3;
}

.component-2022-homepage-gallery .glide__container li picture:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(to bottom,#FFF 0,#000 100%) no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: .75;
	pointer-events: none;
	transition: .3s opacity ease-in-out;
}

.component-2022-homepage-gallery .glide__container li picture img {
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.component-2022-homepage-gallery .glide__container .trip-link {
	display: block;
	position: relative;
	padding: .3125rem;
}

.component-2022-homepage-gallery .glide__container .trip-link:hover picture:before {
	opacity: 1;
}

.component-2022-homepage-gallery .glide__container .trip-link:hover p {
	transform: translate3d(0,-24px,0);
}

.component-2022-homepage-gallery .glide__container .trip-link:hover p.view-trip {
	transform: none;
	opacity: 1;
}

.component-2022-homepage-gallery .glide__container .trip-title-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	padding: 1.125rem;
}

.component-2022-homepage-gallery .glide__container .trip-title-container p {
	font-size: 2.2rem;
    color: #fff;
    white-space: normal;
    padding-left: 2rem;
    position: absolute;
    bottom: 3.5rem;
    left: 2.5rem;
    z-index: 5;
    transition: .3s transform ease-in-out,.3s opacity ease-in-out;
    margin: 0;

}

.component-2022-homepage-gallery .glide__container .trip-title-container p:before {
	width: .5625rem;
	height: .8125rem;
	content: '';
	position: absolute;
	top: .25rem;
	left: 0;
	margin-right: .5rem;
	display: block;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgdmVyc2lvbj0nMS4xJyBmaWxsPScjZmZmZmZmJyBzdHlsZT0nZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Jz48cGF0aCBkPSdNMTIsMEM3LjgwMiwwIDQsMy40MDMgNCw3LjYwMkM0LDExLjggNy40NjksMTYuODEyIDEyLDI0QzE2LjUzMSwxNi44MTIgMjAsMTEuOCAyMCw3LjYwMkMyMCwzLjQwMyAxNi4xOTksMCAxMiwwWicgc3R5bGU9J2ZpbGwtcnVsZTpub256ZXJvOycvPjwvc3ZnPgo=);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.component-2022-homepage-gallery .glide__container .trip-title-container p.view-trip {
	color: #c1aa7f;
	padding-left: 0;
	opacity: 0;
}

.component-2022-homepage-gallery .glide__container .trip-title-container p.view-trip:before {
	content: none;
}

.component-2022-homepage-gallery .glide__container .glide__nav {
	transform: translate3d(0,-50%,0);
	pointer-events: none;
}

.component-2022-homepage-gallery .glide__container .glide__nav .glide__arrows {
	pointer-events: all;
}

.component-2022-homepage-gallery .glide__container .glide__nav .glide__arrows button {
	transition: .3s background ease-in-out;
}

.component-2022-homepage-gallery .glide__container .glide__nav .glide__arrows button:hover {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg height='20' viewBox='0 0 12 20' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.92348918 18.789914 9.37500082-8.789062-9.37500082-8.7908352' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E") center/12px no-repeat #C1AA7F;
}

.glide__bullet {
	background: #c1aa7f;
}

.glide__track {
	overflow: hidden;
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	display: flex;
	will-change: transform;
}

.glide__arrows,.glide__bullets {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.glide__slides {
	align-items: stretch;
}

.glide__bullets {
	align-items: center;
	display: flex;
	height: 10px;
	justify-content: center;
}

.glide__bullet {
	border: 0;
	border-radius: 50%;
	flex: 0 0 auto;
	height: 10px;
	opacity: .6;
	padding: 0;
	transition: .4s;
	width: 10px;
	margin: 0 6px;
}

@media (min-width:544px) {
	.glide__bullet {
		margin: 0 10px;
	}
}

@media screen and (min-width:544px) {
	.glide__bullet.glide__bullet--hide-tablet {
		display: none;
	}
}

@media screen and (min-width:992px) {
	.glide__bullet.glide__bullet--hide-desktop {
		display: none;
	}
}

.glide__bullet--active {
	height: 12px;
	opacity: 1;
	width: 12px;
}

.glide__nav {
	align-items: center;
	display: flex;
}

.glide__nav .glide__arrows {
	flex: 0 1 auto;
}

.glide__nav .glide__bullets {
	flex: 1 1 auto;
}

.glide__arrow {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg height='20' viewBox='0 0 12 20' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m.92348918 18.789914 9.37500082-8.789062-9.37500082-8.7908352' fill='none' stroke='%23fefefe' stroke-width='2'/%3E%3C/svg%3E") center/12px no-repeat #73664C;
	border: 0;
	display: block;
	height: 40px;
	width: 40px;
}

.glide__arrow--left {
	transform: scaleX(-1);
}

ul {
	padding-left: 0;
	margin-top: 0;
}
}


/*! CSS Used from: Embedded */
a,a:hover {
	color: #000;
}

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

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a img {
	border: 0;
}

p {
	margin: 0;
}

.sans-serif,p.sans-serif {
	font-family: "Circular Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
	font-size: 14px;
	line-height: 20px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:544px) {
	p {
		font-size: 18px;
		line-height: 25px;
	}
}

p+p,p+ul {
	margin-top: .9375em;
}

p.sans-serif {
	font-size: 11px;
	line-height: 14px;
}

@media (min-width:544px) {
	p.sans-serif {
		font-size: 16px;
		line-height: 22px;
	}
}

.text-center {
	text-align: center;
}

.color-primary {
	color: #C1AA7F;
}

.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:544px) {
	.container {
		max-width: 576px;
	}
}

.container::after,.row::after {
	content: "";
	display: table;
	clear: both;
}

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

@media (min-width:992px) {
	.container {
		max-width: 940px;
	}
}

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

.row {
	margin-left: -.9375rem;
	margin-right: -.9375rem;
}

.col-md-6 {
	position: relative;
	min-height: 1px;
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:768px) {
	.col-md-6 {
		float: left;
	}

	.col-md-6 {
		width: 50%;
	}
}

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

@media all {
	.component-2022-destinations {
		margin-bottom: 538px;
        margin-top: 285px;
	}

	.component-2022-destinations .container {
		max-width: 153rem;
	}

	.component-2022-destinations .block-title {
	color: #000;
    margin: -13.0625rem auto 7.5rem;
    font-size: 4.5rem;
    line-height: 1.2;
	}
@media (min-width:768px) {
		.component-2022-destinations{padding: 0;
			margin-top: 123px;
			margin-bottom: 123px;
	}

	.component-2022-destinations .container {
		padding: 0;
		overflow: hidden;
	}

	.component-2022-destinations .row {
		display: flex;
		flex-direction: row;
	}

	.component-2022-destinations .block-title {
		display: none;
	}
}

.component-2022-destinations .destination-col-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: .875rem;
}

@media (min-width:768px) {
	.component-2022-destinations .destination-col-container {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		overflow: hidden;
		aspect-ratio: 1/1;
	}
}

.component-2022-destinations .destination-image-container {
	width: calc(50% - 7px);
	position: relative;
	aspect-ratio: 160/130;
}

@media (min-width:768px) {
	.component-2022-destinations .destination-image-container {
		width: 100%;
		position: absolute;
		inset: 0;
		z-index: 1;
		background-color: #c1aa7f;
		opacity: 0;
		transition: .3s opacity ease-in-out;
		aspect-ratio: auto;
	}

	.component-2022-destinations .destination-image-container.active,.component-2022-destinations .destination-image-container.active p.label {
		opacity: 1;
	}
}

.component-2022-destinations .destination-image-container p.name {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	inset: 0;
	z-index: 5;
	color: #fff;
	font-size: 1rem;
	margin: 0;
	line-height: 1;
}

.component-2022-destinations .destination-image-container p.label {
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: 8.25rem;
    left: 6.25rem;
    z-index: 5;
    color: #fff;
    font-size: 1rem;
    padding-left: 1rem;
}

@media (min-width:768px) {
	.component-2022-destinations .destination-image-container p.name {
		display: none;
	}

	.component-2022-destinations .destination-image-container p.label {
		display: block;
		opacity: 0;
		transition: .3s opacity ease-in-out;
		transition-delay: .3s;
	}
}

.component-2022-destinations .destination-image-container p.label:before {
	width: .5625rem;
	height: .8125rem;
	content: '';
	position: absolute;
	top: .25rem;
	left: 0;
	margin-right: .5rem;
	display: block;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCAyNCAyNCcgdmVyc2lvbj0nMS4xJyBmaWxsPScjZmZmZmZmJyBzdHlsZT0nZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Jz48cGF0aCBkPSdNMTIsMEM3LjgwMiwwIDQsMy40MDMgNCw3LjYwMkM0LDExLjggNy40NjksMTYuODEyIDEyLDI0QzE2LjUzMSwxNi44MTIgMjAsMTEuOCAyMCw3LjYwMkMyMCwzLjQwMyAxNi4xOTksMCAxMiwwWicgc3R5bGU9J2ZpbGwtcnVsZTpub256ZXJvOycvPjwvc3ZnPgo=);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.component-2022-destinations .destination-image-container a:hover picture:before {
	opacity: 1;
}

.component-2022-destinations .destination-image-container picture {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}

.component-2022-destinations .destination-image-container picture:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	inset: 0;
	z-index: 2;
	background: no-repeat padding-box #393732;
	mix-blend-mode: multiply;
	opacity: .5;
	pointer-events: none;
	transition: .5s opacity ease-in-out;
}

.component-2022-destinations .destination-image-container picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.component-2022-destinations .destination-content-container {
	margin-left: auto;
	flex-direction: column;
	justify-content: center;
	aspect-ratio: 1/1;
	display: none;
}

@media (min-width:768px) {
	.component-2022-destinations .destination-image-container picture:before {
		background: linear-gradient(180deg,#FFF 0,#000 100%) no-repeat padding-box;
		opacity: .46;
	}

	.component-2022-destinations .destination-content-container {
		display: flex;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

@media (min-width:992px) {
	.component-2022-destinations .destination-content-container {
		max-width: 85%;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.component-2022-destinations .destination-content-container .title {
	width: 100%;
	font-size: 3.375rem;
	padding-bottom: 1.875rem;
	border-bottom: 2px solid #664b32;
}

.component-2022-destinations .destination-content-container ul {
	margin-top: 1.875rem;
	margin-bottom: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
}

.component-2022-destinations .destination-content-container ul li {
	line-height: 2;
	margin-bottom: .5625rem;
	font-size: 14px !important;
}

.component-2022-destinations .destination-content-container ul a {
	display: block;
	color: #664b32;
	opacity: .5;
	transition: .3s opacity ease-in-out;
	font-size: 2rem;
	text-decoration: none;
}

@media (min-width:992px) {
	.component-2022-destinations .destination-content-container ul a {
		font-size: 3.8rem;
	}
}

@media (min-width:1600px) {
	.component-2022-destinations .destination-content-container {
		max-width: 75%;
	}

	.component-2022-destinations .destination-content-container ul a {
		font-size: 4rem;
	}
}

.component-2022-destinations .destination-content-container ul a.active,.component-2022-destinations .destination-content-container ul a:hover {
	opacity: 1;
	color: #291d1b !important;
}

.label {
	font-family: circular pro,helvetica neue,Helvetica,Arial,sans-serif;
}

.label {
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
}

ul {
	padding-left: 0;
	margin-top: 0;
}
}



h2,h3 {
	margin: 0;
	font-weight: 400;
}

.block-featured-story__heading {
	font-family: "Wulkan Display Medium",serif;
	margin: 0 -.9375rem 1.25rem -.9375rem;
	font-size: 6.6rem !important;
	letter-spacing: -0.01em;
	line-height: 3.625rem;
	text-align: center;
	color: #664b32;
}

.block-featured-story__heading em {
	font-family: "Wulkan Display Regular Italic",serif;
}

.block-featured-story__subheading {
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1.75rem;
	letter-spacing: .03em;
	line-height: 3.5rem;
	text-transform: uppercase;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

@media (min-width: 1024px) {
	.block-featured-story__subheading {
		font-family: 'tilda', sans-serif,sans-serif;
		font-size: 1.5rem;
		letter-spacing: .03em;
		line-height: 1rem;
		text-transform: uppercase;
		margin: 0 0 2.1875rem;
	}

	.block-featured-story__heading {
		max-width: 89.75rem;
    margin: 0 auto 1.8125rem;
    font-size: 3.5rem;
    line-height: 6rem;
	}
}




/* package */
/*! CSS Used from: Embedded */
a,a:hover {
	color: #000;
}

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

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a img {
	border: 0;
	height: 128px;
}

.landing-page-2022 .padded-section {
	padding-top: 52px;
	padding-bottom: 52px;
}

.h4,h2 {
	font-weight: 400;
	margin: 1.7142857143rem 0;
}

h2:first-child {
	margin-top: 0px;
	color: rgb(41 29 27);
	font-size: 7rem !important;
	font-weight: 900;
	font-family: 'wulkan medium', serif;
	line-height: 6.9rem;
}

@media (min-width:544px) {
	.landing-page-2022 .padded-section {
		padding-top: 110px;
		padding-bottom: 110px;
		text-transform: capitalize !important;
	}
}

p {
	margin: 0;
}

.sans-serif,p.sans-serif {
	font-family: "Circular Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 {
	font-size: 24px;
	line-height: 34px;
}

@media (min-width:544px) {
	h2 {
		font-size: 45px;
		line-height: 58px;
	}
}

.h4 {
	font-size: 18px;
	line-height: 22px;
}

@media (min-width:544px) {
	.h4 {
		font-size: 24px;
		line-height: 32px;
	}
}

p {
	font-size: 14px;
	line-height: 20px;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:544px) {
	p {
		font-size: 18px;
		line-height: 25px;
	}
}

p.sans-serif {
	font-size: 11px;
	line-height: 14px;
}

@media (min-width:544px) {
	p.sans-serif {
		font-size: 16px;
		line-height: 22px;
	}
}

.color-primary {
	color: #664b32;
}

.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:544px) {
	.container {
		max-width: 576px;
	}
}

.container::after {
	content: "";
	display: table;
	clear: both;
}

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

@media (min-width:992px) {
	.container {
		max-width: 940px;
	}
}

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

.price,.price-from,.price-pp {
	font-family: "Circular Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.padded-section {
	padding-top: 32px;
	padding-bottom: 32px;
}

@media (min-width:544px) {
	.padded-section {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

.price,.price-from,.price-pp {
	text-transform: uppercase;
}

.price-from,.price-pp {
	font-size: .7em;
}

.price-from {
	margin-bottom: 4px;
}

@media (min-width:1200px) {
	.container {
		max-width: 1280px;
		width: 100%;
	}
}
/*! CSS Used from: https://www.jacadatravel.com/wp-content/cache/min/1/wp-content/themes/jacada/assets/css/styles.css?ver=1706005120 ; media=all */
@media all {
	.trips-ab-test {
		display: none;
	}

	.padded-section {
		padding-top: 32px;
		padding-bottom: 32px;
	}
@media (min-width:544px) {
		.padded-section{padding-top: 64px;
		padding-bottom: 64px;
	}
}

.price,.price-from,.price-pp {
	font-family: circular pro,helvetica neue,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}

.price-from,.price-pp {
	font-size: .7em;
}

.price-from {
	margin-bottom: 4px;
}

.card,.card-image img {
	transition: transform .3s ease-in-out;
}

.component-2022-cards .card-image img {
	max-height: 270px;
}

.card-info {
	background-color: #fff;
	text-align: center;
}

.card-info {
	font-size: 14px;
	margin-bottom: 0;
}

.card-info .card-heading {
	align-items: top;
	display: flex;
	flex: 1 1 auto;
	margin-bottom: 16px;
	justify-content: center;
}

.card-info .wrap {
	flex: 0 1 auto;
	height: 60px;
	overflow: hidden;
}

.card-price-value {
	color: #c1aa7f;
	font-size: 18px;
	font-size: 1.2857142857rem;
	letter-spacing: .1388888889em;
	line-height: 1.11;
}

.card,.card:active,.card:active:focus,.card:focus,.card:hover {
	color: inherit;
}

.card {
	background: #fff;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	position: relative;
	text-decoration: none;
}

.card .card-info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}

.card.card-2022 .card-info {
	display: block;
}

.card.card-2022.card-itineraries .card-info {
	padding-bottom: 3rem;
}

.card.card-2022 .card-price-value {
	letter-spacing: 0;
	font-size: 1rem;
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	width: 100%;
}

.card.card-2022 .card-price-value div {
	display: inline;
	text-transform: none;
}

.card.card-2022 .card-price-value .price-from,.card.card-2022 .card-price-value .price-pp {
	font-size: 1em;
}

.card.card-2022 .card-price-value .price-pp {
	text-transform: lowercase;
}

.card.card-2022 .trip-length {
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card.card-2022 .trip-length svg {
	margin-right: .75rem;
}

.card.card-2022 .trip-length+.card-heading {
	margin-top: .5rem;
}

.card.card-2022 .card-heading {
	margin-bottom: .875rem;
}

.card:hover {
	transform: translateY(-.25rem);
}

@media (min-width:768px) {
	.card:hover .card-image img {
		transform: scale(1.05);
	}
}

.card--shadow {
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.card-image {
	overflow: hidden;
}

.card-image img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:991px) {
	.card-image img {
		height: 250px;
	}
}

@media (max-width:767px) {
	.card-image img {
		height: 180px;
	}
}

.card-outer {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	height: 100%;
	position: relative;
}

.cards-2022-header {
	text-align: center;
}

@media (max-width:1199px) {
	.cards-2022-header {
		margin: 0 3rem;
	}
}

@media (max-width:1199px) {
	.component-2022-cards .container.cards-type-example_trip {
		max-width: none;
	}
}

.cards-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width:991px) {
	.cards-grid {
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
	}
}

.cards-grid .card-outer {
	height: auto;
}

@media (min-width:992px) {
	.cards-grid .card-outer {
		width: auto;
		flex: 0 1 33.33333%;
		padding: 15px;
		max-width: 33.3333%;
	}
}

@media (max-width:991px) {
	.cards-grid .card-outer {
		scroll-snap-align: center;
		width: 275px;
		margin-left: 1.5rem;
		margin-bottom: 1rem;
	}

	.cards-grid .card-outer:last-child {
		margin-right: 2.5rem;
	}
}
}



@media (max-width: 479px) {
	.not-extra-narrow {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.not-narrow {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.not-regular {
		display: none;
	}
}

@media (min-width: 1024px) {
	.not-wide {
		display: none;
	}
}

section {
	display: block;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

img {
	border: 0;
}

button {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button {
	cursor: pointer;
	-webkit-appearance: button;
}



a {
	text-decoration: none;
	color: currentColor;
}

a:focus {
	outline: none;
}

button {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

button:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
}

h2,h3,h4,h5 {
	margin: 0;
	font-weight: 400;
}

img {
	width: 100%;
	height: auto;
}

p {
	margin: 0;
}

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

.responsive-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: none;
	font-size: 0;
	line-height: 0;
}

.responsive-image--object-fit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-image--object-fit .responsive-image__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.responsive-image__picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.button-outline {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: relative;
	display: inline-block;
	height: 3.125rem;
	padding: 1px 1.875rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1rem;
	letter-spacing: 0.018em;
	line-height: 3.125rem;
	text-align: center;
	color: #fff;
}

.button-outline:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid #fff;
	border-radius: 1.5625rem;
	content: '';
	transition: border-color 0.3s linear, background-color 0.3s linear;
}

.button-outline:hover {
	color: #000;
}

.button-outline:hover::before {
	border-color: #fff;
	background-color: #fff;
}

.button-outline:hover .button-outline__label {
	color: #000;
}

.button-outline__label {
	position: relative;
	transition: color 0.3s linear;
}

.button-slider {
	position: relative;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 3.125rem;
	height: 3.125rem;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.button-slider--flipped {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.button-slider::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #283a2c;
	content: '';
	transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.8s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.8s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0.1, 1);
}

.button-slider:hover::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.button-slider:hover .button-slider__dashed-circle {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.button-slider:hover .button-slider__dashed-circle circle {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.button-slider--reversed::before {
	background-color: #fff;
}

.button-slider__dashed-circle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2.625rem;
	height: 2.625rem;
	margin: auto;
	transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.5s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.5s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.1, 1);
}

.button-slider__dashed-circle circle {
	animation: rotate 0.5s infinite linear reverse;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.button-slider__icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.highlighted-example-trips-summary {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	padding: 0 .9375rem;
}

.highlighted-example-trips-summary__headline {
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	letter-spacing: .03em;
	line-height: .75rem;
	text-transform: uppercase;
	margin: 0 0 .9375rem;
	font-family: 'tilda', sans-serif,sans-serif;
	text-transform: uppercase;
	color: #000;
}

.highlighted-example-trips-summary__heading {
	font-family: "Wulkan Display Medium",serif;
	margin: 0 0 .75rem;
	font-size: 2.25rem;
	letter-spacing: -0.01em;
	line-height: 2.5rem;
	text-align: left;
	color: #000;
}

.highlighted-example-trips-summary__heading em {
	font-family: "Wulkan Display Regular Italic",serif;
}

.highlighted-example-trips-summary__description {
	margin: 0 0 10.75rem;
    font-family: 'tilda', sans-serif,sans-serif;
    font-size: 2rem;
    letter-spacing: 2.1px;
    line-height: 2.5rem;
    color: #000;
    margin-left: 24px !important;
}

@media (min-width: 1024px) {
	.highlighted-example-trips-summary {
		padding: 0 2.5rem 2.8125rem 0;
	}

	.highlighted-example-trips-summary__heading {
		margin: 0 0 1.5625rem;
		font-size: 3.375rem;
		line-height: 3.75rem;
	}

	.highlighted-example-trips-summary__description {
		margin: 0;
		max-width: 21.25rem;
	}
}

.highlighted-example-trip {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: calc(100vw - 45px);
	height: 100%;
	min-height: calc(100vh - 6.25rem);
	overflow: hidden;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.highlighted-example-trip__content {
	max-width: 22.5rem;
	padding: 2.5rem;
}

.highlighted-example-trip__background {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: absolute;
	top: 0;
	/* left: 50%; */
	object-fit: cover;
}

.highlighted-example-trip__category {
	position: relative;
	display: -webkit-flex;
	display: flex;
	padding: 2.5rem;
}

.highlighted-example-trip__category-icon {
	position: relative;
	width: 3.125rem;
	height: 3.125rem;
	overflow: hidden;
	margin: 0 .625rem 0 0;
	border-radius: 50%;
	background: #fff;
}

.highlighted-example-trip__category-circle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2.625rem;
	height: 2.625rem;
	margin: auto;
	border: 1px dashed rgba(0,0,0,0.6);
	border-radius: 50%;
}

.highlighted-example-trip__category-icon svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2.625rem;
	height: 2.625rem;
	margin: auto;
	fill: #000;
}

.highlighted-example-trip__category-label {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: .125rem 0 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	letter-spacing: 0.016em;
	line-height: 3.125rem;
	text-transform: uppercase;
	color: #fff;
}

.highlighted-example-trip__category-highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fc6220;
	opacity: 0;
}

.highlighted-example-trip__content {
	position: relative;
}

.highlighted-example-trip__heading {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 1.25rem;
	font-family: "Wulkan Display Medium",serif;
	font-size: 2.25rem;
	letter-spacing: -0.01em;
	line-height: 2.5rem;
	color: #fff;
}

.highlighted-example-trip__heading em {
	font-family: "Wulkan Display Regular Italic",serif;
}

.highlighted-example-trip__subheading {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 .625rem;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	letter-spacing: 0.022em;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: #fff;
}

.highlighted-example-trip__paragraph {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 1.875rem;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .875rem;
	letter-spacing: 0.03em;
	line-height: 1.125rem;
	color: #fff;
}

.highlighted-example-trip__action {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.highlighted-example-trip__button {
	width: 8.75rem;
	padding: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.highlighted-example-trip__price {
	position: relative;
	margin-left: .625rem;
	padding: .3125rem 0 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.highlighted-example-trip__price-label {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin: 0 0 .4375rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	letter-spacing: 0.02em;
	line-height: .75rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.highlighted-example-trip__price-value {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	font-family: "Wulkan Display Medium",serif;
	font-size: 1.5rem;
	letter-spacing: -0.01em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-feature-settings: 'case' on;
}

.highlighted-example-trip__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 100%);
}

@media (min-width: 768px) {
	.highlighted-example-trip {
		width: 21.25rem;
		height: 44.375rem;
		min-height: auto;
		margin: -.3125rem;
		transition: -webkit-clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005);
		transition: clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005);
		transition: clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005), -webkit-clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005);
		-webkit-clip-path: polygon(.3125rem .3125rem, calc(100% - .3125rem) .3125rem, calc(100% - .3125rem) calc(100% - .3125rem), .3125rem calc(100% - .3125rem));
		clip-path: polygon(.3125rem .3125rem, calc(100% - .3125rem) .3125rem, calc(100% - .3125rem) calc(100% - .3125rem), .3125rem calc(100% - .3125rem));
	}

	.highlighted-example-trip:hover:not(.is-open) {
		-webkit-clip-path: polygon(.625rem 0, 100% .625rem, calc(100% - .625rem) 100%, 0 calc(100% - .625rem));
		clip-path: polygon(.625rem 0, 100% .625rem, calc(100% - .625rem) 100%, 0 calc(100% - .625rem));
	}

	.highlighted-example-trip__category {
		padding: 2.8125rem;
	}

	.highlighted-example-trip__content {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		padding: 2.8125rem;
	}
}

.scroll-indicator {
	position: relative;
	display: block;
	width: 3.75rem;
	height: 2px;
}

.scroll-indicator__background,.scroll-indicator__highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scroll-indicator__background {
	background: rgba(221,208,193,0.5);
}

.scroll-indicator__highlight {
	background: #fc6220;
	width: .9375rem;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.pricing__suffix {
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	text-transform: uppercase;
}

.block {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.block-highlighted-example-trips {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 3.75rem .9375rem 3.75rem;
	background: #f1efec;
}

.block-highlighted-example-trips__list {
	display: -webkit-flex;
	display: flex;
	margin: 0 0 1.875rem;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.block-highlighted-example-trips__item {
	height: 100%;
	padding: 0 .9375rem 0 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.block-highlighted-example-trips__item:nth-last-of-type(1) {
	padding: 0;
}

.block-highlighted-example-trips__scroll-indicator {
	margin: 0 auto;
}

.block-highlighted-example-trips__footnote {
	display: none;
}

.block-highlighted-example-trips__button {
	display: none;
}

@media (min-width: 768px) {
	.block-highlighted-example-trips {
		padding: 6.25rem 0 6.25rem;
	}

	.block-highlighted-example-trips__item {
		padding: 0 1.875rem 0 0;
	}

	.block-highlighted-example-trips__content {
		width: 83.33333%;
		max-width: 75rem;
		margin-right: auto;
		margin-left: auto;
	}

	.block-highlighted-example-trips__item--summary {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 31.875rem;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.block-highlighted-example-trips__button {
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		margin: auto 0;
	}

	.block-highlighted-example-trips__button--previous {
		left: -1.5625rem;
		visibility: hidden;
		opacity: 0;
	}

	.block-highlighted-example-trips__button--next {
		right: -1.5625rem;
	}

	.block-highlighted-example-trips__content {
		position: relative;
	}

	.block-highlighted-example-trips__list {
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}

	.block-highlighted-example-trips__footnote {
		font-family: 'tilda', sans-serif,sans-serif;
		font-size: .75rem;
		letter-spacing: .03em;
		line-height: .75rem;
		text-transform: uppercase;
		position: absolute;
		bottom: -3.125rem;
		left: 0;
		display: block;
	}

	.block-highlighted-example-trips__scroll-indicator {
		position: absolute;
		right: 0;
		bottom: -3.125rem;
	}

	.block-highlighted-example-trips {
		padding-bottom: 8.75rem;
	}
}

@media (min-width: 1024px) {
	.block-itinerary+.block-highlighted-example-trips {
		margin-top: 6.25rem;
	}
}
/*! CSS Used keyframes */
@-webkit-keyframes rotate {
	to {
		stroke-dashoffset: 4;
	}
}

@keyframes rotate {
	to {
		stroke-dashoffset: 4;
	}
}

/*! CSS Used from: https://www.niarratravel.com/static/1705582496/css/main.css */
@media (max-width: 479px) {
	.not-extra-narrow {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.not-narrow {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.not-regular {
		display: none;
	}
}

@media (min-width: 1024px) {
	.not-wide {
		display: none;
	}
}

section {
	display: block;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

img {
	border: 0;
}

button {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button {
	cursor: pointer;
	-webkit-appearance: button;
}

*,*:before,*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
	text-decoration: none;
	color: currentColor;
}

a:focus {
	outline: none;
}

button {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

button:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
}

h2,h3,h4,h5 {
	margin: 0;
	font-weight: 400;
}

img {
	width: 100%;
	height: auto;
}

p {
	margin: 0;
}

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

.responsive-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border: none;
	font-size: 0;
	line-height: 0;
}

.responsive-image--object-fit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-image--object-fit .responsive-image__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.responsive-image__picture {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.button-outline {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: relative;
	display: inline-block;
	height: 3.125rem;
	padding: 1px 1.875rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1rem;
	letter-spacing: 0.018em;
	line-height: 3.125rem;
	text-align: center;
	color: #fff;
}

.button-outline:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid #fff;
	border-radius: 1.5625rem;
	content: '';
	transition: border-color 0.3s linear, background-color 0.3s linear;
}

.button-outline:hover {
	color: #000;
}

.button-outline:hover::before {
	border-color: #fff;
	background-color: #fff;
}

.button-outline:hover .button-outline__label {
	color: #000;
}



/* .button-outline__label:hover{
	color: #664b32 !important ;

} */

.button-outline__label {
	position: relative;
	font-size: 1.966rem;
	transition: color 0.3s linear;
}

.button-slider {
	position: relative;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 6.125rem;
	height: 6.125rem;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.button-slider--flipped {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.button-slider::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #283a2c;
	content: '';
	transition: -webkit-transform 0.8s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.8s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.8s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.5, 0, 0.1, 1);
}

.button-slider:hover::before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

.button-slider:hover .button-slider__dashed-circle {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.button-slider:hover .button-slider__dashed-circle circle {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.button-slider--reversed::before {
	background-color: #fff;
}

.button-slider__dashed-circle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 5.625rem;
    height: 11.625rem;
	margin: auto;
	transition: -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.5s cubic-bezier(0.5, 0, 0.1, 1);
	transition: transform 0.5s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0.1, 1);
}

.button-slider__dashed-circle circle {
	animation: rotate 0.5s infinite linear reverse;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.button-slider__icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.highlighted-example-trips-summary {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	padding: 0 .9375rem;
}

.highlighted-example-trips-summary__headline {
	font-size: 1.25rem;
    letter-spacing: .03em;
    line-height: .75rem;
    text-transform: uppercase;
    margin: 0 0 2.9375rem;
    font-family: 'tilda', sans-serif,sans-serif;
    text-transform: uppercase;
    color: #000;
}

.highlighted-example-trips-summary__heading {
	font-family: "Wulkan Display Medium",serif;
	margin: 0 0 .75rem;
	font-size: 2.25rem;
	letter-spacing: -0.01em;
	line-height: 2.5rem;
	text-align: left;
	color: #000;
}

.highlighted-example-trips-summary__heading em {
	font-family: "Wulkan Display Regular Italic",serif;
}

.highlighted-example-trips-summary__description {
	margin: 0 0 10.75rem;
    font-family: 'tilda', sans-serif,sans-serif;
    font-size: 2rem;
    letter-spacing: 2.1px;
    line-height: 2.5rem;
    color: #000;
    margin-left: 24px !important;
}

@media (min-width: 1024px) {
	.highlighted-example-trips-summary {
		padding: 0 2.5rem 2.8125rem 0;
	}

	.highlighted-example-trips-summary__heading {
		margin: 0 0 4.5625rem;
		font-size: 7.375rem;
		line-height: 3.75rem;
	}

	.highlighted-example-trips-summary__description {
		margin: 0;
		max-width: 21.25rem;
	}
}

.highlighted-example-trip {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: calc(100vw - 45px);
	height: 100%;
	min-height: calc(100vh - 6.25rem);
	overflow: hidden;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.highlighted-example-trip__content {
	max-width: 23.5rem;
    padding: 2.5rem;
    display: flow;
    margin-left: 25px;
}

.highlighted-example-trip__background {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: absolute;
	top: 0;
	/* left: 50%; */
	object-fit: cover;
}

.highlighted-example-trip__category {
	position: relative;
	display: -webkit-flex;
	display: flex;
	padding: 2.5rem;
}

.highlighted-example-trip__category-icon {
	position: relative;
	width: 3.125rem;
	height: 3.125rem;
	overflow: hidden;
	margin: 0 .625rem 0 0;
	border-radius: 50%;
	background: #fff;
}

.highlighted-example-trip__category-circle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2.625rem;
	height: 2.625rem;
	margin: auto;
	border: 1px dashed rgba(0,0,0,0.6);
	border-radius: 50%;
}

.highlighted-example-trip__category-icon svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 2.625rem;
	height: 2.625rem;
	margin: auto;
	fill: #000;
}

.highlighted-example-trip__category-label {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: .125rem 0 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	letter-spacing: 0.016em;
	line-height: 3.125rem;
	text-transform: uppercase;
	color: #fff;
}

.highlighted-example-trip__category-highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fc6220;
	opacity: 0;
}

.highlighted-example-trip__content {
	position: relative;
}

.highlighted-example-trip__heading {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 2.25rem;
    font-family: "Wulkan Display Medium",serif;
    font-size: 3.98rem;
    letter-spacing: -0.09em;
    line-height: 3.8rem;
    color: #fff;
}

.highlighted-example-trip__heading em {
	font-family: "Wulkan Display Regular Italic",serif;
}

.highlighted-example-trip__subheading {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 .625rem;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.022em;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: #664b32;
}

.highlighted-example-trip__paragraph {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 2.875rem;
    font-family: 'tilda', sans-serif,sans-serif;
    font-size: 1.234rem;
    letter-spacing: 0.09em;
    line-height: 1.525rem;
    color: #fff;
    display: list-item;
}

.highlighted-example-trip__action {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.highlighted-example-trip__button {
	width: 15.75rem;
    height: 6rem;
	padding: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.highlighted-example-trip__price {
	position: relative;
	margin-left: 6.625rem;
	padding: .3125rem 0 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.highlighted-example-trip__price-label {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin: 0 0 .4375rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 2.15rem;
	letter-spacing: 0.02em;
	line-height: .75rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.highlighted-example-trip__price-value {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	font-family: "Wulkan Display Medium",serif;
	font-size: 3.5rem;
	letter-spacing: -0.01em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-feature-settings: 'case' on;
}

.highlighted-example-trip__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.5) 100%);
}

@media (min-width: 768px) {
	.highlighted-example-trip {
		width: 50.25rem;
		height: 80.375rem;
		min-height: auto;
		margin: -.3125rem;
		transition: -webkit-clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005);
		transition: clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005);
		transition: clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005), -webkit-clip-path 600ms cubic-bezier(0.545, 0.695, 0.27, 1.005);
		-webkit-clip-path: polygon(.3125rem .3125rem, calc(100% - .3125rem) .3125rem, calc(100% - .3125rem) calc(100% - .3125rem), .3125rem calc(100% - .3125rem));
		clip-path: polygon(.3125rem .3125rem, calc(100% - .3125rem) .3125rem, calc(100% - .3125rem) calc(100% - .3125rem), .3125rem calc(100% - .3125rem));
	}

	.highlighted-example-trip:hover:not(.is-open) {
		-webkit-clip-path: polygon(.625rem 0, 100% .625rem, calc(100% - .625rem) 100%, 0 calc(100% - .625rem));
		clip-path: polygon(.625rem 0, 100% .625rem, calc(100% - .625rem) 100%, 0 calc(100% - .625rem));
	}

	.highlighted-example-trip__category {
		padding: 2.8125rem;
	}

	.highlighted-example-trip__content {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		padding: 2.8125rem;
	}
}

.scroll-indicator {
	position: relative;
	display: block;
	width: 20.75rem;
    height: 5px;
}

.scroll-indicator__background,.scroll-indicator__highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scroll-indicator__background {
	background: rgba(221,208,193,0.5);
}

.scroll-indicator__highlight {
	background: #fc6220;
	width: .9375rem;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.pricing__suffix {
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.block {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: 'Wulkan Medium';
    font-size: 4rem;
}

.block-highlighted-example-trips {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 3.75rem .9375rem 3.75rem;
	background: #f1efec;
}

.block-highlighted-example-trips__list {
	display: -webkit-flex;
	display: flex;
	margin: 0 0 1.875rem;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.block-highlighted-example-trips__item {
	height: 100%;
	padding: 0 .9375rem 0 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.block-highlighted-example-trips__item:nth-last-of-type(1) {
	padding: 0;
}

.block-highlighted-example-trips__scroll-indicator {
	margin: 0 auto;
}

.block-highlighted-example-trips__footnote {
	display: none;
}

.block-highlighted-example-trips__button {
	display: none;
}

@media (min-width: 768px) {
	.block-highlighted-example-trips {
		padding: 6.25rem 0 6.25rem;
	}

	.block-highlighted-example-trips__item {
		padding: 0 1.875rem 0 0;
	}

	.block-highlighted-example-trips__content {
		width: 83.33333%;
		max-width: 120rem;
		margin-right: auto;
		margin-left: auto;
	}

	.block-highlighted-example-trips__item--summary {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 31.875rem;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.block-highlighted-example-trips__button {
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		margin: auto 0;
	}

	.block-highlighted-example-trips__button--previous {
		left: -1.5625rem;
		visibility: hidden;
		opacity: 0;
	}

	.block-highlighted-example-trips__button--next {
		
			right: -32.5625rem;
			width: 52px;
			height: 52px;
		
	}

	.block-highlighted-example-trips__content {
		position: relative;
	}

	.block-highlighted-example-trips__list {
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}

	.block-highlighted-example-trips__footnote {
		font-family: 'tilda', sans-serif,sans-serif;
		font-size: .75rem;
		letter-spacing: .03em;
		line-height: .75rem;
		text-transform: uppercase;
		position: absolute;
		bottom: -3.125rem;
		left: 0;
		display: block;
	}

	.block-highlighted-example-trips__scroll-indicator {
		position: absolute;
		right: 0;
		bottom: -3.125rem;
	}

	.block-highlighted-example-trips {
		padding-bottom: 8.75rem;
		margin-top: -278px;
	}
}

@media (min-width: 1024px) {
	.block-itinerary+.block-highlighted-example-trips {
		margin-top: 6.25rem;
	}
}
/*! CSS Used keyframes */
@-webkit-keyframes rotate {
	to {
		stroke-dashoffset: 4;
	}
}

@keyframes rotate {
	to {
		stroke-dashoffset: 4;
	}
}


/* why us */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

.text-center {
	text-align: center;
}

.simple-text {
	font-size: 1.7rem;
    line-height: 2.5rem;
    font-style: normal;

}

.cta {
	padding: 0;
	cursor: pointer;
	font-family: Avenir,sans-serif,serif;
	background-color: transparent;
	border: none;
}

.cta:focus {
	outline: none;
}

a.cta {
	text-decoration: none;
}

.cta {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	border: 1px solid hsla(0,0%,100%,.3);
	color: #fff;
	height: 3rem;
	padding: 0 1.25rem;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.cta__icon,.cta__text {
	will-change: transform,opacity;
	transition: transform .3s,opacity .1s;
}

.cta__text {
	display: inline-block;
	position: relative;
	z-index: 2;
}

.cta__icon {
	display: inline-flex;
}

.cta:hover .cta__text {
	transform: translate(.25rem);
}

.cta:hover .cta__icon {
	transform: translate(.35rem);
}

.cta--gold {
	border-color: #eac17a;
	color: #05213a;
}

.about-us__subtitle {
	letter-spacing: .2em;
	text-transform: uppercase;
}

.about-us__content {
	max-width: 93rem !important;
	text-align: center;
}

.about-us__content {
	width: 100%;
	padding: 0 1rem;
	margin: auto;
}

.about-us__subtitle {
	font-size: .6875rem;
	line-height: 1rem;
}

.mr-12 {
	margin-right: 12px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-48 {
	margin-bottom: 48px;
}

.pt-80 {
	padding-top: 14px;
}

@media (max-width:63.9375rem) {
	.medium-pt-32 {
		padding-top: 32px;
	}
}

.desktop [data-animation=fade-in-up] {
	transform: translateY(4rem);
	opacity: 0;
	transition: transform 1.6s ease,opacity 1.6s cubic-bezier(.75,0,.25,1);
	transition-delay: var(--delay,0s);
}

.desktop [data-animation=fade-in-up].is-loaded {
	opacity: 1;
	transform: none;
}





/* stories */

@media all {
	.fa-facebook:before {
		content: "\f09a";
	}

	.fa-linkedin:before {
		content: "\f0e1";
	}

	.fa-instagram:before {
		content: "\f16d";
	}
}

.link-underline:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: .04em;
	background: currentColor;
	transition: transform .5s cubic-bezier(.4,0,0,1),opacity .15s .35s;
	transform: scaleX(0);
	opacity: 0;
	transform-origin: right center;
}

.link-underline:hover:after {
	transform: scale(.999);
	opacity: 1;
	transition-delay: .1s;
	transform-origin: left center;
}

.grid-x {
	display: flex;
	flex-flow: row wrap;
}

.cell {
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.grid-x>.small-6,.grid-x>.small-12 {
	flex-basis: auto;
}

@media print,screen and (min-width:64em) {
	.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5 {
		flex-basis: auto;
	}
}

.grid-x>.small-6,.grid-x>.small-12 {
	flex: 0 0 auto;
}

.grid-x>.small-6 {
	width: 50%;
}

.grid-x>.small-12 {
	width: 100%;
}

@media print,screen and (min-width:64em) {
	.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5 {
		flex: 0 0 auto;
	}

	.grid-x>.large-3 {
		width: 25%;
	}

	.grid-x>.large-4 {
		width: 33.33333%;
	}

	.grid-x>.large-5 {
		width: 41.66667%;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

.link {
	color: #eac17a;
	text-decoration: underline;
}

.link-underline {
	position: relative;
}

.position-relative {
	position: relative;
}

@media (max-width:47.9375rem) {
	.text-center-m {
		text-align: center;
	}
}

.footer__scroll-up {
	padding: 0;
	cursor: pointer;
	font-family: Avenir,sans-serif,serif;
	background-color: transparent;
	border: none;
}

.footer__scroll-up:focus {
	outline: none;
}

.footer__menu ul li a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: .04em;
	background: currentColor;
	transition: transform .5s cubic-bezier(.4,0,0,1),opacity .15s .35s;
	transform: scaleX(0);
	opacity: 0;
	transform-origin: right center;
}

.footer__menu ul li a:hover:after {
	transform: scale(.999);
	opacity: 1;
	transition-delay: .1s;
	transform-origin: left center;
}

.footer {
	background: #05213a;
	color: #fff;
}

.footer:not(.no-sticky) {
	/* position: fixed; */
	/* z-index: 10; */
	left: 0;
	right: 0;
	bottom: 0;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.footer {
		position: static!important;
	}
}

.footer__container {
	width: 100%;
	max-width: 71rem;
	padding: 0 2rem;
	margin: auto;
}

@media (max-width:47.9375rem) {
	.footer__container {
		padding: 0 1rem;
	}
}

.footer__text {
	font-size: .625rem;
	line-height: 1rem;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #eac17a;
}

.footer__menu ul {
	list-style: none;
}

.footer__menu ul li {
	font-style: normal;
	font-weight: 300;
	line-height: 2rem;
}

.footer__menu ul li a {
	position: relative;
}

.footer__bottom {
	border-top: 1px solid hsla(0,0%,98%,.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: hsla(0,0%,98%,.5);
	padding: 2rem 0;
	flex-direction: column;
}

.footer__bottom-list {
	display: flex;
	list-style: none;
}

@media (max-width:47.9375rem) {
	.footer__bottom-list {
		order: -1;
		margin-bottom: 32px;
		justify-content: space-between;
		width: 100%;
	}
}

@media (min-width:48rem) {
	.footer__bottom {
		padding: 3.125rem 0 3.5625rem;
		flex-direction: row;
	}
}

.footer__bottom .ewm {
	color: #fff;
}

.footer__scroll-up {
	position: absolute;
	right: 58px;
	top: 30px;
	width: 48px;
	height: 48px;
	background-color: #153047;
	transition: background-color .35s ease;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (-ms-high-contrast:none),not all and (hover:none) {
	.footer__scroll-up:hover {
		background-color: rgba(21,48,71,.7);
	}

	.footer__scroll-up:hover .footer__scroll-up-icon {
		transform: translateY(-3px);
	}
}

@media (max-width:47.9375rem) {
	.footer__scroll-up {
		top: 10px;
		right: 10px;
	}
}

.footer__scroll-up-icon {
	transition: transform .8s ease;
}

.footer__logo {
	display: flex;
}

@media (max-width:47.9375rem) {
	.footer__logo {
		justify-content: center;
	}
}

@media (max-width:47.9375rem) {
	.footer__copy {
		margin-bottom: 1.5rem;
	}
}

@media (max-width:47.9375rem) {
	.footer .phone-and-mail__item {
		justify-content: center;
	}

	.footer .phone-and-mail__item svg {
		display: none;
	}

	.footer .social {
		justify-content: center;
	}
}

.social {
	display: flex;
	margin: -1rem;
	list-style: none;
}

@media print,screen and (min-width:40em) {
	.social {
		padding-left: 2rem;
	}
}

.social__item {
	margin: 1rem;
}

.social__item .social__link {
	padding: 0;
}

.social__item:first-of-type .social__link {
	padding-left: 0;
}

.social__link {
	width: 1rem;
	height: 1rem;
	display: block;
	padding: 0 8px;
	transition: color .35s ease;
}

@media (-ms-high-contrast:none),not all and (hover:none) {
	.social__link:hover {
		color: #eac17a;
	}
}

.phone-and-mail {
	display: flex;
	flex-direction: column;
}

@media (max-width:47.9375rem) {
	.phone-and-mail {
		align-items: center;
	}
}

.phone-and-mail__item {
	display: flex;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

@media (max-width:74.9375rem) {
	.large-pb-0 {
		padding-bottom: 0;
	}
}

.mb-16 {
	margin-bottom: 16px;
}

.mr-16 {
	margin-right: 16px;
}

@media (max-width:74.9375rem) {
	.large-pb-16 {
		padding-bottom: 16px;
	}
}

.mb-24 {
	margin-bottom: 24px;
}

.mt-24 {
	margin-top: 24px;
}

.mr-32 {
	margin-right: 32px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-64 {
	padding-bottom: 64px;
}

.pt-80 {
	padding-top: 190px;
}

@media (max-width:63.9375rem) {
	.medium-pb-140 {
		padding-bottom: 140px;
	}
}

@media (max-width:39.9375rem) {
	.small-mr-0 {
		margin-right: 0;
	}
}
/*! CSS Used from: Embedded ; media=all */
@media all {
	.fab {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}

	.fa-facebook:before {
		content: "\f09a";
	}

	.fa-instagram:before {
		content: "\f16d";
	}

	.fa-linkedin:before {
		content: "\f08c";
	}

	.fab {
		font-family: "Font Awesome 5 Brands";
	}

	.fab {
		font-weight: 400;
	}
}
/*! CSS Used fontfaces */



@media all {
	.fa-facebook:before {
		content: "\f09a";
	}

	.fa-linkedin:before {
		content: "\f0e1";
	}

	.fa-instagram:before {
		content: "\f16d";
	}
}

.link-underline:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: .04em;
	background: currentColor;
	transition: transform .5s cubic-bezier(.4,0,0,1),opacity .15s .35s;
	transform: scaleX(0);
	opacity: 0;
	transform-origin: right center;
}

.link-underline:hover:after {
	transform: scale(.999);
	opacity: 1;
	transition-delay: .1s;
	transform-origin: left center;
}

.grid-x {
	display: flex;
	flex-flow: row wrap;
}

.cell {
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.grid-x>.small-6,.grid-x>.small-12 {
	flex-basis: auto;
}

@media print,screen and (min-width:64em) {
	.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5 {
		flex-basis: auto;
	}
}

.grid-x>.small-6,.grid-x>.small-12 {
	flex: 0 0 auto;
}

.grid-x>.small-6 {
	width: 50%;
}

.grid-x>.small-12 {
	width: 100%;
}

@media print,screen and (min-width:64em) {
	.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5 {
		flex: 0 0 auto;
	}

	.grid-x>.large-3 {
		width: 25%;
	}

	.grid-x>.large-4 {
		width: 33.33333%;
	}

	.grid-x>.large-5 {
		width: 41.66667%;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

.link {
	color: #eac17a;
	text-decoration: underline;
}

.link-underline {
	position: relative;
}

.position-relative {
	position: relative;
}

@media (max-width:47.9375rem) {
	.text-center-m {
		text-align: center;
	}
}

.footer__scroll-up {
	padding: 0;
	cursor: pointer;
	font-family: Avenir,sans-serif,serif;
	background-color: transparent;
	border: none;
}

.footer__scroll-up:focus {
	outline: none;
}

.footer__menu ul li a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	height: .04em;
	background: currentColor;
	transition: transform .5s cubic-bezier(.4,0,0,1),opacity .15s .35s;
	transform: scaleX(0);
	opacity: 0;
	transform-origin: right center;
}

.footer__menu ul li a:hover:after {
	transform: scale(.999);
	opacity: 1;
	transition-delay: .1s;
	transform-origin: left center;
}

.footer {
	background: #664b32;
	color: #fff;
}

.footer:not(.no-sticky) {
	/* position: fixed; */
	/* z-index: 10; */
	left: 0;
	right: 0;
	bottom: 0;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.footer {
		position: static!important;
	}
}


	.footer__container {
		width: 100%;
		max-width: 150rem;
		padding: 0 -7rem;
		margin: auto;
	}


@media (max-width:47.9375rem) {
	.footer__container {
		padding: 0 1rem;
	}
}

.footer__text {
	font-size: 1.425rem;
	line-height: 1rem;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: #eac17a;
}

.footer__menu ul {
	list-style: none;
}

.footer__menu ul li {
	font-style: normal;
	font-weight: 800;
	line-height: 4rem;
	font-size: 2rem;
}

.footer__menu ul li a {
	position: relative;
}

.footer__bottom {
	border-top: 1px solid hsla(0,0%,98%,.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	color: hsla(0,0%,98%,.5);
	padding: 2rem 0;
	flex-direction: column;
}

.footer__bottom-list {
	display: flex;
	list-style: none;
}

@media (max-width:47.9375rem) {
	.footer__bottom-list {
		order: -1;
		margin-bottom: 32px;
		justify-content: space-between;
		width: 100%;
	}
}

@media (min-width:48rem) {
	.footer__bottom {
		padding: 3.125rem 0 3.5625rem;
		flex-direction: row;
	}
}

.footer__bottom .ewm {
	color: #fff;
}

.footer__scroll-up {
	position: absolute;
	right: 58px;
	top: 30px;
	width: 48px;
	height: 48px;
	background-color: #352e39;
	transition: background-color .35s ease;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (-ms-high-contrast:none),not all and (hover:none) {
	.footer__scroll-up:hover {
		background-color: rgba(21,48,71,.7);
	}

	.footer__scroll-up:hover .footer__scroll-up-icon {
		transform: translateY(-3px);
	}
}

@media (max-width:47.9375rem) {
	.footer__scroll-up {
		top: 10px;
		right: 10px;
	}
}

.footer__scroll-up-icon {
	transition: transform .8s ease;
}

.footer__logo {
	display: flex;
}

@media (max-width:47.9375rem) {
	.footer__logo {
		justify-content: center;
	}
}

@media (max-width:47.9375rem) {
	.footer__copy {
		margin-bottom: 1.5rem;
	}
}

@media (max-width:47.9375rem) {
	.footer .phone-and-mail__item {
		justify-content: center;
	}

	.footer .phone-and-mail__item svg {
		display: none;
	}

	.footer .social {
		justify-content: center;
	}
}

.social {
	display: flex;
	margin: -1rem;
	list-style: none;
}

@media print,screen and (min-width:40em) {
	.social {
		padding-left: 2rem;
	}
}

.social__item {
	margin: 1rem;
}

.social__item .social__link {
	padding: 0;
}

.social__item:first-of-type .social__link {
	padding-left: 0;
}

.social__link {
	width: 1rem;
	height: 1rem;
	display: block;
	padding: 0 8px;
	transition: color .35s ease;
}

@media (-ms-high-contrast:none),not all and (hover:none) {
	.social__link:hover {
		color: #eac17a;
	}
}

.phone-and-mail {
	display: flex;
	flex-direction: column;
}

@media (max-width:47.9375rem) {
	.phone-and-mail {
		align-items: center;
	}
}

.phone-and-mail__item {
	display: flex;
	align-items: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

@media (max-width:74.9375rem) {
	.large-pb-0 {
		padding-bottom: 0;
	}
}

.mb-16 {
	margin-bottom: 16px;
}

.mr-16 {
	margin-right: 16px;
}

@media (max-width:74.9375rem) {
	.large-pb-16 {
		padding-bottom: 16px;
	}
}

.mb-24 {
	margin-bottom: 24px;
}

.mt-24 {
	margin-top: 24px;
}

.mr-32 {
	margin-right: 32px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-64 {
	padding-bottom: 64px;
}

.pt-80 {
	padding-top: 100px !important;
}

@media (max-width:63.9375rem) {
	.medium-pb-140 {
		padding-bottom: 140px;
	}
}

@media (max-width:39.9375rem) {
	.small-mr-0 {
		margin-right: 0;
	}
}
/*! CSS Used from: Embedded ; media=all */
@media all {
	.fab {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}

	.fa-facebook:before {
		content: "\f09a";
	}

	.fa-instagram:before {
		content: "\f16d";
	}

	.fa-linkedin:before {
		content: "\f08c";
	}

	.fab {
		font-family: "Font Awesome 5 Brands";
	}

	.fab {
		font-weight: 400;
	}
}







/*! CSS Used from: Embedded */
.slick-track[data-v-e4caeaf8] {
	display: block;
	left: 0;
	position: relative;
	top: 0;
	transform: translateZ(0);
}

.slick-track[data-v-e4caeaf8]:after,.slick-track[data-v-e4caeaf8]:before {
	content: "";
	display: table;
}

.slick-track[data-v-e4caeaf8]:after {
	clear: both;
}

.slick-slide[data-v-e4caeaf8] {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-initialized .slick-slide[data-v-e4caeaf8] {
	display: block;
}

.slick-slider[data-v-3d1a4f76] {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	display: block;
	position: relative;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-khtml-user-select: none;
}

.slick-list[data-v-3d1a4f76] {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	transform: translateZ(0);
}

.slick-list[data-v-3d1a4f76]:focus {
	outline: none;
}
/*! CSS Used from: Embedded */
.footer-book-link[data-v-0a21d9dd] {
	cursor: pointer;
}
/*! CSS Used from: Embedded */
/* .color-gray-dark[data-v-d1d09008] {
	background-color: #272727;
} */

.usp-strip[data-v-d1d09008] {
	color: #fff;
	font-family: "Montserrat",sans-serif;
	margin-top: 4rem;
	max-width: none;
	padding: .625rem 0;
	text-align: center;
}

@media screen and (min-width:768px) {
	.usp-strip[data-v-d1d09008] {
		margin-top: 4.5rem;
		padding: 5.625rem 0 6.875rem;
	}
}

.usp-strip.no-margin[data-v-d1d09008] {
	margin-top: 0;
	/* background-color: #957757; */
}

@media screen and (min-width:768px) {
	.usp-strip.no-margin[data-v-d1d09008] {
		margin-top: 0;
	}
}

.usp-strip .usps>div[data-v-d1d09008] {
	padding: 12px 15px;
	position: relative;
}

@media screen and (min-width:768px) {
	.usp-strip .usps>div[data-v-d1d09008]:first-of-type {
		padding-bottom: 0;
	}
}

.usp-strip a[data-v-d1d09008],.usp-strip a[data-v-d1d09008]:hover {
	color: #fff;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.usp-strip .why-title a[data-v-d1d09008] {
	transition: word-spacing .3s ease;
}

.usp-strip .why-title a[data-v-d1d09008]:hover {
	word-spacing: 3px;
}

.usp-strip .why-reasons[data-v-d1d09008] {
	padding-bottom: 20px;
	padding-top: .938rem;
}

@media screen and (min-width:992px) {
	.usp-strip .why-reasons[data-v-d1d09008] {
		border-bottom: 1px solid #828282;
	}
}

.usp-strip .why-reasons .featured-usp[data-v-d1d09008] {
	margin-left: auto;
	margin-right: auto;
	max-width: 315px;
	padding: 0 30px;
}

@media screen and (max-width:990px) {
	.usp-strip .why-reasons .featured-usp[data-v-d1d09008] {
		padding: 0 15px;
	}
}

.usp-strip .why-reasons .featured-usp .icon-name-container[data-v-d1d09008] {
	min-height: 100px;
}

@media screen and (min-width:992px) {
	.usp-strip .why-reasons .featured-usp .icon-name-container[data-v-d1d09008] {
		min-height: 80px;
		position: relative;
	}

	.usp-strip .why-reasons .featured-usp .icon-name-container h3[data-v-d1d09008],.usp-strip .why-reasons .featured-usp .icon-name-container i[data-v-d1d09008] {
		left: 1px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

.usp-strip .why-reasons .featured-usp .icon-name-container h3[data-v-d1d09008] {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 10px;
	padding-left: 10px;
}

@media screen and (min-width:992px) {
	.usp-strip .why-reasons .featured-usp .icon-name-container h3[data-v-d1d09008] {
		left: 46px;
		margin-top: 0;
		text-align: left;
		width: calc(100% - 46px);
	}
}

@media screen and (min-width:1200px) {
	.usp-strip .why-reasons .featured-usp .icon-name-container h3[data-v-d1d09008] {
		font-size: 2.875rem;
        color: #010101;
	}
}

.usp-strip .why-reasons .featured-usp .icon-name-container i[data-v-d1d09008] {
	border: 1px solid #828282;
	border-radius: 50%;
	color: #66944c;
	font-size: 1.5rem;
	height: 46px;
	line-height: 50px;
	padding: 10px;
	transition: all .3s ease;
	width: 46px;
}

@media screen and (min-width:992px) {
	.usp-strip .why-reasons .featured-usp .icon-name-container i[data-v-d1d09008] {
		line-height: 1;
	}
}

.usp-strip .why-reasons .featured-usp p[data-v-d1d09008] {
	border-bottom: 1px solid #828282;
	font-family: 'tilda',sans-serif;
	font-size: 85%;
	line-height: 1.5rem;
	margin: 0;
	padding: 0 0 25px;
	text-align: center;
}

@media screen and (min-width:768px) {
	.usp-strip .why-reasons .featured-usp p[data-v-d1d09008] {
		border-bottom: none;
    color: #000;
    font-size: 2.3rem;
    line-height: 25px;
	font-family: 'tilda', serif;
	}
}

@media screen and (min-width:992px) {
	.usp-strip .why-reasons .featured-usp p[data-v-d1d09008] {
		border-top: 1px solid #828282;
		padding-top: 25px;
		text-align: left;
	}
}

.usp-strip .why-reasons .featured-usp:hover i[data-v-d1d09008] {
	background: #fff;
	border-color: #fff;
	color: #272727;
}

.usp-strip .awards[data-v-d1d09008] {
	padding: 0 15px 10rem;
}

@media screen and (min-width:768px) {
	.usp-strip .awards[data-v-d1d09008] {
		padding-top: 3.125rem;
		margin-bottom: 15.125rem;
	}

	.usp-strip .awards .wta-badges[data-v-d1d09008] {
		display: inline-table;
		height: 80px;
		position: relative;
		vertical-align: middle;
		width: 200px;
	}

	.usp-strip .awards .wta-badges img[data-v-d1d09008] {
		position: absolute;
		top: -50px;
		width: 131px;
		margin-bottom: 53px;
		left: 9px;
	}

	.usp-strip .awards .wta-badges .wta-text[data-v-d1d09008] {
		display: inline-table;
		font-size: 75%;
		font-weight: 500;
		line-height: 15px;
		margin-left: -217px;
		margin-top: 12px;
		max-width: 130px;
		text-align: center;
		vertical-align: middle;
	}
}

.usp-strip .awards .trust-pilot[data-v-d1d09008] {
	display: inline-table;
	padding-left: 20px;
	padding-right: 5px;
	vertical-align: middle;
}

.usp-strip .awards .trust-pilot>div[data-v-d1d09008] {
	top: 12px;
}

@media screen and (min-width:768px) {
	.usp-strip .awards .trust-pilot[data-v-d1d09008] {
		text-align: left;
	}
}

.container-fluid[data-v-d1d09008] {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width:1900px) {
	.container-fluid[data-v-d1d09008] {
		max-width: 1600px;
	}
}

.row[data-v-d1d09008] {
	margin-left: -15px;
	margin-right: -15px;
}

.container-fluid[data-v-d1d09008]:after,.container-fluid[data-v-d1d09008]:before,.row[data-v-d1d09008]:after,.row[data-v-d1d09008]:before {
	content: " ";
	display: table;
}

.container-fluid[data-v-d1d09008]:after,.row[data-v-d1d09008]:after {
	clear: both;
}

.col-sm-10[data-v-d1d09008],.col-xs-12[data-v-d1d09008] {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

.col-xs-12[data-v-d1d09008] {
	float: left;
}

.col-xs-12[data-v-d1d09008] {
	width: 100%;
}

@media screen and (min-width:768px) {
	.col-sm-10[data-v-d1d09008] {
		float: left;
	}

	.col-sm-10[data-v-d1d09008] {
		width: 83.33333%;
	}

	.col-sm-offset-1[data-v-d1d09008] {
		margin-left: 8.33333%;
		top: 102px;
		margin-bottom: 53px;
	}
}

@media screen and (min-width:1900px) {
	.col-xl-18[data-v-d1d09008] {
		width: 75%;
	}

	.col-xl-offset-3[data-v-d1d09008] {
		margin-left: 12.5%;
	}
}
/*! CSS Used from: Embedded */
*,:after,:before {
	border: 0 solid;
	box-sizing: border-box;
}

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

h2,h3 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

h2,h3,p {
	margin: 0;
}

:disabled {
	cursor: default;
}

iframe,img {
	display: block;
	vertical-align: middle;
}

img {
	height: auto;
	max-width: 100%;
}

*,:after,:before {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59,130,246,.5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent;
	--tw-shadow: 0 0 transparent;
	--tw-shadow-colored: 0 0 transparent;
}

.mb-4 {
	margin-bottom: 1rem;
}

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



.text-2xl {
	font-size: 1.5rem;
}

.font-normal {
	font-weight: 400;
}

@media (min-width:768px) {
	.md\:block {
		display: block;
	}

	.md\:text-h3 {
		font-size: 1.75rem;
	}
}

@media (min-width:1024px) {
	.lg\:text-3xl {
		font-size: 1.875rem;
	}
}
/*! CSS Used from: Embedded */
* {
	box-sizing: border-box;
}

a:focus {
	outline: none;
}

.ru {
	font-feature-settings: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "RhinoAfricaUSPs"!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.ru-price-guarantee:before {
	content: "";
}

.ru-doing-good:before {
	content: "";
}

.ru-expert-advice:before {
	content: "";
}

p {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.25;
}

@media only screen and (min-width:1200px) {
	p {
		font-size: 16px;
	}
}

h2,h3 {
	font-family: "Montserrat",sans-serif;
}

p {
	margin-bottom: 1rem;
}

/* a {
	color: #900;
	-webkit-text-decoration: underline;
	text-decoration: underline;
} */

.slick-slide :focus {
	outline: none;
}
/*! CSS Used from: Embedded */
.trust-pilot {
	display: inline-table;
	margin: 0 auto 1.5rem;
	vertical-align: middle;
}






/* stories upcoming */


.align-text-right {
	text-align: right!important;
}



a {
	color: inherit;
	text-decoration: none;
}



.btn {
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 0;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.35),inset 1px 1px 1px hsla(0,0%,100%,.25),inset -1px -1px 1px rgba(0,0,0,.25);
	color: #2f2f2f;
	cursor: pointer;
	display: inline-block;
	font-family: Brandon Grotesque,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 38.25px;
	min-width: 165px;
	padding: 1px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: color .5s,background-color .5s,border-color .5s;
	width: auto;
}

.btn:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.btn:focus {
	outline: 0;
}

.btn:disabled {
	opacity: .65;
	pointer-events: none;
}

.btn:before {
	border: 1px solid transparent;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.btn.btn--outline {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.btn.btn--outline:hover {
	background-color: #fff;
	color: #000;
}

.btn.btn--outline.btn--outline--overlay:hover {
	background-color: rgba(0,0,0,.5);
	color: #fff;
}

* {
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	font: inherit;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width:800px) {
	.hidden-md {
		display: none!important;
	}
}

@media only screen and (max-width:500px) {
	.hidden-xs {
		display: none!important;
	}
}

.d-flex {
	display: flex;
}

.d-block {
	display: block;
}

.align-text-right {
	text-align: right;
}

.mb-none {
	margin-bottom: 0!important;
}

.mb-xs {
	margin-bottom: 6.375px!important;
}

.mb-sm {
	margin-bottom: 12.75px!important;
}

.mt-md {
	margin-top: 30.6px;
}

.mb-md {
	margin-bottom: 30.6px!important;
}


@media screen and (max-width:768px) {
	.row {
		margin-left: -15px;
	}
}

.row:not(.row--flex):after,.row:not(.row--flex):before {
	content: " ";
	display: table;
}

.row:not(.row--flex):after {
	clear: both;
}

.col {
	box-sizing: border-box;
	float: left;
	padding-left: 25.5px;
}

@media screen and (max-width:768px) {
	.col {
		padding-left: 15px;
	}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	.hidden-md {
		display: none!important;
	}
}

@media only screen and (min-width:481px) and (max-width:768px) {
	.hidden-sm {
		display: none!important;
	}
}

@media only screen and (max-width:480px) {
	.hidden-xs {
		display: none!important;
	}
}

.mb-none {
	margin-bottom: 0;
}

.mb-xxs {
	margin-bottom: 5.6666666667px;
}

.mb-xs {
	margin-bottom: 6.375px;
}

.mb-sm {
	margin-bottom: 12.75px;
}

@media screen and (max-width:768px) {
	.sm\:mb-mob-gutter {
		margin-bottom: 15px!important;
	}
}

.mt-md {
	margin-top: 30.6px;
}

.mb-md {
	margin-bottom: 30.6px;
}

@media screen and (max-width:768px) {
	.sm\:mt-xl {
		margin-top: 50.235px!important;
	}
}

.text-base {
	color: #52575c!important;
}

.text-base-bg {
	color: #fff!important;
	font-size: 2rem;
}

.text-base-bg a,.text-base-bg h6 {
	color: inherit;
}

.text-headings {
	color: #000!important;
}

.text-info {
	color: #1e6e9f!important;
}

.d-flex {
	display: flex;
}

h2,h6 {
	margin-bottom: 15px;
}

@media screen and (max-width:768px) {
	h2,h6 {
		margin-bottom: 20px;
	}
}



.uppercase {
	text-transform: uppercase;
}

.strong {
	font-weight: 700;
}

.text-xxs {
	font-size: 11px;
	font-size: 2rem;
}

.text-sm {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

.letter-spaced-sm {
	letter-spacing: 1px;
}

.letter-spaced-smmd {
	letter-spacing: 1.1px;
}

.letter-spaced-l {
	letter-spacing: 1.5px;
}

section.section.section--portrait-tiles {
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	padding: 60px 0 0;
	position: relative;
}

section.section.section--portrait-tiles .button__wrap {
	display: flex;
	float: right;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .button__wrap {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		float: left;
		justify-content: space-around;
		margin: 0;
	}
}

section.section.section--portrait-tiles .section__content__posts {
	display: flex;
	flex-wrap: wrap;
	float: right;
	justify-content: flex-end;
	width: 100%;
}

@media screen and (max-width:1024px) {
	section.section.section--portrait-tiles .section__content__posts {
		display: flex;
		flex-wrap: wrap;
		float: none;
		justify-content: space-around;
		margin: 0 auto;
	}
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .section__content__posts {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
}

section.section.section--portrait-tiles .itinerary__posts {
	flex-wrap: wrap;
	justify-content: flex-end;
}

@media screen and (max-width:1024px) {
	section.section.section--portrait-tiles .itinerary__posts {
		justify-content: space-around;
	}
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .itinerary__posts {
		justify-content: center;
	}
}

section.section.section--portrait-tiles .slide {
	float: left;
	width: 23%;
}

@media screen and (max-width:1024px) {
	section.section.section--portrait-tiles .slide {
		width: 47%;
	}
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .slide {
		padding-left: 0;
		width: 100%;
	}
}

section.section.section--portrait-tiles .slide.slide--blank {
	margin-right: auto;
}

@media screen and (max-width:1280px) {
	section.section.section--portrait-tiles .slide.slide--blank {
		display: none;
	}
}

section.section.section--portrait-tiles .slide.slide--intro {
	float: left;
	margin-right: auto;
	padding-left: 0;
}

@media screen and (max-width:1024px) {
	section.section.section--portrait-tiles .slide.slide--intro {
		float: right;
		margin: unset;
		padding-left: 0;
	}
}

section.section.section--portrait-tiles .slide.slide--intro .intro__text {
	max-width: 270px;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .slide.slide--intro .intro__text {
		max-width: unset;
	}
}

section.section.section--portrait-tiles .slide.text-base-bg {
	float: left;
	margin: 0 12.75px;
	padding: 0;
}

section.section.section--portrait-tiles .tile {
	align-items: flex-start;
	background-position: 50%;
	background-size: cover;
	display: flex;
	flex-direction: column;
	height: 630px;
	justify-content: flex-end;
	overflow: hidden;
	width: 100%;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .tile {
		height: 460px;
	}
}

section.section.section--portrait-tiles .tile .tile__overlay {
	align-items: flex-start;
	background: linear-gradient(0deg,rgba(0,0,0,.7),transparent 53.06%);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
	max-height: 70%;
	padding: 30.6px;
	transition: all .3s ease-in-out;
	width: 100%;
}

section.section.section--portrait-tiles .tile .tile__overlay .btn {
	margin-left: 0;
	font-size: 1.4rem !important;
}

section.section.section--portrait-tiles .tile.tile--intro {
	justify-content: center;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .tile.tile--intro {
		height: auto;
		min-height: unset;
	}
}

section.section.section--portrait-tiles .tile .hover {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1.3s ease-in-out;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .tile .hover {
		opacity: 1;
	}
}

section.section.section--portrait-tiles .tile:hover {
	cursor: pointer;
}

section.section.section--portrait-tiles .tile:hover .hover {
	max-height: 200px;
}

section.section.section--portrait-tiles .tile:hover .tile__overlay {
	background: linear-gradient(0deg,rgba(0,0,0,.7),transparent);
	max-height: 100%;
}

section.section.section--portrait-tiles .tile:hover .tile__overlay a:hover {
	text-decoration: none;
}

section.section.section--portrait-tiles .section__content__posts {
	overflow: hidden;
	transition: all .25s ease-in-out;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .section__content__posts .itinerary__posts.d-flex {
		flex-wrap: wrap;
	}
}

section.section.section--portrait-tiles .filler {
	float: right;
	margin: 0 12.75px;
	padding-left: 0;
	position: relative;
	width: 23%;
	z-index: 1;
}

@media screen and (max-width:1024px) {
	section.section.section--portrait-tiles .filler {
		margin: unset;
	}
}

section.section.section--portrait-tiles .filler .tile {
	align-items: center;
	background-color: #fff;
	border: 1px solid transparent;
	height: 630px;
	justify-content: center;
	width: 100%;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles .filler .tile {
		height: 460px;
	}
}

section.section.section--portrait-tiles .filler .tile .tile__overlay {
	align-items: center;
	background: none;
	height: 100%;
	justify-content: center;
	text-align: center;
	transition: none;
}

section.section.section--portrait-tiles .filler .tile .tile__overlay .content {
	max-width: 265px;
}

section.section.section--portrait-tiles .filler .tile .tile__overlay .btn {
	margin-left: auto;
}

section.section.section--portrait-tiles .filler .tile:hover {
	border: 1px solid #cacccf;
}

section.section.section--portrait-tiles .filler.filler--double {
	width: 48%;
}

section.section.section--portrait-tiles .filler.filler--double .tile__overlay .content {
	max-width: unset;
	padding: 0 50.235px;
}

section.section.section--portrait-tiles.section--portrait-tiles--stacked {
	padding-bottom: 60px;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles.section--portrait-tiles--stacked {
		padding-bottom: 50.235px;
	}
}

section.section.section--portrait-tiles.section--portrait-tiles--stacked .section__content__posts {
	transition: min-height .25s ease-in-out;
}

section.section.section--portrait-tiles.section--portrait-tiles--stacked .tile {
	height: 600px;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles.section--portrait-tiles--stacked .tile {
		height: 500px;
	}

	section.section.section--portrait-tiles.section--portrait-tiles--stacked .tile.tile--intro {
		height: unset;
	}

	section.section.section--portrait-tiles.section--portrait-tiles--stacked .tile .tile__overlay {
		padding: 25.5px;
	}

	section.section.section--portrait-tiles.section--portrait-tiles--stacked .button__wrap {
		padding-left: 0;
	}

	section.section.section--portrait-tiles.section--portrait-tiles--stacked.extra-pattern {
		background-size: 300%;
	}
}

section.section.section--portrait-tiles.section--portrait-tiles--stacked.extra-pattern .pattern-holder {
	position: relative;
}

section.section.section--portrait-tiles.section--portrait-tiles--stacked.extra-pattern .pattern {
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 1rem;
	content: "";
	display: block;
	float: right;
	height: 80vh;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 40%;
	z-index: 0;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles.section--portrait-tiles--stacked.extra-pattern .pattern {
		height: 100vh;
		width: 60%;
	}

	section.section.section--portrait-tiles.section--portrait-tiles--stacked.extra-pattern .slide {
		margin: 0;
	}
}

section.section.section--portrait-tiles.section--portrait-tiles--stacked.extra-pattern .section__content__posts {
	margin-left: -12.75px;
	margin-right: -12.75px;
}

@media screen and (max-width:768px) {
	section.section.section--portrait-tiles.section--portrait-tiles--stacked.extra-pattern .section__content__posts {
		margin: 0;
	}
}

section.section.section--portrait-tiles.section--portrait-tiles--stacked.extra-pattern .container {
	position: relative;
	z-index: 1;
}

.js-animate {
	opacity: 0;
	transform: translateY(20%);
	transition: opacity 1s ease,transform 1s ease;
}

.js-animate.js-animate--visible {
	opacity: 1;
	transform: translateY(0);
}

.btn {
	align-items: center;
	border-color: #000;
	border-radius: 3px;
	box-shadow: none;
	color: #2f2f2f;
	display: flex;
	font-size: 12px;
	font-size: .75rem;
	justify-content: center;
	letter-spacing: 1.2px;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	min-height: 40px;
	min-width: 150px;
	padding: 10px 20px;
	text-transform: uppercase;
	width: -moz-max-content;
	width: max-content;
}

@media screen and (max-width:768px) {
	.btn {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 40px;
		width: -moz-max-content;
		width: max-content;
	}
}

.btn.btn--headings-colour {
	border: 1px solid #000;
	color: #000;
}

.btn.btn--headings-colour:hover {
	color: #fff;
}

.btn.btn--outline {
	border-color: #fff;
	color: #fff;
}

.tax-country .section--portrait-tiles {
	background-color: #f9f9f9;
}


@media (max-width: 479px) {
	.not-extra-narrow {
		display: none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.not-narrow {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.not-regular {
		display: none;
	}
}

*,*:before,*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

h2,h3 {
	margin: 0;
	font-weight: 400;
}

p {
	margin: 0;
}

.highlighted-example-trips-summary {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	padding: 0 .9375rem;
}

.highlighted-example-trips-summary__headline {
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1.4rem;
	letter-spacing: .03em;
	line-height: .75rem;
	text-transform: uppercase;
	margin: 0 0 .9375rem;
	font-family: 'tilda', sans-serif,sans-serif;
	text-transform: uppercase;
	color: #664b32;
	margin-left: -150px !important;
}

.highlighted-example-trips-summary__heading {
	font-family: "Wulkan Medium",serif;
	margin: 0 0 .75rem;
	font-size: 1.4rem;
	letter-spacing: -0.01em;
	line-height: 2.5rem;
	text-align: left;
	color: #664b32;
	margin-left: -153px !important;
}

.highlighted-example-trips-summary__description {
	margin: 0 0 3.75rem;
    font-family: 'tilda', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 2.1px;
    line-height: 2.5rem;
    color: #000;
    margin-left: -148px !important;

}

@media (min-width: 1024px) {
	.highlighted-example-trips-summary {
		padding: 0 2.5rem 6.9125rem 0;
	}

	.highlighted-example-trips-summary__heading {
		margin: 0 0 5.5625rem;
		font-size: 8.375rem;
		line-height: 5.2rem;
		margin-top: 20px;
	}

	.highlighted-example-trips-summary__description {
		margin: 0;
		max-width: 38.25rem;
	}
}

.block-highlighted-example-trips__item {
	height: 100%;
	padding: 0 .9375rem 0 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.block-highlighted-example-trips__item {
		padding: 0 1.875rem 0 0;
	}

	.block-highlighted-example-trips__item--summary {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 35.875rem;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
}


*,*:before,*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media (min-width: 1024px) {
	.menu-desktop__icon-button-list {
		position: relative;
		top: -2.375rem;
		left: 23.125rem;
		width: 4.3125rem;
		-webkit-transform: rotate(90deg);
		transform: rotate(0deg);
	}
}




* {
	box-sizing: border-box;
}

h2 {
	margin-bottom: 10px;
	font-weight: 700;
}

h2 {
	margin-top: 20px;
	font-size: 32px;
	line-height: 36px;
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 4em;
	font-weight: 500;
	line-height: 1.1em;
}

.title-line {
	width: 5em;
	height: 1px;
	background-color: rgba(127,87,87,.25);
	flex: none;
	position: relative;
	overflow: hidden;
}

.title-with-line-center {
	width: 100%;
	max-width: none;
	grid-column-gap: 4em;
	background-color: #f1f0f1;
	color: #fff;
	flex-flow: row;
	align-content: flex-start;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
	padding-bottom: 100px;
	display: flex;
}

.title-with-line-center.latest-news {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 100px;
}

.title-with-line-center.latest-news.with-subtitle {
	padding-bottom: 21px;
	margin-left: -18px !important;
}

.title-line-color {
	background-color: #fff;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.title-line-color.is-left {
	background-color: #fff;
	color: #f1f0f1;
}

.title-line-color.is-left.latest-news {
	background-color: #f1f0f1;
	-webkit-text-stroke-color: var(--saddle-brown-nimali);
}

.title-line-color.is-right {
	background-color: #fff;
}

.title-line-color.is-right.latest-news {
	background-color: #f1f0f1;
}

.heading {
	color: #fff;
	letter-spacing: -.025em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}

.heading.h2 {
	color: #f1f0f1;
	text-align: center;
	letter-spacing: 0;
	order: 0;
	align-self: center;
	margin-top: auto;
	margin-bottom: auto;
	font-family: 'Wulkan italic', sans-serif;
	font-size: 3.3em;
	font-weight: 400;
	line-height: 1.4em;
}

@media screen and (min-width:1280px) {
	.heading.h2 {
		color: #f1f0f1;
		margin-top: auto;
		margin-bottom: auto;
		font-size: 36px;
		line-height: 1.3;
	}
}

@media screen and (min-width:1440px) {
	.heading.h2 {
		text-align: right;
	}
}

@media screen and (max-width:991px) {
	.title-line {
		width: 5em;
	}

	.title-with-line-center {
		grid-column-gap: 2em;
	}
}

@media screen and (max-width:767px) {
	.heading {
		font-size: 1.75rem;
	}
}

@media screen and (max-width:479px) {
	.title-line {
		width: 8vw;
		display: none;
	}

	.title-line.with-text {
		width: 6vw;
	}

	.title-with-line-center.latest-news.with-subtitle {
		padding-bottom: 0;
	}

	.heading.h2 {
		text-align: center;
		margin-top: auto;
	}
}


a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

* {
	box-sizing: border-box;
}

.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

p {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}



.blog-btn-wrap {
	justify-content: center;
	align-items: center;
	display: flex;
}

.nimali-blog-link-wrapper {
	overflow: hidden;
}

.nimali-blog-line {
	width: 100%;
	height: 1px;
	background-color: #0f0e0e;
}

.nimali-blog-link {
	color: #fff;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 6px;
	font-family: Montserrat,sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
}

@media screen and (max-width:767px) {
	p {
		font-size: 1.3em;
		line-height: 1.4em;
	}
}


p {
	margin-top: 0;
	margin-bottom: 10px;
}

p {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

.carousel-number {
	/* z-index: 10; */
	color: #291d1b;
	font-family: 'Wulkan italic', sans-serif;
	font-size: 10em;
	line-height: 1em;
	position: relative;
	left: -146px;
}

@media screen and (max-width:767px) {
	p {
		font-size: 1.3em;
		line-height: 1.4em;
	}
}

@media screen and (max-width:479px) {
	.carousel-number {
		font-size: 4em;
	}
}


a:active,a:hover {
	outline: 0;
}

img {
	border: 0;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

h2,h3,h5 {
	margin-bottom: 10px;
	font-weight: 700;
}

h2 {
	margin-top: 20px;
	font-size: 32px;
	line-height: 36px;
}

h3 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 30px;
}

h5 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

.w-container {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.w-container:before,.w-container:after {
	content: " ";
	grid-area: 1/1/2/2;
	display: table;
}

.w-container:after {
	clear: both;
}

@media screen and (max-width:991px) {
	.w-container {
		max-width: 728px;
	}
}

@media screen and (max-width:479px) {
	.w-container {
		max-width: none;
	}
}

.w-condition-invisible {
	display: none!important;
}

.w-layout-hflex {
	flex-direction: row;
	align-items: flex-start;
	display: flex;
}

.w-layout-blockcontainer {
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media screen and (max-width:991px) {
	.w-layout-blockcontainer {
		max-width: 728px;
	}
}

@media screen and (max-width:767px) {
	.w-layout-blockcontainer {
		max-width: none;
	}
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 4em;
	font-weight: 500;
	line-height: 1.1em;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3em;
	font-weight: 600;
	line-height: 1.1em;
}

h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.1em;
}

p {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}



.cover-image-head {
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	flex: none;
	align-self: auto;
	margin-top: 10px;
	padding-right: 0;
	transition: all .8s cubic-bezier(.165,.84,.44,1);
	position: static;
}

._3d-block {
	z-index: 8;
	width: 100%;
	height: 100%;
	perspective: 1000px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden;
}

.image-animation-trigger {
	/* z-index: 10; */
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-text-stroke-color: #fff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	overflow: hidden;
}

.animation-color-bg {
	z-index: 15;
	background-color: var(--rosy-brown-2);
	display: none;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.animation-color-bg.is-brown {
	background-color: rgba(235,229,219,.4);
	justify-content: center;
	align-items: center;
	display: block;
}

.listing-button {
	/* z-index: 10; */
	width: 1em;
	height: 1em;
	object-fit: contain;
	font-size: 1.4em;
	position: relative;
}

.listing-button.with-animations {
	width: auto;
	height: auto;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	text-align: left;
	flex: 0 auto;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	align-self: auto;
	align-items: center;
	justify-items: center;
	margin-top: 40px;
	font-size: 1em;
	display: grid;
}

.elipse-button-icon {
	z-index: 2;
	width: 1em;
	height: 1em;
	color: #f1f0f1;
	object-fit: contain;
	font-size: 1.2em;
	position: relative;
}

.elipse-circle {
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: var(--rosy-brown);
	border-radius: 50em;
	position: absolute;
}

.elipse-circle.is-transparent {
	border: 1px solid #f1f0f1;
	background-color: transparent;
}

.elipse-circle.is-transparent:hover {
	border-color: #f1f0f1;
}

.elipse-button {
	z-index: 1;
	width: 4em;
	height: 5em;
	border-radius: 50em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
}

.title-line {
	width: 5em;
	height: 1px;
	background-color: rgba(127,87,87,.25);
	flex: none;
	position: relative;
	overflow: hidden;
}

.title-with-line-center {
	width: 100%;
	max-width: none;
	grid-column-gap: 4em;
	background-color: #f1f0f1;
	color: #fff;
	flex-flow: row;
	align-content: flex-start;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
	padding-bottom: 100px;
	display: flex;
}

.title-with-line-center.latest-news {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 100px;
}

.title-with-line-center.latest-news.with-subtitle {
	padding-bottom: -130px;
}

.title-line-color {
	background-color: #fff;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.title-line-color.is-left {
	background-color: #fff;
	color: #f1f0f1;
}

.title-line-color.is-left.latest-news {
	background-color: #f1f0f1;
	-webkit-text-stroke-color: var(--saddle-brown-nimali);
}

.title-line-color.is-right {
	background-color: #fff;
}

.title-line-color.is-right.latest-news {
	background-color: #f1f0f1;
}

._3d-trigger {
	/* z-index: 10; */
	width: 110%;
	height: 115%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
}

.blog-title-block {
	width: 100%;
	grid-column-gap: 2em;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	display: flex;
}

.blog-category-text-1 {
	opacity: .7;
	color: #f1f0f1;
	text-transform: uppercase;
	font-size: .9em;
}

.blog-category-text-1:hover {
	color: #f1f0f1;
}

.blog-categories {
	grid-row-gap: .25em;
	text-align: right;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	padding-top: 0;
	display: flex;
}

.blog-featured-text-1 {
	opacity: 1;
	text-transform: uppercase;
	font-size: .9em;
}

.blog-featured-text-1:hover {
	color: #f1f0f1;
}

.blog-list {
	width: auto;
	grid-column-gap: 3em;
	grid-row-gap: 3em;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: row;
	align-content: stretch;
	justify-content: stretch;
	align-items: stretch;
	justify-items: stretch;
	display: grid;
}

.blog-item {
	background-color: #fff;
	border: 1px solid #000;
	display: flex;
}

.blog-item:hover {
	background-color: var(--saddle-brown-nimali-2);
}

.blog-link {
	grid-row-gap: 4em;
	border: 1px none var(--black);
	background-color: var(--saddle-brown-nimali-2);
	color: #f1f0f1;
	text-align: left;
	border-radius: 1px;
	flex-direction: column;
	flex: 1;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 4em;
	transition: background-color .2s,border-color .2s;
	display: block;
	position: relative;
}

.blog-link:hover {
	border: .5px none var(--fern-nimali);
	background-color: var(--saddle-brown-nimali-2);
	color: var(--fern-nimali);
}

.blog-name {
	max-width: 13em;
	color: #f1f0f1;
	text-align: left;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: .5em;
	font-family: 'Wulkan italic', sans-serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.4em;
}

.blog-image {
	width: 100%;
	height: 20em;
	position: relative;
}

.paragraph {
	color: #f1f0f1;
	text-align: center;
	-webkit-text-stroke-color: #f1f0f1;
	margin-right: auto;
	padding-bottom: 0;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 2em;
	display: block;
}

.paragraph.light-bg {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.8em;
}

.paragraph.small {
	font-size: 1.1em;
}

.paragraph.small.light-bg {
	margin-bottom: 4em;
	margin-left: 0;
	margin-right: auto;
	padding-bottom: 0;
}

.paragraph.small.light-bg.center {
	text-align: center;
	margin-bottom: 4em;
}

.paragraph.center {
	text-align: left;
}

.container-blog {
	width: 100vw;
	max-width: none;
	background-color: #393733;
	/* background-image: url(https://assets-global.website-files.com/647f0039bb4628bf7e3462cd/64ccdb81bf092e5b99616020_Background.svg); */
	background-position: 0 0;
	background-size: auto;
	margin-top: 140px;
	padding-top: 0;
	overflow: visible;
}
.container-blogs {
	width: 100vw;
	max-width: none;
	/* background-color: #393733; */
	/* background-image: url(https://assets-global.website-files.com/647f0039bb4628bf7e3462cd/64ccdb81bf092e5b99616020_Background.svg); */
	background-position: 0 0;
	background-size: auto;
	margin-top: 140px;
	padding-top: 0;
	overflow: visible;
}

.blogs-home {
	grid-template-rows: auto;
	margin-left: 60px;
	margin-right: 60px;
	display: none;
}

.heading {
	color: #fff;
	letter-spacing: -.025em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}

.heading.h2 {
	color: #f1f0f1;
	text-align: center;
	letter-spacing: 0;
	order: 0;
	align-self: center;
	margin-top: auto;
	margin-bottom: auto;
	font-family: 'Wulkan italic', sans-serif;
	font-size: 3.3em;
	font-weight: 400;
	line-height: 1.4em;
}

.flex-block {
	margin-bottom: auto;
	margin-left: 250px;
	margin-right: 250px;
}

.blog-container {
	width: 100%;
	max-width: 1200px;
	flex-direction: column;
	align-items: center;
	margin: 40px auto 150px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	position: relative;
}

.blog-link-2 {
	letter-spacing: 0;
	text-transform: none;
}

.blog-category {
	height: 24px;
	background-color:#291d1b;
	color: #fff;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-radius: 0;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
	font-weight: 400;
	transition-property: all;
	transition-duration: .35s;
	display: flex;
}

.blog-category:hover {
	background-color: #664b32;
	color: #f2ebdb;
}

.blog-overlay {
	background-image: linear-gradient(transparent 20%,rgba(21,27,25,.8));
	flex-direction: column;
	justify-content: space-between;
	padding: 25px;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.blog-btn-wrap {
	justify-content: center;
	align-items: center;
	display: flex;
}

.nimali-blog-link-wrapper {
	overflow: hidden;
}

.data-blog-2 {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 3em;
}

.nimali-blog-line {
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.our-blog-content-wrap-2 {
	width: 100%;
	overflow: hidden;
}

.nimali-blog-link {
	color: #fff;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 6px;
	font-family: Montserrat,sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
}

.data-blog-wrap-2 {
	height: 30px;
	align-items: flex-end;
	display: flex;
	overflow: hidden;
}

.blog-link-title-2 {
	color: #fff;
    text-align: left;
    letter-spacing: .08em;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'tilda', sans-serif;
    line-height: 1.3em;
    transition: all .35s;
}

.blog-link-title-2:hover {
	color: var(--silver);
	-webkit-text-stroke-color: var(--fern-nimali);
}

.collection-our-blog-list-wrap {
	width: 100%;
	height: 100%;
}

.blog-post-collection {
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	padding-left: 40px;
	padding-right: 40px;
	display: grid;
}

.collection-blog-item-2 {
	width: 100%;
	height: 100%;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.our-blog-container {
	height: 400px;
}

.blog-content-2 {
	grid-row-gap: 30px;
	flex-direction: column;
	align-items: flex-start;
	display: flex;
	transform: translateY(55px);
}

.preloader-wrapper-animation-2 {
	z-index: 40;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0;
	right: 0%;
}

.blog-hero-img {
	width: 100%;
	height: 100%;
	background-image: url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);
	background-position: 50% 20%;
	background-size: cover;
}

.vertical-flex-copy {
	width: 100%;
	text-align: center;
	background-image: url(https://assets-global.website-files.com/647f0039bb4628bf7e3462cd/64ccdb81bf092e5b99616020_Background.svg);
	background-position: 0 0;
	background-size: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}

.vertical-flex-copy.with-gap-6em {
	width: auto;
	grid-row-gap: 6em;
	background-image: url(https://assets-global.website-files.com/647f0039bb4628bf7e3462cd/64ccdb81bf092e5b99616020_Background.svg);
	background-position: 0 0;
	background-size: auto;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	padding-top: 150px;
	padding-bottom: 150px;
	display: none;
}

@media screen and (min-width:1280px) {
	.heading.h2 {
		color: #f1f0f1;
		margin-top: auto;
		margin-bottom: auto;
		font-size: 36px;
		line-height: 1.3;
	}

	.our-blog-container {
		height: 450px;
	}
}

@media screen and (min-width:1440px) {
	.container-blog {
		margin-top: auto;
		padding-top: 80px;
	}
	.container-blogs {
		margin-top: auto;
		padding-top: 80px;
	}

	.heading.h2 {
		text-align: right;
	}

	.vertical-flex-copy.with-gap-6em {
		padding-top: 150px;
	}
}

@media screen and (min-width:1920px) {
	.cover-image-head {
		object-fit: cover;
		border-radius: 0;
	}

	.image-animation-trigger {
		flex-wrap: nowrap;
		display: flex;
	}

	.animation-color-bg.is-brown {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		background-color: rgba(235,229,219,.4);
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		justify-content: center;
		align-items: center;
		justify-items: start;
		display: block;
		position: absolute;
	}

	.blog-featured-text-1:hover {
		color: #f1f0f1;
	}

	.blog-item:hover {
		background-color: var(--saddle-brown-nimali-2);
		border: 1px #000;
	}

	.blog-link:hover {
		background-color: var(--saddle-brown-nimali-2);
		border-style: none;
		border-width: 0;
	}

	.paragraph {
		padding-bottom: 100px;
		font-size: 17px;
	}

	.paragraph.small.light-bg.center {
		flex: 1;
	}

	.container-blog {
		padding-left: 0;
	}
	.container-blogs {
		padding-left: 0;
	}

	.blogs-home {
		padding-top: 0;
		padding-bottom: 0;
	}

	.flex-block {
		justify-content: flex-start;
	}

	.blog-container {
		width: 100%;
		max-width: 1200px;
		flex-direction: column;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		display: flex;
	}

	.vertical-flex-copy.with-gap-6em {
		justify-content: center;
		align-items: center;
		display: flex;
	}
}

@media screen and (max-width:991px) {
	.title-line {
		width: 5em;
	}

	.title-with-line-center {
		grid-column-gap: 2em;
	}

	.blog-category-text-1 {
		font-size: .8em;
	}

	.blog-categories {
		flex-wrap: nowrap;
		padding-top: .5em;
	}

	.blog-featured-text-1 {
		font-size: .8em;
	}

	.blog-list {
		grid-column-gap: 2em;
		grid-row-gap: 2em;
		grid-template-columns: 1fr 1fr;
	}

	.blog-link {
		padding: 2em;
	}

	.blog-name {
		font-size: 2em;
	}

	.blog-image {
		height: 16em;
	}

	.container-blog {
		padding-left: 40px;
		padding-right: 40px;
	}
	

	.container-blogs {
		padding-left: 40px;
		padding-right: 40px;
	}

	.flex-block {
		margin-left: 100px;
		margin-right: 100px;
	}

	.blog-overlay {
		background-image: linear-gradient(rgba(21,27,25,.5),transparent 50%,rgba(21,27,25,.5)),linear-gradient(transparent 20%,rgba(21,27,25,.8));
	}

	.collection-our-blog-list-wrap {
		height: auto;
	}

	.blog-post-collection {
		grid-template-columns: 1fr 1fr;
	}

	.our-blog-container {
		height: 400px;
	}

	.vertical-flex-copy {
		padding-top: 100px;
	}

	.vertical-flex-copy.with-gap-6em {
		grid-row-gap: 4em;
		justify-content: space-between;
		align-items: stretch;
		margin-top: auto;
		padding-top: 150px;
	}
}

@media screen and (max-width:767px) {
	p {
		font-size: 1.3em;
		line-height: 1.4em;
	}

	.animation-color-bg.is-brown {
		aspect-ratio: auto;
		object-fit: fill;
	}

	.blog-category-text-1,.blog-featured-text-1 {
		font-size: .9em;
	}

	.blog-list {
		grid-template-columns: 1fr;
	}

	.blog-link {
		padding: 4em;
	}

	.blog-name {
		font-size: 2.3em;
		line-height: 1.3em;
	}

	.paragraph.light-bg {
		margin-left: 100px;
		margin-right: 100px;
	}

	.paragraph.small.light-bg.center {
		font-size: 1.3em;
	}

	.container-blog {
		padding-left: 20px;
		padding-right: 20px;
	}

	.heading {
		font-size: 1.75rem;
	}

	.blog-overlay {
		background-image: linear-gradient(rgba(21,27,25,.25),rgba(21,27,25,.25)),linear-gradient(rgba(21,27,25,.5),transparent 50%,rgba(21,27,25,.5)),linear-gradient(transparent 20%,rgba(21,27,25,.8));
	}

	.our-blog-content-wrap-2 {
		width: 70%;
	}

	.blog-post-collection {
		grid-template-columns: 1fr;
	}

	.vertical-flex-copy.with-gap-6em {
		justify-content: space-between;
		align-items: stretch;
	}
}

@media screen and (max-width:479px) {
	.animation-color-bg.is-brown {
		justify-content: center;
		align-items: center;
		display: block;
		overflow: visible;
	}

	.title-line {
		width: 8vw;
		display: none;
	}

	.title-line.with-text {
		width: 6vw;
	}

	.title-with-line-center.latest-news.with-subtitle {
		/* padding-bottom: 91px; */
		margin-top: 38px;
	}

	.blog-title-block {
		grid-column-gap: 2em;
		grid-row-gap: 1em;
		flex-wrap: wrap-reverse;
		grid-template-rows: auto;
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: 1fr;
		display: grid;
	}

	.blog-categories {
		width: 100%;
		grid-column-gap: 2.25em;
		text-align: left;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding-top: 0;
	}

	.blog-list {
		width: auto;
		float: none;
		clear: none;
		grid-column-gap: 2em;
		grid-row-gap: 2em;
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		align-content: stretch;
		align-items: stretch;
		display: none;
		overflow: visible;
	}

	.blog-item {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		margin-left: auto;
		margin-right: auto;
		display: grid;
	}

	.blog-link {
		clear: none;
		grid-row-gap: 2em;
		text-align: left;
		flex-wrap: nowrap;
		flex: 0 auto;
		order: 0;
		justify-content: space-between;
		align-self: auto;
		align-items: center;
		padding: 2.5em;
		display: flex;
		position: static;
	}

	.blog-name {
		font-size: 1.9em;
		line-height: 1.4em;
	}

	.blog-image {
		height: 12em;
	}

	.paragraph {
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.paragraph.light-bg {
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		font-size: 1.4em;
	}

	.paragraph.small.light-bg.center {
		margin-bottom: auto;
		padding-left: 30px;
		padding-right: 30px;
	}

	.paragraph.center {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 40px;
		font-size: 1.4em;
	}

	.container-blog {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.blogs-home {
		margin-left: auto;
		margin-right: auto;
	}

	.heading.h2 {
		text-align: center;
		margin-top: auto;
	}

	.flex-block {
		justify-content: flex-start;
		align-items: flex-start;
		margin: 16px auto 96px;
		/* display: contents; */
	}

	.blog-container {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: 1fr;
		align-content: center;
		justify-content: center;
		align-items: center;
		justify-items: start;
		margin-top: auto;
		padding-left: 0;
		padding-right: 0;
		display: flex;
		position: relative;
		overflow: hidden;
		margin-bottom: 403px;
		z-index: 200;
	}

	@media (max-width: 575.98px) { 
     .highlighted-example-trip__price{
		margin-left: 0.625rem;
		font-size: 3rem;
	 }
	 .highlighted-example-trip__price-label{
		font-size: 1.9rem;
	 }
	 .highlighted-example-trip__price-value{
		font-size: 2.5rem;
	 }

	.highlighted-example-trips-summary{
		margin-left: 165px;
		margin-bottom: 99px;
		margin-top: 55px;
	}
   .text-14 {
	display: none !important;
   }

   .is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

	}

	.our-blog-content-wrap-2 {
		width: 100%;
	}

	.blog-post-collection {
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
	}

	.preloader-wrapper-animation-2 {
		justify-content: center;
		align-items: center;
		display: block;
	}

	.vertical-flex-copy {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		align-items: center;
		justify-items: stretch;
		margin-left: 20px;
		margin-right: 20px;
		display: block;
	}

	.vertical-flex-copy.with-gap-6em {
		grid-column-gap: 16px;
		grid-row-gap: 4em;
		flex-direction: row-reverse;
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		justify-items: stretch;
		margin-top: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 60px;
		padding-bottom: 60px;
		display: none;
	}
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

strong {
	font-weight: 700;
}

img {
	border: 0;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

h2 {
	margin-bottom: 10px;
	font-weight: 700;
}

h2 {
	margin-top: 20px;
	font-size: 32px;
	line-height: 36px;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

.w-layout-grid {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}


	h2 {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 4em;
		font-weight: 500;
		line-height: 1.1em;
		font-family: 'Wulkan Medium';
		margin-bottom: 30px;
		margin-top: 30px;
	}


p {
	margin-bottom: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	/* font-family: 'wulkan', serif !important; */

}



strong {
	font-weight: 600;
}

.cover-image-head {
	z-index: 1;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	flex: none;
	align-self: auto;
	margin-top: 10px;
	padding-right: 0;
	transition: all .8s cubic-bezier(.165,.84,.44,1);
	position: static;
}

.cover-image-head.is-parallax {
	height: 120%;
	object-fit: cover;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-right: 0;
	top: auto;
	bottom: auto;
}

.image-animation-trigger {
	/* z-index: 10; */
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-text-stroke-color: #fff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	overflow: hidden;
}

.animation-color-bg {
	z-index: 15;
	background-color: var(--rosy-brown-2);
	display: none;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.animation-color-bg.is-brown {
	background-color: rgba(235,229,219,.4);
	justify-content: center;
	align-items: center;
	display: block;
}

.parallax-animation {
	z-index: 1;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-direction: column;
	grid-template-rows: auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	justify-content: center;
	align-items: center;
	display: grid;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.while-scrolling-effect-5rem {
	z-index: 1;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.title-line {
	width: 5em;
	height: 1px;
	background-color: rgba(127,87,87,.25);
	flex: none;
	position: relative;
	overflow: hidden;
}

.content-grid-8 {
	width: 80vw;
	grid-column-gap: 3em;
	grid-row-gap: 3em;
	flex: 0 auto;
	order: 0;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	align-self: auto;
	align-items: center;
	padding-bottom: 0;
}

.grid-8-image {
	min-height: 50em;
	position: relative;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.vertical-flex {
	width: 100%;
	text-align: center;
	background-color: #cfcabe !important ;
	background-position: 0 0;
	background-size: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}

.vertical-flex.home-about {
	padding-top: 9px;
    padding-bottom: 50px;
	margin-top: -30px;
}

.content-about-tarangire {
	width: 100%;
	max-width: 28em;
	grid-column-gap: 16px;
	grid-row-gap: 2em;
	text-align: left;
	flex-direction: column;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr;
	grid-auto-columns: 1fr;
	grid-auto-flow: row;
	justify-content: center;
	align-items: flex-start;
	justify-items: stretch;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.title-with-1-line {
	width: 100%;
	max-width: none;
	grid-column-gap: 4em;
	color: #fff;
	text-align: right;
	object-fit: fill;
	background-color: transparent;
	flex-flow: row;
	align-content: flex-start;
	justify-content: flex-start;
	align-self: auto;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-right: 0;
	display: flex;
	overflow: visible;
}

.title-with-1-line.left {
	justify-content: flex-start;
}

.paragraph {
	color: #393733;
	text-align: center;
	-webkit-text-stroke-color: #393733;
	margin-right: auto;
	padding-bottom: 0;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 2em;
	font-family: 'tilda', sans-serif;
	display: block;
}

.paragraph.left {
	text-align: left;
	justify-content: center;
	align-items: center;
	display: block;
}

.button {
	border: 1px solid #2c2031;
    color: #664b32;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 0;
	flex-flow: column-reverse;
	justify-content: space-around;
	align-items: flex-end;
	margin-left: 0;
	padding: 14px 32px;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	font-family: 'tilda' , serif;
}

.button:hover {
	background-color: #2c2031;
	color: #fff;
}

.title-line-color-light-bg {
	background-color: #f1f0f1;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
}

.title-line-color-light-bg.is-right {
	background-color: #6b5139;
}

.heading {
	color: #fff;
	letter-spacing: -.025em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.2;
}

.heading.h2 {
	color: #664b32;
	text-align: center;
	letter-spacing: 0;
	order: 0;
	align-self: center;
	margin-top: auto;
	margin-bottom: auto;
	font-family: 'Wulkan italic', sans-serif;
	font-size: 3.3em;
	font-weight: 400;
	line-height: 1.4em;
}

.title-label {
	color: #664b32;
	text-align: left;
	letter-spacing: .3em;
	text-indent: .4em;
	text-transform: uppercase;
	justify-content: flex-start;
	align-self: flex-start;
	align-items: flex-start;
	margin-bottom: auto;
	font-size: .9vw;
	font-weight: 500;
	line-height: 1.6em;
	display: block;
}

.title-label.left {
	text-align: right;
}

@media screen and (min-width:1280px) {
	.title-with-1-line.left {
		justify-content: flex-start;
	}

	.heading.h2 {
		color: #664b32;
		margin-top: auto;
		margin-bottom: auto;
		font-size: 36px;
		line-height: 1.3;
	}

	.headings.h2 {
		color: #f0f0f0;
		margin-top: auto;
		margin-bottom: auto;
		font-size: 36px;
		line-height: 1.3;
	}
}

@media screen and (min-width:1440px) {
	.content-grid-8 {
		align-content: space-around;
		align-items: center;
		justify-items: stretch;
	}

	.title-with-1-line.left {
		justify-content: flex-start;
	}

	.heading.h2 {
		text-align: right;
	}
}

@media screen and (min-width:1920px) {
	.cover-image-head {
		object-fit: cover;
		border-radius: 0;
	}

	.cover-image-head.is-parallax {
		width: 100%;
		height: 120%;
		max-width: 100%;
		object-fit: cover;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		margin-top: 10px;
		display: block;
		overflow: visible;
	}

	.image-animation-trigger {
		flex-wrap: nowrap;
		display: flex;
	}

	.animation-color-bg.is-brown {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		background-color: rgba(235,229,219,.4);
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		justify-content: center;
		align-items: center;
		justify-items: start;
		display: block;
		position: absolute;
	}

	.parallax-animation {
		grid-template-columns: 1fr;
		grid-auto-flow: row;
	}

	.content-grid-8 {
		width: 80vw;
		clear: none;
		grid-column-gap: 3em;
		grid-row-gap: 3em;
		object-fit: fill;
		flex-wrap: nowrap;
		flex: 0 auto;
		order: 0;
		grid-template: "."/1fr 1fr;
		grid-auto-columns: 1fr;
		grid-auto-flow: row;
		align-content: stretch;
		justify-content: stretch;
		align-self: auto;
		align-items: stretch;
		justify-items: stretch;
		padding-bottom: 0;
		display: grid;
		overflow: visible;
	}

	.grid-8-image {
		width: auto;
		height: auto;
	}

	.content-about-tarangire {
		grid-template-columns: 3.5fr;
	}

	.paragraph {
		padding-bottom: 100px;
		font-size: 17px;
	}

	.paragraph.left {
		font-size: 1.3em;
	}
}

@media screen and (max-width:991px) {
	.parallax-animation {
		grid-auto-flow: row;
	}

	.title-line {
		width: 5em;
	}

	.content-grid-8 {
		grid-column-gap: 4em;
		grid-row-gap: 4em;
		grid-template-columns: 1fr 1fr;
		align-self: center;
	}

	.grid-8-image {
		min-height: 40em;
	}

	.vertical-flex {
		padding-top: 100px;
	}

	.title-with-1-line {
		grid-column-gap: 2em;
	}

	.title-label {
		font-size: 1.2vw;
	}
}

@media screen and (max-width:767px) {
	p {
		font-size: 1.3em;
		line-height: 1.4em;
	}

	.animation-color-bg.is-brown {
		aspect-ratio: auto;
		object-fit: fill;
	}

	.parallax-animation {
		order: 0;
	}

	.content-grid-8 {
		width: 100vw;
		flex: 0 auto;
		order: 0;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-flow: column;
		align-self: center;
		align-items: center;
		position: static;
	}

	.grid-8-image {
		min-height: 30em;
	}

	.vertical-flex.home-about {
		width: auto;
	}

	.content-about-tarangire {
		text-align: center;
	}

	.heading {
		font-size: 1.75rem;
	}

	.title-label {
		text-align: right;
		justify-content: center;
		align-items: center;
		font-size: 2vw;
		display: block;
	}
}

@media screen and (max-width:479px) {
	.cover-image-head.is-parallax {
		width: 100%;
		object-fit: cover;
		display: block;
	}

	.animation-color-bg.is-brown {
		justify-content: center;
		align-items: center;
		display: block;
		overflow: visible;
	}

	.parallax-animation {
		display: block;
	}

	.title-line {
		width: 8vw;
		display: none;
	}

	.content-grid-8 {
		width: 100%;
		grid-column-gap: 4em;
		grid-row-gap: 4em;
		aspect-ratio: auto;
		order: 0;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		grid-auto-flow: column;
		align-items: center;
		display: grid;
		overflow: hidden;
	}

	.grid-8-image {
		object-fit: fill;
		overflow: visible;
	}

	.vertical-flex {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		align-items: center;
		justify-items: stretch;
		margin-left: 20px;
		margin-right: 20px;
		display: block;
	}

	.vertical-flex.home-about {
		margin-left: 12px;
		margin-right: 12px;
		overflow: visible;
		margin-top: 100px;
		margin-bottom: -109px;
		display: contents;
	}

	.content-about-tarangire {
		width: auto;
		grid-column-gap: 16px;
		grid-row-gap: 2em;
		text-align: center;
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		grid-auto-flow: row;
		justify-content: center;
		align-items: center;
		justify-items: start;
		margin-left: auto;
		margin-right: auto;
		padding: 30px 0 0;
		display: block;
	}

	.title-with-1-line {
		width: 100%;
		text-align: left;
		justify-content: center;
		align-self: auto;
		align-items: center;
		margin-left: 0;
		margin-right: 0;
	}

	.title-with-1-line.left {
		justify-content: center;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.paragraph {
		text-align: center;
		margin-left: 30px;
		margin-right: 30px;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.paragraph.left {
		margin: auto auto 3em;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		font-size: 1.4em;
		display: block;
		text-align: justify;
		line-height: 3.8rem;
		margin-left: 31px;
		margin-right: 31px;
	}

	.button {
		margin-left: 115px;
		text-align: center;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		display: block;
		padding: 15px;
		width: 162px;
		left: 12px;
	}

	.title-line-color-light-bg.is-right {
		display: none;
	}

	.heading.h2 {
		text-align: center;
		margin-top: auto;
	}

	.title-label {
		width: auto;
		max-width: none;
		text-align: center;
		object-fit: fill;
		justify-content: center;
		align-items: center;
		margin-bottom: auto;
		font-size: 2.8vw;
		display: block;
	}

	.title-label.left {
		margin-bottom: auto;
		padding-top: 0;
		padding-bottom: 0;
	}
}

#w-node-_8cf98ef2-c74d-e182-f181-66fe67c1e5aa-29292ddf,#w-node-_8cf98ef2-c74d-e182-f181-66fe67c1e5b0-29292ddf {
	grid-area: span 1/span 1/span 1/span 1;
	margin-top: 66px;
}

#w-node-_8cf98ef2-c74d-e182-f181-66fe67c1e5b4-29292ddf {
	justify-self: auto;
}

#w-node-_8cf98ef2-c74d-e182-f181-66fe67c1e5bb-29292ddf {
	justify-self: start;
}

@media screen and (min-width:1920px) {
	#w-node-_8cf98ef2-c74d-e182-f181-66fe67c1e5af-29292ddf {
		grid-area: span 1/span 1/span 1/span 1;
		align-self: auto;
		justify-self: auto;
	}
}

@media screen and (max-width:479px) {
	#w-node-_8cf98ef2-c74d-e182-f181-66fe67c1e5b0-29292ddf {
		align-self: auto;
		justify-self: auto;
		margin-top: -43px;
	}

	#w-node-_8cf98ef2-c74d-e182-f181-66fe67c1e5b1-29292ddf {
		align-self: center;
		justify-self: center;
	}

	#w-node-_8cf98ef2-c74d-e182-f181-66fe67c1e5b9-29292ddf {
		grid-area: span 1/span 1/span 1/span 1;
		align-self: auto;
		justify-self: auto;
	}

	#w-node-_8cf98ef2-c74d-e182-f181-66fe67c1e5bb-29292ddf {
		justify-self: center;
	}
}

@media all {

	dfn {
		font-style: normal;
	}

	.page-component {
		padding: 94px 0 50px;
	}

	.mobi {
		display: none;
	}

	.common-wrap {
		max-width: 1316px;
		margin: 0 auto;
		clear: both;
		padding: 0 30px;
	}

	

	.tours-item {
		float: left;
		width: 100%;
		padding-bottom: 50px;
	}

	.block-align-left {
		text-align: left;
	}

	.tours-item:first-child {
		padding-top: 0;
	}

	.tours-item h2 {
		float: left;
		width: 100%;
		color: #957757;
		padding-bottom: 22px;
		font-family: tilda,sans-serif;
	}

	.tours-item p {
		float: left;
		width: 100%;
		font-family: futuraptlight,sans-serif;
		margin-bottom: 20px;
		font-size: 19px;
	}

	.tours-item h2,.tours-item h4 {
		padding-bottom: 20px;
	}

	.tours-item a {
		float: left;
		width: 100%;
		font-size: 22px;
		line-height: 24px;
		font-family: tilda;
		color: #4a4a4a;
		transition: .3s ease-in-out;
	}

	.tours-item a {
		text-decoration: underline;
	}

	.tours-item a:hover {
		text-decoration: none;
	}

	.tours-accordion-wrap {
		float: left;
		width: 100%;
	}

	.tours-accordion-wrap .common-wrap {
		max-width: 827px;
	}

	.tours-accordion-item {
		float: left;
		width: 100%;
		border-bottom: 1px dashed #d9d9d9;
		padding: 37px 0;
	}

	.tours-accordion-trigger {
		float: left;
		width: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		padding-right: 40px;
		position: relative;
		cursor: pointer;
	}

	.tours-accordion-trigger:after {
		content: "";
		position: absolute;
		top: 20px;
		left: auto;
		right: 11px;
		width: 34px;
		height: 34px;
		background-image: url(../img/plus-icon.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		z-index: 92;
		cursor: pointer;
		transition: .3s ease-in-out;
	}

	.accordion-trigger-thumb {
		float: left;
		width: 11.7%;
	}

	.accordion-trigger-thumb img {
		width: 100%;
		border-radius: 13px;
	}

	.tours-accordion-title {
		float: left;
		width: 88.3%;
		/* padding-left: 177px; */
		padding-left: 177px;
		margin-top: -94px;
	}

	.tours-accordion-title h4 {
		width: auto;
		font-family: futuraptheavy;
		margin-top: 17px;
	}

	.tours-accordion-title p {
		margin-top: 7px;
	}

	.tours-accordion-title dfn {
		float: none;
		width: auto;
	}

	.tours-accordion-title p {
		float: none;
		width: 100%;
		font-size: 18px;
		line-height: 22px;
		color: #957757;
		font-family: futuraptbook;
	}

	.tours-accordion-title p dfn {
		color: #4a4a4a;
		margin-right: 10px;
	}

	.tours-accordion-content {
		float: left;
		width: 100%;
		margin-top: 32px;
		display: none;
	}

	.tours-accordion-content p {
		width: 100%;
		margin-top: 0;
		font-size: 18px;
		line-height: 24px;
	}

	.african-wildlife-wrap {
		float: left;
		width: 100%;
		padding: 107px 0 15px;
		margin-top: 0;
	}

	.african-wildlife-wrap .common-wrap {
		max-width: 1102px;
	}

	.safari-experience .tours-item h2 {
		padding-bottom: 18px;
	}

	.safari-experience .tours-item h2,.safari-experience .tours-item h4 {
		padding-bottom: 18px;
	}

	.safari-experience .tours-item p {
		float: none;
		margin: 0 auto;
	}
@media only screen and (min-width:320px) and (max-width:480px) {
		.mobi{display: block;
	}

	h2 {
		font-size: 30px;
		line-height: 35px;
	}

	h4 {
		font-size: 20px;
		line-height: 24px;
	}

	.tours-item {
		padding: 50px 0;
	}

	.tours-item h2 {
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 22px;
	}

	.tours-item p {
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 15px;
	}

	.tours-item a {
		text-decoration: none;
	}

	.tours-accordion-title dfn {
		display: none;
	}

	.tours-accordion-title p {
		display: none;
	}

	.accordion-trigger-thumb {
		float: left;
		width: 15.9999999%;
	}

	.tours-accordion-title {
		width: 84.0000001%;
		padding-left: 18px;
	}

	.tours-accordion-trigger:after {
		width: 12px;
		height: 13px;
		background-image: url(../img/expand-mobi.svg);
		background-size: contain;
		top: 17px;
		right: 6px;
	}

	.tours-accordion-title.mobi {
		padding: 0;
		width: 100%;
	}

	.tours-accordion-title.mobi p {
		display: inline-block;
		margin-top: 6px;
	}

	.tours-accordion-title.mobi p dfn {
		display: block;
		margin-left: 12px;
		font-family: 'tilda';
		margin-right: 133px;
		font-size: 2rem;
		margin-top: 23px;
	}
	.package {
		font-family: 'wulkan italic', serif !important;
		font-size: 4rem !important;
		color: #664b32 !important;
		text-transform: capitalize !important;
	}
	}

	.tours-accordion-title h4 {
		font-size: 18px;
		line-height: 20px;
		margin-top: 14px;
	}

	.tours-accordion-content {
		margin-top: 16px;
	}

	.tours-accordion-content p {
		margin-top: 10px;
	}

	.tours-accordion-item {
		padding: 31px 0;
	}

	.african-wildlife-wrap {
		padding: 60px 0;
		margin-top: 0;
	}

	.african-wildlife-wrap .common-wrap {
		padding: 0;
	}

	.safari-experience .tours-item h2 {
		text-align: left;
		padding-bottom: 14px;
	}

	.safari-experience .tours-item p {
		text-align: left;
	}

	.accordion-trigger-thumb img {
		border-radius: 11px;
	}
}

@media only screen and (min-width:320px) and (max-width:374px) {
	.common-wrap {
		padding: 0 15px;
	}
}

@media only screen and (min-width:481px) and (max-width:768px) {
	h4 {
		font-size: 20px;
	}

	.tours-item p {
		width: 100%;
	}

	.tours-item {
		padding: 50px 0;
	}

	.tours-accordion-title h4 {
		margin-top: 0;
	}

	.tours-accordion-item {
		padding: 20px 0;
	}

	.tours-item a {
		text-decoration: none;
	}

	.tours-accordion-title {
		width: calc(100% - 60px);
		padding-left: 10px;
	}

	.accordion-trigger-thumb {
		width: 60px;
	}

	.african-wildlife-wrap {
		padding: 60px 0;
	}

	.african-wildlife-wrap .common-wrap {
		padding: 0;
	}

	.tours-accordion-title h4 {
		margin-top: 0;
	}

	.accordion-trigger-thumb img {
		border-radius: 11px;
	}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	.tours-accordion-title h4 {
		margin-top: 0;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tours-accordion-title h4 {
		margin-top: 0;
	}
}


@media all {
	#when-to-go .tours-item a {
		float: none;
		width: auto;
		font-family: futuraptlight,sans-serif;
	}

	body.page-template-what-to-do-single-page #when-to-go.african-wildlife-wrap {
		padding-top: 0;
	}

	.safari-experience .tours-item p a {
		font-size: 19px;
		color: #4a4a4a;
		font-weight: 700;
	}
@media only screen and (min-width:320px) and (max-width:480px) {
		#when-to-go .tours-item a{font-size: 16px;
		line-height: 22px;
		color: #4a4a4a;
		font-weight: 700;
		text-decoration: underline;
	}

	.african-wildlife-wrap {
		margin-top: 0;
		padding-top: 35px;
	}

	#when-to-go.african-wildlife-wrap .common-wrap {
		padding: 0 15px;
	}

	.safari-experience .tours-item p,.safari-experience .tours-item p a {
		font-size: 16px;
	}

	#when-to-go .tours-item a,.safari-experience .tours-item p a {
		color: #4a4a4a;
		font-weight: 700;
	}
}

@media only screen and (min-width:481px) and (max-width:768px) {
	#when-to-go .tours-item a {
		font-size: 16px;
		line-height: 22px;
		color: #4a4a4a;
		font-weight: 700;
		text-decoration: underline;
	}

	#when-to-go.african-wildlife-wrap .common-wrap {
		padding: 0 15px;
	}

	.safari-experience .tours-item p,.safari-experience .tours-item p a {
		font-size: 16px;
	}

	#when-to-go .tours-item a,.safari-experience .tours-item p a {
		color: #4a4a4a;
		font-weight: 700;
	}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	.african-wildlife-wrap {
		padding-top: 60px;
	}
}
}

.component-2022-destinations {
    margin-bottom: 87px;
    margin-top: 285px;
}


/* package botswana */

/* package */
body {
    overflow-x: hidden !important; /* optional, to hide horizontal scrollbar */
    overflow-y: auto !important; /* enable vertical scrolling */
}




@media all {
	

	strong {
		font-family: futuraptbook,sans-serif;
	}

	.clear:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}


	

	dfn {
		font-style: normal;
	}

	button:focus {
		outline: 0;
	}

	.border-top {
		border-top: 1px solid #d9d9d9;
		padding-top: 70px;
		margin-top: 25px;
	}

	.btn {
		font-size: 18px;
		line-height: 22px;
		font-family: tilda,sans-serif;
		padding: 16px 26px 16px;
		border-radius: 15px;
		border: solid 1px #957757;
		transition: all .4s ease-in-out;
		text-align: center;
		text-transform: uppercase;
	}

	.page-component {
		padding: 94px 0 50px;
	}

	.mobi {
		display: none;
	}

	.desk {
		display: block;
	}

	.common-wrap {
		max-width: 1316px;
		margin: 0 auto;
		clear: both;
		padding: 0 30px;
        font-size: 3.9rem;
	}

	/* section {
		float: left;
		width: 100%;
		position: relative;
	} */

	.lazyload-image-parent {
		position: relative;
		height: 0;
		display: block;
		width: 100%;
	}

	.lazyload-image-parent img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
	}

	.tours-overall-wrap {
		float: left;
		width: 100%;
		padding-top: 36px;
		z-index: 1;
        background-color: #fff;
	}

	.sidebar-wrap {
		float: left;
		width: 25.4777070064%;
		padding-right: 20px;
		position: sticky;
		position: -webkit-sticky;
		top: 110px;
		padding-top: 16px;
		z-index: 10;
        padding-bottom: 52px;
	}

	.sidebar-wrap ul {
		float: left;
		width: 100%;
		background: #f6f4f2;
        padding: 63px;
	}

	.sidebar-wrap li {
		float: left;
		width: 100%;
		margin-top: 13px;
	}

	.sidebar-wrap li:first-child {
		margin-top: 0;
	}

	.sidebar-wrap a {
		float: left;
		width: 100%;
		font-size: 18px;
		line-height: 22px;
		color: #363636;
		margin-top: 12px;
		font-family: tilda;
	}

	.tours-item-wrap {
		float: left;
		width: 74.5222929936%;
	}

	.tours-item {
		float: left;
		width: 100%;
		padding-bottom: 50px;
	}

	.block-align-left,.tours-item.block-align-left {
		text-align: left;
	}

	.tours-item:first-child {
		padding-top: 0;
		margin-top: 18px;
	}

	.tours-item h2 {
		float: left;
		width: 100%;
		color: #957757;
		padding-bottom: 22px;
		font-family: tilda,sans-serif;
	}

	.tours-item p {
		float: left;
		width: 100%;
		font-family: futuraptlight,sans-serif;
		margin-bottom: 20px;
	}

	.tours-item h2,.tours-item h3,.tours-item h4,.tours-item h6 {
		padding-bottom: 20px;
	}

	.tours-item h6 {
		font-size: 18px;
		line-height: 30px;
		color: rgb(54, 54, 54);
		font-family: tilda, sans-serif;
	}

	.impressive-item-wrap {
		float: left;
		width: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
	}

	.impressive-item {
		float: left;
		width: 45.6%;
		margin-top: 44px;
	}

	.impressive-item:nth-child(-n+2) {
		margin-top: 0;
	}

	.tours-item h3,.tours-item span {
		float: left;
		width: 100%;
		font-family: futuraptbook;
	}

	.tours-item span {
		font-size: 18px;
		line-height: 22px;
		color: #363636;
	}

	.impressive-item .impressive-title-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	}

	.impressive-icon {
		max-width: 45px;
		width: 100%;
		margin-right: 20px;
	}

	.impressive-icon img {
		width: 100%;
	}

	.impressive-item h3,.impressive-item h4 {
		position: relative;
		padding-bottom: 0;
		padding-top: 15px;
	}

	.impressive-item p {
		font-size: 18px;
		font-family: futuraptbook,sans-serif;
		line-height: 1.22;
	}

	.high-lights-item-wrap {
		float: left;
		width: 100%;
		margin-top: 36px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	}

	.high-lights-item {
		float: left;
		width: 31.4102564103%;
		margin-right: 2.8846153846%;
		margin-top: 40px;
	}

	.high-lights-item:nth-child(3n+3) {
		margin-right: 0;
	}

	.high-lights-item:nth-child(-n+3) {
		margin-top: 0;
	}

	.high-lights-item-thumb,.high-lights-item-thumb-wrap {
		float: left;
		width: 100%;
	}

	.high-lights-item-thumb img,.high-lights-item-thumb-wrap img {
		width: 100%;
	}

	.high-lights-item-title {
		float: left;
		width: 100%;
		margin-top: 27px;
		padding-bottom: 7px;
	}

	.high-lights-item-title h4,.tours-item .accommodation-title,.tours-item a {
		float: left;
		width: 100%;
		font-size: 22px;
		line-height: 24px;
		font-family: tilda;
		color: #4a4a4a;
		transition: .3s ease-in-out;
	}

	.tours-item a {
		text-decoration: underline;
	}

	.tours-item a:hover {
		text-decoration: none;
	}

	.high-lights-item p {
		width: 100%;
		font-size: 18px;
		line-height: 24px;
	}

	.high-lights h2 {
		padding-bottom: 13px;
	}

	.impressive-item h4 {
		float: left;
		width: 100%;
		min-height: 39px;
		position: relative;
		color: #957757;
		font-family: tilda;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}

	.should-go .impressive-item {
		margin-top: 38px;
	}

	.accommodation-item-wrap {
		float: left;
		width: 100%;
		max-width: 833px;
		margin-top: 36px;
	}

	.accommodation-item {
		float: left;
		width: 48.4993997599%;
		margin-left: 3.0012004802%;
		margin-top: 51px;
	}

	.accommodation-item:nth-child(2n+1) {
		margin-left: 0;
		clear: both;
	}

	.accommodation-item:nth-child(-n+2) {
		margin-top: 0;
	}

	.accommodation-thumb-wrap {
		float: left;
		width: 100%;
		position: relative;
	}

	.accommodation-item h6 {
		float: left;
		width: 100%;
		color: #957757;
		padding-left: 19px;
		margin-top: 2px;
		padding-bottom: 9px;
		position: relative;
		font-family: futuraptbook;
	}

	.accommodation-item h6:before {
		content: "";
		position: absolute;
		top: 2px;
		left: 0;
		width: 11px;
		height: 15px;
		background-image: url(../img/location-icon.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.accommodation-item span {
		float: left;
		font-size: 18px;
		line-height: 22px;
		margin-top: 5px;
	}

	.accommodation-item-desc {
		float: left;
		width: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		padding: 16px 0;
	}

	.accommodation-item-title-wrap {
		float: left;
		width: calc(100% - 65px);
	}

	.accommodation-item-time {
		float: left;
		width: 65px;
		border: solid 1px #957757;
		padding: 8px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}

	.accommodation-item-time span {
		font-size: 17px;
		line-height: 30px;
		font-family: tilda;
		color: #957757;
		text-align: center;
	}

	.accommodation-item-time dfn {
		width: 100%;
		display: inline-block;
		font-size: 26px;
	}

	.accommodation-item-time.mobi {
		display: none;
	}

	.accommodation-thumb figure {
		max-height: 317px;
		overflow: hidden;
	}

	.tours-map-wrap {
		float: left;
		width: 100%;
        margin-top: -184px;
        padding-top: 180px;
	}

	.tours-map-wrap .common-wrap {
		max-width: 1102px;
	}

	.text-container {
		margin-top: 19px;
		width: 100%;
		float: left;
	}

	.text-wrapper {
		float: left;
		width: 100%;
		height: 100%;
		transition: all .3s cubic-bezier(.79,.01,.22,.99);
		-webkit-transition: all .3s cubic-bezier(.79,.01,.22,.99);
		-moz-transition: all .3s cubic-bezier(.79,.01,.22,.99);
		position: relative;
	}

	.text-container p {
		padding-bottom: 18px;
        
	}

	.tours-map {
		float: left;
		width: 100%;
		position: relative;
	}

	.tours-map img {
		width: 100%;
	}

	.map-trigger-wrap {
		float: left;
		width: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
	}

	.map-trigger-item {
		float: left;
		width: 50%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: flex-start;
		padding: 26px 28px 28px 30px;
		background-color: #f1efec;
	}

	.map-trigger-item:nth-child(2) {
		background-color: #ece8e3;
		justify-content: flex-end;
	}

	.map-trigger-item h3 {
		color: #4a4a4a;
		padding-bottom: 0;
		font-family: futuraptbook;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		width: 100%;
	}

	.map-trigger-item h3 span {
		width: auto;
	}

	.map-trigger-item h3 span.title {
		font-size: 18px;
		line-height: 40px;
		font-family: tilda,sans-serif;
		color: #363636;
		padding-right: 6%;
	}

	.map-trigger-item h3 span.text {
		font-size: 32px;
		line-height: 36px;
		font-family: tilda !important;
	}

	.map-trigger-item:nth-child(2) span.title {
		padding-right: 0;
		padding-left: 4%;
		order: 2;
	}

	.map-trigger-item:nth-child(2) span.text {
		order: 1;
	}

	.map-trigger-item:nth-child(2) h3 {
		justify-content: flex-end;
	}

	.tours-accordion-wrap {
		float: left;
		width: 100%;
	}

	.tours-accordion-wrap .common-wrap {
		max-width: 827px;
	}

	.tours-accordion-item {
		float: left;
		width: 100%;
		border-bottom: 1px dashed #d9d9d9;
		padding: 37px 0;
	}

	.tours-accordion-trigger {
		float: left;
		width: 100%;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		padding-right: 40px;
		position: relative;
		cursor: pointer;
	}

	.tours-accordion-trigger:after {
		content: "";
		position: absolute;
		top: 20px;
		left: auto;
		right: 11px;
		width: 34px;
		height: 34px;
		background-image: url(../img/plus-icon.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		z-index: 92;
		cursor: pointer;
		transition: .3s ease-in-out;
	}

	.tours-accordion-item.active .tours-accordion-trigger:after {
		background-image: url(../img/minimise.svg);
	}

	.accordion-trigger-thumb {
		float: left;
		width: 12.7%;
	}

	.accordion-trigger-thumb img {
	width: 238px;
    max-width: 153px;
    height: 127px;
    border-radius: -1px;
	}

	/* .tours-accordion-title {
		float: left;
		width: 88.3%;
		padding-left: 36px;
	} */

	.tours-accordion-title h4 {
		width: auto;
		font-family: futuraptheavy;
		margin-top: -3px;
        margin-left: 41px;
	}

	.tours-accordion-title p {
		margin-top: 7px;
		margin-left: 42px;
	}

	.tours-accordion-title dfn {
		float: none;
		width: auto;
	}

	.tours-accordion-content span,.tours-accordion-title p {
		float: none;
		width: 100%;
		font-size: 18px;
		line-height: 22px;
		color: #957757;
		font-family: tilda !important;
	}

	.tours-accordion-content {
		float: left;
		width: 100%;
		margin-top: 32px;
		display: none;
	}

	.tours-accordion-content p {
		width: 100%;
		margin-top: 0;
		font-size: 18px;
		line-height: 24px;
	}

	.tours-accordion-content span {
		float: left;
		width: 100%;
		font-family: tilda;
		position: relative;
		padding-left: 35px;
		margin-top: 15px;
	}

	.tours-accordion-content span:before {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		z-index: 1;
		width: 25px;
		height: 25px;
		background-image: url(../img/tick.svg);
	}

	.tours-feature-wrap {
		float: left;
		width: 100%;
	}

	.feature-item {
		float: left;
		width: 45.5%;
		padding-left: 0;
	}

	.feature-item h4 {
		float: left;
		width: 100%;
		font-family: futuraptheavy,sans-serif;
	}

	.feature-item ul {
		float: left;
		width: 100%;
		margin-top: 30px;
	}

	.feature-item li {
		float: left;
		width: 100%;
		padding-left: 38px;
		position: relative;
		margin-top: 11px;
        font-size: 2.5rem;
	}

	.feature-item li:first-child {
		margin-top: 0;
	}

	.feature-item li:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 25px;
		height: 25px;
		background-image: url(../img/tick.svg);
	}

	.feature-item.excluded li:before {
		background-image: url(../img/cross.svg);
	}

	.accommodation-thumb img {
		width: 100%;
	}

	.when-go-info-content {
		float: left;
		width: 100%;
	}

	.african-wildlife-wrap {
		float: left;
		width: 100%;
		padding: 107px 0 -8px;
		margin-top: -109px;
	}

	.african-wildlife-wrap .common-wrap {
		max-width: 1102px;
	}

	.pakage-info {
		float: left;
		width: 100%;
		margin-top: 40px;
	}

	.pakage-inner {
		float: left;
		width: 149px;
	}

	.camping-tours-wrap {
		float: left;
		width: 100%;
		padding-top: 80px;
		padding-bottom: 95px;
	}

	.camping-tours-wrap .common-wrap {
		max-width: 1330px;
	}

	.camping-tours-inner {
		float: left;
		width: 100%;
	}

	.camping-tours-inner h2 {
		padding-bottom: 18px;
		text-align: center;
		color: #957757;
		font-family: tilda,sans-serif;
	}

	.camping-tours-inner-item {
		float: left;
		width: 100%;
		margin-top: 46px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: stretch;
		align-items: flex-start;
	}

	.camping-item {
		float: left;
		width: 29.44883%;
		margin: 0 1.93% 42px;
		box-shadow: 0 0 8px 0 rgba(0,0,0,.07);
		border-radius: 4px;
	}

	.camping-thumb {
		float: left;
		width: 100%;
		position: relative;
	}

	.camping-thumb img {
		width: 100%;
	}

	.banner-headding {
		position: absolute;
		top: 0;
		background-color: #fff;
		color: #957757;
		font-size: 12px;
		line-height: 22px;
		padding: 4px 15px;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		left: 50%;
		transform: translate(-50%,0);
		font-family: futuraptdemi,sans-serif;
		text-align: center;
		max-width: 90%;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.camping-content-info {
		float: left;
		width: 100%;
		margin-top: 0;
		background-color: #fff;
		padding: 24px 30px 28px 29px;
	}

	.camping-content-info a {
		width: 100%;
	}

	.camping-content-info span {
		font-size: 16px;
		line-height: 22px;
		color: #957757;
		font-family: futuraptbook,sans-serif;
	}

	.camping-content-info h3 {
		font-size: 28px;
		line-height: 30px;
		font-family: futuraptdemi,sans-serif;
		color: #957757;
		max-width: 315px;
	}

	.camping-content-info p {
		font-size: 14px;
		line-height: 18px;
		font-family: futuraptbook,sans-serif;
		color: #957757;
		margin-top: 24px;
		padding-bottom: 18px;
		border-bottom: 1px solid #957757;
	}

	.camping-content-info dfn {
		font-family: futuraptdemi,sans-serif;
	}

	.camping-content-info .pakage-inner {
		width: 100%;
	}

	.camping-content-info .pakage-inner span {
		float: left;
		font-size: 16px;
		line-height: 22px;
		color: #957757;
		font-family: futuraptbook,sans-serif;
	}

	.camping-content-info .pakage-inner p {
		float: right;
		font-size: 16px;
		line-height: 19px;
		color: #957757;
		font-family: futuraptbook,sans-serif;
		margin: 0;
		padding: 0;
		border: 0;
	}

	.camping-content-info .pakage-inner dfn {
		font-family: futuraptdemi,sans-serif;
	}

	.camping-content-info .pakage-info {
		margin-top: 10px;
	}
@media only screen and (min-width:320px) and (max-width:480px) {
		.mobi{display: block;
	}

	.desk {
		display: none;
	}

	h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.map-trigger-item h3 span.text,h3 {
		font-size: 26px;
		line-height: 30px;
	}

	h4 {
		font-size: 20px;
		line-height: 24px;
	}

	.sidebar-wrap {
		display: none;
	}

	.tours-overall-wrap {
		padding-top: 40px;
	}

	.tours-item-wrap {
		width: 100%;
	}

	.tours-item {
		padding: 50px 0;
	}

	.border-top {
		padding-top: 50px;
	}

	.tours-item h2 {
		font-size: 26px;
		line-height: 4.8rem;
		padding-bottom: 22px;
	}

	.tours-item h6 {
		font-size: 16px;
		line-height: 2.7rem;
		padding-bottom: 39px;
		margin-left: -22px;
		margin-right: -22px;
		display: grid;
	}

	.tours-item p {
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 15px;
	}

	.tours-item span {
		font-size: 16px;
		text-align: center;
	}

	.tours-item a {
		text-decoration: none;
	}

	.high-lights-item-title h4,.tours-item .accommodation-title {
		font-size: 20px;
		line-height: 24px;
		text-decoration: none;
		margin-top: -54px;
	}

	.data-blog-wrap-2 {
		height: 59px !important;
		align-items: flex-end;
		display: flex;
		overflow: hidden;
		/* margin-top: -26px; */
	}

	.text-container {
		width: 100%;
		margin-top: 0;
	}

	.text-container p {
		margin-top: 0;
	}

	.impressive-item {
		width: 100%;
	}

	.impressive-item h3 {
		padding-top: 0;
	}

	.impressive-item {
		margin-top: 49px;
	}

	.impressive-item:nth-child(-n+2) {
		margin-top: 49px;
	}

	.impressive-item:first-child {
		margin-top: 0;
	}

	.impressive-item span {
		text-align: left!important;
	}

	.high-lights h2 {
		padding-bottom: 15px;
	}

	.accomondation h2 {
		padding-bottom: 18px;
	}

	.high-lights-item {
		width: 100%;
		margin-right: 0;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		margin-top: 24px;
	}

	.high-lights-item:nth-child(-n+3) {
		margin-top: 32px;
	}

	.high-lights-item:first-child {
		margin-top: 0;
	}

	.high-lights-item-thumb-wrap {
		display: none;
	}

	.high-lights-item-thumb-wrap img {
		width: 100%;
		height: 250px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.high-lights-item .highlight-link {
		font-size: 16px!important;
		margin-top: 15px;
		background: #957757;
		color: #fff;
		padding: 10px 26px;
	}

	.high-lights-item-thumb-wrap {
		order: 2;
	}

	.high-lights-item-title {
		order: 1;
		padding-bottom: 0;
		margin-top: 0;
	}

	.high-lights-item-title .highlight-title-link {
		position: relative;
		padding-right: 30px;
	}

	.high-lights-item-title .highlight-title-link:after {
		content: "";
		position: absolute;
		top: 5px;
		left: auto;
		right: 2px;
		width: 12px;
		height: 13px;
		background-image: url(../img/expand-mobi.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		z-index: 92;
		cursor: pointer;
		transition: .3s ease-in-out;
	}

	.active .highlight-title-link:after,.active a:after {
		background-image: url(../img/minimise.svg);
	}

	.high-lights-item-wrap {
		margin-top: 44px;
	}

	.should-go .impressive-item {
		margin-top: 20px;
	}

	.should-go .impressive-item:nth-child(2) {
		order: 5;
	}

	.should-go .impressive-item:nth-child(4) {
		order: 6;
	}

	.should-go .impressive-item:nth-child(-n+2) {
		margin-top: 21px;
	}

	.should-go .impressive-item:first-child {
		margin-top: 0;
	}

	.impressive-item h4 {
		color: #363636;
	}

	.accommodation-item {
		width: 100%;
		margin-left: 0;
		margin-top: 22px;
	}

	.accommodation-item:nth-child(-n+2) {
		margin-top: 24px;
	}

	.accommodation-item:first-child {
		margin-top: 0;
	}

	.accommodation-item span {
		text-align: left;
	}

	.accommodation-item-time.mobi {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		position: absolute;
		top: auto;
		left: auto;
		bottom: 0;
		right: 0;
		background-color: #957757;
		color: #fff;
	}

	.accommodation-item-time span {
		color: #fff;
		text-align: center;
	}

	.tours-accordion-content span {
		text-align: left;
		padding-left: 30px;
		margin-top: 9px;
	}

	.tours-accordion-content span:before {
		width: 20px;
		height: 20px;
		background-size: contain;
	}

	.tours-map-wrap {
        float: left;
        width: 100%;
        margin-top: -89px !important;
    }
	.map-trigger-wrap {
		padding-top: 9px;
	}

	.map-trigger-item {
		width: 100%;
		padding: 9px 0 9px 0;
		background-color: #f6f4f2!important;
	}

	.map-trigger-item:nth-child(2) h3 {
		justify-content: flex-start;
	}

	.accommodation-item-wrap {
		margin-top: 38px;
	}

	.map-trigger-item span.text,.map-trigger-item span.title {
		text-align: left;
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}

	.map-trigger-item h3 span.title {
		font-size: 16px;
		line-height: 23px;
	}

	.map-trigger-item span.text {
		font-size: 26px;
		line-height: 30px;
	}

	.map-trigger-item:nth-child(2) span.title {
		order: 1;
		padding-left: 0;
	}

	.map-trigger-item:nth-child(2) span.text {
		order: 2;
		padding-left: 0;
	}

	.tours-accordion-title dfn {
		display: none;
	}

	.tours-accordion-title p {
		display: none;
	}

	.accordion-trigger-thumb {
		float: left;
		width: 15.9999999%;
	}

	.tours-accordion-title {
		width: 84.0000001%;
		padding-left: 18px;
		margin-top: -79px;
		margin-left: 115px;
	}

	.tours-accordion-trigger:after {
		width: 12px;
		height: 13px;
		background-image: url(../img/expand-mobi.svg);
		background-size: contain;
		top: 46px;
		right: 6px;
	}
	}

	.tours-accordion-item.active .tours-accordion-trigger:after {
		background-image: url(../img/minimise.svg);
		/* max-height: 5px !important; */
	}

	.tours-accordion-title.mobi {
		padding: 0;
		width: 100%;
	}

	.tours-accordion-title.mobi p {
		display: inline-block;
		margin-top: 6px;
	}

	.tours-accordion-title h4 {
		font-size: 3rem !important;
		line-height: 20px;
		margin-top: 151 !important;
	}

	.tours-accordion-content {
		margin-top: 16px;
	}

	.tours-accordion-content p {
		margin-top: 10px;
	}

	.tours-accordion-item {
		padding: 31px 0;
	}

	.feature-item {
		/* width: 100%; */
	}

	.feature-item h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.feature-item li {
		font-size: 16px;
		line-height: 22px;
		padding-left: 26px;
		margin-top: 13px;
	}

	.feature-item li:before {
		width: 20px;
		height: 20px;
		background-size: contain;
		top: 2px;
		left: -5px;
	}

	.feature-item.excluded {
    margin-top: -5px;
    padding-left: 114px;
}

	.african-wildlife-wrap {
		padding: 60px 0;
		margin-top: 0;
	}

	.african-wildlife-wrap .common-wrap {
		padding: 0;
	}

	.pakage-inner {
		width: 100%;
	}

	.pakage-info {
		margin-top: 34px;
	}

	.accordion-trigger-thumb img {
		border-radius: 11px;
	}

	.camping-tours-inner h2 {
		text-align: left;
		font-size: 26px;
		line-height: 30px;
	}

	.camping-item {
		width: 100%;
		margin: 0 0 38px;
	}

	.camping-thumb img {
		width: 100%;
	}

	.camping-tours-inner-item {
		margin-top: 40px;
	}

	.banner-headding {
		width: 190px;
	}

	.camping-content-info h3 {
		font-size: 24px;
		line-height: 26px;
		margin-top: 6px;
		padding-bottom: 23px;
		border-bottom: 1px solid #957757;
	}

	.camping-content-info {
		padding: 17px 30px 22px 33px;
	}

	.camping-content-info p {
		display: none;
	}

	.camping-content-info .pakage-inner p {
		display: block;
	}
}

@media only screen and (min-width:320px) and (max-width:374px) {
	.common-wrap {
		padding: 0 15px;
	}
}

@media only screen and (min-width:481px) and (max-width:768px) {
	h4 {
		font-size: 20px;
	}

	.text-container,.tours-item p {
		width: 100%;
	}

	.tours-item {
		padding: 50px 0;
	}

	.tours-accordion-title h4 {
		margin-top: 0;
	}

	.tours-accordion-item {
		padding: 20px 0;
	}

	.tours-feature-wrap {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.tours-item a {
		text-decoration: none;
	}

	.high-lights-item-title h4,.tours-item .accommodation-title {
		font-size: 18px;
	}

	.tours-accordion-title {
		width: calc(100% - 60px);
		padding-left: 10px;
	}

	.accordion-trigger-thumb {
		width: 60px;
	}

	.impressive-item-wrap {
		justify-content: space-between;
	}

	.impressive-item {
		width: 48%;
		margin-top: 40px;
	}

	.impressive-item {
		width: 100%;
	}

	.impressive-item h3 {
		font-size: 28px;
		padding-top: 0;
	}

	.impressive-item {
		margin-top: 49px;
	}

	.impressive-item:first-child {
		margin-top: 0;
	}

	.impressive-item span {
		text-align: left!important;
	}

	.high-lights-item {
		width: 100%;
		margin-right: 0;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-flow: row wrap;
		margin-top: 24px;
	}

	.high-lights-item:nth-child(-n+3) {
		margin-top: 32px;
	}

	.high-lights-item:first-child {
		margin-top: 0;
	}

	.high-lights-item-thumb-wrap {
		display: none;
	}

	.high-lights-item-thumb-wrap img {
		width: 100%;
		height: 250px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.high-lights-item .highlight-link {
		font-size: 16px!important;
		margin-top: 15px;
		background: #957757;
		color: #fff;
		padding: 10px 26px;
		display: block;
	}

	.high-lights-item-thumb-wrap {
		order: 2;
	}

	.high-lights-item-title {
		order: 1;
		padding-bottom: 0;
		margin-top: 0;
	}

	.high-lights-item-title .highlight-title-link {
		position: relative;
		padding-right: 30px;
	}

	.high-lights-item-title .highlight-title-link:after {
		content: "";
		position: absolute;
		top: 5px;
		left: auto;
		right: 2px;
		width: 12px;
		height: 13px;
		background-image: url(../img/expand-mobi.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		z-index: 92;
		cursor: pointer;
		transition: .3s ease-in-out;
	}

	.active .highlight-title-link:after,.active a:after {
		background-image: url(../img/minimise.svg);
	}

	.high-lights-item-wrap {
		margin-top: 44px;
	}

	.high-lights-item p.desk {
		display: none;
	}

	.high-lights-item p.mobi {
		display: block;
	}

	.accommodation-item h6 {
		padding-left: 14px;
		margin-top: 0;
		padding-bottom: 0;
		font-size: 14px;
	}

	.african-wildlife-wrap {
		padding: 60px 0;
	}

	.african-wildlife-wrap .common-wrap {
		padding: 0;
	}

	.tours-accordion-title h4 {
		margin-top: 0;
	}

	.accordion-trigger-thumb img {
		border-radius: 11px;
	}

	.camping-tours-inner h2 {
		text-align: left;
		font-size: 26px;
		line-height: 30px;
	}

	.camping-item {
		width: 100%;
		margin: 0 0 38px;
	}

	.camping-thumb img {
		width: 100%;
	}

	.camping-tours-inner-item {
		margin-top: 40px;
	}

	.camping-content-info a {
		width: 100%;
		padding-bottom: 23px;
		border-bottom: 1px solid #957757;
		display: block;
		margin-top: 10px;
	}

	.camping-content-info {
		padding: 17px 30px 22px 33px;
	}

	.camping-content-info p {
		display: none;
	}

	.camping-content-info .pakage-inner p {
		display: block;
	}
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	.tours-accordion-title h4 {
		margin-top: 0;
	}

	.camping-content-info h3 {
		font-size: 24px;
	}

	.camping-item {
		width: 48%;
		margin: 0 2% 45px;
	}

	.camping-item:nth-child(odd) {
		margin-left: 0;
	}

	.camping-item:nth-child(even) {
		margin-right: 0;
	}

	.camping-content-info a {
		display: block;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.tours-accordion-title h4 {
		margin-top: 0;
	}
}

@media only screen and (min-width:1025px) and (max-width:1160px) {
	.camping-content-info h3 {
		font-size: 24px;
	}
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
	.pakage-inner {
		width: 116px;
	}

	.banner-headding {
		width: 192px;
	}
}

@media all {
	.banner-headding {
		line-height: 14px;
		border-left: 1px solid rgba(128,128,128,.1);
		border-right: 1px solid rgba(128,128,128,.1);
	}

	.map-trigger-wrap {
		padding-top: 20px;
	}

	.accommodation-item-time {
		padding: 8px 0 8px 0;
	}

	.impressive-item h3,.impressive-item h4 {
		padding-bottom: 0;
		padding-top: 0;
        font-size: 3rem;
	}

	.impressive-icon {
		max-width: 65px;
	}

	body.page-template-tour-page #who-should-go .text-container p,body.page-template-tour-page #who-should-go.tours-item {
		padding-bottom: 0;
	}

	body.page-template-tour-page #itinerary.page-component.tours-item {
		padding-bottom: 0;
	}

	body.page-template-tour-page .tours-map-wrap {
		padding-top: 36px;
	}

	.page-component.should-go {
		padding: 4px 0 5px;
	}

	#upcoming-departures.tours-item h2 {
		font-family: futuraptdemi,sans-serif;
		font-size: 50px;
		text-align: center;
		line-height: 55px;
		font-weight: 700;
	}

	body.page-template-tour-page #overview .text-container p {
		padding-bottom: 0;
	}

	body.page-template-tour-page #overview.tours-item p {
		margin-bottom: 0;
	}

	#overview.tours-item:first-child {
		padding-bottom: 0;
	}

	.camping-tours-inner h2 {
		text-align: left;
		font-family: 'wulkan italic';
	}


@media only screen and (min-width:481px) and (max-width:768px) {
	.map-trigger-item {
		padding: 9px 0 9px 4px;
		width: 100%;
	}

	.map-trigger-item span.title,.map-trigger-item span.text {
		text-align: left;
		padding-right: 0%;
		padding-left: 0;
		width: 100%;
	}

	.map-trigger-item h3 span.title {
		font-size: 16px!important;
		line-height: 23px!important;
	}

	.map-trigger-item span.text {
		font-size: 26px!important;
		line-height: 30px!important;
	}

	.map-trigger-item:nth-child(2) span.title {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-left: 0;
	}

	.map-trigger-item:nth-child(2) span.text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-left: 0%;
	}

	body.page-template-tour-page #highlights.tours-item a {
		font-size: 18px;
	}

	body.page-template-tour-page .tours-map-wrap {
		margin-top: 0;
		padding-top: 18px;
	}

	body.page-template-tour-page #itinerary.page-component.tours-item {
		padding-bottom: 18px;
	}

	body.page-template-tour-page .page-component.tours-feature-wrap {
		padding-top: 18px;
	}

	.tours-item div.text-container p {
		font-size: 16px;
	}

	.accommodation-item {
		width: 100%;
		margin-left: 0;
		margin-top: 22px;
	}

	.accommodation-item:nth-child(-n+2) {
		margin-top: 24px;
	}

	.accommodation-item:first-child {
		margin-top: 0;
	}

	.accommodation-item span {
		text-align: left;
	}

	.accommodation-item-time.mobi {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		top: auto;
		left: auto;
		bottom: 0;
		right: 0;
		background-color: #957757;
		color: #fff;
	}

	.accommodation-item-time span {
		color: #fff;
		text-align: center;
	}

	.accommodation-item-time.desk {
		display: none;
	}

	#upcoming-departures.tours-item h2 {
		font-size: 30px;
		line-height: 35px;
		font-weight: 500;
	}

	#overview.tours-item:first-child {
		margin-bottom: 10px;
	}
}

canvas {
	display: inline-block;
	vertical-align: baseline;
}

*,*:before,*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.custom-cursor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}

@media (pointer: coarse) {
	.custom-cursor {
		display: none;
	}
}

.custom-cursor-drag {
	width: 4.875rem;
	height: 3.75rem;
	margin: -2.4375rem 0 0 -1.875rem;
}

.custom-cursor-drag__dot {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	margin: auto 0;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
}

.custom-cursor-drag__dot--left {
	left: 0;
	-webkit-transform: translateX(-60px);
	transform: translateX(-60px);
}

.custom-cursor-drag__dot--right {
	right: 0;
	-webkit-transform: translateX(60px);
	transform: translateX(60px);
}

.custom-cursor-drag__inner {
	position: absolute;
	top: .9375rem;
	left: 1.375rem;
	visibility: hidden;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	opacity: 0;
}

.custom-cursor-drag__outline {
	position: absolute;
	top: 0;
	left: .4375rem;
	width: 3.75rem;
	height: 3.75rem;
}





}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

button {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button {
	cursor: pointer;
	-webkit-appearance: button;
}

*,*:before,*:after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
	text-decoration: none;
	color: currentColor;
}

a:focus {
	outline: none;
}

button {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

button:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
}

h4,h5 {
	margin: 0;
	font-weight: 400;
}

p {
	margin: 0;
}

.button-outline {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	position: relative;
	display: inline-block;
	height: 7.125rem;
	padding: 1px 1.875rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1rem;
	letter-spacing: 0.018em;
	line-height: 3.125rem;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}

.button-outline:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.5px solid #664b32;
	border-radius: 1.5625rem;
	content: '';
	transition: border-color 0.3s linear, background-color 0.3s linear;
	background-color: #664b32;
}

.button-outline:hover {
	color: #000;
}

.button-outline:hover::before {
	border-color: #fff;
	background-color: transparent !important;
}

.button-outline:hover .button-outline__label {
	color: #fff;
	/* background-color: #664b32; */
}

.button-outline__label {
	position: relative;
	transition: color 0.3s linear;
	margin-left: 12px;
	margin-right: 12px;
}

.highlighted-example-trip__content {
	max-width: 38.5rem;
	font-size: 3rem;
	padding: 2.5rem;
}

.highlighted-example-trip__content {
	position: relative;
}

.highlighted-example-trip__heading {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 1.25rem;
	font-family: "Wulkan Display Medium",serif;
	font-size: 4.5rem;
	letter-spacing: -0.01em;
	line-height: 2.rem;
	color: #fff;
}

.highlighted-example-trip__heading em {
	font-family: "Wulkan Display Regular Italic",serif;
}

.highlighted-example-trip__subheading {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 .625rem;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.022em;
	line-height: 1.25rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 12px;
}

.highlighted-example-trip__paragraph {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 1.875rem;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1.875rem;
	letter-spacing: 0.03em;
	line-height: 2.625rem;
	color: #fff;
}

.highlighted-example-trip__action {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.highlighted-example-trip__button {
	width: 15.75rem;
	padding: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.highlighted-example-trip__price {
	position: relative;
	margin-left: 11.625rem;
	padding: .3125rem 0 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.highlighted-example-trip__price-label {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	margin: 0 0 .4375rem 0;
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	line-height: .75rem;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.highlighted-example-trip__price-value {
	font-weight: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	font-family: "Wulkan Display Medium",serif;
	font-size: 3rem;
	letter-spacing: -0.01em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-feature-settings: 'case' on;
}

@media (min-width: 768px) {
	.highlighted-example-trip__content {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		padding: 2.8125rem;
	}
}

.pricing__suffix {
	font-family: 'tilda', sans-serif,sans-serif;
	font-size: .75rem;
	text-transform: uppercase;
}

@media (max-width: 575.98px) {  
	html{
		overflow-x: hidden !important;
	}

	.w-\[4\.8rem\] {
		width: 2.8rem;
		/* top: 68px; */
		top: 833px;
	}
	.hero-2022 .hero-cover__content-container .h3 {
		font-size: 14px;
		line-height: 20px;
		font-size: 1rem !important;
	}

	
	.backdrop-blur-md {
		background-color: #664b32;
		height: 10rem !important;
	}
	.highlighted-example-trips-summary__description{
		display: none;
	}
	.block-itinerary-contributions__container{
		margin-bottom: 84px !important;
		display: none !important;
	}
	h2:first-child {
		margin-top: 0px;
		color: rgb(185 150 97);
		font-size: 4rem !important;
		font-weight: 900;
		font-family: 'Wulkan',sans-serif;
		line-height: 6.9rem;
	}

	.highlighted-example-trip__price {
		position: relative;
		margin-left: 0.625rem;
		padding: 0.3125rem 0 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	.highlighted-example-trip__button {
		width: 13.75rem;
		padding: 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}
	.button-outline {
		font-weight: normal;
		font-smooth: always;
		-webkit-font-smoothing: antialiased;
		-khtml-font-smoothing: antialiased;
		-apple-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		position: relative;
		display: inline-block;
		height: 3.125rem;
		padding: 1px 1.875rem 0;
		font-family: 'tilda', sans-serif,sans-serif;
		font-size: 1rem;
		letter-spacing: 0.018em;
		line-height: 3.125rem;
		text-align: center;
		color: #fff;
		height: 61px;
		margin-bottom: 9px;
	}

	.highlighted-example-trip__paragraph {
		font-weight: normal;
		font-smooth: always;
		-webkit-font-smoothing: antialiased;
		-khtml-font-smoothing: antialiased;
		-apple-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin: 0 0 1.875rem;
		font-family: 'tilda', sans-serif,sans-serif;
		font-size: .875rem;
		letter-spacing: 0.03em;
		line-height: 1.125rem;
		color: #fff;
	}
	.block-itinerary-contributions__body {
		letter-spacing: .01875em;
		color: #fff;
	}
	.block-itinerary-contributions__icon {
		width: auto;
		height: 4.5625rem;
		padding-left: 8px;
	}
	.highlighted-example-trips-summary__heading {
		font-family: "Wulkan Display Medium",serif;
		margin: 0 0 0.75rem;
		font-size: 5.4rem;
		letter-spacing: -0.01em;
		line-height: 4.2rem;
		text-align: left;
		color: #664b32;
		margin-left: -153px !important;
	}

	.highlighted-example-trip__price {
		position: relative;
		margin-left: 0.625rem;
		margin-top: 12px;
		padding: -9.6875rem 0 0;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
	}

	.component-2022-destinations {
		margin-bottom: 110px;
		margin-top: 399px;
	}

	.block-featured-story__heading {
		font-family: "Wulkan Display Medium",serif;
		margin: 0 -0.9375rem 1.25rem -0.9375rem;
		font-size: 6.6rem !important;
		letter-spacing: -0.01em;
		line-height: 6.25rem;
		text-align: center;
		color: #664b32;
	}

	.component-2022-destinations .destination-image-container p.name {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: absolute;
		inset: 0;
		z-index: 5;
		color: #fff;
		font-size: 1.8rem;
		margin: 0;
		line-height: 1;
	}
	/* .w-full {
		width: 100%;
		background-color: #664b32;
	} */

	.component-2022-homepage-gallery {
		padding: 5rem 0;
		margin-top: 170px;
	}
	.menu-desktop__icon-button-list{
		display: none;
	}

	.button-outline__label {
		position: relative;
		transition: color 0.3s linear;
		margin-left: -20px;
		margin-right: -20px;
		font-size: 1.5rem;
	}
	
	

 }
 a:hover {
  color: #e9c17a;
  }


  /* blog post  */


.container {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:544px) {
	p {
		font-size: 18px;
		line-height: 25px;
	}
}

p+p {
	margin-top: .9375em;
}

.container {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media (min-width:544px) {
	.container {
		max-width: 576px;
	}
}

.container::after,.row::after {
	content: "";
	display: table;
	clear: both;
}

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

@media (min-width:992px) {
	.container {
		max-width: 940px;
	}
}

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

.row {
	margin-left: -.9375rem;
	margin-right: -.9375rem;
}

.col-lg-8,.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: .9375rem;
	padding-right: .9375rem;
}

.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width:992px) {
	.col-lg-8 {
		float: left;
	}

	.col-lg-8 {
		width: 66.6666666667%;
	}

	.col-lg-offset-2 {
		margin-left: 16.6666666667%;
	}
}

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

@media all {
	.evergreen-section .author-names {
		font-family: circular pro,helvetica neue,Helvetica,Arial,sans-serif;
		letter-spacing: 2.5px;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 18px;
	}
@media (min-width:544px) {
		.evergreen-section .author-names{font-size: 13px;
		line-height: 16px;
	}
	
}

.single-date {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 2rem;
	display: none;
}

.single-date p {
	font-size: 13px;
	font-size: .8125rem;
	font-family: circular pro,helvetica neue,Helvetica,Arial,sans-serif;
	margin: 0;
}

.single-date p .posted-date {
	color: #8a8a8a;
}

.evergreen-section .written_by {
	font-family: circular pro,helvetica neue,Helvetica,Arial,sans-serif;
}

.evergreen-section {
	padding-bottom: 32px;
}

@media screen and (min-width:992px) {
	.evergreen-section {
		padding-bottom: 81px;
	}
}

.evergreen-section .authors {
	text-align: center;
}

.evergreen-section .authors .avatar {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-align: center;
	transform: translateY(-50%);
	z-index: 3;
}

.evergreen-section .authors .avatar img {
	display: block;
}

.evergreen-section .written_by {
	color: #8a8a8a;
	font-size: 13px;
	font-size: .8125rem;
	margin: 0 0 8px;
	text-align: center;
}

.evergreen-section .author-names {
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
}


@font-face {
    font-family: 'canela';
    src: url(../fonts/canela-regular-web.woff2);
}

@font-face {
    font-family: 'galamond';
    src: url(../fonts/EBGaramond-latin.woff2);
}

@font-face {
    font-family: 'tilda';
    src: url(../fonts/tilda.woff2);
}

@font-face {
    font-family: 'WulkanDisplaySemiBoldItalic';
    src: url(../font/WulkanDisplaySemiBoldItalic.woff2);
}

@font-face {
    font-family: 'WulkanDisplaySemiBold';
    src: url(../font/WulkanDisplaySemiBold.woff2);
}

@font-face {
    font-family: 'Wulkan Medium';
    src: url(../fonts/wulkan-display-medium.woff2);
}

@font-face {
    font-family: 'wulkan italic';
    src: url(../fonts/wulkan-display-regular-italic.woff2);
}
@font-face {
    font-family: 'athelas';
    src: url(../fonts/Athelas-Regular.woff2);
}

@font-face {
    font-family: 'basetica medium';
    src: url(../fonts/basetica-medium.woff2);
}

@font-face {
    font-family: 'WulkanDisplaySemiBoldItalic';
    src: url(../fonts/WulkanDisplaySemiBoldItalic.woff2);
}

@font-face {
    font-family: 'WulkanDisplaySemiBold';
    src: url(../fonts/WulkanDisplaySemiBold.woff2);
}

@font-face {
    font-family: 'millerbanner';
    src: url(../fonts/MillerBanner-Light.woff2);
}


@font-face {
    font-family: 'millerbannerdisplay';
    src: url(../fonts/MillerDisplay-Roman.woff2);
}

@font-face {
    font-family: 'silver';
    src: url(../fonts/SilverSouthScript-Regular.woff2);
}

.package{
	font-family: 'wulkan italic', serif !important;
	font-size: 7rem;
	color: #664b32 !important;
}

.impressives{
	font-family: 'wulkan medium', sans-serif !important;


}


@media (min-width: 991.98px) {

	.tours-accordion-title h4 {
		font-size: 7rem !important;
		line-height: 50px;
		margin-top: 151 !important;
	}

	.feature-item h4 {
		font-size: 7rem;
		line-height: 22px;
	}
	html{
		margin-top: 0 !important;
	
	}


}

@media (min-width: 575.98px) { 
	html{
		margin-top: -23 !important;
	
	}

	.s\:pt-60 {
		padding-top: 12rem;
	}

	

	.h-screen {
		height: 100vh;
		height: calc(var(--vh, 1vh)*100);
		margin-bottom: -30px;
		margin-top: -29px;
	}
	.hero-cover__primary-heading .serif {
		font-family: "Miller Banner",Georgia,serif;
		font-weight: 400;
		line-height: 1.2;
		font-size: 3.4px !important;
		font-size: 3rem !important;
		margin-left: 337px;
		margin-right: 329px;
		display: contents;
	}
	}

	/* .pt-30 {
		padding-top: 10rem !important;
	} */



.float{
    position:fixed;
	width: 270px;
    height: 60px;
    bottom: 40px;
    /* right: 40px; */
    background-color: #664b32;
    color: #FFF;
    border-radius: 179px;
    font-size: 22px !important;
    text-align: center;
    font-size: 30px;
    left: 235px;
    z-index: 100;

    }
    
    .my-float{
    margin-top:16px;
    }

.fa-whatsapp{
	color: #fff !important;
}	

.flex {
    display: flex;
    /* max-height: 81px !important; */
}

.mt-30 {
    margin-top: 4rem !important;
}

.gap{
	margin-top: 10rem !important;
}



@media (max-width: 575.98px) { 

.float {
	position: fixed;
	width: 209px;
	height: 50px;
	bottom: 44px;
	/* right: 40px; */
	background-color: #664b32;
	color: #FFF;
	border-radius: 196px;
	font-size: 22px !important;
	text-align: center;
	font-size: 30px;
	left: 100px;
	z-index: 100;
}
.footer{
	margin-bottom: -30px !important;
}
.block-itinerary {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.italic{
display: none !important;
}

.h-\[1\.6rem\] {
    height: 9.6rem;
    margin-top: -1px;
    margin-left: -18px;
    padding-top: 5px !important;
	padding-bottom: 5px !important;
}
}


