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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

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

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

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

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

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

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

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

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}
.-right-2 {
  right: -0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-40 {
  bottom: 10rem;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-8 {
  right: 2rem;
}
.right-\[-400px\] {
  right: -400px;
}
.right-\[24px\] {
  right: 24px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-5rem\] {
  top: -5rem;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[9\] {
  z-index: 9;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.\!my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[310px\] {
  height: 310px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[138px\] {
  max-height: 138px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[177px\] {
  max-height: 177px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[210px\] {
  max-height: 210px;
}
.max-h-\[228px\] {
  max-height: 228px;
}
.max-h-\[240px\] {
  max-height: 240px;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[560px\] {
  max-height: 560px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[115px\] {
  min-height: 115px;
}
.min-h-\[162px\] {
  min-height: 162px;
}
.min-h-\[190px\] {
  min-height: 190px;
}
.min-h-\[270px\] {
  min-height: 270px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[460px\] {
  min-height: 460px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[78px\] {
  min-height: 78px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-1\/4 {
  width: 25% !important;
}
.\!w-\[64px\] {
  width: 64px !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[660px\] {
  width: 660px;
}
.w-\[705px\] {
  width: 705px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90px\] {
  width: 90px;
}
.w-auto {
  width: auto;
}
.w-eighty {
  width: 80%;
}
.w-fifty {
  width: 50%;
}
.w-forty {
  width: 40%;
}
.w-full {
  width: 100%;
}
.w-hundred {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-ninety {
  width: 90%;
}
.w-screen {
  width: 100vw;
}
.w-seventy {
  width: 70%;
}
.w-sixty {
  width: 60%;
}
.w-ten {
  width: 10%;
}
.w-thirty {
  width: 30%;
}
.w-twenty {
  width: 20%;
}
.w-\[120px\] {
  width: 120px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-60 {
  min-width: 15rem;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[800px\] {
  min-width: 800px;
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.\!max-w-\[943px\] {
  max-width: 943px !important;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-579 {
  max-width: 579px;
}
.max-w-605 {
  max-width: 605px;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[1052px\] {
  max-width: 1052px;
}
.max-w-\[1066px\] {
  max-width: 1066px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[210px\] {
  max-width: 210px;
}
.max-w-\[217px\] {
  max-width: 217px;
}
.max-w-\[224px\] {
  max-width: 224px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[302px\] {
  max-width: 302px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[44px\] {
  max-width: 44px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[630px\] {
  max-width: 630px;
}
.max-w-\[646px\] {
  max-width: 646px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[705px\] {
  max-width: 705px;
}
.max-w-\[730px\] {
  max-width: 730px;
}
.max-w-\[736px\] {
  max-width: 736px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-\[934px\] {
  max-width: 934px;
}
.max-w-cards {
  max-width: 314px;
}
.max-w-eighty {
  max-width: 80%;
}
.max-w-fifty {
  max-width: 50%;
}
.max-w-forty {
  max-width: 40%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-hundred {
  max-width: 100%;
}
.max-w-ninety {
  max-width: 90%;
}
.max-w-seventy {
  max-width: 70%;
}
.max-w-sixty {
  max-width: 60%;
}
.max-w-ten {
  max-width: 10%;
}
.max-w-thirty {
  max-width: 30%;
}
.max-w-tooltip {
  max-width: 240px;
}
.max-w-tooltip-sm {
  max-width: 140px;
}
.max-w-twenty {
  max-width: 20%;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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 ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-auto {
  cursor: auto;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.resize-none {
  resize: none;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-start {
  scroll-snap-align: start;
}
.scroll-mt-20 {
  scroll-margin-top: 5rem;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, 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));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[72px\] {
  gap: 72px;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.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-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-5 {
  border-radius: 5px !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-md {
  border-radius: 0.375rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-3 {
  border-radius: 3px;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.\!rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.\!border {
  border-width: 1px !important;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dotted {
  border-style: dotted;
}
.border-none {
  border-style: none;
}
.\!border-royal-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 98 186 / var(--tw-border-opacity, 1)) !important;
}
.\!border-zinc-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#4F4F4F\] {
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity, 1));
}
.border-\[\#DDDFE1\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 223 225 / var(--tw-border-opacity, 1));
}
.border-\[\#E5EFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 239 255 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(44 98 185 / var(--tw-border-opacity, 1));
}
.border-brook-blue {
  --tw-border-opacity: 1;
  border-color: rgb(49 39 128 / var(--tw-border-opacity, 1));
}
.border-brook-blue\/20 {
  border-color: rgb(49 39 128 / 0.2);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-grey-3 {
  border-color: rgba(217, 217, 217, 1);
}
.border-microsoft-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 120 212 / var(--tw-border-opacity, 1));
}
.border-mm-blue {
  --tw-border-opacity: 1;
  border-color: rgb(44 53 68 / var(--tw-border-opacity, 1));
}
.border-mm-blue-line {
  border-color: rgba(67, 80, 103, 1);
}
.border-mm-grey-100 {
  border-color: rgba(229, 231, 235, 1);
}
.border-mm-yellow {
  border-color: rgba(255, 205, 41, 1);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-royal-blue {
  --tw-border-opacity: 1;
  border-color: rgb(45 98 186 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}
.\!bg-mm-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-royal-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 98 186 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#DBE3F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 227 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F3F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F3F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}
.bg-brand-blue\/80 {
  background-color: rgb(44 53 68 / 0.8);
}
.bg-brand-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-brook-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
}
.bg-brook-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(33 39 42 / var(--tw-bg-opacity, 1));
}
.bg-brook-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
}
.bg-denim-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(27 55 101 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 209 104 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}
.bg-green-whatsapp {
  --tw-bg-opacity: 1;
  background-color: rgb(52 199 89 / var(--tw-bg-opacity, 1));
}
.bg-grey-2 {
  background-color: rgba(244, 244, 244, 1);
}
.bg-microsoft-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 212 / var(--tw-bg-opacity, 1));
}
.bg-mm-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}
.bg-mm-blue\/35 {
  background-color: rgb(44 53 68 / 0.35);
}
.bg-mm-blue\/80 {
  background-color: rgb(44 53 68 / 0.8);
}
.bg-mm-blue\/90 {
  background-color: rgb(44 53 68 / 0.9);
}
.bg-mm-grey {
  background-color: rgba(250, 250, 249, 1);
}
.bg-mm-grey-100 {
  background-color: rgba(229, 231, 235, 1);
}
.bg-mm-yellow {
  background-color: rgba(255, 205, 41, 1);
}
.bg-mm-yellow-fade {
  --tw-bg-opacity: 1;
  background-color: rgb(250 239 212 / var(--tw-bg-opacity, 1));
}
.bg-new-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-royal-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(45 98 186 / var(--tw-bg-opacity, 1));
}
.bg-royal-blue\/10 {
  background-color: rgb(45 98 186 / 0.1);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-black {
  fill: #000;
}
.fill-current {
  fill: currentColor;
}
.fill-white {
  fill: #fff;
}
.stroke-white {
  stroke: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.\!p-\[14px\] {
  padding: 14px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[13px\] {
  padding: 13px;
}
.p-\[14px\] {
  padding: 14px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.\!pr-8 {
  padding-right: 2rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[74px\] {
  padding-bottom: 74px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-inter {
  font-family: Inter, arial, sans-serif;
}
.font-sans {
  font-family: Poppins, arial, sans-serif;
}
.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-\[40px\]\/\[120\%\] {
  font-size: 40px !important;
  line-height: 120% !important;
}
.\!text-base {
  font-size: 1rem !important;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-12 {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[12px\]\/\[100\%\] {
  font-size: 12px;
  line-height: 100%;
}
.text-\[12px\]\/\[110\%\] {
  font-size: 12px;
  line-height: 110%;
}
.text-\[12px\]\/\[125\%\] {
  font-size: 12px;
  line-height: 125%;
}
.text-\[12px\]\/\[150\%\] {
  font-size: 12px;
  line-height: 150%;
}
.text-\[12px\]\/\[170\%\] {
  font-size: 12px;
  line-height: 170%;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[16px\]\/\[100\%\] {
  font-size: 16px;
  line-height: 100%;
}
.text-\[16px\]\/\[150\%\] {
  font-size: 16px;
  line-height: 150%;
}
.text-\[16px\]\/\[165\%\] {
  font-size: 16px;
  line-height: 165%;
}
.text-\[18px\]\/\[120\%\] {
  font-size: 18px;
  line-height: 120%;
}
.text-\[20px\]\/\[100\%\] {
  font-size: 20px;
  line-height: 100%;
}
.text-\[24px\]\/\[100\%\] {
  font-size: 24px;
  line-height: 100%;
}
.text-\[32px\]\/\[120\%\] {
  font-size: 32px;
  line-height: 120%;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-loose {
  line-height: 2;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-brook-dark-grey {
  --tw-text-opacity: 1 !important;
  color: rgb(33 39 42 / var(--tw-text-opacity, 1)) !important;
}
.\!text-royal-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(45 98 186 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(44 98 185 / var(--tw-text-opacity, 1));
}
.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}
.text-brand-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(168 32 40 / var(--tw-text-opacity, 1));
}
.text-brook-blue {
  --tw-text-opacity: 1;
  color: rgb(49 39 128 / var(--tw-text-opacity, 1));
}
.text-brook-blue\/20 {
  color: rgb(49 39 128 / 0.2);
}
.text-cool-grey-90 {
  color: rgba(33, 39, 42, 1);
}
.text-denim-blue {
  --tw-text-opacity: 1;
  color: rgb(27 55 101 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(42 209 104 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-whatsapp {
  --tw-text-opacity: 1;
  color: rgb(52 199 89 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-mm-blue {
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}
.text-mm-grey-dark {
  --tw-text-opacity: 1;
  color: rgb(135 141 150 / var(--tw-text-opacity, 1));
}
.text-mm-red {
  color: rgba(168, 32, 40, 1);
}
.text-mm-yellow {
  color: rgba(255, 205, 41, 1);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-royal-blue {
  --tw-text-opacity: 1;
  color: rgb(45 98 186 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-mm-grey {
  --tw-ring-color: rgba(250, 250, 249, 1);
}
.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.meta {
  font-size: calc(14px + 0 * ( (100vw - 400px) / 1266));
  line-height: calc(140% + 0 * ( (100vw - 400px) / 1140));
}
@media (min-width: 1280px) {

  .meta {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 400px) {

  .meta {
    font-size: 14px;
    line-height: 140%;
  }
}
.h1 {
  font-size: calc(20px + 20 * ( (100vw - 400px) / 1260));
  line-height: calc(145% + -15 * ( (100vw - 400px) / 1135));
}
@media (min-width: 1280px) {

  .h1 {
    font-size: 40px;
    line-height: 130%;
  }
}
@media (max-width: 400px) {

  .h1 {
    font-size: 20px;
    line-height: 145%;
  }
}
.h1-hero {
  font-size: calc(26px + 14 * ( (100vw - 400px) / 1254));
  line-height: calc(150% + -10 * ( (100vw - 400px) / 1130));
}
@media (min-width: 1280px) {

  .h1-hero {
    font-size: 40px;
    line-height: 140%;
  }
}
@media (max-width: 400px) {

  .h1-hero {
    font-size: 26px;
    line-height: 150%;
  }
}
.h2 {
  font-size: calc(20px + 16 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -25 * ( (100vw - 400px) / 1130));
}
@media (min-width: 1280px) {

  .h2 {
    font-size: 36px;
    line-height: 125%;
  }
}
@media (max-width: 400px) {

  .h2 {
    font-size: 20px;
    line-height: 150%;
  }
}
.h3 {
  font-size: calc(20px + 12 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}
@media (min-width: 1280px) {

  .h3 {
    font-size: 32px;
    line-height: 145%;
  }
}
@media (max-width: 400px) {

  .h3 {
    font-size: 20px;
    line-height: 150%;
  }
}
.h4 {
  font-size: calc(20px + 4 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}
@media (min-width: 1280px) {

  .h4 {
    font-size: 24px;
    line-height: 145%;
  }
}
@media (max-width: 400px) {

  .h4 {
    font-size: 20px;
    line-height: 150%;
  }
}
.h5 {
  font-size: calc(18px + 2 * ( (100vw - 400px) / 1262));
  line-height: calc(150% + -40 * ( (100vw - 400px) / 1130));
}
@media (min-width: 1280px) {

  .h5 {
    font-size: 20px;
    line-height: 110%;
  }
}
@media (max-width: 400px) {

  .h5 {
    font-size: 18px;
    line-height: 150%;
  }
}
.h6 {
  font-size: calc(16px + 2 * ( (100vw - 400px) / 1264));
  line-height: calc(150% + -10 * ( (100vw - 400px) / 1130));
}
@media (min-width: 1280px) {

  .h6 {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 400px) {

  .h6 {
    font-size: 16px;
    line-height: 150%;
  }
}
.size-lg {
  font-size: calc(14px + 4 * ( (100vw - 400px) / 1266));
  line-height: calc(150% + -10 * ( (100vw - 400px) / 1130));
}
@media (min-width: 1280px) {

  .size-lg {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 400px) {

  .size-lg {
    font-size: 14px;
    line-height: 150%;
  }
}
.\!size-base {
  font-size: calc(14px + 2 * ( (100vw - 400px) / 1266)) !important;
  line-height: calc(150% + 0 * ( (100vw - 400px) / 1130)) !important;
}
.size-base {
  font-size: calc(14px + 2 * ( (100vw - 400px) / 1266));
  line-height: calc(150% + 0 * ( (100vw - 400px) / 1130));
}
@media (min-width: 1280px) {

  .\!size-base {
    font-size: 16px !important;
    line-height: 150% !important;
  }

  .size-base {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 400px) {

  .\!size-base {
    font-size: 14px !important;
    line-height: 150% !important;
  }

  .size-base {
    font-size: 14px;
    line-height: 150%;
  }
}
.size-xs {
  font-size: calc(13px + 0 * ( (100vw - 400px) / 1267));
  line-height: calc(145% + 0 * ( (100vw - 400px) / 1135));
}
@media (min-width: 1280px) {

  .size-xs {
    font-size: 13px;
    line-height: 145%;
  }
}
@media (max-width: 400px) {

  .size-xs {
    font-size: 13px;
    line-height: 145%;
  }
}
.\!text-size-16 {
  font-size: calc(16px + 0 * ( (100vw - 400px) / 1264)) !important;
  line-height: calc(140% + 0 * ( (100vw - 400px) / 1140)) !important;
}
@media (min-width: 1280px) {

  .\!text-size-16 {
    font-size: 16px !important;
    line-height: 140% !important;
  }
}
@media (max-width: 400px) {

  .\!text-size-16 {
    font-size: 16px !important;
    line-height: 140% !important;
  }
}
.text-size-14 {
  font-size: calc(14px + 0 * ( (100vw - 400px) / 1266));
  line-height: calc(170% + 0 * ( (100vw - 400px) / 1110));
}
@media (min-width: 1280px) {

  .text-size-14 {
    font-size: 14px;
    line-height: 170%;
  }
}
@media (max-width: 400px) {

  .text-size-14 {
    font-size: 14px;
    line-height: 170%;
  }
}
.fui-label {
  font-family: Poppins, arial, sans-serif;
  font-family: "Geist", "arial", "sans-serif" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 18px !important; /* 150% */
  text-transform: uppercase;
}

.fui-checkbox-label {
  font-family: Poppins, arial, sans-serif;
  font-family: "Geist", "arial", "sans-serif" !important;
}

.fui-checkbox-label a {
  color: #2C62B9 !important;
  font-weight: 800 !important;
}

.fui-legend {
  font-family: Poppins, arial, sans-serif;
  font-family: "Geist", "arial", "sans-serif" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 18px !important; /* 150% */
  margin-bottom: 16px !important;
}

.fui-form-container textarea {
  height: 140px !important;
}

.newsletter-form .fui-page {
  display: flex !important;
  flex-direction: row !important;
}

.newsletter-form .fui-page-container {
  display: flex !important;
  flex: 1 !important;
  height: 100% !important;
}

.newsletter-form .fui-page-row {
  flex: 1 !important;
}

.newsletter-form .fui-field {
  margin: 0 !important;
  padding: 0 !important;
}

.newsletter-form .fui-input {
  padding: 14px 18px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.newsletter-form .fui-btn-wrapper {
  padding: 0 !important;
  display: flex !important;
  height: 100% !important;
}

.newsletter-form .fui-btn-wrapper .fui-submit {
  padding: 14px 18px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  font-weight: 500 !important;
  background-color: #2C62B9 !important;
  font-size: 16px !important;
  margin: 0 !important;
}

.fui-row {
  flex-direction: column !important;
}

@media (min-width: 640px) {
  .fui-row {
    flex-direction: row !important;
  }
}
.brevo-form .fui-checkbox-label {
  font-family: Poppins, arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 14px;
  line-height: 150%;
}

.brevo-form .fui-checkbox-label a {
  color: white !important;
}

.brevo-form .fui-checkbox input:checked + label:before {
  background-color: rgba(255, 205, 41, 1);
}

.brevo-form .fui-page {
  position: relative;
}

.brevo-form .fui-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.brevo-form .fui-btn-wrapper button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background: rgb(255, 205, 41);
  color: #000;
  border: none;
  padding-top: 14px;
  padding-bottom: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.brevo-form .fui-btn-wrapper button:hover {
  background: rgba(255, 205, 41, 0.5);
}

.brevo-form.site--brookCrompton .fui-checkbox input:checked + label:before {
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
}

.brevo-form.site--brookCrompton .fui-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.brevo-form.site--brookCrompton .fui-btn-wrapper button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: white;
  border: none;
  padding-top: 14px;
  padding-bottom: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.brevo-form.site--brookCrompton .fui-btn-wrapper button:hover {
  background-color: rgb(49 39 128 / 0.5);
}

.fui-checkbox label a {
  color: rgb(168, 32, 40) !important;
  font-weight: 400 !important;
  text-decoration: underline;
}

.fui-checkbox label a:hover {
  text-decoration-line: none;
}

.calculator .fui-label {
  font-family: Poppins, arial, sans-serif;
  font-family: "Geist", "arial", "sans-serif" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 18px !important; /* 150% */
  text-transform: uppercase;
}

.calculator .fui-submit {
  font-size: 16px !important;
}

.calculator .fui-type-calculations {
  padding: 10px 0 !important;
}

.calculator .fui-type-calculations .fui-input {
  font-size: 24px !important;
}

.site--brookCrompton .fui-label {
  font-family: Inter, arial, sans-serif;
  font-family: "Geist", "arial", "sans-serif" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 18px !important; /* 150% */
  text-transform: uppercase;
}

.site--brookCrompton .fui-checkbox-label {
  font-family: Inter, arial, sans-serif;
  font-family: "Geist", "arial", "sans-serif" !important;
}

.site--brookCrompton .fui-checkbox-label a {
  color: #312780 !important;
  font-weight: 800 !important;
}

.site--brookCrompton .fui-legend {
  font-family: Inter, arial, sans-serif;
  font-family: "Geist", "arial", "sans-serif" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 18px !important; /* 150% */
  margin-bottom: 16px !important;
}

.site--brookCrompton .fui-form-container textarea {
  height: 140px !important;
}

.site--brookCrompton .newsletter-form .fui-page {
  display: flex !important;
  flex-direction: row !important;
}

.site--brookCrompton .newsletter-form .fui-page-container {
  display: flex !important;
  flex: 1 !important;
  height: 100% !important;
}

.site--brookCrompton .newsletter-form .fui-page-row {
  flex: 1 !important;
}

.site--brookCrompton .newsletter-form .fui-field {
  margin: 0 !important;
  padding: 0 !important;
}

.site--brookCrompton .newsletter-form .fui-input {
  padding: 14px 18px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.site--brookCrompton .newsletter-form .fui-btn-wrapper {
  padding: 0 !important;
  display: flex !important;
  height: 100% !important;
}

.site--brookCrompton .newsletter-form .fui-btn-wrapper .fui-submit {
  padding: 14px 18px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  font-weight: 500 !important;
  background-color: #312780 !important;
  font-size: 16px !important;
  margin: 0 !important;
}

.site--brookCrompton .fui-row {
  flex-direction: column !important;
}

@media (min-width: 640px) {
  .site--brookCrompton .fui-row {
    flex-direction: row !important;
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.quiz-container {
  position: relative;
}

.quiz-container .question-container {
  position: relative;
}

.quiz-container .quiz-container-header {
  display: flex;
  flex-direction: row;
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}

.quiz-container .question {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  .quiz-container .question {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.quiz-container .slide-enter {
  transform: translateX(100%);
  opacity: 0;
}

.quiz-container .slide-current {
  transform: translateX(0);
  opacity: 1;
}

.quiz-container .slide-exit {
  transform: translateX(-100%);
  opacity: 0;
}

.quiz-container .option-group {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .quiz-container .option-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.quiz-container .navigation {
  border-left-width: 1px;
  border-color: rgba(67, 80, 103, 1);
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.quiz-container .back-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(255, 205, 41, 1) !important;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.quiz-container .back-button:disabled {
  opacity: 0.1;
  cursor: not-allowed;
}

.quiz-container .progress {
  display: flex;
  justify-content: center;
  height: 76px;
}

.quiz-container .progress-param {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.quiz-container .progress-param.large {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.windows-os .quiz-container .progress-param {
  font-weight: 500;
}

.quiz-container .progress-value {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.quiz-container .progress-item {
  display: flex;
  flex-direction: column;
  border-left-width: 1px;
  border-color: rgba(67, 80, 103, 1);
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.quiz-container .progress-dot.active {
  background: #3b82f6;
  color: #ffffff;
  opacity: 1;
}

.quiz-container .question-title {
  margin-bottom: 1rem;
}

.tagline {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.breadcrumb-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.site--default .table-container {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid rgb(229, 231, 235);
}

.site--default .table-container.blue-table {
  border: 1px solid rgb(255, 205, 41);
}

.spec-table {
  width: 100%;
  border-collapse: separate;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgba(229, 231, 235, 1);
}

.spec-table tbody tr td {
  border-bottom-width: 1px;
  border-color: rgba(229, 231, 235, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0px;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(33, 39, 42, 1);
}

.spec-table tbody tr:last-child td {
  border-bottom-width: 0px;
}

.site--brookCrompton .table-container {
  overflow-x: auto;
  border-width: 1px;
  border-color: rgba(67, 80, 103, 1);
}

h1, h2 {
  text-align: center;
}

.table-container {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
}

.table-container thead th {
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.windows-os .table-container thead th {
  font-weight: 400;
}

.table-container.blue-table {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.table-container.blue-table thead th {
  background-color: rgba(255, 205, 41, 1);
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}

.windows-os .table-container.blue-table thead th {
  font-weight: 400;
}

.table-container tbody tr td {
  border-bottom-width: 1px;
  border-color: rgba(229, 231, 235, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: top;
  font-size: 1rem;
  color: rgba(33, 39, 42, 1);
}

.table-container tbody tr:last-child td {
  border-bottom-width: 0px;
}

.site--brookCrompton table {
  width: 100%;
  border-width: 1px;
  border-color: rgba(229, 231, 235, 1);
}

.site--brookCrompton table thead th {
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.windows-os .site--brookCrompton table thead th {
  font-weight: 400;
}

.site--brookCrompton table tbody tr td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  color: rgba(33, 39, 42, 1);
}

.site--brookCrompton table tbody tr:nth-child(odd) td {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
}

.site--brookCrompton table tbody tr:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.site--brookCrompton table tbody tr:last-child td {
  border-bottom-width: 0px;
}

.shimmer {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  animation: shimmer 1.5s infinite linear;
}

.shimmer-line {
  height: 16px;
  border-radius: 4px;
}

@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.table-skeleton th {
  padding: 12px;
  text-align: left;
}

.table-skeleton td {
  padding: 16px 12px;
}

.applications-slider .swiper-slide {
  width: 302px;
}

.swiper-slide {
  height: auto;
}

.slider .swiper-slide .prose p {
  margin: 0 !important;
}

.swiper-pagination {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
}

.swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}

.swiper-pagination .swiper-pagination-bullet .prose strong {
  color: rgba(255, 205, 41, 1);
}

.windows-os .swiper-pagination .swiper-pagination-bullet:not(button) {
  font-weight: 300;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(168 32 40 / var(--tw-bg-opacity, 1));
}

.slider-motor-images-navigation .swiper-pagination {
  margin-top: 0.75rem;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
}

.slider-motor-images-navigation .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.2);
  width: 6px;
  height: 6px;
}

.slider-motor-images-navigation .swiper-pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}

.slider-motor-images-navigation .swiper-pagination .swiper-pagination-bullet-active .prose strong {
  color: rgba(255, 205, 41, 1);
}

.windows-os .slider-motor-images-navigation .swiper-pagination .swiper-pagination-bullet-active:not(button) {
  font-weight: 300;
}

.reviews-slider .swiper-pagination {
  margin-top: 1.5rem;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 1rem;
}

.reviews-slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.2);
  width: 8px;
  height: 8px;
}

.reviews-slider .swiper-pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}

.reviews-slider .swiper-pagination .swiper-pagination-bullet-active .prose strong {
  color: rgba(255, 205, 41, 1);
}

.windows-os .reviews-slider .swiper-pagination .swiper-pagination-bullet-active:not(button) {
  font-weight: 300;
}

.blogs-slider .swiper-pagination .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.blogs-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 205, 41, 1);
}

.blogs-slider .swiper-button-prev.swiper-button-disabled,
.blogs-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.hero-slider {
  position: relative;
}

.hero-slider .swiper-pagination {
  position: absolute;
  bottom: 1.25rem;
  left: 0px;
  right: 0px;
  z-index: 10;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
}

.hero-slider .swiper-pagination .swiper-pagination-bullet {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(255, 205, 41, 1);
}

h1 {
  font-weight: 600;
  font-size: calc(20px + 20 * ( (100vw - 400px) / 1260));
  line-height: calc(145% + -15 * ( (100vw - 400px) / 1135));
}

@media (min-width: 1280px) {

  h1 {
    font-size: 40px;
    line-height: 130%;
  }
}

@media (max-width: 400px) {

  h1 {
    font-size: 20px;
    line-height: 145%;
  }
}

.windows-os h1 {
  font-weight: 500;
}

h2 {
  font-weight: 600;
  font-size: calc(20px + 16 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -25 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  h2 {
    font-size: 36px;
    line-height: 125%;
  }
}

@media (max-width: 400px) {

  h2 {
    font-size: 20px;
    line-height: 150%;
  }
}

.windows-os h2 {
  font-weight: 500;
}

h3 {
  font-weight: 500;
  font-size: calc(20px + 12 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  h3 {
    font-size: 32px;
    line-height: 145%;
  }
}

@media (max-width: 400px) {

  h3 {
    font-size: 20px;
    line-height: 150%;
  }
}

.windows-os h3 {
  font-weight: 400;
}

h4 {
  font-weight: 500;
  font-size: calc(20px + 4 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  h4 {
    font-size: 24px;
    line-height: 145%;
  }
}

@media (max-width: 400px) {

  h4 {
    font-size: 20px;
    line-height: 150%;
  }
}

.windows-os h4 {
  font-weight: 400;
}

h5 {
  font-weight: 500;
  font-size: calc(18px + 2 * ( (100vw - 400px) / 1262));
  line-height: calc(150% + -40 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  h5 {
    font-size: 20px;
    line-height: 110%;
  }
}

@media (max-width: 400px) {

  h5 {
    font-size: 18px;
    line-height: 150%;
  }
}

.windows-os h5 {
  font-weight: 400;
}

h6 {
  font-size: calc(16px + 2 * ( (100vw - 400px) / 1264));
  line-height: calc(150% + -10 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  h6 {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 400px) {

  h6 {
    font-size: 16px;
    line-height: 150%;
  }
}

.windows-os .site--default .btn {
  font-weight: 500 !important;
}

.windows-os .tagline {
  font-weight: 600;
}

.windows-os .breadcrumb-item {
  font-weight: 400;
}

.windows-os table thead th {
  font-weight: 400;
}

.windows-os h1 {
  font-weight: 500;
}

.windows-os h2 {
  font-weight: 500;
}

.windows-os h3 {
  font-weight: 400;
}

.windows-os h4 {
  font-weight: 400;
}

.windows-os h5 {
  font-weight: 400;
}

.windows-os .prose * {
  font-weight: 300;
}

.windows-os .prose strong {
  font-weight: 400 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slider .swiper-slide .prose-description p {
  margin: 0;
}

.windows-os .prose-description * {
  font-weight: 300;
}

.windows-os .prose-description strong {
  font-weight: 400;
}

.prose-description ul {
  padding-top: 0;
}

.prose-description .image.image-style-align-center img {
  margin-left: auto;
  margin-right: auto;
}

.prose-description .image.image-style-align-left img {
  margin-right: auto;
}

.prose-description .image.image-style-align-right img {
  margin-left: auto;
}

.bg-brand-blue .prose-description strong {
  color: rgba(255, 205, 41, 1);
}

.prose-description p:last-child {
  padding-top: 0;
}

.prose-description {
  max-width: none;
}

.prose-description h1,.prose-description h2,.prose-description h3,.prose-description h4,.prose-description h5,.prose-description h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-description h1,.windows-os .prose-description h2,.windows-os .prose-description h3,.windows-os .prose-description h4,.windows-os .prose-description h5,.windows-os .prose-description h6 {
  font-weight: 500;
}

.prose-description h1,.prose-description h2,.prose-description h3,.prose-description h4,.prose-description h5,.prose-description h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-description h1,.windows-os .prose-description h2,.windows-os .prose-description h3,.windows-os .prose-description h4,.windows-os .prose-description h5,.windows-os .prose-description h6 {
  font-weight: 500;
}

.prose-description h1,.prose-description h2,.prose-description h3,.prose-description h4,.prose-description h5,.prose-description h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-description h1,.windows-os .prose-description h2,.windows-os .prose-description h3,.windows-os .prose-description h4,.windows-os .prose-description h5,.windows-os .prose-description h6 {
  font-weight: 500;
}

.prose-description h1,.prose-description h2,.prose-description h3,.prose-description h4,.prose-description h5,.prose-description h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-description h1,.windows-os .prose-description h2,.windows-os .prose-description h3,.windows-os .prose-description h4,.windows-os .prose-description h5,.windows-os .prose-description h6 {
  font-weight: 500;
}

.prose-description h1,.prose-description h2,.prose-description h3,.prose-description h4,.prose-description h5,.prose-description h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-description h1,.windows-os .prose-description h2,.windows-os .prose-description h3,.windows-os .prose-description h4,.windows-os .prose-description h5,.windows-os .prose-description h6 {
  font-weight: 500;
}

.prose-description h1,.prose-description h2,.prose-description h3,.prose-description h4,.prose-description h5,.prose-description h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-description h1,.windows-os .prose-description h2,.windows-os .prose-description h3,.windows-os .prose-description h4,.windows-os .prose-description h5,.windows-os .prose-description h6 {
  font-weight: 500;
}

.prose-description h1 {
  font-size: calc(20px + 20 * ( (100vw - 400px) / 1260));
  line-height: calc(145% + -15 * ( (100vw - 400px) / 1135));
}

@media (min-width: 1280px) {

  .prose-description h1 {
    font-size: 40px;
    line-height: 130%;
  }
}

@media (max-width: 400px) {

  .prose-description h1 {
    font-size: 20px;
    line-height: 145%;
  }
}

.prose-description h2 {
  font-size: calc(20px + 16 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -25 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-description h2 {
    font-size: 36px;
    line-height: 125%;
  }
}

@media (max-width: 400px) {

  .prose-description h2 {
    font-size: 20px;
    line-height: 150%;
  }
}

.prose-description h3 {
  font-size: calc(20px + 12 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-description h3 {
    font-size: 32px;
    line-height: 145%;
  }
}

@media (max-width: 400px) {

  .prose-description h3 {
    font-size: 20px;
    line-height: 150%;
  }
}

.prose-description h4 {
  font-size: calc(20px + 4 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-description h4 {
    font-size: 24px;
    line-height: 145%;
  }
}

@media (max-width: 400px) {

  .prose-description h4 {
    font-size: 20px;
    line-height: 150%;
  }
}

.prose-description h5 {
  font-size: calc(18px + 2 * ( (100vw - 400px) / 1262));
  line-height: calc(150% + -40 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-description h5 {
    font-size: 20px;
    line-height: 110%;
  }
}

@media (max-width: 400px) {

  .prose-description h5 {
    font-size: 18px;
    line-height: 150%;
  }
}

.prose-description h6 {
  font-size: calc(16px + 2 * ( (100vw - 400px) / 1264));
  line-height: calc(150% + -10 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-description h6 {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 400px) {

  .prose-description h6 {
    font-size: 16px;
    line-height: 150%;
  }
}

.prose-description p {
  margin-bottom: 1rem;
}

.prose-description ul {
  list-style-type: disc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.prose-description:last-of-type(p) {
  margin-bottom: 0px;
}

.details .prose-description p {
  padding-top: 0;
  padding-bottom: 0;
}

.prose-description ul {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-tabbed {
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.slider .swiper-slide .prose-tabbed p {
  margin: 0;
}

.windows-os .prose-tabbed * {
  font-weight: 300;
}

.windows-os .prose-tabbed strong {
  font-weight: 400;
}

.prose-tabbed ul {
  padding-top: 0;
}

.prose-tabbed .image.image-style-align-center img {
  margin-left: auto;
  margin-right: auto;
}

.prose-tabbed .image.image-style-align-left img {
  margin-right: auto;
}

.prose-tabbed .image.image-style-align-right img {
  margin-left: auto;
}

.bg-brand-blue .prose-tabbed strong {
  color: rgba(255, 205, 41, 1);
}

.prose-tabbed p:last-child {
  padding-top: 0;
}

.prose-tabbed {
  max-width: none;
}

.prose-tabbed h1,.prose-tabbed h2,.prose-tabbed h3,.prose-tabbed h4,.prose-tabbed h5,.prose-tabbed h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-tabbed h1,.windows-os .prose-tabbed h2,.windows-os .prose-tabbed h3,.windows-os .prose-tabbed h4,.windows-os .prose-tabbed h5,.windows-os .prose-tabbed h6 {
  font-weight: 500;
}

.prose-tabbed h1,.prose-tabbed h2,.prose-tabbed h3,.prose-tabbed h4,.prose-tabbed h5,.prose-tabbed h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-tabbed h1,.windows-os .prose-tabbed h2,.windows-os .prose-tabbed h3,.windows-os .prose-tabbed h4,.windows-os .prose-tabbed h5,.windows-os .prose-tabbed h6 {
  font-weight: 500;
}

.prose-tabbed h1,.prose-tabbed h2,.prose-tabbed h3,.prose-tabbed h4,.prose-tabbed h5,.prose-tabbed h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-tabbed h1,.windows-os .prose-tabbed h2,.windows-os .prose-tabbed h3,.windows-os .prose-tabbed h4,.windows-os .prose-tabbed h5,.windows-os .prose-tabbed h6 {
  font-weight: 500;
}

.prose-tabbed h1,.prose-tabbed h2,.prose-tabbed h3,.prose-tabbed h4,.prose-tabbed h5,.prose-tabbed h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-tabbed h1,.windows-os .prose-tabbed h2,.windows-os .prose-tabbed h3,.windows-os .prose-tabbed h4,.windows-os .prose-tabbed h5,.windows-os .prose-tabbed h6 {
  font-weight: 500;
}

.prose-tabbed h1,.prose-tabbed h2,.prose-tabbed h3,.prose-tabbed h4,.prose-tabbed h5,.prose-tabbed h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-tabbed h1,.windows-os .prose-tabbed h2,.windows-os .prose-tabbed h3,.windows-os .prose-tabbed h4,.windows-os .prose-tabbed h5,.windows-os .prose-tabbed h6 {
  font-weight: 500;
}

.prose-tabbed h1,.prose-tabbed h2,.prose-tabbed h3,.prose-tabbed h4,.prose-tabbed h5,.prose-tabbed h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose-tabbed h1,.windows-os .prose-tabbed h2,.windows-os .prose-tabbed h3,.windows-os .prose-tabbed h4,.windows-os .prose-tabbed h5,.windows-os .prose-tabbed h6 {
  font-weight: 500;
}

.prose-tabbed h1 {
  font-size: calc(20px + 20 * ( (100vw - 400px) / 1260));
  line-height: calc(145% + -15 * ( (100vw - 400px) / 1135));
}

@media (min-width: 1280px) {

  .prose-tabbed h1 {
    font-size: 40px;
    line-height: 130%;
  }
}

@media (max-width: 400px) {

  .prose-tabbed h1 {
    font-size: 20px;
    line-height: 145%;
  }
}

.prose-tabbed h2 {
  font-size: calc(20px + 16 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -25 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-tabbed h2 {
    font-size: 36px;
    line-height: 125%;
  }
}

@media (max-width: 400px) {

  .prose-tabbed h2 {
    font-size: 20px;
    line-height: 150%;
  }
}

.prose-tabbed h3 {
  font-size: calc(20px + 12 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-tabbed h3 {
    font-size: 32px;
    line-height: 145%;
  }
}

@media (max-width: 400px) {

  .prose-tabbed h3 {
    font-size: 20px;
    line-height: 150%;
  }
}

.prose-tabbed h4 {
  font-size: calc(20px + 4 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-tabbed h4 {
    font-size: 24px;
    line-height: 145%;
  }
}

@media (max-width: 400px) {

  .prose-tabbed h4 {
    font-size: 20px;
    line-height: 150%;
  }
}

.prose-tabbed h5 {
  font-size: calc(18px + 2 * ( (100vw - 400px) / 1262));
  line-height: calc(150% + -40 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-tabbed h5 {
    font-size: 20px;
    line-height: 110%;
  }
}

@media (max-width: 400px) {

  .prose-tabbed h5 {
    font-size: 18px;
    line-height: 150%;
  }
}

.prose-tabbed h6 {
  font-size: calc(16px + 2 * ( (100vw - 400px) / 1264));
  line-height: calc(150% + -10 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-tabbed h6 {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 400px) {

  .prose-tabbed h6 {
    font-size: 16px;
    line-height: 150%;
  }
}

.prose-tabbed p {
  margin-bottom: 1rem;
}

.prose-tabbed ul {
  list-style-type: disc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.prose-tabbed:last-of-type(p) {
  margin-bottom: 0px;
}

.details .prose-tabbed p {
  padding-top: 0;
  padding-bottom: 0;
}

.prose-tabbed {
  max-width: 1052px !important;
}

.prose-tabbed ul {
  margin-top: 0px;
  padding-top: 0 !important;
}

.mr-break-out {
  margin-left: auto;
  margin-right: calc(-50vw + 50%);
  width: calc(50vw + 50%);
  max-width: none;
}

.ml-break-out {
  margin-right: auto;
  margin-left: calc(-50vw + 50%);
  width: calc(50vw + 50%);
  max-width: none;
}

.prose ul {
  padding-top: 0 !important;
}

.prose .image.image-style-align-center img {
  margin-left: auto;
  margin-right: auto;
}

.prose .image.image-style-align-left img {
  margin-right: auto;
}

.prose .image.image-style-align-right img {
  margin-left: auto;
}

.prose-brand p {
  font-size: 13px;
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  .prose-brand p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.quiz-prose li {
  margin-top: 0;
  margin-bottom: 0;
}

.quiz-prose p {
  margin-bottom: 0.5rem !important;
  margin-top: 0;
}

.quiz-prose p:last-child {
  margin-bottom: 0;
}

.prose-highlights p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.prose-highlights a {
  color: rgba(168, 32, 40, 1);
  text-decoration-line: underline;
}

.motor-highlights:last-child {
  border: none;
}

.underline-dotted {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.bg-brand-blue .prose strong {
  color: rgba(255, 205, 41, 1);
}

.site--default .btn {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  border-radius: 10px;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.windows-os .site--default .btn {
  font-weight: 500;
}

@media (min-width: 640px) {
  .site--default .btn {
    padding: 1rem;
    font-size: 1rem;
  }
}
.site--default .btn.btn-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site--default .btn.btn-blue:hover {
  opacity: 0.9;
}

.site--default .btn.btn-blue.selected {
  background-color: rgba(255, 205, 41, 1);
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}

.site--default .btn.btn-blue.unselected:hover {
  opacity: 0.6;
}

.site--default .btn.btn-green {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 98 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(45 98 186 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.windows-os .site--default .btn.btn-green {
  font-weight: 400;
}

.site--default .btn.btn-green:hover {
  opacity: 0.8;
}

.site--default .btn.btn-green:disabled, .site--default .btn.btn-green.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.site--default .btn.btn-yellow {
  background-color: rgba(255, 205, 41, 1);
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}

.site--default .btn.btn-yellow:hover {
  opacity: 0.9;
}

.site--default .btn.btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.site--default .form-section-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site--default .form-section-buttons button .prose strong {
  color: rgba(255, 205, 41, 1);
}

.windows-os .site--default .form-section-buttons button {
  font-weight: 300;
}

.windows-os .site--default .form-section-buttons button:not(button) {
  font-weight: 300;
}

.site--default .form-section-buttons button.active-section {
  background-color: rgba(255, 205, 41, 1);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}

.windows-os .site--default .form-section-buttons button.active-section {
  font-weight: 400;
}

.site--default .form-section-buttons button:hover:not(.active-section) {
  background-color: rgb(44 53 68 / 0.9);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site--default .site--brookCrompton .btn {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site--default .site--brookCrompton .btn.btn-primary {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site--default .site--brookCrompton .btn.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(49 39 128 / var(--tw-text-opacity, 1));
}

.site--default .site--brookCrompton .btn.btn-secondary {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(49 39 128 / var(--tw-text-opacity, 1));
}

.site--default .site--brookCrompton .btn.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site--default .site--brookCrompton .btn.btn-sm {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.site--default .site--brookCrompton .form-section-buttons {
  border-bottom-width: 1px;
  border-color: rgb(49 39 128 / 0.2);
}

.site--default .site--brookCrompton .form-section-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 244 248 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(49 39 128 / var(--tw-text-opacity, 1));
}

.windows-os .site--default .site--brookCrompton .form-section-buttons button {
  font-weight: 500;
}

.site--default .site--brookCrompton .form-section-buttons button.active-section {
  --tw-border-opacity: 1;
  border-color: rgb(49 39 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
}

.image-card-link .image-card-image {
  transition: all 0.3s ease;
  position: relative;
  bottom: -50px;
  max-height: 130px;
}

@media (min-width: 768px) {
  .image-card-link .image-card-image {
    bottom: 0;
    max-height: none;
  }
}
.image-card-link:hover .image-card-image {
  bottom: 0px;
}

@media (min-width: 768px) {
  .image-card-link:hover .image-card-image {
    bottom: 70px;
  }
}
.application-icon {
  border-radius: 5px;
  border: 1px solid #4F4F4F;
  background: linear-gradient(180deg, #212121 0%, #2B2B2B 75.48%);
  box-shadow: 0 3px 4px 5px rgba(0, 0, 0, 0.25);
}

.image-card-link-1:hover {
  border-color: #9A1C00;
  background: linear-gradient(180deg, #2C3544 0%, #581000 75.48%);
  box-shadow: none;
}

.image-card-link-2:hover {
  border-color: #00B1B1;
  background: linear-gradient(180deg, #2C3544 0%, #005858 75.48%);
  box-shadow: none;
}

.image-card-link-3:hover {
  border-color: #000478;
  background: linear-gradient(180deg, #2C3544 0%, #000478 75.48%);
  box-shadow: none;
}

.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.shadow-loop {
  box-shadow: 0 3px 4px 5px rgba(31, 40, 54, 0.25);
}

.shadow-image {
  box-shadow: 0 0.57px 38px 3px rgba(0, 0, 0, 0.13);
}

.gradient-blue {
  background: linear-gradient(180deg, #2C3544 0%, #364255 75.48%);
}

.shadow-drop {
  box-shadow: 0 0 0 1px #E1E3E9;
}

.shadow-light {
  box-shadow: 10px 10px 50px 0 rgba(0, 98, 255, 0.03);
}

.map-embed .place-card {
  display: none !important;
}

.btn.loading {
  cursor: not-allowed;
  opacity: 0.75;
  position: relative;
}

.btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.btn.btn-gray {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.btn.btn-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.radio__button {
  transition: all 0.2s ease;
}

.radio__button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.radio__button input:checked + label {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.radio__button input:checked + label .radio {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  position: relative;
}

.radio__button input:checked + label .radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.container {
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 640px) {
  .container {
    max-width: 660px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1060px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1330px;
  }
}
.prose p:last-child {
  padding-top: 0;
}

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

.break-anywhere {
  word-wrap: anywhere;
}

.prose {
  max-width: none;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 600;
}

.windows-os .prose h1,.windows-os  .prose h2,.windows-os  .prose h3,.windows-os  .prose h4,.windows-os  .prose h5,.windows-os  .prose h6 {
  font-weight: 500;
}

.prose h1 {
  font-size: calc(20px + 20 * ( (100vw - 400px) / 1260));
  line-height: calc(145% + -15 * ( (100vw - 400px) / 1135));
}

@media (min-width: 1280px) {

  .prose h1 {
    font-size: 40px;
    line-height: 130%;
  }
}

@media (max-width: 400px) {

  .prose h1 {
    font-size: 20px;
    line-height: 145%;
  }
}

.prose h2 {
  font-size: calc(20px + 16 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -25 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose h2 {
    font-size: 36px;
    line-height: 125%;
  }
}

@media (max-width: 400px) {

  .prose h2 {
    font-size: 20px;
    line-height: 150%;
  }
}

.prose h3 {
  font-size: calc(20px + 12 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose h3 {
    font-size: 32px;
    line-height: 145%;
  }
}

@media (max-width: 400px) {

  .prose h3 {
    font-size: 20px;
    line-height: 150%;
  }
}

.prose h4 {
  font-size: calc(20px + 4 * ( (100vw - 400px) / 1260));
  line-height: calc(150% + -5 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose h4 {
    font-size: 24px;
    line-height: 145%;
  }
}

@media (max-width: 400px) {

  .prose h4 {
    font-size: 20px;
    line-height: 150%;
  }
}

.prose h5 {
  font-size: calc(18px + 2 * ( (100vw - 400px) / 1262));
  line-height: calc(150% + -40 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose h5 {
    font-size: 20px;
    line-height: 110%;
  }
}

@media (max-width: 400px) {

  .prose h5 {
    font-size: 18px;
    line-height: 150%;
  }
}

.prose h6 {
  font-size: calc(16px + 2 * ( (100vw - 400px) / 1264));
  line-height: calc(150% + -10 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose h6 {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 400px) {

  .prose h6 {
    font-size: 16px;
    line-height: 150%;
  }
}

.prose p {
  margin-bottom: 1rem;
}

.prose ul {
  list-style-type: disc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}

.prose:last-of-type(p) {
  margin-bottom: 0px;
}

.input-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

[data-field-handle=result] input[type=text] {
  border-radius: 0px;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: calc(14px + 4 * ( (100vw - 400px) / 1266));
  line-height: calc(150% + -10 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  [data-field-handle=result] input[type=text] {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 400px) {

  [data-field-handle=result] input[type=text] {
    font-size: 14px;
    line-height: 150%;
  }
}

.windows-os [data-field-handle=result] input[type=text] {
  font-weight: 500;
}

input[type=checkbox],
input[type=radio] {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  border-color: rgba(229, 231, 235, 1);
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(44 53 68 / var(--tw-border-opacity, 1));
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
input[type=file],
input[type=search],
.fui-input {
  display: block;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgba(229, 231, 235, 1);
  background-color: rgba(250, 250, 249, 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Poppins, arial, sans-serif;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=search]:focus,
.fui-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=number],
input[type=file],
input[type=search],
.fui-input {
  font-size: 14px !important;
}

@media (min-width: 640px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=file],
  input[type=search],
  .fui-input {
    font-size: 16px;
  }
}
.fui-alert {
  font-family: Poppins, arial, sans-serif !important;
}

.fui-alert-success {
  background-color: rgba(22, 163, 74, 0.15) !important;
  color: rgb(22, 163, 74) !important;
}

.fui-checkbox label, .fui-instructions {
  font-size: 14px !important;
  font-family: Poppins, arial, sans-serif !important;
}

@media (min-width: 640px) {
  .fui-checkbox label, .fui-instructions {
    font-size: 16px;
  }
}
.formie-form button[type=submit] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, arial, sans-serif;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.fui-form-container textarea,
textarea {
  display: block;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgba(229, 231, 235, 1);
  background-color: rgba(250, 250, 249, 1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Poppins, arial, sans-serif;
}

.fui-form-container textarea:focus,
textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {

  .fui-form-container textarea,
textarea {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

select {
  display: block !important;
  border-radius: 10px !important;
  border-width: 1px !important;
  border-color: rgb(229, 231, 235) !important;
  background-color: rgb(250, 250, 249) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-family: Poppins, arial, sans-serif !important;
}

.formie-form {
  width: 100%;
}

.formie-form .fui-submit {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.formie-form select {
  width: 100% !important;
}

.tabbed-form {
  width: 100%;
}

.tabbed-form .fui-submit {
  display: block;
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.details label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.windows-os .details label {
  font-weight: 500;
}

.details .prose p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1280px) {
  .applications-slider,
  .stories,
  .blogs-slider,
  .customers {
    overflow: visible !important;
  }
}
[x-cloak] {
  display: none !important;
}

/* Optional: Add smooth scrollbar to the cart panel */
.overflow-y-auto {
  scrollbar-width: thin;
  scrollbar-color: rgba(156, 163, 175, 0.5) transparent;
}

.overflow-y-auto::-webkit-scrollbar {
  width: 6px;
}

.overflow-y-auto::-webkit-scrollbar-track {
  background: transparent;
}

.overflow-y-auto::-webkit-scrollbar-thumb {
  background-color: rgba(156, 163, 175, 0.5);
  border-radius: 3px;
}

.account-slider {
  position: relative;
}

.account-slider .swiper-pagination {
  position: absolute;
  bottom: 2rem;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  z-index: 10;
}

.account-slider .swiper-pagination .swiper-pagination-bullet {
  height: 0.5rem;
  width: 0.5rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.account-slider .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.75rem;
  width: 0.75rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.windows-os body {
  font-weight: 300;
}

.windows-os .font-medium {
  font-weight: 400 !important;
}

.windows-os .font-semibold {
  font-weight: 500 !important;
}

.windows-os .font-normal {
  font-weight: 300 !important;
}

.windows-os .font-bold {
  font-weight: 600 !important;
}

.windows-os .btn {
  font-weight: 400 !important;
}

.windows-os h3 {
  font-weight: 400 !important;
}

.windows-os span, .windows-os p, .windows-os a, .windows-os li, .windows-os div {
  font-weight: 300;
}

.windows-os h3 {
  font-weight: 500 !important;
}

.windows-os h3 span {
  font-weight: 500 !important;
}

.windows-os .terms-glossary-popover div, .windows-os .terms-glossary-popover span {
  font-weight: 400 !important;
}

.windows-os .bg-brand-blue:not(button) {
  font-weight: 300 !important;
}

.windows-os .form-section-buttons button {
  font-weight: 300 !important;
}

.windows-os .form-section-buttons button.active-section {
  font-weight: 400 !important;
}

.windows-os .formie-form .fui-submit {
  font-weight: 400 !important;
}

.slideincart {
  box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  position: fixed;
  right: -400px;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 98;
  transition: right 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@media (min-width: 640px) {
  .slideincart {
    width: 400px;
  }
}
.slideincart.no-transition {
  transition: none !important;
}

.slideincart.is-open {
  right: 0;
  visibility: visible;
}

.spinner-circular {
  animation: rotate 2s linear infinite;
}

.spinner-circular circle {
  stroke: #fff;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.spinner-circular.checkout {
  width: 16px;
  height: 16px;
}

.spinner-circular.search circle {
  stroke: black;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.spinner-circular.search {
  width: 24px;
  height: 24px;
}

.spinner-circular.search circle {
  stroke: black;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

.variant-radio:checked + label {
  --tw-border-opacity: 1;
  border-color: rgb(44 53 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.variant-radio:checked + label .stock-text {
  color: rgba(255, 205, 41, 1);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.variant-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.product-variant-grid {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .product-variant-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
input[type=radio] + label .radio {
  transition: background 0.2s !important;
  transform: 0.2s !important;
}

input[type=radio]:checked + label .radio {
  box-shadow: 0px 0px 0px 3px white inset !important;
  background-color: #2C3544 !important;
}

input[type=checkbox]:checked {
  background-color: #2C3544 !important;
}

.site--brookCrompton input[type=checkbox],
.site--brookCrompton input[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;
  border-radius: 0px;
}

.site--brookCrompton input[type=checkbox]:focus,
.site--brookCrompton input[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);
}

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

@media (forced-colors: active)  {

  .site--brookCrompton input[type=checkbox]:checked,
.site--brookCrompton input[type=radio]:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {

  .site--brookCrompton input[type=checkbox]:indeterminate,
.site--brookCrompton input[type=radio]:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.site--brookCrompton input[type=checkbox]:indeterminate:hover,.site--brookCrompton input[type=checkbox]:indeterminate:focus,
.site--brookCrompton input[type=radio]:indeterminate:hover,
.site--brookCrompton input[type=radio]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.site--brookCrompton input[type=checkbox],
.site--brookCrompton input[type=radio] {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  border-color: rgba(229, 231, 235, 1);
  --tw-text-opacity: 1;
  color: rgb(49 39 128 / var(--tw-text-opacity, 1));
}

.site--brookCrompton input[type=checkbox]:checked,
.site--brookCrompton input[type=radio]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(49 39 128 / var(--tw-border-opacity, 1));
}

.site--brookCrompton input[type=text],
.site--brookCrompton input[type=email],
.site--brookCrompton input[type=password],
.site--brookCrompton input[type=tel],
.site--brookCrompton input[type=url],
.site--brookCrompton input[type=number],
.site--brookCrompton input[type=file],
.site--brookCrompton input[type=search],
.site--brookCrompton .fui-input {
  display: block;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(49 39 128 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Inter, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site--brookCrompton input[type=text]:focus,
.site--brookCrompton input[type=email]:focus,
.site--brookCrompton input[type=password]:focus,
.site--brookCrompton input[type=tel]:focus,
.site--brookCrompton input[type=url]:focus,
.site--brookCrompton input[type=number]:focus,
.site--brookCrompton input[type=file]:focus,
.site--brookCrompton input[type=search]:focus,
.site--brookCrompton .fui-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.site--brookCrompton input[type=text],
.site--brookCrompton input[type=email],
.site--brookCrompton input[type=password],
.site--brookCrompton input[type=tel],
.site--brookCrompton input[type=url],
.site--brookCrompton input[type=number],
.site--brookCrompton input[type=file],
.site--brookCrompton input[type=search],
.site--brookCrompton .fui-input {
  font-size: 14px !important;
}

@media (min-width: 640px) {
  .site--brookCrompton input[type=text],
  .site--brookCrompton input[type=email],
  .site--brookCrompton input[type=password],
  .site--brookCrompton input[type=tel],
  .site--brookCrompton input[type=url],
  .site--brookCrompton input[type=number],
  .site--brookCrompton input[type=file],
  .site--brookCrompton input[type=search],
  .site--brookCrompton .fui-input {
    font-size: 16px;
  }
}
.site--brookCrompton .fui-checkbox label {
  border-radius: 0px;
  font-size: 14px !important;
  font-family: Inter, arial, sans-serif !important;
}

@media (min-width: 640px) {
  .site--brookCrompton .fui-checkbox label {
    font-size: 16px;
  }
}
.site--brookCrompton button[type=submit] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Inter, arial, sans-serif;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site--brookCrompton .fui-form-container textarea,
.site--brookCrompton textarea {
  display: block;
  width: 100%;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(49 39 128 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Inter, arial, sans-serif;
}

.site--brookCrompton .fui-form-container textarea:focus,
.site--brookCrompton textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {

  .site--brookCrompton .fui-form-container textarea,
.site--brookCrompton textarea {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.site--brookCrompton select {
  display: block !important;
  border-width: 1px !important;
  border-radius: 0 !important;
  border-color: rgb(229, 231, 235) !important;
  background-color: rgb(250, 250, 249) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-family: Inter, arial, sans-serif !important;
}

.site--brookCrompton .formie-form {
  width: 100%;
}

.site--brookCrompton .formie-form .fui-submit {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site--brookCrompton .formie-form select {
  width: 100% !important;
}

.site--brookCrompton .tabbed-form {
  width: 100%;
}

.site--brookCrompton .tabbed-form .fui-submit {
  display: block;
  width: 100%;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 128 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover-zoom-container {
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
}

.zoom-image {
  transition: transform 0.2s ease;
  transform-origin: center;
}

.tab-section-buttons .tabbed-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: rgb(255 255 255 / 0.5);
}

.windows-os .tab-section-buttons .tabbed-content {
  font-weight: 400;
}

.tab-section-buttons .tabbed-content svg path {
  fill: rgb(255 255 255 / 0.5);
}

@media (min-width: 768px) {
  .tab-section-buttons .tabbed-content {
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.tab-section-buttons .tabbed-content.active-section {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .tab-section-buttons .tabbed-content.active-section {
    border-bottom-width: 2px;
    border-bottom-color: rgba(255, 205, 41, 1);
  }
}
.tab-section-buttons .tabbed-content.active-section svg path {
  fill: #fff;
}

.tab-section-buttons .tabbed-content:hover:not(.active-section) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tab-section-buttons .tabbed-content:hover:not(.active-section) svg path {
  fill: #fff;
}

.f-caption a {
  text-decoration: underline;
}

.f-caption a:hover {
  text-decoration: none;
}

.custom-upload input[type=file] {
  display: none;
}

.custom-upload label {
  font-family: "Poppins", arial, sans-serif !important;
  border: 1px dashed #E4E4E7;
  border-spacing: 10px;
  margin-bottom: 0;
  padding: 14px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}

.custom-upload label::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 28px;
  background-image: url("/assets/img/form-upload.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.grecaptcha-badge {
  visibility: hidden;
}

label:has(.checkout-option:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(45 98 186 / var(--tw-border-opacity, 1));
  background-color: rgb(45 98 186 / 0.05);
}

.fui-type-multi-line-text textarea {
  min-height: 150px;
}

.fui-row.fui-page-row[data-fui-field-count="2"] {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .fui-row.fui-page-row[data-fui-field-count="2"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gallery-filters .gallery-type-radio + label {
  border-color: rgb(255 255 255 / 0.2);
}

.gallery-filters .gallery-type-radio:checked + label {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder\:text-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

@keyframes ping {

  75%, 100% {
    content: var(--tw-content);
    transform: scale(2);
    opacity: 0;
  }
}

.before\:animate-ping::before {
  content: var(--tw-content);
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}

.before\:border-green-500::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(42 209 104 / var(--tw-border-opacity, 1));
}

.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

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

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(44 98 185 / var(--tw-border-opacity, 1));
}

.hover\:border-mm-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(44 53 68 / var(--tw-border-opacity, 1));
}

.hover\:border-mm-grey-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(135 141 150 / var(--tw-border-opacity, 1));
}

.hover\:border-mm-yellow:hover {
  border-color: rgba(255, 205, 41, 1);
}

.hover\:border-royal-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(45 98 186 / var(--tw-border-opacity, 1));
}

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

.hover\:\!bg-mm-blue\/90:hover {
  background-color: rgb(44 53 68 / 0.9) !important;
}

.hover\:bg-\[\#DBE3F1\]\/50:hover {
  background-color: rgb(219 227 241 / 0.5);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 98 185 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(35 78 148 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-denim-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 55 101 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 209 104 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mm-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mm-blue\/75:hover {
  background-color: rgb(44 53 68 / 0.75);
}

.hover\:bg-mm-blue\/80:hover {
  background-color: rgb(44 53 68 / 0.8);
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(44 98 185 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-red:hover {
  --tw-text-opacity: 1;
  color: rgb(168 32 40 / var(--tw-text-opacity, 1));
}

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-mm-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}

.hover\:text-mm-red:hover {
  color: rgba(168, 32, 40, 1);
}

.hover\:text-mm-yellow:hover {
  color: rgba(255, 205, 41, 1);
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-md:hover {
  --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);
}

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

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

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

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

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

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

.focus\:border-none:focus {
  border-style: none;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

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

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-mm-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(44 53 68 / var(--tw-border-opacity, 1));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(44 98 185 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-grey:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(42 209 104 / var(--tw-bg-opacity, 1));
}

.focus\:bg-mm-blue:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

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

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

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.focus\:text-mm-blue:focus {
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}

.focus\:text-mm-yellow:focus {
  color: rgba(255, 205, 41, 1);
}

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

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

.focus\:opacity-75:focus {
  opacity: 0.75;
}

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

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

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

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

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(44 53 68 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.focus\:ring-mm-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(44 53 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-brand-dark-blue:focus {
  --tw-ring-offset-color: #0F172A;
}

.focus\:ring-offset-mm-yellow:focus {
  --tw-ring-offset-color: rgba(255, 205, 41, 1);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.group:focus-within .group-focus-within\:flex {
  display: flex;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:hidden {
  display: none;
}

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

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

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

.group:hover .group-hover\:flex-col {
  flex-direction: column;
}

.group:hover .group-hover\:justify-end {
  justify-content: flex-end;
}

.group:hover .group-hover\:justify-center {
  justify-content: center;
}

.group:hover .group-hover\:border-mm-blue {
  --tw-border-opacity: 1;
  border-color: rgb(44 53 68 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-mm-grey-dark {
  --tw-border-opacity: 1;
  border-color: rgb(135 141 150 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:bg-brook-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-mm-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(44 53 68 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-mm-blue\/80 {
  background-color: rgb(44 53 68 / 0.8);
}

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

.group:hover .group-hover\:bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.group:hover .group-hover\:text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(44 53 68 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-brook-blue {
  --tw-text-opacity: 1;
  color: rgb(49 39 128 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:mix-blend-normal {
  mix-blend-mode: normal;
}

.group:focus .group-focus\:block {
  display: block;
}

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

.prose-p\:mb-0 :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0px;
}

.prose-p\:mb-4 :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1rem;
}

.prose-p\:text-\[0\.9375rem\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.9375rem;
}

.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1rem;
}

.prose-p\:text-lg :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.prose-p\:\!leading-7 :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1.75rem !important;
}

.prose-p\:leading-relaxed :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1.625;
}

.prose-p\:size-base :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: calc(14px + 2 * ( (100vw - 400px) / 1266));
  line-height: calc(150% + 0 * ( (100vw - 400px) / 1130));
}

@media (min-width: 1280px) {

  .prose-p\:size-base :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (max-width: 400px) {

  .prose-p\:size-base :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 14px;
    line-height: 150%;
  }
}

.prose-p\:size-xs :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: calc(13px + 0 * ( (100vw - 400px) / 1267));
  line-height: calc(145% + 0 * ( (100vw - 400px) / 1135));
}

@media (min-width: 1280px) {

  .prose-p\:size-xs :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 13px;
    line-height: 145%;
  }
}

@media (max-width: 400px) {

  .prose-p\:size-xs :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 13px;
    line-height: 145%;
  }
}

.prose-p\:text-size-14 :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: calc(14px + 0 * ( (100vw - 400px) / 1266));
  line-height: calc(170% + 0 * ( (100vw - 400px) / 1110));
}

@media (min-width: 1280px) {

  .prose-p\:text-size-14 :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 14px;
    line-height: 170%;
  }
}

@media (max-width: 400px) {

  .prose-p\:text-size-14 :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 14px;
    line-height: 170%;
  }
}

.prose-p\:last\:m-0:last-child :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin: 0px;
}

.prose-p\:last\:mb-0:last-child :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0px;
}

.prose-ul\:\!mt-0 :is(:where(ul):not(:where([class~="not-prose"] *))) {
  margin-top: 0px !important;
}

.prose-ul\:\!pl-0 :is(:where(ul):not(:where([class~="not-prose"] *))) {
  padding-left: 0px !important;
}

.prose-ul\:\!pt-0 :is(:where(ul):not(:where([class~="not-prose"] *))) {
  padding-top: 0px !important;
}

.prose-li\:list-none :is(:where(li):not(:where([class~="not-prose"] *))) {
  list-style-type: none;
}

.prose-li\:pl-0 :is(:where(li):not(:where([class~="not-prose"] *))) {
  padding-left: 0px;
}

@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

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

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

  .sm\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

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

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

  .sm\:prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

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

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

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

  .md\:top-\[-18rem\] {
    top: -18rem;
  }

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

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

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

  .md\:h-\[calc\(100\%\+80px\)\] {
    height: calc(100% + 80px);
  }

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

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

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

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

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

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

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

  .md\:w-40 {
    width: 10rem;
  }

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

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

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

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-eighty {
    width: 80%;
  }

  .md\:w-fifty {
    width: 50%;
  }

  .md\:w-forty {
    width: 40%;
  }

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

  .md\:w-hundred {
    width: 100%;
  }

  .md\:w-ninety {
    width: 90%;
  }

  .md\:w-seventy {
    width: 70%;
  }

  .md\:w-sixty {
    width: 60%;
  }

  .md\:w-ten {
    width: 10%;
  }

  .md\:w-thirty {
    width: 30%;
  }

  .md\:w-twenty {
    width: 20%;
  }

  .md\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

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

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

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

  .md\:max-w-eighty {
    max-width: 80%;
  }

  .md\:max-w-fifty {
    max-width: 50%;
  }

  .md\:max-w-forty {
    max-width: 40%;
  }

  .md\:max-w-hundred {
    max-width: 100%;
  }

  .md\:max-w-ninety {
    max-width: 90%;
  }

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

  .md\:max-w-seventy {
    max-width: 70%;
  }

  .md\:max-w-sixty {
    max-width: 60%;
  }

  .md\:max-w-ten {
    max-width: 10%;
  }

  .md\:max-w-thirty {
    max-width: 30%;
  }

  .md\:max-w-twenty {
    max-width: 20%;
  }

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

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

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

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

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

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

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

  .md\:border-l-\[5px\] {
    border-left-width: 5px;
  }

  .md\:border-mm-yellow {
    border-color: rgba(255, 205, 41, 1);
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

  .md\:p-5 {
    padding: 1.25rem;
  }

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

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-\[7rem\] {
    padding-left: 7rem;
  }

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

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

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

  .md\:pr-\[7rem\] {
    padding-right: 7rem;
  }

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

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

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

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

  .md\:\!text-base {
    font-size: 1rem !important;
  }

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

  .md\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

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

  .md\:text-\[14px\]\/\[170\%\] {
    font-size: 14px;
    line-height: 170%;
  }

  .md\:text-\[16px\]\/\[150\%\] {
    font-size: 16px;
    line-height: 150%;
  }

  .md\:text-\[16px\]\/\[180\%\] {
    font-size: 16px;
    line-height: 180%;
  }

  .md\:text-\[20px\]\/\[100\%\] {
    font-size: 20px;
    line-height: 100%;
  }

  .md\:text-\[20px\]\/\[120\%\] {
    font-size: 20px;
    line-height: 120%;
  }

  .md\:text-\[24px\]\/\[100\%\] {
    font-size: 24px;
    line-height: 100%;
  }

  .md\:text-\[40px\]\/\[120\%\] {
    font-size: 40px;
    line-height: 120%;
  }

  .md\:text-\[40px\]\/\[150\%\] {
    font-size: 40px;
    line-height: 150%;
  }

  .md\:text-base {
    font-size: 1rem;
  }

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

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

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

  .md\:text-size-14 {
    font-size: calc(14px + 0 * ( (100vw - 400px) / 1266));
    line-height: calc(170% + 0 * ( (100vw - 400px) / 1110));
  }

  @media (min-width: 1280px) {

    .md\:text-size-14 {
      font-size: 14px;
      line-height: 170%;
    }
  }

  @media (max-width: 400px) {

    .md\:text-size-14 {
      font-size: 14px;
      line-height: 170%;
    }
  }

  .group:hover .md\:group-hover\:flex {
    display: flex;
  }

  .group:hover .md\:group-hover\:hidden {
    display: none;
  }

  .group:hover .md\:group-hover\:justify-end {
    justify-content: flex-end;
  }

  .group:hover .md\:group-hover\:justify-center {
    justify-content: center;
  }

  .group:hover .md\:group-hover\:bg-mm-blue\/80 {
    background-color: rgb(44 53 68 / 0.8);
  }
}

@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

  .lg\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

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

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

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

  .xl\:grid-cols-\[1fr_600px\] {
    grid-template-columns: 1fr 600px;
  }

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

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

  .xl\:gap-0 {
    gap: 0px;
  }

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

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

.\[\&\>img\]\:h-full>img {
  height: 100%;
}

.\[\&\>img\]\:w-auto>img {
  width: auto;
}

.\[\&\>img\]\:max-w-none>img {
  max-width: none;
}

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