@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100,300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined');

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.15 | 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: Montserrat, sans-serif;
  /* 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

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

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

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

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

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-\[26px\]{
  bottom: 26px;
}

.right-0{
  right: 0px;
}

.z-\[2\]{
  z-index: 2;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.\!my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

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

.\!mt-0{
  margin-top: 0px !important;
}

.-mb-10{
  margin-bottom: -2.5rem;
}

.-mb-2{
  margin-bottom: -0.5rem;
}

.-mt-14{
  margin-top: -3.5rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mt-4{
  margin-top: -1rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

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

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

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

.mb-8{
  margin-bottom: 2rem;
}

.ml-\[15\%\]{
  margin-left: 15%;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.\!h-\[13px\]{
  height: 13px !important;
}

.\!h-auto{
  height: auto !important;
}

.h-10{
  height: 2.5rem;
}

.h-14{
  height: 3.5rem;
}

.h-5{
  height: 1.25rem;
}

.h-\[13px\]{
  height: 13px;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[75vh\]{
  height: 75vh;
}

.h-full{
  height: 100%;
}

.min-h-\[150px\]{
  min-height: 150px;
}

.min-h-\[8px\]{
  min-height: 8px;
}

.\!w-\[40px\]{
  width: 40px !important;
}

.\!w-\[47px\]{
  width: 47px !important;
}

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

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

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

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

.w-\[calc\(100\%\+48px\)\]{
  width: calc(100% + 48px);
}

.w-full{
  width: 100%;
}

.min-w-\[40px\]{
  min-width: 40px;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

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

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

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

.max-w-xl{
  max-width: 36rem;
}

.flex-1{
  flex: 1 1 0%;
}

.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-col-reverse{
  flex-direction: column-reverse;
}

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

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.justify-start{
  justify-content: flex-start;
}

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

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

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

.justify-around{
  justify-content: space-around;
}

.gap-0{
  gap: 0px;
}

.gap-10{
  gap: 2.5rem;
}

.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-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.gap-y-8{
  row-gap: 2rem;
}

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

.border-b{
  border-bottom-width: 1px;
}

.bg-\[\#071D1D66\]{
  background-color: #071D1D66;
}

.bg-\[\#F8FAFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FDFCFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 252 250 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-green-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(25 64 64 / var(--tw-bg-opacity, 1));
}

.bg-green-medium{
  --tw-bg-opacity: 1;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1));
}

.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
}

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

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#00000033\]{
  --tw-gradient-from: #00000033 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#00000099\]{
  --tw-gradient-to: #00000099 var(--tw-gradient-to-position);
}

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

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\!pb-0{
  padding-bottom: 0px !important;
}

.pb-10{
  padding-bottom: 2.5rem;
}

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

.pb-32{
  padding-bottom: 8rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-16{
  padding-top: 4rem;
}

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

.pt-8{
  padding-top: 2rem;
}

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

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[90px\]{
  font-size: 90px;
}

.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;
  line-height: 1.75rem;
}

.\!font-\[100\]{
  font-weight: 100 !important;
}

.\!font-light{
  font-weight: 300 !important;
}

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

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.\!leading-10{
  line-height: 2.5rem !important;
}

.leading-\[26px\]{
  line-height: 26px;
}

.leading-\[60px\]{
  line-height: 60px;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#A2A9A0\]{
  --tw-text-opacity: 1;
  color: rgb(162 169 160 / var(--tw-text-opacity, 1));
}

.text-brown-light{
  --tw-text-opacity: 1;
  color: rgb(138 130 122 / var(--tw-text-opacity, 1));
}

.text-brown-lighter{
  --tw-text-opacity: 1;
  color: rgb(217 213 208 / var(--tw-text-opacity, 1));
}

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(133 138 125 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-50{
  opacity: 0.5;
}

.outline{
  outline-style: solid;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html, body{
  margin: 0px;
  display: flex;
  min-height: 100%;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow-x: hidden;
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-size: 100% auto;
}

body.locked{
  position: fixed;
  overflow: hidden;
}

a{
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mainContent{
  display: block;
  min-height: 100vh;
  width: 100%;
}

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

header.header{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 998;
  height: 70px;
  width: 100%;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  header.header{
    height: 95px;
  }
}

header.header.light{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #00000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000000cc var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.header.light .logo img.black{
  display: none;
}

header.header.light .logo img.white{
  display: block;
}

header.header.dark{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
}

header.header.dark.up,
header.header.dark.down{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
}

header.header.dark .logo img.white{
  display: none;
}

header.header.dark .logo img.black{
  display: block;
}

@media (min-width: 1024px){
  .admin-bar header.header{
    top: 32px;
  }
}

header.header > .container{
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

header.header .spacer{
  height: 50px;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.15;
}

header.header .mainSection{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  header.header .mainSection{
    gap: 2rem;
  }
}

header.header .mainSection .navContainerDesktop{
  display: flex;
  align-items: center;
  gap: 2rem;
}

header.header ._button.inHeader{
  display: none;
  border-width: 1px;
}

@media (min-width: 1024px){
  header.header ._button.inHeader{
    display: flex;
  }
}

header.header.light ._button.inHeader{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

header.header.light ._button.inHeader:hover{
  --tw-border-opacity: 1;
  border-color: rgb(151 194 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
}

header.header.dark ._button.inHeader{
  --tw-border-opacity: 1;
  border-color: rgb(60 58 53 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
}

header.header.dark ._button.inHeader:hover{
  --tw-border-opacity: 1;
  border-color: rgb(151 194 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
}

.navicon .lines{
  position: relative;
  display: block;
  height: 2rem;
  width: 2rem;
}

.navicon .lines > i{
  position: absolute;
  height: 2px;
  width: 2rem;
  border-radius: 0.25rem;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header.header.light .navicon .lines > i{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

header.header.dark .navicon .lines > i{
  --tw-bg-opacity: 1;
  background-color: rgb(60 58 53 / var(--tw-bg-opacity, 1));
}

.navicon .lines > i:nth-child(1){
  top: 5px;
  width: 60%;
}

.navicon .lines > i:nth-child(2){
  top: 14px;
}

.navicon .lines > i:nth-child(3){
  top: 24px;
  width: 40%;
}

.navicon.active .lines > i:nth-child(1){
  top: 14px;
  width: 100%;
  --tw-rotate: 45deg;
  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));
}

.navicon.active .lines > i:nth-child(2){
  opacity: 0;
}

.navicon.active .lines > i:nth-child(3){
  top: 14px;
  width: 100%;
  --tw-rotate: -45deg;
  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));
}

.navContainerOffcanvas{
  position: fixed;
  inset: 0px;
  z-index: -1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px){
  .admin-bar .navContainerOffcanvas{
    top: 32px;
  }
}

.navContainerOffcanvas.active{
  z-index: 999;
  opacity: 1;
}

.navContainerOffcanvas > div.left{
  position: absolute;
  left: -100%;
  top: 0px;
  bottom: 0px;
  width: 70%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navContainerOffcanvas > div.left > img{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navContainerOffcanvas.active > div.left{
  left: 0%;
  display: none;
}

@media (min-width: 768px){
  .navContainerOffcanvas.active > div.left{
    display: block;
  }
}

.navContainerOffcanvas > div.left > div{
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  width: 100%;
  align-items: center;
  background-color: rgb(95 96 98 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px){
  .navContainerOffcanvas > div.left > div{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.navContainerOffcanvas > div.left > div > div{
  position: relative;
  width: 100%;
}

.navContainerOffcanvas > div.left > div > div ul{
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  list-style-type: upper-roman;
}

.navContainerOffcanvas > div.left > div > div ul li{
  display: block;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .navContainerOffcanvas > div.left > div > div ul li{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.navContainerOffcanvas > div.left > div > div ul a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px){
  .navContainerOffcanvas > div.left > div > div ul a{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.navContainerOffcanvas > div.left > div > div ul ul{
  position: absolute;
  top: 0px;
  left: 40%;
  display: none;
  list-style-type: none;
  padding-left: 10%;
  padding-top: 0.25rem;
}

.navContainerOffcanvas > div.left > div > div ul li:hover ul{
  display: block;
  height: 100%;
}

.navContainerOffcanvas > div.left > div > div ul ul li{
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px){
  .navContainerOffcanvas > div.left > div > div ul ul li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.navContainerOffcanvas > div.left > div > div ul ul a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navContainerOffcanvas > div.left li:hover > a,
.navContainerOffcanvas > div.left li.current_page_item > a,
.navContainerOffcanvas > div.left a:hover{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.navContainerOffcanvas > div.right{
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(95 96 98 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .navContainerOffcanvas > div.right{
    width: 30%;
  }
}

.navContainerOffcanvas.active > div.right{
  left: 0px;
}

@media (min-width: 768px){
  .navContainerOffcanvas.active > div.right{
    left: 70%;
  }
}

.navContainerOffcanvas > div.right .navs{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.navContainerOffcanvas > div.right .navs ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navContainerOffcanvas > div.right .navs ul a{
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navContainerOffcanvas > div.right .navs ul li.current_page_item a,
.navContainerOffcanvas > div.right .navs ul a:hover{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.navContainerOffcanvasClose{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.navContainerOffcanvas > div.right .navs ._button{
  display: flex !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.navContainerOffcanvas > div.right .navs ._button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(151 194 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .navContainerOffcanvas > div.right .navs ._button{
    display: none !important;
  }
}

.toggleTheme{
  position: relative;
  display: block;
  height: 1.5rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.2;
  --tw-bg-opacity: 1;
  background-color: rgb(60 58 53 / var(--tw-bg-opacity, 1));
}

.toggleTheme > div{
  position: absolute;
  top: 0px;
  left: 26px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.dark .toggleTheme > div{
  position: absolute;
  top: 0px;
  left: 0.25rem;
}

.toggleTheme > div > span{
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 22px;
}

.toggleTheme > div > span:first-child{
  display: block;
}

.toggleTheme > div > span:last-child{
  display: none;
}

.dark .toggleTheme > div > span:first-child{
  display: none;
}

.dark .toggleTheme > div > span:last-child{
  display: block;
}

footer.footer{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer.footer .nav1 > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
}

footer.footer .nav1 > ul > li > a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
}

footer.footer .nav2 > ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
}

footer.footer .nav2 > ul > li > a{
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: .5px;
  opacity: 0.7;
}

footer.footer .bg{
  aspect-ratio: 3/5;
}

@media (min-width: 768px){
  footer.footer .bg{
    aspect-ratio: auto;
  }
}

@media (min-width: 1024px){
  footer.footer .bg{
    max-height: 800px;
  }
}

.ww-box{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ww-box .ww_current{
  display: flex !important;
  justify-content: flex-start !important;
}

.ww-box .ww_additional{
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.ww-box .ww_source{
  opacity: 0 !important;
}

@media(max-width:768px){
  .ww-box .ww_additional{
    margin-top: 1rem !important;
    flex-direction: column !important;
  }
}

._button{
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration-line: none !important;
}

._button.white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

._button.primary{
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

._button.primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(151 194 30 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

._button.outlined{
  --tw-border-opacity: 1;
  border-color: rgb(60 58 53 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
}

._button.outlined:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(60 58 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/*  */

/*  */

/* TYPOGRAPHY */

h1,.h1{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
}

@media (min-width: 768px){
  h1,.h1{
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1024px){
  h1,.h1{
    font-size: 48px;
    line-height: 56px;
  }
}

h2,.h2{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: .9px;
}

@media (min-width: 768px){
  h2,.h2{
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1024px){
  h2,.h2{
    font-size: 40px;
    line-height: 48px;
  }
}

h3,.h3{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: .8px;
}

@media (min-width: 768px){
  h3,.h3{
    font-size: 26px;
    line-height: 34px;
  }
}

@media (min-width: 1024px){
  h3,.h3{
    font-size: 30px;
    line-height: 40px;
  }
}

h4,.h4{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: .7px;
}

@media (min-width: 768px){
  h4,.h4{
    font-size: 22px;
    line-height: 30px;
  }
}

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

h5,.h5{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .6px;
}

@media (min-width: 768px){
  h5,.h5{
    font-size: 20px;
    line-height: 28px;
  }
}

h6,.h6{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: .5px;
}

@media (min-width: 768px){
  h6,.h6{
    font-size: 18px;
    line-height: 24px;
  }
}

h1 a,.h1 a,
h2 a,.h2 a,
h3 a,.h3 a,
h4 a,.h4 a,
h5 a,.h5 a,
h6 a,.h6 a{
  opacity: 1;
}

h1 a:hover,.h1 a:hover,
h2 a:hover,.h2 a:hover,
h3 a:hover,.h3 a:hover,
h4 a:hover,.h4 a:hover,
h5 a:hover,.h5 a:hover,
h6 a:hover,.h6 a:hover{
  text-decoration-line: underline;
}

.lead{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

p{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.75rem;
}

._typography a{
  text-decoration-line: underline;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

._typography a:hover{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

._typography ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
  list-style-type: disc;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 0px;
  line-height: 1.75rem;
}

._typography ol{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
  list-style-type: decimal;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 0px;
  line-height: 1.75rem;
}

._typography strong, ._typography b{
  font-weight: 700 !important;
}

.caption{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  opacity: 0.7;
}

._typography blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  ._typography blockquote{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

._typography blockquote p{
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 40px;
}

._typography blockquote cite{
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

._typography blockquote cite::after{
  content: " \2014";
}

._typography table{
  font-size: 1rem;
  line-height: 1.5rem;
}

._typography ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
  list-style-type: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 0px;
  line-height: 1.75rem;
}

._typography ul li{
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

._typography ul li:before{
  content: "";
  position: absolute;
  left: -1rem;
  top: 14px;
  height: 6px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

.video-hero-container{
  position: relative;
  height: 100vh;
  width: 100%;
}

#heroVideo{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-search-form{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  height: 100px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
}

.video-hero-container .overlay{
  /* bg-gradient-to-t from-[#00000033] to-[#00000011] */
  position: absolute;
  inset: 0px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.video-hero-container .overlay > *{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
}

.video-hero-container .overlay > h1{
  font-size: 64px;
  font-weight: 400;
}

@media (min-width: 768px){
  .video-hero-container .overlay > h1{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .video-hero-container .overlay > h1{
    padding-left: 10rem;
    font-size: 100px;
  }
}

@media (min-width: 1280px){
  .video-hero-container .overlay > h1{
    font-size: 140px;
  }
}

@media (min-width: 1024px){
  .video-hero-container .overlay > p{
    padding-left: 10rem;
  }
}

.video-hero-container .overlay > div{
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.video-hero-container .overlay > div > div{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px){
  .video-hero-container .overlay > div > div{
    width: 700px;
  }
}

@media (min-width: 1280px){
  .video-hero-container .overlay > div > div{
    width: 900px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.video-hero-container .overlay > div > div:before,
.video-hero-container .overlay > div > div:after{
  content: "";
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0.5
}

.video-hero-container .overlay > div > img{
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
}

@media (min-width: 1024px){
  .video-hero-container .overlay > div > img{
    display: block;
  }
}

/* .section-hero  .videoTarget{
    @apply relative min-h-[200px] flex items-center justify-center
} */

.content-container{
  position: relative;
  z-index: 3;
}

.services-container{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.services-container .title p{
  font-size: 22px;
  font-weight: 400;
}

.services-container .title h2{
  margin-top: -0px;
  font-size: 60px;
  font-weight: 400;
}

.services-container .item{
  position: relative;
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.services-container .item > img{
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-container .item.vertical > img{
  aspect-ratio: 3/4;
  height: 100%;
  width: auto;
}

.services-container .item > span{
  font-size: clamp(1.5rem, 2.771vw + 0.783rem, 2.5rem);
  line-height: clamp(2.25rem, 3.048vw + 1.461rem, 3.9rem);
  position: absolute;
  left: 0.5rem;
  bottom: 15%;
  display: block;
  width: 100%
}

@media (min-width: 768px){
  .services-container .item > span{
    bottom: 10%;
  }
}

.services-container .item.vertical > span{
  position: absolute;
  left: -34%;
  bottom: auto;
  display: block;
  width: 100%;
  --tw-rotate: -90deg;
  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));
}

.restaurant-container{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.restaurant-container:before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  height: 70vh;
  --tw-bg-opacity: 1;
  background-color: rgb(108 98 90 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px){
  .restaurant-container:before{
    height: 46vh;
  }
}

@media (min-width: 1024px){
  .restaurant-container:before{
    height: 64vh;
  }
}

@media (min-width: 1280px){
  .restaurant-container:before{
    height: 60vh;
  }
}

.restaurant-container > *{
  position: relative;
  z-index: 2;
}

.restaurant-container > div > .title{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.restaurant-container > div > .title h2{
  font-size: 46px;
  font-weight: 400;
}

@media (min-width: 768px){
  .restaurant-container > div > .title h2{
    font-size: 56px;
  }
}

@media (min-width: 1024px){
  .restaurant-container > div > .title h2{
    font-size: 60px;
  }
}

@media (min-width: 1280px){
  .restaurant-container > div > .title h2{
    font-size: 88px;
  }
}

.restaurant-container > div > .title p{
  margin-top: -1.25rem;
  width: 100%;
  padding-right: 1rem;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(243 240 235 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}

@media (min-width: 768px){
  .restaurant-container > div > .title p{
    padding-right: 6rem;
    font-size: 24px;
  }
}

@media (min-width: 1024px){
  .restaurant-container > div > .title p{
    padding-right: 11rem;
  }
}

@media (min-width: 1280px){
  .restaurant-container > div > .title p{
    margin-top: -0.25rem;
    font-size: 34px;
  }
}

.restaurant-container > div > .title .image img{
  margin-top: -9rem;
}

.restaurant-container .item.horizontal img{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.restaurant-container .item.vertical img{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .restaurant-container .item.vertical img{
    aspect-ratio: 3/5;
  }
}

.restaurant-container .item{
  text-align: center;
}

.restaurant-container .item .title{
  margin-top: 1.25rem !important;
  font-size: 1.5rem;
  line-height: 2rem;
}

.restaurant-container .item .subtitle{
  padding-left: 1rem;
  padding-right: 1rem;
}

.activities-container{
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 233 / var(--tw-bg-opacity, 1));
}

.activities-container hr{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.activities-container .inner > div{
  position: absolute;
  padding: 0.25rem;
}

.activities-container .inner > div img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media(min-width:1024px){
  .activities-container .inner{
    position: relative;
    height: 500px;
  }

  .activities-container .inner > div.i1{
    top: 0px;
    left: 0px;
    height: 100%;
    width: 25%;
  }

  .activities-container .inner > div.i2{
    top: 0px;
    left: 25%;
    height: 200px;
    width: 25%;
  }

  .activities-container .inner > div.i3{
    top: 0px;
    left: 50%;
    height: 200px;
    width: 25%;
  }

  .activities-container .inner > div.i4{
    top: 0px;
    right: 0px;
    height: 100%;
    width: 25%;
  }

  .activities-container .inner > div.i5{
    top: 300px;
    left: 25%;
    height: 200px;
    width: 50%;
  }

  .activities-container .inner > .link{
    position: absolute;
    top: 180px;
    left: 20%;
    display: flex;
    height: 140px;
    width: 60%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 242 233 / var(--tw-bg-opacity, 1));
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: linear;
  }

  .activities-container .inner > .link:hover{
    top: 190px;
    left: 15%;
    height: 120px;
    width: 70%;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media(max-width:1024px){
  .activities-container .inner{
    position: relative;
    height: 800px;
  }

  .activities-container .inner > div.i1{
    top: 0px;
    left: 0px;
    height: 50%;
    width: 50%;
  }

  .activities-container .inner > div.i2{
    top: 0px;
    left: 50%;
    height: 200px;
    width: 50%;
  }

  .activities-container .inner > div.i3{
    top: 50%;
    left: 0px;
    height: 200px;
    width: 50%;
  }

  .activities-container .inner > div.i4{
    top: 200px;
    right: 0px;
    height: 50%;
    width: 50%;
  }

  .activities-container .inner > div.i5{
    top: 600px;
    left: 0px;
    height: 200px;
    width: 100%;
  }

  .activities-container .inner > .link{
    position: absolute;
    top: 300px;
    left: -1rem;
    display: flex;
    height: 140px;
    width: 70%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 242 233 / var(--tw-bg-opacity, 1));
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: linear;
  }

  .activities-container .inner > .link:hover{
    top: 190px;
    left: 15%;
    height: 120px;
    width: 70%;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.history-container{
  --tw-bg-opacity: 1;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .history-container{
    padding-top: 5rem;
  }
}

.history-container h2{
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
}

.history-container .inner{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px){
  .history-container .inner{
    margin-top: 5rem;
    flex-direction: row;
  }
}

.history-container .inner > .contents{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 768px){
  .history-container .inner > .contents{
    width: 50%;
  }
}

.history-container .inner > .contents > div{
  display: flex;
  width: 100%;
  max-width: 640px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.history-container .inner > .contents .content{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .history-container .inner > .contents .content{
    padding-right: 20%;
  }
}

.history-container .inner > .contents .item{
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
}

@media (min-width: 1024px){
  .history-container .inner > .contents .item{
    width: 80%;
  }
}

.history-container .inner > .contents .item:last-child{
  border-bottom-width: 0px;
}

.history-container .inner > .contents button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.history-container .inner > .contents button.active img{
  display: none;
}

.history-container .inner > .images{
  width: 100%;
}

@media (min-width: 768px){
  .history-container .inner > .images{
    width: 50%;
  }
}

.history-container .inner > .images .image{
  width: 100%;
  overflow: hidden;
}

.history-container .inner > .images .image img{
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px){
  .history-container .inner > .images .image img{
    aspect-ratio: 5/4;
  }
}

.hero_suites_page{
  position: relative;
  z-index: 8;
}

.hero_suites_page > img{
  height: 80vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_suites_page > .overlay{
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #00000033 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000000cc var(--tw-gradient-to-position);
}

.hero_suites_page > .mainTitle{
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

@media (min-width: 768px){
  .hero_suites_page > .mainTitle{
    bottom: -2.5rem;
    flex-direction: row;
  }
}

.hero_suites_page > .mainTitle > .image > img{
  display: none;
  aspect-ratio: 16 / 9;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .hero_suites_page > .mainTitle > .image > img{
    display: block;
  }
}

.hero_suites_page > .mainTitle > .content{
  height: auto;
  width: 90%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px){
  .hero_suites_page > .mainTitle > .content{
    height: 200px;
    width: 50%;
  }
}

.hero_suites_page > .mainTitle > .content > *{
  width: 100%;
  max-width: 592px;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity, 1));
}

.hero_suites_page > .mainTitle > .content > .overtitle{
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5rem;
}

.hero_suites_page > .mainTitle > .content > h1{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  line-height: 2.5rem;
}

.hero_suites_page > .mainTitle > .content > .subtitle{
}

.hero_suites_page._left > .mainTitle{
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.hero_suites_page._left > .mainTitle > .content{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero_suites_page._left > .mainTitle > .content > *{
  max-width: 592px;
  text-align: left;
}

.hero_suites_page._half > img{
  height: 50vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.suites_gallery{
  margin-top: 8rem;
  width: 100%;
  overflow: hidden;
}

.suites_gallery > div{
  margin-left: -0.75rem;
  width: calc(100% + 24px);
}

@media (min-width: 1024px){
  .suites_gallery > div{
    margin-left: -2rem;
    width: calc(100% + 64px);
  }
}

@media (min-width: 1280px){
  .suites_gallery > div{
    margin-left: -2.5rem;
    width: calc(100% + 80px);
  }
}

.suites_gallery .item{
  position: relative;
  z-index: 1;
  padding: 0.75rem;
}

@media (min-width: 1024px){
  .suites_gallery .item{
    padding: 0.75rem;
  }
}

@media (min-width: 1280px){
  .suites_gallery .item{
    padding: 2.5rem;
  }
}

.suites_gallery .item img{
  aspect-ratio: 4/3;
  --tw-scale-x: 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(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.suites_gallery .item h3{
  position: absolute;
  bottom: 2rem;
  right: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.suites_gallery .item.vl-slide-center h3{
  bottom: 0.5rem;
  right: 1rem;
}

.suites_gallery .item.vl-slide-center{
  z-index: 2;
}

.suites_gallery .item.vl-slide-center img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
  border-width: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px){
  .suites_gallery .item.vl-slide-center img{
    --tw-scale-x: 120%;
    --tw-scale-y: 120%;
    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));
  }
}

@media (min-width: 1280px){
  .suites_gallery .item.vl-slide-center img{
    --tw-scale-x: 130%;
    --tw-scale-y: 130%;
    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));
  }
}

.in_room_service_image > img{
  aspect-ratio: 3/5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.suite-spacees-container{
  position: relative;
  margin-bottom: 5rem;
  height: 70vh;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
}

@media (min-width: 1024px){
  .suite-spacees-container{
    margin-bottom: 7rem;
  }
}

.suite-spacees-container > div{
  position: absolute;
  bottom: -5rem;
  left: 0px;
  right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.suite-spacees-container > div .item{
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: right;
}

.suite-spacees-container > div .item p{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.suite-spacees-container > div .item p:nth-child(1){
  opacity: 0.7;
}

.suite-spacees-container > div .item p:nth-child(2){
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.suite-spacees-container > div .item p:nth-child(3){
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.more_suites{
  padding-bottom: 2.5rem;
}

.more_suites > .image{
  position: relative;
  z-index: 1;
}

.more_suites > .image img{
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .more_suites > .image img{
    height: 500px;
  }
}

.more_suites h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.more_suites .suite{
  display: block;
  padding-bottom: 1.5rem;
  text-align: center;
}

.more_suites .suite:hover{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.more_suites > .container{
  position: relative;
  z-index: 2;
}

.global_hero_one{
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .global_hero_one{
    padding-top: 5rem;
  }
}

@media (min-width: 1024px){
  .global_hero_one{
    padding-top: 8rem;
  }
}

.global_hero_one.reset-padding-history-page{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.global_hero_one .image{
  position: relative;
  height: 60vh;
  width: 100%;
}

.global_hero_one .image > img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.global_hero_one .image > div{
  position: absolute;
  inset: 0px;
}

.global_hero_one .image > div .container{
  position: relative;
  height: 100%;
}

.global_hero_one .image > div.topleft img{
  position: absolute;
  top: -3rem;
  left: 12.5%;
  aspect-ratio: 16 / 9;
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px){
  .global_hero_one .image > div.topleft img{
    top: -2.5rem;
    left: 1.5rem;
    width: 33.333333%;
  }
}

.global_hero_one .image > div.bottomright img{
  position: absolute;
  top: -3rem;
  right: 12.5%;
  aspect-ratio: 16 / 9;
  width: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px){
  .global_hero_one .image > div.bottomright img{
    top: auto;
    bottom: -2.5rem;
    right: 1.5rem;
    width: 33.333333%;
  }
}

.global_cta_block_one{
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .global_cta_block_one{
    margin-top: 5rem;
    flex-direction: row;
    padding-bottom: 1.25rem;
  }
}

.global_cta_block_one .image{
  height: 50vh;
  width: 100%;
}

@media (min-width: 768px){
  .global_cta_block_one .image{
    width: 50%;
  }
}

.global_cta_block_one .image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px){
  .global_cta_block_one .image img{
    margin-top: -2.5rem;
  }
}

.global_cta_block_one .content{
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .global_cta_block_one .content{
    max-width: 640px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.global_accordion_main{
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .global_accordion_main{
    padding-top: 5rem;
  }
}

.global_accordion_main.light{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
}

.global_accordion_main.dark{
  --tw-bg-opacity: 1;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.global_accordion_main h2{
  margin-bottom: 2.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
}

.global_accordion_main .inner{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px){
  .global_accordion_main .inner{
    margin-top: 5rem;
    flex-direction: row;
  }
}

.global_accordion_main.reverse .inner{
  flex-direction: column-reverse;
}

@media (min-width: 768px){
  .global_accordion_main.reverse .inner{
    flex-direction: row;
  }
}

.global_accordion_main .inner > .contents{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .global_accordion_main .inner > .contents{
    width: 50%;
  }
}

.global_accordion_main.reverse .inner > .contents{
  align-items: flex-start;
}

.global_accordion_main .inner > .contents > div{
  display: flex;
  width: 100%;
  max-width: 640px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.global_accordion_main .inner > .contents .content{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .global_accordion_main .inner > .contents .content{
    padding-right: 20%;
  }
}

.global_accordion_main.reverse .inner > .contents > div{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .global_accordion_main.reverse .inner > .contents > div{
    padding-left: 10%;
    padding-right: 0px;
  }
}

.global_accordion_main .inner > .contents .item{
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
}

@media (min-width: 1024px){
  .global_accordion_main .inner > .contents .item{
    width: 80%;
  }
}

.global_accordion_main.light .inner > .contents .item{
  border-color: rgb(60 58 53 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.2;
}

.global_accordion_main .inner > .contents .item:last-child{
  border-bottom-width: 0px;
}

.global_accordion_main .inner > .contents a,
.global_accordion_main .inner > .contents button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.global_accordion_main .inner > .contents a:hover,
.global_accordion_main .inner > .contents button:hover{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.global_accordion_main .inner > .contents button.active img{
  display: none;
}

.global_accordion_main .inner > .images{
  aspect-ratio: 1 / 1;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px){
  .global_accordion_main .inner > .images{
    width: 50%;
  }
}

@media (min-width: 1024px){
  .global_accordion_main .inner > .images{
    aspect-ratio: 5/4;
  }
}

@media (min-width: 1280px){
  .global_accordion_main .inner > .images{
    aspect-ratio: 6/4;
  }
}

@media (min-width: 1024px){
  .global_accordion_main.reverse .inner > .images{
    margin-bottom: -5rem;
  }
}

.global_accordion_main .inner > .images .image{
  height: 100%;
  width: 100%;
}

.global_accordion_main .inner > .images .image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.global_accordion_main ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  margin-right: 0px;
  list-style-type: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 0px;
  line-height: 1.75rem;
}

.global_accordion_main ul li{
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.global_accordion_main ul li:before{
  content: "";
  position: absolute;
  left: -1rem;
  top: 14px;
  height: 6px;
  width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

.global_grid_3col{
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media (min-width: 1024px){
  .global_grid_3col{
    padding-top: 5rem;
  }
}

.global_grid_3col.ep{
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media (min-width: 1024px){
  .global_grid_3col.ep{
    padding-top: 10rem;
  }
}

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

.global_grid_3col .item img{
  margin-bottom: 1.25rem;
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.global_gallery_carousel{
  position: relative;
  margin-bottom: 340px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.global_gallery_carousel > img{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 1024px){
  .global_gallery_carousel > img{
    height: 70vh;
  }
}

.global_gallery_carousel.no-blur > img{
  --tw-blur: blur(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.global_gallery_carousel .tns-outer{
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: -200px;
}

.global_gallery_carousel .item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
}

.global_gallery_carousel .item > img{
  aspect-ratio: 3/4;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.global_cta_block_two{
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .global_cta_block_two{
    padding-bottom: 5rem;
  }
}

.global_cta_block_two .container > div{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .global_cta_block_two .container > div{
    flex-direction: row;
  }
}

.global_cta_block_two.right .container > div{
  flex-direction: column-reverse;
}

@media (min-width: 768px){
  .global_cta_block_two.right .container > div{
    flex-direction: row-reverse;
  }
}

.global_cta_block_two .image{
  width: 100%;
}

@media (min-width: 768px){
  .global_cta_block_two .image{
    width: 50%;
  }
}

.global_cta_block_two .image img{
  margin-top: -5rem;
  aspect-ratio: 4/5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .global_cta_block_two .image img{
    margin-top: -8rem;
  }
}

.global_cta_block_two.right .image img{
  margin-top: 0px;
  aspect-ratio: 4/5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .global_cta_block_two.right .image img{
    margin-top: -8rem;
  }
}

.global_cta_block_two .content{
  width: 100%;
}

@media (min-width: 768px){
  .global_cta_block_two .content{
    width: 50%;
  }
}

.global_cta_block_two.right .content{
  padding-right: 0px;
}

@media (min-width: 768px){
  .global_cta_block_two.right .content{
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .global_cta_block_two.right .content{
    padding-right: 5rem;
  }
}

.global_cta_block_two.left .content{
  padding-left: 0px;
}

@media (min-width: 768px){
  .global_cta_block_two.left .content{
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px){
  .global_cta_block_two.left .content{
    padding-left: 5rem;
  }
}

.global_cta_block_three{
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .global_cta_block_three{
    flex-direction: row;
    padding-bottom: 2.5rem;
  }
}

.global_cta_block_three .content{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px){
  .global_cta_block_three .content{
    width: 50%;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .global_cta_block_three .content{
    padding-right: 5rem;
  }
}

@media (min-width: 768px){
  .global_cta_block_three.left{
    flex-direction: row-reverse;
  }
}

.global_cta_block_three.left .content{
  justify-content: flex-start;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px){
  .global_cta_block_three.left .content{
    padding-right: 1.5rem;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px){
  .global_cta_block_three.left .content{
    padding-right: 1.5rem;
    padding-left: 5rem;
  }
}

.global_cta_block_three.light{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.global_cta_block_three .content > div{
  width: 100%;
  max-width: 535px;
}

.global_cta_block_three .image{
  margin-top: 2.5rem;
  width: 100%;
}

@media (min-width: 768px){
  .global_cta_block_three .image{
    margin-top: 0px;
    width: 50%;
  }
}

.global_cta_block_three .image img{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.global_cta_block_four{
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .global_cta_block_four{
    padding-top: 5rem;
  }
}

.global_cta_block_four > div > .container > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .global_cta_block_four > div > .container > div{
    flex-direction: row;
  }
}

.global_cta_block_four > div .image{
  width: 100%;
}

@media (min-width: 768px){
  .global_cta_block_four > div .image{
    width: 50%;
  }
}

.global_cta_block_four > div ._typography{
  width: 100%;
}

@media (min-width: 768px){
  .global_cta_block_four > div ._typography{
    width: 50%;
  }
}

.global_cta_block_four > div:first-child > .container > div{
  flex-direction: column-reverse;
}

@media (min-width: 768px){
  .global_cta_block_four > div:first-child > .container > div{
    flex-direction: row;
  }
}

.global_cta_block_four > div:first-child ._typography{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .global_cta_block_four > div:first-child ._typography{
    padding-left: 5rem;
  }
}

@media (min-width: 1024px){
  .global_cta_block_four > div:first-child ._typography{
    padding-left: 8rem;
  }
}

.global_cta_block_four > div:last-child{
  --tw-bg-opacity: 1;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1));
  padding-top: 9rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .global_cta_block_four > div:last-child{
    padding-top: 13rem;
    padding-bottom: 5rem;
  }
}

.global_cta_block_four > div:first-child .image img{
  margin-bottom: -8rem;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}

.global_cta_block_four > div:last-child .image{
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px){
  .global_cta_block_four > div:last-child .image{
    padding-left: 5rem;
  }
}

@media (min-width: 1024px){
  .global_cta_block_four > div:last-child .image{
    padding-left: 8rem;
  }
}

.global_cta_block_four > div:last-child .image img{
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.global_cta_block_five{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.global_cta_block_five > .container > div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.global_cta_block_five > .container > div > div:nth-child(1){
  width: 100%;
}

@media (min-width: 1024px){
  .global_cta_block_five > .container > div > div:nth-child(1){
    width: 25%;
  }
}

.global_cta_block_five > .container > div > div:nth-child(2){
  width: 100%;
  padding-top: 0px;
}

@media (min-width: 1024px){
  .global_cta_block_five > .container > div > div:nth-child(2){
    width: 50%;
    padding-top: 2.5rem;
  }
}

.global_cta_block_five > .container > div > div:nth-child(3){
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0px;
}

@media (min-width: 768px){
  .global_cta_block_five > .container > div > div:nth-child(3){
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .global_cta_block_five > .container > div > div:nth-child(3){
    width: 25%;
    flex-direction: column;
    padding-top: 10rem;
  }
}

.global_cta_block_five .content{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px){
  .global_cta_block_five .content{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.global_cta_block_five .img1 img{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .global_cta_block_five .img1 img{
    aspect-ratio: 2/4;
  }
}

.global_cta_block_five .img2 img{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .global_cta_block_five .img2 img{
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 1024px){
  .global_cta_block_five .img2 img{
    aspect-ratio: 16 / 9;
  }
}

.global_cta_block_five .img3 img{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .global_cta_block_five .img3 img{
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 1024px){
  .global_cta_block_five .img3 img{
    aspect-ratio: 2/3;
  }
}

.page_signature_restaurant_1{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.page_signature_restaurant_2{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .page_signature_restaurant_2{
    flex-direction: row;
  }
}

.page_signature_restaurant_2 > div:nth-child(1){
  aspect-ratio: 1 / 1;
  width: 100%;
}

@media (min-width: 768px){
  .page_signature_restaurant_2 > div:nth-child(1){
    width: 50%;
  }
}

@media (min-width: 1024px){
  .page_signature_restaurant_2 > div:nth-child(1){
    aspect-ratio: 4/3;
  }
}

@media (min-width: 1280px){
  .page_signature_restaurant_2 > div:nth-child(1){
    aspect-ratio: 16 / 9;
  }
}

.page_signature_restaurant_2 > div .img{
  height: 100%;
  width: 100%;
}

.page_signature_restaurant_2 > div .img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_signature_restaurant_2 > div:nth-child(2){
  display: flex;
  width: 100%;
  align-items: center;
}

@media (min-width: 768px){
  .page_signature_restaurant_2 > div:nth-child(2){
    width: 50%;
  }
}

.page_signature_restaurant_2.rev > div:nth-child(2) .content{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 768px){
  .page_signature_restaurant_2.rev > div:nth-child(2) .content{
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .page_signature_restaurant_2.rev > div:nth-child(2) .content{
    padding-right: 5rem;
  }
}

@media (min-width: 1280px){
  .page_signature_restaurant_2.rev > div:nth-child(2) .content{
    padding-left: 0px;
  }
}

.page_signature_restaurant_2 > div:nth-child(2){
  justify-content: flex-start;
}

.page_signature_restaurant_2.rev > div:nth-child(2){
  justify-content: flex-end;
}

.page_signature_restaurant_2 > div:nth-child(2) .content{
  max-width: 616px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .page_signature_restaurant_2 > div:nth-child(2) .content{
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px){
  .page_signature_restaurant_2 > div:nth-child(2) .content{
    padding-left: 5rem;
  }
}

@media (min-width: 1280px){
  .page_signature_restaurant_2 > div:nth-child(2) .content{
    padding-right: 0px;
  }
}

.page_signature_restaurant_2.rev{
  flex-direction: column;
}

@media (min-width: 768px){
  .page_signature_restaurant_2.rev{
    flex-direction: row-reverse;
  }
}

.page_signature_restaurant_2 > div:nth-child(2) .content .links{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.page_signature_restaurant_2 > div:nth-child(2) .content .links a{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration-line: none;
}

.page_signature_restaurant_2 > div:nth-child(2) .content .links a:last-child{
  border-bottom-width: 0px;
}

.page_signature_restaurant_4{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .page_signature_restaurant_4{
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.page_signature_restaurant_4 .container > div{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px){
  .page_signature_restaurant_4 .container > div{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .page_signature_restaurant_4 .container > div{
    gap: 2.5rem;
  }
}

.page_signature_restaurant_4 .container > div > div:nth-child(2n){
  position: relative;
  bottom: -0px;
}

@media (min-width: 768px){
  .page_signature_restaurant_4 .container > div > div:nth-child(2n){
    bottom: -2.5rem;
  }
}

@media (min-width: 1024px){
  .page_signature_restaurant_4 .container > div > div:nth-child(2n){
    bottom: -5rem;
  }
}

.page_signature_restaurant_4.shop .container > div > div:nth-child(1n){
  position: relative;
  bottom: -0px;
}

@media (min-width: 768px){
  .page_signature_restaurant_4.shop .container > div > div:nth-child(1n){
    bottom: -2.5rem;
  }
}

.page_signature_restaurant_4.shop .container > div > div:nth-child(2n){
  bottom: -0px;
}

.page_signature_restaurant_4 .container > div img{
  margin-bottom: 1.25rem;
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our_impact_block_2{
  margin-left: auto;
  margin-right: auto;
  margin-top: -18rem;
  max-width: 56rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
}

@media (min-width: 768px){
  .our_impact_block_2{
    margin-top: -10rem;
    padding: 2.5rem;
  }
}

.our_impact_block_2 .logos{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.our_impact_block_2 .logos a{
  display: block;
}

.our_impact_block_2 .logos a img{
  height: 2.5rem;
  width: auto;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page_press_area{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_press_area .item{
  position: relative;
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page_press_area .item span{
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 200;
}

.page_press_area .subitem{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.page_press_area .rl{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.page_press_area .rl button{
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page_press_area .rl button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page_brochures{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_brochures .item{
  position: relative;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .page_brochures .item{
    height: 150px;
  }
}

.page_brochures .item > div{
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  padding-top: 2.5rem;
}

@media (min-width: 768px){
  .page_brochures .item > div{
    padding-top: 0px;
  }
}

.page_brochures .item > div span{
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page_brochures .item > div span img{
  height: 0.5rem;
  --tw-brightness: brightness(2);
  --tw-contrast: contrast(2);
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.page_brochures .item:hover > div span{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.page_brochures .item:hover > div span img{
  --tw-brightness: brightness(1);
  --tw-contrast: contrast(1);
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.page_faq{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_faq img{
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .page_faq img{
    margin-top: -13rem;
    aspect-ratio: 3/4;
  }
}

.page_faq .content{
  margin-top: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.page_faq .content a{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.page_faq .content a:hover{
  text-decoration-line: underline;
}

.page_special_offers{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_special_offers .special_offers{
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px){
  .page_special_offers .special_offers{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.page_special_offers .special_offers .item{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}

.page_special_offers .special_offers .item.item.vl-slide-center{
  --tw-scale-x: 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(var(--tw-scale-y));
}

.page_special_offers .special_offers .item > div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .page_special_offers .special_offers .item > div{
    flex-direction: row;
  }
}

.page_special_offers .special_offers .item > div > .content{
  width: 100%;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .page_special_offers .special_offers .item > div > .content{
    width: 50%;
    padding: 2.5rem;
  }
}

@media (min-width: 1024px){
  .page_special_offers .special_offers .item > div > .content{
    width: 60%;
    padding: 3.5rem;
  }
}

.page_special_offers .special_offers .item > div > .image{
  aspect-ratio: 1 / 1;
  width: 100%;
}

@media (min-width: 768px){
  .page_special_offers .special_offers .item > div > .image{
    aspect-ratio: auto;
    width: 50%;
  }
}

@media (min-width: 1024px){
  .page_special_offers .special_offers .item > div > .image{
    width: 40%;
  }
}

.page_special_offers .special_offers .item > div > .image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_special_offers .special_offers .item .price{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page_special_offers .special_offers .item .price span{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.page_special_offers .special_offers .item ._button{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.page_special_offers .special_offers .tns-controls button:first-child{
  position: absolute;
  bottom: 75px;
  left: 1.75rem;
  z-index: 99;
  display: none;
  --tw-rotate: -90deg;
  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));
}

.page_special_offers .special_offers .tns-controls button:first-child:hover{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .page_special_offers .special_offers .tns-controls button:first-child{
    display: block;
  }
}

@media (min-width: 1024px){
  .page_special_offers .special_offers .tns-controls button:first-child{
    bottom: 68px;
    left: 10px;
  }
}

.page_special_offers .special_offers .tns-controls button:last-child{
  position: absolute;
  top: 60px;
  right: 42px;
  z-index: 99;
  display: none;
  --tw-rotate: -90deg;
  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));
}

.page_special_offers .special_offers .tns-controls button:last-child:hover{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .page_special_offers .special_offers .tns-controls button:last-child{
    display: block;
  }
}

@media (min-width: 1024px){
  .page_special_offers .special_offers .tns-controls button:last-child{
    top: 3.5rem;
    right: 1.5rem;
  }
}

.global_zigzag_with_overlap_images{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px){
  .global_zigzag_with_overlap_images{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.global_zigzag_with_overlap_images._portrait{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media (min-width: 1024px){
  .global_zigzag_with_overlap_images._portrait{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}

.global_zigzag_with_overlap_images .item{
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .global_zigzag_with_overlap_images .item{
    margin-bottom: 0px;
    flex-direction: row;
  }
}

.global_zigzag_with_overlap_images .item:nth-child(odd){
  flex-direction: column-reverse;
}

@media (min-width: 1024px){
  .global_zigzag_with_overlap_images .item:nth-child(odd){
    flex-direction: row;
  }
}

.global_zigzag_with_overlap_images .item:nth-child(even){
  flex-direction: column-reverse;
}

@media (min-width: 1024px){
  .global_zigzag_with_overlap_images .item:nth-child(even){
    flex-direction: row-reverse;
  }
}

.global_zigzag_with_overlap_images .item .image{
  width: 100%;
}

@media (min-width: 768px){
  .global_zigzag_with_overlap_images .item .image{
    width: 50%;
  }
}

.global_zigzag_with_overlap_images._square .item .image img{
  aspect-ratio: 1 / 1;
  width: 100%;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.global_zigzag_with_overlap_images._portrait .item .image img{
  aspect-ratio: 1 / 1;
  width: 100%;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .global_zigzag_with_overlap_images._portrait .item .image img{
    aspect-ratio: 3/4;
  }
}

.global_zigzag_with_overlap_images .item .content{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .global_zigzag_with_overlap_images .item .content{
    width: 50%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.global_zigzag_with_overlap_images .item:nth-child(odd) .content{
  padding-left: 0px;
}

@media (min-width: 1024px){
  .global_zigzag_with_overlap_images .item:nth-child(odd) .content{
    padding-left: 7rem;
  }
}

.global_zigzag_with_overlap_images .item:nth-child(even) .content{
  padding-right: 0px;
}

@media (min-width: 1024px){
  .global_zigzag_with_overlap_images .item:nth-child(even) .content{
    padding-right: 7rem;
  }
}

@media (min-width: 768px){
  .global_zigzag_with_overlap_images._offset{
    margin-top: -13rem;
    padding-top: 18rem !important;
  }
}

.page_careers_1{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 7rem;
  padding-bottom: 5rem;
}

.page_careers_2{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 5rem;
}

.page_careers_2 img{
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .page_careers_2 img{
    aspect-ratio: 3/4;
  }
}

.page_careers_2 .container{
  position: relative;
}

.page_careers_2 .overtext{
  right: 20%;
  bottom: 2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 200;
}

@media (min-width: 768px){
  .page_careers_2 .overtext{
    position: absolute;
    font-size: 4.5rem;
    line-height: 1;
  }
}

.page_careers_3{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_careers_3 h2{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.page_careers_3 .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){
  .page_careers_3 .item{
    flex-direction: row;
  }
}

.page_careers_3 .item:last-child{
  border-bottom-width: 0px;
}

.page_careers_3 .item h4{
  font-weight: 500;
}

.page_careers_3 .item .icon{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}

.page_careers_3 .item .icon span{
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.page_testimonials_1{
  position: relative;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_testimonials_1:before{
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.page_testimonials_1 .container{
  position: relative;
  z-index: 2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page_testimonials_1 .container h2{
  margin-bottom: 5rem;
  text-align: center;
}

.page_testimonials_1 .container .text{
  font-size: 1.5rem;
  line-height: 2rem;
}

.page_testimonials_1 .testimonials_carousel_nav{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.page_testimonials_1 .testimonials_carousel_nav button{
  display: block;
  height: 1rem;
  width: 5rem;
  --tw-brightness: brightness(2);
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.page_testimonials_1 .testimonials_carousel_nav button:hover{
  --tw-brightness: brightness(1);
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.page_testimonials_1 .testimonials_carousel_nav button img{
  height: 100%;
  width: 100%;
}

.page_testimonials_2{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_testimonials_2 .item{
  display: flex;
  justify-content: center;
}

.page_testimonials_2 .item > div{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
}

.page_testimonials_2 .item > div img{
  height: 50px;
  width: auto;
}

@media (min-width: 1024px){
  .page_testimonials_2 .item > div img{
    height: 60px;
  }
}

.page_testimonials_2 .item > div span{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

._link{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.3);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

._link:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(151 194 30 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.page_adventure_activities_1{
  margin-top: -10rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding-bottom: 5rem;
  padding-top: 10rem;
}

.page_adventure_activities_1 .image{
  width: 100%;
}

@media (min-width: 768px){
  .page_adventure_activities_1 .image{
    width: 50%;
  }
}

.page_adventure_activities_1 .image img{
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px){
  .page_adventure_activities_1 .image img{
    aspect-ratio: 3/4;
  }
}

.page_adventure_activities_1 .content{
  width: 100%;
}

@media (min-width: 768px){
  .page_adventure_activities_1 .content{
    width: 50%;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px){
  .page_adventure_activities_1 .content{
    padding-left: 5rem;
  }
}

.page_adventure_activities_2{
  --tw-bg-opacity: 1;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page_adventure_activities_2 h2{
  max-width: 42rem;
  text-align: right;
}

.page_adventure_activities_2 .adventure_carousel_1{
  margin-top: 2.5rem;
  width: 100%;
  overflow: hidden;
}

.page_adventure_activities_2 .adventure_carousel_1 .item{
  position: relative;
  z-index: 1;
  padding: 0.75rem;
  opacity: 0.3;
}

@media (min-width: 1024px){
  .page_adventure_activities_2 .adventure_carousel_1 .item{
    padding: 1.5rem;
  }
}

.page_adventure_activities_2 .adventure_carousel_1 .item.vl-slide-center{
  opacity: 1;
}

.page_adventure_activities_2 .adventure_carousel_1 .item > img{
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_adventure_activities_2 .adventure_carousel_1 .item .content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px){
  .page_adventure_activities_2 .adventure_carousel_1 .item .content{
    flex-direction: row;
  }
}

.page_adventure_activities_2 .adventure_carousel_1 .item .content ._link{
  border-bottom-color: rgba(255,255,255,.3) !important;
}

.page_adventure_activities_2 .adventure_carousel_1 .item .content > h3{
  width: 100%;
}

@media (min-width: 768px){
  .page_adventure_activities_2 .adventure_carousel_1 .item .content > h3{
    width: 50%;
  }
}

.page_adventure_activities_2 .adventure_carousel_1 .item .content > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_adventure_activities_2 .adventure_carousel_1 .item .content > div{
    width: 50%;
  }
}

.page_adventure_activities_5{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.global_timeline{
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.global_timeline::before{
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 0px;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

@media (min-width: 1024px){
  .global_timeline::before{
    left: 50%;
  }
}

.global_timeline .items{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px){
  .global_timeline .items{
    flex-direction: row;
  }
}

.global_timeline .items > div{
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 2.5rem;
}

@media (min-width: 1024px){
  .global_timeline .items > div{
    width: 50%;
    justify-content: flex-end;
    padding-right: 2.5rem;
    padding-left: 0px;
  }
}

.global_timeline .items > div:nth-child(2n){
  justify-content: flex-start;
  padding-left: 2.5rem;
  padding-right: 0px;
}

@media (min-width: 1024px){
  .global_timeline .items > div:nth-child(2n){
    margin-top: 5rem;
    margin-bottom: 0px;
  }
}

.global_timeline .items > div > div{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

@media (min-width: 1024px){
  .global_timeline .items > div > div{
    width: 80%;
    text-align: right;
  }
}

.global_timeline .items > div:nth-child(2n) > div{
  text-align: left;
}

.global_timeline .items > div > div span{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.global_timeline .items > div > div h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.global_timeline .items > div > div p{
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.global_timeline .items > div > div:after{
  content: "";
  position: absolute;
  top: 2.5rem;
  right: 100%;
  height: 1px;
  width: 43px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

@media (min-width: 1024px){
  .global_timeline .items > div > div:after{
    left: 100%;
    right: auto;
    width: 40px;
  }
}

.global_timeline .items > div:nth-child(2n) > div:after{
  left: auto;
  right: 100%;
}

.page_gallery_1{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px;
}

@media (min-width: 768px){
  .page_gallery_1{
    flex-direction: row;
  }
}

.page_gallery_1 > img{
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .page_gallery_1 > img{
    width: 50%;
  }
}

.page_gallery_1 > div{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .page_gallery_1 > div{
    width: 50%;
    justify-content: flex-end;
  }
}

.page_gallery_1 > div > div{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .page_gallery_1 > div > div{
    padding-right: 5rem;
  }
}

@media (min-width: 1024px){
  .page_gallery_1 > div > div{
    max-width: 590px;
  }
}

.page_gallery_2 img{
  margin-top: -24px;
  display: block;
  height: 300px;
  width: auto;
}

.page_gallery_3{
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px){
  .page_gallery_3{
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 1024px){
  .page_gallery_3{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page_gallery_3 .item{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: linear;
}

.page_gallery_3 .item.item.vl-slide-center{
  --tw-scale-x: 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(var(--tw-scale-y));
}

.page_gallery_3 .item > div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px){
  .page_gallery_3 .item > div{
    flex-direction: row;
  }
}

.page_gallery_3 .item > div > .content{
  width: 100%;
  padding: 1.5rem;
}

@media (min-width: 768px){
  .page_gallery_3 .item > div > .content{
    width: 50%;
    padding: 2.5rem;
  }
}

@media (min-width: 1024px){
  .page_gallery_3 .item > div > .content{
    padding: 3.5rem;
  }
}

.page_gallery_3 .item > div > .image{
  aspect-ratio: 1 / 1;
  width: 100%;
}

@media (min-width: 768px){
  .page_gallery_3 .item > div > .image{
    aspect-ratio: 3/4;
    width: 50%;
  }
}

.page_gallery_3 .item > div > .image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_gallery_3 .item .price{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.page_gallery_3 .item .price span{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.page_gallery_3 .item ._button{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.cf{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 1.5rem;
}

.cf p{
  margin-top: 0px;
  margin-bottom: 0px;
}

.cf > div > p{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.wpcf7-not-valid-tip{
  padding-top: 0.25rem;
}

.wpcf7-not-valid-tip,
.cf > div > p label{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.formControl{
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.formControl.wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

textarea.formControl{
  min-height: 150px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.formSubmit{
  position: relative;
  width: 100%;
}

.formSubmit input{
  height: 4rem;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.formSubmit .wpcf7-spinner{
  position: absolute;
  top: 1.25rem;
  right: 0px;
}

.global_accordion_main .wpcf7-response-output,
.global_accordion_main .cf{
  max-width: 500px;
}

.wpcf7-response-output{
  margin: 0px !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding: 1.5rem !important;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output{
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
}

.page_events_weddings_1{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_events_weddings_1 .item{
  width: 100%;
}

@media (min-width: 768px){
  .page_events_weddings_1 .item{
    width: 50%;
  }
}

.page_events_weddings_1 img{
  margin-bottom: 1.5rem;
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
}

.page_events_weddings_2{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_events_weddings_2 .images img:first-child{
  margin-bottom: 1.5rem;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.page_events_weddings_2 .images img:last-child{
  aspect-ratio: 1 / 1;
  width: 100%;
}

.page_events_weddings_2 .overtitle{
  z-index: 8;
  font-weight: 100 !important;
}

@media (min-width: 768px){
  .page_events_weddings_2 .overtitle{
    position: absolute;
    bottom: 0px;
    max-width: 80%;
  }
}

.new_begin_title{
  margin-top: 5rem;
}

.new_begin_title h3{
  position: relative;
  z-index: 8;
  margin-bottom: 0px;
  text-align: right;
  font-size: 3rem;
  line-height: 1;
  font-weight: 100 !important;
}

@media (min-width: 768px){
  .new_begin_title h3{
    margin-bottom: -4rem;
    max-width: 60%;
  }
}

.page_history{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .page_history{
    flex-direction: row;
  }
}

.page_history > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_history > div{
    width: 33.333333%;
  }
}

.page_history > div > div{
  position: relative;
  z-index: 8;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .page_history > div > div{
    margin-top: 8rem;
    width: 150%;
  }
}

.page_history > div > div > div{
  width: 100%;
  max-width: 590px;
}

.page_history > img{
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .page_history > img{
    width: 66.666667%;
  }
}

.page_about_us_1{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding-top: 100px;
  padding-bottom: 5rem;
}

@media (min-width: 768px){
  .page_about_us_1{
    padding-top: 180px;
  }
}

.page_about_us_1 .container > div{
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

@media (min-width: 768px){
  .page_about_us_1 .container > div{
    flex-direction: row;
  }
}

.page_about_us_1 .container > div > img{
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .page_about_us_1 .container > div > img{
    width: 44%;
  }
}

.page_about_us_1 .container > div > div{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px){
  .page_about_us_1 .container > div > div{
    width: 50%;
  }
}

.page_about_us_1 .container > div > div h1{
  font-weight: 100 !important;
}

@media (min-width: 768px){
  .page_about_us_1 .container > div > div h1{
    margin-left: -8rem;
    font-size: 4.5rem;
    line-height: 1;
  }
}

.page_about_us_2{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_about_us_4{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .page_about_us_4{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.page_about_us_4 .container > div{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px){
  .page_about_us_4 .container > div{
    margin-bottom: -18rem;
    flex-direction: row;
  }
}

.page_about_us_4 .container > div > img{
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .page_about_us_4 .container > div > img{
    width: 50%;
  }
}

.page_about_us_4 .container > div > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_about_us_4 .container > div > div{
    width: 45%;
  }
}

.page_about_us_5{
  --tw-bg-opacity: 1;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .page_about_us_5{
    padding-top: 250px;
    padding-bottom: 5rem;
  }
}

.page_about_us_5 .container > div{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .page_about_us_5 .container > div{
    flex-direction: row;
  }
}

.page_about_us_5 .container > div > div:last-child{
  width: 100%;
}

@media (min-width: 768px){
  .page_about_us_5 .container > div > div:last-child{
    margin-top: -10rem;
    width: 50%;
    padding-left: 5rem;
  }
}

.page_about_us_5 .container > div > div:last-child > img{
  aspect-ratio: 1 / 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_about_us_5 .container > div > div:first-child{
  width: 100%;
}

@media (min-width: 768px){
  .page_about_us_5 .container > div > div:first-child{
    width: 45%;
  }
}

.page_about_us_6{
  --tw-bg-opacity: 1;
  background-color: rgb(108 98 90 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page_about_us_6 .container > div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .page_about_us_6 .container > div{
    flex-direction: row;
  }
}

.page_about_us_6 .container > div > div:nth-child(1){
  width: 100%;
}

@media (min-width: 768px){
  .page_about_us_6 .container > div > div:nth-child(1){
    width: 25%;
  }
}

.page_about_us_6 .container > div > div:nth-child(2){
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px){
  .page_about_us_6 .container > div > div:nth-child(2){
    width: 50%;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.page_about_us_6 .container > div > div:nth-child(3){
  width: 100%;
}

@media (min-width: 768px){
  .page_about_us_6 .container > div > div:nth-child(3){
    width: 25%;
  }
}

.page_about_us_6 .container > div > div > img{
  aspect-ratio: 5/6;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_about_us_6 .container > div > div > img:last-child{
  margin-top: 1rem;
}

.page_location_access_2{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 8rem;
  padding-bottom: 5rem;
  text-align: center;
}

.page_location_access_2 ._button{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  .page_location_access_2 ._button{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.page_location_access_3{
  margin-bottom: -150px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.page_location_access_3 .container{
  position: relative;
  z-index: 5;
}

.page_location_access_3 img{
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page_location_access_3 h2{
  position: absolute;
  top: 0px;
  right: 2.5rem;
  font-weight: 100 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page_location_access_4{
  position: relative;
  padding-top: 200px;
  padding-bottom: 5rem;
}

@media (min-width: 768px){
  .page_location_access_4{
    padding-top: 240px;
  }
}

.page_location_access_4.light{
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
}

.page_location_access_4.dark{
  --tw-bg-opacity: 1;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1));
}

.page_location_access_4.dark h2,
.page_location_access_4.dark .bottom_content{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page_location_access_4 ._2col::before{
  content: "";
  position: absolute;
  top: 355px;
  left: 0px;
  right: 0px;
  display: none;
  height: 1px;
  width: 100%;
  --tw-rotate: -12deg;
  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-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px){
  .page_location_access_4 ._2col::before{
    display: block;
  }
}

.page_location_access_4 ._3col::before{
  content: "";
  position: absolute;
  top: 355px;
  left: 0px;
  right: 0px;
  display: none;
  height: 1px;
  width: 100%;
  --tw-rotate: -10.7deg;
  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-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px){
  .page_location_access_4 ._3col::before{
    display: block;
  }
}

.page_location_access_4 ._2col{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px){
  .page_location_access_4 ._2col{
    margin-top: 5rem;
    flex-direction: row;
  }
}

.page_location_access_4 ._3col{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px){
  .page_location_access_4 ._3col{
    margin-top: 5rem;
    flex-direction: row;
  }
}

.page_location_access_4 ._2col > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_location_access_4 ._2col > div{
    width: 50%;
  }
}

.page_location_access_4 ._3col > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_location_access_4 ._3col > div{
    width: 33.333333%;
  }

  .page_location_access_4 ._3col > div:nth-child(1){
    margin-top: 5rem;
  }

  .page_location_access_4 ._3col > div:nth-child(3){
    margin-top: -5rem;
  }

  .page_location_access_4 ._2col > div:nth-child(1){
    margin-top: 10px;
  }

  .page_location_access_4 ._2col > div:nth-child(2){
    margin-top: -124px;
  }
}

.page_location_access_4 .box{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

.page_location_access_4 .box::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: none;
  height: 100px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px){
  .page_location_access_4 .box::before{
    display: block;
  }
}

.page_location_access_4 .box img{
  margin-bottom: 2.5rem;
  height: 2.5rem;
  width: auto;
}

.page_location_access_4 .bottom_content{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

@media (min-width: 768px){
  .page_location_access_4 .bottom_content{
    margin-top: -18rem;
  }
}

.page_location_access_4 .bottom_content > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_location_access_4 .bottom_content > div{
    width: 33.333333%;
    padding-left: 2.5rem;
  }

  .page_location_access_4 .bottom_content.b_2col > div{
    width: 50%;
  }
}

.page_location_access_5{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.page_location_access_5 ._2col::before{
  content: "";
  position: absolute;
  top: 260px;
  left: 0px;
  right: 0px;
  display: none;
  height: 1px;
  width: 100%;
  --tw-rotate: 15.5deg;
  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-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px){
  .page_location_access_5 ._2col::before{
    display: block;
  }
}

.page_location_access_5 ._3col::before{
  content: "";
  position: absolute;
  top: 251px;
  left: 0px;
  right: 0px;
  display: none;
  height: 1px;
  width: 100%;
  --tw-rotate: 10.7deg;
  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-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px){
  .page_location_access_5 ._3col::before{
    display: block;
  }
}

.page_location_access_5 ._2col{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px){
  .page_location_access_5 ._2col{
    margin-top: 5rem;
    flex-direction: row;
  }
}

.page_location_access_5 ._3col{
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 768px){
  .page_location_access_5 ._3col{
    margin-top: 5rem;
    flex-direction: row;
  }
}

.page_location_access_5 ._2col > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_location_access_5 ._2col > div{
    width: 50%;
  }
}

.page_location_access_5 ._3col > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_location_access_5 ._3col > div{
    width: 33.333333%;
  }

  .page_location_access_5 ._3col > div:nth-child(1){
    margin-top: -5rem;
  }

  .page_location_access_5 ._3col > div:nth-child(3){
    margin-top: 5rem;
  }

  .page_location_access_5 ._2col > div:nth-child(1){
    margin-top: -5rem;
  }

  .page_location_access_5 ._2col > div:nth-child(2){
    margin-top: 96px;
  }
}

.page_location_access_5 .box{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

.page_location_access_5 .box::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: none;
  height: 100px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px){
  .page_location_access_5 .box::before{
    display: block;
  }
}

.page_location_access_5 .box img{
  margin-bottom: 2.5rem;
  height: 2.5rem;
  width: auto;
}

.page_location_access_5 .bottom_content{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

@media (min-width: 768px){
  .page_location_access_5 .bottom_content{
    margin-top: -2.5rem;
  }
}

.page_location_access_5 .bottom_content > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_location_access_5 .bottom_content > div{
    width: 33.333333%;
    padding-right: 2.5rem;
  }

  .page_location_access_5 .bottom_content.b_2col > div{
    width: 50%;
  }
}

.page_location_access_7{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}

.page_location_access_7 .box{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 235 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

.page_location_access_7 .box img{
  margin-bottom: 2.5rem;
  height: 2.5rem;
  width: auto;
}

.page_location_access_7 .bottom_content{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.page_location_access_7 .bottom_content > div{
  width: 100%;
}

@media (min-width: 768px){
  .page_location_access_7 .bottom_content > div{
    width: 50%;
    padding-right: 2.5rem;
  }
}

.woocommerce table.shop_table{
  border-collapse: collapse;
  border-width: 0px;
}

.woocommerce table.shop_table.wishlist_table tr td{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

table.wishlist_table thead th{
  border-top-width: 0px;
}

.woocommerce table.shop_table.wishlist_table thead{
  display: none !important;
}

.woocommerce table.shop_table.wishlist_table .product-name a{
  font-weight: 600;
  text-decoration-line: none;
}

ul.shop_table{
  list-style-type: none !important;
  padding-left: 0px;
}

ul.shop_table li:before{
  display: none !important;
}

ul.shop_table li{
  border-bottom-width: 1px;
}

ul.shop_table li h3{
  margin-top: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

ul.shop_table li h3 a{
  text-decoration-line: none;
}

ul.shop_table .additional-info-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.shop_table .additional-info-wrapper > table{
  width: 100%;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
  --tw-bg-opacity: 1;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1));
}

.woocommerce form .form-row label{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(151 194 30 / var(--tw-border-opacity, 1));
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .woocommerce-cart table.cart td.actions .coupon .input-text{
    min-width: 200px;
  }
}

.woocommerce form.checkout_coupon{
  margin-top: -2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .woocommerce form.checkout_coupon{
    flex-direction: row;
  }
}

.woocommerce form.checkout_coupon > p{
  float: none;
  width: auto;
}

.woocommerce form.checkout_coupon > p:nth-child(1){
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce form.checkout_coupon > p:nth-child(1){
    width: 75%;
  }
}

.woocommerce form.checkout_coupon > p:nth-child(2){
  width: 100%;
}

@media (min-width: 768px){
  .woocommerce form.checkout_coupon > p:nth-child(2){
    width: 25%;
  }
}

.woocommerce form.checkout_coupon > p:nth-child(2) > button{
  width: 100%;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.woocommerce-info{
  --tw-border-opacity: 1;
  border-color: rgb(133 138 125 / var(--tw-border-opacity, 1));
}

.woocommerce-info::before{
  --tw-text-opacity: 1;
  color: rgb(133 138 125 / var(--tw-text-opacity, 1));
}

.checkout.woocommerce-checkout{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px){
  .checkout.woocommerce-checkout{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.checkout.woocommerce-checkout .col2-set{
  margin-top: 0px !important;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.checkout.woocommerce-checkout .col2-set > div{
  float: none;
  width: 100%;
}

.woocommerce .checkbox{
  position: relative;
}

.woocommerce .checkbox span{
  display: block;
  padding-left: 2rem;
}

.woocommerce .checkbox input{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.woocommerce .checkbox span:before{
  content: "\e835";
  position: absolute;
  top: 3px;
  left: 0px;
  font-family: Material Symbols Outlined;
  font-size: 1.5rem;
  line-height: 2rem
}

.woocommerce .checkbox input:checked + span:before{
  content: "\f1fe";
  --tw-text-opacity: 1;
  color: rgb(133 138 125 / var(--tw-text-opacity, 1))
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  min-width: 200px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wishlist-title-container{
  display: none !important;
}

nav.woocommerce-pagination > ul{
  margin-top: 2rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.25rem !important;
  border-width: 0px !important;
}

nav.woocommerce-pagination > ul > li{
  display: block !important;
  width: auto;
  border-width: 0px !important;
  padding: 0px;
}

nav.woocommerce-pagination > ul > li > *{
  display: flex !important;
  height: 2.5rem;
  min-width: 40px !important;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
}

nav.woocommerce-pagination > ul > li > a:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 194 30 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

nav.woocommerce-pagination > ul > li > span.current{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.product-single{
  padding-top: 100px;
}

.product-single div.product{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-single div.product div.images{
  width: 100%;
}

@media (min-width: 768px){
  .product-single div.product div.images{
    width: 50%;
  }
}

.product-single div.product .summary.entry-summary{
  width: 100%;
}

@media (min-width: 768px){
  .product-single div.product .summary.entry-summary{
    width: 50%;
    padding-left: 2.5rem;
  }
}

@media (min-width: 1024px){
  .product-single div.product .summary.entry-summary{
    padding-left: 5rem;
  }
}

.woocommerce-page .quantity-buttons,
div.woocommerce .quantity-buttons{
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 58 53 / var(--tw-border-opacity, 1));
}

.woocommerce-cart.woocommerce-page .quantity-buttons,
.woocommerce-cart div.woocommerce .quantity-buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-width: 0px;
}

.woocommerce-page .quantity-buttons .quantity-minus,
.woocommerce-page .quantity-buttons .quantity-plus,
div.woocommerce .quantity-buttons .quantity-minus,
div.woocommerce .quantity-buttons .quantity-plus{
  display: flex;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 0px !important;
  padding: 0.25rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce-page .quantity-buttons .quantity-input,
.woocommerce-page .quantity-buttons .quantity-minus,
.woocommerce-page .quantity-buttons .quantity-plus,
div.woocommerce .quantity-buttons .quantity-input,
div.woocommerce .quantity-buttons .quantity-minus,
div.woocommerce .quantity-buttons .quantity-plus {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  background-color: transparent;
  border: 1px solid #ebe9e9;
  text-align: center;
  box-sizing: border-box;
}

.woocommerce-page .quantity-buttons .quantity-input,
div.woocommerce .quantity-buttons .quantity-input{
  height: 2.5rem;
  border-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.single_add_to_cart_button{
  height: 42px;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(60 58 53 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single_add_to_cart_button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 138 125 / var(--tw-bg-opacity, 1)) !important;
}

.woocommerce .product-single div.product .product_title{
  font-weight: 600;
}

.woocommerce .product-single div.product .price{
  --tw-text-opacity: 1;
  color: rgb(133 138 125 / var(--tw-text-opacity, 1));
  text-decoration-line: none !important;
}

.woocommerce .product-single div.product .price del{
  --tw-text-opacity: 1;
  color: rgb(60 58 53 / var(--tw-text-opacity, 1));
}

.woocommerce .product-single div.product .price ins{
  text-decoration-line: none;
}

.woocommerce .product-single div.product .posted_in{
  display: none;
}

.woocommerce .product-single div.product .variations{
}

.woocommerce .product-single div.product .variations tr:first-child{
  border-top-width: 1px;
}

.woocommerce .product-single div.product .variations tr:not(:last-child){
  border-bottom-width: 1px;
}

.woocommerce .product-single div.product .variations tr th.label{
  padding-top: 0.25rem;
  text-align: left !important;
  font-weight: 400 !important;
}

.woocommerce .product-single div.product form.cart .variations label{
  font-weight: 400;
}

.woocommerce .product-single div.product .variations tr td.value select{
  margin-right: 0px;
  height: 2.5rem;
  width: 100%;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.woocommerce .product-single div.product .sku_wrapper{
  display: block;
  width: 100%;
  border-top-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce .product-single div.product .expandableSection{
  width: 100%;
  border-bottom-width: 1px;
}

.woocommerce .product-single div.product .expandableSection button{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.woocommerce .product-single div.product .expandableSection button img{
  --tw-rotate: 180deg;
  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));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce .product-single div.product .expandableSection.active button img{
  --tw-rotate: 0deg;
  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));
}

.woocommerce .product-single div.product .expandableSection.active .content{
  padding-bottom: 1.5rem;
}

.woocommerce .product-single div.product .yith-add-to-wishlist-button-block{
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}

.woocommerce .product-single div.product .products.columns-1{
  width: 100%;
}

.products_on_sale_carousel_nav{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.products_on_sale_carousel_nav button:disabled{
  opacity: 0.5;
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:px-5:hover{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hover\:\!text-primary:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(151 194 30 / var(--tw-text-opacity, 1));
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

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

  .md\:-mb-20{
    margin-bottom: -5rem;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

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

  .md\:mb-0{
    margin-bottom: 0px;
  }

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

  .md\:mb-20{
    margin-bottom: 5rem;
  }

  .md\:ml-\[33\%\]{
    margin-left: 33%;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

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

  .md\:mt-16{
    margin-top: 4rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[50vh\]{
    height: 50vh;
  }

  .md\:h-\[600px\]{
    height: 600px;
  }

  .md\:min-h-\[200px\]{
    min-height: 200px;
  }

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

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

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

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

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

  .md\:w-\[67\%\]{
    width: 67%;
  }

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

  .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\:flex-row{
    flex-direction: row;
  }

  .md\:items-end{
    align-items: flex-end;
  }

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

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:pl-3{
    padding-left: 0.75rem;
  }

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pr-3{
    padding-right: 0.75rem;
  }

  .md\:pt-10{
    padding-top: 2.5rem;
  }

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:bottom-\[43px\]{
    bottom: 43px;
  }

  .lg\:-mx-0{
    margin-left: -0px;
    margin-right: -0px;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

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

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

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

  .lg\:w-2\/5{
    width: 40%;
  }

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

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-\[calc\(\(\(100\%-1280px\)\/2\)\+\(1280px\/1\.6\)\)\]{
    width: calc(((100% - 1280px) / 2) + (1280px / 1.6));
  }

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

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

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

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

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:pb-40{
    padding-bottom: 10rem;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

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

  .lg\:pt-32{
    padding-top: 8rem;
  }

  .lg\:pt-\[70px\]{
    padding-top: 70px;
  }

  .lg\:text-\[150px\]{
    font-size: 150px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[50px\]{
    font-size: 50px;
  }

  .lg\:leading-\[50px\]{
    line-height: 50px;
  }
}

@media (min-width: 1280px){
  .xl\:bottom-\[50px\]{
    bottom: 50px;
  }

  .xl\:w-\[calc\(\(\(100\%-1280px\)\/2\)\+\(1280px\/1\.5\)\)\]{
    width: calc(((100% - 1280px) / 2) + (1280px / 1.5));
  }

  .xl\:gap-32{
    gap: 8rem;
  }

  .xl\:text-\[180px\]{
    font-size: 180px;
  }

  .xl\:text-\[44px\]{
    font-size: 44px;
  }

  .xl\:text-\[60px\]{
    font-size: 60px;
  }

  .xl\:leading-\[60px\]{
    line-height: 60px;
  }
}

.dark\:bg-dark:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(60 58 53 / var(--tw-bg-opacity, 1));
}