@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}html {
    scroll-padding-top: 7rem;
  }*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: 480px){.container{
    max-width: 480px;
  }
}@media (min-width: 600px){.container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 700px){.container{
    max-width: 700px;
  }
}@media (min-width: 960px){.container{
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1440px){.container{
    max-width: 1440px;
  }
}.fade-in-up{
  --tw-translate-y: 0.5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}.fade-in-up.show{
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}.visible{
  visibility: visible;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-0{
  inset: 0px;
}.bottom-4{
  bottom: 1rem;
}.left-0{
  left: 0px;
}.right-0{
  right: 0px;
}.right-2{
  right: 0.5rem;
}.right-4{
  right: 1rem;
}.right-6{
  right: 1.5rem;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-16{
  top: 4rem;
}.top-24{
  top: 6rem;
}.top-4{
  top: 1rem;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.z-\[100\]{
  z-index: 100;
}.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-ml-2{
  margin-left: -0.5rem;
}.-ml-5{
  margin-left: -1.25rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-16{
  margin-bottom: 4rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-8{
  margin-bottom: 2rem;
}.mr-1{
  margin-right: 0.25rem;
}.mt-1{
  margin-top: 0.25rem;
}.mt-12{
  margin-top: 3rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-4{
  margin-top: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-\[2\/1\]{
  aspect-ratio: 2/1;
}.h-1{
  height: 0.25rem;
}.h-1\.5{
  height: 0.375rem;
}.h-10{
  height: 2.5rem;
}.h-12{
  height: 3rem;
}.h-16{
  height: 4rem;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-80{
  height: 20rem;
}.h-\[280px\]{
  height: 280px;
}.h-\[300px\]{
  height: 300px;
}.h-\[320px\]{
  height: 320px;
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.h-screen{
  height: 100vh;
}.min-h-\[120px\]{
  min-height: 120px;
}.min-h-\[30vh\]{
  min-height: 30vh;
}.min-h-\[40vh\]{
  min-height: 40vh;
}.min-h-\[44px\]{
  min-height: 44px;
}.min-h-\[72px\]{
  min-height: 72px;
}.w-1{
  width: 0.25rem;
}.w-1\.5{
  width: 0.375rem;
}.w-10{
  width: 2.5rem;
}.w-12{
  width: 3rem;
}.w-16{
  width: 4rem;
}.w-6{
  width: 1.5rem;
}.w-8{
  width: 2rem;
}.w-\[280px\]{
  width: 280px;
}.w-\[320px\]{
  width: 320px;
}.w-auto{
  width: auto;
}.w-full{
  width: 100%;
}.max-w-3xl{
  max-width: 48rem;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-\[600px\]{
  max-width: 600px;
}.max-w-\[900px\]{
  max-width: 900px;
}.max-w-full{
  max-width: 100%;
}.max-w-lg{
  max-width: 32rem;
}.max-w-none{
  max-width: none;
}.max-w-screen-xl{
  max-width: 1280px;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink-0{
  flex-shrink: 0;
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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-y-2{
  --tw-translate-y: 0.5rem;
  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));
}.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.cursor-pointer{
  cursor: pointer;
}.resize{
  resize: both;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-center{
  align-items: center;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-12{
  gap: 3rem;
}.gap-2{
  gap: 0.5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-6{
  gap: 1.5rem;
}.gap-8{
  gap: 2rem;
}.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-y-10{
  row-gap: 2.5rem;
}.gap-y-3{
  row-gap: 0.75rem;
}.gap-y-4{
  row-gap: 1rem;
}.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.self-start{
  align-self: flex-start;
}.overflow-hidden{
  overflow: hidden;
}.rounded{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 8px;
}.rounded-sm{
  border-radius: 0.125rem;
}.border{
  border-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}.bg-mutedPink{
  --tw-bg-opacity: 1;
  background-color: rgb(211 158 138 / var(--tw-bg-opacity));
}.bg-offWhite{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 237 / var(--tw-bg-opacity));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.from-orange-50{
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-6{
  padding: 1.5rem;
}.p-8{
  padding: 2rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-20{
  padding-bottom: 5rem;
}.pb-9{
  padding-bottom: 2.25rem;
}.pr-8{
  padding-right: 2rem;
}.pt-6{
  padding-top: 1.5rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.font-buffalo{
  font-family: Buffalo, sans-serif;
}.font-dmsans{
  font-family: DM Sans, sans-serif;
}.font-recoleta{
  font-family: Recoleta, serif;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.text-\[40px\]{
  font-size: 40px;
}.text-\[48px\]{
  font-size: 48px;
}.text-\[64px\]{
  font-size: 64px;
}.text-\[72px\]{
  font-size: 72px;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl{
  font-size: 1.25rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.text-\[10px\]{
  font-size: 10px;
}.font-bold{
  font-weight: 700;
}.font-extrabold{
  font-weight: 800;
}.font-medium{
  font-weight: 500;
}.capitalize{
  text-transform: capitalize;
}.italic{
  font-style: italic;
}.leading-\[78px\]{
  line-height: 78px;
}.leading-none{
  line-height: 1;
}.leading-relaxed{
  line-height: 1.625;
}.leading-tight{
  line-height: 1.25;
}.tracking-\[-0\.02em\]{
  letter-spacing: -0.02em;
}.tracking-tight{
  letter-spacing: -0.025em;
}.text-darkBrown{
  --tw-text-opacity: 1;
  color: rgb(68 49 43 / var(--tw-text-opacity));
}.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}.text-mutedPink{
  --tw-text-opacity: 1;
  color: rgb(211 158 138 / var(--tw-text-opacity));
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.text-slateGray{
  --tw-text-opacity: 1;
  color: rgb(115 134 140 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-70{
  opacity: 0.7;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline{
  outline-style: solid;
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}.aligncenter{
  margin: 0.5rem auto;
  display: block;
}@media (min-width: 600px){.alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }.alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }.wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }.wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}.wp-caption{
  display: inline-block;
}.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}html,
body {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}/* Header Styling */header{
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}header a{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}.destinations header a{
  max-width: 56rem;
  flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}.destinations header a::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}header nav{
  display: flex;
}header nav > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}header nav{
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}.destinations header nav{
  max-width: 56rem;
  flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}.destinations header nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}header nav .nav-menu{
  display: flex;
  width: 100%;
  justify-content: center;
}header nav .nav-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}header nav .nav-menu{
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}.destinations header nav .nav-menu{
  max-width: 56rem;
  flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}.destinations header nav .nav-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}.header-container{
  display: flex;
  min-height: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.destinations .header-container{
  max-width: 56rem;
  flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}.destinations .header-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}@media (min-width: 700px){.header-container{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}/* Mobile Navigation Styling */#mobile-menu{
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  display: none;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.destinations #mobile-menu{
  max-width: 56rem;
  flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}.destinations #mobile-menu::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}#mobile-menu.active{
  display: block;
}/* Make sure the mobile menu button is properly aligned */#primary-menu-toggle{
  position: fixed;
  right: 1.5rem;
  z-index: 50;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}#primary-menu-toggle:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}/* Change icon to "X" when menu is active */.menu-open #primary-menu-toggle svg {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/></svg>');
}/* Adjust the header layout for mobile */@media (max-width: 960px) {
    .header-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.destinations .header-container{
    max-width: 56rem;
    flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }.destinations .header-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

    nav {
        display: none !important; /* Always hide desktop menu on mobile */
    }

    #primary-menu-toggle {
        display: block !important; /* Ensure hamburger menu is always visible */
    }

    header{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

    header a{
    margin-bottom: 0px;
  }


    #mobile-menu{
    position: fixed;
    top: 6rem;
    left: 0px;
    z-index: 100;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.5rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); /* Higher z-index to ensure it's on top */
  }
}/* Typography and Link Styling */.entry-content h1,
.hero-section h1{
  font-family: Recoleta, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}.entry-content h2{
  font-family: Recoleta, serif;
  font-size: 1.25rem;
  font-weight: 700;
}.entry-content p{
  margin-bottom: 2rem;
}/* Hero Section */.hero-section{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 5rem;
}/* Intro Section with Background Watermark */.intro-with-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}.intro-with-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2025/09/output-onlinepngtools-2.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5; 
    z-index: 0;
}.intro-with-bg > * {
    position: relative;
    z-index: 1;
}.hero-section h1{
  width: 100%;
  max-width: 100%;
  font-family: Recoleta, serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(68 49 43 / var(--tw-text-opacity));
}@media (min-width: 700px){.hero-section h1{
    font-size: 96px;
    line-height: 96px;
  }
}.hero-section h1 {
    margin: 0 auto;
    margin-left: 1rem;
    position: relative;
    z-index: 10; /* Ensure it is above the image */
}.hero-section p{
  margin-top: 1rem;
  max-width: 600px;
  font-family: Recoleta, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  opacity: 0.7;
}@media (min-width: 600px){.hero-section p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}.hero-section p {
    margin-left: 1rem;
    position: relative;
    z-index: 10; /* Ensure it is above the image */
}.hero-section img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}img.hero-section img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover'; /* IE11 fallback */
}.hero-section img {
    z-index: 1; /* Place the image behind the text */
    opacity: 0.9;
}/* Slightly transparent for readability */@media (max-width: 700px) {.hero-section img{
    opacity: 0.5; /* Extra transparency on smaller screens */
  }
    }/* Blog Previews */.blog-preview{
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
}@media (min-width: 640px) {
    @media (min-width: 600px){.blog-preview{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}@media (min-width: 1024px) {
    @media (min-width: 960px){.blog-preview{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}.blog-preview article{
  overflow: hidden;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}.blog-preview .image-container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 320px;
  width: 320px;
  overflow: hidden;
  border-radius: 9999px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.blog-preview img{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}img.blog-preview img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover'; /* IE11 fallback */
}.blog-preview article:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}.blog-preview article:hover:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}.blog-preview article:hover .image-container{
  --tw-translate-y: -0.5rem;
  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));
}/* Make sure container is centered on mobile */@media (max-width: 640px) {
    .blog-preview .image-container{
    height: 280px;
    width: 280px;
  }
}.destination-chip{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(68 49 43 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}.destinations .destination-chip{
  max-width: 56rem;
  flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}.destinations .destination-chip::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}.destination-chip:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 237 / var(--tw-bg-opacity));
}.destination-chip i{
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(211 158 138 / var(--tw-text-opacity));
}.destinations .flex{
  max-width: 56rem;
  flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}.destinations .flex::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}/* Footer Styling */footer{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 237 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}footer a{
  font-family: DM Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}footer a:hover{
  --tw-text-opacity: 1;
  color: rgb(211 158 138 / var(--tw-text-opacity));
}footer h4{
  margin-bottom: 1rem;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}footer form{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}.destinations footer form{
  max-width: 56rem;
  flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}.destinations footer form::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}footer input{
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.75rem;
  font-family: DM Sans, sans-serif;
}footer input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity));
}footer button{
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(211 158 138 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: DM Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}footer button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 49 43 / var(--tw-bg-opacity));
}/* Round images just on front page */.home .latest-posts .image-container img {
    border-radius: 50%; /* Make the image round */
    width: 400px; /* Adjust to your desired size */
    height: 400px; /* Should be equal to width for a perfect circle */
    -o-object-fit: cover;
       object-fit: cover; /* Important to maintain aspect ratio */
}.home .latest-posts .image-container {
    display: flex;
    justify-content: center; /* Horizontally center the image */
    align-items: center; /* Vertically center the image */
    margin-bottom: 1rem;
}/* Flip Card Styles */.flip-card{
  position: relative;
    perspective: 1000px;
}.flip-card-inner{
  position: relative;
  height: 100%;
  width: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}.flip-card-front,
.flip-card-back{
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 8px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}.flip-card-back {
    transform: rotateY(180deg);
}/* Safari Fix for Flip Card */@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .flip-card-back {
            transform: rotateY(180deg) translateZ(1px);
        }
    }
}/* Image handling */.aspect-w-3 {
    position: relative;
    padding-bottom: 66.666667%; /* 2:3 aspect ratio */
}.aspect-w-3 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}img.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover'; /* IE11 fallback */
}/* Pagination Styles */.navigation.pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}.navigation.pagination .nav-links {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}.page-numbers {
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border-radius: 0.5rem;
    color: #666;
    background-color: white;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.3s ease;
}.page-numbers.current {
    background-color: #d39e8a; /* mutedPink */
    color: white;
}.page-numbers:hover:not(.current) {
    background-color: #d39e8a;
    color: white;
}.page-numbers.dots {
    background: none;
}.breadcrumbs a {
    color: #d16d82; /* Muted pink */
    text-decoration: none;
}.breadcrumbs a:hover {
    text-decoration: underline;
}.breadcrumbs span {
    color: #6b7280; /* Slate gray */
}/* Desktop Navigation Hover Effects */.nav-menu a{
  border-radius: 8px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(68 49 43 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}.nav-menu a:hover {
    background-color: #fbeae7; /* Light muted pink background */
    color: #e4a79d; /* Muted pink text */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for the chip effect */
}/* Mobile Navigation Hover Effects */#mobile-menu a{
  border-radius: 8px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(68 49 43 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}#mobile-menu a:hover
 {
    background-color: #fbeae7; /* Light muted pink background */
    color: #e4a79d; /* Muted pink text */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for the chip effect */
}header.scrolled .header-container{
  min-height: 72px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}header.scrolled .logo-img{
  height: 3rem;
  width: 3rem;
}@media (min-width: 700px){header.scrolled .logo-img{
    height: 5rem;
    width: 5rem;
  }
}header.scrolled .logo-text{
  font-size: 40px;
}@media (min-width: 700px){header.scrolled .logo-text{
    font-size: 64px;
  }
}header.scrolled a{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}.destinations header.scrolled a{
  max-width: 56rem;
  flex-wrap: wrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}.destinations header.scrolled a::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}/* Pin Styling */.pin {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #73868c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}.pin:hover .pin-label {
    opacity: 1;
    transform: translate(-50%, -120%); /* Move label above the pin */
}.pin-label {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #44312b; /* Dark gray background */
    color: #fff; /* White text */
    font-size: 1rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    white-space: nowrap;
    opacity: 0; /* Hidden by default */
    transition: all 0.2s ease-in-out;
    pointer-events: none; /* Prevent interaction with the label */
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}.pin-label::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px;
    border-style: solid;
    border-color: #4a4a4a transparent transparent transparent; /* Triangle pointing down */
    display: block;
}@font-face {
    font-family: 'Recoleta';
    src: url(../fonts/Recoleta-RegularDEMO.otf?fd9bfd35d1085b5c6511b5af3adaf4ba) format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}@font-face {
    font-family: 'Buffalo';
    src: url(../fonts/Buffalo.otf?02568d6513deec8e64040b664f2f8bc4) format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}.hover\:bg-darkBrown:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 49 43 / var(--tw-bg-opacity));
}.hover\:bg-mutedPink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(211 158 138 / var(--tw-bg-opacity));
}.hover\:bg-offWhite:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 237 / var(--tw-bg-opacity));
}.hover\:bg-orange-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}.hover\:bg-opacity-90:hover{
  --tw-bg-opacity: 0.9;
}.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.hover\:text-mutedPink:hover{
  --tw-text-opacity: 1;
  color: rgb(211 158 138 / var(--tw-text-opacity));
}.hover\:underline:hover{
  text-decoration-line: underline;
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-mutedPink:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 158 138 / var(--tw-ring-opacity));
}.focus\:ring-orange-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity));
}.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}@media (min-width: 600px){.sm\:mt-0{
    margin-top: 0px;
  }.sm\:block{
    display: block;
  }.sm\:hidden{
    display: none;
  }.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:items-start{
    align-items: flex-start;
  }.sm\:text-left{
    text-align: left;
  }.sm\:text-\[36px\]{
    font-size: 36px;
  }.sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }.sm\:text-xl{
    font-size: 1.25rem;
  }
}@media (min-width: 700px){.md\:block{
    display: block;
  }.md\:hidden{
    display: none;
  }.md\:h-32{
    height: 8rem;
  }.md\:h-96{
    height: 24rem;
  }.md\:w-20{
    width: 5rem;
  }.md\:w-32{
    width: 8rem;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.md\:text-\[64px\]{
    font-size: 64px;
  }.md\:text-\[84px\]{
    font-size: 84px;
  }.md\:text-\[96px\]{
    font-size: 96px;
  }.md\:leading-\[96px\]{
    line-height: 96px;
  }
}@media (min-width: 960px){.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
/* Add these lines at the very end of your CSS file, outside any media query */
.prose p, 
.entry-content p, 
article p,
p[dir="auto"],
.wp-block-paragraph {
    margin-bottom: 1.5rem !important;
}

.prose p:last-child, 
.entry-content p:last-child, 
article p:last-child,
.wp-block-paragraph:last-child {
    margin-bottom: 0 !important;
}

figure {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

figure + figure {
    margin-top: 0;
}

