/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

/* purgecss start ignore */

/*
 ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

::-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] {
  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");
}

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

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

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

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

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

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

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

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

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

.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-checkbox,.form-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;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,.form-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);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.prose :where(color):not(:where([class~="not-prose"] *)) {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.prose {
  max-width: 65ch;
}

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

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

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: #17A493;
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 4px;
  font-family: mencken-std-text;
  font-style: italic;
}

.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  color: #06574D;
  text-decoration-color: rgb(23 164 147 / 0.1);
}

.prose :where(a):not(:where([class~="not-prose"] *)):focus {
  color: #06574D;
}

.prose :where(a):not(:where([class~="not-prose"] *)):visited {
  color: #17A493;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

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

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

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

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

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3333333;
}

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

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 26px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(a.tag):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
  font-family: elza;
  font-style: normal;
  font-weight: 500;
}

.prose :where(a.txt-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.prose :where(h5):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.prose :where(h6):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.prose :where(ul.flex):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

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

.prose :where(a.highlight-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

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

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

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

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

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

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

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}

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

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

.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

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

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

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

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

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

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

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

.prose-sm :where(a):not(:where([class~="not-prose"] *)) {
  font-family: mencken-std-text;
}

.prose-sm :where([class~="tag"]):not(:where([class~="not-prose"] *)) {
  font-family: elza;
}

.prose-invert {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

.prose-invert :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  color: #fff;
}

.prose-invert :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: #fff;
}

.prose-invert :where(.arrows svg):not(:where([class~="not-prose"] *)) {
  stroke: #fff;
}

.prose-invert :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: #fff;
}

.prose-invert :where(a.tag:hover):not(:where([class~="not-prose"] *)) {
  background-color: #17A493;
}

.prose-pampas :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: #191F23;
}

.prose-twine :where(a):not(:where([class~="not-prose"] *)).highlight-link {
  color: #fff;
}

.prose-twine :where(a):not(:where([class~="not-prose"] *)).tag.link {
  border-color: #fff;
  color: #fff;
}

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

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

.bg-dark .bg-default {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

/*
     * Standard Button
     */

.prose :where(ul.btn):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.btn {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(192 158 84 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  line-height: 1.25;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
}

.btn svg {
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 129 69 / var(--tw-bg-opacity));
}

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

.btn-icon {
  transform-origin: left;
}

.btn-icon span {
  transition: 0.5s padding ease-out;
  display: inline-block;
  transform-origin: left;
}

.btn-icon:hover span {
  padding-right: 1rem;
}

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

.bg-neutral .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-dark .btn {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-dark .btn:hover {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

/*
     * Primary Button
     */

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-muted .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.bg-dark .btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-dark .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral .btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*
     * Secondary Button
     */

.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-muted .btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.bg-neutral .btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  stroke: #191F23;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-neutral .btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*
     * Large Button
     */

.btn-size-lg {
  width: 20rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/*
     * Small Button
     */

.btn-size-sm {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  .btn-size-sm {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1024px) {
  .btn-size-sm {
    font-size: 0.8125rem;
  }
}

/*
     * Round Button
     */

.btn-round {
  border-radius: 9999px;
  border-width: 0px;
  padding: 0.25rem;
  --tw-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-round:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-round svg {
  display: inline-block;
  stroke-width: 1;
}

.bg-neutral .btn-secondary.btn-round,  .bg-dark .btn-secondary.btn-round {
  border-width: 0px;
}

.bg-neutral .btn-secondary.btn-round:hover, .bg-dark .btn-secondary.btn-round:hover {
  border-width: 0px;
}

/**
     * Heading
     */

.h1-hero {
  font-family: "mencken-std-head", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .h1-hero {
    font-size: 3.125rem;
  }
}

@media (min-width: 1024px) {
  .h1-hero {
    font-size: 4.75rem;
  }
}

.h1-hero-small {
  font-family: "mencken-std-head", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .h1-hero-small {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .h1-hero-small {
    font-size: 3.875rem;
  }
}

h1,
    .h1 {
  font-family: "mencken-std-head", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.1;
}

@media (min-width: 768px) {
  h1,
    .h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  h1,
    .h1 {
    font-size: 3.125rem;
  }
}

h2,
    .h2 {
  font-family: "mencken-std-head", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h2,
    .h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  h2,
    .h2 {
    font-size: 2.5rem;
  }
}

h3,
    .h3 {
  font-family: "mencken-std-head", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h3,
    .h3 {
    font-size: 1.625rem;
  }
}

@media (min-width: 1024px) {
  h3,
    .h3 {
    font-size: 2rem;
  }
}

h4,
    .h4 {
  font-family: "mencken-std-head", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  h4,
    .h4 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1024px) {
  h4,
    .h4 {
    font-size: 1.625rem;
  }
}

h5,
    .h5 {
  font-family: "mencken-std-head", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

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

@media (min-width: 1024px) {
  h5,
    .h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h6,
    .h6 {
  font-family: elza, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) {
  h6,
    .h6 {
    font-size: 0.8125rem;
  }
}

h6 em, .h6 em {
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0em;
}

.subheading {
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 1024px) {
  .subheading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

.small {
  font-size: 0.8125rem;
}

.xsmall {
  font-size: 0.75rem;
}

/**
     * Typography
     */

pre {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
     * Links
     */

a {
  cursor: pointer;
}

.txt-link {
  display: inline-flex;
  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));
}

.txt-link > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.txt-link {
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.txt-link:hover {
  --tw-text-opacity: 1;
  color: rgb(17 128 114 / var(--tw-text-opacity));
}

.txt-link:focus {
  --tw-text-opacity: 1;
  color: rgb(17 128 114 / var(--tw-text-opacity));
}

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

.action.back,
    .highlight-link {
  display: inline-flex;
}

.action.back > :not([hidden]) ~ :not([hidden]),
    .highlight-link > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.action.back,
    .highlight-link {
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.action.back:hover,
    .highlight-link:hover {
  --tw-text-opacity: 1;
  color: rgb(17 128 114 / var(--tw-text-opacity));
}

.action.back:focus,
    .highlight-link:focus {
  --tw-text-opacity: 1;
  color: rgb(17 128 114 / var(--tw-text-opacity));
}

.action.back span, .highlight-link span {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.action.back span:hover, .highlight-link span:hover {
  text-decoration-color: rgb(23 164 147 / 0.1);
}

.action.back span:focus, .highlight-link span:focus {
  text-decoration-color: rgb(23 164 147 / 0.5);
}

.action.back span:active, .highlight-link span:active {
  text-decoration-color: rgb(23 164 147 / 0.5);
}

.prose a {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.prose-inverse .txt-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-inverse .txt-link::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.prose-inverse .txt-link:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.prose-inverse .txt-link:focus::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.tag {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 164 147 / var(--tw-border-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.tag.no-stock {
  --tw-border-opacity: 1;
  border-color: rgb(175 183 187 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(175 183 187 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.tag.low-stock,
    .tag.sale {
  --tw-border-opacity: 1;
  border-color: rgb(197 35 54 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(197 35 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tag.new {
  --tw-border-opacity: 1;
  border-color: rgb(23 164 147 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tag.link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 128 114 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tag.link:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 31 35 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/**
     * Lists
     */

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

.prose :where(ul.arrows li):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

.arrows li {
  display: flex;
  align-items: center;
}

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

.arrows svg {
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.prose :where(ul.actions-toolbar .primary button):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.actions-toolbar .primary button > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.actions-toolbar .primary button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.actions-toolbar .primary button > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.actions-toolbar .primary button {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(192 158 84 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  line-height: 1.25;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .actions-toolbar .primary button {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .actions-toolbar .primary button {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
}

.actions-toolbar .primary button svg {
  display: inline-flex;
}

.actions-toolbar .primary button span {
  vertical-align: middle;
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 129 69 / var(--tw-bg-opacity));
}

.actions-toolbar .primary button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.bg-muted .actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-neutral .actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral .actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-dark .actions-toolbar .primary button {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-dark .actions-toolbar .primary button:hover {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-muted .actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.bg-dark .actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-dark .actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral .actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral .actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.category-description {
  max-width: 56rem;
}

.toolbar-products .modes-mode {
  height: 1.5rem;
  width: 1.5rem;
}

.toolbar-products .modes-mode span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.toolbar-products .modes-mode.mode-grid {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
}

.toolbar-products .modes-mode.mode-list {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

/* Keep file for backwards compatibility */

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.prose :where(ul#customer-login-container):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul#customer-login-container > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

#customer-login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  #customer-login-container {
    flex-direction: row;
  }
}

.customer-account-login .page-main, body.account .page-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-bottom: 1.25rem;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity));
  line-height: 1.75rem;
}

.form-input:focus,
.form-email:focus,
.form-select:focus,
.form-multiselect:focus,
.form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 31 35 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 164 147 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
}

input + [data-lastpass-icon-root]{
  display:none;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 164 147 / var(--tw-ring-opacity));
}

form label {
  text-align: left;
}

/**
 * Gravity Form styling
 **/

.gform_wrapper fieldset ~ fieldset {
  margin-top: 0px;
}

.gform_title {
  margin-bottom: 1rem;
}

.gform_description :where(color):not(:where([class~="not-prose"] *)) {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.gform_description {
  max-width: 65ch;
}

.gform_description :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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

.gform_description :where(a):not(:where([class~="not-prose"] *)) {
  color: #17A493;
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 4px;
  font-family: mencken-std-text;
  font-style: italic;
}

.gform_description :where(a):not(:where([class~="not-prose"] *)):hover {
  color: #06574D;
  text-decoration-color: rgb(23 164 147 / 0.1);
}

.gform_description :where(a):not(:where([class~="not-prose"] *)):focus {
  color: #06574D;
}

.gform_description :where(a):not(:where([class~="not-prose"] *)):visited {
  color: #17A493;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gform_description :where(ol > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.gform_description :where(ul > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

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

.gform_description :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 400;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-family: serif;
  font-size: 1.625rem;
  line-height: 1.2307692;
}

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

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

.gform_description :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

.gform_description :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

.gform_description :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3333333;
}

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

.gform_description :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 26px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gform_description :where(a.tag):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
  font-family: elza;
  font-style: normal;
  font-weight: 500;
}

.gform_description :where(a.txt-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.gform_description :where(h5):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.gform_description :where(h6):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.gform_description :where(ul.flex):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

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

.gform_description :where(a.highlight-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.gform_description a {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gfield_description :where(color):not(:where([class~="not-prose"] *)) {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.gfield_description {
  max-width: 65ch;
}

.gfield_description :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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

.gfield_description :where(a):not(:where([class~="not-prose"] *)) {
  color: #17A493;
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 4px;
  font-family: mencken-std-text;
  font-style: italic;
}

.gfield_description :where(a):not(:where([class~="not-prose"] *)):hover {
  color: #06574D;
  text-decoration-color: rgb(23 164 147 / 0.1);
}

.gfield_description :where(a):not(:where([class~="not-prose"] *)):focus {
  color: #06574D;
}

.gfield_description :where(a):not(:where([class~="not-prose"] *)):visited {
  color: #17A493;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gfield_description :where(ol > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.gfield_description :where(ul > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

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

.gfield_description :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 400;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-family: serif;
  font-size: 1.625rem;
  line-height: 1.2307692;
}

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

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

.gfield_description :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

.gfield_description :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

.gfield_description :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3333333;
}

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

.gfield_description :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 26px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gfield_description :where(a.tag):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
  font-family: elza;
  font-style: normal;
  font-weight: 500;
}

.gfield_description :where(a.txt-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.gfield_description :where(h5):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.gfield_description :where(h6):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.gfield_description :where(ul.flex):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

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

.gfield_description :where(a.highlight-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.gfield_description a {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gfield_description {
  margin-bottom: 1rem;
  text-align: left;
  font-size: 0.8125rem;
}

.gform_wrapper .ginput_container [type='text'],
.gform_wrapper .ginput_container [type='email'],
.gform_wrapper .ginput_container [type='tel'],
.gform_wrapper .ginput_container [type='number'],
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
  margin-bottom: 1rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity));
  line-height: 1.75rem;
}

.gform_wrapper .ginput_container [type='text']:focus,
.gform_wrapper .ginput_container [type='email']:focus,
.gform_wrapper .ginput_container [type='tel']:focus,
.gform_wrapper .ginput_container [type='number']:focus,
.gform_wrapper .ginput_container select:focus,
.gform_wrapper .ginput_container textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 31 35 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

.gform_wrapper .ginput_container [type='text'].large,.gform_wrapper .ginput_container [type='email'].large,.gform_wrapper .ginput_container [type='tel'].large,.gform_wrapper .ginput_container [type='number'].large,.gform_wrapper .ginput_container select.large,.gform_wrapper .ginput_container textarea.large {
  font-size: 1rem;
  line-height: 1.5rem;
}

.gform_required_legend {
  margin-bottom: 1rem;
  width: 100%;
  text-align: left;
  font-size: 0.8125rem;
}

.gfield_required_asterisk {
  --tw-text-opacity: 1;
  color: rgb(183 24 24 / var(--tw-text-opacity));
}

.gform_wrapper .hidden_label legend {
  display: none;
}

.gfield--type-choice {
  margin-bottom: 1rem;
}

.prose :where(ul.gfield--type-choice .ginput_container):not(:where([class~="not-prose"] *)),.prose :where(ul
.gfield--type-choice .gchoice):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.gfield--type-choice .ginput_container > li):not(:where([class~="not-prose"] *)),.prose :where(ul
.gfield--type-choice .gchoice > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.gfield--type-choice .ginput_container,
.gfield--type-choice .gchoice {
  display: flex;
  align-items: flex-start;
}

.gfield--type-choice .ginput_container label,.gfield--type-choice .gchoice label {
  font-size: 0.8125rem;
}

.gfield--type-choice .ginput_container input, .gfield--type-choice .gchoice input {
  margin-top: 0.25rem;
}

.gfield--type-choice input {
  margin-right: 0.5rem;
}

.gfield--type-choice label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0em;
}

.gfield--type-choice legend {
  margin-bottom: 0.25rem;
  display: block;
  border-bottom-width: 0px;
  padding-bottom: 0px;
  font-family: elza, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

[data-content-type$='block'] .gfield--type-choice legend p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .gfield--type-choice legend.filter {
}

.gfield.gfield_error .ginput_container input,
            .gfield.gfield_error .ginput_container select,
            .gfield.gfield_error .ginput_container textarea {
  margin-bottom: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(183 24 24 / var(--tw-border-opacity));
}

.gfield.hidden_label .gfield_label {
  display: none;
}

.gform_heading {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.gfield_description {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.gfield_description.gfield_validation_message {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(183 24 24 / var(--tw-text-opacity));
}

.gform_validation_error .gform_submission_error {
  font-family: elza, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(183 24 24 / var(--tw-text-opacity)) !important;
}

.prose :where(ul.gform_button):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

.gform_button {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

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

.gform_button {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(192 158 84 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.25;
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .gform_button {
    width: auto;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .gform_button {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
}

.gform_button svg {
  display: inline-flex;
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gform_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 129 69 / var(--tw-bg-opacity));
}

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

.gfield_required_asterisk {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 1.125rem;
  line-height: .75rem;
}

.prose :where(ul.gform_confirmation_message):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

.gform_confirmation_message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 164 147 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 246 244 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.prose :where(ul.gform_validation_errors):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

.gform_validation_errors {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(183 24 24 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 237 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.gform_validation_errors h2.gform_submission_error {
  font-size: 0.75rem !important;
}

.gform_footer {
  position: relative;
}

.gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.page.messages {
  position: sticky;
  z-index: 20;
  top: 0;
}

.page.messages .messages,
  .page.messages section#messages {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .page.messages .messages,
  .page.messages section#messages {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 480px) {
    .page.messages .messages,
  .page.messages section#messages {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .page.messages .messages,
  .page.messages section#messages {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .page.messages .messages,
  .page.messages section#messages {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .page.messages .messages,
  .page.messages section#messages {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .page.messages .messages,
  .page.messages section#messages {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .page.messages .messages,
  .page.messages section#messages {
      max-width: 1536px;
    }
  }

  @media (min-width: 2160px) {
    .page.messages .messages,
  .page.messages section#messages {
      max-width: 2160px;
    }
  }
}

.prose :where(ul.message):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

.message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.message.error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(183 24 24 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 237 / var(--tw-bg-opacity));
}

.message.success {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 164 147 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 246 244 / var(--tw-bg-opacity));
}

.message.warning {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 139 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 243 237 / var(--tw-bg-opacity));
}

.message.notice {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 208 234 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 254 255 / var(--tw-bg-opacity));
}

.message.info {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(1 208 234 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 254 255 / var(--tw-bg-opacity));
}

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

.message a:hover {
  --tw-text-opacity: 1;
  color: rgb(140 143 145 / var(--tw-text-opacity));
}

.cms-home.page-layout-1column .page-wrapper.dark .page.messages {
  position: absolute;
  top: 6rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .cms-home.page-layout-1column .page-wrapper.dark .page.messages {
    top: 5rem;
  }
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.prose :where(ul.product-item .price-box):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.product-item .price-box > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.product-item .price-box {
  display: flex;
  align-items: baseline;
}

.product-item .price-box > :not([hidden]) ~ :not([hidden]) {
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-x-reverse: 1;
}

.product-item .price-container {
  display: block;
  letter-spacing: 0.05em;
}

[data-content-type$='block'] .product-item .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .product-item .price-container.filter {
}

.product-item .price-container .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.product-item .price-container .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.product-item .special-price .price-container .price {
  --tw-text-opacity: 1;
  color: rgb(197 35 54 / var(--tw-text-opacity));
}

.product-item .special-price .price-container .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.product-item .old-price {
  order: -1;
}

.product-item .old-price .price-container {
  font-size: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.product-item .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

.product-item .price-excluding-tax {
  display: none;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container .price-label.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container .price-label.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax {
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
  line-height: 1.5rem;
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.prose :where(ul.product-info-main .pp-details .price-container):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.product-info-main .pp-details .price-container > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.product-info-main .pp-details .price-container {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: baseline;
}

.product-info-main .pp-details .final-price {
  --tw-translate-y: 1px;
  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));
}

.product-info-main .pp-details .final-price .price-wrapper {
  margin-left: 0px !important;
  margin-right: 0.5rem !important;
}

.product-info-main .pp-details .final-price .price-wrapper .price {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.product-info-main .pp-details .price-excl-tax,
        .product-info-main .pp-details .final-price-excl-tax {
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
}

.product-info-main .pp-details .old-price .price-wrapper .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.product-info-main .pp-details .old-price-excl-tax {
  display: none;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.wishlist-widget .price-box .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.wishlist-widget .price-box .old-price {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles.
   * This will make the modal and off-canvas styles theme specific and more adjustable.
   */
}

.prose :where(ul.backdrop):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

.backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.snap {
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap > div {
  scroll-snap-align: start;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

body {
  overflow-y: scroll;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/**
.page-main {
    @apply my-8;
}
**/

.prose :where(ul.flex-columns-wrapper):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.flex-columns-wrapper > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

@media (min-width: 2160px) {
  .columns {
    max-width: 2160px;
  }
}

.columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  grid-template-rows: auto minmax(0,1fr);
}

.columns .main {
  order: 2;
}

.columns .sidebar {
  order: 3;
}

.product-main-full-width .columns {
  max-width: none;
}

.page-main-full-width .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.page-with-filter .columns .sidebar-main {
  order: 1;
}

.gdpr-newsletter-subscriptionsuccess .page-main,.gdpr-newsletter-unsubscribe .page-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-column: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 3;
  }

  .page-with-filter .columns .sidebar-main {
    order: 1;
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional {
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.prose :where(ul.swatch-attribute .swatch-attribute-options):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.swatch-attribute .swatch-attribute-options > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.prose :where(ul.swatch-attribute .swatch-attribute-options .swatch-option):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.swatch-attribute .swatch-attribute-options .swatch-option > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
  display: flex;
  justify-content: center;
  border-width: 2px;
  background-size: cover !important;
  padding: 0.5rem;
  min-width: 32px;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

body {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}

#cart-drawer {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.input {
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}

.input-light {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.input-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 31 35 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .card {
    padding: 1.75rem;
  }
}

.card-interactive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}

.promo-card p strong, .promo-card h6 strong {
  --tw-text-opacity: 1;
  color: rgb(192 158 84 / var(--tw-text-opacity));
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

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

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

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

.transition {
  transition: transform 250ms ease, color 250ms ease;
}

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

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

/**
 * Global styles
 */

[data-row-width='container-width'] {
  width: 100%;
}

[data-row-width='max-w-4xl'] {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}

[data-row-width='max-w-xl'] {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
}

[data-row-align='justify-start'] {
  justify-content: flex-start;
}

[data-row-width='justify-center'] {
  justify-content: center;
}

[data-row-width='justify-end'] {
  justify-content: flex-end;
}

[data-background-color='bg-default'] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-dark [data-background-color='bg-default'] {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

[data-background-color='bg-container'] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}

[data-background-color='bg-muted'] .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[data-background-color='bg-muted'] .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

[data-background-color='bg-muted'] .btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

[data-background-color='bg-muted'] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

[data-background-color='bg-primary'] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
}

[data-opaque-background='false'] {
  --tw-bg-opacity: 0.5;
}

[data-spacing='small'] {
  padding: 0.25rem;
}

@media (min-width: 768px) {
  [data-spacing='small'] {
    padding: 0.5rem;
  }
}

[data-spacing='small'][data-remove-on-mobile='true'] {
  padding: 0px;
}

@media (min-width: 768px) {
  [data-spacing='small'][data-remove-on-mobile='true'] {
    padding: 0.5rem;
  }
}

[data-spacing='medium'] {
  padding: 0.5rem;
}

@media (min-width: 768px) {
  [data-spacing='medium'] {
    padding: 1rem;
  }
}

[data-spacing='medium'][data-remove-on-mobile='true'] {
  padding: 0px;
}

@media (min-width: 768px) {
  [data-spacing='medium'][data-remove-on-mobile='true'] {
    padding: 1rem;
  }
}

[data-spacing='large'] {
  padding: 0.75rem;
}

@media (min-width: 768px) {
  [data-spacing='large'] {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  [data-spacing='large'] {
    padding: 2rem;
  }
}

[data-spacing='large'][data-remove-on-mobile='true'] {
  padding: 0px;
}

@media (min-width: 768px) {
  [data-spacing='large'][data-remove-on-mobile='true'] {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  [data-spacing='large'][data-remove-on-mobile='true'] {
    padding: 2rem;
  }
}

[data-spacing='x-large'] {
  padding: 1rem;
}

@media (min-width: 768px) {
  [data-spacing='x-large'] {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  [data-spacing='x-large'] {
    padding: 3rem;
  }
}

[data-spacing='x-large'][data-remove-on-mobile='true'] {
  padding: 0px;
}

@media (min-width: 768px) {
  [data-spacing='x-large'][data-remove-on-mobile='true'] {
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  [data-spacing='x-large'][data-remove-on-mobile='true'] {
    padding: 3rem;
  }
}

/** Backgrounds **/

.bg-video{
  margin-left: 50%;
  max-height: 100%;
  max-width: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.bg-video + .video-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.bg-video + .video-overlay[data-video-overlay-color='bg-primary'] {
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
}

.bg-video + .video-overlay[data-video-overlay-color='bg-default'] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-dark .bg-video + .video-overlay[data-video-overlay-color='bg-default'] {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-video + .video-overlay[data-video-overlay-color='bg-default'] {
  --tw-bg-opacity: 0.4;
}

p[data-content-type='row'] .Sirv.sirv-video + .row-content,
[data-content-type='row'] .Sirv.sirv-video + .video-overlay + .row-content {
  z-index: 1;
}

.sirv-video.bg-video {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  aspect-ratio: 1920/1080;
  height: 100%;
  width: 100%;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: none;
}

.sirv-video.bg-video .video-js .vjs-tech {
  margin-left: 50%;
  height: auto !important;
  min-height: 100%;
  width: auto !important;
  min-width: 100%;
  max-width: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Sirv code commenting out temp */

/*.video-js .vjs-tech {*/

/*    margin-left: 50%;*/

/*    @apply transform -translate-x-1/2 w-full !h-auto;*/

/*}*/

/** Text color **/

[data-heading-color="text-active"] {
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

[data-heading-color="text-secondary"] {
  --tw-text-opacity: 1;
  color: rgb(192 158 84 / var(--tw-text-opacity));
}

[data-content-type="text"][data-prose-class="true"] :where(color):not(:where([class~="not-prose"] *)) {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

[data-content-type="text"][data-prose-class="true"] {
  max-width: 65ch;
}

[data-content-type="text"][data-prose-class="true"] :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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

[data-content-type="text"][data-prose-class="true"] :where(a):not(:where([class~="not-prose"] *)) {
  color: #17A493;
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 4px;
  font-family: mencken-std-text;
  font-style: italic;
}

[data-content-type="text"][data-prose-class="true"] :where(a):not(:where([class~="not-prose"] *)):hover {
  color: #06574D;
  text-decoration-color: rgb(23 164 147 / 0.1);
}

[data-content-type="text"][data-prose-class="true"] :where(a):not(:where([class~="not-prose"] *)):focus {
  color: #06574D;
}

[data-content-type="text"][data-prose-class="true"] :where(a):not(:where([class~="not-prose"] *)):visited {
  color: #17A493;
}

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

[data-content-type="text"][data-prose-class="true"] :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

[data-content-type="text"][data-prose-class="true"] :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

[data-content-type="text"][data-prose-class="true"] :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

[data-content-type="text"][data-prose-class="true"] :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
}

[data-content-type="text"][data-prose-class="true"] :where(ol > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

[data-content-type="text"][data-prose-class="true"] :where(ul > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

[data-content-type="text"][data-prose-class="true"] :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: #8c8f91;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

[data-content-type="text"][data-prose-class="true"] :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 400;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-family: serif;
  font-size: 1.625rem;
  line-height: 1.2307692;
}

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

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

[data-content-type="text"][data-prose-class="true"] :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

[data-content-type="text"][data-prose-class="true"] :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

[data-content-type="text"][data-prose-class="true"] :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3333333;
}

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

[data-content-type="text"][data-prose-class="true"] :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 26px;
}

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

[data-content-type="text"][data-prose-class="true"] :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

[data-content-type="text"][data-prose-class="true"] :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

[data-content-type="text"][data-prose-class="true"] :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

[data-content-type="text"][data-prose-class="true"] :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

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

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

[data-content-type="text"][data-prose-class="true"] :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

[data-content-type="text"][data-prose-class="true"] :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

[data-content-type="text"][data-prose-class="true"] :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

[data-content-type="text"][data-prose-class="true"] :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

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

[data-content-type="text"][data-prose-class="true"] :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

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

[data-content-type="text"][data-prose-class="true"] :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

[data-content-type="text"][data-prose-class="true"] :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

[data-content-type="text"][data-prose-class="true"] :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

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

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

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

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

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

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

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

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

[data-content-type="text"][data-prose-class="true"] :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

[data-content-type="text"][data-prose-class="true"] :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

[data-content-type="text"][data-prose-class="true"] :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

[data-content-type="text"][data-prose-class="true"] :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

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

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

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

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

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

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

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

[data-content-type="text"][data-prose-class="true"] :where(a.tag):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
  font-family: elza;
  font-style: normal;
  font-weight: 500;
}

[data-content-type="text"][data-prose-class="true"] :where(a.txt-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

[data-content-type="text"][data-prose-class="true"] :where(h5):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

[data-content-type="text"][data-prose-class="true"] :where(h6):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

[data-content-type="text"][data-prose-class="true"] :where(ul.flex):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

[data-content-type="text"][data-prose-class="true"] :where(ul.flex > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

[data-content-type="text"][data-prose-class="true"] :where(dl):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

[data-content-type="text"][data-prose-class="true"] :where(a.highlight-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

[data-content-type="text"][data-prose-class="true"] a {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-dark [data-content-type="text"] {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

.bg-dark [data-content-type="text"] :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  color: #fff;
}

.bg-dark [data-content-type="text"] :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: #fff;
}

.bg-dark [data-content-type="text"] :where(.arrows svg):not(:where([class~="not-prose"] *)) {
  stroke: #fff;
}

.bg-dark [data-content-type="text"] :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: #fff;
}

.bg-dark [data-content-type="text"] :where(a.tag:hover):not(:where([class~="not-prose"] *)) {
  background-color: #17A493;
}

/**
 * Layout
 */

/* Rows */

[data-content-type='row'] {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

[data-content-type='row'] > div[data-background-type='video'] .row-content {
  padding: 0.625rem;
}

[data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1536px;
  }
}

@media (min-width: 2160px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 2160px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 100%;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1536px;
  }
}

[data-content-type='row'][data-appearance='contained'] {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 480px) {
    [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
      max-width: 1536px;
    }
  }

  @media (min-width: 2160px) {
    [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
      max-width: 2160px;
    }
  }

  [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
    max-width: 100%;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='contained'][data-row-mobile-full-bleed='true'] {
    max-width: 1536px;
  }
}

[data-content-type='row'][data-appearance='full-bleed'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] {
  background-attachment: scroll !important;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1536px;
  }
}

@media (min-width: 2160px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 2160px;
  }
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  z-index: 10;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 100%;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1536px;
  }
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-4xl'] {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-4xl'] {
    max-width: 56rem;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-4xl'] {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-4xl'] {
    max-width: 56rem;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-4xl'] {
    max-width: 56rem;
  }
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-xl'] {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-xl'] {
    max-width: 36rem;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-xl'] {
    max-width: 36rem;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-xl'] {
    max-width: 36rem;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-xl'] {
    max-width: 36rem;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner[data-row-width='max-w-xl'] {
    max-width: 36rem;
  }
}

[data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 480px) {
    [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
      max-width: 1536px;
    }
  }

  @media (min-width: 2160px) {
    [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
      max-width: 2160px;
    }
  }

  [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
    max-width: 100%;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='full-width'][data-row-mobile-full-bleed='true'] > .row-full-width-inner {
    max-width: 1536px;
  }
}

[data-content-type='row'][data-row-image="true"] {
  background-image: none !important;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-row-image="true"] {
    position: relative;
  }
}

.prose :where(ul[data-content-type='row'][data-row-image="true"] figure):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul[data-content-type='row'][data-row-image="true"] figure > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

[data-content-type='row'][data-row-image="true"] figure {
  display: flex;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-row-image="true"] figure {
    position: absolute;
    max-height: 100%;
    width: 50%;
  }
}

[data-content-type='row'][data-row-image="true"] figure img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-row-image="true"][data-row-image-position="left"] figure {
    left: 0px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }

  [data-content-type='row'][data-row-image="true"][data-row-image-position="left"] figure img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
}

[data-content-type='row'][data-row-image="true"][data-row-image-position="right"] figure {
  order: 9999;
}

@media (min-width: 768px) {
  [data-content-type='row'][data-row-image="true"][data-row-image-position="right"] figure {
    right: 0px;
  }

  [data-content-type='row'][data-row-image="true"][data-row-image-position="right"] figure img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right;
       object-position: right;
  }
}

[data-content-type='row'] video + .row-content,
    [data-content-type='row'] video + .video-overlay + .row-content {
  z-index: 1;
}

/* Column Groups (both needed for pagebuilder backwards compatibility) */

[data-content-type='column-group'],
[data-content-type='column-line'] {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  [data-content-type='column-group'],
[data-content-type='column-line'] {
    flex-wrap: nowrap;
  }

  [data-content-type='column-group'] [data-content-type='column'], [data-content-type='column-line'] [data-content-type='column'] {
    flex-grow: 1;
  }

  [data-content-type='column-group'] [data-content-type='column']:empty, [data-content-type='column-line'] [data-content-type='column']:empty {
    max-width: 20px;
    flex-grow: 0;
  }
}

@media (min-width: 1024px) {
  [data-content-type='column-group'] [data-content-type='column']:empty, [data-content-type='column-line'] [data-content-type='column']:empty {
    max-width: 40px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='column-group'] [data-content-type='column'], [data-content-type='column-line'] [data-content-type='column'] {
    flex-grow: 0;
  }

  [data-content-type='column-group'] [data-content-type='column']:empty, [data-content-type='column-line'] [data-content-type='column']:empty {
    max-width: none;
  }
}

[data-content-type='column-group'][data-contain-column-group='true'] [data-content-type='column-line'], [data-content-type='column-line'][data-contain-column-group='true'] [data-content-type='column-line'] {
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

[data-content-type='column-group'][data-mobile-reverse-order='true'] [data-content-type='column-line'], [data-content-type='column-line'][data-mobile-reverse-order='true'] [data-content-type='column-line'] {
  flex-wrap: wrap-reverse;
}

[data-content-type='column-group'][data-mobile-scroll="true"],[data-content-type='column-line'][data-mobile-scroll="true"] {
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  [data-content-type='column-group'][data-mobile-scroll="true"],[data-content-type='column-line'][data-mobile-scroll="true"] {
    overflow: auto;
  }
}

[data-content-type='column-group'][data-mobile-scroll="true"] [data-content-type='column-line'], [data-content-type='column-line'][data-mobile-scroll="true"] [data-content-type='column-line'] {
  width: 900px !important;
  flex-wrap: nowrap;
}

@media (min-width: 768px) {
  [data-content-type='column-group'][data-mobile-scroll="true"] [data-content-type='column-line'], [data-content-type='column-line'][data-mobile-scroll="true"] [data-content-type='column-line'] {
    width: 100% !important;
  }
}

[data-content-type='column-group'][data-mobile-scroll="true"] [data-content-type='column'], [data-content-type='column-line'][data-mobile-scroll="true"] [data-content-type='column'] {
  min-width: -moz-min-content;
  min-width: min-content;
}

[data-content-type='column-group'][data-mobile-scroll="true"] [data-content-type='column']:empty, [data-content-type='column-line'][data-mobile-scroll="true"] [data-content-type='column']:empty {
  display: none !important;
  max-width: 0rem;
}

@media (min-width: 768px) {
  [data-content-type='column-group'][data-mobile-scroll="true"] [data-content-type='column']:empty, [data-content-type='column-line'][data-mobile-scroll="true"] [data-content-type='column']:empty {
    display: block !important;
    max-width: 20px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='column-group'][data-mobile-scroll="true"] [data-content-type='column']:empty, [data-content-type='column-line'][data-mobile-scroll="true"] [data-content-type='column']:empty {
    max-width: 40px;
  }
}

@media (min-width: 1280px) {
  [data-content-type='column-group'][data-mobile-scroll="true"] [data-content-type='column']:empty, [data-content-type='column-line'][data-mobile-scroll="true"] [data-content-type='column']:empty {
    max-width: none;
  }
}

@media (min-width: 768px) {
  [data-row-image="true"] [data-content-type='column-group'] [data-content-type='column'], [data-row-image="true"] [data-content-type='column-line'] [data-content-type='column'] {
    flex-grow: 0;
  }

  [data-row-image="true"] [data-content-type='column-group'] [data-content-type='column']:empty, [data-row-image="true"] [data-content-type='column-line'] [data-content-type='column']:empty {
    max-width: none;
  }
}

/* Columns */

[data-content-type='column'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

[data-column-padding='x-small'] {
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  [data-column-padding='x-small'] {
    padding: 0.5rem;
  }
}

[data-column-padding='small'] {
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  [data-column-padding='small'] {
    padding: 0.75rem;
  }
}

@media (min-width: 1280px) {
  [data-column-padding='small'] {
    padding: 1rem;
  }
}

[data-column-padding='medium'] {
  padding: 0.75rem;
}

@media (min-width: 1024px) {
  [data-column-padding='medium'] {
    padding: 1.25rem;
  }
}

@media (min-width: 1280px) {
  [data-column-padding='medium'] {
    padding: 1.75rem;
  }
}

[data-column-padding='large'] {
  padding: 1rem;
}

@media (min-width: 1024px) {
  [data-column-padding='large'] {
    padding: 1.75rem;
  }
}

@media (min-width: 1280px) {
  [data-column-padding='large'] {
    padding: 2.5rem;
  }
}

[data-column-padding='x-large'] {
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  [data-column-padding='x-large'] {
    padding: 2.5rem;
  }
}

@media (min-width: 1280px) {
  [data-column-padding='x-large'] {
    padding: 3.5rem;
  }
}

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation {
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar [data-content-type='tabs'] .tabs-navigation.filter {
}

[data-content-type='tabs'] .tabs-navigation li.tab-header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child {
  margin-left: 0px;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-bottom: 1px solid white;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-size: 0.8125rem;
  font-weight: 600;
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.filter {
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

[data-content-type='tabs'] .tabs-content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text'] {
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading'] {
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons'] {
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div {
  display: inline-flex;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
  box-sizing: border-box;
}

.prose :where(ula.pagebuilder-button-primary):not(:where([class~="not-prose"] *)),.prose :where(ul button.pagebuilder-button-primary):not(:where([class~="not-prose"] *)),.prose :where(ul div.pagebuilder-button-primary):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ula.pagebuilder-button-primary > li):not(:where([class~="not-prose"] *)),.prose :where(ul button.pagebuilder-button-primary > li):not(:where([class~="not-prose"] *)),.prose :where(ul div.pagebuilder-button-primary > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.pagebuilder-button-primary > :not([hidden]) ~ :not([hidden]), button.pagebuilder-button-primary > :not([hidden]) ~ :not([hidden]), div.pagebuilder-button-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(192 158 84 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  line-height: 1.25;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
}

a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg {
  display: inline-flex;
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  vertical-align: middle;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 129 69 / var(--tw-bg-opacity));
}

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.bg-muted a.pagebuilder-button-primary:hover,.bg-muted  button.pagebuilder-button-primary:hover,.bg-muted  div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-neutral a.pagebuilder-button-primary,.bg-neutral  button.pagebuilder-button-primary,.bg-neutral  div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral a.pagebuilder-button-primary:hover,.bg-neutral  button.pagebuilder-button-primary:hover,.bg-neutral  div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-dark a.pagebuilder-button-primary,.bg-dark  button.pagebuilder-button-primary,.bg-dark  div.pagebuilder-button-primary {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-dark a.pagebuilder-button-primary:hover,.bg-dark  button.pagebuilder-button-primary:hover,.bg-dark  div.pagebuilder-button-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-muted a.pagebuilder-button-primary:hover,.bg-muted  button.pagebuilder-button-primary:hover,.bg-muted  div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.bg-dark a.pagebuilder-button-primary,.bg-dark  button.pagebuilder-button-primary,.bg-dark  div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-dark a.pagebuilder-button-primary:hover,.bg-dark  button.pagebuilder-button-primary:hover,.bg-dark  div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral a.pagebuilder-button-primary,.bg-neutral  button.pagebuilder-button-primary,.bg-neutral  div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral a.pagebuilder-button-primary:hover,.bg-neutral  button.pagebuilder-button-primary:hover,.bg-neutral  div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose :where(ula.pagebuilder-button-secondary):not(:where([class~="not-prose"] *)),.prose :where(ul button.pagebuilder-button-secondary):not(:where([class~="not-prose"] *)),.prose :where(ul div.pagebuilder-button-secondary):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ula.pagebuilder-button-secondary > li):not(:where([class~="not-prose"] *)),.prose :where(ul button.pagebuilder-button-secondary > li):not(:where([class~="not-prose"] *)),.prose :where(ul div.pagebuilder-button-secondary > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.pagebuilder-button-secondary > :not([hidden]) ~ :not([hidden]), button.pagebuilder-button-secondary > :not([hidden]) ~ :not([hidden]), div.pagebuilder-button-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(192 158 84 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  line-height: 1.25;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
}

a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg {
  display: inline-flex;
}

a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
  vertical-align: middle;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 129 69 / var(--tw-bg-opacity));
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.bg-muted a.pagebuilder-button-secondary:hover,.bg-muted  button.pagebuilder-button-secondary:hover,.bg-muted  div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-neutral a.pagebuilder-button-secondary,.bg-neutral  button.pagebuilder-button-secondary,.bg-neutral  div.pagebuilder-button-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral a.pagebuilder-button-secondary:hover,.bg-neutral  button.pagebuilder-button-secondary:hover,.bg-neutral  div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-dark a.pagebuilder-button-secondary,.bg-dark  button.pagebuilder-button-secondary,.bg-dark  div.pagebuilder-button-secondary {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-dark a.pagebuilder-button-secondary:hover,.bg-dark  button.pagebuilder-button-secondary:hover,.bg-dark  div.pagebuilder-button-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-muted a.pagebuilder-button-secondary:hover,.bg-muted  button.pagebuilder-button-secondary:hover,.bg-muted  div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.bg-neutral a.pagebuilder-button-secondary,.bg-neutral  button.pagebuilder-button-secondary,.bg-neutral  div.pagebuilder-button-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  stroke: #191F23;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.bg-neutral a.pagebuilder-button-secondary:hover,.bg-neutral  button.pagebuilder-button-secondary:hover,.bg-neutral  div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-neutral a.pagebuilder-button-secondary.btn-round,  .bg-dark a.pagebuilder-button-secondary.btn-round,.bg-neutral  button.pagebuilder-button-secondary.btn-round,  .bg-dark  button.pagebuilder-button-secondary.btn-round,.bg-neutral  div.pagebuilder-button-secondary.btn-round,  .bg-dark  div.pagebuilder-button-secondary.btn-round {
  border-width: 0px;
}

.bg-neutral a.pagebuilder-button-secondary.btn-round:hover, .bg-dark a.pagebuilder-button-secondary.btn-round:hover,.bg-neutral  button.pagebuilder-button-secondary.btn-round:hover, .bg-dark  button.pagebuilder-button-secondary.btn-round:hover,.bg-neutral  div.pagebuilder-button-secondary.btn-round:hover, .bg-dark  div.pagebuilder-button-secondary.btn-round:hover {
  border-width: 0px;
}

/* HTML Code */

[data-content-type='html'] {
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type='image'] {
  box-sizing: border-box;
}

[data-content-type='image'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}

[data-content-type='image'] .pagebuilder-mobile-hidden {
  display: none;
}

@media (min-width: 768px) {
  [data-content-type='image'] .pagebuilder-mobile-hidden {
    display: block;
  }

  [data-content-type='image'] .pagebuilder-mobile-only {
    display: none;
  }
}

[data-content-type='image'] figcaption {
  overflow-wrap: break-word;
}

/* Video */

@media (min-width: 1536px) {
  [data-content-type='video'],
.wp-custom-video {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1536px;
  }
}

[data-content-type='video'] .pagebuilder-video-inner,
    [data-content-type='video'] .player,
    .wp-custom-video .pagebuilder-video-inner,
    .wp-custom-video .player {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.prose :where(ul[data-content-type='video'] .trigger):not(:where([class~="not-prose"] *)),.prose :where(ul.wp-custom-video .trigger):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul[data-content-type='video'] .trigger > li):not(:where([class~="not-prose"] *)),.prose :where(ul.wp-custom-video .trigger > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

[data-content-type='video'] .trigger,.wp-custom-video .trigger {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

[data-content-type='video'] button,.wp-custom-video button {
  height: 6rem;
  width: 6rem;
  padding: 0.625rem;
}

[data-content-type='video'] .smv-slides-box,.wp-custom-video .smv-slides-box {
  aspect-ratio: 4/3;
}

.prose :where(ul[data-content-type='video'] .smv-slides-box .vjs-big-play-button):not(:where([class~="not-prose"] *)),.prose :where(ul.wp-custom-video .smv-slides-box .vjs-big-play-button):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul[data-content-type='video'] .smv-slides-box .vjs-big-play-button > li):not(:where([class~="not-prose"] *)),.prose :where(ul.wp-custom-video .smv-slides-box .vjs-big-play-button > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

[data-content-type='video'] .smv-slides-box .vjs-big-play-button,.wp-custom-video .smv-slides-box .vjs-big-play-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-content-type='video'] .smv-slides-box .vjs-big-play-button > :not([hidden]) ~ :not([hidden]),.wp-custom-video .smv-slides-box .vjs-big-play-button > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

[data-content-type='video'] .smv-slides-box .vjs-big-play-button,.wp-custom-video .smv-slides-box .vjs-big-play-button {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  transition-property: transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 6rem;
  width: 6rem;
  border-radius: 9999px;
  border-width: 0px;
  padding: 1rem;
  --tw-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='video'] .smv-slides-box .vjs-big-play-button:hover,.wp-custom-video .smv-slides-box .vjs-big-play-button:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='video'] .smv-slides-box .vjs-big-play-button:hover, .wp-custom-video .smv-slides-box .vjs-big-play-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-content-type='video'] .smv-slides-box .vjs-icon-placeholder,.wp-custom-video .smv-slides-box .vjs-icon-placeholder {
  display: none;
}

[data-content-type='video'] .smv-slides-box .vjs-control-text,.wp-custom-video .smv-slides-box .vjs-control-text {
  position: static;
  margin: 0px !important;
  height: auto;
  width: auto;
  overflow: auto;
  padding: 0.25rem;
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

[data-content-type='video'][data-portrait-orientation="true"] .pagebuilder-video-inner,
        [data-content-type='video'][data-portrait-orientation="true"] .player,
        [data-content-type='video'].portrait .pagebuilder-video-inner,
        [data-content-type='video'].portrait .player,
        .wp-custom-video[data-portrait-orientation="true"] .pagebuilder-video-inner,
        .wp-custom-video[data-portrait-orientation="true"] .player,
        .wp-custom-video.portrait .pagebuilder-video-inner,
        .wp-custom-video.portrait .player {
  aspect-ratio: 3/4;
  height: 100%;
  width: 100%;
  max-width: 608px;
  overflow: hidden;
  border-radius: 0.25rem;
}

[data-content-type='video'][data-portrait-orientation="true"] video, [data-content-type='video'].portrait video, .wp-custom-video[data-portrait-orientation="true"] video, .wp-custom-video.portrait video {
  margin-left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

[data-content-type='video'][data-portrait-orientation="true"] .smv-slides-box,[data-content-type='video'].portrait .smv-slides-box,.wp-custom-video[data-portrait-orientation="true"] .smv-slides-box,.wp-custom-video.portrait .smv-slides-box {
  aspect-ratio: 3/4;
  max-height: 100%;
  width: 608px;
  max-width: 100%;
}

[data-content-type='video'][data-portrait-orientation="true"] .smv-slides-box .vjs-poster, [data-content-type='video'].portrait .smv-slides-box .vjs-poster, .wp-custom-video[data-portrait-orientation="true"] .smv-slides-box .vjs-poster, .wp-custom-video.portrait .smv-slides-box .vjs-poster {
  background-size: cover;
}

[data-content-type='video'][data-portrait-orientation="true"] .smv-slides-box .video-js .vjs-tech, [data-content-type='video'].portrait .smv-slides-box .video-js .vjs-tech, .wp-custom-video[data-portrait-orientation="true"] .smv-slides-box .video-js .vjs-tech, .wp-custom-video.portrait .smv-slides-box .video-js .vjs-tech {
  margin-left: 50%;
  height: auto !important;
  min-height: 100%;
  width: auto !important;
  min-width: 100%;
  max-width: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Banner */

[data-content-type='banner'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease, color 250ms ease;
}

.prose :where(ul[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Slider */

[data-content-type='slider'] {
  visibility: hidden;
  position: relative;
}

[data-content-type='slider'].glider-initialized {
  visibility: visible;
}

[data-content-type='slider'] [data-role='glider-content'] {
  overflow-y: hidden;
}

[data-content-type='slider'] a.button {
  color: initial;
  padding: 10px;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide'] {
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0px;
  min-height: 0px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 20;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

.prose :where(ul[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Map */

[data-content-type='map'] {
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img {
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}

/* Products */

[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
  grid-template-columns: repeat(100, calc(50% - 1rem));
}

@media (min-width: 768px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(33% - 1rem))
  }
}

@media (min-width: 1024px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(25% - 1rem))
  }
}

/**
 * Glider
 */

.glider-contain {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar {
  height: 0px;
  opacity: 0;
}

.prose :where(ul.glider .glider-track):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

.glider .glider-track {
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.glider-slide {
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider-hide {
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  opacity: 0.25;
}

.glider-dot {
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] .glider-dot p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .glider-dot.filter {
}

.glider-dot.active {
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next {
  display: none;
}

[data-show-dots='false'] .glider-dots {
  display: none;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.usp-wrapper.brand-one svg {
  stroke: #17A493;
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.usp-wrapper.brand-two svg {
  stroke: #C09E54;
  --tw-text-opacity: 1;
  color: rgb(192 158 84 / var(--tw-text-opacity));
}

[data-content-type="text"] .usp-wrapper {
  align-items: flex-start;
  justify-content: flex-start;
  overflow-x: scroll;
  white-space: nowrap;
}

[data-content-type="text"] .usp-wrapper::-webkit-scrollbar {
  display: none;
}

[data-content-type="text"] .usp-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media (min-width: 1024px) {
  [data-content-type="text"] .usp-wrapper {
    justify-content: center;
    overflow-x: auto;
    white-space: normal;
  }
}

.prose :where(ul[data-content-type="text"] .usp-wrapper.vertical):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul[data-content-type="text"] .usp-wrapper.vertical > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

[data-content-type="text"] .usp-wrapper.vertical {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

[data-content-type="text"] .usp-wrapper.vertical > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

[data-content-type="text"] .usp-wrapper.vertical {
  overflow-x: scroll;
  white-space: nowrap;
}

[data-content-type="text"] .usp-wrapper.vertical::-webkit-scrollbar {
  display: none;
}

[data-content-type="text"] .usp-wrapper.vertical {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media (min-width: 768px) {
  [data-content-type="text"] .usp-wrapper.vertical {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  [data-content-type="text"] .usp-wrapper.vertical > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  [data-content-type="text"] .usp-wrapper.vertical {
    overflow-x: auto;
    white-space: normal;
  }
}

@media (min-width: 1024px) {
  [data-content-type="text"] .usp-wrapper.vertical {
    margin-bottom: 1rem;
  }
}

[data-content-type="text"] .usp-wrapper span {
  text-align: left;
}

/* purgecss end ignore */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.\!visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.top-full {
  top: 100%;
}

.-bottom-0\.5 {
  bottom: -0.125rem;
}

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

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

.left-1 {
  left: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-3 {
  left: 0.75rem;
}

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

.right-3 {
  right: 0.75rem;
}

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

.top-4 {
  top: 1rem;
}

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

.top-\[99\%\] {
  top: 99%;
}

.top-2 {
  top: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.right-4 {
  right: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-8 {
  left: 2rem;
}

.left-4 {
  left: 1rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-3 {
  top: 0.75rem;
}

.bottom-auto {
  bottom: auto;
}

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

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

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.m-1 {
  margin: 0.25rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-2 {
  margin: -0.5rem;
}

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.-m-3 {
  margin: -0.75rem;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

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

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

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

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

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

.mr-10 {
  margin-right: 2.5rem;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

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

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

.ml-10 {
  margin-left: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.mr-7 {
  margin-right: 1.75rem;
}

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

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

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

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

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

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

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

.-ml-px {
  margin-left: -1px;
}

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

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

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-7 {
  height: 1.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-9 {
  height: 2.25rem;
}

.h-3 {
  height: 0.75rem;
}

.h-36 {
  height: 9rem;
}

.h-16 {
  height: 4rem;
}

.h-12 {
  height: 3rem;
}

.h-28 {
  height: 7rem;
}

.h-screen {
  height: 100vh;
}

.h-48 {
  height: 12rem;
}

.h-1\/2 {
  height: 50%;
}

.h-64 {
  height: 16rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.max-h-screen {
  max-height: 100vh;
}

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

.min-h-\[16rem\] {
  min-height: 16rem;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-14 {
  min-height: 3.5rem;
}

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

.w-full {
  width: 100%;
}

.w-40 {
  width: 10rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

.w-7 {
  width: 1.75rem;
}

.w-48 {
  width: 12rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-9 {
  width: 2.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-auto {
  width: auto;
}

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

.w-36 {
  width: 9rem;
}

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

.w-3\/4 {
  width: 75%;
}

.w-screen {
  width: 100vw;
}

.w-44 {
  width: 11rem;
}

.w-60 {
  width: 15rem;
}

.w-16 {
  width: 4rem;
}

.w-11 {
  width: 2.75rem;
}

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

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

.\!w-16 {
  width: 4rem !important;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-20 {
  width: 5rem;
}

.w-56 {
  width: 14rem;
}

.w-0 {
  width: 0px;
}

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

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

.w-32 {
  width: 8rem;
}

.w-72 {
  width: 18rem;
}

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

.min-w-20 {
  min-width: 5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

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

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

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

.max-w-screen-3xl {
  max-width: 2160px;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-lg {
  max-width: 32rem;
}

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

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

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

.max-w-5xl {
  max-width: 64rem;
}

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

.flex-none {
  flex: none;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.origin-top-right {
  transform-origin: top right;
}

.origin-center {
  transform-origin: center;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top {
  transform-origin: top;
}

.origin-bottom {
  transform-origin: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .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));
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-default {
  cursor: default;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

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

.resize {
  resize: both;
}

.snap-end {
  scroll-snap-align: end;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

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

.gap-y-7 {
  row-gap: 1.75rem;
}

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

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

.gap-y-16 {
  row-gap: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.break-all {
  word-break: break-all;
}

.rounded-sm {
  border-radius: 0.125rem;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(175 183 187 / var(--tw-border-opacity));
}

.border-active {
  --tw-border-opacity: 1;
  border-color: rgb(23 164 147 / var(--tw-border-opacity));
}

.border-muted {
  --tw-border-opacity: 1;
  border-color: rgb(239 235 230 / var(--tw-border-opacity));
}

.border-brand-neutrals-four {
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity));
}

.border-brand-neutrals-six {
  --tw-border-opacity: 1;
  border-color: rgb(247 245 242 / var(--tw-border-opacity));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(140 143 145 / var(--tw-border-opacity));
}

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity));
}

.border-brand-one {
  --tw-border-opacity: 1;
  border-color: rgb(23 164 147 / var(--tw-border-opacity));
}

.border-brand-two {
  --tw-border-opacity: 1;
  border-color: rgb(192 158 84 / var(--tw-border-opacity));
}

.border-brand-three {
  --tw-border-opacity: 1;
  border-color: rgb(197 35 54 / var(--tw-border-opacity));
}

.border-brand-neutrals-one {
  --tw-border-opacity: 1;
  border-color: rgb(25 31 35 / var(--tw-border-opacity));
}

.border-brand-neutrals-two {
  --tw-border-opacity: 1;
  border-color: rgb(140 143 145 / var(--tw-border-opacity));
}

.border-brand-neutrals-three {
  --tw-border-opacity: 1;
  border-color: rgb(175 183 187 / var(--tw-border-opacity));
}

.border-brand-neutrals-five {
  --tw-border-opacity: 1;
  border-color: rgb(239 235 230 / var(--tw-border-opacity));
}

.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(23 164 147 / var(--tw-border-opacity));
}

.border-error {
  --tw-border-opacity: 1;
  border-color: rgb(183 24 24 / var(--tw-border-opacity));
}

.border-warning {
  --tw-border-opacity: 1;
  border-color: rgb(203 139 81 / var(--tw-border-opacity));
}

.border-notice {
  --tw-border-opacity: 1;
  border-color: rgb(1 208 234 / var(--tw-border-opacity));
}

.border-info {
  --tw-border-opacity: 1;
  border-color: rgb(1 208 234 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(25 31 35 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

.bg-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

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

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

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(192 158 84 / var(--tw-bg-opacity));
}

.bg-active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.bg-container {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}

.bg-brand-neutrals-five {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
}

.bg-promo {
  --tw-bg-opacity: 1;
  background-color: rgb(197 35 54 / var(--tw-bg-opacity));
}

.bg-brand-one {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
}

.bg-brand-two {
  --tw-bg-opacity: 1;
  background-color: rgb(192 158 84 / var(--tw-bg-opacity));
}

.bg-brand-three {
  --tw-bg-opacity: 1;
  background-color: rgb(197 35 54 / var(--tw-bg-opacity));
}

.bg-brand-neutrals-one {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
}

.bg-brand-neutrals-two {
  --tw-bg-opacity: 1;
  background-color: rgb(140 143 145 / var(--tw-bg-opacity));
}

.bg-brand-neutrals-three {
  --tw-bg-opacity: 1;
  background-color: rgb(175 183 187 / var(--tw-bg-opacity));
}

.bg-brand-neutrals-four {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity));
}

.bg-brand-neutrals-six {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(231 246 244 / var(--tw-bg-opacity));
}

.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 237 / var(--tw-bg-opacity));
}

.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(250 243 237 / var(--tw-bg-opacity));
}

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

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

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

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.\!bg-cover {
  background-size: cover !important;
}

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

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

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

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-secondary {
  stroke: #C09E54;
}

.stroke-white {
  stroke: #fff;
}

.stroke-1 {
  stroke-width: 1;
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-0 {
  padding: 0px;
}

.p-7 {
  padding: 1.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-8 {
  padding: 2rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-20 {
  padding: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-7 {
  padding-left: 1.75rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pl-14 {
  padding-left: 3.5rem;
}

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

.pr-14 {
  padding-right: 3.5rem;
}

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

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.font-serif {
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-sans {
  font-family: elza, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-heading {
  font-family: "mencken-std-head", sans-serif;
}

.text-sm {
  font-size: 0.8125rem;
}

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

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

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

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

.text-2xl {
  font-size: 1.375rem;
}

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

.text-3xl {
  font-size: 1.625rem;
}

.\!text-sm {
  font-size: 0.8125rem !important;
}

.text-4xl {
  font-size: 2rem;
}

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

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

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

.leading-6 {
  line-height: 1.5rem;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

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

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

.leading-relaxed {
  line-height: 1.625;
}

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

.tracking-normal {
  letter-spacing: 0em;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-active {
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

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

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

.text-red {
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(192 158 84 / var(--tw-text-opacity));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(140 143 145 / var(--tw-text-opacity));
}

.text-primary-darker {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-muted-darker {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(157 129 69 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-brand-neutrals-three {
  --tw-text-opacity: 1;
  color: rgb(175 183 187 / var(--tw-text-opacity));
}

.text-promo {
  --tw-text-opacity: 1;
  color: rgb(197 35 54 / var(--tw-text-opacity));
}

.\!text-active {
  --tw-text-opacity: 1 !important;
  color: rgb(23 164 147 / var(--tw-text-opacity)) !important;
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(183 24 24 / var(--tw-text-opacity));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(203 139 81 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-10 {
  opacity: 0.1;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

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

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

.ring-active\/50 {
  --tw-ring-color: rgb(23 164 147 / 0.5);
}

.ring-active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 164 147 / var(--tw-ring-opacity));
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.ring-primary\/50 {
  --tw-ring-color: rgb(25 31 35 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(25 31 35 / 0.75);
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

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

.delay-1000 {
  transition-delay: 1000ms;
}

.delay-\[1500ms\] {
  transition-delay: 1500ms;
}

.delay-\[2000ms\] {
  transition-delay: 2000ms;
}

.delay-\[2500ms\] {
  transition-delay: 2500ms;
}

.delay-\[3000ms\] {
  transition-delay: 3000ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-75 {
  transition-delay: 75ms;
}

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

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

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

.duration-\[2000ms\] {
  transition-duration: 2000ms;
}

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

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

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

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

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

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.page-footer{
}

.footer-links [data-content-type="row"] ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.footer-links [data-content-type="row"] ul {
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .footer-links [data-content-type="row"] ul {
    font-weight: 400;
    text-transform: none;
  }
}

.footer-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .footer-column-1 {
    grid-column: span 1 / span 1;
  }

  .footer-column-2 {
    grid-column: span 2 / span 2;
  }

  .footer-column-2 ul {
    -moz-columns: 2;
         columns: 2;
  }

  .footer-column-3 {
    grid-column: span 3 / span 3;
  }

  .footer-column-3 ul {
    -moz-columns: 3;
         columns: 3;
  }
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.page-header {
}

#header .navigation {
  position: static;
}

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

@media (min-width: 1024px) {
  .page-wrapper.dark #header, body.dark #header {
    position: absolute;
    background-color: rgb(25 31 35 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .page-wrapper.dark #header .bg-default, body.dark #header .bg-default {
    --tw-text-opacity: 1;
    color: rgb(25 31 35 / var(--tw-text-opacity));
  }

  .page-wrapper.dark #header .btn, body.dark #header .btn {
    --tw-text-opacity: 1;
    color: rgb(25 31 35 / var(--tw-text-opacity));
  }

  .page-wrapper.dark #header .btn:hover, body.dark #header .btn:hover {
    --tw-text-opacity: 1;
    color: rgb(25 31 35 / var(--tw-text-opacity));
  }

  .page-wrapper.dark #header .btn-primary, body.dark #header .btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(23 164 147 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .page-wrapper.dark #header .btn-primary:hover, body.dark #header .btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(17 128 114 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .page-wrapper.dark #header .btn-secondary.btn-round, body.dark #header .btn-secondary.btn-round {
    border-width: 0px;
  }

  .page-wrapper.dark #header .btn-secondary.btn-round:hover, body.dark #header .btn-secondary.btn-round:hover {
    border-width: 0px;
  }

  .page-wrapper.dark #header .logo, body.dark #header .logo {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .page-wrapper.dark #header .menu-link, body.dark #header .menu-link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .page-wrapper.dark #header .menu-link:hover, body.dark #header .menu-link:hover {
    --tw-text-opacity: 1;
    color: rgb(23 164 147 / var(--tw-text-opacity));
  }

  .page-wrapper.dark #header #search-content, body.dark #header #search-content {
    --tw-text-opacity: 1;
    color: rgb(25 31 35 / var(--tw-text-opacity));
  }

  .page-wrapper.dark.catalogsearch-result-index .top-container, body.dark.catalogsearch-result-index .top-container {
    padding-top: 5rem;
  }
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.page-main {
}

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

.table-row-items > div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* CMS Page */

.no-breadcrumbs .breadcrumbs:not(.widget) {
  display: none;
}

.no-title .page-title {
  display: none;
}

img.Sirv.sirv-image-loading {
  opacity: 0;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.category-view .sidebar .block.filter {
}

.category-view > .category-image {
  display: none;
}

.prose :where(ul#category-view-container):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul#category-view-container > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

#category-view-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .category-view .page-title {
    font-family: "mencken-std-head", sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.1;
  }

  @media (min-width: 768px) {
    .category-view .page-title {
      font-size: 2.25rem;
    }
  }

  @media (min-width: 1024px) {
    .category-view .page-title {
      font-size: 3.125rem;
    }
  }
}

.category-view .usp-wrapper.vertical {
  align-items: center;
}

@media (min-width: 768px) {
  .category-view .usp-wrapper.vertical {
    align-items: flex-start;
  }
}

@media (min-width: 1024px) {
  .category-view .usp-wrapper.vertical {
    max-width: 28rem;
  }
}

.category-view + .breadcrumbs {
  padding-top: 1.25rem;
}

.catalog-category-view .page-main .page-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  text-align: center;
}

/*
 * Default & Landing category
 */

.catalog-category-view:not(.page-layout-category-list) .usp-wrapper {
  margin-bottom: 0px;
}

.catalog-category-view:not(.page-layout-category-list) [data-content-type="text"] .usp-wrapper {
  justify-content: flex-start;
  overflow-x: scroll;
  white-space: nowrap;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.catalog-category-view:not(.page-layout-category-list) [data-content-type="text"] .usp-wrapper::-webkit-scrollbar {
  display: none;
}

.catalog-category-view:not(.page-layout-category-list) [data-content-type="text"] .usp-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media (min-width: 1024px) {
  .catalog-category-view:not(.page-layout-category-list) [data-content-type="text"] .usp-wrapper {
    justify-content: center;
    overflow-x: auto;
    white-space: normal;
  }
}

/*
 * Default category
 */

.catalog-category-view:not(.page-layout-category-list):not(.page-layout-category-landing) .breadcrumbs,
    .catalog-category-view:not(.page-layout-category-list):not(.page-layout-category-landing) .page-main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/*
 * Landing category
 */

.page-layout-category-landing .breadcrumbs,
    .page-layout-category-landing .page-main {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .page-layout-category-landing .breadcrumbs {
    padding-bottom: 1rem;
  }
}

.page-layout-category-landing figure img.Sirv.sirv-image-loaded {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 1000ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

img.Sirv.sirv-image-loading {
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

img.Sirv.sirv-image-loaded {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 1000ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

div.Sirv{
  line-height: inherit;
}

img.Sirv{
  line-height: 0;
}

/* CSS to prevent missing image from showing */

img.Sirv:not([src]){
  font-size: 0;
  line-height: 0;
  opacity:0;
}

/*
 * Category with filter
 */

@media (min-width: 640px) {
  .page-with-filter.page-products .columns {
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .page-with-filter.page-products .columns {
    display: block;
    padding-bottom: 2.75rem;
  }
}

@media (min-width: 1024px) {
  .page-with-filter.page-products .columns {
    max-width: 72rem;
  }
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.catalog-product-view .columns {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view .production-date .type {
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
}

.catalog-product-view .sku .value {
  font-weight: 400;
}

@media (min-width: 768px) {
  .product-info-main .usp-wrapper.vertical {
    align-items: flex-start;
  }

  .product-info-main .usp-wrapper.vertical > div > span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-info-main .additional-attributes ul li {
  margin-top: 1rem;
  border-top-width: 1px;
  padding-top: 1rem;
}

.product-info-main .additional-attributes ul li:first-child {
  margin-top: 0px;
  border-top-width: 0px;
  padding-top: 0px;
}

.product-info-main .no-tax .final-price-excl-tax {
  display: none;
}

.amfaq-product-tab .amfaq_questions {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .amfaq-product-tab .amfaq_questions {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .amfaq-product-tab .amfaq_questions {
    padding-bottom: 6rem;
  }
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

/* Keep file for backwards compatibility */

.cart .description .action-delete {
  display: none;
}

.cart .item-actions .action-edit {
  display: none;
}

.checkout-onepage-success .page-main, .checkout-cart-index .page-main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.checkout-onepage-success .opc-progress-bar .triangle, .checkout-cart-index .opc-progress-bar .triangle {
  position: relative;
  z-index: 2;
  height: 3.5rem;
  width: 14px;
  min-width: 14px;
}

.checkout-onepage-success .opc-progress-bar .triangle:before,.checkout-cart-index .opc-progress-bar .triangle:before{
  content:'';
  border-style: solid;
  border-width: 28px 0 28px 14px;
  border-color: transparent transparent transparent #AFB7BB;
  position:absolute;
  top: 0;
  right: -14px;
  z-index: 0;
}

.checkout-onepage-success .opc-progress-bar .triangle:after,.checkout-cart-index .opc-progress-bar .triangle:after{
  content:'';
  border-style: solid;
  border-width: 28px 0 28px 14px;
  border-color: transparent transparent transparent white;
  position:absolute;
  top: 0;
  right: -13px;
  z-index: 0;
}

.checkout-cart-index .opc-progress-bar .active.opc-progress-bar-item {
  --tw-border-opacity: 1;
  border-color: rgb(23 164 147 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 246 244 / var(--tw-bg-opacity));
}

.checkout-cart-index .opc-progress-bar .active.opc-progress-bar-item svg {
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.checkout-cart-index .opc-progress-bar .active .triangle:before{
  border-color: transparent transparent transparent #17A493;
}

.checkout-cart-index .opc-progress-bar .active .triangle:after{
  border-color: transparent transparent transparent #E7F6F4;
}

.checkout-onepage-success .columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-top: 1rem;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.prose :where(ul.account-nav ul li a):not(:where([class~="not-prose"] *)),.prose :where(ul
.account-nav ul li strong):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.account-nav ul li a > li):not(:where([class~="not-prose"] *)),.prose :where(ul
.account-nav ul li strong > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.account-nav ul li a,
.account-nav ul li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.account-nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.account-nav ul li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.prose :where(ul.actions-toolbar):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

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

.actions-toolbar {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

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

.actions-toolbar {
  padding-top: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  .actions-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.prose :where(a.actions-toolbar a.back):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.actions-toolbar a.back {
  display: inline-flex;
  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));
}

.actions-toolbar a.back > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.actions-toolbar a.back {
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.actions-toolbar a.back:hover {
  --tw-text-opacity: 1;
  color: rgb(17 128 114 / var(--tw-text-opacity));
}

.actions-toolbar a.back:focus {
  --tw-text-opacity: 1;
  color: rgb(17 128 114 / var(--tw-text-opacity));
}

.actions-toolbar a.back svg {
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.prose-inverse .actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-inverse .actions-toolbar a.back::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.prose-inverse .actions-toolbar a.back:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.prose-inverse .actions-toolbar a.back:focus::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

body > div > div.grecaptcha-badge {
  display: none;
  height: 0px !important;
  width: 0px !important;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

.order-links {
  display: block;
}

[data-content-type$='block'] .order-links p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .order-links.filter {
}

.order-links {
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}

.order-links li {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  white-space: nowrap;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.8125rem;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

form legend,fieldset legend {
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
  max-width: 56rem;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
  font-family: "mencken-std-head", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: normal;
}

[data-content-type$='block'] form legend p:last-child,[data-content-type$='block'] fieldset legend p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar form legend.filter,.category-view .sidebar fieldset legend.filter {
}

@media (min-width: 768px) {
  form legend,fieldset legend {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    font-size: 1.375rem;
  }
}

@media (min-width: 1024px) {
  form legend,fieldset legend {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    font-size: 1.625rem;
  }
}

form legend span, fieldset legend span {
  font-style: normal;
}

form .field:not(.qty), fieldset .field:not(.qty) {
  margin-bottom: 1.25rem;
  max-width: 32rem;
}

form .field.required label::after,fieldset .field.required label::after {
  margin-left: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(183 24 24 / var(--tw-text-opacity));
  --tw-content: '*';
  content: var(--tw-content);
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved {
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul {
  font-size: 0.8125rem;
}

form label, fieldset label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar form label.filter,.category-view .sidebar  fieldset label.filter {
}

.prose :where(ulform .control):not(:where([class~="not-prose"] *)),.prose :where(ul fieldset .control):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ulform .control > li):not(:where([class~="not-prose"] *)),.prose :where(ul fieldset .control > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

form .control, fieldset .control {
  display: flex;
  width: 100%;
}

form .control .note,fieldset .control .note {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
}

.prose :where(ulform .field.choice):not(:where([class~="not-prose"] *)),.prose :where(ul fieldset .field.choice):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ulform .field.choice > li):not(:where([class~="not-prose"] *)),.prose :where(ul fieldset .field.choice > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

form .field.choice.field-error,fieldset .field.choice.field-error {
  flex-wrap: wrap;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0em;
}

form .field.field-error .form-input,
        form .field.field-error .form-email,
        form .field.field-error .form-select,
        form .field.field-error .form-multiselect,
        form .field.field-error .form-textarea,
        fieldset .field.field-error .form-input,
        fieldset .field.field-error .form-email,
        fieldset .field.field-error .form-select,
        fieldset .field.field-error .form-multiselect,
        fieldset .field.field-error .form-textarea {
  --tw-border-opacity: 1;
  border-color: rgb(183 24 24 / var(--tw-border-opacity));
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  margin-top: 0.5rem;
  width: 100%;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(183 24 24 / var(--tw-text-opacity));
}

form legend + br, fieldset legend + br {
  display: none;
}

form [type=radio],
    form [type=checkbox],
    fieldset [type=radio],
    fieldset [type=checkbox] {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

form [type=radio]:focus,
    form [type=checkbox]:focus,
    fieldset [type=radio]:focus,
    fieldset [type=checkbox]:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

form .actions-toolbar,
    form + .actions-toolbar,
    fieldset .actions-toolbar,
    fieldset + .actions-toolbar {
  max-width: 32rem;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

.pages {
  display: inline-flex;
  align-items: center;
}

.pages .pages-items {
  position: relative;
  z-index: 0;
  display: inline-flex;
}

.pages .item {
  margin-left: 0.5rem;
}

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

.pages .item > a,
        .pages .item > strong {
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.pages .item > a span, .pages .item > strong span {
  margin: auto;
  display: inline-block;
}

.pages .item > a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 235 230 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease, color 250ms ease;
}

.pages .item > a:hover {
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.pages .item > a:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

.pages .item > a:active .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.pages .item > a:active .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.pages .item > a:active .btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.pages .item .action,
        .pages .item > strong {
  border-width: 2px;
  border-color: transparent;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}

.pages .item .action:active,
        .pages .item > strong:active {
  background-color: transparent;
}

.pages .item > strong {
  --tw-text-opacity: 1;
  color: rgb(239 235 230 / var(--tw-text-opacity));
}

.pages .item [aria-current="page"] .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.pages .item [aria-current="page"] .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.pages .item [aria-current="page"] .btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.pages .item [aria-current="page"] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

[data-content-type="text"] table thead, .strip-table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[data-content-type="text"] table tbody tr, .strip-table tbody tr {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[data-content-type="text"] table tbody tr:nth-child(odd), .strip-table tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

[data-content-type="text"] table tbody tr:nth-child(odd) .btn:hover, .strip-table tbody tr:nth-child(odd) .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[data-content-type="text"] table tbody tr:nth-child(odd) .btn-primary:hover, .strip-table tbody tr:nth-child(odd) .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

[data-content-type="text"] table tbody tr:nth-child(odd) .btn-secondary:hover, .strip-table tbody tr:nth-child(odd) .btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

[data-content-type="text"] table tbody th, .strip-table tbody th {
  font-family: "mencken-std-text", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
}

[data-content-type="text"] table tbody th,
        [data-content-type="text"] table tbody td,
        .strip-table tbody th,
        .strip-table tbody td {
  border-right-width: 1px;
}

[data-content-type="text"] table tbody th:last-child,
        [data-content-type="text"] table tbody td:last-child,
        .strip-table tbody th:last-child,
        .strip-table tbody td:last-child {
  border-right-width: 0px;
}

[data-content-type="text"] table tfoot th,
        [data-content-type="text"] table tfoot td,
        .strip-table tfoot th,
        .strip-table tfoot td {
  border-top-width: 1px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
}

[data-content-type="text"] table th,
    [data-content-type="text"] table td,
    .strip-table th,
    .strip-table td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  font-weight: 400;
}

[data-content-type="text"] table {
  min-width: 100%;
  max-width: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  [data-content-type="text"] table {
    width: 115% !important;
  }
}

[data-content-type="text"] table{
  margin-left: 50%;
}

[data-content-type="text"][data-prose-class="true"] :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: middle;
}

[data-content-type="text"][data-prose-class="true"] :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 1rem;
  line-height: 1.5rem;
}

[data-content-type="text"][data-prose-class="true"] :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.cart thead th {
  font-weight: 500;
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

@media (min-width: 768px) {
  .faq-search-index.page-layout-2columns-left .page-main,.faq-category-view.page-layout-2columns-left .page-main,.faq-question-view.page-layout-2columns-left .page-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 480px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    max-width: 1536px;
  }
}

@media (min-width: 2160px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    max-width: 2160px;
  }
}

.faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    grid-template-columns: repeat(11, minmax(0, 1fr));
    gap: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .faq-search-index.page-layout-2columns-left .columns, .faq-category-view.page-layout-2columns-left .columns, .faq-question-view.page-layout-2columns-left .columns {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.faq-search-index.page-layout-2columns-left .column, .faq-category-view.page-layout-2columns-left .column, .faq-question-view.page-layout-2columns-left .column {
  width: 100%;
}

@media (min-width: 768px) {
  .faq-search-index.page-layout-2columns-left .column, .faq-category-view.page-layout-2columns-left .column, .faq-question-view.page-layout-2columns-left .column {
    grid-column: span 3 / span 3;
    grid-column-start: 3 !important;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .faq-search-index.page-layout-2columns-left .column, .faq-category-view.page-layout-2columns-left .column, .faq-question-view.page-layout-2columns-left .column {
    grid-column: span 7 / span 7;
    grid-column-start: 5 !important;
    padding-left: 0.5rem;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  .faq-search-index.page-layout-2columns-left .column, .faq-category-view.page-layout-2columns-left .column, .faq-question-view.page-layout-2columns-left .column {
    grid-column: span 6 / span 6;
    grid-column-start: 6 !important;
  }
}

.faq-search-index.page-layout-2columns-left .sidebar, .faq-category-view.page-layout-2columns-left .sidebar, .faq-question-view.page-layout-2columns-left .sidebar {
  order: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .faq-search-index.page-layout-2columns-left .sidebar, .faq-category-view.page-layout-2columns-left .sidebar, .faq-question-view.page-layout-2columns-left .sidebar {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .faq-search-index.page-layout-2columns-left .sidebar, .faq-category-view.page-layout-2columns-left .sidebar, .faq-question-view.page-layout-2columns-left .sidebar {
    grid-column: span 4 / span 4;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  .faq-search-index.page-layout-2columns-left .sidebar, .faq-category-view.page-layout-2columns-left .sidebar, .faq-question-view.page-layout-2columns-left .sidebar {
    grid-column: span 3 / span 3;
    grid-column-start: 2;
  }
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

img.alignright {
  float: right;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

img.alignleft {
  float: left;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

[data-content-type$='block'] img.aligncenter p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar img.aligncenter.filter {
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

[data-content-type$='block'] .aligncenter p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .aligncenter.filter {
}

ol.post-list,
ol.comment-list {
  list-style-type: none;
}

/* General Post Styles */

.post-list li::after {
  clear: both;
  content: var(--tw-content);
  display: block;
}

.post-entry {
  margin-bottom: 1.25rem;
}

.post-image {
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.post-image a {
  display: inline-block;
}

.post-list .post-image {
}

.post-meta {
  clear: both;
  margin-bottom: 1.25rem;
  text-align: left;
}

.post-meta .post-meta-item {
  margin-right: 0.75rem;
  display: inline-block;
}

.post-readmore {
  margin-top: 0.75rem;
}

.post-entry iframe {
  max-width: 100%;
}

/* Comments */

.comment-list-item {
  margin-bottom: 1.25rem;
}

.comment-list.children {
  margin-top: 1.25rem;
  padding-left: 2rem;
}

.comment-image {
  float: left;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}

.comment-author {
  display: block;
  font-weight: 700;
}

[data-content-type$='block'] .comment-author p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .comment-author.filter {
}

.comment-entry {
  clear: both;
  margin-bottom: 1.25rem;
}

/* Widgets */

.wp-sidebar {
  position: relative;
}

/* Fixes Porto issue where sidebar links aren't clickable */

.block-blog .block-title {
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(175 183 187 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
}

.block-blog .block-title > strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}

.block-blog ul, .block-blog ol {
  list-style-type: none;
}

.block-blog-cloud li {
  display: inline-block;
}

.block-blog-categories ul.level1 {
  margin-top: 1rem;
}

.shortcode-product {
}

.shortcode-product .products {
  list-style-type: none;
  text-align: left;
}

.shortcode-product .products > li {
  display: inline-block;
  width: 25%;
  text-align: center;
}

@media (min-width: 1024px) {
  .wordpress-post-view.page-layout-2columns-left .columns, .wordpress-post-view.page-layout-2columns-right .columns {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .wordpress-post-view.page-layout-2columns-left .columns .main, .wordpress-post-view.page-layout-2columns-right .columns .main {
    grid-column-start: 4 !important;
    grid-column: span 7 / span 7;
  }

  .wordpress-post-view.page-layout-2columns-left .columns .sidebar, .wordpress-post-view.page-layout-2columns-right .columns .sidebar {
    grid-column: span 3 / span 3;
  }
}

/*
 * WordPress Listing & Post View Pages
 */

.wp-post-listing .columns,
.wordpress-post-view .columns {
  max-width: none;
  row-gap: 0px;
  padding: 0px;
}

@media (min-width: 640px) {
  .wp-post-listing .columns,
.wordpress-post-view .columns {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .wp-post-listing .columns,
.wordpress-post-view .columns {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .wp-post-listing .columns,
.wordpress-post-view .columns {
    max-width: none;
  }
}

/*
* Gutenberg Blocks
 */

/* Alignment */

.is-vertically-aligned-center {
  align-self: center;
}

/* Color */

.has-text-color {
}

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

.has-color-brand-1-color {
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.has-color-brand-2-color {
  --tw-text-opacity: 1;
  color: rgb(192 158 84 / var(--tw-text-opacity));
}

.has-color-brand-3-color {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.has-background-color-brand-2-color {
  --tw-text-opacity: 1;
  color: rgb(247 245 242 / var(--tw-text-opacity));
}

.has-background {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .has-background {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}

.has-color-brand-1-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
}

.has-color-brand-2-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(192 158 84 / var(--tw-bg-opacity));
}

.has-color-brand-3-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
}

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

/* Typography */

.post-entry cite {
  font-style: normal;
}

.post-entry ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

.post-entry ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.post-content > h1, .post-content > .h1, .post-content > h2, .post-content > .h2, .post-content > h3, .post-content > .h3, .post-content > h4, .post-content > .h4, .post-content > h5, .post-content > .h5, .post-content > h6, .post-content > .h6 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  max-width: 36rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .post-content > h1, .post-content > .h1, .post-content > h2, .post-content > .h2, .post-content > h3, .post-content > .h3, .post-content > h4, .post-content > .h4, .post-content > h5, .post-content > .h5, .post-content > h6, .post-content > .h6 {
    margin-bottom: 1rem;
  }
}

.post-content > p :where(color):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(color):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(color):not(:where([class~="not-prose"] *)) {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.post-content > p,
    .post-content > ul,
    .post-content > ol {
  max-width: 65ch;
}

.post-content > p :where(p):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(p):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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

.post-content > p :where(a):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(a):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(a):not(:where([class~="not-prose"] *)) {
  color: #17A493;
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 4px;
  font-family: mencken-std-text;
  font-style: italic;
}

.post-content > p :where(a):not(:where([class~="not-prose"] *)):hover,
    .post-content > ul :where(a):not(:where([class~="not-prose"] *)):hover,
    .post-content > ol :where(a):not(:where([class~="not-prose"] *)):hover {
  color: #06574D;
  text-decoration-color: rgb(23 164 147 / 0.1);
}

.post-content > p :where(a):not(:where([class~="not-prose"] *)):focus,
    .post-content > ul :where(a):not(:where([class~="not-prose"] *)):focus,
    .post-content > ol :where(a):not(:where([class~="not-prose"] *)):focus {
  color: #06574D;
}

.post-content > p :where(a):not(:where([class~="not-prose"] *)):visited,
    .post-content > ul :where(a):not(:where([class~="not-prose"] *)):visited,
    .post-content > ol :where(a):not(:where([class~="not-prose"] *)):visited {
  color: #17A493;
}

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

.post-content > p :where(a strong):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(a strong):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.post-content > p :where(blockquote strong):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(blockquote strong):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

.post-content > p :where(ol > li):not(:where([class~="not-prose"] *))::marker,
    .post-content > ul :where(ol > li):not(:where([class~="not-prose"] *))::marker,
    .post-content > ol :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
}

.post-content > p :where(ol > li):not(:where([class~="not-prose"] *))::marker color,
    .post-content > ul :where(ol > li):not(:where([class~="not-prose"] *))::marker color,
    .post-content > ol :where(ol > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.post-content > p :where(ul > li):not(:where([class~="not-prose"] *))::marker color,
    .post-content > ul :where(ul > li):not(:where([class~="not-prose"] *))::marker color,
    .post-content > ol :where(ul > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.post-content > p :where(hr):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(hr):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: #8c8f91;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.post-content > p :where(blockquote):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(blockquote):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 400;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-family: serif;
  font-size: 1.625rem;
  line-height: 1.2307692;
}

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

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

.post-content > p :where(h1):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(h1):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

.post-content > p :where(h2):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(h2):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

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

.post-content > p :where(h3):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(h3):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3333333;
}

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

.post-content > p :where(h4):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(h4):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 26px;
}

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

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

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

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

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

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

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

.post-content > p :where(a code):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(a code):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.post-content > p :where(h1 code):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(h1 code):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

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

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

.post-content > p :where(h4 code):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(h4 code):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.post-content > p :where(blockquote code):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(blockquote code):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content > p :where(thead th:first-child):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(thead th:first-child):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.post-content > p :where(thead th:last-child):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(thead th:last-child):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

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

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

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

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

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

.post-content > p :where(a.tag):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(a.tag):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(a.tag):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
  font-family: elza;
  font-style: normal;
  font-weight: 500;
}

.post-content > p :where(a.txt-link):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(a.txt-link):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(a.txt-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.post-content > p :where(h5):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(h5):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(h5):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.post-content > p :where(h6):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(h6):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(h6):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.post-content > p :where(ul.flex):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(ul.flex):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(ul.flex):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.post-content > p :where(ul.flex > li):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(ul.flex > li):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(ul.flex > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.post-content > p :where(dl):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(dl):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(dl):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.post-content > p :where(a.highlight-link):not(:where([class~="not-prose"] *)),
    .post-content > ul :where(a.highlight-link):not(:where([class~="not-prose"] *)),
    .post-content > ol :where(a.highlight-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.post-content > p a,
    .post-content > ul a,
    .post-content > ol a {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.post-content > p,
    .post-content > ul,
    .post-content > ol {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  max-width: 36rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .post-content > p,
    .post-content > ul,
    .post-content > ol {
    margin-bottom: 1rem;
  }
}

.post-content > ul,
    .post-content > ol {
  padding-left: 3rem;
}

.post-content > blockquote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  max-width: 64rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .post-content > blockquote {
    margin-bottom: 1rem;
  }
}

.post-content > .wp-block-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  max-width: 56rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .post-content > .wp-block-image {
    margin-bottom: 1rem;
  }
}

.prose :where(ul.post-content > .wp-block-image.aligncenter):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.post-content > .wp-block-image.aligncenter > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.post-content > .wp-block-image.aligncenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-content > .wp-block-image.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

.prose :where(ul.post-content > .wp-block-image.alignright):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.post-content > .wp-block-image.alignright > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.post-content > .wp-block-image.alignright {
  float: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.post-content > .wp-block-image.alignright img {
  margin-left: auto;
}

.post-content > .wp-block-image.alignleft {
  float: none;
}

@media (min-width: 768px) {
  .post-content > .wp-block-image.alignwide {
    max-width: 80rem;
  }

  .post-content > .wp-block-image.alignfull {
    max-width: 1536px;
  }
}

/* Columns */

.wp-block-columns {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .wp-block-columns {
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
  }
}

@media (min-width: 640px) {
  .wp-block-columns.is-layout-flex {
    display: flex;
  }

  .prose :where(ul.wp-block-columns.is-layout-flex):not(:where([class~="not-prose"] *)) {
    list-style-type: none;
    padding-left: 0;
  }

  .prose :where(ul.wp-block-columns.is-layout-flex > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
}

.prose :where(ul.wp-block-columns.is-not-stacked-on-mobile):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.wp-block-columns.is-not-stacked-on-mobile > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.wp-block-columns.is-not-stacked-on-mobile {
  display: flex;
}

.wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
  margin-left: 0.5rem;
}

.wp-block-columns.is-not-stacked-on-mobile .wp-block-column:first-child {
  margin-left: 0px;
}

@media (min-width: 640px) {
  .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
    margin-left: 1.5rem;
  }

  .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:first-child {
    margin-left: 0px;
  }
}

@media (min-width: 1024px) {
  .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
    margin: 3rem;
  }

  .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:first-child {
    margin-left: 0px;
  }
}

.prose :where(ul.wp-block-columns .wp-block-column):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.wp-block-columns .wp-block-column > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.wp-block-columns .wp-block-column {
  display: flex;
  flex-grow: 1;
  flex-basis: 0px;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .wp-block-columns .wp-block-column {
    margin-left: 1.5rem;
  }

  .wp-block-columns .wp-block-column:first-child {
    margin-left: 0px;
  }
}

@media (min-width: 1024px) {
  .wp-block-columns .wp-block-column {
    margin-left: 3rem;
  }

  .wp-block-columns .wp-block-column:first-child {
    margin-left: 0px;
  }
}

@media (min-width: 1280px) {
  .wp-block-columns .wp-block-column {
    margin-left: 5rem;
  }

  .wp-block-columns .wp-block-column:first-child {
    margin-left: 0px;
  }
}

.wp-block-columns .wp-block-column p :where(color):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(color):not(:where([class~="not-prose"] *)) {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.wp-block-columns .wp-block-column p,
        .wp-block-columns .wp-block-column ul {
  max-width: 65ch;
}

.wp-block-columns .wp-block-column p :where(p):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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

.wp-block-columns .wp-block-column p :where(a):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(a):not(:where([class~="not-prose"] *)) {
  color: #17A493;
  text-decoration: underline;
  font-weight: 400;
  text-underline-offset: 4px;
  font-family: mencken-std-text;
  font-style: italic;
}

.wp-block-columns .wp-block-column p :where(a):not(:where([class~="not-prose"] *)):hover,
        .wp-block-columns .wp-block-column ul :where(a):not(:where([class~="not-prose"] *)):hover {
  color: #06574D;
  text-decoration-color: rgb(23 164 147 / 0.1);
}

.wp-block-columns .wp-block-column p :where(a):not(:where([class~="not-prose"] *)):focus,
        .wp-block-columns .wp-block-column ul :where(a):not(:where([class~="not-prose"] *)):focus {
  color: #06574D;
}

.wp-block-columns .wp-block-column p :where(a):not(:where([class~="not-prose"] *)):visited,
        .wp-block-columns .wp-block-column ul :where(a):not(:where([class~="not-prose"] *)):visited {
  color: #17A493;
}

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

.wp-block-columns .wp-block-column p :where(a strong):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(blockquote strong):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

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

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

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

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

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

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

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

.wp-block-columns .wp-block-column p :where(ol[type="i"]):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.wp-block-columns .wp-block-column p :where(ol[type="I" s]):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.wp-block-columns .wp-block-column p :where(ol[type="i" s]):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.wp-block-columns .wp-block-column p :where(ol[type="1"]):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.wp-block-columns .wp-block-column p :where(ul):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.wp-block-columns .wp-block-column p :where(ol > li):not(:where([class~="not-prose"] *))::marker,
        .wp-block-columns .wp-block-column ul :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
}

.wp-block-columns .wp-block-column p :where(ol > li):not(:where([class~="not-prose"] *))::marker color,
        .wp-block-columns .wp-block-column ul :where(ol > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.wp-block-columns .wp-block-column p :where(ul > li):not(:where([class~="not-prose"] *))::marker color,
        .wp-block-columns .wp-block-column ul :where(ul > li):not(:where([class~="not-prose"] *))::marker color {
  lighter: #8c8f91;
  -d-e-f-a-u-l-t: #191F23;
  darker: #000;
}

.wp-block-columns .wp-block-column p :where(hr):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: #8c8f91;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.wp-block-columns .wp-block-column p :where(blockquote):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 400;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  font-family: serif;
  font-size: 1.625rem;
  line-height: 1.2307692;
}

.wp-block-columns .wp-block-column p :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before,
        .wp-block-columns .wp-block-column ul :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.wp-block-columns .wp-block-column p :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after,
        .wp-block-columns .wp-block-column ul :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.wp-block-columns .wp-block-column p :where(h1):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

.wp-block-columns .wp-block-column p :where(h1 strong):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(h2):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.25;
}

.wp-block-columns .wp-block-column p :where(h2 strong):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(h3):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3333333;
}

.wp-block-columns .wp-block-column p :where(h3 strong):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(h4):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 26px;
}

.wp-block-columns .wp-block-column p :where(h4 strong):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(img):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wp-block-columns .wp-block-column p :where(figure > *):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column p :where(figcaption):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.wp-block-columns .wp-block-column p :where(code):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.wp-block-columns .wp-block-column p :where(code):not(:where([class~="not-prose"] *))::before,
        .wp-block-columns .wp-block-column ul :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.wp-block-columns .wp-block-column p :where(code):not(:where([class~="not-prose"] *))::after,
        .wp-block-columns .wp-block-column ul :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.wp-block-columns .wp-block-column p :where(a code):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(h1 code):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(h2 code):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.wp-block-columns .wp-block-column p :where(h3 code):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.wp-block-columns .wp-block-column p :where(h4 code):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(blockquote code):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(thead th code):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.wp-block-columns .wp-block-column p :where(pre):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.wp-block-columns .wp-block-column p :where(pre code):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.wp-block-columns .wp-block-column p :where(pre code):not(:where([class~="not-prose"] *))::before,
        .wp-block-columns .wp-block-column ul :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.wp-block-columns .wp-block-column p :where(pre code):not(:where([class~="not-prose"] *))::after,
        .wp-block-columns .wp-block-column ul :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.wp-block-columns .wp-block-column p :where(table):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.wp-block-columns .wp-block-column p :where(thead):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.wp-block-columns .wp-block-column p :where(thead th):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.wp-block-columns .wp-block-column p :where(tbody tr):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.wp-block-columns .wp-block-column p :where(tbody tr:last-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.wp-block-columns .wp-block-column p :where(tbody td):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.wp-block-columns .wp-block-column p :where(tfoot):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.wp-block-columns .wp-block-column p :where(tfoot td):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.wp-block-columns .wp-block-column p,
        .wp-block-columns .wp-block-column ul {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.875;
}

.wp-block-columns .wp-block-column p :where(video):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wp-block-columns .wp-block-column p :where(figure):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wp-block-columns .wp-block-column p :where(li):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.wp-block-columns .wp-block-column p :where(ol > li):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.wp-block-columns .wp-block-column p :where(ul > li):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.wp-block-columns .wp-block-column p :where(.prose > ul > li p):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.wp-block-columns .wp-block-column p :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.wp-block-columns .wp-block-column p :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.wp-block-columns .wp-block-column p :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.wp-block-columns .wp-block-column p :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.wp-block-columns .wp-block-column p :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.wp-block-columns .wp-block-column p :where(hr + *):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.wp-block-columns .wp-block-column p :where(h2 + *):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.wp-block-columns .wp-block-column p :where(h3 + *):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.wp-block-columns .wp-block-column p :where(h4 + *):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.wp-block-columns .wp-block-column p :where(thead th:first-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.wp-block-columns .wp-block-column p :where(thead th:last-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.wp-block-columns .wp-block-column p :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.wp-block-columns .wp-block-column p :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.wp-block-columns .wp-block-column p :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.wp-block-columns .wp-block-column p :where(.prose > :first-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.wp-block-columns .wp-block-column p :where(.prose > :last-child):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.wp-block-columns .wp-block-column p :where(a.tag):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(a.tag):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
  font-family: elza;
  font-style: normal;
  font-weight: 500;
}

.wp-block-columns .wp-block-column p :where(a.txt-link):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(a.txt-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.wp-block-columns .wp-block-column p :where(h5):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h5):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.wp-block-columns .wp-block-column p :where(h6):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(h6):not(:where([class~="not-prose"] *)) {
  line-height: 1.875;
  margin-bottom: 10px;
}

.wp-block-columns .wp-block-column p :where(ul.flex):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ul.flex):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.wp-block-columns .wp-block-column p :where(ul.flex > li):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(ul.flex > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.wp-block-columns .wp-block-column p :where(dl):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(dl):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.wp-block-columns .wp-block-column p :where(a.highlight-link):not(:where([class~="not-prose"] *)),
        .wp-block-columns .wp-block-column ul :where(a.highlight-link):not(:where([class~="not-prose"] *)) {
  text-decoration: none;
}

.wp-block-columns .wp-block-column p a,
        .wp-block-columns .wp-block-column ul a {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-columns .wp-block-column p,
        .wp-block-columns .wp-block-column ul {
  margin-bottom: 0.5rem;
  max-width: 24rem;
}

.wp-block-columns .wp-block-column .wp-custom-video {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column .wp-custom-video {
    margin-bottom: 0.5rem;
  }
}

.wp-block-columns .wp-block-column .wp-block-quote > *:not(cite) {
  font-family: "mencken-std-head", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .wp-block-columns .wp-block-column .wp-block-quote > *:not(cite) {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .wp-block-columns .wp-block-column .wp-block-quote > *:not(cite) {
    font-size: 3.125rem;
  }
}

.wp-block-columns .wp-block-column blockquote p {
  max-width: 32rem;
}

@media (min-width: 768px) {
  .wp-block-columns.alignwide {
    max-width: 80rem;
  }

  .wp-block-columns.alignfull {
    max-width: 100%;
  }
}

/* Blockquote */

.wp-block-quote > *:not(cite) {
  font-family: "mencken-std-head", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .wp-block-quote > *:not(cite) {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .wp-block-quote > *:not(cite) {
    font-size: 3.125rem;
  }
}

/* Gallery */

.prose :where(ul.sz-custom-gallery):not(:where([class~="not-prose"] *)),.prose :where(ul
.wp-custom-gallery):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.sz-custom-gallery > li):not(:where([class~="not-prose"] *)),.prose :where(ul
.wp-custom-gallery > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.sz-custom-gallery,
.wp-custom-gallery {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .sz-custom-gallery,
.wp-custom-gallery {
    padding-bottom: 2rem;
  }
}

.prose :where(ul.sz-custom-gallery .header):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.sz-custom-gallery .header > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.sz-custom-gallery .header {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.sz-custom-gallery button.prev:hover,.wp-custom-gallery button.prev:hover {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sz-custom-gallery button.next:hover,.wp-custom-gallery button.next:hover {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.prose :where(ul.sz-custom-gallery .nav):not(:where([class~="not-prose"] *)),.prose :where(ul
.wp-custom-gallery .nav):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.sz-custom-gallery .nav > li):not(:where([class~="not-prose"] *)),.prose :where(ul
.wp-custom-gallery .nav > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.sz-custom-gallery .nav,
.wp-custom-gallery .nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.sz-custom-gallery .nav > :not([hidden]) ~ :not([hidden]),
.wp-custom-gallery .nav > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.sz-custom-gallery button.start,
.sz-custom-gallery button.end,
.wp-custom-gallery button.start,
.wp-custom-gallery button.end {
  cursor: default;
  opacity: 0;
}

.sz-custom-gallery button.start:hover,
.sz-custom-gallery button.end:hover,
.wp-custom-gallery button.start:hover,
.wp-custom-gallery button.end:hover {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-dark .sz-custom-gallery button.start:hover,.bg-dark 
.sz-custom-gallery button.end:hover,.bg-dark 
.wp-custom-gallery button.start:hover,.bg-dark 
.wp-custom-gallery button.end:hover {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.prose :where(ul.sz-custom-gallery .slider):not(:where([class~="not-prose"] *)),.prose :where(ul
.wp-custom-gallery .slider):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.sz-custom-gallery .slider > li):not(:where([class~="not-prose"] *)),.prose :where(ul
.wp-custom-gallery .slider > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.sz-custom-gallery .slider,
.wp-custom-gallery .slider {
  margin-left: 0px;
  display: flex;
  width: 100%;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow-x: scroll;
}

.prose :where(ul.sz-custom-gallery .slider li):not(:where([class~="not-prose"] *)),.prose :where(ul
.wp-custom-gallery .slider li):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.sz-custom-gallery .slider li > li):not(:where([class~="not-prose"] *)),.prose :where(ul
.wp-custom-gallery .slider li > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.sz-custom-gallery .slider li,
.wp-custom-gallery .slider li {
  display: flex;
  width: 280px;
  flex-shrink: 0;
  scroll-snap-align: start;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  padding-right: 0px;
}

.sz-custom-gallery .slider li:last-child,
.wp-custom-gallery .slider li:last-child {
  margin-right: 1rem;
}

@media (min-width: 640px) {
  .sz-custom-gallery .slider li,
.wp-custom-gallery .slider li {
    width: 380px;
  }
}

/* Video */

.wp-custom-video {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .wp-custom-video {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1536px) {
  .wp-custom-video {
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
  }
}

.wp-custom-video .player {
  position: relative;
}

.prose :where(ul.wp-custom-video .trigger):not(:where([class~="not-prose"] *)) {
  list-style-type: none;
  padding-left: 0;
}

.prose :where(ul.wp-custom-video .trigger > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.wp-custom-video .trigger {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.wp-custom-video button {
  height: 6rem;
  width: 6rem;
  padding: 0.625rem;
}

.wp-custom-video.portrait {
  display: grid;
}

.wp-custom-video.portrait .player {
  aspect-ratio: 3/4;
  height: 100%;
  width: 100%;
  max-width: 608px;
  overflow: hidden;
  border-radius: 0.25rem;
}

.wp-custom-video.portrait video {
  margin-left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/*
 * SOZO Design Ltd
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the SOZO Proprietary EULA
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * https://sozodesign.co.uk/legal/magento-license/
 *
 * @category    SOZO Design Ltd
 * @package     Sozo_austinpedalcars
 * @copyright   Copyright (c) SOZO Design Ltd (https://sozodesign.co.uk)
 * @license     https://sozodesign.co.uk/legal/magento-license/  SOZO Proprietary EULA
 *
 */

#reviewsio-carousel-widget {
  overflow:hidden;
}

.after\:mt-1::after {
  content: var(--tw-content);
  margin-top: 0.25rem;
}

.after\:px-1\.5::after {
  content: var(--tw-content);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.after\:px-1::after {
  content: var(--tw-content);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.after\:content-\[\'\/\'\]::after {
  --tw-content: '/';
  content: var(--tw-content);
}

.after\:content-\[\'\>\'\]::after {
  --tw-content: '>';
  content: var(--tw-content);
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-6:last-child {
  padding-bottom: 1.5rem;
}

.last\:pb-4:last-child {
  padding-bottom: 1rem;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.even\:bg-primary:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 242 / var(--tw-bg-opacity));
}

.even\:pt-12:nth-child(even) {
  padding-top: 3rem;
}

.first-of-type\:rounded-t-md:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.last-of-type\:rounded-b-md:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.visited\:text-white:visited {
  color: rgb(255 255 255 );
}

.invalid\:ring-2:invalid {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.invalid\:ring-red-500:invalid {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus-within\:ring-1:focus-within {
  --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, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 31 35 / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 31 35 / var(--tw-bg-opacity));
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 230 / var(--tw-bg-opacity));
}

.hover\:bg-active-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 128 114 / var(--tw-bg-opacity));
}

.hover\:bg-brand-neutrals-four:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 164 147 / var(--tw-bg-opacity));
}

.hover\:text-active:hover {
  --tw-text-opacity: 1;
  color: rgb(23 164 147 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(157 129 69 / var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-active-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(17 128 114 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(192 158 84 / var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(25 31 35 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(140 143 145 / var(--tw-border-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:ring-0:active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.group:hover .group-hover\:translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
  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));
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
  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));
}

.group:hover .group-hover\:translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(25 31 35 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-active-darker {
  --tw-text-opacity: 1;
  color: rgb(17 128 114 / var(--tw-text-opacity));
}

.group:hover .group-hover\:decoration-active\/10 {
  text-decoration-color: rgb(23 164 147 / 0.1);
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group[aria-expanded=true] .group-aria-\[expanded\=true\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 480px) {
  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xs\:flex {
    display: flex;
  }

  .prose :where(ul.xs\:flex):not(:where([class~="not-prose"] *)) {
    list-style-type: none;
    padding-left: 0;
  }

  .prose :where(ul.xs\:flex > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:gap-4 {
    gap: 1rem;
  }
}

@media (min-width: 640px) {
  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .prose :where(ul.sm\:flex):not(:where([class~="not-prose"] *)) {
    list-style-type: none;
    padding-left: 0;
  }

  .prose :where(ul.sm\:flex > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-2xl {
    font-size: 1.375rem;
  }

  .sm\:text-4xl {
    font-size: 2rem;
  }

  .sm\:text-5xl {
    font-size: 2.25rem;
  }

  .sm\:text-3xl {
    font-size: 1.625rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 480px) {
    .md\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 2160px) {
    .md\:container {
      max-width: 2160px;
    }
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:float-left {
    float: left;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    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));
  }

  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem;
    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));
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -2rem;
    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));
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .prose :where(ul.md\:flex):not(:where([class~="not-prose"] *)) {
    list-style-type: none;
    padding-left: 0;
  }

  .prose :where(ul.md\:flex > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md\:bg-container {
    --tw-bg-opacity: 1;
    background-color: rgb(247 245 242 / var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(25 31 35 / var(--tw-bg-opacity));
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.375rem;
  }

  .md\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.8125rem;
  }

  .md\:text-3xl {
    font-size: 1.625rem;
  }

  .md\:text-6xl {
    font-size: 2.5rem;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:h1 {
    font-family: "mencken-std-head", sans-serif;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.1;
  }

  @media (min-width: 768px) {
    .md\:h1 {
      font-size: 2.25rem;
    }
  }

  @media (min-width: 1024px) {
    .md\:h1 {
      font-size: 3.125rem;
    }
  }

  .md\:h2 {
    font-family: "mencken-std-head", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.25;
  }

  @media (min-width: 768px) {
    .md\:h2 {
      font-size: 2rem;
    }
  }

  @media (min-width: 1024px) {
    .md\:h2 {
      font-size: 2.5rem;
    }
  }

  .md\:h3 {
    font-family: "mencken-std-head", sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    line-height: 1.25;
  }

  @media (min-width: 768px) {
    .md\:h3 {
      font-size: 1.625rem;
    }
  }

  @media (min-width: 1024px) {
    .md\:h3 {
      font-size: 2rem;
    }
  }

  .md\:h5 {
    font-family: "mencken-std-head", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }

  @media (min-width: 768px) {
    .md\:h5 {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1024px) {
    .md\:h5 {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

  .md\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .\[\&\>ul\]\:md\:space-x-2\.5>ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px) {
  .lg\: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;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:-left-5 {
    left: -1.25rem;
  }

  .lg\:-right-5 {
    right: -1.25rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:prose :where(color):not(:where([class~="not-prose"] *)) {
    lighter: #8c8f91;
    -d-e-f-a-u-l-t: #191F23;
    darker: #000;
  }

  .lg\:prose {
    max-width: 65ch;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:prose :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0.75rem;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:prose :where(a):not(:where([class~="not-prose"] *)) {
    color: #17A493;
    text-decoration: underline;
    font-weight: 400;
    text-underline-offset: 4px;
    font-family: mencken-std-text;
    font-style: italic;
  }

  .lg\:prose :where(a):not(:where([class~="not-prose"] *)):hover {
    color: #06574D;
    text-decoration-color: rgb(23 164 147 / 0.1);
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:prose :where(a):not(:where([class~="not-prose"] *)):focus {
    color: #06574D;
  }

  .lg\:prose :where(a):not(:where([class~="not-prose"] *)):visited {
    color: #17A493;
  }

  .lg\:prose :where(strong):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }

  .lg\:prose :where(a strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .lg\:prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:prose :where(ol):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .lg\:prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .lg\:max-w-prose {
    max-width: 65ch;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .lg\:prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }

  .lg\:prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }

  .lg\:prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
    list-style-type: decimal;
  }

  .lg\:prose :where(ul):not(:where([class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .lg\:prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    font-weight: 400;
  }

  .lg\:prose :where(ol > li):not(:where([class~="not-prose"] *)) color::marker {
    lighter: #8c8f91;
    -d-e-f-a-u-l-t: #191F23;
    darker: #000;
  }

  .lg\:prose :where(ul > li):not(:where([class~="not-prose"] *)) color::marker {
    lighter: #8c8f91;
    -d-e-f-a-u-l-t: #191F23;
    darker: #000;
  }

  .lg\:prose :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: #8c8f91;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose :where(blockquote):not(:where([class~="not-prose"] *)) {
    font-weight: 400;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
    font-family: serif;
    font-size: 1.625rem;
    line-height: 1.2307692;
  }

  .lg\:prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
    content: open-quote;
  }

  .lg\:prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
    content: close-quote;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:prose :where(h1):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 400;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.25;
  }

  .lg\:prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }

  .lg\:prose :where(h2):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 400;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.25;
  }

  .lg\:prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }

  .lg\:prose :where(h3):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 400;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3333333;
  }

  .lg\:prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

  .lg\:prose :where(h4):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 26px;
  }

  .lg\:prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }

  .lg\:prose :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose :where(figcaption):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg\:prose :where(code):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }

  .lg\:prose :where(code):not(:where([class~="not-prose"] *))::before {
    content: "`";
  }

  .lg\:prose :where(code):not(:where([class~="not-prose"] *))::after {
    content: "`";
  }

  .lg\:prose :where(a code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .lg\:prose :where(h1 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .lg\:prose :where(h2 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }

  .lg\:prose :where(h3 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }

  .lg\:prose :where(h4 code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .lg\:prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .lg\:prose :where(thead th code):not(:where([class~="not-prose"] *)) {
    color: inherit;
  }

  .lg\:prose :where(pre):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .lg\:prose :where(pre code):not(:where([class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }

  .lg\:prose :where(pre code):not(:where([class~="not-prose"] *))::before {
    content: none;
  }

  .lg\:prose :where(pre code):not(:where([class~="not-prose"] *))::after {
    content: none;
  }

  .lg\:prose :where(table):not(:where([class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg\:prose :where(thead):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }

  .lg\:prose :where(thead th):not(:where([class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }

  .lg\:prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
    border-bottom-width: 0;
  }

  .lg\:prose :where(tbody td):not(:where([class~="not-prose"] *)) {
    vertical-align: baseline;
  }

  .lg\:prose :where(tfoot):not(:where([class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }

  .lg\:prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
    vertical-align: top;
  }

  .lg\:prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.875;
  }

  .lg\:prose :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .lg\:prose :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .lg\:prose :where(.lg\:prose > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose :where(.lg\:prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .lg\:prose :where(.lg\:prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .lg\:prose :where(.lg\:prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .lg\:prose :where(.lg\:prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .lg\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose :where(.lg\:prose > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose :where(.lg\:prose > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }

  .lg\:prose :where(a.tag):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
    font-family: elza;
    font-style: normal;
    font-weight: 500;
  }

  .lg\:prose :where(a.txt-link):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
  }

  .lg\:prose :where(h5):not(:where([class~="not-prose"] *)) {
    line-height: 1.875;
    margin-bottom: 10px;
  }

  .lg\:prose :where(h6):not(:where([class~="not-prose"] *)) {
    line-height: 1.875;
    margin-bottom: 10px;
  }

  .lg\:prose :where(ul.flex):not(:where([class~="not-prose"] *)) {
    list-style-type: none;
    padding-left: 0;
  }

  .prose :where(ul.lg\:flex):not(:where([class~="not-prose"] *)) {
    list-style-type: none;
    padding-left: 0;
  }

  .lg\:prose :where(ul.flex > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .prose :where(ul.lg\:flex > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose :where(dl):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .lg\:prose :where(a.highlight-link):not(:where([class~="not-prose"] *)) {
    text-decoration: none;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:text-sm {
    font-size: 0.8125rem;
  }

  .lg\:text-3xl {
    font-size: 1.625rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-6xl {
    font-size: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 2.25rem;
  }

  .lg\:prose-invert {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  }

  .lg\:prose-invert :where(ol > li):not(:where([class~="not-prose"] *))::marker {
    color: #fff;
  }

  .lg\:prose-invert :where(ul > li):not(:where([class~="not-prose"] *))::marker {
    color: #fff;
  }

  .lg\:prose-invert :where(.arrows svg):not(:where([class~="not-prose"] *)) {
    stroke: #fff;
  }

  .lg\:prose-invert :where(hr):not(:where([class~="not-prose"] *)) {
    border-color: #fff;
  }

  .lg\:prose-invert :where(a.tag:hover):not(:where([class~="not-prose"] *)) {
    background-color: #17A493;
  }

  .lg\:prose a {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:last\:pb-5:last-child {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:grow {
    flex-grow: 1;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem;
    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));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:text-6xl {
    font-size: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.\[\&\>ul\>li\>a\>svg\]\:h-9>ul>li>a>svg {
  height: 2.25rem;
}

.\[\&\>ul\>li\>a\>svg\]\:w-9>ul>li>a>svg {
  width: 2.25rem;
}
