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

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

h2 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

strong {
	font-weight: bolder;
}

h2,p {
	margin: 0;
}

:disabled {
	cursor: default;
}

img {
	display: block;
	vertical-align: middle;
}

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

h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
}

@media (min-width:1024px) {
	h2 {
		font-size: 2.5rem;
	}
}

@media (min-width:1280px) {
	h2 {
		font-size: 3rem;
	}
}

:is(h1,h2,h3,h4) {
	: "DM Serif Display",sans-serif;
	font-weight: 300;
}

section.bg-green:not(.block-cta) {
	--tw-text-opacity: 1;
	color: #fff;
	color: rgb(18 16 16);
}





section .prose>div>:first-child {
	margin-top: 0;
}





.containers {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

@media (min-width:640px) {
	.containers {
		max-width: 640px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

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

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

@media (min-width:1280px) {
	.containers {
		max-width: 1280px;
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (min-width:1536px) {
	.containers {
		max-width: 1536px;
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

.prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}

.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)) {
	margin-bottom: 1.25em;
	margin-top: 1.25em;
}



.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.bottom-12 {
	bottom: 3rem;
}

.left-1\/2 {
	left: 50%;
}

.left-\[100\%\] {
	left: 100%;
}

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

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

.mb-4 {
	margin-bottom: 1rem;
}

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

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.grid {
	display: grid;
}

.aspect-\[2\/3\] {
	/* aspect-ratio: 2/3; */
}

.aspect-\[4\/3\] {
	aspect-ratio: 4/3;
}

.aspect-\[5\/7\] {
	/* aspect-ratio: 5/7; */
}

.h-10 {
	height: 2.5rem;
}

.h-4 {
	height: 1rem;
}

.h-full {
	height: 100%;
}

.w-10 {
	width: 2.5rem;
}

.w-auto {
	width: auto;
}

.w-full {
	width: 100%;
}

.max-w-\[50\%\] {
	max-width: 50%;
}

.max-w-\[500px\] {
	max-width: 500px;
}

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

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: translate(-50%,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-25\%\] {
	--tw-translate-x: -25%;
	transform: translate(-25%,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scroll-my-28 {
	scroll-margin-bottom: 7rem;
	scroll-margin-top: 7rem;
}

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

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

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

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

.gap-2 {
	gap: .5rem;
}

.gap-3 {
	gap: .75rem;
}

.gap-8 {
	gap: 2rem;
}

.overflow-hidden {
	/* overflow: hidden; */
}

.rounded-full {
	border-radius: 9999px;
}

.rounded-xl {
	border-radius: .75rem;
}

.bg-green {
	--tw-bg-opacity: 1;
	/* background-color: #1e2f22; */
	/* background-color: rgb(30 47 34/var(--tw-bg-opacity)); */
}

.bg-green-50 {
	--tw-bg-opacity: 1;
	background-color: #364e3b;
	background-color: rgb(54 78 59/var(--tw-bg-opacity));
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

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

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

.text-base {
	font-size: 1rem;
}

.text-sm {
	font-size: .875rem;
}

.font-bold {
	font-weight: 700;
}

.leading-5 {
	line-height: 1.25rem;
}

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

.underline-offset-15 {
	text-underline-offset: 15px;
}

.transition-colors {
	transition-duration: .3s;
	transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

@media (hover:hover) and (pointer:fine) {
	.hover\:decoration-green-25:hover {
		text-decoration-color: #79de90;
	}
}

.prose-p\:mb-3 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
	margin-bottom: .75rem;
}

.prose-p\:leading-6 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
	line-height: 1.5rem;
}

@media (min-width:640px) {
	.sm\:col-span-5 {
		grid-column: span 7/span 5;
		/* margin-left: 12px; */
		/* margin-right: 123px !important; */
	}

	.sm\:pb-20 {
		padding-bottom: 5rem;
	}

	.sm\:pt-20 {
		padding-top: 5rem;
	}
}

@media (min-width:768px) {
	.md\:col-start-7 {
		grid-column-start: 7;
	}

	.md\:translate-x-\[-50\%\] {
		--tw-translate-x: -50%;
		transform: translate(-50%,var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
		transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	}

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

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

@media (min-width:1024px) {
	.lg\:prose-p\:text-md :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
		font-size: 1.125rem;
	}

	.lg\:prose-p\:leading-7 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))) {
		line-height: 1.75rem;
	}
}

@media (min-width:1280px) {
	.xl\:bottom-16 {
		bottom: 5rem;
	}

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

.gap-80{
  margin-left: 80px !important ;
}


@media (min-width:1536px) {
	.\32xl\:col-start-8 {
		grid-column-start: 8;
	}
}
/*! CSS Used from: Embedded */
.block-text_image {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
/*! CSS Used from: https://www.travelworld.nl/_nuxt/TextImage.Gqnh-9kJ.css */
.block-text_image {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
/*! CSS Used fontfaces */
@font-face {
	:'DM Serif Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v16/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:'DM Serif Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v16/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0vrx52g.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* experience */
/*! CSS Used from: Embedded */
.gatsby-image-wrapper {
	position: relative;
	overflow: hidden;
}

.gatsby-image-wrapper img {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-width: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
}

.gatsby-image-wrapper [data-main-image] {
	opacity: 0;
	transform: translateZ(0);
	transition: opacity .25s linear;
	will-change: opacity;
}

.gatsby-image-wrapper-constrained {
	display: inline-block;
	vertical-align: top;
}
/*! CSS Used from: Embedded */
*,*::before,*:after {
	box-sizing: border-box;
}

div,span,h2,a,img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a {
	-webkit-text-decoration: none;
	text-decoration: none;
	color: inherit;
}
/*! CSS Used from: Embedded */
.css-vurnku {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
}
/*! CSS Used from: Embedded */
.css-15vv6ym {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	padding-bottom: 48px;
	padding-top: 32px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (min-width: 576px) {
	.css-15vv6ym {
		padding-bottom: 48px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
	.css-15vv6ym {
		padding-bottom: 48px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (min-width: 992px) {
	.css-15vv6ym {
		padding-bottom: 128px;
		background-color: #fff;
	}
}
/*! CSS Used from: Embedded */
.css-16vu25q {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	width: 100%;
}
/*! CSS Used from: Embedded */
.css-1gsdzp9 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	height: 100%;
	width: 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/*! CSS Used from: Embedded */
.css-1cmunts {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}
/*! CSS Used from: Embedded */
.css-1j39d32 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 1;
	-ms-grid-row: 2;
}
/*! CSS Used from: Embedded */
.css-ratgkh {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 1;
	-ms-grid-row: 3;
}
/*! CSS Used from: Embedded */
.css-ft8amf {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (min-width: 576px) {
	.css-ft8amf {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*! CSS Used from: Embedded */
.css-ttlbn5 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	width: 0.5833333333333334px;
	width: 58.333333333333336%;
}
/*! CSS Used from: Embedded */
.css-1gxdspm {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	padding-bottom: 32px;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
/*! CSS Used from: Embedded */
.css-naw4it {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	font-size: 4px;
	: heading;
	font-weight: inherit;
	line-height: heading;
	text-align: left;
	: morion,serif;
	color: #1F1F1F;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1667;
}

@media screen and (min-width: 576px) {
	.css-naw4it {
		font-size: 36px;
	}
}
/*! CSS Used from: Embedded */
.css-2svyy8 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
	display: grid;
	background-color: midGrey;
	border-bottom-width: 3px;
	border-color: lightGrey;
	border-style: solid;
	border-width: 0;
	grid-gap: 32px;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	display: grid;
	display: -ms-grid;
	-ms-grid-columns: (1fr)[4];
}

@media screen and (min-width: 576px) {
	.css-2svyy8 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 768px) {
	.css-2svyy8 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.css-2svyy8 {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
	.css-2svyy8>* {
		margin-right: 32px!important;
		margin-bottom: 32px!important;
	}
}
/*! CSS Used from: Embedded */
.css-1jm49l2 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	cursor: pointer;
}
/*! CSS Used from: Embedded */
.css-v9hfqo {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	background-color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.css-v9hfqo:hover .card-headline {
	border-color: #484848;
}
/*! CSS Used from: Embedded */
.css-87m306 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	margin-bottom: 8px;
	width: 100%;
}
/*! CSS Used from: Embedded */
.css-csmyku {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	text-align: left;
	margin-bottom: 8px;
	width: 100%;
}
/*! CSS Used from: Embedded */
.css-1r6ptl7 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	font-size: 16px;
	: europa,sans-serif;
	font-weight: 700;
	line-height: 1.333;
	font-style: normal;
	color: #484848;
	position: relative;
	display: inline;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
}
/*! CSS Used from: Embedded */
.css-139byse {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 2;
	-ms-grid-row: 1;
}
/*! CSS Used from: Embedded */
.css-fx5jjh {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}
/*! CSS Used from: Embedded */
.css-1iaallt {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 4;
	-ms-grid-row: 1;
}
/*! CSS Used from: Embedded */
.css-171geo9 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 2;
	-ms-grid-row: 2;
}
/*! CSS Used from: Embedded */
.css-1gy6prt {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 3;
	-ms-grid-row: 2;
}
/*! CSS Used from: Embedded */
.css-1mgal32 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 4;
	-ms-grid-row: 2;
}
/*! CSS Used from: Embedded */
.css-6n55ei {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 2;
	-ms-grid-row: 3;
}
/*! CSS Used from: Embedded */
.css-10pzugs {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 3;
	-ms-grid-row: 3;
}
/*! CSS Used from: Embedded */
.css-1gcfnq7 {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 4;
	-ms-grid-row: 3;
}
/*! CSS Used from: Embedded */
.css-1a0xwxp {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 1;
	-ms-grid-row: 4;
}
/*! CSS Used from: Embedded */
.css-53nrqw {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	-ms-grid-column: 2;
	-ms-grid-row: 4;
}
/*! CSS Used from: Embedded */
.css-vurnku {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
}
/*! CSS Used from: Embedded */
.css-vurnku {
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
}


/* about ius */



/*! CSS Used from: https://www.once-lifetime.com/application/themes/ewm/dist/common.css */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-wrapper {
	transform: translateZ(0);
}

.swiper-container-pointer-events {
	touch-action: pan-y;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44*27);
	height: var(--swiper-navigation-size);
	margin-top: calc(var(--swiper-navigation-size)*-1/2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,.swiper-button-prev:after {
	: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
	line-height: 1;
}

.swiper-button-prev {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after {
	content: "prev";
}

.swiper-button-next {
	right: 10px;
	left: auto;
}

.swiper-button-next:after {
	content: "next";
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.title i {
	: Bon Vivant,sans-serif,serif;
	text-transform: none;
	font-style: italic;
	font-weight: 400;
}





.grid-container {
	max-width: 90rem;
}

.grid-container {
	padding-right: 1rem;
	padding-left: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.grid-x {
	display: flex;
	flex-flow: row wrap;
}

.cell {
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.grid-x>.small-12 {
	flex-basis: auto;
}

@media print,screen and (min-width:40em) {
	.grid-x>.medium-2,.grid-x>.medium-6 {
		flex-basis: auto;
	}
}

@media print,screen and (min-width:64em) {
	.grid-x>.large-4 {
		flex-basis: auto;
	}
}

.grid-x>.small-12 {
	flex: 0 0 auto;
}

/* .grid-x>.small-12 {
	width: 100%;
} */

@media print,screen and (min-width:40em) {
	.grid-x>.medium-auto {
		flex: 1 1 0px;
		width: auto;
	}

	.grid-x>.medium-2,.grid-x>.medium-6 {
		flex: 0 0 auto;
	}

	.grid-x>.medium-2 {
		width: 16.66667%;
	}

	.grid-x>.medium-6 {
		width: 50%;
	}
} 

@media print,screen and (min-width:64em) {
	.grid-x>.large-4 {
		flex: 0 0 auto;
	}

	.grid-x>.large-4 {
		width: 33.33333%;
	}
}

@media print,screen and (min-width:40em) {
	.medium-offset-1 {
		margin-left: 8.33333%;
	}
}

.align-justify {
	justify-content: space-between;
}

.align-middle {
	align-items: center;
}


.overflow-hidden {
	overflow: hidden;
}

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

.color-gold {
	color: #eac17a;
}

.grid-container {
	width: 100%;
}

img {
	/* width: 100%; */
	-o-object-fit: contain;
	: "object-fit:contain";
	object-fit: contain;
}

.white {
	background: #283a2c;
}

.title {
	: "Bon Vivant Serif",sans-serif,serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 1;
	letter-spacing: .01em;
	text-transform: uppercase;
}

@media (min-width:48rem) {
	.title {
		font-size: 2.625rem;
	}
}

.title__icon {
	display: inline-flex;
	margin-bottom: 10px;
	margin-right: 32px;
	vertical-align: middle;
}

.swiper-lazy {
	min-height: 1px;
}

.swiper-wrapper {
	cursor: -webkit-grab;
	cursor: grab;
}

@media print,screen and (max-width:39.99875em) {
	[data-swiper-next],[data-swiper-prev] {
		outline: none;
	}
}

.link-with-arrow {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: flex;
	align-items: center;
	font-size: .9375rem;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
}

@media (-ms-high-contrast:none),not all and (hover:none) {
	.link-with-arrow:hover .link-with-arrow__icon {
		transform: translateX(10px);
	}

	.link-with-arrow:hover .link-with-arrow__text {
		transform: translateX(2px);
	}
}

.link-with-arrow__icon {
	display: flex;
}

.link-with-arrow__icon,.link-with-arrow__text {
	transition: transform .8s ease;
}

.card__info {
	display: flex;
	align-items: center;
	font-size: .9375rem;
	line-height: 1rem;
	opacity: .5;
	color: #05213a;
}

.card__title {

	font-style: normal;
	font-family: 'WulkanDisplayMedium', sans-serif !important;

	font-size: 1.5rem;
	line-height: 2rem;
	display: block;
}

@media (min-width:75rem) {
	.card__title {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

.news-card__image {
	display: flex;
	overflow: hidden;
	min-height: 3.75rem;
	position: relative;
}

.news-card__image img {
	height: 21.625rem;
	-o-object-fit: cover;
	: "object-fit:cover";
	object-fit: cover;
	transform: scale(1.05);
	transition: transform .8s ease;
}

.news-card__image-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (-ms-high-contrast:none),not all and (hover:none) {
	.news-card:hover img {
		transform: scale(1)!important;
	}
}

.news__section .swiper-container {
	overflow: visible;
}

.news__section .gallery__navigation {
	right: auto;
	left: calc(200% + 3rem);
	bottom: auto;
	top: 5.375rem;
}

@media (max-width:47.9375rem) {
	.news__section .gallery__navigation {
		left: auto;
		right: .5rem;
		top: 1rem;
	}
}

.gallery__navigation {
	box-shadow: 0 2px 15px -2px rgba(0,0,0,.2);
	position: absolute;
	z-index: 1;
	display: flex;
	border-radius: 50%;
}

.gallery__navigation {
	padding: 2.25rem 1.25rem;
	right: .5rem;
	bottom: 7.125rem;
	display:none !important;
	flex-wrap: nowrap;
}

@media (max-width:47.9375rem) {
	.gallery__navigation {
		padding: .25rem;
		border-radius: .5rem;
		top: 1rem;
	}
}

.gallery__navigation .swiper-button-next,.gallery__navigation .swiper-button-prev {
	position: static;
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	margin-top: 0;
}

@media (max-width:47.9375rem) {
	.gallery__navigation .swiper-button-next,.gallery__navigation .swiper-button-prev {
		width: 1.5rem;
		height: 1.5rem;
	}
}

.gallery__navigation .swiper-button-next:after,.gallery__navigation .swiper-button-prev:after {
	content: none;
}

.gallery__navigation .swiper-button-prev {
	margin-right: 1rem;
}

.ml-16 {
	margin-left: 16px;
}

.mr-16 {
	margin-right: 16px;
}

.mb-24 {
	margin-bottom: 24px;
}

.mb-32 {
	margin-bottom: 32px;
}

.pb-72 {
	padding-bottom: 72px;
}

.pt-80 {
	padding-top: 80px;
}

@media (max-width:63.9375rem) {
	.medium-mb-24 {
		margin-bottom: 24px;
	}
}

[data-animation=stagger-item] {
	transition-property: transform,opacity;
	transition-duration: .8s;
	transition-timing-function: ease;
	transition-delay: var(--delay,0s);
	transform: translateY(30px);
	opacity: 0;
}

[data-animation=stagger-item].is-loaded {
	opacity: 1;
	transform: none;
}

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

.desktop [data-animation=fade-in] {
	opacity: 0;
	transition: opacity 1.6s cubic-bezier(.75,0,.25,1);
	transition-delay: var(--delay,0s);
}

.desktop [data-animation=fade-in].is-loaded {
	opacity: 1;
}

[data-animation=main-title] .word {
	display: inline-block;
	transform: translateY(1.5rem);
	opacity: 0;
	transition-property: transform,opacity;
	transition-duration: .8s;
	transition-timing-function: ease;
}

[data-animation=main-title].is-loaded .word {
	opacity: 1;
	transform: none;
	transition-delay: var(--delay,0s);
}

/* why */
/*! CSS Used from: Embedded */
.wp-block-button__link {
	align-content: center;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	text-align: center;
	width: 100%;
	word-break: break-word;
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
	font-size: inherit;
}

.wp-block-buttons {
	box-sizing: border-box;
}

.wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
}

.wp-block-buttons.is-content-justification-center {
	justify-content: center;
}

.wp-block-group {
	box-sizing: border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative;
}

.wp-block-separator {
	border: none;
	border-top: 2px solid;
}

.wp-element-button {
	cursor: pointer;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal);
}

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

.aligncenter {
	clear: both;
}

:where(.is-layout-flex) {
	gap: .5em;
}

.is-layout-constrained>.aligncenter {
	margin-left: auto!important;
	margin-right: auto!important;
}

.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto!important;
	margin-right: auto!important;
}

.is-layout-constrained>.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
	display: flex;
}

.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}

.is-layout-flex>:is(*,div) {
	margin: 0;
}

:root :where(.wp-element-button,.wp-block-button__link) {
	background-color: #32373c;
	border-width: 0;
	color: #fff;
	: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

.has-payoneer-blue-color {
	color: var(--wp--preset--color--payoneer-blue)!important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small)!important;
}

.has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)!important;
}

:root :where(.wp-block-button .wp-block-button__link) {
	background-color: var(--wp--preset--color--primary);
	border-radius: 500px;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--normal);
}

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

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: .25;
}

h2,h3 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

h2 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem;
	}
}

h3 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem;
	}
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

strong {
	font-weight: bolder;
}

a {
	color: var(--bs-link-color);
	text-decoration: underline;
}

a:hover {
	color: var(--bs-link-hover-color);
}

.position-relative {
	position: relative!important;
}

.position-absolute {
	position: absolute!important;
}

.top-0 {
	top: 0!important;
}

.start-50 {
	left: 50%!important;
}

.translate-middle {
	transform: translate(-50%,-50%)!important;
}

.mt-2 {
	margin-top: .5rem!important;
}

.mb-0 {
	margin-bottom: 0!important;
}

.mb-4 {
	margin-bottom: 1.5rem!important;
}

.px-4 {
	padding-right: 1.5rem!important;
	padding-left: 1.5rem!important;
}

.px-5 {
	padding-right: 3rem!important;
	padding-left: 3rem!important;
}

.py-0 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.pt-0 {
	padding-top: 0!important;
}

.pt-5 {
	padding-top: 3rem!important;
}

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

i {
	: Payoneer-Level-One!important;
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

i[class*=level1-] {
	font-size: 34px;
}

i[class*=level1-].extra-large {
	font-size: 40px;
}

.level1-0008-support:before {
	content: "î¤‡";
}

.level1-0017-users:before {
	content: "î¤";
}

.level1-0054-doc:before {
	content: "î¤µ";
}

.wp-block-group[data-section-name]:not(.header-section):not(.overflow-visible) {
	overflow: visible;
	overflow-x: clip;
}

@media (min-width:992px) {
	.is-style-circles-light-bg {
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1874' height='1081' viewBox='0 0 1874 1081' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1044.16 891.269C981.551 910.356 914.999 912.534 851.268 897.581L840.064 894.971L845.282 872.568L856.486 875.178C923.822 891.037 994.36 886.399 1059.03 861.861C1123.71 837.323 1179.56 794.007 1219.41 737.48C1330.31 581.001 1293.19 363.472 1136.66 252.572C1099.38 226.161 1057.26 207.349 1012.71 197.209C968.162 187.07 922.053 185.802 877.016 193.479C831.979 201.155 788.897 217.625 750.23 241.948C711.562 266.271 678.066 297.971 651.654 335.238C587.459 425.82 570.36 538.411 604.742 644.14L608.3 655.079L586.418 662.188L582.861 651.249C546.747 540.197 565.446 417.089 632.878 321.937C661.037 282.206 696.748 248.409 737.973 222.477C779.198 196.546 825.129 178.987 873.144 170.803C921.159 162.619 970.318 163.97 1017.81 174.78C1065.31 185.59 1110.21 205.647 1149.96 233.805C1316.84 352.039 1356.41 583.952 1238.18 750.78C1190.87 817.816 1122.62 867.234 1044.16 891.269Z' fill='%23F6F6F6'/%3e%3cpath d='M1310.83 949.45C1290.19 968.016 1268.23 985.057 1245.12 1000.44C1120.45 1083.48 970.894 1113.02 823.991 1083.61C677.089 1054.2 550.43 969.358 467.346 844.72C295.829 587.425 365.658 238.63 623.009 67.1982C813.566 -59.7455 1059.21 -58.8054 1248.82 69.59L1258.34 76.0406L1245.44 95.0848L1235.92 88.6341C1054.09 -34.4923 818.515 -35.3948 635.772 86.3442C388.98 250.744 322.015 585.23 486.495 831.97C566.173 951.493 687.634 1032.86 828.51 1061.06C969.385 1089.26 1112.81 1060.94 1232.36 981.301C1375.22 886.136 1462.29 733.125 1471.26 561.499L1471.86 550.014L1494.83 551.217L1494.23 562.702C1486.35 713.586 1420.56 850.676 1310.83 949.45Z' fill='%23F6F6F6'/%3e%3cpath d='M1154.17 1254.17C997.211 1302.33 828.745 1297.43 674.831 1240.24C387.348 1133.78 195.048 867.08 184.924 560.782L184.544 549.287L207.539 548.531L207.919 560.026C217.738 856.94 404.144 1115.48 682.823 1218.67C832.022 1274.09 995.318 1278.84 1147.47 1232.18C1357.39 1168.05 1536.12 1010.3 1618.04 789.098C1685.54 606.844 1678.01 409.21 1596.83 232.601C1515.65 55.9916 1370.54 -78.4491 1188.23 -145.96L1177.45 -149.955L1185.43 -171.525L1196.22 -167.53C1384.29 -97.8868 1533.99 40.8053 1617.74 222.998C1701.48 405.191 1709.26 609.074 1639.62 797.085C1555.11 1025.26 1370.7 1188 1154.17 1254.17Z' fill='%23F6F6F6'/%3e%3c/svg%3e");
	}
}

@media (max-width:767px) {
	.wp-block-buttons.is-content-justification-center {
		flex-direction: column;
		align-items: center;
	}

	.wp-block-buttons:not(.mx-0) {
		width: 85%;
		margin: 0 auto;
	}

	.wp-block-buttons:not(.mx-0) .wp-block-button {
		flex: auto;
	}

	.wp-block-buttons:not(.mx-0) .wp-block-button a {
		width: 100%;
	}
}

.wp-block-button:not(.stretched-link) {
	position: relative;
}

.wp-block-button .wp-block-button__link {
	white-space: nowrap;
	transition: all .2s ease-in-out;
	letter-spacing: normal;
	line-height: normal;
	border: 0;
	text-transform: none;
	: AvenirNextWorld-Demi,"Payo Fallback Demi Font",sans-serif;
	font-weight: 400;
	padding: 9px 30px;
}

.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:visited {
	color: inherit;
}

.wp-block-button.has-small-font-size .wp-block-button__link {
	font-size: 14px!important;
	padding: 2px 16px;
}

.wp-block-button.is-style-btn-link .wp-block-button__link {
	padding-inline-start: 0;
	padding-inline-end: 0;
	background: rgba(0,0,0,0);
	color: var(--wp--preset--color--payoneer-blue);
}

.wp-block-button.is-style-btn-link .wp-block-button__link:after {
	transition: transform .2s ease-in-out;
	content: "î¦‚";
	: Payoneer-Level-One!important;
	font-size: 28px;
	margin-inline-start: 2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	color: inherit;
}

.wp-block-button.is-style-btn-link .wp-block-button__link.has-text-color:hover {
	color: var(--wp--preset--color--payoneer-blue)!important;
}

.wp-block-button.is-style-btn-link .wp-block-button__link:hover {
	color: var(--wp--preset--color--payoneer-blue);
}

.wp-block-button.is-style-btn-link .wp-block-button__link:hover:after {
	transform: translateX(5px);
}

@media (min-width:768px) {
	.wp-block-button .wp-block-button__link {
		padding: 9px 53px;
	}
}

@media only screen and (max-width:340px) {
	.wp-block-button .wp-block-button__link {
		padding: 9px 25px;
	}
}

.is-style-coin:not(.wp-block) {
	background-color: var(--wp--preset--color--payoneer-white);
	border: 6px solid #f7f7f7;
	border-radius: 50%;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	padding: 10px;
	margin: 0 auto;
}

.wp-block-separator {
	height: 2px;
	width: 100px;
	margin: 1rem 0;
	border: 0!important;
	opacity: 1;
}

.wp-block-separator:not([class*=has-payoneer-]) {
	background: linear-gradient(270deg, #283a2c -12.86%, #5e745e 105%) !important;
}

.wp-block-separator:not([size]) {
	height: 4px!important;
}

.wp-block-separator.is-style-wide {
	margin: 0 auto;
	width: 100%;
}

.wp-block-separator.is-style-small {
	height: 2px!important;
	width: 70px;
	background: linear-gradient(270deg, #283a2c -12.86%, #5e745e 105%) !important;
}

.section {
	padding: 75px 15px;
	position: relative;
}

@media (min-width:768px) {
	.section {
		padding: 88px 15px;
	}
}

body :not(.has-din-condensed-)>strong,body :not(.has-roboto-condensed-)>strong {
	: AvenirNextWorld-Demi,"Payo Fallback Demi Font"!important;
	font-weight: 400;
}

body h2 {
	font-size: 26px;
	line-height: 38px;
	letter-spacing: -.02em;
}

@media (min-width:768px) {
	body h2 {
		font-size: 36px;
		line-height: 44px;
	}
}

body h3 {
	/* font-size: 18px; */
	line-height: 30px;
	/* letter-spacing: -.02em; */
}

body .has-small-font-size {
	font-size: var(--wp--preset--font-size--small)!important;
	line-height: 24px;
}

body .has-normal-font-size {
	font-size: var(--wp--preset--font-size--normal)!important;
	line-height: 30px;
}

@media (max-width:991px) {
	body .wp-block-group[class*=wp-block-group-is-layout-constrained]>:where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.aligncenter):not(.wp-block-separator):not(.wp-block-buttons)) {
		max-width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}
}

.slick-slider,.slider-container {
	transition: opacity .15s linear;
}

.slick-slider:not(.slick-vertical) .slick-track,.slider-container:not(.slick-vertical) .slick-track {
	display: flex!important;
}

.slick-slider:not(.slick-vertical) .slick-slide,.slider-container:not(.slick-vertical) .slick-slide {
	height: inherit!important;
	margin: 0;
}

@media (min-width:768px) {
	.slick-slider:not(.slick-vertical) .slick-slide:not([class*=me-]):not([class*=mx-]),.slider-container:not(.slick-vertical) .slick-slide:not([class*=me-]):not([class*=mx-]) {
		margin: 0 15px;
	}
}

.slick-slider:not(.overflow-hidden) .slick-list,.slider-container:not(.overflow-hidden) .slick-list {
	overflow: visible;
	box-sizing: initial;
}

.slick-slider:not(.logos-carousel):not(.stack-slider):not(.fade-transition) .slick-slide,.slider-container:not(.logos-carousel):not(.stack-slider):not(.fade-transition) .slick-slide {
	transition: box-shadow .1s ease-in-out;
	transition: transform .5s cubic-bezier(.165, .84, .44, 1);
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-slider .slick-list,.slick-slider .slick-track {
	transform: translate3d(0,0,0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-inline-start: auto;
	margin-inline-end: auto;
}

.slick-track:after,.slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

.wp-container-core-buttons-is-layout-16018d1d {
	justify-content: center;
}

.wp-container-core-group-is-layout-1d6f4e6b>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 500px;
	margin-left: auto!important;
	margin-right: auto!important;
}
/*! CSS Used from: Embedded */
.wp-container-core-buttons-is-layout-16018d1d {
	justify-content: center;
}

.wp-container-core-group-is-layout-1d6f4e6b > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 500px;
	margin-left: auto!important;
	margin-right: auto!important;
}
/*! CSS Used fontfaces */
@font-face {
	:Payoneer-Level-One;src:url("https://www.payoneer.com/wp-content/themes/payo/fonts/Payoneer-Level-One.woff2") format("woff2"),url("https://www.payoneer.com/wp-content/themes/payo/fonts/Payoneer-Level-One.ttf") format("truetype"),url("https://www.payoneer.com/wp-content/themes/payo/fonts/Payoneer-Level-One.woff") format("woff"),url("https://www.payoneer.com/wp-content/themes/payo/fonts/Payoneer-Level-One.svg#Payoneer-Level-One") format("svg");font-weight:400;font-style:normal;font-display:swap;
}

@font-face {
	:Payoneer-Level-One;font-style:normal;font-weight:400;font-display:swap;src:url('https://pubs.payoneer.com/fonts/Payoneer-Level-One.woff2') format('woff2');font-stretch:normal;
}

@font-face {
	:AvenirNextWorld-Demi;font-style:normal;font-weight:400;font-display:swap;src:url('https://pubs.payoneer.com/fonts/AvenirNextWorld-Demi.woff2') format('woff2');font-stretch:normal;
}



/* blog */
/*! CSS Used from: https://farandwild.travel/css/main.css?id=701277fbc303bc4c56c3 */


@media only screen and (min-width:768px) {
	.container {
		max-width: 1023px;
	}
}

@media only screen and (min-width:1024px) {
	.container {
		max-width: 1400px;
	}
}

@media only screen and (min-width:1441px) {
	.container {
		max-width: 1920px;
	}
}

@media only screen and (min-width:1921px) {
	.container {
		max-width: 1921px;
	}
}

.container {
	padding: 0 1.5rem;
}

@media screen and (min-width:64em) {
	.container {
		max-width: 78rem;
	}
}



h3 {
	color: #0b2342;
}

a {
	color: #0b2342;
}

.mb0 {
	margin-bottom: 0;
}

.mt0 {
	margin-top: 0;
}

.bullet {
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #c9c9c9;
}

.legend .bullet {
	margin-right: .25rem;
}

.bullet--mixed {
	background: #cce9da;
}

.bullet--good {
	background: #283a2c;
}

.bullet--best {
	background: #3c7f5b;
}

.bullet:after {
	position: absolute;
	top: -4px;
	left: -4px;
	width: 25px;
	height: 25px;
	transition: .3s ease-in-out;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
}

@media screen and (min-width:48em) {
	.when-to-go-block-inner {
		display: flex;
	}
}

.when-to-go-block {
	padding: 1.5rem 1rem;
	background: #fff;
	border: 1px solid #d8ece1;
	border-radius: 8px;
}

@media screen and (min-width:48em) {
	.when-to-go-block {
		padding: 1.5rem;
	}
}

@media screen and (min-width:64em) {
	.when-to-go-block {
		padding: 3rem;
	}
}

.when-to-go-block__intro {
	text-align: center;
	padding: 0 2rem;
	color: rgb(72,90,113.25);
}

.when-to-go-block__intro .icon {
	stroke: #5db585;
	margin-top: -8px;
	width: 48px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:48em) {
	.when-to-go-block__intro .icon {
		margin-top: -8px;
		margin-left: -5px;
	}
}

.when-to-go-block__intro h3 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.when-to-go-block__intro>div:last-child {
	margin-top: auto;
}

@media screen and (min-width:48em) {
	.when-to-go-block__intro {
		width: 30%;
		padding: 0 2rem 0 0;
		text-align: left;
	}
}

@media screen and (min-width:64em) {
	.when-to-go-block__intro {
		width: 25%;
	}
}

.when-to-go-block__details {
	margin-top: 1rem;
	padding: 0 .5rem;
}

.when-to-go-block__details p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:48em) {
	.when-to-go-block__details {
		padding-left: 2rem;
		padding-right: 2rem;
		width: 70%;
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
		border-left: 1px solid rgb(241.5,241.5,241.5);
	}
}

@media screen and (min-width:64em) {
	.when-to-go-block__details {
		width: 75%;
	}
}

.legend {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

@media screen and (min-width:64em) {
	.legend {
		justify-content: flex-start;
	}
}

.legend__item {
	display: flex;
	color: #0b2342;
	align-items: center;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 1rem;
}

@media screen and (min-width:48em) {
	.legend__item {
		margin-left: 0;
		margin-right: 1.5rem;
	}
}

.months-list {
	list-style: none;
	margin: 1rem auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width:480px) {
	.months-list {
		max-width: 18rem;
	}
}

@media screen and (min-width:32em) {
	.months-list {
		max-width: 24rem;
		justify-content: flex-start;
	}
}

@media screen and (min-width:64em) {
	.months-list {
		max-width: none;
		justify-content: space-between;
	}
}

.months-list__item {
	position: relative;
	width: 3.25rem;
	height: 3.25rem;
	color: #fff;
	border-radius: 50%;
	font-weight: 700;
	font-size: .875rem;
	line-height: 3.125rem;
	text-align: center;
}

.months-list__item--mixed {
	background: #cce9da;
	color: #346d4e;
}

.months-list__item--good {
	background: #283a2c;
	color: #cde9da !important;
}

.months-list__item--best {
	background: #3c7f5b;
	color: #fff;
}

.months-list__item--active:after,.months-list__item:hover:after {
	content: "";
	border-radius: 50%;
	position: absolute;
	top: -.3125rem;
	left: -.3125rem;
	width: 3.875rem;
	height: 3.875rem;
	border: 2px solid transparent;
}

.months-list__item--mixed:hover:after {
	border-color: #cce9da;
}

.months-list__item--good:hover:after {
	border-color: #9ad3b4;
}

.months-list__item--active:after,.months-list__item--active:hover:after,.months-list__item--best:hover:after {
	border-color: #3c7f5b;
}

.summary-body {
	max-height: 100%;
	transition: max-height .3s ease-out;
	overflow-y: hidden;
}

.pt--sm {
	padding-top: 1rem;
}

.pb--sm {
	padding-bottom: 1rem;
}

.bg--none {
	background-color: transparent;
}

.ta--left {
	text-align: left;
}


/* wht us/ */
/*! CSS Used from: file:///Users/edwinedward/Documents/new-oscar-site/css/header.css */
*,::after,::before {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	display: block;
}

@media (prefers-reduced-motion: reduce) {
	*,::after,::before {
		animation-duration: 0.01ms!important;
		animation-iteration-count: 1!important;
		transition-duration: 0.01ms!important;
		scroll-behavior: auto!important;
	}
}

::placeholder {
	color: rgb(170, 170, 170);
	opacity: 1;
}

li {
	list-style-type: none;
}

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

ul {
	box-sizing: border-box;
}

@media all {
	a {
		background-color: transparent;
	}

	img {
		border-style: none;
	}

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

	::selection {
		background: #283a2c !important;
		color: rgb(255, 255, 255);
	}

	img {
		max-width: 100%;
		display: block;
	}

	p {
		margin-top: 0px;
		letter-spacing: 0.25px;
	}

	p:last-of-type {
		margin-bottom: 0px;
	}

	em {
		font-style: italic;
	}

	a {
		color: var(--colorBlack);
		text-decoration: underline;
		transition: 0.6s;
		outline: none!important;
	}

	a:hover {
		text-decoration: none;
	}

	h2,h3 {
		: var(--headingFont);
		font-weight: 400;
		margin: 0px;
		letter-spacing: 0.1px;
	}

	h2 {
		font-size: 48px;
		line-height: 60px;
	}

	h3 {
		font-size: 38px;
		line-height: 55px;
		margin-bottom: 28px;
	}
@	media (max-width: 1199px) {
		p{font-size: 15px;
		line-height: 27px;
	}

	h2 {
		font-size: 38px;
		line-height: 52px;
	}

	h3 {
		font-size: 35px;
		line-height: 38px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 38px;
		line-height: 52px;
	}

	h3 {
		font-size: 28px;
		line-height: 40px;
	}
}
}
/*! CSS Used from: file:///Users/edwinedward/Documents/new-oscar-site/css/g.css */
section {
	display: block;
}

a:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

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

@media print {
	* {
		text-shadow: none!important;
		color: rgb(0, 0, 0)!important;
		background: transparent!important;
		box-shadow: none!important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		break-after: avoid;
	}
}

p {
	margin: 0px 0px 14px;
}

h2,h3 {
	line-height: 56px;
}

h2 {
	font-size: 31.5px;
}

h3 {
	font-size: 24.5px;
}

@media (max-width: 480px) {
	h2 {
		font-size: 1.4em;
	}

	h3 {
		font-size: 1.3em;
	}

	h2,h3 {
		line-height: 1.75em;
	}
}

h2,h3 {
	margin: 14px 0px;
	: "Helvetica Neue", Arial, sans-serif;
	color: rgb(76, 79, 86);
	text-rendering: optimizelegibility;
}

h2,h3 {
	line-height: 1.1em;
}

@media all {
	ul {
		box-sizing: border-box;
	}
}

@media all {
	img {
		border-style: none;
	}

	h3 {
		margin: 0px;
	}

	ul {
		margin: 0px;
		padding: 0px;
	}

	ul {
		list-style: none;
	}

	*,::after,::before {
		box-sizing: border-box;
		border: 0px solid rgb(226, 232, 240);
	}

	img {
		border-style: solid;
	}

	h3 {
		font-size: inherit;
		font-weight: inherit;
	}

	img {
		display: block;
		vertical-align: middle;
	}

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

	h3 {
		margin-bottom: 1rem;
		line-height: 1.375;
	}
}

section {
	display: block;
}

a {
	background-color: transparent;
}

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

img {
	border: 0px;
}



@media print {
	*,::after,::before {
		background: 0px 0px!important;
		color: rgb(0, 0, 0)!important;
		box-shadow: none!important;
		text-shadow: none!important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	img {
		break-inside: avoid;
	}

	img {
		max-width: 100%!important;
	}

	h2,h3,p {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		break-after: avoid;
	}
}

* {
	box-sizing: border-box;
}

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

a:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

h2,h3 {
	: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h2,h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

p {
	margin: 0px 0px 10px;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

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

img {
	max-width: 100%;
}

h2,h3 {
	: "Gotham SSm", sans-serif;
}

h2 {
	font-weight: 300;
	font-size: 2.4rem;
}

h3 {
	font-weight: 300;
	font-size: 2rem;
}

p,ul {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2.3rem;
}

p {
	: Muli, sans-serif;
	margin-bottom: 1em;
}

ul {
	: inherit;
}

a {
	color: rgb(153, 0, 0);
	text-decoration: none;
}

a:focus {
	outline: 0px;
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 2.8rem;
		margin-bottom: 0.6em;
	}
}

@media screen and (min-width: 768px) {
	section {
		padding-bottom: 4em;
	}
}

@media screen and (min-width: 1200px) {
	h2 {
		font-size: 3rem;
	}
}

@media screen and (min-width: 1900px) {
	h2 {
		font-size: 3.4rem;
	}
}

@media screen and (min-width: 1200px) {
	h3 {
		font-size: 2.2rem;
		font-weight: 100;
	}
}

@media screen and (min-width: 1900px) {
	h3 {
		font-size: 2.6rem;
	}
}

@media screen and (min-width: 1200px) {
	p,ul {
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
}

@media screen and (min-width: 1900px) {
	section {
		padding-top: 4em;
		padding-bottom: 6em;
	}
}

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

	p {
		margin: 0px;
	}

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

	*,::before,::after {
		box-sizing: border-box;
		border-width: 0px;
		border-style: solid;
		border-color: currentcolor;
	}

	img {
		border-style: solid;
	}

	a {
		color: inherit;
		text-decoration: inherit;
	}

	img {
		display: block;
		vertical-align: middle;
	}

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

	*,::before,::after {
		--tw-border-opacity: 1;
		border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	}

	*,::before,::after {
		--tw-shadow: 0 0 #0000;
	}

	*,::before,::after {
		--tw-ring-inset: var(--tw-empty, );
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-color: rgba(59, 130, 246, 0.5);
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-ring-shadow: 0 0 #0000;
	}

	* {
		margin: 0px;
		padding: 0px;
		box-sizing: border-box;
	}

	:focus {
		outline: 0px;
	}

	section {
		display: block;
	}

	ul {
		list-style: none;
	}

	a:focus {
		outline: dotted thin;
	}

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

	img {
		border: 0px;
	}

	::selection {
		background: rgb(179, 212, 252);
		text-shadow: none;
	}

	img {
		vertical-align: middle;
		max-width: 100%;
	}

	p {
		margin-bottom: 1.25em;
		line-height: 2.4rem;
		font-size: 1.6rem;
	}

	ul {
		margin: 3rem 0px 0px 16px;
		list-style: disc;
	}

	ul li {
		line-height: 2rem;
		color: #000!important;
		!i;!; 	: "Euclid Square Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	a {
		text-decoration: none;
		color: rgb(32, 32, 32);
	}

	::placeholder {
		color: rgb(32, 32, 32);
		: "Euclid Square Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

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

	p {
		margin: 0px;
	}

	*,::before,::after {
		box-sizing: border-box;
		border-width: 0px;
		border-style: solid;
		border-color: currentcolor;
	}

	*,::before,::after {
		--tw-border-opacity: 1;
		border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	}

	*,::before,::after {
		--tw-shadow: 0 0 #0000;
	}

	*,::before,::after {
		--tw-ring-inset: var(--tw-empty, );
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-color: rgba(59, 130, 246, 0.5);
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-ring-shadow: 0 0 #0000;
	}

	* {
		margin: 0px;
		padding: 0px;
		box-sizing: border-box;
	}

	div,p,section {
		margin: 0px;
		padding: 0px;
		border: 0px;
		font: inherit;
		vertical-align: baseline;
	}

	:focus {
		outline: 0px;
	}

	section {
		display: block;
	}

	::selection {
		background: rgb(179, 212, 252);
		text-shadow: none;
	}

	p {
		margin-bottom: 1.25em;
		line-height: 2.4rem;
		font-size: 1.5rem;
		: bogle;
		color: rgb(71, 71, 71);
		font-weight: 300!important;
	}

	::placeholder {
		color: rgb(32, 32, 32);
		: "Euclid Square Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

@media all {
	div {
		margin: 0px;
		padding: 0px;
		border: 0px;
		font: inherit;
		vertical-align: baseline;
	}

	*,::before,::after {
		box-sizing: inherit;
		margin: 0px;
		padding: 0px;
	}
}

img {
	vertical-align: middle;
}

img {
	border: 0px;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

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

img {
	max-width: 100%;
}

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

a {
	cursor: pointer;
}

@media print {
	::-webkit-scrollbar {
		display: none;
	}

	a::after {
		content: " (" attr(href) ") ";
		font-size: 0.8em;
		font-weight: 400;
	}
}

@media print {
	a::after {
		display: none!important;
	}
}

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

::selection {
	background-color: rgb(57, 57, 57);
	color: rgb(255, 255, 255);
}

ul {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
}

ul {
	list-style: none;
}

a {
	cursor: pointer;
	outline: none;
}

* {
	box-sizing: inherit;
	outline: none;
}

section {
	display: block;
}

*,::before,::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.block-country-weather__subheading {
	: Bogle, sans-serif;
	font-size: 1em;
	line-height: 1.75em;
}

section {
	display: block;
}

*,::before,::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

p {
	margin: 0px;
}

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

*,::after,::before {
	box-sizing: border-box;
	border: 0px solid rgb(229, 231, 235);
}

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

h2 {
	font-size: inherit;
	font-weight: inherit;
}

h2,p {
	margin: 0px;
}

:disabled {
	cursor: default;
}


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

*,::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, 0.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;
}

@media only screen and (max-width: 600px) {
	a {
		color: rgb(0, 0, 255);
		text-decoration: none;
	}
}

img {
	border: 0px;
}

em {
	font-style: inherit;
	font-weight: inherit;
}

h2,h3 {
	font-size: 100%;
	font-weight: normal;
}

:focus {
	outline: 0px;
}

section {
	display: block;
}

@media print {
	*,::after,::before {
		color: rgb(0, 0, 0)!important;
		text-shadow: none!important;
		background: 0px 0px!important;
		box-shadow: none!important;
	}

	h3,p {
		orphans: 3;
		widows: 3;
	}

	h3 {
		break-after: avoid;
	}
}

* {
	box-sizing: border-box;
}

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

h3 {
	: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
}

p {
	margin: 0px 0px 10px;
}

p {
	font-size: 0.875em;
}

h3,p {
	margin: 0px;
	padding: 0px;
}

::-webkit-scrollbar-track {
	background-color: rgb(255, 255, 255);
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: rgb(113, 88, 70);
}

::-webkit-scrollbar-thumb {
	background-color: rgb(113, 88, 70);
}

@media only screen and (max-width: 991px) {
	::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}

	::-webkit-scrollbar-button {
		width: 0px;
		height: 0px;
	}

	::-webkit-scrollbar-thumb {
		background: rgb(144, 136, 126);
		border: 0px none rgb(255, 255, 255);
		border-radius: 50px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: rgb(144, 136, 126);
	}

	::-webkit-scrollbar-thumb:active {
		background: rgb(144, 136, 126);
	}

	::-webkit-scrollbar-track {
		background: rgb(233, 232, 231);
		border: 0px none rgb(255, 255, 255);
		border-radius: 50px;
	}

	::-webkit-scrollbar-track:hover {
		background: rgb(233, 232, 231);
	}

	::-webkit-scrollbar-track:active {
		background: rgb(233, 232, 231);
	}

	::-webkit-scrollbar-corner {
		background: transparent;
	}
}

section {
	display: block;
}

a {
	background-color: transparent;
}

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

img {
	border: 0px;
}

*,::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;
}

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

p {
	margin: 0px;
}

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

.button-outline {
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	user-select: none;
	position: relative;
	display: inline-block;
	height: 3.125em;
	padding: 1px 1.875em 0px;
	: Bogle, sans-serif;
	font-size: 1em;
	letter-spacing: 0.018em;
	line-height: 3.125em;
	text-align: center;
	color: rgb(255, 255, 255);
}

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

.button-outline:hover {
	color: rgb(0, 0, 0);
}

.button-outline:hover::before {
	border-color: rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);
}

.button-outline:hover .button-outline__label {
	color: rgb(0, 0, 0);
}

.button-outline--inverted {
	color: rgb(0, 0, 0);
}

.button-outline--inverted::before {
	border: 1.5px solid rgb(0, 0, 0);
}

.button-outline--inverted:hover {
	color: rgb(255, 255, 255);
}

.button-outline--inverted:hover::before {
	border-color: rgb(40, 58, 44);
	background-color: rgb(40, 58, 44);
}

.button-outline--inverted:hover .button-outline__label {
	color: rgb(255, 255, 255);
}

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

.block-itinerary-contributions {
	padding: 7.6875rem 1.875rem 7rem;
	background-color: rgb(255, 255, 255);
	text-align: center;
	background-image: linear-gradient(rgba(255, 255, 255, 0.937), rgba(255, 255, 255, 0.82)), url("file:///Users/edwinedward/Documents/new-oscar-site/img/r-11.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 80% 15%;
}

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

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

.block-itinerary-contributions__body-item {
	margin-top: 0.75em;
	font-size: 0.875em;
	letter-spacing: 0.03em;
	line-height: 1.125em;
}

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

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

.block-itinerary-contributions__icon {
	width: auto;
	height: 3.5625rem;
}

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

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

.block-itinerary-contributions__subheading {
	: "Wulkan Display Medium", serif;
	/* margin-top: 1.8125em; */
	font-size: 1.5em;
	letter-spacing: -0.01em;
	line-height: 1.937em;
}

.block-itinerary-contributions__heading {
	: "Wulkan Display Medium", serif;
	font-size: 2.25em;
	letter-spacing: -0.01em;
	line-height: 2.5em;
}

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

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

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

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

	.block-itinerary-contributions__container {
		width: 73.3333%;
		margin-right: auto;
		margin-left: auto;
	}

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

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

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

	.block-itinerary-contributions__list-item {
		position: relative;
		width: 33.2665%;
		margin: 0px;
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}
}

p {
	margin: 0px;
}

p {
	margin: 0px;
}

p {
	margin: 0px;
}

@media print {
	::-webkit-scrollbar {
		display: none;
	}

	a::after {
		content: " (" attr(href) ") ";
		font-size: 0.8em;
		font-weight: 400;
	}
}

@media print {
	a::after {
		display: none!important;
	}
}

@media print {
	::-webkit-scrollbar {
		display: none;
	}

	a::after {
		content: " (" attr(href) ") ";
		font-size: 0.8em;
		font-weight: 400;
	}
}

@media print {
	a::after {
		display: none!important;
	}
}

h2,p {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 100%;
	font-weight: 400;
}

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

* {
	: Lato, Helvetica, Arial, sans-serif;
}

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

a {
	color: rgb(177, 45, 26);
	text-decoration: none;
}

::selection {
	background: rgb(177, 45, 26);
	color: rgb(255, 255, 255);
}

* {
	box-sizing: border-box;
}

h2,p {
	margin: 0px;
	padding: 0px;
}

* {
	: Lato, Helvetica, Arial, sans-serif;
}

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

a {
	color: rgb(177, 45, 26);
	text-decoration: none;
}

::selection {
	background: rgb(177, 45, 26);
	color: rgb(255, 255, 255);
}

* {
	box-sizing: border-box;
}

h3 {
	: var(--DO_NOT_USE_bui_large_font_strong_1_);
	font-size: var(--DO_NOT_USE_bui_large_font_strong_1_font-size);
	font-weight: var(--DO_NOT_USE_bui_large_font_strong_1_font-weight);
	line-height: var(--DO_NOT_USE_bui_large_font_strong_1_line-height);
}

h3 {
	margin-block-end: 0.67em;
}

h3:first-child {
	margin-block-start: 0px;
}

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

	a {
		color: rgb(0, 123, 255);
		text-decoration: none;
		background-color: transparent;
	}

	a:hover {
		color: rgb(0, 86, 179);
		text-decoration: underline;
	}

	a {
		background-color: transparent;
	}

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

	a {
		transition: 0.2s linear;
		text-decoration: none;
		color: rgb(158, 106, 22);
		border-bottom: 1px solid transparent;
	}

	a:focus,a:hover {
		text-decoration: none;
		color: rgb(158, 106, 22);
	}

	::selection {
		background: rgb(255, 240, 224);
		line-height: 32px;
		padding: 0px;
	}

	a:focus {
		outline: none!important;
	}
}

@media all {
	*,::after,::before {
		box-sizing: inherit;
	}

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

	div,img {
		margin: 0px;
		padding: 0px;
		border: 0px;
		font: inherit;
		vertical-align: baseline;
	}
}

img {
	vertical-align: middle;
}

img {
	border: 0px;
}

img {
	max-width: 100%;
}

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

@media print {
	::-webkit-scrollbar {
		display: none;
	}
}

img {
	vertical-align: middle;
}

img {
	border: 0px;
}

h3 {
	margin: 0px;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

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

img {
	max-width: 100%;
}

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

a {
	cursor: pointer;
}

h3 {
	font-weight: 700;
}

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

@media print {
	::-webkit-scrollbar {
		display: none;
	}

	a::after {
		content: " (" attr(href) ") ";
		font-size: 0.8em;
		font-weight: 400;
	}
}

@media print {
	a::after {
		display: none!important;
	}
}

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

a {
	background-color: transparent;
}

img {
	border-style: none;
}

* {
	-webkit-tap-highlight-color: transparent;
}

a {
	color: rgb(32, 32, 32);
	text-decoration: none;
}

:focus {
	outline: none;
}

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

*,::after,::before {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
	*,::after,::before {
		animation-duration: 0.01ms!important;
		animation-iteration-count: 1!important;
		transition-duration: 0.01ms!important;
		scroll-behavior: auto!important;
	}
}

a {
	color: inherit;
}

h3 {
	margin-bottom: 0.5em;
	font-size: 24px;
	line-height: 1.3;
}

@media (min-width: 767px) {
	h3 {
		font-size: 36px;
	}
}

::placeholder {
	color: rgb(170, 170, 170);
	opacity: 1;
}

a {
	text-decoration: none;
	color: var(--grey-medium);
}

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

*,::after,::before {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
	*,::after,::before {
		animation-duration: 0.01ms!important;
		animation-iteration-count: 1!important;
		transition-duration: 0.01ms!important;
		scroll-behavior: auto!important;
	}
}

a {
	color: inherit;
}

h3 {
	margin-bottom: 0.5em;
	font-size: 24px;
	line-height: 1.3;
}

@media (min-width: 767px) {
	h3 {
		font-size: 36px;
	}
}

::placeholder {
	color: rgb(170, 170, 170);
	opacity: 1;
}

a {
	text-decoration: none;
	color: var(--grey-medium);
}

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

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

h3 {
	font-size: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
}

img {
	height: auto;
	vertical-align: middle;
}

a {
	color: inherit;
}

a:focus {
	outline: dotted thin;
}

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

img {
	border: 0px;
}

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

h3 {
	margin: 0px;
	padding: 0px;
}

img {
	font-style: italic;
}

h3 {
	margin-bottom: 1.25rem;
}

h3 {
	font-size: 1.2rem;
	line-height: 1;
}

img {
	max-width: 100%;
}

h3 {
	color: rgb(48, 81, 93);
	: miller-text, Georgia, Times, "Times New Roman", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 1.25rem;
}

a:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

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

@media print {
	* {
		text-shadow: none!important;
		color: rgb(0, 0, 0)!important;
		background: transparent!important;
		box-shadow: none!important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	h3 {
		orphans: 3;
		widows: 3;
	}

	h3 {
		break-after: avoid;
	}
}

h3 {
	line-height: 56px;
}

h3 {
	font-size: 24.5px;
}

@media (max-width: 480px) {
	h3 {
		font-size: 1.3em;
	}

	h3 {
		line-height: 1.75em;
	}
}

h3 {
	margin: 14px 0px;
	: "Helvetica Neue", Arial, sans-serif;
	color: rgb(76, 79, 86);
	text-rendering: optimizelegibility;
}

h3 {
	line-height: 1.1em;
}

@media all {
	img {
		border-style: none;
	}

	h3 {
		margin: 0px;
	}

	*,::after,::before {
		box-sizing: border-box;
		border: 0px solid rgb(226, 232, 240);
	}

	img {
		border-style: solid;
	}

	h3 {
		font-size: inherit;
		font-weight: inherit;
	}

	img {
		display: block;
		vertical-align: middle;
	}

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

	h3 {
		margin-bottom: 1rem;
		line-height: 1.375;
	}
}

a {
	background-color: transparent;
}

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

img {
	border: 0px;
}

@media print {
	*,::after,::before {
		background: 0px 0px!important;
		color: rgb(0, 0, 0)!important;
		box-shadow: none!important;
		text-shadow: none!important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	img {
		break-inside: avoid;
	}

	img {
		max-width: 100%!important;
	}

	h3 {
		orphans: 3;
		widows: 3;
	}

	h3 {
		break-after: avoid;
	}
}

* {
	box-sizing: border-box;
}

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

a:focus {
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

h3 {
	: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
}

img {
	max-width: 100%;
}

h3 {
	: "Gotham SSm", sans-serif;
}

h3 {
	font-weight: 300;
	font-size: 2rem;
}

a {
	color: rgb(153, 0, 0);
	text-decoration: none;
}

a:focus {
	outline: 0px;
}

@media screen and (min-width: 1200px) {
	h3 {
		font-size: 2.2rem;
		font-weight: 100;
	}
}

@media screen and (min-width: 1900px) {
	h3 {
		font-size: 2.6rem;
	}
}

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

	*,::before,::after {
		box-sizing: border-box;
		border-width: 0px;
		border-style: solid;
		border-color: currentcolor;
	}

	img {
		border-style: solid;
	}

	a {
		color: inherit;
		text-decoration: inherit;
	}

	img {
		display: block;
		vertical-align: middle;
	}

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

	*,::before,::after {
		--tw-border-opacity: 1;
		border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	}

	*,::before,::after {
		--tw-shadow: 0 0 #0000;
	}

	*,::before,::after {
		--tw-ring-inset: var(--tw-empty, );
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-color: rgba(59, 130, 246, 0.5);
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-ring-shadow: 0 0 #0000;
	}

	* {
		margin: 0px;
		padding: 0px;
		box-sizing: border-box;
	}

	div,a,img {
		margin: 0px;
		padding: 0px;
		border: 0px;
		font: inherit;
		vertical-align: baseline;
	}

	:focus {
		outline: 0px;
	}

	a:focus {
		outline: dotted thin;
	}

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

	img {
		border: 0px;
	}

	::selection {
		background: rgb(179, 212, 252);
		text-shadow: none;
	}

	img {
		vertical-align: middle;
		max-width: 100%;
	}

	a {
		text-decoration: none;
		color: rgb(32, 32, 32);
	}

	::placeholder {
		color: rgb(32, 32, 32);
		: "Euclid Square Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

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

	*,::before,::after {
		box-sizing: border-box;
		border-width: 0px;
		border-style: solid;
		border-color: currentcolor;
	}

	*,::before,::after {
		--tw-border-opacity: 1;
		border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	}

	*,::before,::after {
		--tw-shadow: 0 0 #0000;
	}

	*,::before,::after {
		--tw-ring-inset: var(--tw-empty, );
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-color: rgba(59, 130, 246, 0.5);
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-ring-shadow: 0 0 #0000;
	}

	* {
		margin: 0px;
		padding: 0px;
		box-sizing: border-box;
	}

	div {
		margin: 0px;
		padding: 0px;
		border: 0px;
		font: inherit;
		vertical-align: baseline;
	}

	:focus {
		outline: 0px;
	}

	::selection {
		background: rgb(179, 212, 252);
		text-shadow: none;
	}

	::placeholder {
		color: rgb(32, 32, 32);
		: "Euclid Square Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

@media all {
	div {
		margin: 0px;
		padding: 0px;
		border: 0px;
		font: inherit;
		vertical-align: baseline;
	}

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

img {
	vertical-align: middle;
}

img {
	border: 0px;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

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

img {
	max-width: 100%;
}

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

a {
	cursor: pointer;
}

@media print {
	::-webkit-scrollbar {
		display: none;
	}

	a::after {
		content: " (" attr(href) ") ";
		font-size: 0.8em;
		font-weight: 400;
	}
}

@media print {
	a::after {
		display: none!important;
	}
}

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

::selection {
	background-color: rgb(57, 57, 57);
	color: rgb(255, 255, 255);
}

a {
	cursor: pointer;
	outline: none;
}

* {
	box-sizing: inherit;
	outline: none;
}

*,::before,::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,::before,::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h3 {
	margin: 0px;
	font-weight: 400;
}

*,::after,::before {
	box-sizing: border-box;
	border: 0px solid rgb(229, 231, 235);
}

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

:disabled {
	cursor: default;
}

img {
	display: block;
	vertical-align: middle;
}

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

*,::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, 0.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;
}

@media only screen and (max-width: 600px) {
	a {
		color: rgb(0, 0, 255);
		text-decoration: none;
	}
}

div,h3 {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h3 {
	font-size: 100%;
	font-weight: normal;
}

:focus {
	outline: 0px;
}

@media print {
	*,::after,::before {
		color: rgb(0, 0, 0)!important;
		text-shadow: none!important;
		background: 0px 0px!important;
		box-shadow: none!important;
	}

	h3 {
		orphans: 3;
		widows: 3;
	}

	h3 {
		break-after: avoid;
	}
}

* {
	box-sizing: border-box;
}

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

h3 {
	: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

::-webkit-scrollbar-track {
	background-color: rgb(255, 255, 255);
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: rgb(113, 88, 70);
}

::-webkit-scrollbar-thumb {
	background-color: rgb(113, 88, 70);
}

@media only screen and (max-width: 991px) {
	::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}

	::-webkit-scrollbar-button {
		width: 0px;
		height: 0px;
	}

	::-webkit-scrollbar-thumb {
		background: rgb(144, 136, 126);
		border: 0px none rgb(255, 255, 255);
		border-radius: 50px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: rgb(144, 136, 126);
	}

	::-webkit-scrollbar-thumb:active {
		background: rgb(144, 136, 126);
	}

	::-webkit-scrollbar-track {
		background: rgb(233, 232, 231);
		border: 0px none rgb(255, 255, 255);
		border-radius: 50px;
	}

	::-webkit-scrollbar-track:hover {
		background: rgb(233, 232, 231);
	}

	::-webkit-scrollbar-track:active {
		background: rgb(233, 232, 231);
	}

	::-webkit-scrollbar-corner {
		background: transparent;
	}
}

a {
	background-color: transparent;
}

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

img {
	border: 0px;
}

*,::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;
}

h3 {
	margin: 0px;
	font-weight: 400;
}

@media print {
	::-webkit-scrollbar {
		display: none;
	}

	a::after {
		content: " (" attr(href) ") ";
		font-size: 0.8em;
		font-weight: 400;
	}
}

@media print {
	a::after {
		display: none!important;
	}
}

@media print {
	::-webkit-scrollbar {
		display: none;
	}

	a::after {
		content: " (" attr(href) ") ";
		font-size: 0.8em;
		font-weight: 400;
	}
}

@media print {
	a::after {
		display: none!important;
	}
}

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

* {
	: Lato, Helvetica, Arial, sans-serif;
}

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

a {
	color: rgb(177, 45, 26);
	text-decoration: none;
}

::selection {
	background: rgb(177, 45, 26);
	color: rgb(255, 255, 255);
}

* {
	box-sizing: border-box;
}

* {
	: Lato, Helvetica, Arial, sans-serif;
}

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

a {
	color: rgb(177, 45, 26);
	text-decoration: none;
}

::selection {
	background: rgb(177, 45, 26);
	color: rgb(255, 255, 255);
}

* {
	box-sizing: border-box;
}

div {
	margin: 0px;
	padding: 0px;
}

div {
	: "Open Sans", sans-serif;
}

a:link,a:visited {
	transition: 0.15s ease-in-out;
}

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

div {
	margin: 0px;
	padding: 0px;
}

@media print {
	* {
		background: transparent!important;
		color: rgb(0, 0, 0)!important;
		box-shadow: none!important;
		text-shadow: none!important;
	}
}

div {
	: "Open Sans", sans-serif;
}

img {
	margin-left: auto;
	margin-right: auto;
}

a {
	background: transparent;
}

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

img {
	border: 0px;
}

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

a:hover {
	cursor: pointer;
}

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

img {
	display: inline-block;
	vertical-align: middle;
}

div {
	margin: 0px;
	padding: 0px;
	text-rendering: optimizelegibility;
}

@media print {
	* {
		background: transparent!important;
		color: rgb(0, 0, 0)!important;
		box-shadow: none!important;
		text-shadow: none!important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	img {
		break-inside: avoid;
	}

	img {
		max-width: 100%!important;
	}
}

a:link,a:visited {
	transition: 0.15s ease-in-out;
}

a {
	color: rgb(242, 138, 33);
}

a:hover {
	color: rgb(68, 68, 68);
}

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

h3 {
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	overflow-y: visible!important;
}

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

h3 {
	font-feature-settings: "ss09";
	font-size: 2.6rem;
	font-weight: 600;
}

h3 {
	: var(--font-main);
	line-height: 1.07;
	/* text-align: center; */
}

h3 {
	gap: 20px;
	align-items: center;
	display: flex;
	flex-direction: column;
}
/*! CSS Used from: file:///Users/edwinedward/Documents/new-oscar-site/css/eve.css */


@media all {
	a {
		background-color: transparent;
		-webkit-text-decoration-skip: objects;
	}

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

	img {
		border-style: none;
	}

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

	h2,h3 {
		: sofia-pro,Helvetica Neue,Helvetica,Arial,sans-serif;
		line-height: 1.2;
	}

	a {
		text-decoration: none;
	}

	h2,h3 {
		color: #0b2342;
	}

	a {
		color: #0b2342;
	}
}

a:where(:not(.wp-element-button)) {
	text-decoration: underline;
}

@media all {
	a {
		background-color: transparent;
	}

	img {
		border-style: none;
	}

	* {
		-webkit-tap-highlight-color: transparent;
	}

	a {
		color: #202020;
		text-decoration: none;
	}

	:focus {
		outline: none;
	}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

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

a {
	text-decoration: none;
}



a {
	color: #0b2342;
}

@media all {
	a {
		background-color: transparent;
		-webkit-text-decoration-skip: objects;
	}

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

	img {
		border-style: none;
	}

	svg:not(:root) {
		overflow: hidden;
	}

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

	a {
		text-decoration: none;
	}


	a {
		color: #0b2342;
	}
}

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

h2 {
	: sofia-pro,Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 1.2;
}

h2 {
	color: #0b2342;
}

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

	h2 {
		: sofia-pro,Helvetica Neue,Helvetica,Arial,sans-serif;
		line-height: 1.2;
	}

	h2 {
		color: #0b2342;
	}
}
a {
	background-color: transparent;
}

h3,p {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

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

h3 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}



a:focus {
	outline: none;
}

p,ul {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.25;
}

@media only screen and (min-width:1200px) {
	p,ul {
		font-size: 16px;
	}
}

h3 {
	: Montserrat, sans-serif;
}

p {
	margin-bottom: 1rem;
}

a {
	color: #900;
	text-decoration: underline;
}

ul {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

@media all {
	html p {
		font-size: 14px;
	}

	html a {
		color: #9c27b0;
	}

	html a:focus,html a:hover {
		color: #89229b;
	}

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

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

	html img {
		border: 0;
	}

	html a {
		color: #1675e0;
		color: var(--rs-text-link);
	}

	html a:focus,html a:hover {
		color: #0a5dc2;
		color: var(--rs-text-link-hover);
	}

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

	html a:active {
		color: #004299;
		color: var(--rs-text-link-active);
	}

	html p {
		margin: 0;
	}

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

	html p {
		font-size: 16px;
		margin: 0 0 10px;
	}

	html * {
		-webkit-tap-highlight-color: transparent;
		-webkit-tap-highlight-color: transparent;
		box-sizing: border-box;
	}

	html :focus {
		outline: 0;
	}

	html a {
		color: #283a2c;
		text-decoration: none;
		background-color: initial;
	}

	html a:focus,html a:hover {
		color: #131879;
		text-decoration: none;
	}

	html img {
		vertical-align: middle;
		border-style: none;
	}
}

* {
	box-sizing: inherit;
	outline: none;
}

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

img {
	max-width: 100%;
}

a,div,img,p {
	border: 0;
	margin: 0;
	padding: 0;
}

* {
	box-sizing: inherit;
	outline: none;
}

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

img {
	max-width: 100%;
}

a,div,em,h2,h3,img,li,p,section,span,ul {
	border: 0;
	margin: 0;
	padding: 0;
}

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

	a {
		color: #007bff;
		text-decoration: none;
		background-color: transparent;
		-webkit-text-decoration-skip: objects;
	}

	a:hover {
		color: #0056b3;
		text-decoration: underline;
	}


@media print {
		:after,::before{text-shadow:none!important;
		box-shadow: none!important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}
}
}

@media all {
	a {
		background-color: transparent;
		-webkit-text-decoration-skip: objects;
	}

	svg:not(:root) {
		overflow: hidden;
	}

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

	a:focus {
		outline: none;
	}

	::selection {
		background: #283a2c;
	}
}


:focus {
	outline: 0;
}

p {
	padding-bottom: 1em;
}


p:not(.has-background):last-of-type {
	padding-bottom: 0;
	text-align: justify !important;
	
}


#readMoreFull > p{
	text-align: justify !important;
}



@media only screen and (max-width:768px) {
	p {
		column-count: 1;
	}
}

img {
	vertical-align: middle;
}

img {
	border: 0;
}

img {
	max-width: 100%;
}

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

@media print {
	::-webkit-scrollbar {
		display: none;
	}
}

img {
	border: 0;
}

@media print {
	*,:after,:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}

	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100%!important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: middle;
}

@media all {
	img {
		border: 0;
	}
}

img {
	vertical-align: middle;
}

img {
	border: 0;
}

h2,h3,p {
	margin: 0;
}

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

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

img {
	max-width: 100%;
}

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

p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

h2 {
	: adobe-garamond-pro, serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	cursor: pointer;
}

a:not(.-s):not(.btn) {
	/* color: #fff !important; */
}

a:not(.-s):not(.btn):active {
	color: var(--theme10Darker);
}

a:not(.-s):not(.btn):focus:not(.underline),a:not(.-s):not(.btn):hover:not(.underline) {
	text-decoration: none;
}

@media only screen and (min-width:1147px) {
	a:not(.-s):not(.btn):hover:not(.-body-color-link) {
		color: var(--theme10Darker);
	}
}

h2,h3 {
	font-weight: 700;
}

svg {
	pointer-events: none;
}

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

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

@media print {
	::-webkit-scrollbar {
		display: none;
	}

	a:after {
		content: " ("attr(href) ") ";
		font-size: .8em;
		font-weight: 400;
	}
}

@media print {
	a:after {
		display: none!important;
	}
}
/*! CSS Used fontfaces */
@font-face {
	:'Gotham SSm';font-style:normal;font-weight:300;src:local('Gotham SSm'), url('https://fonts.cdnfonts.com/s/70375/GothamSSmLight.woff') format('woff');
}

@font-face {
	:'Gotham SSm';font-style:normal;font-weight:325;src:local('Gotham SSm'), url('https://fonts.cdnfonts.com/s/70375/GothamSSmBook.woff') format('woff');
}

@font-face {
	:'Gotham SSm';font-style:normal;font-weight:350;src:local('Gotham SSm'), url('https://fonts.cdnfonts.com/s/70375/GothamSSmMedium.woff') format('woff');
}

@font-face {
	:"Euclid Square Regular";src:url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.woff2") format("woff2"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.woff") format("woff"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.ttf") format("truetype");font-display:fallback;font-weight:normal;font-style:normal;
}

@font-face {
	:"Euclid Square Regular";src:url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.woff2") format("woff2"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.woff") format("woff"), url("https://www.flashpack.com/wp-content/themes/flashpackv2/fonts/euclid/EuclidSquare-Regular-WebS.ttf") format("truetype");font-display:fallback;font-weight:normal;font-style:normal;
}

@font-face {
	font-display:swap;:Bogle;font-style:normal;font-weight:700;src:url("https://i5.walmartimages.com/dfw/63fd9f59-a78c/fcfae9b6-2f69-4f89-beed-f0eeb4237946/v1/BogleWeb_subset-Bold.woff2") format("woff2");
}

@font-face {
	font-display:swap;:Bogle;font-style:normal;font-weight:400;src:url("https://i5.walmartimages.com/dfw/63fd9f59-a78c/fcfae9b6-2f69-4f89-beed-f0eeb4237946/v1/BogleWeb_subset-Regular.woff2") format("woff2");
}

@font-face {
	:"Wulkan Display Medium";font-weight:500;font-style:normal;font-display:swap;src:url("https://www.niarratravel.com/static/1659018031/fonts/wulkan/wulkan-display-medium.woff2") format("woff2"), url("https://www.niarratravel.com/static/1659018031/fonts/wulkan/wulkan-display-medium.woff") format("woff");
}

@font-face {
	:"Wulkan Display Medium";font-weight:500;font-style:normal;font-display:swap;src:url("file:///Users/edwinedward/Documents/new-oscar-site/font/wulkan-display-medium.woff2") format("woff2"), url("https://www.niarratravel.com/static/1659018031/fonts/wulkan/wulkan-display-medium.woff") format("woff");
}

@font-face {
	:"Wulkan Display Regular Italic";font-weight:400;font-style:normal;font-display:swap;src:url("file:///Users/edwinedward/Documents/new-oscar-site/font/wulkan-display-regular-italic.woff2") format("woff2"), url("file:///Users/edwinedward/Documents/new-oscar-site/css/g.css") format("woff");
}

@font-face {
	:Lato;font-style:italic;font-weight:100;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPx-mPCLC79U11vU.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:italic;font-weight:100;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPx-oPCLC79U1.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:Lato;font-style:italic;font-weight:300;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2_FQftx9897sxZ.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:italic;font-weight:300;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2_Gwftx9897g.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:Lato;font-style:italic;font-weight:400;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:italic;font-weight:400;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:Lato;font-style:italic;font-weight:700;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:italic;font-weight:700;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:Lato;font-style:italic;font-weight:900;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI3wi_FQftx9897sxZ.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:italic;font-weight:900;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI3wi_Gwftx9897g.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:Lato;font-style:normal;font-weight:100;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AUi-qNiXg7eU0.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:normal;font-weight:100;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AXC-qNiXg7Q.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:Lato;font-style:normal;font-weight:300;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:normal;font-weight:300;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:Lato;font-style:normal;font-weight:400;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:normal;font-weight:400;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXiWtFCc.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:Lato;font-style:normal;font-weight:700;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:normal;font-weight:700;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:Lato;font-style:normal;font-weight:900;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwaPGQ3q5d0N7w.woff2") format("woff2");unicode-range:U+100-24F, U+259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:Lato;font-style:normal;font-weight:900;font-display:swap;src:url("https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50XSwiPGQ3q5d0.woff2") format("woff2");unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	:sofia-pro;src:url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:400;
}

@font-face {
	:sofia-pro;src:url(https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/l?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/d?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/a?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:swap;font-style:italic;font-weight:400;
}

@font-face {
	:sofia-pro;src:url(https://use.typekit.net/af/227c77/00000000000000003b9b46ef/27/l?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/227c77/00000000000000003b9b46ef/27/d?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/227c77/00000000000000003b9b46ef/27/a?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:optional;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
	:sofia-pro;src:url(https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/l?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/d?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/a?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:600;
}

@font-face {
	:sofia-pro;src:url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?fvd=n4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:400;
}

@font-face {
	:sofia-pro;src:url(https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/l?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/d?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/a?fvd=i4&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:swap;font-style:italic;font-weight:400;
}

@font-face {
	:sofia-pro;src:url(https://use.typekit.net/af/227c77/00000000000000003b9b46ef/27/l?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/227c77/00000000000000003b9b46ef/27/d?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/227c77/00000000000000003b9b46ef/27/a?fvd=n5&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:optional;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
	:sofia-pro;src:url(https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/l?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff2"),url(https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/d?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("woff"),url(https://use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/a?fvd=n6&primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&v=3) format("opentype");font-display:swap;font-style:normal;font-weight:600;
}

@font-face {
	:Montserrat;src:url("https://static.rhinoafrica.com/static/app/fonts/Montserrat-ExtraLight.ttf") format("opentype");font-weight:100;font-style:normal;
}

@font-face {
	:Montserrat;font-style:normal;font-weight:300;src:local(""), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("woff2"), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.woff") format("woff"), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-300.ttf") format("truetype");
}

@font-face {
	:Montserrat;font-style:normal;font-weight:400;src:local(""), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype");font-display:swap;
}

@font-face {
	:Montserrat;font-style:normal;font-weight:500;src:local(""), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format("woff"), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-500.ttf") format("truetype");font-display:swap;
}

@font-face {
	:Montserrat;font-style:normal;font-weight:600;src:local(""), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format("woff"), url("https://static.rhinoafrica.com/static/app/fonts/montserrat-v25-vietnamese_latin-ext_latin_cyrillic-ext_cyrillic-600.ttf") format("truetype");font-display:swap;
}

@font-face {
	:Montserrat;src:url("https://static.rhinoafrica.com/static/app/fonts/Montserrat-Bold.ttf") format("opentype");font-weight:800;font-style:normal;
}

@font-face {
	:Montserrat;font-style:normal;font-weight:100;src:url(https://www.rhinoafrica.com/_nuxt/fonts/a841f82.ttf) format("truetype");
}

@font-face {
	:Montserrat;font-style:normal;font-weight:300;src:url(https://www.rhinoafrica.com/_nuxt/fonts/c8f60cc.eot);src:local(""), url(https://www.rhinoafrica.com/_nuxt/fonts/c8f60cc.eot#iefix) format("embedded-opentype"), url(https://www.rhinoafrica.com/_nuxt/fonts/cb13fcf.woff2) format("woff2"), url(https://www.rhinoafrica.com/_nuxt/fonts/304f188.woff) format("woff"), url(https://www.rhinoafrica.com/_nuxt/fonts/bcf14e7.ttf) format("truetype"), url(https://www.rhinoafrica.com/_nuxt/img/c5441ad.svg#Montserrat) format("svg");
}

@font-face {
	:Montserrat;font-style:normal;font-weight:400;src:url(https://www.rhinoafrica.com/_nuxt/fonts/bfa4763.eot);src:local(""), url(https://www.rhinoafrica.com/_nuxt/fonts/bfa4763.eot#iefix) format("embedded-opentype"), url(https://www.rhinoafrica.com/_nuxt/fonts/d82dd34.woff2) format("woff2"), url(https://www.rhinoafrica.com/_nuxt/fonts/88b2997.woff) format("woff"), url(https://www.rhinoafrica.com/_nuxt/fonts/430be0d.ttf) format("truetype"), url(https://www.rhinoafrica.com/_nuxt/img/b5514b0.svg#Montserrat) format("svg");font-display:swap;
}

@font-face {
	:Montserrat;font-style:normal;font-weight:500;src:url(https://www.rhinoafrica.com/_nuxt/fonts/2711a33.eot);src:local(""), url(https://www.rhinoafrica.com/_nuxt/fonts/2711a33.eot#iefix) format("embedded-opentype"), url(https://www.rhinoafrica.com/_nuxt/fonts/92d6477.woff2) format("woff2"), url(https://www.rhinoafrica.com/_nuxt/fonts/37100cf.woff) format("woff"), url(https://www.rhinoafrica.com/_nuxt/fonts/128c3c6.ttf) format("truetype"), url(https://www.rhinoafrica.com/_nuxt/img/4be1182.svg#Montserrat) format("svg");font-display:swap;
}

@font-face {
	:Montserrat;font-style:normal;font-weight:600;src:url(https://www.rhinoafrica.com/_nuxt/fonts/ec402fd.eot);src:local(""), url(https://www.rhinoafrica.com/_nuxt/fonts/ec402fd.eot#iefix) format("embedded-opentype"), url(https://www.rhinoafrica.com/_nuxt/fonts/afc099b.woff2) format("woff2"), url(https://www.rhinoafrica.com/_nuxt/fonts/bc9c939.woff) format("woff"), url(https://www.rhinoafrica.com/_nuxt/fonts/cbdecee.ttf) format("truetype"), url(https://www.rhinoafrica.com/_nuxt/img/ff4bf1f.svg#Montserrat) format("svg");font-display:swap;
}

@font-face {
	:Montserrat;src:url(https://www.rhinoafrica.com/_nuxt/fonts/8870372.ttf) format("opentype");font-weight:800;font-style:normal;
}

@font-face {
	:adobe-garamond-pro;src:url("https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");font-weight:700;font-style:normal;font-stretch:normal;font-display:auto;
}

@font-face {
	:adobe-garamond-pro;src:url("https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");font-weight:400;font-style:italic;font-stretch:normal;font-display:auto;
}

@font-face {
	:adobe-garamond-pro;src:url("https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-weight:400;font-style:normal;font-stretch:normal;font-display:auto;
}

@font-face {
	:adobe-garamond-pro;src:url("https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");font-weight:700;font-style:normal;font-stretch:normal;font-display:auto;
}

@font-face {
	:adobe-garamond-pro;src:url("https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/5cace6/00000000000000003b9b00c2/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");font-weight:400;font-style:italic;font-stretch:normal;font-display:auto;
}

@font-face {
	:adobe-garamond-pro;src:url("https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");font-weight:400;font-style:normal;font-stretch:normal;font-display:auto;
}



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

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

h1 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

h1,p {
	margin: 0;
}

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

:disabled {
	cursor: default;
}



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

h1 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
}

@media (min-width:640px) {
	h1 {
		font-size: 2.5rem;
	}
}

@media (min-width:1024px) {
	h1 {
		font-size: 3rem;
	}
}

@media (min-width:1280px) {
	h1 {
		font-size: 4.375rem;
	}
}

:is(h1,h2,h3,h4) {
	: "DM Serif Display",sans-serif;
	font-weight: 300;
}

*,: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 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

@media (min-width:640px) {
	.container {
		max-width: 640px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

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

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

@media (min-width:1280px) {
	.container {
		max-width: 1280px;
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media (min-width:1536px) {
	.container {
		max-width: 1536px;
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

.pointer-events-none {
	pointer-events: none;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.left-0 {
	left: 0;
}

.left-9 {
	left: 2.25rem;
}

.top-0 {
	top: 0;
}

.top-40 {
	top: 10rem;
}

.z-1 {
	z-index: 1;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-\[25\] {
	z-index: 25;
}

.my-6 {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-2 {
	margin-bottom: .5rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.ml-2 {
	margin-left: .5rem;
}

.mt-11 {
	margin-top: 2.75rem;
}

.block {
	display: block;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.h-12 {
	height: 3rem;
}

.h-16 {
	height: 4rem;
}

.h-4 {
	height: 1rem;
}

.h-\[200px\] {
	height: 200px;
}

.h-full {
	height: 100%;
}

.min-h-\[350px\] {
	min-height: 350px;
}

.w-16 {
	width: 4rem;
}

.w-full {
	width: 100%;
}

.w-screen {
	width: 100vw;
}

.max-w-4xl {
	max-width: 56rem;
}

.max-w-full {
	max-width: 100%;
}

.-scale-y-\[1\] {
	--tw-scale-y: -1;
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(-1);
}

.-scale-y-\[1\] {
	transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.justify-start {
	justify-content: flex-start;
}

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

.gap-2 {
	gap: .5rem;
}

.gap-4 {
	gap: 1rem;
}

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

.overflow-hidden {
	overflow: hidden;
}

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

.bg-black {
	--tw-bg-opacity: 1;
	background-color: #000;
	background-color: rgb(0 0 0/var(--tw-bg-opacity));
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.from-black {
	--tw-gradient-from: #000 var(--tw-gradient-from-position);
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}

.to-transparent {
	--tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-contain {
	background-size: contain;
}

.bg-repeat-x {
	background-repeat: repeat-x;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-0 {
	padding: 0;
}

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

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

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

.text-md {
	font-size: 1.125rem;
}

.text-sm {
	font-size: .875rem;
}

.text-xs {
	font-size: .75rem;
}

.font-black {
	font-weight: 900;
}

.uppercase {
	text-transform: uppercase;
}

.leading-4 {
	line-height: 1rem;
}

.text-green-25 {
	--tw-text-opacity: 1;
	color: #79de90;
	color: rgb(121 222 144/var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: #fff;
	color: rgb(255 255 255/var(--tw-text-opacity));
}

.opacity-60 {
	opacity: .6;
}

.transition-transform {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

@media (hover:hover) and (pointer:fine) {
	.hover\:underline:hover {
		text-decoration-line: underline;
	}
}

@media (min-width:768px) {
	.md\:min-h-\[500px\] {
		min-height: 500px;
	}

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

@media (min-width:1280px) {
	.xl\:pb-16 {
		padding-bottom: 4rem;
	}
}

@media (min-width:1536px) {
	.\32xl\:pt-44 {
		padding-top: 11rem;
	}
}
/*! CSS Used from: Embedded */
.icon[data-v-9d2fac81] {
	display: inline-block;
	vertical-align: middle;
}
/*! CSS Used from: Embedded */
.border-dirt-brown[data-v-06b44d74] {
	filter: invert(92%) sepia(2%) saturate(1017%) hue-rotate(342deg) brightness(106%) contrast(93%);
}
/*! CSS Used from: https://www.travelworld.nl/_nuxt/entry.smCKc4EN.css */
.icon[data-v-9d2fac81] {
	display: inline-block;
	vertical-align: middle;
}

.border-dirt-brown[data-v-06b44d74] {
	filter: invert(92%) sepia(2%) saturate(1017%) hue-rotate(342deg) brightness(106%) contrast(93%);
}
/*! CSS Used fontfaces */
@font-face {
	:'DM Serif Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v16/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	:'DM Serif Display';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v16/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0vrx52g.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}





 .containerzn {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 10px;
        }

 .page-intro {
        
            border-radius: 12px;
          
            margin: 40px auto;
            padding: 40px;
            max-width: 900px;
        }

        h2 {
            font-size: 2.5rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 2rem;
            /* text-align: center; */
            line-height: 1.2;
        }

        h3 {
            font-size: 1.8rem;
            font-weight: 600;
            color: #34495e;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

        .intro-copy {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
        }

        .intro-copy p {
            margin-bottom: 1.5rem;
        }

        .intro-copy ul {
            margin: 1.5rem 0;
            padding-left: 0;
        }

        .intro-copy li {
            list-style: none;
            margin-bottom: 1rem;
            padding: 15px;
            background: #f8f9fa;
            border-left: 4px solid #283a2c;
            border-radius: 6px;
        }

        .intro-copy li strong {
            color: #283a2c;
        }

        .intro-copy a {
            color: #283a2c;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .intro-copy a:hover {
            color: #283a2c;
            text-decoration: underline;
        }

        #readMoreToggle {
            background: #283a2c;
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 30px auto;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        #readMoreToggle:hover {
            background: #37473b;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .chevron {
            width: 16px;
            height: 16px;
            transition: transform 0.3s ease;
        }

        .chevron.rotated {
            transform: rotate(180deg);
        }

        .collapsed {
            max-height: 500px;
            overflow: hidden;
            position: relative;
        }

        .collapsed::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: linear-gradient(transparent, white);
            pointer-events: none;
        }

        .expanded {
            max-height: none;
            overflow: visible;
        }

        .expanded::after {
            display: none;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .page-intro {
                padding: 25px;
                margin: 20px auto;
            }

            h2 {
                font-size: 2rem;
            }

            h3 {
                font-size: 1.5rem;
            }

            .intro-copy {
                font-size: 1rem;
            }

            .intro-copy li {
                padding: 12px;
            }
        }

        @media (max-width: 480px) {
            .containerzn {
                padding: 0 15px;
            }

            .page-intro {
                padding: 20px;
            }

            h2 {
                font-size: 1.8rem;
            }
        }



		/* destinations */
		        .containes {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .image-containes {
            flex: 0 0 500px;
            position: sticky;
            top: 20px;
            z-index: 10;
        }

        .image-containes img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .content-containes {
            flex: 1;
            min-width: 0;
            position: relative;
            z-index: 1;
        }

        .page-intro {
            /* background: white; */
            border-radius: 12px;
            /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
            margin: 40px auto;
            padding: 40px;
            max-width: 1200px;
            display: flex;
            gap: 40px;
            align-items: flex-start;
            max-height: 85vh;
            overflow-y: auto;
            overflow-x: hidden;
            scroll-behavior: smooth;
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* Internet Explorer 10+ */
        }

        /* Hide scrollbar for Chrome, Safari and Opera */
        .page-intro::-webkit-scrollbar {
            display: none;
        }

        h2 {
            font-size: 2.5rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 2rem;
            /* text-align: center; */
            line-height: 1.2;
        }

        h3 {
            font-size: 1.8rem;
            font-weight: 600;
            color: #34495e;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }

        .intro-copy {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
        }

        .intro-copy p {
            margin-bottom: 1.5rem;
        }

        .intro-copy ul {
            margin: 1.5rem 0;
            padding-left: 0;
        }

        .intro-copy li {
            list-style: none;
            margin-bottom: 1rem;
            padding: 15px;
            background: #f8f9fa;
            border-left: 4px solid #283a2c;
            border-radius: 6px;
        }

        .intro-copy li strong {
            color: #283a2c;
        }

        .intro-copy a {
            color: #283a2c;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .intro-copy a:hover {
            color: #283a2c;
            text-decoration: underline;
        }

        #readMoreToggle {
            background: #283a2c;
            color: white;
            border: none;
            padding: 15px 30px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 30px auto;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        #readMoreToggle:hover {
            background: #283a2c;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .chevron {
            width: 16px;
            height: 16px;
            transition: transform 0.3s ease;
        }

        .chevron.rotated {
            transform: rotate(180deg);
        }

        .collapsed {
            max-height: none;
            overflow: visible;
            position: relative;
            scroll-behavior: smooth;
        }

        .collapsed::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60px;
            background: linear-gradient(transparent, white);
            pointer-events: none;
            z-index: 1;
        }

		#readMore.collapsed #readMoreFull {
  display: none;
}
.chevron.rotated {
  transform: rotate(180deg);
}

        .expanded {
            max-height: none;
            overflow: visible;
            scroll-behavior: smooth;
        }

        .expanded::after {
            display: none;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .page-intro {
                flex-direction: column;
                padding: 25px;
                margin: 20px auto;
                gap: 25px;
                max-height: 90vh;
            }

            .image-containes {
                flex: none;
                position: static;
                width: 100%;
                z-index: 1;
            }

            .image-containes img {
                height: 250px;
            }

            h2 {
                font-size: 2rem;
            }

            h3 {
                font-size: 1.5rem;
            }

            .intro-copy {
                font-size: 1rem;
            }

            .intro-copy li {
                padding: 12px;
            }
        }

        @media (max-width: 480px) {
            .containes {
                padding: 0 15px;
            }

            .page-intro {
                padding: 20px;
                max-height: 85vh;
            }

            .image-containes img {
                height: 200px;
            }

            h2 {
                font-size: 1.8rem;
            }
        }