/*
! tailwindcss v3.2.4 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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. 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-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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-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(12 35 64 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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(12 35 64 / 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:  ;
}

/* Parts */

.advance-filters.show{
    max-height: 400px;
    transition: .5s ease-in-out all;
    opacity: 1;
    visibility: visible;
}

.advance-filters{
    max-height: 0;
    transition: .5s ease-in-out all;
    opacity: 0;
    visibility: hidden;
}

#stickyMobile .advanced-filters-container{
    display: none;
}

@font-face {
    font-family: 'Gilroy';
    src: url(/fonts/Gilroy-Thin.otf?b418ea10c8c6e41f21b97b0789dbaae4) format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url(/fonts/Gilroy-Light.otf?5ac188463a0bf78b33517d5623fcc781) format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url(/fonts/Gilroy-Regular.otf?86bc2a5a8350170447c9ab13f76f8be0) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url(/fonts/Gilroy-Medium.otf?9f1092d036076c58004147643fcedf04) format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF-Pro';
    src: url(/fonts/Sf-pro-text-semibold.otf?5a6801937571c299234dbe63f283a76d) format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.font-sf-pro{
    font-family: sf-pro, sans-serif;
}

.font-gilroy{
    font-family: gilroy, sans-serif;
}

.form-field {
  margin-top: 2rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .form-field {
    width: 50%;
  }
}

.form-field input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding: 0.25rem;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff!important;
    opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff!important;
}

.form-input {
  margin-right: 1rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(118 92 64 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

.listing-search-form .form-input {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.listing-search-form button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.listing-search-form select.form-input {
    padding-right: 48px;
    background-position: 85%;
}

.sort .form-input {
  margin-right: 0px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .sort .form-input {
    padding: 1rem;
  }
}

.sort select.form-input {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url(/img/dropdown.svg) no-repeat right transparent;
    padding-right: 35px;
    background-position: 90%;
    filter:  brightness(0) invert(0) invert(42%) sepia(0%) saturate(147%) hue-rotate(174deg) brightness(93%) contrast(80%);
}

select.form-input {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url(/img/dropdown.svg) no-repeat right transparent;
    padding-right: 48px;
    background-position: 85%;
}

.form-input.select select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background: url(/img/dropdown.svg) no-repeat right transparent;
    padding-right: 48px;
    background-position: 98%;
   width: 100%;
}

#custom_form .form-field-container {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

p.dropdownOption {
  display: block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(12 35 64 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

p.dropdownOption:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(118 92 64 / var(--tw-bg-opacity));
}

.yacht-enquiry .form-field {
  margin-top: 0.5rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(104 104 104 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.yacht-enquiry textarea {
  height: 4rem;
  width: 100%;
}

.yacht-enquiry .checkbox {
  display: flex;
  align-items: center;
  border-width: 0px;
  padding-left: 0px;
}

.yacht-enquiry .checkbox label {
  padding-right: 1rem;
}

@media (min-width: 1024px) {

  .yacht-enquiry .checkbox label {
    width: 25%;
  }
}

.yacht-enquiry .checkbox input {
  margin-right: 0.5rem;
  width: auto;
}

.yacht-enquiry .yacht_name {
  display: none;
}

.yacht-enquiry ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #686868!important;
    opacity: 1; /* Firefox */
}

.yacht-enquiry ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #686868!important;
    opacity: 1; /* Firefox */
}

.yacht-enquiry :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #686868!important;
}

.yacht-enquiry ::-ms-input-placeholder { /* Microsoft Edge */
    color: #686868!important;
}

.contact-us-form .form-field, .contact-us-form input{
    padding-left: 0px!important;
    margin-bottom: 0.5rem}

.yacht-enquiry .form-input {
  margin-right: 1rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(104 104 104 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.glide__bullet {
    background-color: #765C40 !important;
    opacity: 0.2 !important;
    height: 12px !important;
    width: 12px !important;
    margin-right: 8px !important;
}

.glide__bullet.glide__bullet--active {
    opacity: 1 !important;

}

#wishlist .glide__track .glide__arrows{
    display: none;
}

#latest_news .glide__slide {
    height: auto !important;
}

.yacht .glide__arrow--left{
    left: 0px;
}

.yacht .glide__arrow--right{
    right: 0px;
}

.glide__arrow {
    border: none !important;
    box-shadow: none !important;
}

@media(min-width: 1023px) {
    .single-yacht .hero .glide__track {
        overflow: visible;
    }

    .single-new-yacht .gallery .glide__track{
        overflow: visible;
    }

    .single-new-yacht .videos .glide__track{
        overflow: visible;
    }
}

.single-new-yacht .glide__slide {
    height: auto!important;
}

.single-yacht .glide__arrow{
 padding: 0;
}

.single-yacht .glide__arrow--left{
  left: 0
}

.single-yacht .glide__arrow--left .slider-left, .glide.gallery-modal .slider-left{
    background-image: url("/img/slider-left.svg");
    background-color: rgba(255,255,255,0.7);
    height: 35px;
    width: 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.single-yacht .glide__arrow--left .slider-left:hover, .glide.gallery-modal .slider-left:hover{
    background-image: url("/img/slider-left-hover.svg");
    background-color: rgba(12,35,64,0.7);
}

.single-yacht .glide__arrow--right, .glide.gallery-modal .slider-right{
    right: 0
}

.single-yacht .glide__arrow--right .slider-right, .glide.gallery-modal .slider-right{
    background-image: url("/img/slider-right.svg");
    background-color: rgba(255,255,255,0.7);
    height: 35px;
    width: 35px;
    background-position: center;
    background-repeat: no-repeat;

}

.single-yacht .glide__arrow--right .slider-right:hover, .glide.gallery-modal .slider-right:hover{
    background-image: url("/img/slider-right-hover.svg");
    background-color: rgba(12,35,64,0.7);
}

.yacht-slider .glide__bullets{
    bottom: 0
}

@media( max-width: 1023px) {
    .glide.gallery-modal .glide__arrow--right {
        right: 0;
        padding:0;
    }

    .glide.gallery-modal .glide__arrow--left {
        left: 0;
        padding:0;
    }
}

@media( min-width: 1023px) {


    .yacht-slider.right .glide__bullets {
        bottom: 20px;
        left: 5%;
    }

    .yacht-slider.left .glide__bullets {
        bottom: 20px;
        right: 0%;
        left: unset;
    }
}

.glide__bullet:hover, .glide__bullet:focus{
    border:none!important;
}

.wishlist.glide__arrows{
    display: flex;
    justify-content: end;
}

.wishlist .glide__arrow {
    position: static;
}

.wishlist .glide__arrow--left .slider-left{
    background-image: url("/img/slider-left.svg");
    background-color: rgba(255,255,255,0.7);
    height: 35px;
    width: 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.wishlist .glide__arrow--left .slider-left:hover{
    background-image: url("/img/slider-left-hover.svg");
    background-color: rgba(12,35,64,1);
}

.wishlist .glide__arrow--right .slider-right{
    background-image: url("/img/slider-right.svg");
    background-color: rgba(255,255,255,0.7);
    height: 35px;
    width: 35px;
    background-position: center;
    background-repeat: no-repeat;

}

.wishlist .glide__arrow--right .slider-right:hover{
    background-image: url("/img/slider-right-hover.svg");
    background-color: rgba(12,35,64,1);
}

/* Hamburger */

.hamburger {
    padding: 0;
    width: 14px;
    height: 10px;
    background: none;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #686868;
}

.hamburger-box {
    width: 14px;
    height: 10px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 14px;
    height: 1.5px;
    background-color: #686868;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -5px;
}

.hamburger-inner::after {
    bottom: -5px;
}

/* Spin */

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    /*transition-delay: 0.12s;*/
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Main Nav */

.nav-hamburger .hamburger {
    width: 28px;
    height: 20px;
}

.nav-hamburger  .hamburger .hamburger-inner,
.nav-hamburger  .hamburger .hamburger-inner::before,
.nav-hamburger  .hamburger .hamburger-inner::after {
    background-color: #765C40;
}

.home:not(.nav-open):not(.scroll) .nav-hamburger  .hamburger .hamburger-inner,
.home:not(.nav-open):not(.scroll) .nav-hamburger  .hamburger .hamburger-inner::before,
.home:not(.nav-open):not(.scroll) .nav-hamburger  .hamburger .hamburger-inner::after {
    background-color: #fff;
}

.nav-hamburger .hamburger-box {
    width: 28px;
    height: 20px;

}

.nav-hamburger .hamburger-inner {
    margin-top: -0px;
}

.nav-hamburger .hamburger-inner, .nav-hamburger .hamburger-inner::before, .nav-hamburger .hamburger-inner::after {
    width: 28px;
    height: 2px;
}

.nav-hamburger .hamburger-inner::before {
    top: -10px;
}

.nav-hamburger .hamburger-inner::after {
    bottom: -10px;
}

#logoImg {
    background-image: url(/img/logo.svg)
}

header {
    background-color: transparent;
    transition: all 1s ease;
    z-index: 50;
}

header.scroll{
    z-index: 20;
}

header.scroll, header:hover, header.white {
    background-color: white;
}

header.scroll ul, header:hover ul, header.white ul {
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

header.scroll button, header:hover button, header.white button {
  --tw-border-opacity: 1;
  border-color: rgb(118 92 64 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

header .logo-container {
    height: 130px;
    transition: all 1s ease;
}

header.scroll:not(.nav-open) .logo-container {
    height: 90px;
}

header.scroll .logo, header:hover .logo {
    padding: 1rem 0 !important;
}

header.scroll #logoImg, header:hover #logoImg, header.white #logoImg {
    background-image: url(/img/logo-color.svg)
}

header.scroll svg, header:hover svg, header.white svg {
    filter: invert(100%) invert(35%) sepia(39%) saturate(402%) hue-rotate(350deg) brightness(96%) contrast(93%);
}

.nav li:hover a {
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

.nav li:hover .small-subnav a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.small-subnav a {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 1px;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    border-color: #0C2340!important;
}

.small-subnav a:hover:not(.image) {
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    border-color: #fff!important;
}

footer .nav li:hover a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer .email-link {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 1px;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    border-color: #765C40!important;
}

footer .email-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    border-color: #fff!important;
}

.subnav {
    display: none;
    top: 126px;
    z-index: 60;
}

.scroll .subnav {
    top: 90px;
}

@media (min-width: 1023px) {
    .header .nav li {
        padding: 53px 1rem;
    }
}

.new-yachts:hover .subnav {
    display: block;
}

.mobile-subnav{
    max-height: 0px;
    transition: .5s ease-in-out all;
}

.mobile-subnav.show{
    max-height: 1000px;
    transition: .5s ease-in-out all;
    margin-top: 0.5rem;
}

.mobile-subnav .container{
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.mobile-subnav.show .container{
    position: static;
    visibility: visible;
    opacity: 1;
}

@media(max-width: 1023px){

    header.mobile-white {
        background-color: white;
    }

    header.mobile-white ul {
    --tw-text-opacity: 1;
    color: rgb(118 92 64 / var(--tw-text-opacity));
  }

    header.mobile-white button {
    --tw-border-opacity: 1;
    border-color: rgb(118 92 64 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(118 92 64 / var(--tw-text-opacity));
  }

    header.mobile-white #logoImg {
        background-image: url(/img/logo-color.svg)
    }

    header.mobile-white svg {
        filter: invert(100%) invert(35%) sepia(39%) saturate(402%) hue-rotate(350deg) brightness(96%) contrast(93%);
    }

}

.small-subnav{
    display:none
}

.parent:hover .small-subnav{
    display:block
}

.small-subnav a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration: none!important;
}

.save {
    background-image: url(/img/save.svg);
    background-color: #E3DED9;
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.save:hover, .save-parent:hover .save{
    background-color: #765C40;
    background-image: url(/img/hover-save.svg);
}

.favourite{
    background-image: url(/img/favourite.svg);
    background-color: #E3DED9;
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.favourite:hover, .favourite-parent:hover .favourite{
    background-color: #765C40;
    background-image: url(/img/hover-favourite.svg);
}

.favourite.filled{
    background-image: url(/img/favourite-filled.svg);
    background-color: #E3DED9;
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.favourite.filled:hover, .favourite-parent:hover .favourite.filled{
    background-color: #765C40;
    background-image: url(/img/favourite-filled-hover.svg);
}

.finance{
    background-image: url(/img/finance.svg);
    background-color: #0C2340;
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.finance:hover, .finance-parent:hover .finance{
    background-color: #D9ECF3;
    background-image: url(/img/hover-finance.svg);
}

.video {
    background-image: url(/img/video.svg);
    background-color: #E3DED9;
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video:hover{
    background-color: #765C40;
    background-image: url(/img/hover-video.svg);
}

.tour {
    background-image: url(/img/tour.svg);
    background-color: #E3DED9;
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tour:hover{
    background-color: #765C40;

    background-image: url(/img/hover-tour.svg);
}

.ids-stock .ids-stock__edge-btn .ids-stock__edge-icon {
    filter: brightness(0) saturate(100%) invert(37%) sepia(12%) saturate(900%) hue-rotate(356deg) brightness(0.94) contrast(0.88);
    opacity: 1;
}

.ids-stock .ids-stock__edge-btn:hover .ids-stock__edge-icon {
    opacity: 0.92;
    filter: brightness(0) saturate(100%) invert(30%) sepia(14%) saturate(900%) hue-rotate(356deg) brightness(0.88) contrast(0.9);
}

.ids-stock .ids-stock__edge-btn.ids-stock__edge-btn--disabled {
    cursor: default;
}

.ids-stock .ids-stock__edge-btn.ids-stock__edge-btn--disabled .ids-stock__edge-icon {
    opacity: 0.28 !important;
    filter: brightness(0) saturate(100%) invert(70%) sepia(8%) saturate(200%) hue-rotate(356deg);
}

.ids-stock .ids-stock-card-root .glide.hero .glide__arrow {
    z-index: 3;
    border: 0;
    background: transparent;
    padding: 0;
}

.ids-stock .ids-stock-card-root .glide.hero .glide__arrow img {
    filter: brightness(0) invert(1);
    opacity: 0.9;
    width: auto;
}

.ids-stock .ids-stock-card-root .glide.hero .glide__arrow:hover img {
    opacity: 1;
}

.ids-stock .ids-stock__shell {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .ids-stock .ids-stock__shell {
        width: calc(100% + 3rem);
        margin-left: 50%;
        margin-right: 0;
        transform: translateX(-50%);
    }
}

.modal-overlay, .finance-modal-overlay, .iframe-modal-overlay, .demo-modal-overlay{
    background: rgba(0,0,0,.3);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 123;
    display: flex;
    transition: all 0.5s ease-in-out;

}

.modal, .modal-all, .finance-modal, .iframe-modal, .demo-modal{
    background-color: white;
    width: 90%;
    max-width: 1240px;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 90vh;
    overflow: scroll;

}

.modal-hide{
    opacity: 0;
    visibility: hidden;
}

.modal button.modal-close, .modal-all button.modal-close, .finance-modal button.finance-modal-close, .iframe-modal button.iframe-modal-close, .demo-modal button.demo-modal-close{
    position: absolute;
    top: 20px;
    right: 20px;
}

.gallery-modal-overlay{
    background: rgba(0,0,0,.85);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 123;
    display: flex;
    transition: all 0.5s ease-in-out;

}

.modal-hide{
    opacity: 0;
    visibility: hidden;
}

button.gallery-modal-close{
    position: absolute;
    top: 20px;
    right: 20px;

}

.glide.gallery-modal img{
    max-height: 90vh;
    width: auto;
}

.pagination ul{
   display: flex;
}

.pagination li{
    list-style: none;
    padding-right: 0.75rem;
    padding-top: 2.5rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgb(104 104 104 / var(--tw-text-opacity));
}

.pagination li.font-bold{
    font-weight: 800;
}

.pagination li.active{
    list-style: none;
    font-weight: 400;
}

.wishlist.relative {
    left: -200px;
    top: 1px;
}

.wishlist.relative.listing-page {
    left: -0px;
    top: 1px;
}

.search.relative {
    z-index: 2;
    top: 1px;
}

#sticky {
    bottom: -1px;
    max-height: 55px;
    transition: .5s ease-in-out max-height;
}

#sticky.show{
    max-height: 600px;
    transition: .5s ease-in-out max-height;
}

#stickyMobile {
    z-index: 9;
    max-height: 60px;
    transition: .5s ease-in-out max-height;
}

#stickyMobile.show{
    max-height: 500px;
    transition: .5s ease-in-out max-height;
}

#sticky .footer-search-form input[type="submit"] {
cursor:pointer;
}

@media (max-width: 1023px) {

    .swipe-indicator.tint {
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }

    #swipeIndicator.indicator,
    #swipeIndicatorYachts.indicator,
    #swipeIndicatorBrands.indicator {
        transition: 0.3s ease;
        transition-delay: 1.25s;
        opacity: 0;
        z-index: -1;
    }

    #swipeIndicator.indicator img,
    #swipeIndicatorYachts.indicator img,
    #swipeIndicatorBrands.indicator img {
        animation: wiggle 1.25s infinite;
        transition: 0.3s ease;
        transition-delay: 1.25s;
        opacity: 0;

    }

    @keyframes wiggle {

        0%, 50%,
        100% {
            transform: translateX(0);
        }

        25% {
            transform: translateX(-20px);
        }

        75% {
            transform: translateX(20px);
        }
    }
}

.wishlist-heading {
  visibility: hidden;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.wishlist-item.glide__slide--active .wishlist-heading {
  visibility: visible;
}

.wishlist-info {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 236 243 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.wishlist-item:not(:first-child) .wishlist-info {
  padding-left: 0.75rem;
}

.wishlist-item:first-child .wishlist-info {
  margin-left: 0px;
}

.wishlist-item:last-child .wishlist-info{ /* 4th? */ margin-right: 0px}

.wishlist-info.multiline {
  border-style: none;
  padding-bottom: 0px;
}

.wishlist-info.multiline-parent {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 236 243 / var(--tw-border-opacity));
}

.wishlist-button {
  margin-top: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(118 92 64 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

.wishlist-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(118 92 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Yacht Listing */

.sale-pending{
    height: 35px;
    width: 150px;
    -webkit-clip-path: path("M0,35A34.7,34.7,0,0,0,30.1,17.575l.043-.075A34.852,34.852,0,0,1,60.365,0H148V35H0Z");
            clip-path: path("M0,35A34.7,34.7,0,0,0,30.1,17.575l.043-.075A34.852,34.852,0,0,1,60.365,0H148V35H0Z");
    transform: rotate(180deg);
    z-index: 2;
    margin-left: -2px;
    padding: 9px;
}

.sale-pending .text{
    transform: rotate(180deg);

}

.yacht-make{
    bottom: -1px;
    left: 0px;
    height: 60px;
    width: 290px;
    -webkit-clip-path: path("M287,58.412a57.917,57.917,0,0,1-50.229-29.082l-.072-.125A58.165,58.165,0,0,0,186.256,0H0V58.412Z");
            clip-path: path("M287,58.412a57.917,57.917,0,0,1-50.229-29.082l-.072-.125A58.165,58.165,0,0,0,186.256,0H0V58.412Z");
}

@media (max-width:1023px){
    .yacht-make{
        bottom: -1px;
        left: 0px;
        height: 44px;
        width: 215px;
        -webkit-clip-path: path("M215,43.758a43.387,43.387,0,0,1-37.628-21.786l-.054-.093A43.573,43.573,0,0,0,139.53,0H0V43.758Z");
                clip-path: path("M215,43.758a43.387,43.387,0,0,1-37.628-21.786l-.054-.093A43.573,43.573,0,0,0,139.53,0H0V43.758Z");
    }

    .yacht-make img{
        width: 66%;
    }
}

#pre-owned_yachts .card .info {
  width: 100%;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {

  #pre-owned_yachts .card .info {
    width: 50%;
  }
}

.z-2{
    z-index: 2;
}

/* Sets */

.brands-container{
    overflow-x: scroll;
    width: -moz-fit-content;
    width: fit-content;
    width: 100vw;
}

.brand-link{
    width: 100vw;
    -webkit-clip-path: path("M0,555V355.981a60,60,0,0,1,22.7-47l17.6-13.967a60,60,0,0,0,22.7-47V0H759V555Z");
            clip-path: path("M0,555V355.981a60,60,0,0,1,22.7-47l17.6-13.967a60,60,0,0,0,22.7-47V0H759V555Z");
    margin-left: -70px;
    height: 400px;
}

.brand-link .bg-img{
    transition: all 1s;
}

.brand-link:hover .bg-img{
    transform: scale(1.2);
}

.brand-link img {
    max-width: 50%;
}

@media(max-width: 1023px) {
    .brands {
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (min-width: 1024px) {
    .brand-link {
        height: 550px;
        overflow-y: hidden;
    }
}

.charter-hover-btn { transition: opacity 0.3s ease; }

.charter-card:hover .charter-hover-btn { opacity: 1 !important; }

.charter-card:hover .charter-card-img { transform: scale(1.05); }

@media(min-width: 1024px) {
    .cta-bg-tint {
        background: rgb(19, 32, 42);
        background: linear-gradient(90deg, rgba(19, 32, 42, 0.8) 0%, rgba(19, 32, 42, 0) 100%);
    }
}

.cta-bg-tint {
    background: rgba(19, 32, 42, 0.8);
}

.cta-border {
    bottom: -1px;
}

.cta-border-top {
    top: -2px;
}

.cta-border-mobile {
    bottom: -2px;
    right: -50%;
}

/* Glide */

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

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

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

.glide__bullet--active {
  background-color: white;
}

.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

[x-cloak] {
    display: none !important;
}

* {
    box-sizing: border-box;
}

.spacer {
    height: 133px;
}

b,
strong {
    font-weight: bold !important;
}

p a {
    text-decoration: underline;
}

.content a {
    text-decoration: underline;
}

.z-30 {
    z-index: 30;
}

@media (min-width: 1024px) {
    .spacer {
        height: 131px;
    }
}

@media (min-width: 1280px) {
    .spacer {
        height: 136px;
    }
}

@media (max-width: 1023px) {
    .mobile-spacer {
        height: 133px;
    }
}

div p {
    margin-bottom: 1rem;
}

.tint {
    background-color: rgba(0, 0, 0, 0.4);
}

.news-tint {
    background-color: rgba(0, 0, 0, 0.5);
}

.gradient-tint {
    background: rgb(29, 52, 59);
    background: linear-gradient(
        90deg,
        rgba(29, 52, 59, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.features li::before,
li.spec-list::before {
    /* Unicode for a bullet */
    content: "\2022";
    /* Styles for Indentation*/
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.rotate-90 {
    transform: rotate(90deg);
}

/* Single new yacht */

.single-new-yacht .twocol .content h2 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

.single-new-yacht .twocol .content h3 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(224 62 82 / var(--tw-text-opacity));
}

.single-new-yacht .twocol .content p {
  margin-bottom: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

.address p {
  margin-bottom: 0.5rem;
}

.card .info {
  width: 100%;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {

  .card .info {
    width: 50%;
  }
}

.col.content h5 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .col.content h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.col.content h4 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .col.content h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.col.content h3 {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .col.content h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

.col.content h2 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .col.content h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.col.content p {
  margin-bottom: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.col.content.white h2,
.col.content.white h3,
.col.content.white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news.content h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .news.content h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.news.content h3 {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .news.content h3 {
    font-size: 3rem;
    line-height: 1;
  }
}

.news.content h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .news.content h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.news.content h5 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .news.content h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.news.content h6 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 100;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .news.content h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.news.content p {
  margin-bottom: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
    .hero img.mobile-hero {
        height: 350px;
    }
}

#featured_yachts svg {
    z-index: 0;
}

#featured_yachts .glide {
    z-index: 1;
}

@media (max-width: 1023px) {
    .dropdownContainer {
        overflow: scroll;
        max-height: 140px;
    }
}

#contact_form .address p {
  margin-bottom: 0px;
  display: block;
}

.address p {
  margin-bottom: 0px;
  display: inline;
}

.tooltip {
  position: absolute;
  display: flex;
  width: 250px;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {

  .tooltip {
    width: 375px;
  }
}

.tooltip {
    left: 50%;
    bottom: calc(100% + 6px);
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.tooltip.show {
    opacity: 1;
    z-index: 10;
}

.tooltip .link {
    pointer-events: auto;
}

.tooltip:after {
    border: solid;
    border-color: #fff transparent;
    border-width: 6px 6px 0 6px;
    bottom: -6px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

@media (max-width: 1023px) {
    .tooltip {
        left: 0;
        transform: none;
    }

    .tooltip:after {
        left: 20px;
    }
}

.hidden-arrows {
    display: none !important;
}

@media (max-width: 1023px) {
    .hidden-arrows {
        display: flex !important;
    }

    .wishlist.glide__arrows {
        height: 30px;
    }
}

.features ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.features li {
  width: 100%;
  padding-bottom: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .features li {
    width: 50%;
    padding-right: 2rem;
  }
}

.features li p {
  display: inline;
}

#featured-threecol-desktop .video,
#featured-threecol-desktop .tour {
  display: none;
}

.office a:hover {
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

.one-col .text-center.content li {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.one-col .content li p {
  width: -moz-fit-content;
  width: fit-content;
}

.content li {
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

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

#threecol ul {
    margin-left: 15px !important;
}

#threecol ul li {
    list-style: disc !important;
    --tw-text-opacity: 1;
    color: rgb(104 104 104 / var(--tw-text-opacity));
}

.content table td {
    width: 50%;
    padding: 20px;
    vertical-align: top;
}

#events #custom-form .container {
    margin: 0px auto !important;
}

*,
html {
    scroll-behavior: smooth !important;
}

/* from layout */

.brand-link img.max-w-full {
    max-width: 100%;
}

.outside {
    background-color: #0c2340 !important;
}

.dropdownContainer {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: -1px;
    right: -1px;
    margin-bottom: 6px;
    background-color: #0c2340;
}

.dropdownLong {
    max-height: 200px;
    overflow: scroll;
}

.dropdownContainer.up {
    top: initial;
    bottom: 50px;
}

.dropdownContainer:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

p.dropdownOption {
    cursor: pointer;
    display: block;
    padding: 8px 16px 8px 16px;
    margin: 0px !important;
    font-size: 14px;
    line-height: 20px;
    color: white;
    background-color: #0c2340;
}

p.dropdownOption:hover {
    background-color: #765c40;
}

.content ul,
.wysiwyg ul {
    margin-left: 0;
    padding-left: 30px;
    margin-bottom: 1.25rem;
}

.content ol,
.wysiwyg ol {
    margin-left: 0;
    padding-left: 30px;
    margin-bottom: 1.25rem;
}

.content li,
.wysiwyg li {
    list-style: disc;
    margin-bottom: 0.5rem;
}

.content ol li,
.wysiwyg ol li {
    list-style: decimal;
}

.news.content ul {
    margin-left: 0;
    padding-left: 30px;
    margin-bottom: 1.25rem;
}

.news.content ol {
    margin-left: 0;
    padding-left: 30px;
    margin-bottom: 1.25rem;
}

.news.content li {
    list-style: disc;
    margin-bottom: 0.5rem;
}

.news.content ol li {
    list-style: decimal;
}

.mob-nav.z-10 {
    overflow: scroll;
}

.mob-nav.z-10 a img {
    max-width: 150px;
}

@media (min-width: 1023px) {
    .header .nav li {
        padding: 53px 10px;
    }
}

.grecaptcha-badge {
    display: none !important;
}

.features li::before,
li.spec-list::before {
    margin-left: 0;
}

.yacht-card .glide__track {
    height: 427px;
}

#featured-threecol @media (max-width: 768px) .yacht-card .glide__track {
        height: 350px;
    }

#featured-threecol-desktop .yacht-card .glide__track {
    height: unset;
}

.one-col .content li p {
    margin-bottom: 0px !important;
}

.yacht-enquiry .checkbox {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 15px;
}

@media (max-width: 768px) {
    .yacht-enquiry .checkbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.yacht-enquiry .checkbox br {
    display: none;
}

.yacht-enquiry .checkbox label {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.yacht-enquiry .checkbox label input {
        height: auto;
        margin-top: 5px;
    }

*,
html {
    scroll-behavior: smooth !important;
}

@media (max-width: 768px) {
    .wg-default .country-selector {
        bottom: 10px !important;
        right: 10px !important;
    }
}

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

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

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

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

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.left-10 {
  left: 2.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[100px\] {
  top: 100px;
}

.top-auto {
  top: auto;
}

.left-auto {
  left: auto;
}

.right-auto {
  right: auto;
}

.bottom-10 {
  bottom: 2.5rem;
}

.z-40 {
  z-index: 40;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

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

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

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

.m-0 {
  margin: 0px;
}

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

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

.mr-4 {
  margin-right: 1rem;
}

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

.mr-auto {
  margin-right: auto;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

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

.mt-0 {
  margin-top: 0px;
}

.mt-auto {
  margin-top: auto;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

.ml-auto {
  margin-left: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.aspect-\[1024\/683\] {
  aspect-ratio: 1024/683;
}

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

.h-7 {
  height: 1.75rem;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-10 {
  height: 2.5rem;
}

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

.h-full {
  height: 100%;
}

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

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

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

.h-8 {
  height: 2rem;
}

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

.h-screen {
  height: 100vh;
}

.h-11 {
  height: 2.75rem;
}

.h-auto {
  height: auto;
}

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

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

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

.h-4 {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.min-h-0 {
  min-height: 0px;
}

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

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

.w-full {
  width: 100%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-7 {
  width: 1.75rem;
}

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

.w-auto {
  width: auto;
}

.w-8 {
  width: 2rem;
}

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

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

.w-screen {
  width: 100vw;
}

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

.w-60 {
  width: 15rem;
}

.w-4 {
  width: 1rem;
}

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

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

.min-w-\[2\.25rem\] {
  min-width: 2.25rem;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

.max-w-full {
  max-width: 100%;
}

.max-w-none {
  max-width: none;
}

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

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

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

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

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.rotate-90 {
  --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));
}

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

.transform-none {
  transform: none;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

.grid-cols-\[auto_minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: auto minmax(0,1fr) auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-\[clamp\(0\.5rem\2c 2vw\2c 1\.5rem\)\] {
  -moz-column-gap: clamp(0.5rem,2vw,1.5rem);
       column-gap: clamp(0.5rem,2vw,1.5rem);
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-y-0 {
  row-gap: 0px;
}

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

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-normal {
  white-space: normal;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-l-2 {
  border-left-width: 2px;
}

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

.border-brown-500 {
  --tw-border-opacity: 1;
  border-color: rgb(118 92 64 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(12 35 64 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(217 236 243 / var(--tw-border-opacity));
}

.border-\[\#7A6146\] {
  --tw-border-opacity: 1;
  border-color: rgb(122 97 70 / var(--tw-border-opacity));
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 252 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 35 64 / var(--tw-bg-opacity));
}

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 251 / var(--tw-bg-opacity));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-brown-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(118 92 64 / var(--tw-bg-opacity));
}

.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(193 193 193 / var(--tw-bg-opacity));
}

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

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

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 62 82 / var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 236 243 / var(--tw-bg-opacity));
}

.bg-brown-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 222 217 / var(--tw-bg-opacity));
}

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

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

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

.from-black\/0 {
  --tw-gradient-from: rgb(0 0 0 / 0);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/\[0\.82\] {
  --tw-gradient-to: rgb(0 0 0 / 0.82);
}

.to-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.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-3 {
  padding: 0.75rem;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-10 {
  padding: 2.5rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-\[115px\] {
  padding-top: 115px;
  padding-bottom: 115px;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

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

.pt-\[10px\] {
  padding-top: 10px;
}

.pb-\[9px\] {
  padding-bottom: 9px;
}

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

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

.pr-5 {
  padding-right: 1.25rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-\[60px\] {
  padding-left: 60px;
}

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

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

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

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

.font-\[\'Gilroy\'\] {
  font-family: 'Gilroy';
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.font-thin {
  font-weight: 100;
}

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-7 {
  line-height: 1.75rem;
}

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

.leading-none {
  line-height: 1;
}

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

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

.leading-tight {
  line-height: 1.25;
}

.leading-8 {
  line-height: 2rem;
}

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.text-brown-500 {
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

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

.text-\[\#0c2340\] {
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-\[\#7A6146\] {
  --tw-text-opacity: 1;
  color: rgb(122 97 70 / var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(217 236 243 / var(--tw-text-opacity));
}

.text-\[\#E03E52\] {
  --tw-text-opacity: 1;
  color: rgb(224 62 82 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(224 62 82 / var(--tw-text-opacity));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

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

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

.opacity-50 {
  opacity: 0.5;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.invert {
  --tw-invert: invert(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);
}

.filter {
  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);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-200 {
  transition-duration: 200ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.\[font-weight\:250\] {
  font-weight: 250;
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 35 64 / var(--tw-border-opacity));
}

.hover\:bg-brown-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(118 92 64 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 35 64 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[\#7A6146\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(122 97 70 / var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 236 243 / var(--tw-bg-opacity));
}

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

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

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(12 35 64 / var(--tw-text-opacity));
}

.hover\:text-brown-500:hover {
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.prose-headings\:font-thin :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-weight: 100;
}

.prose-headings\:uppercase :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  text-transform: uppercase;
}

.prose-headings\:text-brown-500 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(118 92 64 / var(--tw-text-opacity));
}

.prose-p\:text-grey-500 :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

.prose-li\:text-grey-500 :is(:where(li):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(104 104 104 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .sm\:h-8 {
    height: 2rem;
  }

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

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

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

@media (min-width: 768px) {

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:min-w-\[2\.5rem\] {
    min-width: 2.5rem;
  }

  .md\:gap-x-\[clamp\(0\.75rem\2c 2\.5vw\2c 2rem\)\] {
    -moz-column-gap: clamp(0.75rem,2.5vw,2rem);
         column-gap: clamp(0.75rem,2.5vw,2rem);
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:ml-4 {
    margin-left: 1rem;
  }

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

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

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }

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

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

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

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

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

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

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

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

  .lg\:max-h-full {
    max-height: 100%;
  }

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

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

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

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

  .lg\:w-twocols {
    width: 48.5%;
  }

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

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

  .lg\:w-threecols {
    width: 32%;
  }

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

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

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

  .lg\:w-\[87\.5\%\] {
    width: 87.5%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-\[250px\] {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

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

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

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

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pb-\[52px\] {
    padding-bottom: 52px;
  }

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

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

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .lg\:font-normal {
    font-weight: 400;
  }

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

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

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

  .lg\:text-brown-500 {
    --tw-text-opacity: 1;
    color: rgb(118 92 64 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:p-20 {
    padding: 5rem;
  }
}




