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

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

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

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

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

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

/*
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;
}

[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%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 990px) {
  .container {
    max-width: 990px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg :where(pre):not(:where([class~="not-wysiwyg"] *)) {
  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;
}

.wysiwyg :where(pre code):not(:where([class~="not-wysiwyg"] *)) {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg-sm :where(pre):not(:where([class~="not-wysiwyg"] *)) {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

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

.wysiwyg-lg :where([class~="lead"]):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.wysiwyg-lg :where(blockquote):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.wysiwyg-lg :where(h1):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.wysiwyg-lg :where(h2):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.wysiwyg-lg :where(h3):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.wysiwyg-lg :where(h4):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

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

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

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

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

.wysiwyg-lg :where(figcaption):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

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

.wysiwyg-lg :where(h2 code):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8666667em;
}

.wysiwyg-lg :where(h3 code):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.875em;
}

.wysiwyg-lg :where(pre):not(:where([class~="not-wysiwyg"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.wysiwyg-lg :where(ol):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.wysiwyg-lg :where(ul):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

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

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

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

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

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

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

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

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

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

.wysiwyg-lg :where(hr):not(:where([class~="not-wysiwyg"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

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

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

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

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

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

.wysiwyg-lg :where(thead th):not(:where([class~="not-wysiwyg"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wysiwyg-gray {
  --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;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-16 {
  bottom: 4rem;
}

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

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

.col-span-3 {
  grid-column: span 3 / span 3;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

.h-4 {
  height: 1rem;
}

.h-full {
  height: 100%;
}

.h-96 {
  height: 24rem;
}

.h-3 {
  height: 0.75rem;
}

.h-11 {
  height: 2.75rem;
}

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

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

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

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-4 {
  width: 1rem;
}

.w-52 {
  width: 13rem;
}

.w-auto {
  width: auto;
}

.w-3 {
  width: 0.75rem;
}

.w-11 {
  width: 2.75rem;
}

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

.max-w-prose {
  max-width: 65ch;
}

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

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

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

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

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

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

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

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

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-5xl {
  max-width: 64rem;
}

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

.max-w-xs {
  max-width: 20rem;
}

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

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

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

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.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-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-12 {
  gap: 3rem;
}

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

.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-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-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-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-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * 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-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}

.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-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-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-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-color4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-divide-opacity));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

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

.border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
}

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

.border-color2 {
  --tw-border-opacity: 1;
  border-color: rgb(42 54 66 / var(--tw-border-opacity));
}

.border-color6 {
  --tw-border-opacity: 1;
  border-color: rgb(207 151 82 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-t-color4 {
  --tw-border-opacity: 1;
  border-top-color: rgb(232 232 232 / var(--tw-border-opacity));
}

.border-b-color4 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(232 232 232 / var(--tw-border-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

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

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}

.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

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

.bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 54 66 / var(--tw-bg-opacity));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 109 135 / var(--tw-bg-opacity));
}

.bg-\[\#adbdd0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 189 208 / var(--tw-bg-opacity));
}

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

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-color9 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 70 88 / var(--tw-bg-opacity));
}

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

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

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

.bg-color6 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 151 82 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

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

.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}

.bg-color7 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity));
}

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

.from-gray-200 {
  --tw-gradient-from: #e5e7eb;
  --tw-gradient-to: rgb(229 231 235 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-color3 {
  --tw-gradient-from: #FF7500;
  --tw-gradient-to: rgb(255 117 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-white {
  --tw-gradient-to: #fff;
}

.to-color10 {
  --tw-gradient-to: #F2A665;
}

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

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

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.\!p-3 {
  padding: 0.75rem !important;
}

.p-10 {
  padding: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

.pr-\[62px\] {
  padding-right: 62px;
}

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

.font-heading {
  font-family: Roboto, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

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

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

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

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

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

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

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

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

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-color6 {
  --tw-text-opacity: 1;
  color: rgb(207 151 82 / var(--tw-text-opacity));
}

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

.text-\[\#3d434a\] {
  --tw-text-opacity: 1;
  color: rgb(61 67 74 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

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

.opacity-60 {
  opacity: 0.6;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

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

.outline {
  outline-style: solid;
}

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

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

.transition-shadow {
  transition-property: box-shadow;
  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;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1180px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

/* Typography */

body {
  font-family: "Source Sans Pro", sans-serif;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: Roboto, sans-serif;
}

/* Main menu */

.primary-menu {
  position: relative;
}

.main-menu .menu-item {
  position: relative;
}

.main-menu > .menu-item:hover::after {
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent white transparent;
  content: '';
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
}

.main-menu .menu-item:hover .menu-link {
  background-color: gray;
  color: white;
}

.main-menu .menu-item:hover .sub-menu {
  display: block;
}

.main-menu .menu-link {
  display: block;
  padding: 0.5em;
  padding-bottom: .75em;
}

.main-menu .sub-menu {
  margin-left: 1em;
}

.main-menu .sub-menu .menu-item:hover .menu-link {
  background-color: black;
  color: white;
}

@media screen and (min-width: 990px) {
  .primary-menu {
    display: block;
  }

  .main-menu {
    display: flex;
    align-items: center;
  }

  .main-menu > .menu-item {
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .main-menu > .menu-item:first-child {
    border-left: 0;
  }

  .main-menu .sub-menu {
    display: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 250px;
  }

  .main-menu .sub-menu .menu-item {
    border-bottom: 1px solid #959595;
  }

  .main-menu .sub-menu .menu-item:last-child {
    border-bottom: 0;
  }

  .main-menu .sub-menu .menu-item .menu-link,
  .main-menu .sub-menu .menu-item:hover .menu-link {
    color: #d3d3d3;
  }
}

@media screen and (min-width: 1180px) {
  .main-menu .menu-link {
    padding-right: 1em;
    padding-left: 1em;
  }
}

/* Button */

.button {
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 117 0 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Roboto, sans-serif;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 782px) {
  .button {
    display: inline-flex;
    align-items: center;
  }
}

.button.button--alt {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-family: Roboto, sans-serif;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button.button--alt:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
  --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);
}

.button.button--small {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.button-cta {
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FF7500;
  --tw-gradient-to: rgb(255 117 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F2A665;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-cta:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F2A665;
  --tw-gradient-to: rgb(242 166 101 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F2A665;
  --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);
}

@media (min-width: 782px) {
  .button-cta {
    display: inline-flex;
    align-items: center;
  }
}

button.button, 
[type='button'].button {
  display: flex;
  justify-content: center;
}

@media (min-width: 782px) {
  button.button, 
[type='button'].button {
    display: inline-flex;
    align-items: center;
  }
}

@media screen and (min-width: 990px) {
  button.button, 
  [type='button'].button {
    display: flex;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
  }

  @media (min-width: 782px) {
    button.button, 
  [type='button'].button {
      display: inline-flex;
      align-items: center;
    }
  }
}

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

.button.is-loading .spinner {
  display: block;
  opacity: 1;
}

/* Breadcrumbs */

.breadcrumbs {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.breadcrumbs a {
  text-decoration-line: none;
}

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

/* Pagination */

.pagination ul, 
.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li, 
.woocommerce-pagination li {
  border-width: 1px;
  border-left-width: 0;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.pagination li:first-child, 
.woocommerce-pagination li:first-child {
  border-left-width: 1px;
}

.pagination a, 
.pagination span, 
.woocommerce-pagination a, 
.woocommerce-pagination span {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  min-height: 40px;
}

.pagination a, 
.woocommerce-pagination a {
  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;
}

.pagination a:hover, 
.woocommerce-pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.pagination .current, 
.woocommerce-pagination .current {
  --tw-text-opacity: 1;
  color: rgb(255 117 0 / var(--tw-text-opacity));
}

/* Form */

.wpcf7-form {
}

.wpcf7-form label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}

.tm2f-widget__link .wpcf7-form label {
  font-weight: bold;
  font-size: .9em;
}

[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 {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  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;
}

[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-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));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

button, 
[type='button'], 
[type='reset'], 
[type='submit'] {
  display: block;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 117 0 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 990px) {
  button, 
[type='button'], 
[type='reset'], 
[type='submit'] {
    display: inline-block;
    width: auto;
  }
}

button:disabled, 
[type='button']:disabled, 
[type='reset']:disabled, 
[type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group.form-group-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 782px) {
  .form-group.form-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.wpcf7-acceptance .wpcf7-list-item {
  float: left;
  margin: 0px;
  margin-right: 1rem;
}

.form-group .col-xs-11.col-md-9 {
  margin: 0px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.form-group .control-label .form-hint {
  font-weight: normal;
}

.form-group .form-required {
  color: #dc3232;
  font-size: .9em;
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  margin: 1em auto;
  max-width: 800px;
  padding: 1em 1.5em;
}

.wpcf7 .wpcf7-form.failed .wpcf7-response-output {
  background: #dc3232;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
  background: #ffb900;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background: #46b450;
}

.page-template-tpl-page-request-survey-results  [data-name="sr-comment"] .wpcf7-textarea {
  height: 150px;
}

/* Search form */

.search-from-wrapper {
  position: relative;
}

@media (min-width: 990px) {
  .search-from-wrapper:hover .search-from-content {
    display: block;
  }
}

.search-from-content {
  padding: 1rem;
}

@media (min-width: 990px) {
  .search-from-content {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 10;
    display: none;
    width: 300px;
    --tw-bg-opacity: 1;
    background-color: rgb(88 89 91 / 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);
  }
}

.toggle-search {
  display: none;
  height: 44px;
  cursor: default;
  --tw-bg-opacity: 1;
  background-color: rgb(88 89 91 / var(--tw-bg-opacity));
}

@media (min-width: 990px) {
  .toggle-search {
    display: block;
  }
}

.search-input[type="text"] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-right: 62px;
}

@media (min-width: 990px) {
  .search-input[type="text"] {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.search-input[type="text"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 117 0 / var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-width: 0px;
  box-shadow: none;
}

.search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 52px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.search-button:hover {
  opacity: 1;
}

@media (min-width: 990px) {
  .search-button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.video-consent-modal {
  transition: all .3s ease-out;
  background: rgba(0,0,0,.75);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}

.video-consent-modal.js-is-displayed {
  opacity: 1;
  visibility: visible;
}

.video-consent-modal__inner {
  transform: translateY(-50%);
  background: #e1e1e1;
  color: #454545;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.video-consent-modal__close {
  background: none;
  border: none;
  display: block;
  width: 3.25em;
  height: 3.25em;
  margin: 0;
  padding: 1em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.video-consent-modal__close:focus {
  outline: none;
}

.video-consent-modal__close:hover::before,
.video-consent-modal__close:hover::after {
  color: #FF7500;
}

.video-consent-modal__close::before,
.video-consent-modal__close::after {
  transition: all .3s ease-out;
  transform-origin: 50% 50%;
  content: '';
  background: currentColor;
  box-shadow: 0 0 0 1px currentColor;
  display: block;
  width: 100%;
  height: 0;
}

.video-consent-modal__close::before {
  transform: rotate(45deg);
}

.video-consent-modal__close::after {
  transform: rotate(-45deg);
}

.video-consent-modal__close > span:not(:focus):not(:active){
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.video-consent-modal__content {
  line-height: 1.6;
  padding: 2.5em;
  text-align: center;
}

.video-consent-modal__content a {
  color: #FF7500;
  text-decoration: underline;
}

.video-consent-modal__content a:hover {
  text-decoration: none;
}

.video-consent-modal__content p:first-child {
  margin-bottom: 2em;
}

.video-consent-modal__content p:last-child {
  margin-bottom: 0;
}

.video-consent-modal__cta {
  transition: opacity .3s ease-out;
  border: 0;
  background: #FF7500;
  color: white;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.2;
  padding: .75em 2em;
}

.video-consent-modal__cta:hover {
  opacity: .8;
}

@media screen and (min-width: 600px) {
  .video-consent-modal__content {
    padding: 4em;
    padding-bottom: 3.5em;
  }
}

@media screen and (min-width: 800px) {
  .video-consent-modal__inner {
    width: 100%;
  }
}

/* Didomi YouTube placeholder */

.gdpr-video-placeholder {
  transition: background-color 0.6s ease;
  background: #ededed;
  clear: both;
  color: #59595b;
  cursor: pointer;
  display: block;
  font-size: .8em;
  font-weight: bold;
  margin: 1em 0;
  min-height: 280px;
  padding-top: 56.25%;
  /*16:9*/
  position: relative;
  text-align: center;
  width: 100%;
}

.gdpr-video-placeholder::before,
.gdpr-video-placeholder::after {
  content: '';
  display: block;
  position: absolute;
}

.gdpr-video-placeholder::before {
  transition: all .3s ease-out;
  background: rgba(0,0,0,.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  z-index: 1;
}

.gdpr-video-placeholder::after {
  transition: transform .3s ease-out;
  transform: translateY(-50%) scale(1);
  transform-origin: 50% 50%;
  background: transparent url('../images/icon-play.svg') 50% 50% no-repeat;
  background-size: cover;
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .gdpr-video-placeholder {
    font-size: 1em;
  }
}

.embed-container {
  margin: 1em 0;
  position: relative;
}

.embed-container .gdpr-video-placeholder {
  margin: 0;
}

.gdpr-video-placeholder:hover {
  background-color: #f8f8f8;
}

.gdpr-video-placeholder:hover::before {
  opacity: 1;
}

.gdpr-video-placeholder:hover::after {
  transform: translateY(-50%) scale(1.1);
}

.gdpr-video-placeholder__inner {
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.gdpr-video-placeholder__inner a {
  color: #919191;
  font-weight: normal;
  text-decoration: underline;
}

.gdpr-video-placeholder__inner a:hover {
  text-decoration: none;
}

.gdpr-video-placeholder button {
  transition: background-color 0.3s ease;
  background: #ff7500;
  border: 0;
  color: white;
  cursor: pointer;
  line-height: 1;
  padding: 0.8em 1.5em;
}

.gdpr-video-placeholder button:hover,
.gdpr-video-placeholder button:focus {
  background-color: #f88000;
}

.gdpr-video-placeholder .gdpr-video-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Banner TM2F */

.banner-tm2f {
  background: linear-gradient(190deg, #738ba6 0%, #3d4f63 40%, #2d353f 100%);
}

.banner-tm2f .wrapper::before,
.banner-tm2f .wrapper::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
}

.banner-tm2f .wrapper::before {
  transform: rotate(45deg);
  opacity: .15;
  background: #FF7500;
  margin: 0 auto;
  height: 200px;
  width: 200px;
  top: 10px;
  left: 0;
  right: 0;
}

.banner-tm2f .wrapper::after {
  display: none;
  transform: rotate(45deg);
  opacity: .07;
  background: black;
  border: 10px solid #FF7500;
  height: 400px;
  width: 400px;
  top: 0;
  right: 0;
}

.banner-tm2f__icon {
  color: #FF7500;
  display: none;
  max-width: 175px;
}

@media screen and (min-width: 990px) {
  .banner-tm2f .wrapper::before {
    left: 0;
    right: auto;
    margin: 0;
  }

  .banner-tm2f .wrapper::after {
    display: block;
  }

  .banner-tm2f__icon {
    display: block;
    margin-left: -37px;
  }
}

@media screen and (min-width: 1180px) {
  .banner-tm2f__icon {
    margin-left: 10px;
  }
}

/* Banner TM2F (v2) */

.banner-tm2f-v2 {
  background: transparent linear-gradient(94deg, #DEE4EB 0%, #CCD9EB 100%) 0% 0% no-repeat padding-box;
}

.button.button--banner-tm2f-v2 {
  line-height: 1;
  margin-right: 20px;
  padding: .5rem 1.5rem;
  position: relative;
}

.button.button--banner-tm2f-v2::after {
  background: transparent url('../images/holder-trophy-2.png') 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 50px;
  width: 40px;
  margin: 0 auto;
  position: absolute;
  top: -11px;
  right: -20px;
}

/* Products list */

.products-list__thumb {
  height: 114px;
}

.products-list__link:hover .products-list__badge-text,
.products .product:hover .products-list__badge-text {
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}

.products-list__badge {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.products-list__badge-icon,
.products-list__badge-text {
  background: #FFCC01;
  color: #17191C;
}

.products-list__badge-icon {
  height: 21px;
}

.products-list__badge-icon svg {
  display: block;
  padding: 4px;
  height: 100%;
  width: 100%;
}

.products-list__badge-text {
  transition: all .2s ease-out;
  transform: scaleX(0);
  transform-origin: 0 50%;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  padding-right: 8px;
  padding-left: 4px;
  position: relative;
  z-index: 1;
}

.products-list__badge-text::after {
  display: block;
  background: radial-gradient(circle, rgba(0,0,0,.2) 0%, rgba(0,0,0,0) 100%);
  content: '';
  height: 2px;
  width: 60px;
  position: absolute;
  right: 0;
  bottom: -2px;
  z-index: 0;
}

/* WooCommerce Product list */

.products {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

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

@media (min-width: 990px) {
  .products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.products .product {
  position: relative;
}

.products .woocommerce-loop-product__link {
  position: relative;
  display: block;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  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;
}

.products .woocommerce-loop-product__link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 117 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* Panel TM2F */

.panel-tm2f {
  padding: 40px;
  padding-top: 50px;
  text-align: center;
}

.panel-tm2f::after {
  background: transparent url('../images/holder-trophy-2.png') 0 0 no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 101px;
  width: 80px;
  margin: 0 auto;
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
}

.panel-tm2f__text--heading {
  font-size: 20px;
}

.panel-tm2f__text--subheading {
  font-size: 22px;
}

@media screen and (min-width: 990px) {
  .panel-tm2f {
    text-align: left;
    width: calc(100% - (219px / 2));
  }

  .panel-tm2f::after {
    height: 277px;
    width: 219px;
    margin: 0;
    top: -66px;
    right: -90px;
    left: auto;
  }

  .panel-tm2f__text--heading {
    font-size: 24px;
  }

  .panel-tm2f__text--subheading {
    font-size: 30px;
  }
}

@media screen and (min-width: 1180px) {
  .panel-tm2f {
    padding: 40px 70px;
  }

  .panel-tm2f__text--heading {
    font-size: 29px;
  }

  .panel-tm2f__text--subheading {
    font-size: 35px;
  }
}

/* TM2F Widget */

.tm2f-widget {
  transition: all .3s ease-out;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.tm2f-widget.is-displayed {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.tm2f-widget__link {
  transition: all .3s ease-out;
  background: linear-gradient(45deg, #d2975c 0, #fddeb9 70%);
  background-size: 100% 100%;
  border-radius: 3px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, .15);
  color: #783f2d;
  display: block;
  padding: .5em;
  text-align: center;
  text-decoration: none;
}

.tm2f-widget__link:hover,
.tm2f-widget__link:focus {
  background-size: 200% 100%;
  color: #333;
  text-decoration: none;
}

.tm2f-main-wrapper .tm2f-widget__link {
  color: #783f2d;
  text-decoration: none;
}

.tm2f-main-wrapper .tm2f-widget__link:hover,
.tm2f-main-wrapper .tm2f-widget__link:focus {
  color: #333;
}

.tm2f-widget__link span {
  display: block;
}

.tm2f-widget__link abbr {
  border: none;
  text-decoration: none;
}

.tm2f-widget__link svg {
  display: none;
  margin: 0 auto;
  margin-bottom: 0.25em;
  max-width: 45px;
}

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

.tm2f-widget__link .font-bold {
  font-weight: bold;
  font-size: .9em;
}

@media screen and (min-width: 990px) {
  .tm2f-widget {
    top: 25%;
    right: 2em;
    bottom: auto;
    left: auto;
    transform: translateX(15%);
  }

  .tm2f-widget.is-displayed {
    transform: translateX(0);
  }

  .tm2f-widget__link {
    padding: 1em 1.5em;
  }

  .tm2f-widget__link svg {
    display: block;
  }
}

p:empty {
  display: none;
}

.logotype {
  display: inline-block;
  max-width: 100px;
}

.banner-surveys {
  background: linear-gradient(90deg, #556d87 0%, #2a3642 100%);
  box-shadow: 0 -1.5em 0 0 #2d363f inset;
}

.banner-surveys-image {
  max-width: 1600px;
}

.banner-surveys-cta {
  max-width: 200px;
}

.banner-winners-content {
  background: radial-gradient(at 50% 0%, rgba(164,131,92,1) 0%, rgba(0,0,0,1) 75%);
}

.fancy-underline {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}

.fancy-underline::after {
  content: '';
  background: radial-gradient(circle, rgba(204,154,69,1) 0%, rgba(237,206,115,1) 55%, rgba(237,206,115,0) 90%);
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.list-color-color3 li::marker {
  color: #FF7500;
}

.has-underline {
  position: relative;
  padding-bottom: .25em;
}

.has-underline::after {
  background-color: #FF7500;
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  bottom: 0;
  left: 0;
}

.has-underline.has-underline--centered {
  text-align: center;
}

.has-underline.has-underline--centered::after {
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
}

.franchise-tile__logo {
  height: 114px;
  max-width: 114px;
  width: 100%;
}

.latest-news__visual {
  height: 240px;
}

.latest-news__tag-icon {
  background: transparent url('../images/icon-file-tree.svg') 50% 50% no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: .5em;
  opacity: .35;
  height: 16px;
  width: 16px;
}

.latest-news__tag-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.site-footer .wpcf7 input[type="text"], 
.site-footer .wpcf7 input[type="email"] {
  max-width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.5rem;
  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;
}

.site-footer .wpcf7 input[type="text"]:focus, 
.site-footer .wpcf7 input[type="email"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 117 0 / var(--tw-border-opacity));
}

.site-footer .wpcf7 input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.site-footer .wpcf7 input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

.site-footer .wpcf7 .wpcf7-submit {
  margin-top: 0.5rem;
  display: inline-block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-footer .wpcf7 .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.page-backdrop {
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gdpr-video-placeholder .gdpr-video-img {
  margin: 0;
}

@media screen and (min-width: 990px) {
  .logotype {
    max-width: 200px;
  }

  .banner-surveys {
    background: linear-gradient(90deg, #FF7500 50%, #2a3642 50%);
    box-shadow: none;
  }

  .latest-news__visual {
    height: 120px;
  }

  .post-content-container {
    background: linear-gradient(90deg, #fff 50%, #f9f9f9 50%);
  }
}

/* article > *:not(.entry-content),
.entry-content > * {
    @apply mx-auto max-w-content;
} */

.entry-content h1, .block-editor-block-list__layout h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.entry-content h2, .block-editor-block-list__layout h2 {
    font-size: 1.25rem;
  }

.entry-content h3, .block-editor-block-list__layout h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
      --tw-text-opacity: 1;
      color: rgb(255 117 0 / var(--tw-text-opacity));
    }

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
      text-decoration-line: underline;
    }

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
        text-decoration-line: none;
      }

.entry-content p,  .entry-content ul,  .entry-content ol,  .block-editor-block-list__layout p,  .block-editor-block-list__layout ul,  .block-editor-block-list__layout ol {
    margin-bottom: 2rem;
  }

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
      list-style-position: inside;
    }

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
      list-style-type: disc;
    }

.entry-content ol li, .block-editor-block-list__layout ol li {
      list-style-position: inside;
    }

.entry-content ol li, .block-editor-block-list__layout ol li {
      list-style-type: decimal;
    }

.section-inscription {
  position: relative;
}

.section-inscription-banner .button-cta {
  margin: 0 auto;
  margin-left: calc(50% - 7em);
  padding: 1em;
  position: absolute;
  bottom: 1.25em;
  left: 0;
  right: 0;
}

@media screen and (min-width: 990px) and (max-width: 1280px) {
  .section-inscription-banner .button-cta {
    padding: .5em;
  }
}

.marker\:text-color3 *::marker {
  color: rgb(255 117 0 );
}

.marker\:text-color3::marker {
  color: rgb(255 117 0 );
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

.even\:bg-color5:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.hover\:border-color6:hover {
  --tw-border-opacity: 1;
  border-color: rgb(207 151 82 / var(--tw-border-opacity));
}

.hover\:border-b-color3:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 117 0 / var(--tw-border-opacity));
}

.hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 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-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.hover\:bg-stone-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

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

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

.hover\:from-color10:hover {
  --tw-gradient-from: #F2A665;
  --tw-gradient-to: rgb(242 166 101 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-color10:hover {
  --tw-gradient-to: #F2A665;
}

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

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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\: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\:border-color3:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 117 0 / var(--tw-border-opacity));
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

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

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:text-color3 {
  --tw-text-opacity: 1;
  color: rgb(255 117 0 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-color6 {
  --tw-text-opacity: 1;
  color: rgb(207 151 82 / var(--tw-text-opacity));
}

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

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

.wysiwyg-headings\:text-color2 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-wysiwyg"] *))) {
  --tw-text-opacity: 1;
  color: rgb(42 54 66 / var(--tw-text-opacity));
}

.wysiwyg-a\:text-color3 :is(:where(a):not(:where([class~="not-wysiwyg"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 117 0 / var(--tw-text-opacity));
}

@media (min-width: 600px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

  .sm\:gap-8 {
    gap: 2rem;
  }

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

  .sm\:space-y-0 > :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));
  }

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

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

@media (min-width: 782px) {
  .md\:left-8 {
    left: 2rem;
  }

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

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

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

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

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

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .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-y-0 > :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));
  }

  .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\:p-6 {
    padding: 1.5rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
  }

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

@media (min-width: 990px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

  .lg\:top-full {
    top: 100%;
  }

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

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

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-auto {
    width: auto;
  }

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

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

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

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

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

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

  .lg\:space-y-0 > :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));
  }

  .lg\: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)));
  }

  .lg\: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)));
  }

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

  .lg\:bg-color7 {
    --tw-bg-opacity: 1;
    background-color: rgb(88 89 91 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\: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);
  }

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

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

@media (min-width: 1180px) {
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

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

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

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

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

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