/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E7EB; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

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 */
  font-variation-settings: normal; /* 6 */
}

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

.tooltip-arrow,.tooltip-arrow:before{
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

.tooltip-arrow{
    visibility: hidden;
}

.tooltip-arrow:before{
    content: "";
    visibility: visible;
    transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before{
    border-style: solid;
    border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before{
    border-bottom-width: 1px;
    border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before{
    border-bottom-width: 1px;
    border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before{
    border-top-width: 1px;
    border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before{
    border-top-width: 1px;
    border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow{
    bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow{
    top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow{
    right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow{
    left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before{
    visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before{
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

[data-popper-arrow]{
    visibility: hidden;
}

[data-popper-arrow]:before{
    content: "";
    visibility: visible;
    transform: rotate(45deg);
}

[data-popper-arrow]:after{
    content: "";
    visibility: visible;
    transform: rotate(45deg);
    position: absolute;
    width: 9px;
    height: 9px;
    background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before{
    border-style: solid;
    border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before{
    border-style: solid;
    border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after{
    border-style: solid;
    border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after{
    border-style: solid;
    border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before{
    border-bottom-width: 1px;
    border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after{
    border-bottom-width: 1px;
    border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before{
    border-bottom-width: 1px;
    border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after{
    border-bottom-width: 1px;
    border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before{
    border-top-width: 1px;
    border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after{
    border-top-width: 1px;
    border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before{
    border-top-width: 1px;
    border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after{
    border-top-width: 1px;
    border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]{
    bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]{
    top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]{
    right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]{
    left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before{
    visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after{
    visibility: hidden;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6B7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1C64F2;
    --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder{
    color: #6B7280;
    opacity: 1;
}

input::placeholder,textarea::placeholder{
    color: #6B7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}

::-webkit-date-and-time-value{
    min-height: 1.5em;
}

select:not([size]){
    background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 0.75em 0.75em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}

[multiple]{
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #1C64F2;
    background-color: #fff;
    border-color: #6B7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
    border-radius: 0px;
}

[type='radio']{
    border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1C64F2;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked{
    border-color: transparent;
    background-color: currentColor;
    background-size: 0.55em 0.55em;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked{
    background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 0.55em 0.55em;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}

[type='radio']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    background-size: 1em 1em;
}

.dark [type='radio']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    background-size: 1em 1em;
}

[type='checkbox']:indeterminate{
    background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
    background-color: currentColor;
    border-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.55em 0.55em;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
    border-color: transparent;
    background-color: currentColor;
}

[type='file']{
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus{
    outline: 1px auto inherit;
}

input[type=file]::file-selector-button{
    color: white;
    background: #1F2937;
    border: 0;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 2rem;
    padding-right: 1rem;
    margin-inline-start: -1rem;
    margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover{
    background: #374151;
}

.dark input[type=file]::file-selector-button{
    color: white;
    background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover{
    background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb{
    height: 1.25rem;
    width: 1.25rem;
    background: #1C64F2;
    border-radius: 9999px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb{
    background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb{
    background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1px;
    --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb{
    height: 1.25rem;
    width: 1.25rem;
    background: #1C64F2;
    border-radius: 9999px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb{
    background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb{
    background: #6B7280;
}

input[type="range"]::-moz-range-progress{
    background: #3F83F8;
}

input[type="range"]::-ms-fill-lower{
    background: #3F83F8;
}

.toggle-bg:after{
    content: "";
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    background: white;
    border-color: #D1D5DB;
    border-width: 1px;
    border-radius: 9999px;
    height: 1.25rem;
    width: 1.25rem;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-duration: .15s;
    box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after{
    transform: translateX(100%);;
    border-color: white;
}

input:checked + .toggle-bg{
    background: #1C64F2;
    border-color: #1C64F2;
}

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(63 131 248 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(63 131 248 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container{
    width: 100%;
}
@media (min-width: 425px){

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

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

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

    .container{
        max-width: 660px;
    }
}
@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: 1560px){

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

    .container{
        max-width: 2300px;
    }
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none{
    pointer-events: none;
}
.pointer-events-auto{
    pointer-events: auto;
}
.visible{
    visibility: visible;
}
.invisible{
    visibility: hidden;
}
.collapse{
    visibility: collapse;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.inset-0{
    inset: 0px;
}
.inset-y-0{
    top: 0px;
    bottom: 0px;
}
.bottom-0{
    bottom: 0px;
}
.bottom-5{
    bottom: 1.25rem;
}
.bottom-8{
    bottom: 2rem;
}
.bottom-\[16\%\]{
    bottom: 16%;
}
.bottom-\[2rem\]{
    bottom: 2rem;
}
.bottom-\[4rem\]{
    bottom: 4rem;
}
.bottom-\[60px\]{
    bottom: 60px;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.right-0{
    right: 0px;
}
.right-12{
    right: 3rem;
}
.right-2{
    right: 0.5rem;
}
.right-7{
    right: 1.75rem;
}
.right-8{
    right: 2rem;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-2{
    top: 0.5rem;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-30{
    z-index: 30;
}
.z-40{
    z-index: 40;
}
.z-50{
    z-index: 50;
}
.z-\[100\]{
    z-index: 100;
}
.z-\[201\]{
    z-index: 201;
}
.z-\[202\]{
    z-index: 202;
}
.z-\[9999\]{
    z-index: 9999;
}
.order-1{
    order: 1;
}
.order-none{
    order: 0;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.float-none{
    float: none;
}
.m-auto{
    margin: auto;
}
.-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
}
.mx-0{
    margin-left: 0px;
    margin-right: 0px;
}
.mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-0{
    margin-top: 0px;
    margin-bottom: 0px;
}
.my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-\[80px\]{
    margin-top: 80px;
    margin-bottom: 80px;
}
.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}
.\!mb-0{
    margin-bottom: 0px !important;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-5{
    margin-bottom: 1.25rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-\[10px\]{
    margin-bottom: 10px;
}
.mb-auto{
    margin-bottom: auto;
}
.me-auto{
    margin-inline-end: auto;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-3{
    margin-left: 0.75rem;
}
.ml-4{
    margin-left: 1rem;
}
.ml-6{
    margin-left: 1.5rem;
}
.ml-\[7\%\]{
    margin-left: 7%;
}
.ml-auto{
    margin-left: auto;
}
.mr-16{
    margin-right: 4rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-4{
    margin-right: 1rem;
}
.mr-6{
    margin-right: 1.5rem;
}
.mr-auto{
    margin-right: auto;
}
.mt-0{
    margin-top: 0px;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-\[100px\]{
    margin-top: 100px;
}
.mt-\[80px\]{
    margin-top: 80px;
}
.mt-auto{
    margin-top: auto;
}
.\!block{
    display: block !important;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.\!flex{
    display: flex !important;
}
.flex{
    display: flex;
}
.inline-flex{
    display: inline-flex;
}
.table{
    display: table;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.aspect-square{
    aspect-ratio: 1 / 1;
}
.aspect-video{
    aspect-ratio: 16 / 9;
}
.h-4{
    height: 1rem;
}
.h-6{
    height: 1.5rem;
}
.h-9{
    height: 2.25rem;
}
.h-\[100px\]{
    height: 100px;
}
.h-\[210px\]{
    height: 210px;
}
.h-\[35px\]{
    height: 35px;
}
.h-\[40px\]{
    height: 40px;
}
.h-\[50px\]{
    height: 50px;
}
.h-\[60vh\]{
    height: 60vh;
}
.h-\[65vh\]{
    height: 65vh;
}
.h-\[90vh\]{
    height: 90vh;
}
.h-auto{
    height: auto;
}
.h-fit{
    height: -moz-fit-content;
    height: fit-content;
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.\!min-h-fit{
    min-height: -moz-fit-content !important;
    min-height: fit-content !important;
}
.w-1\/2{
    width: 50%;
}
.w-10\/12{
    width: 83.333333%;
}
.w-11\/12{
    width: 91.666667%;
}
.w-2\/12{
    width: 16.666667%;
}
.w-4{
    width: 1rem;
}
.w-5\/12{
    width: 41.666667%;
}
.w-6\/12{
    width: 50%;
}
.w-64{
    width: 16rem;
}
.w-8\/12{
    width: 66.666667%;
}
.w-\[35px\]{
    width: 35px;
}
.w-\[40px\]{
    width: 40px;
}
.w-\[90vw\]{
    width: 90vw;
}
.w-auto{
    width: auto;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-full{
    width: 100%;
}
.w-screen{
    width: 100vw;
}
.max-w-full{
    max-width: 100%;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-shrink{
    flex-shrink: 1;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
    --tw-translate-y: 100%;
    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));
}
.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-default{
    cursor: default;
}
.cursor-not-allowed{
    cursor: not-allowed;
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.content-center{
    align-content: center;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-y-auto{
    overflow-y: auto;
}
.hyphens-none{
    -webkit-hyphens: none;
            hyphens: none;
}
.hyphens-auto{
    -webkit-hyphens: auto;
            hyphens: auto;
}
.rounded{
    border-radius: 0.25rem;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-lg{
    border-radius: 0.5rem;
}
.rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.\!border-b-0{
    border-bottom-width: 0px !important;
}
.border-b{
    border-bottom-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-solid{
    border-style: solid;
}
.border-none{
    border-style: none;
}
.\!border-tertiary{
    border-color: var(--color-tertiary) !important;
}
.border-blue-600{
    --tw-border-opacity: 1;
    border-color: rgb(28 100 242 / var(--tw-border-opacity));
}
.border-blue-700{
    --tw-border-opacity: 1;
    border-color: rgb(26 86 219 / var(--tw-border-opacity));
}
.border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-700{
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-light{
    background-color: var(--color-light);
}
.bg-menu{
    background-color: var(--color-menu);
}
.bg-primary{
    background-color: var(--color-primary);
}
.bg-secondary{
    background-color: var(--color-secondary);
}
.bg-tertiary{
    background-color: var(--color-tertiary);
}
.bg-transparent{
    background-color: transparent;
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50{
    background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-50{
    --tw-bg-opacity: 0.5;
}
.bg-opacity-90{
    --tw-bg-opacity: 0.9;
}
.box-decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
}
.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-0{
    padding: 0px;
}
.p-1{
    padding: 0.25rem;
}
.p-2{
    padding: 0.5rem;
}
.p-2\.5{
    padding: 0.625rem;
}
.p-3{
    padding: 0.75rem;
}
.p-4{
    padding: 1rem;
}
.p-\[10px\]{
    padding: 10px;
}
.\!py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-\[5\%\]{
    padding-left: 5%;
    padding-right: 5%;
}
.px-\[7\%\]{
    padding-left: 7%;
    padding-right: 7%;
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-\[0\.6rem\]{
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.\!pb-0{
    padding-bottom: 0px !important;
}
.\!pr-0{
    padding-right: 0px !important;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.pb-\[10px\]{
    padding-bottom: 10px;
}
.pl-0{
    padding-left: 0px;
}
.pr-12{
    padding-right: 3rem;
}
.pt-1{
    padding-top: 0.25rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-3{
    padding-top: 0.75rem;
}
.pt-4{
    padding-top: 1rem;
}
.pt-6{
    padding-top: 1.5rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-start{
    text-align: start;
}
.\!font-body{
    font-family: trade-gothic-next, sans-serif !important;
}
.\!font-subheader{
    font-family: Lobster-Regular, cursive !important;
}
.font-heading{
    font-family: trade-gothic-next, sans-serif;
}
.font-subheader{
    font-family: Lobster-Regular, cursive;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-7xl{
    font-size: 4.5rem;
    line-height: 1;
}
.text-\[1\.5rem\]{
    font-size: 1.5rem;
}
.text-\[12px\]{
    font-size: 12px;
}
.text-\[1rem\]{
    font-size: 1rem;
}
.text-\[2\.5rem\]{
    font-size: 2.5rem;
}
.text-\[20px\]{
    font-size: 20px;
}
.text-\[25px\]{
    font-size: 25px;
}
.text-\[2rem\]{
    font-size: 2rem;
}
.text-\[30px\]{
    font-size: 30px;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.\!font-bold{
    font-weight: 700 !important;
}
.\!font-normal{
    font-weight: 400 !important;
}
.font-bold{
    font-weight: 700;
}
.font-light{
    font-weight: 300;
}
.font-medium{
    font-weight: 500;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.\!normal-case{
    text-transform: none !important;
}
.normal-case{
    text-transform: none;
}
.italic{
    font-style: italic;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-9{
    line-height: 2.25rem;
}
.leading-snug{
    line-height: 1.375;
}
.leading-tight{
    line-height: 1.25;
}
.tracking-wide{
    letter-spacing: 0.025em;
}
.\!text-dark{
    color: var(--color-dark) !important;
}
.\!text-primary{
    color: var(--color-primary) !important;
}
.\!text-tertiary{
    color: var(--color-tertiary) !important;
}
.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-blue-600{
    --tw-text-opacity: 1;
    color: rgb(28 100 242 / var(--tw-text-opacity));
}
.text-dark{
    color: var(--color-dark);
}
.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-primary{
    color: var(--color-primary);
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.underline-offset-2{
    text-underline-offset: 2px;
}
.underline-offset-4{
    text-underline-offset: 4px;
}
.\!opacity-100{
    opacity: 1 !important;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
    outline-style: solid;
}
.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);
}
.brightness-50{
    --tw-brightness: brightness(.5);
    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);
}
.brightness-75{
    --tw-brightness: brightness(.75);
    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{
    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;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-opacity{
    transition-property: opacity;
    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;
}
.delay-300{
    transition-delay: 300ms;
}
.duration-150{
    transition-duration: 150ms;
}
.duration-300{
    transition-duration: 300ms;
}
.duration-500{
    transition-duration: 500ms;
}
.duration-700{
    transition-duration: 700ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root {
    --slider-duration: 1s;
    --slider-timing-func: cubic-bezier(0.19, 1, 0.22, 1);

    --color-primary: #4a6220;
    --color-secondary: #5C7A28;
    --color-tertiary: var(--color-secondary);
    --color-dark: #2B361B;
    --color-inherit: #2B361B;
    --color-light: #D8E2D7;
    --color-menu:#4a6220;
}
html, body{
  font-size: 17px;
  overflow-x: hidden;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 300;
  color: var(--color-dark);
}
.frame-type-booking html,.frame-type-booking  body{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
html:focus, html:focus-within, html:focus-visible, body:focus, body:focus-within, body:focus-visible{
    outline-width: 2px;
    outline-color: var(--color-secondary);
}
html b, html strong, body b, body strong{
    font-family: trade-gothic-next, sans-serif;
    font-weight: 700;
}
.frame-type-booking html b,.frame-type-booking  html strong,.frame-type-booking  body b,.frame-type-booking  body strong{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
html a:hover,body a:hover{
      cursor: pointer;
    }
html.scrolling .nav-container, body.scrolling .nav-container {
      height: 80px!important;
      transition: height 0.3s;
    }
html.scrolling .nav-container .logo-link,body.scrolling .nav-container .logo-link{
        height: 70px;
      }
html.scrolling .nav-container .logo-link img,body.scrolling .nav-container .logo-link img{
          height: 70px;
          transition: all 0.3s ease-out;
        }
html.scrolling #breadcrumbs.no-img,body.scrolling #breadcrumbs.no-img{
        margin-top: 80px;
        transition: margin-top 0.3s ease-in-out;
      }
.we2p h1, .we2p h2, .we2p h3, .we2p h4, .we2p h5, .we2p h6, .we2p .h1, .we2p .h2, .we2p .h3, .we2p .h4, .we2p .h5, .we2p .h6{
    font-weight: 600!important;
  }
.we2p ul{
    list-style: disc;
    padding-left: 1.5rem;
    font-size: 17px;
  }
.we2p ol{
    list-style: decimal;
    padding-left: 1.5rem;
    font-size: 17px;
  }
p a{
    margin-bottom: 1rem;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 300;
    color: var(--color-primary);
    text-decoration-line: underline;
}
.frame-type-booking p a{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
p strong, p b{
    font-weight: 700;
}
.frame-type-text p a{
    font-family: trade-gothic-next, sans-serif;
    color: var(--color-primary);
    text-decoration-line: underline;
}
.frame-type-booking .frame-type-text p a{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
.frame-type-text p strong, .frame-type-text p b{
    font-weight: 700;
}
.frame-type-text ul{
    list-style: disc;
    margin: revert;
  }
.frame-type-text ul:not(.two-column-list){
      list-style: inside;
    }
.frame-type-text ul:not(.two-column-list) ul{
        list-style-type: circle;
      }
.frame-type-text ol{
    list-style: auto;
    margin: revert;
  }
.frame-type-text ol:not(.two-column-list){
      padding-left: 20px;
    }
.frame-type-text ul ul,.frame-type-text ol ul{
      margin: 0 0 0 2rem;
      list-style-type: circle!important;
    }
.frame-type-text ul a,.frame-type-text ol a{
    font-family: trade-gothic-next, sans-serif;
    color: var(--color-primary);
    text-decoration-line: underline;
}
.frame-type-booking .frame-type-text ul a,.frame-type-booking .frame-type-text ol a{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
.frame-indent{
    margin-left: 7%;
    margin-right: 7%;
}
@media (min-width: 2300px){

    .frame-indent{
        margin-left: 15%;
        margin-right: 15%;
    }
}
.h1{
    font-size: 2rem;
}
@media (min-width: 1024px){

    .h1{
        font-size: 3rem;
    }
}
.h2{
    font-size: 1.6rem;
}
@media (min-width: 1024px){

    .h2{
        font-size: 2.3rem;
    }
}
.h3{
    font-size: 1.5rem;
}
@media (min-width: 1024px){

    .h3{
        font-size: 2.3rem;
    }
}
.h4{
    font-size: 1.4rem;
}
@media (min-width: 1024px){

    .h4{
        font-size: 2rem;
    }
}
.h5{
    font-size: 1.3rem;
}
@media (min-width: 1024px){

    .h5{
        font-size: 1.5rem;
    }
}
.h6{
    font-size: 1rem;
}
@media (min-width: 1024px){

    .h6{
        font-size: 1.5rem;
    }
}
.initial-text table,.frame-type-table table,.frame-type-textmedia table{
    border-collapse: collapse;

  }
.initial-text table tbody,.frame-type-table table tbody,.frame-type-textmedia table tbody{
      overflow: visible;
    }
.initial-text table tbody tr td,.frame-type-table table tbody tr td,.frame-type-textmedia table tbody tr td{
          border-right: 1px solid #dadada;
          padding: 1rem 2rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
.initial-text table tbody tr td:last-child,.frame-type-table table tbody tr td:last-child,.frame-type-textmedia table tbody tr td:last-child{
            border-right: none;
          }
.initial-text table p:first-child::before,.frame-type-table table p:first-child::before,.frame-type-textmedia table p:first-child::before{
          content: unset;
        }
.initial-text h1, .frame-type-table h1, .frame-type-textmedia h1{
    order: 1;
    border-width: 0px;
    font-family: trade-gothic-next, sans-serif;
    font-size: 2rem;
}
.frame-type-booking .initial-text h1,.frame-type-booking  .frame-type-table h1,.frame-type-booking  .frame-type-textmedia h1{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
@media (min-width: 1024px){

    .initial-text h1, .frame-type-table h1, .frame-type-textmedia h1{
        width: -moz-fit-content;
        width: fit-content;
        font-size: 3.5rem;
    }
}
.initial-text h1, .frame-type-table h1, .frame-type-textmedia h1 {
    letter-spacing: 0.9px;
  }
.initial-text h1.text-center,.frame-type-table h1.text-center,.frame-type-textmedia h1.text-center{
    margin-left: auto;
    margin-right: auto;
}
.initial-text h2,.frame-type-table h2,.frame-type-textmedia h2{
    order: 0;
    font-size: 1.6rem;
}
@media (min-width: 1024px){

    .initial-text h2,.frame-type-table h2,.frame-type-textmedia h2{
        font-size: 3rem;
    }
}
.initial-text h3,.frame-type-table h3,.frame-type-textmedia h3{
    order: 0;
    font-size: 1.5rem;
}
@media (min-width: 1024px){

    .initial-text h3,.frame-type-table h3,.frame-type-textmedia h3{
        font-size: 2.75rem;
    }
}
.initial-text h4,.frame-type-table h4,.frame-type-textmedia h4{
    order: 0;
    font-size: 1.4rem;
}
@media (min-width: 1024px){

    .initial-text h4,.frame-type-table h4,.frame-type-textmedia h4{
        font-size: 2.5rem;
    }
}
.initial-text h5, .frame-type-table h5, .frame-type-textmedia h5{
    order: 0;
    font-size: 1.3rem;
}
@media (min-width: 1024px){

    .initial-text h5, .frame-type-table h5, .frame-type-textmedia h5{
        font-size: 2.25rem;
    }
}
.initial-text h6, .frame-type-table h6, .frame-type-textmedia h6{
    order: 0;
    font-size: 1.2rem;
}
@media (min-width: 1024px){

    .initial-text h6, .frame-type-table h6, .frame-type-textmedia h6{
        font-size: 2rem;
    }
}
.initial-text h1, .initial-text h2, .initial-text h3, .initial-text h4, .initial-text h5, .initial-text h6, .frame-type-table h1, .frame-type-table h2, .frame-type-table h3, .frame-type-table h4, .frame-type-table h5, .frame-type-table h6, .frame-type-textmedia h1, .frame-type-textmedia h2, .frame-type-textmedia h3, .frame-type-textmedia h4, .frame-type-textmedia h5, .frame-type-textmedia h6{
    margin-bottom: 10px;
    font-family: Lobster-Regular, cursive;
    color: var(--color-primary);
}
@media (min-width: 1280px){

    .initial-text h1, .initial-text h2, .initial-text h3, .initial-text h4, .initial-text h5, .initial-text h6, .frame-type-table h1, .frame-type-table h2, .frame-type-table h3, .frame-type-table h4, .frame-type-table h5, .frame-type-table h6, .frame-type-textmedia h1, .frame-type-textmedia h2, .frame-type-textmedia h3, .frame-type-textmedia h4, .frame-type-textmedia h5, .frame-type-textmedia h6{
        margin-bottom: 15px;
    }
}
.initial-text h1, .initial-text h2, .initial-text h3, .initial-text h4, .initial-text h5, .initial-text h6, .frame-type-table h1, .frame-type-table h2, .frame-type-table h3, .frame-type-table h4, .frame-type-table h5, .frame-type-table h6, .frame-type-textmedia h1, .frame-type-textmedia h2, .frame-type-textmedia h3, .frame-type-textmedia h4, .frame-type-textmedia h5, .frame-type-textmedia h6{
    line-height: 1.3;
  }
.initial-text pre, .initial-text .formatted, .frame-type-table pre, .frame-type-table .formatted, .frame-type-textmedia pre, .frame-type-textmedia .formatted{
    margin-bottom: 10px;
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.frame-type-booking .initial-text pre,.frame-type-booking  .initial-text .formatted,.frame-type-booking  .frame-type-table pre,.frame-type-booking  .frame-type-table .formatted,.frame-type-booking  .frame-type-textmedia pre,.frame-type-booking  .frame-type-textmedia .formatted{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
@media (min-width: 1280px){

    .initial-text pre, .initial-text .formatted, .frame-type-table pre, .frame-type-table .formatted, .frame-type-textmedia pre, .frame-type-textmedia .formatted{
        margin-bottom: 15px;
    }
}
.initial-text.text-white h1, .initial-text.text-white h2, .initial-text.text-white h3, .initial-text.text-white h4, .initial-text.text-white h5, .initial-text.text-white h6, .frame-type-table.text-white h1, .frame-type-table.text-white h2, .frame-type-table.text-white h3, .frame-type-table.text-white h4, .frame-type-table.text-white h5, .frame-type-table.text-white h6, .frame-type-textmedia.text-white h1, .frame-type-textmedia.text-white h2, .frame-type-textmedia.text-white h3, .frame-type-textmedia.text-white h4, .frame-type-textmedia.text-white h5, .frame-type-textmedia.text-white h6{
      color: #fff;
    }
.frame-space-before-negative-large{
  margin-top: -7rem;
  z-index: -1;
  position: sticky;
}
.pages-445{
    height: 210px;
}
@media (min-width: 1024px){

    .pages-445{
        height: 285px;
    }
}
@media (min-width: 1280px){

    .pages-445{
        height: 445px;
    }
}
.pages-425{
    height: 210px;
}
@media (min-width: 1024px){

    .pages-425{
        height: 225px;
    }
}
@media (min-width: 1280px){

    .pages-425{
        height: 445px;
    }
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange{
    border-color: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
}
.custom-button-primary{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    color: var(--color-primary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-button-primary:hover{
    cursor: pointer;
    border-color: var(--color-primary);
    color: var(--color-primary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-button-primary:focus{
    border-color: var(--color-primary);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: var(--color-primary);
}
.custom-button-primary i{
    margin-left: 10px;
    font-size: 16px;
    color: var(--color-primary);
    transition: margin-left 0.3s ease-in-out;
  }
.custom-button-primary:hover i,.custom-button-primary:focus i{
    color: var(--color-primary);
      margin-left: 15px;
      transition: margin-left 0.3s ease-in-out;
}
.custom-button-secondary{
    display: inline-block;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    color: var(--color-secondary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-button-secondary:hover{
    cursor: pointer;
    color: var(--color-primary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-button-secondary:focus{
    color: var(--color-secondary);
}
.custom-button-secondary i{
    margin-left: 10px;
    font-size: 16px;
    color: var(--color-secondary);
    transition: margin-left 0.3s ease-in-out;
  }
.custom-button-secondary:hover i,.custom-button-secondary:focus i{
    color: var(--color-primary);
      margin-left: 15px;
      transition: margin-left 0.3s ease-in-out;
}
.custom-button-dark{
    display: inline-block;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    color: var(--color-dark);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-button-dark:hover{
    cursor: pointer;
    color: var(--color-dark);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-button-dark:focus{
    color: var(--color-dark);
}
.custom-button-dark i{
    margin-left: 10px;
    font-size: 16px;
    color: var(--color-dark);
    transition: margin-left 0.3s ease-in-out;
  }
.custom-button-dark:hover i,.custom-button-dark:focus i{
      margin-left: 15px;
      transition: margin-left 0.3s ease-in-out;
    }
.custom-button-bg-white{
    display: inline-block;
    border-width: 2px;
    border-color: var(--color-secondary);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    color: var(--color-secondary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-button-bg-white:hover{
    cursor: pointer;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: var(--color-secondary);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-button-bg-white:focus{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: var(--color-secondary);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.custom-button-tertiary{
    display: inline-block;
    border-width: 2px;
    border-color: var(--color-tertiary);
    background-color: var(--color-tertiary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.initial-text.custom-button-tertiary h1, .initial-text.custom-button-tertiary h2, .initial-text.custom-button-tertiary h3, .initial-text.custom-button-tertiary h4, .initial-text.custom-button-tertiary h5, .initial-text.custom-button-tertiary h6, .frame-type-table.custom-button-tertiary h1, .frame-type-table.custom-button-tertiary h2, .frame-type-table.custom-button-tertiary h3, .frame-type-table.custom-button-tertiary h4, .frame-type-table.custom-button-tertiary h5, .frame-type-table.custom-button-tertiary h6, .frame-type-textmedia.custom-button-tertiary h1, .frame-type-textmedia.custom-button-tertiary h2, .frame-type-textmedia.custom-button-tertiary h3, .frame-type-textmedia.custom-button-tertiary h4, .frame-type-textmedia.custom-button-tertiary h5, .frame-type-textmedia.custom-button-tertiary h6{
      color: #fff;
    }
.custom-button-tertiary:hover{
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: var(--color-tertiary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.custom-button-tertiary:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: var(--color-tertiary);
}
.custom-button-tertiary i{
    margin-left: 10px;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.initial-text.custom-button-tertiary i h1, .initial-text.custom-button-tertiary i h2, .initial-text.custom-button-tertiary i h3, .initial-text.custom-button-tertiary i h4, .initial-text.custom-button-tertiary i h5, .initial-text.custom-button-tertiary i h6, .frame-type-table.custom-button-tertiary i h1, .frame-type-table.custom-button-tertiary i h2, .frame-type-table.custom-button-tertiary i h3, .frame-type-table.custom-button-tertiary i h4, .frame-type-table.custom-button-tertiary i h5, .frame-type-table.custom-button-tertiary i h6, .frame-type-textmedia.custom-button-tertiary i h1, .frame-type-textmedia.custom-button-tertiary i h2, .frame-type-textmedia.custom-button-tertiary i h3, .frame-type-textmedia.custom-button-tertiary i h4, .frame-type-textmedia.custom-button-tertiary i h5, .frame-type-textmedia.custom-button-tertiary i h6{
      color: #fff;
    }
.custom-button-tertiary i{
    transition: margin-left 0.3s ease-in-out;
  }
.custom-button-tertiary:hover i,.custom-button-tertiary:focus i{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.initial-text.custom-button-tertiary:hover i h1, .initial-text.custom-button-tertiary:hover i h2, .initial-text.custom-button-tertiary:hover i h3, .initial-text.custom-button-tertiary:hover i h4, .initial-text.custom-button-tertiary:hover i h5, .initial-text.custom-button-tertiary:hover i h6, .frame-type-table.custom-button-tertiary:hover i h1, .frame-type-table.custom-button-tertiary:hover i h2, .frame-type-table.custom-button-tertiary:hover i h3, .frame-type-table.custom-button-tertiary:hover i h4, .frame-type-table.custom-button-tertiary:hover i h5, .frame-type-table.custom-button-tertiary:hover i h6, .frame-type-textmedia.custom-button-tertiary:hover i h1, .frame-type-textmedia.custom-button-tertiary:hover i h2, .frame-type-textmedia.custom-button-tertiary:hover i h3, .frame-type-textmedia.custom-button-tertiary:hover i h4, .frame-type-textmedia.custom-button-tertiary:hover i h5, .frame-type-textmedia.custom-button-tertiary:hover i h6,.initial-text.custom-button-tertiary:focus i h1, .initial-text.custom-button-tertiary:focus i h2, .initial-text.custom-button-tertiary:focus i h3, .initial-text.custom-button-tertiary:focus i h4, .initial-text.custom-button-tertiary:focus i h5, .initial-text.custom-button-tertiary:focus i h6, .frame-type-table.custom-button-tertiary:focus i h1, .frame-type-table.custom-button-tertiary:focus i h2, .frame-type-table.custom-button-tertiary:focus i h3, .frame-type-table.custom-button-tertiary:focus i h4, .frame-type-table.custom-button-tertiary:focus i h5, .frame-type-table.custom-button-tertiary:focus i h6, .frame-type-textmedia.custom-button-tertiary:focus i h1, .frame-type-textmedia.custom-button-tertiary:focus i h2, .frame-type-textmedia.custom-button-tertiary:focus i h3, .frame-type-textmedia.custom-button-tertiary:focus i h4, .frame-type-textmedia.custom-button-tertiary:focus i h5, .frame-type-textmedia.custom-button-tertiary:focus i h6{
      color: #fff;
    }
.custom-button-tertiary:hover i,.custom-button-tertiary:focus i{
      margin-left: 15px;
      transition: margin-left 0.3s ease-in-out;
    }
@media (min-width: 1024px) {
.page-glide .glide__track{
      height: 450px
  }
    }
.page-glide .glide__track .glide__slide{
      height: 300px;
      margin-top: auto;
    }
@media (min-width: 768px) {
.page-glide .glide__track .glide__slide{
        padding-bottom: 30px
    }
      }
@media (min-width: 1024px) {
.page-glide .glide__track .glide__slide{
        height: 450px
    }
      }
.page-glide .glide__track .glide__slide img{
        transition: all 0.5s ease-out;
        position: absolute;
        bottom: 0px;
        height: 300px;
      }
@media (min-width: 768px){

    .page-glide .glide__track .glide__slide img{
        height: 230px;
    }
}
@media (min-width: 1024px){

    .page-glide .glide__track .glide__slide img{
        height: 300px;
    }
}
.page-glide .glide__track .glide__slide .text-container{
        visibility: hidden;
        opacity: 0;
        height: 0;
      }
.page-glide .glide__track .glide__slide.glide__slide--active{
        padding-bottom: 0;
      }
@media (min-width: 768px){

    .page-glide .glide__track .glide__slide.glide__slide--active img{
        height: 300px;
    }
}
@media (min-width: 1024px){

    .page-glide .glide__track .glide__slide.glide__slide--active img{
        height: 450px;
    }
}
@media (min-width: 1280px){

    .page-glide .glide__track .glide__slide.glide__slide--active img{
        height: 400px;
    }
}
.page-glide .glide__track .glide__slide.glide__slide--active .text-container{
          visibility: visible;
          opacity: 1;
          height: auto;
          transition: opacity 0.5s ease-in-out;
        }
@media (min-width: 1024px) {
.page-glide .glide__track .glide__slide.glide__slide--active .text-container{
            transition-delay: 0.3s
        }
          }
@media (min-width: 768px) {
.page-glide .glide__track .glide__slide.glide__slide--active .text-container p{
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical
          }
            }
.page-glide .glide__track .glide__slide.glide__slide--active a{
          display: block!important;
        }
@media (min-width: 1280px) {
.header-glide .line-height-unset{
      line-height: initial!important
  }
    }
.frame-type-table{
  overflow-x: scroll;
}
.glide__bullet{
  width: 15px;
  height: 15px;
  margin: 0 5px;
  transition: background-color 0.2s ease-in-out;
  background-color: var(--color-light);
}
.glide__bullet.glide__bullet--active{
    transition: background-color 0.2s ease-in-out;
    background-color: var(--color-secondary);
  }
.fa-duotone{
  --fa-secondary-color: #fff;
  --fa-primary-opacity: 1.0;
  --fa-secondary-opacity: 1.0;
  color: var(--color-primary);
}
.hyphens-none{
  -webkit-hyphens: none;
  hyphens: none;
}
.hyphens-auto{
  -webkit-hyphens: auto;
  hyphens: auto;
}
.absolute-center{
    top: 50%;
    left: 50%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (max-height: 700px){
.header-img-container, .header-img-container img{
    height: 90vh!important
}
  }
@media (min-width: 1024px){
.header-img-container, .header-img-container img{
    height: calc(80vh + 50px)
}
  }
.leading-tight{
  line-height: 1.25;
}
.glightbox-typo3 img{
    cursor: zoom-in;
}
[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -3px;
}
.frame-type-booking .font-heading{
    hyphens: none!important;
    -webkit-hyphens: none!important;
    -moz-hyphens: none!important;
    -ms-hyphens: none!important;
  }
.contenttable{
  width: 100%;
  margin: 0 -2rem;
}
.contenedor .header-transform{
    padding: 0;
    transition: all 0.3s ease-out;
  }
.contenedor .header-transform h2{
      transition: all 0.3s ease-out;
    }
.contenedor a:hover .header-transform,.contenedor a:focus .header-transform{
        padding: 10px 0;
        transition: all 0.3s ease-out;
      }
.contenedor a:hover .header-transform h2,.contenedor a:focus .header-transform h2{
          font-size: 2rem;
          transition: all 0.3s ease-out;
        }
.pages-layout4{
  grid-row-gap: 30px;
}
@media (min-width: 768px){
.pages-layout4{
    grid-row-gap: 20px
}
  }
@media (min-width: 1024px){
.pages-layout4{
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 60px
}
  }
@media (min-width: 1280px){
.pages-layout4{
    grid-row-gap: 60px;
    grid-column-gap: 40px
}
  }
@media (min-width: 1560px){
.pages-layout4{
    grid-column-gap: 80px
}
  }
.pages-layout4 img{
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 250px;

  }
@media (min-width: 1024px){
.pages-layout4 img{
      height: 150px;
      width: 150px;
      transition: height 0.3s ease-out

  }
    }
@media (min-width: 1560px){
.pages-layout4 img{
      height: 220px;
      width: 100%;
      transition: height 0.3s ease-out

  }
    }
@media screen and (min-width: 1640px) {
.pages-layout4 img{
      height: 250px;
      transition: height 0.3s ease-out

  }
    }
figure.table{
    width: 100%;
    overflow-x: auto;
    -moz-column-span: all;
    column-span: all;
    display: flex;
  }
.big-pages-glide .card{
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: var(--color-secondary);
  }
.big-pages-glide .card:hover, .big-pages-glide .card:focus-within{
      align-items: center;
    }
.big-pages-glide .card:hover .header-container,.big-pages-glide .card:focus-within .header-container{
        margin-left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--color-light);
        transition-delay: 2s;
        transition: background-color var(--slider-duration) var(--slider-timing-func), height var(--slider-duration) var(--slider-timing-func);
      }
.big-pages-glide .card:hover .header,.big-pages-glide .card:focus-within .header{
        top: 50%;
        transform: translateY(-50%);
        transition: transform var(--slider-duration) var(--slider-timing-func), top var(--slider-duration) var(--slider-timing-func);
      }
.big-pages-glide .card:hover .header .title,.big-pages-glide .card:focus-within .header .title{
    color: var(--color-primary);
}
.big-pages-glide .card:hover .copy, .big-pages-glide .card:focus-within .copy {
        display: block!important;
        opacity: 1!important;
        transform: translateY(0);
        transition-delay: 2s;
        transition: transform var(--slider-duration) var(--slider-timing-func), opacity var(--slider-duration) var(--slider-timing-func);
      }
.big-pages-glide .header-container{
    background-color: var(--color-primary);
    height: auto;
    transition: background-color var(--slider-duration) var(--slider-timing-func), height var(--slider-duration) var(--slider-timing-func);
}
.big-pages-glide .header-container .header {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      padding: 0.5rem 1rem;
      transition: transform var(--slider-duration) var(--slider-timing-func);
      z-index: 1;
      transform: translateY(0);
    }
.big-pages-glide .header-container .header .copy {
        display: none;
        opacity: 0;
        transform: translateY(1rem);
        transition-delay: 2s;
        transition: transform var(--slider-duration) var(--slider-timing-func), opacity var(--slider-duration) var(--slider-timing-func);
      }
.frame-pages-slider header{
    margin-left: 7%;
    margin-right: 7%;
  }
.frame-pages-slider .pages-slider img{
      -o-object-position: center;
         object-position: center;
      height: 100px;
      width: 100px;
    }
@media (min-width: 540px){
.frame-pages-slider .pages-slider img{
        height: 150px;
        width: 150px
    }
      }
@media (min-width: 660px){
.frame-pages-slider .pages-slider img{
        height: 170px;
        width: 170px
    }
      }
@media (min-width: 1024px){
.frame-pages-slider .pages-slider img{
        height: 150px;
        width: 150px
    }
      }
@media (min-width: 1560px){
.frame-pages-slider .pages-slider img{
        height: 250px;
        width: 100%
    }
      }
footer .footer-server {
    margin: 0 auto;
    list-style: none;
    -moz-columns: 2;
         columns: 2;
  }
@media (min-width: 768px) {
footer .footer-server {
      -moz-columns: 2;
           columns: 2;
      max-width: 40em
  }
    }
footer .footer-server li {
      margin-bottom: 10px;
    }
@media (min-width: 768px) {
footer .footer-server li {
        white-space: nowrap
    }
      }
footer .footer-server li a {
        text-decoration: none !important;
        color: inherit;
      }
footer .footer-server li a:hover{
    color: var(--color-primary);
}
.date-container span:first-of-type{
      top: 5px!important;
      right: 0;
      left: unset!important;
    }
.nav-container{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: height 0.3s;
}
.nav-container .nav-logo{
    -o-object-position: left;
       object-position: left;
    max-height: 90px;
  }
@media (min-width: 768px){

    .nav-container .nav-logo{
        max-height: 100px;
    }
}
.nav-container .nav-logo{
    transition: max-height 0.3s ease-in-out;
  }
.nav-container .nav-logo.logo-reduce {
      max-height: 70px;
      transition: max-height 0.3s ease-in-out;
    }
@media not all and (min-width: 1024px){

    .nav-container .nav-logo.spessartbiken{
        max-height: 70px;
    }
}
.tooltip.menuitem-fade > .tooltip-arrow:before{
    visibility: hidden;
}
[role="tooltip"].menuitem-fade > [data-popper-arrow]:before{
    visibility: hidden;
}
[role="tooltip"].menuitem-fade > [data-popper-arrow]:after{
    visibility: hidden;
}
.menuitem-fade{
    visibility: hidden;
    height: 0px;
    opacity: 0;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menuitem-show{
    visibility: visible;
    height: 100%;
    opacity: 1;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.skip-link:focus{
    position: fixed!important;
    z-index: 9999;
    top: 5px;
    left: 30px;
    clip: unset;
    width: auto;
    height: auto;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: var(--color-primary);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.initial-text.skip-link:focus h1, .initial-text.skip-link:focus h2, .initial-text.skip-link:focus h3, .initial-text.skip-link:focus h4, .initial-text.skip-link:focus h5, .initial-text.skip-link:focus h6, .frame-type-table.skip-link:focus h1, .frame-type-table.skip-link:focus h2, .frame-type-table.skip-link:focus h3, .frame-type-table.skip-link:focus h4, .frame-type-table.skip-link:focus h5, .frame-type-table.skip-link:focus h6, .frame-type-textmedia.skip-link:focus h1, .frame-type-textmedia.skip-link:focus h2, .frame-type-textmedia.skip-link:focus h3, .frame-type-textmedia.skip-link:focus h4, .frame-type-textmedia.skip-link:focus h5, .frame-type-textmedia.skip-link:focus h6{
      color: #fff;
    }
.btn-slider{
    height: 50px;
    width: 50px;
    border-color: var(--color-primary);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    line-height: 1;
    color: var(--color-primary);
  border-width: 3px;
}
.btn-slider i{
    font-size: 25px;
    color: var(--color-primary);
}
.line-height-unset{
  line-height: unset;
}
.button-light-hover{
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    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: 75ms;
}
.initial-text h1.button-light-hover,.frame-type-table h1.button-light-hover,.frame-type-textmedia h1.button-light-hover{
    margin-left: auto;
    margin-right: auto;
}
.button-light-hover:hover{
    background-color: var(--color-light);
}
:is(.dark .button-light-hover){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .button-light-hover:hover){
    background-color: var(--color-light);
}
.button-light-hover{
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    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: 75ms;
}
.initial-text h1.button-light-hover,.frame-type-table h1.button-light-hover,.frame-type-textmedia h1.button-light-hover{
    margin-left: auto;
    margin-right: auto;
}
.button-light-hover:hover{
    background-color: var(--color-light);
}
:is(.dark .button-light-hover){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .button-light-hover:hover){
    background-color: var(--color-light);
}
.button-secondary-hover{
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--color-secondary);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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: 75ms;
}
.initial-text h1.button-secondary-hover,.frame-type-table h1.button-secondary-hover,.frame-type-textmedia h1.button-secondary-hover{
    margin-left: auto;
    margin-right: auto;
}
.initial-text.button-secondary-hover h1, .initial-text.button-secondary-hover h2, .initial-text.button-secondary-hover h3, .initial-text.button-secondary-hover h4, .initial-text.button-secondary-hover h5, .initial-text.button-secondary-hover h6, .frame-type-table.button-secondary-hover h1, .frame-type-table.button-secondary-hover h2, .frame-type-table.button-secondary-hover h3, .frame-type-table.button-secondary-hover h4, .frame-type-table.button-secondary-hover h5, .frame-type-table.button-secondary-hover h6, .frame-type-textmedia.button-secondary-hover h1, .frame-type-textmedia.button-secondary-hover h2, .frame-type-textmedia.button-secondary-hover h3, .frame-type-textmedia.button-secondary-hover h4, .frame-type-textmedia.button-secondary-hover h5, .frame-type-textmedia.button-secondary-hover h6{
      color: #fff;
    }
.button-secondary-hover:hover{
    background-color: var(--color-tertiary);
}
@media (min-width: 1024px){

    .button-secondary-hover{
        height: 60px;
        width: 60px;
    }
}
.link-hover{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.link-hover:hover{
    font-family: trade-gothic-next, sans-serif;
    text-decoration-line: underline;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.link-hover:focus{
    font-weight: 500;
    text-decoration-line: underline;
}
.content-header .header {
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 4px;
    width: -moz-fit-content;
    width: fit-content;
    order: 1;
    position: relative;
    display: inline;
  -webkit-hyphens: auto;
  hyphens: auto;
  }
.content-header .header:not(h2, h3, h1)::before, .content-header .header.seo-relevant::before {
        content: "";
        height: 1px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        border-bottom-width: 2px;
        border-color: var(--color-primary);
      }
@media (min-width: 768px){

    .content-header .header:not(h2, h3, h1)::before, .content-header .header.seo-relevant::before{
        border-bottom-width: 4px;
    }
}
.content-header .header:not(h2, h3, h1).subheader-h1::before, .content-header .header:not(h2, h3, h1).subheader-h2::before, .content-header .header:not(h2, h3, h1).subheader-h3::before, .content-header .header.seo-relevant.subheader-h1::before, .content-header .header.seo-relevant.subheader-h2::before, .content-header .header.seo-relevant.subheader-h3::before{
    border-color: var(--color-dark) !important;
}
@media (min-width: 768px){

    .content-header .header:not(h2, h3, h1).subheader-h1::before, .content-header .header:not(h2, h3, h1).subheader-h2::before, .content-header .header:not(h2, h3, h1).subheader-h3::before, .content-header .header.seo-relevant.subheader-h1::before, .content-header .header.seo-relevant.subheader-h2::before, .content-header .header.seo-relevant.subheader-h3::before{
        border-bottom-width: 2px;
    }
}
.content-header .header:not(h2, h3, h1)::after, .content-header .header.seo-relevant::after {
        content: "";
        height: 1px;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        border-bottom-width: 2px;
        border-color: var(--color-primary);
      }
@media (min-width: 768px){

    .content-header .header:not(h2, h3, h1)::after, .content-header .header.seo-relevant::after{
        border-bottom-width: 4px;
    }
}
.content-header .header:not(h2, h3, h1).subheader-h1::after, .content-header .header:not(h2, h3, h1).subheader-h2::after, .content-header .header:not(h2, h3, h1).subheader-h3::after, .content-header .header.seo-relevant.subheader-h1::after, .content-header .header.seo-relevant.subheader-h2::after, .content-header .header.seo-relevant.subheader-h3::after{
    border-color: var(--color-dark) !important;
}
@media (min-width: 768px){

    .content-header .header:not(h2, h3, h1).subheader-h1::after, .content-header .header:not(h2, h3, h1).subheader-h2::after, .content-header .header:not(h2, h3, h1).subheader-h3::after, .content-header .header.seo-relevant.subheader-h1::after, .content-header .header.seo-relevant.subheader-h2::after, .content-header .header.seo-relevant.subheader-h3::after{
        border-bottom-width: 2px;
    }
}
.content-header .header.h1{
    font-size: 2rem;
  -webkit-hyphens: none;
  hyphens: none;
}
@media (min-width: 1024px){

    .content-header .header.h1{
        font-size: 3.5rem;
    }
}
.content-header .header.h2, .content-header .header .one-sentense-header.h2{
    font-size: 1.6rem;
  -webkit-hyphens: none;
  hyphens: none;
}
@media (min-width: 1024px){

    .content-header .header.h2, .content-header .header .one-sentense-header.h2{
        font-size: 3rem;
    }
}
.content-header .header.h3{
    font-size: 1.5rem;
}
@media (min-width: 1024px){

    .content-header .header.h3{
        font-size: 2.75rem;
    }
}
.content-header .header.h4{
    font-size: 1.4rem;
}
@media (min-width: 1024px){

    .content-header .header.h4{
        font-size: 2.5rem;
    }
}
.content-header .header.h5{
    font-size: 1.3rem;
}
@media (min-width: 1024px){

    .content-header .header.h5{
        font-size: 2.5rem;
    }
}
.content-header .header.h6:not(.subheader-h1, .subheader-h2, .subheader-h3){
    font-size: 1rem;
}
@media (min-width: 1024px){

    .content-header .header.h6:not(.subheader-h1, .subheader-h2, .subheader-h3){
        font-size: 2rem;
    }
}
@media (min-width: 1280px){

    .content-header .header.h6:not(.subheader-h1, .subheader-h2, .subheader-h3){
        font-size: 2.5rem;
    }
}
.content-header .header.subheader-h1{
    font-size: 26px;
}
@media (min-width: 1024px){

    .content-header .header.subheader-h1{
        font-size: 2rem;
    }
}
.content-header .header.subheader-h2{
    font-size: 24px;
}
@media (min-width: 1024px){

    .content-header .header.subheader-h2{
        font-size: 1.75rem;
    }
}
.content-header .header.subheader-h3{
    font-size: 20px;
}
@media (min-width: 1024px){

    .content-header .header.subheader-h3{
        font-size: 1.5rem;
    }
}
.content-header h2.subheader, .content-header h3.subheader, .content-header h4.subheader, .content-header h5.subheader, .content-header h6.subheader, .content-header span.subheader{
    font-family: Lobster-Regular, cursive;
    font-size: 20px;
}
@media (min-width: 1024px){

    .content-header h2.subheader, .content-header h3.subheader, .content-header h4.subheader, .content-header h5.subheader, .content-header h6.subheader, .content-header span.subheader{
        font-size: 1.75rem;
    }
}
#menuDrawer .active{
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
@media (min-width: 768px){

    #menuDrawer .active{
        border-bottom-width: 0px;
    }
}
#menuDrawer .active .first-layer, #menuDrawer .active i{
      transition: color 0.4s ease-in-out;
    }
@media (min-width: 1024px) and (max-height: 800px){
#menuDrawer .ul-container{
      padding-top: 8rem;
      padding-bottom: 8rem
  }
    }
#menuDrawer .first-layer{
    font-family: trade-gothic-next-condensed, sans-serif;
    line-height: 1.3;
  }
#menuDrawer .ul-firstmenu{
    color: #fff;
  }
#menuDrawer .ul-firstmenu.ul-active .firstmenu:not(.active) .first-layer, #menuDrawer .ul-firstmenu.ul-active .firstmenu:not(.active) i{
            color: #fff;
            transition: color 0.4s ease-in-out;
          }
#menuDrawer .ul-firstmenu .second-layer li{
    margin-bottom: 1.25rem;
    display: block;
}
@media (min-width: 768px){

    #menuDrawer .ul-firstmenu .second-layer li{
        margin-bottom: 2.5rem;
    }

    #menuDrawer .ul-firstmenu .second-layer li:last-child{
        margin-bottom: 0px;
    }
}
#menuDrawer .ul-firstmenu .second-layer li a{
    display: block;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#menuDrawer .ul-firstmenu .second-layer li a span{
            font-family: trade-gothic-next-condensed, sans-serif;
            line-height: 1.2;
          }
@media (max-width: 1024px) {
        #menuDrawer .ul-firstmenu .firstmenu .btn-landingpage-i{
          transition: transform 0.4s ease-in-out;
          transition-delay: 0.4s;
        }
          #menuDrawer .ul-firstmenu .firstmenu.active .btn-landingpage-i{
            transform: rotate(90deg);
            transition: transform 0.4s ease-in-out;
            color: var(--color-primary);
          }
      }
.ce-textpic figure {
    position: relative;
  }
@media (max-width: 1023px) {
.ce-textpic figure img{
        min-height: unset!important
    }
      }
.ce-textpic figure .img-copyright {
      bottom: 10px;
      z-index: 1;
      font-size: 0.95rem;
      writing-mode: tb-rl;
      text-shadow: 1px 0px 15px black;
      width: inherit;
      display: flex;
      position: absolute;
      right: 0;
      justify-content: flex-end;
      align-items: flex-start;
    }
.ce-textpic figure .img-copyright p {
        transform: rotate(180deg);
        text-align: left;
        font-size: 12px;
      }
.ce-textpic figure .img-copyright p .copy-zeichen {
          transform: rotate(90deg) !important;
          position: absolute;
        }
.ce-textpic table{
    max-width: 100%;
    overflow-x: scroll;

  }
.ce-textpic table tbody{
      overflow: visible;
    }
.ce-textpic table tbody tr:first-of-type td{
            border-bottom: 3px;
            border-color: var(--color-secondary);
            padding-top: 1rem;
            text-align: center;
          }
.initial-text h1.ce-textpic table tbody tr:first-of-type td,.frame-type-table h1.ce-textpic table tbody tr:first-of-type td,.frame-type-textmedia h1.ce-textpic table tbody tr:first-of-type td{
    margin-left: auto;
    margin-right: auto;
}
.ce-textpic table tbody tr td{
          border-bottom: 3px solid rgb(178 222 232 / 50%);
          padding: 1rem 2rem 0;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          border-right-width: 2px;
          border-right-color: var(--color-primary);
        }
.ce-textpic table tbody tr td:last-child{
            border-right: none;
          }
.ce-textpic table p:first-child::before{
          content: unset;
        }
.ce-textpic .content-header.text-left{
      margin-left: 0!important;
    }
.ce-textpic .content-header.text-right{
      margin-right: 0!important;
    }
.frame-type-form_formframework header{
    margin-bottom: 0px;
}
.frame-type-form_formframework h2, .frame-type-form_formframework legend{
    margin-bottom: 10px;
    font-family: trade-gothic-next, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
}
.frame-type-booking .frame-type-form_formframework h2,.frame-type-booking  .frame-type-form_formframework legend{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
@media (min-width: 1024px){

    .frame-type-form_formframework h2, .frame-type-form_formframework legend{
        margin-bottom: 4rem;
    }
}
@media (min-width: 1280px){

    .frame-type-form_formframework h2, .frame-type-form_formframework legend{
        margin-bottom: 15px;
    }
}
.frame-type-form_formframework form{
    width: 100%;
}
.frame-type-form_formframework form table{
    border-collapse: collapse;

  }
.frame-type-form_formframework form table tbody{
      overflow: visible;
    }
.frame-type-form_formframework form table tbody tr td{
          border-right: 1px solid #dadada;
          padding: 1rem 2rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
.frame-type-form_formframework form table tbody tr td:last-child{
            border-right: none;
          }
.frame-type-form_formframework form table p:first-child::before{
          content: unset;
        }
.frame-type-form_formframework form h1{
    order: 1;
    border-width: 0px;
    font-family: trade-gothic-next, sans-serif;
    font-size: 2rem;
}
.frame-type-booking .frame-type-form_formframework form h1{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
@media (min-width: 1024px){

    .frame-type-form_formframework form h1{
        width: -moz-fit-content;
        width: fit-content;
        font-size: 3.5rem;
    }
}
.frame-type-form_formframework form h1 {
    letter-spacing: 0.9px;
  }
.frame-type-form_formframework form h1.text-center{
    margin-left: auto;
    margin-right: auto;
}
.frame-type-form_formframework form h2{
    order: 0;
    font-size: 1.6rem;
}
@media (min-width: 1024px){

    .frame-type-form_formframework form h2{
        font-size: 3rem;
    }
}
.frame-type-form_formframework form h3{
    order: 0;
    font-size: 1.5rem;
}
@media (min-width: 1024px){

    .frame-type-form_formframework form h3{
        font-size: 2.75rem;
    }
}
.frame-type-form_formframework form h4{
    order: 0;
    font-size: 1.4rem;
}
@media (min-width: 1024px){

    .frame-type-form_formframework form h4{
        font-size: 2.5rem;
    }
}
.frame-type-form_formframework form h5{
    order: 0;
    font-size: 1.3rem;
}
@media (min-width: 1024px){

    .frame-type-form_formframework form h5{
        font-size: 2.25rem;
    }
}
.frame-type-form_formframework form h6{
    order: 0;
    font-size: 1.2rem;
}
@media (min-width: 1024px){

    .frame-type-form_formframework form h6{
        font-size: 2rem;
    }
}
.frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
    margin-bottom: 10px;
    font-family: Lobster-Regular, cursive;
    color: var(--color-primary);
}
@media (min-width: 1280px){

    .frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
        margin-bottom: 15px;
    }
}
.frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
    margin-bottom: 10px;
    font-family: Lobster-Regular, cursive;
    color: var(--color-primary);
}
@media (min-width: 1280px){

    .frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
        margin-bottom: 15px;
    }
}
.frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
    margin-bottom: 10px;
    font-family: Lobster-Regular, cursive;
    color: var(--color-primary);
}
@media (min-width: 1280px){

    .frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
        margin-bottom: 15px;
    }
}
.frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
    margin-bottom: 10px;
    font-family: Lobster-Regular, cursive;
    color: var(--color-primary);
}
@media (min-width: 1280px){

    .frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
        margin-bottom: 15px;
    }
}
.frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
    margin-bottom: 10px;
    font-family: Lobster-Regular, cursive;
    color: var(--color-primary);
}
@media (min-width: 1280px){

    .frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
        margin-bottom: 15px;
    }
}
.frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
    margin-bottom: 10px;
    font-family: Lobster-Regular, cursive;
    color: var(--color-primary);
}
@media (min-width: 1280px){

    .frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
        margin-bottom: 15px;
    }
}
.frame-type-form_formframework form h1,.frame-type-form_formframework form h2,.frame-type-form_formframework form h3,.frame-type-form_formframework form h4,.frame-type-form_formframework form h5,.frame-type-form_formframework form h6{
    line-height: 1.3;
  }
.frame-type-form_formframework form pre,.frame-type-form_formframework form .formatted{
    margin-bottom: 10px;
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.frame-type-booking .frame-type-form_formframework form pre,.frame-type-booking .frame-type-form_formframework form .formatted{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
@media (min-width: 1280px){

    .frame-type-form_formframework form pre,.frame-type-form_formframework form .formatted{
        margin-bottom: 15px;
    }
}
.frame-type-form_formframework form pre,.frame-type-form_formframework form .formatted{
    margin-bottom: 10px;
    font-family: trade-gothic-next, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.frame-type-booking .frame-type-form_formframework form pre,.frame-type-booking .frame-type-form_formframework form .formatted{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
@media (min-width: 1280px){

    .frame-type-form_formframework form pre,.frame-type-form_formframework form .formatted{
        margin-bottom: 15px;
    }
}
.frame-type-form_formframework form.text-white h1,.frame-type-form_formframework form.text-white h2,.frame-type-form_formframework form.text-white h3,.frame-type-form_formframework form.text-white h4,.frame-type-form_formframework form.text-white h5,.frame-type-form_formframework form.text-white h6{
      color: #fff;
    }
@media (min-width: 768px){

    .frame-type-form_formframework form{
        width: 83.333333%;
    }
}
@media (min-width: 1024px){

    .frame-type-form_formframework form{
        width: 50%;
    }
}
.frame-type-form_formframework .form-group{
    margin-bottom: 1rem;
}
.frame-type-form_formframework .form-group:last-child{
    margin-bottom: 0px;
}
.frame-type-form_formframework .form-group .form-control{
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: var(--color-secondary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.frame-type-form_formframework .form-group .control-label{
    font-family: trade-gothic-next, sans-serif;
    text-transform: uppercase;
    color: var(--color-primary);
}
.frame-type-booking .frame-type-form_formframework .form-group .control-label{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
.frame-type-form_formframework .form-group textarea{
      width: 100%;
      min-height: 150px;
    }
.frame-type-form_formframework .required{
    color: var(--color-primary);
}
.frame-type-form_formframework input, .frame-type-form_formframework select{
    margin-top: 0.5rem;
    width: 100%;
}
.frame-type-form_formframework input[type="checkbox"]{
    margin-right: 0.5rem;
    margin-top: 0px;
    height: 1rem;
    width: 1rem;
    border-radius: 0.25rem;
    border-width: 1px;
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.frame-type-form_formframework button{
    margin-top: 1rem;
    padding: 1rem;
    display: inline-block;
    border-width: 2px;
    border-color: var(--color-tertiary);
    background-color: var(--color-tertiary);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.initial-text.frame-type-form_formframework button h1, .initial-text.frame-type-form_formframework button h2, .initial-text.frame-type-form_formframework button h3, .initial-text.frame-type-form_formframework button h4, .initial-text.frame-type-form_formframework button h5, .initial-text.frame-type-form_formframework button h6, .frame-type-table.frame-type-form_formframework button h1, .frame-type-table.frame-type-form_formframework button h2, .frame-type-table.frame-type-form_formframework button h3, .frame-type-table.frame-type-form_formframework button h4, .frame-type-table.frame-type-form_formframework button h5, .frame-type-table.frame-type-form_formframework button h6, .frame-type-textmedia.frame-type-form_formframework button h1, .frame-type-textmedia.frame-type-form_formframework button h2, .frame-type-textmedia.frame-type-form_formframework button h3, .frame-type-textmedia.frame-type-form_formframework button h4, .frame-type-textmedia.frame-type-form_formframework button h5, .frame-type-textmedia.frame-type-form_formframework button h6{
      color: #fff;
    }
.frame-type-form_formframework button:hover{
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: var(--color-tertiary);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.frame-type-form_formframework button:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: var(--color-tertiary);
}
.frame-type-form_formframework button i{
    margin-left: 10px;
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.initial-text.frame-type-form_formframework button i h1, .initial-text.frame-type-form_formframework button i h2, .initial-text.frame-type-form_formframework button i h3, .initial-text.frame-type-form_formframework button i h4, .initial-text.frame-type-form_formframework button i h5, .initial-text.frame-type-form_formframework button i h6, .frame-type-table.frame-type-form_formframework button i h1, .frame-type-table.frame-type-form_formframework button i h2, .frame-type-table.frame-type-form_formframework button i h3, .frame-type-table.frame-type-form_formframework button i h4, .frame-type-table.frame-type-form_formframework button i h5, .frame-type-table.frame-type-form_formframework button i h6, .frame-type-textmedia.frame-type-form_formframework button i h1, .frame-type-textmedia.frame-type-form_formframework button i h2, .frame-type-textmedia.frame-type-form_formframework button i h3, .frame-type-textmedia.frame-type-form_formframework button i h4, .frame-type-textmedia.frame-type-form_formframework button i h5, .frame-type-textmedia.frame-type-form_formframework button i h6{
      color: #fff;
    }
.frame-type-form_formframework button i{
    transition: margin-left 0.3s ease-in-out;
  }
.frame-type-form_formframework button:hover i,.frame-type-form_formframework button:focus i{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.initial-text.frame-type-form_formframework button:hover i h1, .initial-text.frame-type-form_formframework button:hover i h2, .initial-text.frame-type-form_formframework button:hover i h3, .initial-text.frame-type-form_formframework button:hover i h4, .initial-text.frame-type-form_formframework button:hover i h5, .initial-text.frame-type-form_formframework button:hover i h6, .frame-type-table.frame-type-form_formframework button:hover i h1, .frame-type-table.frame-type-form_formframework button:hover i h2, .frame-type-table.frame-type-form_formframework button:hover i h3, .frame-type-table.frame-type-form_formframework button:hover i h4, .frame-type-table.frame-type-form_formframework button:hover i h5, .frame-type-table.frame-type-form_formframework button:hover i h6, .frame-type-textmedia.frame-type-form_formframework button:hover i h1, .frame-type-textmedia.frame-type-form_formframework button:hover i h2, .frame-type-textmedia.frame-type-form_formframework button:hover i h3, .frame-type-textmedia.frame-type-form_formframework button:hover i h4, .frame-type-textmedia.frame-type-form_formframework button:hover i h5, .frame-type-textmedia.frame-type-form_formframework button:hover i h6,.initial-text.frame-type-form_formframework button:focus i h1, .initial-text.frame-type-form_formframework button:focus i h2, .initial-text.frame-type-form_formframework button:focus i h3, .initial-text.frame-type-form_formframework button:focus i h4, .initial-text.frame-type-form_formframework button:focus i h5, .initial-text.frame-type-form_formframework button:focus i h6, .frame-type-table.frame-type-form_formframework button:focus i h1, .frame-type-table.frame-type-form_formframework button:focus i h2, .frame-type-table.frame-type-form_formframework button:focus i h3, .frame-type-table.frame-type-form_formframework button:focus i h4, .frame-type-table.frame-type-form_formframework button:focus i h5, .frame-type-table.frame-type-form_formframework button:focus i h6, .frame-type-textmedia.frame-type-form_formframework button:focus i h1, .frame-type-textmedia.frame-type-form_formframework button:focus i h2, .frame-type-textmedia.frame-type-form_formframework button:focus i h3, .frame-type-textmedia.frame-type-form_formframework button:focus i h4, .frame-type-textmedia.frame-type-form_formframework button:focus i h5, .frame-type-textmedia.frame-type-form_formframework button:focus i h6{
      color: #fff;
    }
.frame-type-form_formframework button:hover i,.frame-type-form_formframework button:focus i{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.initial-text.frame-type-form_formframework button:hover i h1, .initial-text.frame-type-form_formframework button:hover i h2, .initial-text.frame-type-form_formframework button:hover i h3, .initial-text.frame-type-form_formframework button:hover i h4, .initial-text.frame-type-form_formframework button:hover i h5, .initial-text.frame-type-form_formframework button:hover i h6, .frame-type-table.frame-type-form_formframework button:hover i h1, .frame-type-table.frame-type-form_formframework button:hover i h2, .frame-type-table.frame-type-form_formframework button:hover i h3, .frame-type-table.frame-type-form_formframework button:hover i h4, .frame-type-table.frame-type-form_formframework button:hover i h5, .frame-type-table.frame-type-form_formframework button:hover i h6, .frame-type-textmedia.frame-type-form_formframework button:hover i h1, .frame-type-textmedia.frame-type-form_formframework button:hover i h2, .frame-type-textmedia.frame-type-form_formframework button:hover i h3, .frame-type-textmedia.frame-type-form_formframework button:hover i h4, .frame-type-textmedia.frame-type-form_formframework button:hover i h5, .frame-type-textmedia.frame-type-form_formframework button:hover i h6,.initial-text.frame-type-form_formframework button:focus i h1, .initial-text.frame-type-form_formframework button:focus i h2, .initial-text.frame-type-form_formframework button:focus i h3, .initial-text.frame-type-form_formframework button:focus i h4, .initial-text.frame-type-form_formframework button:focus i h5, .initial-text.frame-type-form_formframework button:focus i h6, .frame-type-table.frame-type-form_formframework button:focus i h1, .frame-type-table.frame-type-form_formframework button:focus i h2, .frame-type-table.frame-type-form_formframework button:focus i h3, .frame-type-table.frame-type-form_formframework button:focus i h4, .frame-type-table.frame-type-form_formframework button:focus i h5, .frame-type-table.frame-type-form_formframework button:focus i h6, .frame-type-textmedia.frame-type-form_formframework button:focus i h1, .frame-type-textmedia.frame-type-form_formframework button:focus i h2, .frame-type-textmedia.frame-type-form_formframework button:focus i h3, .frame-type-textmedia.frame-type-form_formframework button:focus i h4, .frame-type-textmedia.frame-type-form_formframework button:focus i h5, .frame-type-textmedia.frame-type-form_formframework button:focus i h6{
      color: #fff;
    }
.frame-type-form_formframework button:hover i,.frame-type-form_formframework button:focus i{
      margin-left: 15px;
      transition: margin-left 0.3s ease-in-out;
    }
.banner .text-white-custom p a:not(.frame-type-form_formframework button),.booking-bg-container .text-white-custom p a:not(.frame-type-form_formframework button){
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.frame-type-form_formframework .frame-default{
    margin-left: 0px;
}
.frame-type-form_formframework .frame-default a{
    text-decoration-line: underline;
}
.frame-type-form_formframework .row{
    margin-left: -0.75rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
@media (min-width: 1024px){

    .frame-type-form_formframework .row{
        margin-bottom: 1rem;
    }
}
.frame-type-form_formframework .row > div{
    margin-bottom: 1.5rem;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
@media (min-width: 768px){

    .frame-type-form_formframework .row > div{
        margin-bottom: 0px;
        width: 50%;
    }

    .frame-type-form_formframework .row > div.col-12{
        width: 100%;
    }

    .frame-type-form_formframework .row > div.col-md-6{
        width: 50%;
    }
}
@media (min-width: 1024px){

    .frame-type-form_formframework .row > div.col-lg-4{
        width: 33.333333%;
    }
}
.frame-type-form_formframework .row > div input:not([type="checkbox"]){
    width: 100%;
}
.frame-type-form_formframework .form-label{
    font-family: trade-gothic-next, sans-serif;
}
.frame-type-booking .frame-type-form_formframework .form-label{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
.frame-type-form_formframework .form-check span{
    font-family: trade-gothic-next, sans-serif;
}
.frame-type-booking .frame-type-form_formframework .form-check span{
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
  }
.banner .text-white-custom .header,.booking-bg-container .text-white-custom .header{
      color: #fff;
      border-bottom-color: #fff;
    }
.banner .text-white-custom .header.subheader-h1::before, .banner .text-white-custom .header.subheader-h1::after, .banner .text-white-custom .header.subheader-h2::before, .banner .text-white-custom .header.subheader-h2::after, .banner .text-white-custom .header.subheader-h3::before, .banner .text-white-custom .header.subheader-h3::after, .booking-bg-container .text-white-custom .header.subheader-h1::before, .booking-bg-container .text-white-custom .header.subheader-h1::after, .booking-bg-container .text-white-custom .header.subheader-h2::before, .booking-bg-container .text-white-custom .header.subheader-h2::after, .booking-bg-container .text-white-custom .header.subheader-h3::before, .booking-bg-container .text-white-custom .header.subheader-h3::after{
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.banner .text-white-custom h1, .banner .text-white-custom a, .banner .text-white-custom i, .booking-bg-container .text-white-custom h1, .booking-bg-container .text-white-custom a, .booking-bg-container .text-white-custom i {
      color: #fff!important;
    }
.banner .text-white-custom p:first-child::before,.booking-bg-container .text-white-custom p:first-child::before{
          color: #fff;
        }
.banner .text-white-custom p a:not(.custom-button-tertiary),.booking-bg-container .text-white-custom p a:not(.custom-button-tertiary){
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px){

    .banner .banner-text-container.text-divided,.booking-bg-container .banner-text-container.text-divided{
        position: absolute;
        top: 50%;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .banner .banner-text-container.text-divided .text-divided-bg,.booking-bg-container .banner-text-container.text-divided .text-divided-bg{
        width: 50%;
    }

    .banner .banner-text-container .text-divided-breiter .text-divided-bg,.booking-bg-container .banner-text-container .text-divided-breiter .text-divided-bg{
        width: 66.666667%;
    }
}
#breadcrumbs {
  transition: all 0.3s ease-in-out;
}
#breadcrumbs.fixed{
    top: 80px;
    left: 0;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
  }
#breadcrumbs.fixed.no-img{
      top: 0;
    }
#breadcrumbs.no-img{
    margin-top: 100px;
  }
@media (min-width: 1024px){
#breadcrumbs.no-img{
      margin-top: 130px;
  }
    }
#breadcrumbs.no-img{
    transition: margin-top 0.3s ease-in-out;
}
#breadcrumbs li:not(:first-child)::before {
        content: "|";
        color: #fff;
        margin-right: 12px;
      }
#breadcrumbs li.custom-breadcrumb::before {
        content: "";
        margin-right: 0;
      }
.popoverButton{
  display: flex;
  justify-content: center;
  align-items: center;
}
.popoverContent.hide{
    display: none;
  }
.popoverContent.show{
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.popoverContent.show.header-popover{
      bottom: unset!important;
      top: 0;

    }
.popoverContent.show .popoverInfo{
    display: block;
    width: 16rem;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: var(--color-dark);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: var(--color-dark);
    opacity: 1;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.popoverContent.show .popoverInfo p{
  -webkit-hyphens: auto;
  hyphens: auto;
}
.popoverContent .popoverArrow{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    margin-bottom: 10px;
    margin-left: -1px;
  }
#sucheplain.hide{
    display: none;
    left: -100%;
    --tw-translate-x: -100%;
    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));
  }
#sucheplain.show{
    position: fixed;
    inset: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 50;
    height: 100%;
    width: 100vw;
    overflow-y: auto;
    overflow-x: hidden;
}
#breadcrumbs#sucheplain.show{
    top: 80px;
    left: 0;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
  }
#breadcrumbs#sucheplain.show.no-img{
      top: 0;
    }
@media (min-width: 768px){

    #sucheplain.show{
        inset: 0px;
    }
}
#sucheplain.show{

    background-color: rgba(102, 102, 102, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
/*
#menuplain{
  position: fixed;

  &.hide{
    width: 0;
    visibility: hidden;
    height: 0;
    @apply opacity-0 -translate-y-1 ease-in duration-150 fixed inset-y-0 left-full hidden cursor-ew-resize items-center px-2 sm:flex transition-opacity;
  }

  &.show{
    visibility: visible;
    bottom: 0;
    height: calc(100vh - 80px);
    padding-top: 50px;
    @apply grid content-between z-[101] top-[80px] overflow-y-auto w-full fixed ease-out duration-200 opacity-100 translate-y-0 right-0 transition-opacity;
  }


  .firstmenu {
    .btn-landingpage-i {
      transition: transform 0.4s ease-in-out;
      transition-delay: 0.4s;
    }

    &.active {
      .first-layer{
        @apply font-semibold;
      }
      .btn-landingpage-i {
        transform: rotate(90deg);
        transition: transform 0.4s ease-in-out;
      }
    }
  }
}


*/
#menuplain{
  position: fixed;
  background-color: var(--secondary);
}
@media (min-width: 1024px){
#menuplain{
    background-color: rgba(102, 102, 102, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px)
}
  }
#menuplain.hide{
    width: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 100%;
    display: none;
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    cursor: ew-resize;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
@media (min-width: 480px){

    #menuplain.hide{
        display: flex;
    }
}
#menuplain.show{
    visibility: visible;
    bottom: 0;
    height: calc(100vh - 80px);
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 101;
    display: grid;
    width: 100%;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-content: space-between;
    overflow-y: auto;
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
#menuplain #menu-close:hover i,#menuplain #menu-close:focus i,#menuplain #menu-close:focus-within i,#menuplain #menu-close:focus-visible i{
        background-color: #fff;
        border-radius: 10px;
        transition: all 0.3s ease-out;
      }
#menuplain #menu-close i {
      transition: all 0.4s ease-in-out;
    }
#menuplain .firstmenu .first-layer-link:hover .first-layer,#menuplain .firstmenu .first-layer-link:focus .first-layer,#menuplain .firstmenu .first-layer-link:focus-within .first-layer,#menuplain .firstmenu .first-layer-link:focus-visible .first-layer{
          background-color: #fff;
          padding: 10px;
          border-radius: 10px;
          font-weight: 600;
          transition: all 0.3s ease-out;
        }
#menuplain .firstmenu .first-layer-link .first-layer{
        padding: 10px;
        transition: all 0.3s ease-out;
      }
#menuplain .firstmenu .second-layer a{
        width: -moz-max-content;
        width: max-content;

        background-color: var(--secondary);
        padding: 10px;
        border-radius: 10px;
        transition: all 0.3s ease-out;
      }
#menuplain .firstmenu .second-layer a:hover, #menuplain .firstmenu .second-layer a:focus, #menuplain .firstmenu .second-layer a:focus-visible{
          background-color: #fff;
          padding: 10px;
          border-radius: 10px;
          font-weight: 600;
          transition: all 0.3s ease-out;
        }
#menuplain .firstmenu .second-layer a:hover span,#menuplain .firstmenu .second-layer a:focus span,#menuplain .firstmenu .second-layer a:focus-visible span{
            background-color: #fff;
            color: var(--color-menu);
            font-weight: 600;
            transition: all 0.3s ease-out;
          }
#menuplain .firstmenu .second-layer a span{
          transition: all 0.3s ease-out;
        }
#menuplain .firstmenu .btn-landingpage{
      background-color: var(--secondary);
      padding: 10px;
      border-radius: 10px;
      font-weight: 600;
      transition: all 0.3s ease-out;
    }
#menuplain .firstmenu .btn-landingpage:hover, #menuplain .firstmenu .btn-landingpage:focus, #menuplain .firstmenu .btn-landingpage:focus-within, #menuplain .firstmenu .btn-landingpage:focus-visible{
        background-color: #fff;
        padding: 10px;
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.3s ease-out;
      }
#menuplain .firstmenu .btn-landingpage:hover .btn-landingpage-i,#menuplain .firstmenu .btn-landingpage:focus .btn-landingpage-i,#menuplain .firstmenu .btn-landingpage:focus-within .btn-landingpage-i,#menuplain .firstmenu .btn-landingpage:focus-visible .btn-landingpage-i{
          transform: rotate(90deg);
          transition: transform 0.4s ease-in-out;
          color: var(--color-primary);
        }
#menuplain .firstmenu .btn-landingpage .btn-landingpage-i {
        transition: all 0.4s ease-in-out;
      }
#menuplain .firstmenu.active .first-layer{
    font-weight: 600;
}
#menuplain .firstmenu.active .btn-landingpage-i {
        transform: rotate(90deg);
        transition: transform 0.4s ease-in-out;
        color: var(--color-primary);
      }
.font-trade{
  font-family: trade-gothic-next, sans-serif!important;
}
.glightbox-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999 !important;
    overflow: hidden;
    touch-action: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    backface-visibility: hidden;
    outline: none;
}
.glightbox-container.inactive {
    display: none;
}
.glightbox-container .gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}
.glightbox-container .gslider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.glightbox-container .gslide.current {
    opacity: 1;
    z-index: 99999;
    position: relative;
}
.glightbox-container .gslide.prev {
    opacity: 1;
    z-index: 9999;
}
.glightbox-container .gslide-inner-content {
    width: 100%;
}
.glightbox-container .ginner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
    width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
    flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
    max-width: 100% !important;
}
.gslide iframe,
.gslide video {
    outline: none !important;
    border: none;
    min-height: 165px;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
}
.gslide:not(.current) {
    pointer-events: none;
}
.gslide-image {
    align-items: center;
}
.gslide-image img {
    max-height: 100vh;
    display: block;
    padding: 0;
    float: none;
    outline: none;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100vw;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    touch-action: none;
    margin: auto;
    min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
    width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
    width: auto;
    max-width: 100%;
}
.gslide-image img.zoomable {
    position: relative;
}
.gslide-image img.dragging {
    cursor: grabbing !important;
    transition: none;
}
.gslide-video {
    position: relative;
    max-width: 100vh;
    width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
    display: none;
}
.gslide-video .gvideo-wrapper {
    width: 100%;
    /* max-width: 160vmin; */
    margin: auto;
}
.gslide-video::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 0, 0, 0.34);
    display: none;
}
.gslide-video.playing::before {
    display: none;
}
.gslide-video.fullscreen {
    max-width: 100% !important;
    min-width: 100%;
    height: 75vh;
}
.gslide-video.fullscreen video {
    max-width: 100% !important;
    width: 100% !important;
}
.gslide-inline {
    background: #fff;
    text-align: left;
    max-height: calc(100vh - 40px);
    overflow: auto;
    max-width: 100%;
    margin: auto;
}
.gslide-inline .ginlined-content {
    padding: 20px;
    width: 100%;
}
.gslide-inline .dragging {
    cursor: grabbing !important;
    transition: none;
}
.ginlined-content {
    overflow: auto;
    display: block !important;
    opacity: 1;
}
.gslide-external {
    display: flex;
    width: 100%;
    min-width: 100%;
    background: #fff;
    padding: 0;
    overflow: auto;
    max-height: 75vh;
    height: 100%;
}
.gslide-media {
    display: flex;
    width: auto;
}
.zoomed .gslide-media {
    box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
    margin: 0 auto;
    flex-direction: column;
}
.gslide-description {
    position: relative;
    flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
    max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
    margin: 0 auto;
    width: 100%;
}
.gslide-description p {
    margin-bottom: 12px;
}
.gslide-description p:last-child {
    margin-bottom: 0;
}
.zoomed .gslide-description {
    display: none;
}
.glightbox-button-hidden {
    display: none;
}
/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
    height: auto !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 19px 11px;
    max-width: 100vw !important;
    order: 2 !important;
    max-height: 78vh;
    overflow: auto !important;
    transition: opacity 0.3s linear;
    padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
    color: #fff;
    font-size: 1em;
    text-align: left;
    margin: 8px;
}
.glightbox-mobile .glightbox-container .gslide-desc {
    color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
    color: #fff;
    font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
    color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
    color:  #fff;
    opacity:1;
}
.gdesc-open .gslide-media {
    transition: opacity 0.5s ease;
    opacity: 0.4;
}
.gdesc-open .gdesc-inner {
    padding-bottom: 1rem;
}
.gdesc-closed .gslide-media {
    transition: opacity 0.5s ease;
    opacity: 1;
}
.greset {
    transition: all 0.3s ease;
}
.gabsolute {
    position: absolute;
}
.grelative {
    position: relative;
}
.glightbox-desc {
    display: none !important;
}
.glightbox-open {
    overflow: hidden;
}
.gloader {
    height: 25px;
    width: 25px;
    animation: lightboxLoader 0.8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 47%;
}
.goverlay {
    width: 100%;
    height: calc(100vh + 1px);
    position: fixed;
    top: -1px;
    left: 0;
    background: #000;
    will-change: opacity;
}
@media (min-width: 1024px){
.goverlay {
        background: rgba(220, 218, 208, 0.92)
}
    }
.gprev,
.gnext,
.gclose {
    z-index: 99999;
    cursor: pointer;
    width: 26px;
    height: 44px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.gprev svg,
.gnext svg,
.gclose svg {
    display: block;
    width: 25px;
    height: auto;
    margin: 0;
    padding: 0;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
    opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
    stroke: #fff;
}
.gbtn.focused {
    outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
    opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
    opacity: 0 !important;
}
/*Skin */
.glightbox-clean .gslide-description {
    background: #000;
}
@media (min-width: 1024px){
.glightbox-clean .gslide-description {
        background: #fff
}
    }
.glightbox-clean .gdesc-inner {
    padding: 0.5rem 0.5rem;
}
.glightbox-clean .gslide-title {
    font-size: 1em;
    font-family: "Roboto Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: var(--dark);
    margin: 8px!important;
    text-align: left!important;
}
.glightbox-clean .gslide-desc {
    font-size: 0.86em;
    margin-bottom: 0;
    line-height: 1.4em;
    padding: 8px;
    color: var(--dark);
}
.glightbox-clean .gslide-video {
    background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 4px;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
    fill: #fff;
}
.glightbox-clean .gprev {
    position: absolute;
    top: -100%;
    left: 30px;
    width: 40px;
    height: 50px;
}
.glightbox-clean .gnext {
    position: absolute;
    top: -100%;
    right: 30px;
    width: 40px;
    height: 50px;
}
.glightbox-clean .gclose {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 10px;
    position: absolute;
}
.glightbox-clean .gclose svg {
    width: 18px;
    height: auto;
}
.glightbox-clean .gclose:hover {
    opacity: 1;
}
/*CSS Animations*/
.gfadeIn {
    animation: gfadeIn 0.5s ease;
}
.gfadeOut {
    animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
    animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
    animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
    animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
    animation: gslideInRight 0.3s ease;
}
.gzoomIn {
    animation: gzoomIn 0.5s ease;
}
.gzoomOut {
    animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes gfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes gfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes gslideInLeft {
    from {
        opacity: 0;
        transform: translate3d(-60%, 0, 0);
    }
    to {
        visibility: visible;
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes gslideOutLeft {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-60%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes gslideInRight {
    from {
        opacity: 0;
        visibility: visible;
        transform: translate3d(60%, 0, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes gslideOutRight {
    from {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(60%, 0, 0);
        opacity: 0;
    }
}
@keyframes gzoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 1;
    }
}
@keyframes gzoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@media (min-width: 769px) {
    .glightbox-container .ginner-container {
        width: auto;
        height: auto;
        flex-direction: row;
    }

    .glightbox-container .ginner-container.desc-top .gslide-description {
        order: 0;
    }

    .glightbox-container .ginner-container.desc-top .gslide-image,
    .glightbox-container .ginner-container.desc-top .gslide-image img {
        order: 1;
    }

    .glightbox-container .ginner-container.desc-left .gslide-description {
        order: 0;
    }

    .glightbox-container .ginner-container.desc-left .gslide-image {
        order: 1;
    }

    .gslide-image img {
        max-height: 97vh;
        max-width: 100%;
    }

    .gslide-image img.zoomable {
        cursor: zoom-in;
    }

    .zoomed .gslide-image img.zoomable {
        cursor: grab;
    }

    .gslide-inline {
        max-height: 95vh;
    }

    .gslide-external {
        max-height: 100vh;
    }

    .gslide-description.description-left,
    .gslide-description.description-right {
        max-width: 275px;
    }

    .glightbox-open {
        height: auto;
    }


    .glightbox-clean .gslide-media {
        box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    }

    .glightbox-clean .description-left .gdesc-inner,
    .glightbox-clean .description-right .gdesc-inner {
        position: absolute;
        height: 100%;
        overflow-y: auto;
    }

    .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
        background-color: rgba(0, 0, 0, 0.32);
    }

    .glightbox-clean .gprev:hover,
    .glightbox-clean .gnext:hover,
    .glightbox-clean .gclose:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .glightbox-clean .gprev {
        top: 45%;
    }

    .glightbox-clean .gnext {
        top: 45%;
    }
}
@media (min-width: 992px) {
    .glightbox-clean .gclose {
        opacity: 0.7;
        right: 20px;
    }
}
.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;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}
@font-face {
    font-family: 'Lobster-Regular';
    src: url('/fonts/Lobster/lobster-regular-webfont.eot');
    src: url('/fonts/Lobster/lobster-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Lobster/lobster-regular-webfont.woff2') format('woff2'),
    url('/fonts/Lobster/lobster-regular-webfont.woff') format('woff'),
    url('/fonts/Lobster/lobster-regular-webfont.svg#lobsterregular') format('svg'),
    url('/fonts/Lobster/Lobster-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.first\:mt-0:first-child{
    margin-top: 0px;
}
.hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-blue-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover{
    background-color: var(--color-primary);
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgb(28 100 242 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:\!opacity-100:hover{
    opacity: 1 !important;
}
.hover\:opacity-100:hover{
    opacity: 1;
}
.focus\:border-blue-500:focus{
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248 / var(--tw-border-opacity));
}
.focus\:bg-primary:focus{
    background-color: var(--color-primary);
}
.focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}
.focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-primary{
    color: var(--color-primary);
}
.group:hover .group-hover\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.group:focus .group-focus\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:text-primary{
    color: var(--color-primary);
}
:is(.dark .dark\:border-blue-500){
    --tw-border-opacity: 1;
    border-color: rgb(63 131 248 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-600){
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-gray-700){
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-transparent){
    border-color: transparent;
}
:is(.dark .dark\:bg-blue-600){
    --tw-bg-opacity: 1;
    background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-600){
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-700){
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-800){
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-gray-800\/50){
    background-color: rgb(31 41 55 / 0.5);
}
:is(.dark .dark\:bg-opacity-80){
    --tw-bg-opacity: 0.8;
}
:is(.dark .dark\:text-blue-500){
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-gray-400){
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-white){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:placeholder-gray-400)::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
:is(.dark .dark\:hover\:bg-blue-700:hover){
    --tw-bg-opacity: 1;
    background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-gray-600:hover){
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:bg-gray-800:hover){
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
:is(.dark .dark\:hover\:text-blue-500:hover){
    --tw-text-opacity: 1;
    color: rgb(63 131 248 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:text-gray-300:hover){
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:text-primary:hover){
    color: var(--color-primary);
}
:is(.dark .dark\:hover\:text-white:hover){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 480px){

    .sm\:duration-700{
        transition-duration: 700ms;
    }
}
@media (min-width: 540px){

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

    .mobile-xl\:flex{
        display: flex;
    }
}
@media (min-width: 660px){

    .mobile-xxl\:-mx-4{
        margin-left: -1rem;
        margin-right: -1rem;
    }

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

    .mobile-xxl\:w-6\/12{
        width: 50%;
    }

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

    .mobile-xxl\:px-4{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (min-width: 768px){

    .md\:absolute{
        position: absolute;
    }

    .md\:float-right{
        float: right;
    }

    .md\:float-left{
        float: left;
    }

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

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

    .md\:my-11{
        margin-top: 2.75rem;
        margin-bottom: 2.75rem;
    }

    .md\:my-auto{
        margin-top: auto;
        margin-bottom: auto;
    }

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

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

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

    .md\:ml-0{
        margin-left: 0px;
    }

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

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

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

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

    .md\:mr-6{
        margin-right: 1.5rem;
    }

    .md\:mr-\[7\%\]{
        margin-right: 7%;
    }

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

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

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

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

    .md\:flex{
        display: flex;
    }

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

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

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

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

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

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

    .md\:w-10\/12{
        width: 83.333333%;
    }

    .md\:w-11\/12{
        width: 91.666667%;
    }

    .md\:w-4\/12{
        width: 33.333333%;
    }

    .md\:w-5\/12{
        width: 41.666667%;
    }

    .md\:w-6\/12{
        width: 50%;
    }

    .md\:w-8\/12{
        width: 66.666667%;
    }

    .md\:space-x-3 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(0.75rem * var(--tw-space-x-reverse));
        margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

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

    .md\:p-12{
        padding: 3rem;
    }

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

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

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

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

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

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

    .md\:pl-0{
        padding-left: 0px;
    }

    .md\:pl-16{
        padding-left: 4rem;
    }

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

    .md\:pr-0{
        padding-right: 0px;
    }

    .md\:pr-16{
        padding-right: 4rem;
    }

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

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

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

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

    .md\:text-\[1\.25rem\]{
        font-size: 1.25rem;
    }

    .md\:text-\[2\.5rem\]{
        font-size: 2.5rem;
    }

    .md\:text-\[3rem\]{
        font-size: 3rem;
    }
}
@media (min-width: 1024px){

    .lg\:absolute{
        position: absolute;
    }

    .lg\:left-0{
        left: 0px;
    }

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

    .lg\:right-20{
        right: 5rem;
    }

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

    .lg\:float-none{
        float: none;
    }

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

    .lg\:mx-12{
        margin-left: 3rem;
        margin-right: 3rem;
    }

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

    .lg\:mx-\[5\%\]{
        margin-left: 5%;
        margin-right: 5%;
    }

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

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

    .lg\:my-32{
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .lg\:my-60{
        margin-top: 15rem;
        margin-bottom: 15rem;
    }

    .lg\:my-auto{
        margin-top: auto;
        margin-bottom: auto;
    }

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

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

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

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

    .lg\:ml-5{
        margin-left: 1.25rem;
    }

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

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

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

    .lg\:mr-12{
        margin-right: 3rem;
    }

    .lg\:mr-5{
        margin-right: 1.25rem;
    }

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

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

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

    .lg\:flex{
        display: flex;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:aspect-square{
        aspect-ratio: 1 / 1;
    }

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

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

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

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

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

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

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

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

    .lg\:w-10\/12{
        width: 83.333333%;
    }

    .lg\:w-2\/12{
        width: 16.666667%;
    }

    .lg\:w-3\/12{
        width: 25%;
    }

    .lg\:w-4\/12{
        width: 33.333333%;
    }

    .lg\:w-5\/12{
        width: 41.666667%;
    }

    .lg\:w-6\/12{
        width: 50%;
    }

    .lg\:w-7\/12{
        width: 58.333333%;
    }

    .lg\:w-8\/12{
        width: 66.666667%;
    }

    .lg\:w-9\/12{
        width: 75%;
    }

    .lg\:w-full{
        width: 100%;
    }

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

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

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

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

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

    .lg\:px-\[7\%\]{
        padding-left: 7%;
        padding-right: 7%;
    }

    .lg\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }

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

    .lg\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

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

    .lg\:py-\[3rem\]{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .lg\:py-\[4rem\]{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

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

    .lg\:pl-\[4\%\]{
        padding-left: 4%;
    }

    .lg\:pl-\[7\%\]{
        padding-left: 7%;
    }

    .lg\:pr-0{
        padding-right: 0px;
    }

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

    .lg\:pr-\[4\%\]{
        padding-right: 4%;
    }

    .lg\:pr-\[7\%\]{
        padding-right: 7%;
    }

    .lg\:pt-0{
        padding-top: 0px;
    }

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

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

    .lg\:text-\[1\.5rem\]{
        font-size: 1.5rem;
    }

    .lg\:text-\[2rem\]{
        font-size: 2rem;
    }
}
@media (min-width: 1280px){

    .xl\:float-right{
        float: right;
    }

    .xl\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }

    .xl\:mx-\[7\%\]{
        margin-left: 7%;
        margin-right: 7%;
    }

    .xl\:my-auto{
        margin-top: auto;
        margin-bottom: auto;
    }

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

    .xl\:mb-\[15px\]{
        margin-bottom: 15px;
    }

    .xl\:mb-\[20px\]{
        margin-bottom: 20px;
    }

    .xl\:ml-14{
        margin-left: 3.5rem;
    }

    .xl\:mr-12{
        margin-right: 3rem;
    }

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

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

    .xl\:w-2\/12{
        width: 16.666667%;
    }

    .xl\:w-3\/12{
        width: 25%;
    }

    .xl\:w-4\/12{
        width: 33.333333%;
    }

    .xl\:w-5\/12{
        width: 41.666667%;
    }

    .xl\:w-6\/12{
        width: 50%;
    }

    .xl\:w-7\/12{
        width: 58.333333%;
    }

    .xl\:w-8\/12{
        width: 66.666667%;
    }

    .xl\:w-9\/12{
        width: 75%;
    }

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

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

    .xl\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

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

    .xl\:py-\[4rem\]{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

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

    .xl\:pt-0{
        padding-top: 0px;
    }

    .xl\:text-\[1\.875rem\]{
        font-size: 1.875rem;
    }

    .xl\:text-\[1\.8rem\]{
        font-size: 1.8rem;
    }

    .xl\:text-\[2\.5rem\]{
        font-size: 2.5rem;
    }

    .xl\:text-\[3rem\]{
        font-size: 3rem;
    }

    .xl\:text-\[4rem\]{
        font-size: 4rem;
    }

    .xl\:text-\[5\.5rem\]{
        font-size: 5.5rem;
    }
}
@media (min-width: 1560px){

    .xxl\:bottom-\[3rem\]{
        bottom: 3rem;
    }

    .xxl\:ml-8{
        margin-left: 2rem;
    }

    .xxl\:mr-8{
        margin-right: 2rem;
    }

    .xxl\:mr-\[30rem\]{
        margin-right: 30rem;
    }

    .xxl\:w-6\/12{
        width: 50%;
    }

    .xxl\:w-8\/12{
        width: 66.666667%;
    }

    .xxl\:w-full{
        width: 100%;
    }
}
@media (min-width: 2300px){

    .xxxl\:mx-\[15\%\]{
        margin-left: 15%;
        margin-right: 15%;
    }

    .xxxl\:pl-\[15\%\]{
        padding-left: 15%;
    }

    .xxxl\:pr-\[15\%\]{
        padding-right: 15%;
    }
}

/*# sourceMappingURL=main.css.map */