/*!
Theme Name: FlySTL
Theme URI: https://www.flystl.com/
Author: The Kestrel Co.
Author URI: https://thekestrel.co/
Description: Custom WordPress theme for Lambert St. Louis International Airport
Version: 0.2.4
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: flystl
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

FlySTL is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.5 | 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: currentColor;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--wp--preset--font-family--sans);
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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: #2563eb;
  --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: #2563eb;
}

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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  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: #2563eb;
  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: #2563eb;
  --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 {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: var(--wp--preset--font-size--7-xl);
  line-height: var(--line-height--7-xl);
}

h2 {
  font-size: var(--wp--preset--font-size--6-xl);
  line-height: var(--line-height--6-xl);
}

h3 {
  font-size: var(--wp--preset--font-size--3-xl);
  line-height: var(--line-height--3-xl);
}

h4 {
  font-size: var(--wp--preset--font-size--2-xl);
  line-height: var(--line-height--2-xl);
}

h5 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
}

h6 {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
}

p,
	.block-editor-block-list__block.wp-block-paragraph {
  margin-bottom: 1em;
}

p:last-child,
	.block-editor-block-list__block.wp-block-paragraph:last-child {
  margin-bottom: 0px;
}

p:last-of-type,
	.block-editor-block-list__block.wp-block-paragraph:last-of-type {
  margin-bottom: 0px;
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --global-content-edge-padding: 2.8125rem;
  --wp--style--root--padding-right: 2.8125rem;
  --wp--style--root--padding-left: 2.8125rem;
}

@media (max-width: 768px) {
  body {
    --global-content-edge-padding: 1.875rem;
    --wp--style--root--padding-right: 1.875rem;
    --wp--style--root--padding-left: 1.875rem
  }
}

body {
    --line-height--medium: 1.6
;
    --line-height--large: 1.25
;
    --line-height--x-large: 1.6
;
    --line-height--2-xl: 1.25
;
    --line-height--3-xl: 1.4
;
    --line-height--4-xl: 1.4
;
    --line-height--5-xl: 1.25
;
    --line-height--6-xl: 1.4
;
    --line-height--7-xl: 0.9
;
    --line-height--8-xl: 0.9
;
    --line-height--9-xl: 1.25
;
}

/**
	* We don't need to define these variables explicitly
	* at desktop size because they're generated for us via 
	* the sizes we defined in the `theme.json`, so we can just
	* update them at the medium breakpoint.
	*/

@media (max-width: 768px) {
  body {
      --wp--preset--font-size--3-xl: 1.25rem
;
      --wp--preset--font-size--4-xl: 2.1875rem
;
      --wp--preset--font-size--5-xl: 2.5rem
;
      --wp--preset--font-size--6-xl: 2.1875rem
;
      --wp--preset--font-size--7-xl: 2.5rem
;
      --wp--preset--font-size--8-xl: 2.5rem
;
      --wp--preset--font-size--9-xl: 2.5rem
;
      --line-height--3-xl: 1.4
;
      --line-height--4-xl: 1.3
;
      --line-height--5-xl: 1.25
;
      --line-height--6-xl: 1.3
;
      --line-height--7-xl: 1.25
;
      --line-height--8-xl: 1.25
;
      --line-height--9-xl: 1.25

  }
}

.has-medium-font-size {
    line-height: var(--line-height--medium);
  }

.has-large-font-size {
    line-height: var(--line-height--large);
  }

.has-x-large-font-size {
    line-height: var(--line-height--x-large);
  }

.has-2-xl-font-size {
    line-height: var(--line-height--2-xl);
  }

.has-3-xl-font-size {
    line-height: var(--line-height--3-xl);
  }

.has-4-xl-font-size {
    line-height: var(--line-height--4-xl);
  }

.has-5-xl-font-size {
    line-height: var(--line-height--5-xl);
  }

.has-6-xl-font-size {
    line-height: var(--line-height--6-xl);
  }

.has-7-xl-font-size {
    line-height: var(--line-height--7-xl);
  }

.has-8-xl-font-size {
    line-height: var(--line-height--8-xl);
  }

.has-9-xl-font-size {
    line-height: var(--line-height--9-xl);
  }

::-moz-selection {
  background: #C3002F33;
  color: inherit;
  text-shadow: none;
}

::selection {
  background: #C3002F33;
  color: inherit;
  text-shadow: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga" on;
  -moz-font-feature-settings: "liga" on;
  text-rendering: optimizeLegibility;
  /* font-feature-settings: "ss03" 1; */
  font-optical-sizing: auto;
  font-variation-settings:
		"slnt" 0,
		"CRSV" 0,
		"SHRP" 0;
}

html {
  font-size: 1em;
  scroll-behavior: smooth;
}

a {
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgb(195 0 47 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

p > a {
  text-decoration: none;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
  --tw-text-opacity: 1;
  color: rgb(4 4 4 / var(--tw-text-opacity));
}

b, strong {
  font-weight: 600;
}

.entry-content {
  position: relative;
  z-index: 0;
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.wp-block-kadence-image figcaption {
  font-style: italic;
  margin-top: .8em;
  font-size: 15px;
  line-height: 1.6;
}

header#masthead {
  position: relative;
  z-index: 1;
}

div#content {
  position: relative;
  z-index: 0;
}

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

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

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

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -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;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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: #2563eb;
  --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: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  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;
}

.pill-availability.pill-open, .pill-availability.open {
  border-color: #297D3B4D;
  --tw-bg-opacity: 1;
  background-color: rgb(213 250 214 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 125 59 / var(--tw-text-opacity));
}

.pill-availability.pill-closed, .pill-availability.closed {
  border-color: #C3002F4D;
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 220 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(195 0 47 / var(--tw-text-opacity));
}

.pill-availability.pill-vary, .pill-availability.vary {
  border-color: #978D174D;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 179 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(122 112 0 / var(--tw-text-opacity));
}

.pill-availability {
  min-width: 80px;
  border-radius: 0.5rem;
  border-width: 2px;
  text-align: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 47 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: var(--wp--preset--font-family--sans);
  font-weight: 400;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 37 / var(--tw-bg-opacity));
}

.button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 37 / var(--tw-bg-opacity));
}

.button:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 37 / var(--tw-bg-opacity));
}

.button__wrap,
.wp-block-button {
  display: inline-flex !important;
}

.button__wrap .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:hover {
  border-radius: 0.5rem;
}

.button__wrap .wp-block-button__link, .wp-block-button .wp-block-button__link {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 47 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: var(--wp--preset--font-family--sans);
  font-weight: 400;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.button__wrap .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 37 / var(--tw-bg-opacity));
}

.button__wrap .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 37 / var(--tw-bg-opacity));
}

.button__wrap .wp-block-button__link:active, .wp-block-button .wp-block-button__link:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 37 / var(--tw-bg-opacity));
}

html .acf-block-fields .button__wrap .wp-block-button__link, body .acf-block-fields .button__wrap .wp-block-button__link,html .acf-block-fields  .wp-block-button .wp-block-button__link, body .acf-block-fields  .wp-block-button .wp-block-button__link {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  outline-offset: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: inherit;
  line-height: 2.15384615;
  letter-spacing: 0;
  min-width: initial;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

@media (min-width: 768px) {
  .button__wrap .wp-block-button__link, .wp-block-button .wp-block-button__link {
    font-size: 20px;
  }
}

.button__wrap,
.wp-block-button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 47 / var(--tw-bg-opacity));
}

.card .logo-container {
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.card .logo-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
}

.card .wp-block-kadence-advancedbtn a:not(.kb-button.kb-btn-global-fill) span.kb-button:hover,
    .card .wp-block-kadence-advancedbtn a:hover:not(.kb-button.kb-btn-global-fill) {
  background: unset !important;
  border-radius: unset !important;
  border-bottom-color: #ffffff87;
}

.curve {
  position: relative;
  z-index: 10;
  width: 100%;
}

.curve--up {
  border-bottom: white 1px solid;
  margin-bottom: 0px;
  margin-top: -6.37vw;
}

.curve img {
  margin: 0px;
  display: block;
  width: 100%;
}

.background-light {
  border-bottom-color: var(--wp--preset--color--neutral-light);
}

.destination figure.logo {
  height: auto;
  margin-block: 0;
}

.destination a.destination-menu {
  text-decoration: none;
}

.destination .destination-location-website a > p {
  border-bottom: var(--wp--preset--color--secondary) 1px solid;
  display: inline-block !important;
  line-height: 1.1;
}

.destination .destination-location-website span.kb-adv-heading-icon-side-right {
  display: inline-block;
  padding-left: 5px;
}

.destination > .kt-row-column-wrap > .wp-block-kadence-column {
  box-shadow: 0px 20px 64px 0px rgba(0, 0, 0, 0.00), 
        0px 20px 59px 0px rgba(0, 0, 0, 0.01), 
        0px 20px 50px 0px rgba(0, 0, 0, 0.02), 
        0px 20px 37px 0px rgba(0, 0, 0, 0.03), 
        0px 9px 20px 0px rgba(0, 0, 0, 0.03);
}

@media (min-width: 1451px) {
  .destination .destination-details > .kt-row-column-wrap {
    gap: 30px;
    grid-template-columns: minmax(380px, calc(30% - ((var(--global-kb-gap-sm, 1rem) * 3 )/3)))
                minmax(0, calc(60% - ((var(--global-kb-gap-sm, 1rem) * 3 )/3)))
                minmax(290px, calc(30% - ((var(--global-kb-gap-sm, 1rem) * 3 )/3)));
  }
}

@media (min-width: 1024px) and (max-width: 1450px) {
  .destination .destination-location-website > .kt-row-column-wrap {
    row-gap: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .destination .destination-details > .kt-row-column-wrap {
    grid-template-columns: 
        minmax(380px, calc(30% - ((var(--global-kb-gap-sm, 1rem) * 3 )/3)))
        minmax(0, calc(80% - ((var(--global-kb-gap-sm, 1rem) * 3 )/3)))
        minmax(150px, calc(15% - ((var(--global-kb-gap-sm, 1rem) * 3 )/3)));
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .destination .destination-location-website > .kt-row-column-wrap {
    row-gap: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .destination .destination-details > .kt-row-column-wrap {
    grid-template-columns: 
          minmax(190px, calc(30% - ((var(--global-kb-gap-sm, 1rem) * 3 )/3)))
          minmax(0, calc(80% - ((var(--global-kb-gap-sm, 1rem) * 3 )/3)))
          minmax(150px, calc(15% - ((var(--global-kb-gap-sm, 1rem) * 3 )/3)));
  }
}

@media (max-width: 767px) {
  .destination .destination-slider .kb-gallery-image-contain {
    min-height: 400px;
  }

  .destination .destination-details > .kt-row-column-wrap {
    gap: 10px;
  }

  .destination .destination-logo-menu > .kt-row-column-wrap {
    grid-template-columns: 
          minmax(0, calc(40% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 1 )/2)))
          minmax(185px, calc(60% - ((var(--kb-default-row-gutter, var(--global-row-gutter-md, 2rem)) * 1 )/2)));
  }

  .destination .destination-desc-hours > .kt-row-column-wrap, 
      .destination .destination-location-website > .kt-row-column-wrap {
    gap: 0
  }

  .destination .destination-location p,
      .destination .destination-location a {
    display: inline-block;
  }

  .destination .destination-location a {
    margin-left: 10px;
  }
}

.single-shop-and-dine ul.kb-query-grid-wrap {
  padding-left: 0 !important;
}

.exhibition .img-background::before {
  background-color: rgba(4,4,4) !important;
}

.exhibition > .kt-row-column-wrap > .wp-block-kadence-column {
  box-shadow: 0px 20px 64px 0px rgba(0, 0, 0, 0.00), 
        0px 20px 59px 0px rgba(0, 0, 0, 0.01), 
        0px 20px 50px 0px rgba(0, 0, 0, 0.02), 
        0px 20px 37px 0px rgba(0, 0, 0, 0.03), 
        0px 9px 20px 0px rgba(0, 0, 0, 0.03);
}

.exhibition .kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
  -o-object-fit: contain;
     object-fit: contain;
  background: rgba(0, 0, 0, 0.56);
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
}

/*Fill Blue Detail Space*/

.exhibition > .wp-block-kadence-column, .exhibition li.kb-query-item > .wp-block-kadence-column > .kt-inside-inner-col {
  flex-grow: 1;
}

.exhibition > .wp-block-kadence-column > .kt-inside-inner-col {
  display: flex;
  justify-content: space-between;
}

.exhibition {
  display: flex;
  flex-direction: column;
}

.flight-table .tabs button::after {
  content: '+';
  padding-left: 0.5rem;
  font-weight: 300;
}

.flight-table .tabs button.active::after {
  content: '-';
}

.flight-table .tabs button.active {
  --tw-border-opacity: 1;
  border-color: rgb(195 0 47 / var(--tw-border-opacity));
}

.flight-table .tabs button {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(240 244 254 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .flight-table .tabs button {
    font-size: var(--wp--preset--font-size--2-xl);
    line-height: var(--line-height--2-xl);
  }
}

.flight-table .page-controls {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.flight-table .pagination button.prev::before,
        .flight-table .pagination button.next::after {
  content: url('./img/icon-left-arrow.svg');
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  .flight-table .pagination button.prev::before,
        .flight-table .pagination button.next::after {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.flight-table .pagination button.next::after {
  --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));
}

@media (max-width: 767px) {
  .flight-table .pagination {
    font-size: clamp(0.8125rem, -0.1771rem + 4.1667vw, 1.125rem);
    margin-left: 0px !important
  }

  .flight-table .pagination .pages .page button {
    min-width: 1.5rem !important;
  }
}

.flight-table .pagination .pages button.active {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flight-table .pagination .pages .page button {
  min-width: 40px;
  padding: 0.5rem;
}

@media (max-width: 1024px) {
  .flight-table .pagination .pages .page.active:nth-child(n+4):nth-last-child(n+3)::after {
    content: '...';
    display: inline-block;
    padding: 0 10px;
  }

  .flight-table .pagination .pages .page.active:nth-child(n+4):nth-last-child(n+3) {
    display: block !important;
  }

  .flight-table .pagination .pages .page:nth-child(n+4):nth-last-child(n+3) {
    display: none;
    /* Hide middle page numbers */
  }

  .flight-table .pagination .pages .page:nth-child(1),
                .flight-table .pagination .pages .page:nth-child(2),
                .flight-table .pagination .pages .page:nth-last-child(2),
                .flight-table .pagination .pages .page:nth-last-child(1) {
    display: block !important;
  }

  .flight-table .pagination .pages .page:nth-child(3)::after {
    content: '...';
    display: inline-block;
    padding: 0 5px;
  }
}

.flight-table button[type="submit"] {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 47 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flight-table input,
    .flight-table select {
  border-radius: 0.375rem;
  border-color: #00000033;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
  font-weight: 400;
}

.flight-table input.search {
  background-image: url('./img/icon-search.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding-right: 35px;
  position: relative;
}

.flight-table .flight-table {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.flight-table .flight-table.departures {
  grid-template-columns: 1fr 1fr 1fr 0.8fr 0.8fr 1fr;
}

.flight-table .flight-row {
  display: contents;
}

@media (max-width: 768px) {
  .flight-table .flight-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.flight-table .flight-cell .column-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .flight-table .flight-cell .column-label {
    display: none;
  }
}

.flight-table .flight-cell {
  border-bottom-width: 1px;
  border-color: #00000033;
  padding: 0.5rem;
  text-align: center;
}

.flight-table .flight-header .flight-cell {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 92 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flight-table .flight-row .flight-cell {
  display: flex;
  min-height: 83px;
  flex-direction: column;
  justify-content: center;
}

.flight-table .flight-status-span.departed, .flight-table .flight-status-span.arrived {
  border-color: #297D3B4D;
  --tw-bg-opacity: 1;
  background-color: rgb(213 250 214 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 125 59 / var(--tw-text-opacity));
}

.flight-table .flight-status-span.on-time, .flight-table .flight-status-span.landed, .flight-table .flight-status-span.at-gate, .flight-table .flight-status-span.in-range, .flight-table .flight-status-span.boarding {
  border-color: #05769C4D;
  --tw-bg-opacity: 1;
  background-color: rgb(216 245 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(5 118 156 / var(--tw-text-opacity));
}

.flight-table .flight-status-span.delayed {
  border-color: #978D174D;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 179 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(122 112 0 / var(--tw-text-opacity));
}

.flight-table .flight-status-span.cancelled {
  border-color: #C3002F4D;
  --tw-border-opacity: 1;
  border-color: rgb(195 0 47 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 220 / var(--tw-bg-opacity));
}

.flight-table .flight-status-span {
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 0px !important;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 0.3 !important;
  padding: 0.5rem;
}

.flight-table .arrow-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('./img/icon-left-arrow-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}

.flight-table .arrow-icon.asc {
  transform: rotate(90deg);
}

.flight-table .arrow-icon.desc {
  transform: rotate(-90deg);
}

.flight-table img {
  margin: auto;
}

/* Mobile-specific styles */

@media (max-width: 768px) {
  .flight-table {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }

  .flight-table .flight-table {
    display: block;
    font-size: 15px;
    font-weight: 700;
  }

  .flight-table .flight-cell {
    min-height: 0px !important;
    justify-content: flex-start !important;
    border-width: 0px;
    text-align: left;
  }

  .flight-table .flight-row {
    display: grid;
    grid-template-areas: "time time airline airline" 
                                 "origin flight gate baggage" 
                                 "status status status status";
    grid-template-columns: 150px repeat(3, 1fr);
    gap: 8px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    border-color: #00000033;
    padding-left: 1rem;
    padding-right: 1rem
  }

  @media (min-width: 768px) {
    .flight-table .flight-row {
      border-width: 0px;
    }
  }

  .flight-table .flight-time {
    grid-area: time;
    text-align: left;
    font-size: var(--wp--preset--font-size--large);
    line-height: var(--line-height--large)
  }

  .flight-table .flight-airline {
    grid-area: airline;
  }

  .flight-table .flight-origin {
    grid-area: origin;
  }

  .flight-table .flight-number {
    grid-area: flight;
  }

  .flight-table .flight-gate {
    grid-area: gate;
  }

  .flight-table .flight-baggage {
    grid-area: baggage;
  }

  .flight-table .flight-status {
    grid-area: status;
  }

  .flight-table .flight-status .flight-status-span {
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 2px;
    text-align: center;
  }

  .flight-table .flight-status {
    margin-bottom: 0.5rem;
    padding-top: 0px;
  }

  .flight-table .column-label {
    margin-bottom: 0.25rem;
    display: block;
    font-weight: 400;
  }

  .flight-table .flight-cell {
    display: block;
  }

  .flight-table .flight-cell span {
    display: block;
  }
}

.flight-table {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
}

.gform-theme--framework {
  --gf-local-radius: 10px;
  --gf-ctrl-radius: 10px;
  --gf-ctrl-border-color: #0000001f !important;
  --gf-ctrl-shadow: none;
  --gf-local-border-width: 2px;
  --gf-local-border-style: solid;
  --gf-ctrl-placeholder-font-size: var(--wp--preset--font-size--x-large) !important;
  --gf-ctrl-font-size: var(--wp--preset--font-size--x-large) !important;
  --gf-form-gap-y: 30px;
  --gf-color-primary: var(--wp--preset--color--brand) !important;
  --gf-ctrl-btn-font-size: var(--wp--preset--font-size--x-large) !important;
  --gf-ctrl-btn-bg-color-hover-primary: var(--wp--preset--color--brand-hover) !important;
  --gf-ctrl-min-width: 275px !important;
  --gf-ctrl-checkbox-check-radius: 10px !important;
  --gf-local-radius: var(--gf-ctrl-checkbox-check-radius);
  --gf-ctrl-choice-size: 30px !important;
  --gf-local-width: var(--gf-ctrl-choice-size);
}

.gform-theme--framework .gform_button {
  min-width: 100% !important;
}

@media (min-width: 396px) {
  .gform-theme--framework .gform_button {
    min-width: var(--gf-ctrl-min-width) !important;
  }
}

.gform-theme--framework .gform_button {
  border-radius: var(--gf-ctrl-radius) !important;
  padding-block: var(--gf-ctrl-radius) !important;
}

.gform-theme--framework input::-moz-placeholder {
  font-size: var(--gf-ctrl-placeholder-font-size);
  opacity: 0.7
}

.gform-theme--framework input::placeholder {
  font-size: var(--gf-ctrl-placeholder-font-size);
  opacity: 0.7
}

.gform-theme--framework [type='checkbox'], .gform-theme--framework [type='radio'] {
  width: var(--gf-local-width) !important;
  height: var(--gf-local-width);
}

/* .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
        --gf-local-radius: var(--gf-ctrl-checkbox-check-radius);
        --gf-local-width: var(--gf-ctrl-choice-size);
    } */

.gform-theme--framework .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
  padding-top: 0.25rem;
}

.gform-theme--framework .gfield_label .gfield_required::before {
  content: '*';
  color: var(--wp--preset--color--base-black);
  position: relative;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large)
}

.gform-theme--framework .gfield_label {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
}

.gform-theme--framework .gfield_required.gfield_required_text {
  display: none;
}

.row-nav .header-tabs {
  width: calc(100% - 280px);
}

.row-nav .header-tabs .tabs button::after {
  content: '+';
  padding-left: 0.5rem;
  font-weight: 300;
}

.row-nav .header-tabs .tabs button.active::after {
  content: '-';
}

.row-nav .header-tabs .tabs button.active {
  --tw-border-opacity: 1;
  border-color: rgb(195 0 47 / var(--tw-border-opacity));
}

.row-nav .header-tabs .tabs button {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(240 244 254 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .row-nav .header-tabs .wp-block-navigation__container {
    padding-left: 0px !important;
  }
}

.row-nav .header-tabs .wp-block-navigation__container .menu-plus {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.row-nav .header-tabs .wp-block-navigation__container .menu-plus:hover,
                .row-nav .header-tabs .wp-block-navigation__container .menu-plus:focus,
                .row-nav .header-tabs .wp-block-navigation__container .menu-plus:has(button:hover),
                .row-nav .header-tabs .wp-block-navigation__container .menu-plus:has(button:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 22 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.row-nav .header-tabs .wp-block-navigation__container .menu-plus button {
  display: block !important;
}

.row-nav .header-tabs button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle svg {
  transform: scale(1.7);
  position: absolute;
  top: 30%;
  right: 0;
}

.row-nav .header-tabs button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
  margin-left: 0px;
  height: 10px;
  width: 20px;
}

.row-nav .header-tabs ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
  top: calc(100% - 1px);
}

@media (min-width: 1024px) {
  .row-nav .header-tabs ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
    padding-top: 30px !important;
  }
}

.row-nav .header-tabs ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item {
  padding-left: 0px !important;
}

.row-nav .header-tabs ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item:before {
  display: none;
}

@media (min-width: 1024px) {
  .row-nav .header-tabs ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item a.wp-block-navigation-item__content {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}

#content-business :is(.wp-block-navigation-item__label, .wp-block-navigation-item__content):not(.wp-block-navigation__submenu-container *) {
  font-size: clamp(0.75rem, -0.0776rem + 1.2931vw, 0.9375rem);
}

.timeline .wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init .splide__pagination {
  bottom: 6rem;
}

@media(max-width: 1023px) {
  .timeline .wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init .splide__pagination {
    bottom: 6rem
  }
}

.timeline {
  position: relative;
}

.timeline h2 {
  padding-bottom: 2.25rem;
}

.timeline .wp-block-kadence-image figcaption {
  font-size: 12px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.20);
  transform: translateX(-50%);
}

.timeline > .kb-row-layout-wrap {
  position: relative;
}

.timeline > .kb-row-layout-wrap::before {
  content: url('./img/arrow-history.svg');
  position: absolute;
  left: 42.4%;
  top: 20px;
  transform: rotate(0deg);
}

.timeline > .kb-row-layout-wrap:nth-child(odd) > .kt-row-column-wrap {
  -moz-column-gap: 214px;
       column-gap: 214px;
}

.timeline > .kb-row-layout-wrap:nth-child(odd)::before {
  transform: rotate(0deg);
}

.timeline > .kb-row-layout-wrap:nth-child(even) > .kt-row-column-wrap {
  -moz-column-gap: 142px;
       column-gap: 142px;
}

.timeline > .kb-row-layout-wrap:nth-child(even) .wp-block-kadence-column:nth-child(2) {
  padding-left: 70px;
}

.timeline > .kb-row-layout-wrap:nth-child(even)::before {
  transform: rotate(180deg);
  left: 48.4%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .timeline {
    padding-left: 200px
  }

  .timeline::before {
    left: 100px;
  }

  .timeline > .kb-row-layout-wrap .wp-block-kadence-column:nth-child(2) {
    padding-left: 0 !important;
  }

  .timeline > .kb-row-layout-wrap::before {
    transform: rotate(180deg) !important;
    left: -124px !important;
  }
}

@media (max-width: 767px) {
  .timeline {
    padding-left: 42px
  }

  .timeline h2 {
    padding-left: 46px;
  }

  .timeline::before {
    left: 27px;
  }

  .timeline > .kb-row-layout-wrap .wp-block-kadence-column:nth-child(2) {
    padding-left: 0 !important;
  }

  .timeline > .kb-row-layout-wrap::before {
    transform: rotate(180deg) scale(80%) !important;
    left: -47px !important;
    top: 10px;
  }
}

.timeline {
  margin-left: auto;
  margin-right: auto;
  max-width: 1378px;
}

#google_language_translator .skiptranslate.goog-te-gadget > div {
  position: relative;
  display: inline-block;
}

#google_language_translator .skiptranslate.goog-te-gadget > div::after {
  content: url('./img/arrow-down.svg');
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

#google_language_translator select.goog-te-combo {
  padding-right: 26px !important;
  width: auto !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
}

.linked-arrow-title {
  position: relative;
  display: inline-block;
  padding: 0px;
  padding-right: .5em;
  vertical-align: middle;
  text-decoration-line: none !important;
}

.linked-arrow-title:after {
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  background-image: url('./img/arrow--right--red.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  position: absolute;
  bottom: .35em;
}

.linked-arrow-title a {
  text-decoration-line: none !important;
}

ul:not(.kt-svg-icon-list):not(.wp-block-navigation__container) li:not([role="presentation"]):not(.cat-item):not(.kb-query-item):not(.menu-item):not(.wp-social-link)::before {
  content: '•';
  margin-left: -1rem;
  padding-right: 0.5rem
}

ul:not(.kt-svg-icon-list):not(.wp-block-navigation__container) li:not([role="presentation"]):not(.cat-item):not(.kb-query-item):not(.menu-item):not(.wp-social-link) {
  list-style-type: none;
  padding-left: 1rem;
}

ul:not(.kt-svg-icon-list):not(.wp-block-navigation__container).category-list {
  list-style-type: none;
}

ul:not(.kt-svg-icon-list):not(.wp-block-navigation__container).category-list li.cat-item {
  padding-left: 0px;
}

ul:not(.kt-svg-icon-list):not(.wp-block-navigation__container).category-list {
  padding-left: 0px !important;
}

ul:not(.kt-svg-icon-list):not(.wp-block-navigation__container) {
  padding-left: 1rem;
}

ol {
  list-style-type: decimal;
  padding-left: 1rem;
}

.list-pdf.wp-block-kadence-iconlist ul.kt-svg-icon-list li.wp-block-kadence-listitem:first-of-type {
  border-top: 1px solid rgba(0, 32, 92, 0.30);
}

.list-pdf.wp-block-kadence-iconlist ul.kt-svg-icon-list li.wp-block-kadence-listitem::before {
  content: url(./img/icon-pdf.svg);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem
}

.list-pdf.wp-block-kadence-iconlist ul.kt-svg-icon-list li.wp-block-kadence-listitem .kt-svg-icon-list-text > a::after {
  content: url(./img/icon-external-link.svg);
  position: absolute;
  right: 0px;
  width: 20px;
}

.list-pdf.wp-block-kadence-iconlist ul.kt-svg-icon-list li.wp-block-kadence-listitem .kt-svg-icon-list-text > a {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 0 47 / var(--tw-border-opacity));
  padding-right: 30px;
  text-decoration-line: none;
}

.list-pdf.wp-block-kadence-iconlist ul.kt-svg-icon-list li.wp-block-kadence-listitem {
  border-bottom: 1px solid rgba(0, 32, 92, 0.30);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-pdf.wp-block-kadence-iconlist ul.kt-svg-icon-list .kt-svg-icon-list-item-wrap > .kb-svg-icon-wrap {
  display: none !important;
}

.list-pdf.wp-block-kadence-iconlist ul.kt-svg-icon-list {
  row-gap: 0 !important;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .wp-block-kadence-off-canvas.active {
    position: relative;
  }

  .wp-block-kadence-off-canvas.active .kb-off-canvas-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1475px;
    padding-top: 65px;
  }

  .wp-block-kadence-off-canvas.active .wp-block-search, .wp-block-kadence-off-canvas.active .wp-block-spacer {
    display: none;
  }

  .wp-block-kadence-off-canvas.active .kb-off-canvas-close {
    top: 65px;
    right: 65px;
  }

  .wp-block-kadence-off-canvas.active ul.kt-tabs-title-list li {
    flex: 1 1 0%;
    padding-bottom: 0.5rem;
    font-size: var(--wp--preset--font-size--2-xl);
    line-height: var(--line-height--2-xl);
    text-transform: uppercase;
  }

  .wp-block-kadence-off-canvas.active ul.kt-tabs-title-list {
    max-width: 80%;
    justify-content: space-between;
  }

  .wp-block-kadence-off-canvas.active ul.sub-menu a {
    margin-top: 0.75rem;
    border-bottom-width: 1px;
    border-color: #00000033;
    font-size: var(--wp--preset--font-size--large) !important;
    line-height: var(--line-height--large) !important;
  }

  .wp-block-kadence-off-canvas.active ul.sub-menu {
    visibility: visible;
    margin-left: 0px;
    margin-top: 0.5rem;
    height: auto;
    padding-left: 0px !important;
    opacity: 1;
  }

  .wp-block-kadence-off-canvas.active .wp-block-kadence-navigation.navigation-desktop-orientation-vertical .menu-container .menu {
    -moz-column-gap: 100px;
         column-gap: 100px;
    row-gap: 30px;
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .wp-block-kadence-off-canvas.active ul.kb-navigation .kb-nav-dropdown-toggle-btn {
    display: none;
  }

  .wp-block-kadence-off-canvas.active ul.kb-navigation li a {
    padding-left: 0px;
    padding-bottom: 0.25rem;
  }

  /* & li.menu-item {
                @apply 
            } */

  .wp-block-kadence-off-canvas.active ul.kb-navigation > li.menu-item > .kb-link-wrap > a {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(195 0 47 / var(--tw-border-opacity));
    font-size: 20px;
    font-weight: 700;
  }

  .wp-block-kadence-off-canvas.active ul.kb-navigation {
    padding-left: 0px !important;
  }
}

.search .page-controls {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.search .pagination .page-numbers.prev::before,
        .search .pagination .page-numbers.next::after {
  content: url('./img/icon-left-arrow.svg');
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  .search .pagination .page-numbers.prev::before,
        .search .pagination .page-numbers.next::after {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.search .pagination .page-numbers.next::after {
  --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));
}

@media (max-width: 767px) {
  .search .pagination {
    font-size: clamp(0.8125rem, -0.1771rem + 4.1667vw, 1.125rem);
    margin-left: 0px !important
  }

  .search .pagination .pages .page-numbers {
    min-width: 1.5rem !important;
  }
}

.search .pagination .page-numbers.current {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 47 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.search .pagination .page-numbers {
  min-width: 40px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(4 4 4 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.search .pagination {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.search button[type="submit"] {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 47 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.search input,
    .search select {
  border-radius: 0.75rem;
  border-color: #00000033;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
  font-weight: 400;
}

.search input {
  background-image: url('./img/icon-search.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding-right: 35px;
  position: relative;
}

.parking.parking-large svg {
  margin-top: 1rem;
  margin-left: 1rem;
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

.parking.parking-large a {
  max-width: 189px;
}

.parking.parking-large .lot .lot-circle {
  width: 67px;
  height: 67px;
}

.parking.parking-large .lot .lot-status .lot-percent {
  margin-bottom: 0px !important;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
}

.parking.parking-large .lot .lot-status p {
  font-size: 15px;
}

.parking.parking-large .lot .lot-status {
  font-size: 35px;
}

@media (min-width: 1024px) {
  .parking.parking-large .lot .lot-status {
    font-size: clamp(1.5625rem, -0.7563rem + 3.6232vw, 2.1875rem)
  }
}

@media (max-width: 450px) {
  .parking.parking-large .lot .lot-status {
    font-size: clamp(1.5625rem, -0.625rem + 10vw, 2.1875rem)
  }
}

.parking.parking-large .lot {
  height: 87px;
}

.parking.parking-large .lot-label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
}

.parking.parking-large {
  row-gap: 27px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .parking.parking-large {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .parking.parking-large {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.parking:not(.parking-large) .lot .lot-percent {
  margin-bottom: 0px !important;
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
}

.parking:not(.parking-large) .lot .lot-circle {
  width: 35%;
  height: 30px;
}

.parking:not(.parking-large) .lot p {
  font-size: 10px;
}

.parking:not(.parking-large) .lot {
  height: 52px;
}

.parking:not(.parking-large) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1280px) {
  .parking:not(.parking-large) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.parking a {
  max-width: 100px;
  text-decoration-line: none;
}

.parking .lot-status {
  font-weight: 700;
}

.parking .lot {
  display: inline-block;
  justify-content: space-around;
  min-height: 44px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2px;
  padding-right: 2px;
  border-width: 2px;
  --tw-text-opacity: 1;
  color: rgb(4 4 4 / var(--tw-text-opacity));
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  text-align: center;
}

.parking .lot-status div{
  line-height: 1;
}

.parking .lot-quarter .lot-circle circle, .parking .lot-empty .lot-circle circle {
  fill: #297D3B;
  stroke: #297D3B4D;
}

.parking .lot-quarter .lot-circle path, .parking .lot-empty .lot-circle path {
  fill: #D5FAD6;
  stroke: #297D3B4D;
}

.parking .lot-quarter, .parking .lot-empty {
  border-color: #297D3B4D;
  --tw-bg-opacity: 1;
  background-color: rgb(213 250 214 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 125 59 / var(--tw-text-opacity));
}

.parking .lot-3quarter .lot-circle circle, .parking .lot-half .lot-circle circle {
  fill: #7D7300;
  stroke: #978D174D;
}

.parking .lot-3quarter .lot-circle path, .parking .lot-half .lot-circle path {
  fill: #FFF9B3;
  stroke: #978D174D;
}

.parking .lot-3quarter, .parking .lot-half {
  border-color: #978D174D;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 179 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(122 112 0 / var(--tw-text-opacity));
}

.parking .lot-full .lot-circle circle, .parking .lot-full .lot-circle path {
  fill: #C3002F;
  stroke: #C3002F;
}

.parking .lot-full .lot-circle {
  width: 27px;
  height: 27px;
}

.parking .lot-full {
  font-weight: 700;
  font-size: 18px;
  border-color: #C3002F4D;
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 220 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(195 0 47 / var(--tw-text-opacity));
}

.parking .lot-circle {
  width: 30%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* @apply scale-50 */
}

.parking .pie-chart {
  margin: 0px;
}

.single-post .entry-header .img-background::before {
  filter: unset !important;
}

.single-post p > a {
  text-underline-offset: 5px;
  text-decoration-line: underline
}

.single-post a {
  --tw-text-opacity: 1;
  color: rgb(195 0 47 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#reciteme-button {
  /* Button Styling and Placement */
  background: #00344c;
  width: 5rem;
  height: 5rem;
  bottom: 1rem;
  left: 1rem;
  position: fixed;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Prevent layout breakage at high zoom or small viewports */
  max-width: 100%;
  box-sizing: border-box;
}

#reciteme-button:hover {
  background: #e9322e;
}

#reciteme-button img {
  /* Make image responsive within circular button */
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  position: static;
  transform: none;
}

@media (max-width: 400px), (max-height: 400px) {
  #reciteme-button {
    width: 3.5rem;
    height: 3.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
  }
}

.room-columns > .wp-block-group {
  gap: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.room-columns .wp-block-group.is-vertical {
  gap: 0px;
}

.room-columns > .wp-block-group:not(:last-of-type) {
  border-right: 1px solid  rgba(0, 0, 0, 0.20);
  /* @apply border-r */
}

.room-columns {
  gap: 0px;
}

.single .entry-header .img-background::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  z-index: 1;
  background-color: rgba(0, 8, 24, 0.4);
  /* Dark color with 40% opacity */
  background-blend-mode: hard-light;
}

.single .entry-header .img-background {
  background-size: cover;
  background-position: center;
}

.single .entry-header .arrow-back::before {
  content: url('./img/arrow-back-white.svg');
  inset: 0;
  margin-right: 1rem;
}

.single .entry-header .arrow-back {
  text-decoration-line: none;
}

.single .single-content > .kt-row-column-wrap > .wp-block-kadence-column {
  box-shadow: 0px 229px 64px 0px rgba(0, 0, 0, 0.00), 0px 147px 59px 0px rgba(0, 0, 0, 0.01), 0px 83px 50px 0px rgba(0, 0, 0, 0.02), 0px 37px 37px 0px rgba(0, 0, 0, 0.03), 0px 9px 20px 0px rgba(0, 0, 0, 0.03);
}

.wp-block-kadence-tabs ul.kt-tabs-title-list .kt-title-text::after {
  content: '+';
  padding-left: 5px;
  font-size: 25px;
  font-weight: 100;
  display: inline-block
}

@media (min-width: 1024px) {
  .wp-block-kadence-tabs ul.kt-tabs-title-list li.kt-tab-title-active .kt-title-text::after {
    content: '-'
  }
}

.wp-block-kadence-tabs ul.kt-tabs-title-list {
  display: none;
}

@media (min-width: 1024px) {
  .wp-block-kadence-tabs ul.kt-tabs-title-list {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .wp-block-kadence-tabs .kt-tabs-content-wrap .kt-tabs-accordion-title {
    display: block;
  }

  .wp-block-kadence-tabs .kt-tabs-content-wrap .kt-tab-title::after {
    content: url('./img/arrow-down.svg');
    display: inline-block;
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    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));
    padding-bottom: 0.25rem
  }

  .wp-block-kadence-tabs .kt-tabs-content-wrap .kt-tab-title {
    display: flex;
    justify-content: space-between !important;
  }

  .wp-block-kadence-tabs .kt-tabs-content-wrap .kt-tab-title-active .kt-tab-title::after {
    --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));
  }
}

.table-airlines thead {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 32 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table-airlines td, .table-airlines th {
  border: 0;
  padding-block: 14px;
  padding-right: 2.5rem;
  font-size: 15px;
  font-weight: 700
}

@media (min-width: 768px) {
  .table-airlines td, .table-airlines th {
    font-size: var(--wp--preset--font-size--x-large);
    line-height: var(--line-height--x-large);
  }
}

@media (min-width: 1024px) {
  .table-airlines td, .table-airlines th {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.table-airlines td:nth-of-type(3) {
  font-size: 15px;
}

.table-airlines tr {
  border-bottom-width: 1px;
  border-color: #00205C4D;
}

.table-airlines a::after {
  content: url('./img/new-window.svg');
  display: inline-block;
  margin-left: 5px;
  position: relative;
  bottom: -3px
}

.table-airlines a {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 0 47 / var(--tw-border-opacity));
  text-decoration-line: none;
}

.table-airlines .sortable {
  position: relative;
  cursor: pointer;
}

.table-airlines .sortable::after {
  content: url('./img/arrow--up.svg');
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translateY(-50%);
}

.table-airlines .sortable.desc::after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 767px) {
  .table-airlines thead {
    display: none;
  }

  .table-airlines tbody, .table-airlines tr, .table-airlines td {
    display: block;
    width: 100%;
  }

  .table-airlines tr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 1rem
  }

  .table-airlines td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .table-airlines td::before {
    display: block;
    content: attr(data-label);
    position: relative;
    font-size: 10px;
    text-align: left;
    padding-left: 0px;
    text-transform: uppercase;
  }

  .table-airlines td:nth-child(1)::before {
    content: "Location";
  }

  .table-airlines td:nth-child(2)::before {
    content: "Airport Code";
  }

  .table-airlines td:nth-child(3)::before {
    content: "Airlines";
  }

  .table-airlines td:nth-child(1) {
    flex: 1 1 200px;
  }

  .table-airlines td:nth-child(2) {
    flex: 1 1 90px;
    padding-right: 0;
  }

  .table-airlines td:nth-child(3) {
    flex: 1 1 100%;
    padding-bottom: 2rem
  }
}

.table-airlines {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
}

.circle {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 15px var(--wp--preset--color--neutral-light) solid;
}

.circle::before {
  content: '';
  position: absolute;
  top: -18px;
  left: -18px;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: conic-gradient(var(--wp--preset--color--secondary) 0deg, var(--wp--preset--color--secondary) var(--angle), transparent var(--angle), transparent 360deg);
  z-index: 1;
  -webkit-mask: radial-gradient(circle, transparent 50%, black 51%);
          mask: radial-gradient(circle, transparent 50%, black 51%);
}

.text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 25%;
  font-size: 18px;
  z-index: 2;
  /* Ensure the text is above the arc */
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-5 {
  top: 1.25rem;
}

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

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

.m-auto {
  margin: auto;
}

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

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

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

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

.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

.w-12 {
  width: 3rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.max-w-96 {
  max-width: 24rem;
}

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

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

.flex-grow {
  flex-grow: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[65px\] {
  gap: 65px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-t-2 {
  border-top-width: 2px;
}

.border-\[\#00000033\] {
  border-color: #00000033;
}

.border-\[\#0404042B\] {
  border-color: #0404042B;
}

.border-\[\#D0CFCF\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 207 207 / var(--tw-border-opacity));
}

.border-green-stroke {
  border-color: #297D3B4D;
}

.border-t-transparent {
  border-top-color: transparent;
}

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

.bg-green-background {
  --tw-bg-opacity: 1;
  background-color: rgb(213 250 214 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 1.75rem;
}

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

.\!text-8xl {
  font-size: var(--wp--preset--font-size--8-xl) !important;
  line-height: var(--line-height--8-xl) !important;
}

.\!text-\[25px\] {
  font-size: 25px !important;
}

.text-2xl {
  font-size: var(--wp--preset--font-size--2-xl);
  line-height: var(--line-height--2-xl);
}

.text-3xl {
  font-size: var(--wp--preset--font-size--3-xl);
  line-height: var(--line-height--3-xl);
}

.text-6xl {
  font-size: var(--wp--preset--font-size--6-xl);
  line-height: var(--line-height--6-xl);
}

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

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

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

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

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

.text-base {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--medium);
}

.text-lg {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--large);
}

.text-xl {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--x-large);
}

.text-xs {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--line-height--x-small);
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[0\.7\] {
  line-height: 0.7;
}

.text-base-black {
  --tw-text-opacity: 1;
  color: rgb(4 4 4 / var(--tw-text-opacity));
}

.text-brand {
  --tw-text-opacity: 1;
  color: rgb(195 0 47 / var(--tw-text-opacity));
}

.text-green-text {
  --tw-text-opacity: 1;
  color: rgb(41 125 59 / var(--tw-text-opacity));
}

.text-red-text {
  --tw-text-opacity: 1;
  color: rgb(195 0 47 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.hero-overlay .kt-row-layout-overlay.kt-row-overlay-gradient {
  background: linear-gradient(29.43deg, rgba(195, 0, 47, 0.3) 0%, rgba(0, 67, 194, 0.3) 104.75%), linear-gradient(0deg, rgba(0, 8, 24, 0.4), rgba(0, 8, 24, 0.4));
  background-blend-mode: hard-light, multiply, normal, normal, normal;
}

.wp-block-group > .wp-block-safe-svg-svg-icon {
  display: flex;
}

#goog-gt-votingHiddenPane {
  display: none !important;
}

.kb-query-label {
  margin-bottom: 0.5rem;
  font-size: 20px;
}

/**
* This adds custom layout classes.
*
* The `@import-glob` line imports all CSS files from the `layout` directory.
*/

.wrapper {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wrapper--wide {
  max-width: var(--wp--style--global--wide-size);
}

/**
* This adds custom gutenberg classes.
*
* The `@import-glob` line imports all CSS files from the `gutenberg` directory.
*/

.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init[data-slider-dots=true], .wp-block-kadence-advancedgallery .kt-blocks-carousel .kb-blocks-advanced-slider-init[data-slider-dots=true], .kb-advanced-slider .kt-blocks-carousel .kt-blocks-carousel-init[data-slider-dots=true], .kb-advanced-slider .kt-blocks-carousel .kb-blocks-advanced-slider-init[data-slider-dots=true] {
  margin-bottom: 0px;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init .splide__arrow, .wp-block-kadence-advancedgallery .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__arrow, .kb-advanced-slider .kt-blocks-carousel .kt-blocks-carousel-init .splide__arrow, .kb-advanced-slider .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__arrow {
  background-color: transparent;
  opacity: 1;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init .splide__arrow.slick-prev, .wp-block-kadence-advancedgallery .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__arrow.slick-prev, .kb-advanced-slider .kt-blocks-carousel .kt-blocks-carousel-init .splide__arrow.slick-prev, .kb-advanced-slider .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__arrow.slick-prev {
  left: 1.5rem;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init .splide__arrow.slick-next, .wp-block-kadence-advancedgallery .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__arrow.slick-next, .kb-advanced-slider .kt-blocks-carousel .kt-blocks-carousel-init .splide__arrow.slick-next, .kb-advanced-slider .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__arrow.slick-next {
  right: 1.5rem;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init .splide__arrow svg, .wp-block-kadence-advancedgallery .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__arrow svg, .kb-advanced-slider .kt-blocks-carousel .kt-blocks-carousel-init .splide__arrow svg, .kb-advanced-slider .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__arrow svg {
  height: 1.875rem;
  width: 1.875rem;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init .splide__pagination, .wp-block-kadence-advancedgallery .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__pagination, .kb-advanced-slider .kt-blocks-carousel .kt-blocks-carousel-init .splide__pagination, .kb-advanced-slider .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__pagination {
  bottom: 2.875rem;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init .splide__pagination .splide__pagination__page, .wp-block-kadence-advancedgallery .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__pagination .splide__pagination__page, .kb-advanced-slider .kt-blocks-carousel .kt-blocks-carousel-init .splide__pagination .splide__pagination__page, .kb-advanced-slider .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__pagination .splide__pagination__page {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(111 111 111 / var(--tw-bg-opacity));
  opacity: 1;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-blocks-carousel-init .splide__pagination .splide__pagination__page.is-active, .wp-block-kadence-advancedgallery .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__pagination .splide__pagination__page.is-active, .kb-advanced-slider .kt-blocks-carousel .kt-blocks-carousel-init .splide__pagination .splide__pagination__page.is-active, .kb-advanced-slider .kt-blocks-carousel .kb-blocks-advanced-slider-init .splide__pagination .splide__pagination__page.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.kadence-conversion {
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

.kadence-conversion-inner {
  max-width: 100%;
  padding: 1rem;
}

.kadence-conversion-overlay {
  max-width: 100vw;
  overflow-x: hidden;
}

.kadence-conversion *,
.kadence-conversion a,
.kadence-conversion p {
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.kadence-conversion .kb-button {
  white-space: normal;
  text-align: center;
}

.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap .kt-blocks-info-box-title {
  position: relative;
  display: inline-block;
  padding: 0px;
  padding-right: .5em;
  vertical-align: middle;
  text-decoration-line: none !important;
}

.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap .kt-blocks-info-box-title:after {
  display: inline-block;
  height: 0.875rem;
  width: 0.875rem;
  background-image: url('./img/arrow--right--red.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  position: absolute;
  bottom: .35em;
}

.wp-block-kadence-infobox .kt-blocks-info-box-link-wrap .kt-blocks-info-box-title a {
  text-decoration-line: none !important;
}

.wp-block-kadence-postgrid .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 47 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: var(--wp--preset--font-family--sans);
  font-weight: 400;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-kadence-postgrid .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 37 / var(--tw-bg-opacity));
}

.wp-block-kadence-postgrid .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 37 / var(--tw-bg-opacity));
}

.wp-block-kadence-postgrid .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 0 37 / var(--tw-bg-opacity));
}

html .acf-block-fields .wp-block-kadence-postgrid .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore, body .acf-block-fields .wp-block-kadence-postgrid .kt-blocks-post-readmore-wrap .kt-blocks-post-readmore {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  outline-offset: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: inherit;
  line-height: 2.15384615;
  letter-spacing: 0;
  min-width: initial;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

.wp-block-kadence-rowlayout > .kt-row-column-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-kadence-rowlayout.alignfull > .kt-row-column-wrap:not(.kb-theme-content-width) {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.wp-block-kadence-rowlayout.alignwide > .kt-row-column-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
}

.wp-block-kadence-rowlayout.aligncenter > .kt-row-column-wrap {
  align-items: center;
}

.wp-block-kadence-rowlayout.no-center > .kt-row-column-wrap {
  margin-left: initial !important;
  margin-right: initial !important;
}

.wp-block-kadence-rowlayout .wp-block-kadence-column.full-height .kt-inside-inner-col {
  height: 100%;
}

.wp-block[data-type="kadence/rowlayout"] > .innerblocks-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block[data-align="wide"] > .innerblocks-wrap {
  max-width: var(--wp--style--global--wide-size);
}

figure.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

body {
  --global-kb-spacing-5xl: var(--wp--preset--spacing--155);
  --global-kb-spacing-4xl: var(--wp--preset--spacing--100);
  --global-kb-spacing-3xl: var(--wp--preset--spacing--74);
  --global-kb-spacing-xxl: var(--wp--preset--spacing--54);
  --global-kb-spacing-xl: var(--wp--preset--spacing--44);
  --global-kb-spacing-lg: var(--wp--preset--spacing--36);
  --global-kb-spacing-md: var(--wp--preset--spacing--30);
  --global-kb-spacing-sm: var(--wp--preset--spacing--20);
  --global-kb-spacing-xs: var(--wp--preset--spacing--16);
  --global-kb-spacing-xxs: var(--wp--preset--spacing--8);
  --global-kb-gap-lg: var(--wp--preset--spacing--155);
  --global-kb-gap-md: var(--wp--preset--spacing--100);
  --global-kb-gap-sm: var(--wp--preset--spacing--54);
  --global-kb-gap-xs: var(--wp--preset--spacing--36);
  --global-row-gutter-lg: var(--wp--preset--spacing--74);
  --global-row-gutter-md: var(--wp--preset--spacing--54);
  --global-row-gutter-sm: var(--wp--preset--spacing--36);
  --global-row-gutter-xs: var(--wp--preset--spacing--30);
}

/**
* This adds custom editor classes.
*
* The `@import-glob` line imports all CSS files from the `editor` directory.
*/

/* ACF Color Picker style overrides. */

.iris-picker {
  padding: 0.625rem !important;
  height: auto !important;
}

.iris-picker .iris-palette-container {
  left: auto !important;
  bottom: auto !important;
  position: relative;
  width: 100%;
}

.iris-picker .iris-picker-inner {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  overflow: auto !important;
  padding-bottom: 0.625rem !important;
}

.iris-picker .iris-palette {
  width: 1rem !important;
  height: 1rem !important;
  float: none !important;
  display: inline-block;
}

/* ******************************** */

/* ****  START RESET SETTINGS  **** */

/* ******************************** */

html,
body {
  font-weight: normal;
}

html .wp-block-paragraph, body .wp-block-paragraph {
  font-size: 1rem;
}

html .acf-block-fields .button, body .acf-block-fields .button {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  outline-offset: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: inherit;
  line-height: 2.15384615;
  letter-spacing: 0;
  min-width: initial;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

html .acf-block-fields .wp-color-result, body .acf-block-fields .wp-color-result {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

html .acf-block-fields input[type="text"],
        html .acf-block-fields input[type="number"],
        html .acf-block-fields input[type="email"],
        html .acf-block-fields input[type="tel"],
        html .acf-block-fields input[type="radio"],
        html .acf-block-fields input[type="password"],
        html .acf-block-fields input[type="url"],
        html .acf-block-fields select,
        html .acf-block-fields textarea,
        body .acf-block-fields input[type="text"],
        body .acf-block-fields input[type="number"],
        body .acf-block-fields input[type="email"],
        body .acf-block-fields input[type="tel"],
        body .acf-block-fields input[type="radio"],
        body .acf-block-fields input[type="password"],
        body .acf-block-fields input[type="url"],
        body .acf-block-fields select,
        body .acf-block-fields textarea {
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  background-color: #fff;
  color: #32373c;
  padding: 0 8px;
  min-height: 30px;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}

html .acf-block-fields textarea, body .acf-block-fields textarea {
  padding: 8px;
  min-height: 5rem;
}

html .acf-block-fields input[type="checkbox"],
        html .acf-block-fields input[type="radio"],
        body .acf-block-fields input[type="checkbox"],
        body .acf-block-fields input[type="radio"] {
  box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  border: 1px solid #7e8993;
  border-radius: 4px;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 1rem;
  margin: -.25rem .25rem 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px #0000001A;
  transition: .05s border-color ease-in-out;
}

html #dashboard-widgets #dashboard_quick_press,
        html #dashboard-widgets .empty-container,
        html #dashboard-widgets #dashboard_activity,
        html #dashboard-widgets #dashboard_right_now,
        html #dashboard-widgets #wpseo-dashboard-overview,
        html #dashboard-widgets #rg_forms_dashboard,
        body #dashboard-widgets #dashboard_quick_press,
        body #dashboard-widgets .empty-container,
        body #dashboard-widgets #dashboard_activity,
        body #dashboard-widgets #dashboard_right_now,
        body #dashboard-widgets #wpseo-dashboard-overview,
        body #dashboard-widgets #rg_forms_dashboard {
  display: none;
}

html .theme-browser .theme .theme-name, html .theme-browser .theme.active .theme-name, body .theme-browser .theme .theme-name, body .theme-browser .theme.active .theme-name {
  height: auto;
}

html .theme-browser .theme .theme-actions, html .theme-browser .theme.active .theme-actions, body .theme-browser .theme .theme-actions, body .theme-browser .theme.active .theme-actions {
  padding: 12px 10px;
  height: auto;
}

html .block-editor-block-list__block, body .block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 0;
}

/* Main column width */

html .wp-block, body .wp-block {
  max-width: 100vw;
}

@media (min-width: 782px) {
  html .wp-block[data-type="kadence/rowlayout"],
        html .wp-block[data-type="acf/hero"],
        body .wp-block[data-type="kadence/rowlayout"],
        body .wp-block[data-type="acf/hero"] {
    max-width: calc(100vw - 281px) !important
  }
}

html .wp-block.wp-block-post-title, body .wp-block.wp-block-post-title {
  max-width: var(--wp--style--global--content-size) !important;
  padding-left: var(--global-content-edge-padding) !important;
  padding-right: var(--global-content-edge-padding) !important;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

html .edit-post-sidebar .acf-button-group, body .edit-post-sidebar .acf-button-group {
  flex-wrap: wrap;
}

html button.components-button.is-primary, html [type='button'].components-button.is-primary, html [type='reset'].components-button.is-primary, html [type='submit'].components-button.is-primary, body button.components-button.is-primary, body [type='button'].components-button.is-primary, body [type='reset'].components-button.is-primary, body [type='submit'].components-button.is-primary {
  background-color: var(--wp-admin-theme-color);
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

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

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

.focus\:p-2:focus {
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .md\:-mt-\[130px\] {
    margin-top: -130px;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:contents {
    display: contents;
  }

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

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

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

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

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

  .md\:grid-cols-\[100px_1fr_150px_100px_100px_100px_150px\] {
    grid-template-columns: 100px 1fr 150px 100px 100px 100px 150px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

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

@media (min-width: 1024px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1750px) {
  .\33xl\:-mt-\[240px\] {
    margin-top: -240px;
  }

  .\33xl\:-mt-\[250px\] {
    margin-top: -250px;
  }

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

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

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

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