/*
! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

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

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: ;
}

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

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

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.visible {
  visibility: visible !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0px !important;
}

.left-0 {
  left: 0px !important;
}

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

.left-1\/2 {
  left: 50% !important;
}

.right-0 {
  right: 0px !important;
}

.top-\[20px\] {
  top: 20px !important;
}

.right-\[20px\] {
  right: 20px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.top-4 {
  top: 1rem !important;
}

.right-4 {
  right: 1rem !important;
}

.z-\[11\] {
  z-index: 11 !important;
}

.z-\[10\] {
  z-index: 10 !important;
}

.z-\[9\] {
  z-index: 9 !important;
}

.z-\[12\] {
  z-index: 12 !important;
}

.z-\[15\] {
  z-index: 15 !important;
}

.z-\[999\] {
  z-index: 999 !important;
}

.z-\[-999\] {
  z-index: -999 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.float-right {
  float: right !important;
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0px !important;
}

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

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

.my-\[25px\] {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mr-0 {
  margin-right: 0px !important;
}

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

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

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

.ml-3 {
  margin-left: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

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

.mb-\[30px\] {
  margin-bottom: 30px !important;
}

.mt-\[28px\] {
  margin-top: 28px !important;
}

.mt-\[30px\] {
  margin-top: 30px !important;
}

.mt-\[-5px\] {
  margin-top: -5px !important;
}

.mr-\[26px\] {
  margin-right: 26px !important;
}

.mt-\[8px\] {
  margin-top: 8px !important;
}

.mr-\[22px\] {
  margin-right: 22px !important;
}

.mt-\[3px\] {
  margin-top: 3px !important;
}

.mt-\[20px\] {
  margin-top: 20px !important;
}

.mb-\[40px\] {
  margin-bottom: 40px !important;
}

.mb-\[10px\] {
  margin-bottom: 10px !important;
}

.mr-\[10px\] {
  margin-right: 10px !important;
}

.ml-\[5px\] {
  margin-left: 5px !important;
}

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

.mt-\[5px\] {
  margin-top: 5px !important;
}

.mr-\[20px\] {
  margin-right: 20px !important;
}

.mb-\[16px\] {
  margin-bottom: 16px !important;
}

.mt-\[32px\] {
  margin-top: 32px !important;
}

.mt-\[15px\] {
  margin-top: 15px !important;
}

.mt-\[10px\] {
  margin-top: 10px !important;
}

.mb-\[5px\] {
  margin-bottom: 5px !important;
}

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

.ml-\[35px\] {
  margin-left: 35px !important;
}

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

.block {
  display: block !important;
}

.\!block {
  display: block !important;
}

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

.flex {
  display: flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.aspect-video {
  aspect-ratio: 16/9 !important;
}

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

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

.h-full {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

.h-screen {
  height: 100vh !important;
}

.h-fit {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

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

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

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

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

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

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

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

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

.h-8 {
  height: 2rem !important;
}

.max-h-\[170px\] {
  max-height: 170px !important;
}

.max-h-\[5000px\] {
  max-height: 5000px !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-\[600px\] {
  max-height: 600px !important;
}

.max-h-\[0px\] {
  max-height: 0px !important;
}

.max-h-\[150px\] {
  max-height: 150px !important;
}

.max-h-\[80\%\] {
  max-height: 80% !important;
}

.max-h-\[260px\] {
  max-height: 260px !important;
}

.max-h-\[300px\] {
  max-height: 300px !important;
}

.w-full {
  width: 100% !important;
}

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

.w-\[100\%\] {
  width: 100% !important;
}

.w-\[70\%\] {
  width: 70% !important;
}

.w-\[60\%\] {
  width: 60% !important;
}

.w-auto {
  width: auto !important;
}

.w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-\[90\%\] {
  width: 90% !important;
}

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

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

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

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

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

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

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-\[10\%\] {
  width: 10% !important;
}

.w-\[20\%\] {
  width: 20% !important;
}

.w-\[80\%\] {
  width: 80% !important;
}

.w-8 {
  width: 2rem !important;
}

.min-w-\[40\%\] {
  min-width: 40% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shrink-0 {
  flex-shrink: 0 !important;
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50% !important;
  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)) !important;
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50% !important;
  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)) !important;
}

.translate-x-0 {
  --tw-translate-x: 0px !important;
  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)) !important;
}

.translate-y-\[-100\%\] {
  --tw-translate-y: -100% !important;
  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)) !important;
}

.translate-y-\[80\%\] {
  --tw-translate-y: 80% !important;
  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)) !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  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)) !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}

.rotate-\[180deg\] {
  --tw-rotate: 180deg !important;
  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)) !important;
}

.scale-\[1\] {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.scale-\[0\] {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
  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)) !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
  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)) !important;
}

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

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.resize {
  resize: both !important;
}

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

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

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

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

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

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

.items-start {
  align-items: flex-start !important;
}

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

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

.justify-start {
  justify-content: flex-start !important;
}

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

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

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

.gap-\[25px\] {
  gap: 25px !important;
}

.gap-\[20px\] {
  gap: 20px !important;
}

.gap-\[64px\] {
  gap: 64px !important;
}

.gap-\[40px\] {
  gap: 40px !important;
}

.gap-\[5px\] {
  gap: 5px !important;
}

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

.gap-\[17px\] {
  gap: 17px !important;
}

.gap-\[30px\] {
  gap: 30px !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.text-ellipsis {
  text-overflow: ellipsis !important;
}

.rounded-\[11px\] {
  border-radius: 11px !important;
}

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

.rounded-\[7px\] {
  border-radius: 7px !important;
}

.rounded-\[3px\] {
  border-radius: 3px !important;
}

.rounded-\[30px\] {
  border-radius: 30px !important;
}

.rounded-\[15px\] {
  border-radius: 15px !important;
}

.border {
  border-width: 1px !important;
}

.border-\[1px\] {
  border-width: 1px !important;
}

.border-\[2px\] {
  border-width: 2px !important;
}

.border-b-\[1px\] {
  border-bottom-width: 1px !important;
}

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

.border-\[\#AEAEAE\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(174, 174, 174, var(--tw-border-opacity)) !important;
}

.border-\[\#979797\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 151, 151, var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-\[\#f5f5f5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-\[\#f2f2f2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity)) !important;
}

.border-b-\[\#BEC9C9\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(190, 201, 201, var(--tw-border-opacity)) !important;
}

.bg-\[\#58687F\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(88, 104, 127, var(--tw-bg-opacity)) !important;
}

.bg-\[\#003e58\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 62, 88, var(--tw-bg-opacity)) !important;
}

.bg-inherit {
  background-color: inherit !important;
}

.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity)) !important;
}

.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

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

.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.bg-\[\#c0c0c080\] {
  background-color: rgba(192, 192, 192, 0.50196) !important;
}

.bg-\[\#0090d0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 144, 208, var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

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

.p-0 {
  padding: 0px !important;
}

.p-\[30px\] {
  padding: 30px !important;
}

.p-\[20px\] {
  padding: 20px !important;
}

.p-\[28px\] {
  padding: 28px !important;
}

.p-\[15px\] {
  padding: 15px !important;
}

.p-6 {
  padding: 1.5rem !important;
}

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

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

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

.px-\[5px\] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-\[70px\] {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.px-\[15px\] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-\[20px\] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-\[54px\] {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.py-\[40px\] {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

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

.px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-\[5px\] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-\[8px\] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-\[9px\] {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.px-\[20px\] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-\[22px\] {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

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

.pt-5 {
  padding-top: 1.25rem !important;
}

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

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

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

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

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-\[50px\] {
  padding-top: 50px !important;
}

.pb-\[50px\] {
  padding-bottom: 50px !important;
}

.pt-\[100\%\] {
  padding-top: 100% !important;
}

.pt-\[70\%\] {
  padding-top: 70% !important;
}

.pt-\[60\%\] {
  padding-top: 60% !important;
}

.pb-\[33px\] {
  padding-bottom: 33px !important;
}

.pb-\[30px\] {
  padding-bottom: 30px !important;
}

.pt-\[30px\] {
  padding-top: 30px !important;
}

.pt-\[40px\] {
  padding-top: 40px !important;
}

.pb-\[20px\] {
  padding-bottom: 20px !important;
}

.pt-\[20px\] {
  padding-top: 20px !important;
}

.pb-\[15px\] {
  padding-bottom: 15px !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pt-\[0\.125rem\] {
  padding-top: 0.125rem !important;
}

.pl-\[35px\] {
  padding-left: 35px !important;
}

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

.align-middle {
  vertical-align: middle !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[500\] {
  font-weight: 500 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.italic {
  font-style: italic !important;
}

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

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-\[\#B24C24\] {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 76, 36, var(--tw-text-opacity)) !important;
}

.text-\[\#a1a1a1\] {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 161, var(--tw-text-opacity)) !important;
}

.text-\[\#AEAEAE\] {
  --tw-text-opacity: 1 !important;
  color: rgba(174, 174, 174, var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.underline {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

.opacity-\[0\.1\] {
  opacity: 0.1 !important;
}

.opacity-\[0\.3\] {
  opacity: 0.3 !important;
}

.opacity-\[0\.8\] {
  opacity: 0.8 !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow) !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow) !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
}

.outline {
  outline-style: solid !important;
}

.outline-2 {
  outline-width: 2px !important;
}

.outline-red-700 {
  outline-color: #b91c1c !important;
}

.outline-red-900 {
  outline-color: #7f1d1d !important;
}

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

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

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

.delay-200 {
  transition-delay: 200ms !important;
}

.line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.gutenberg-tailwind .loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #000 #000 transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.gutenberg-tailwind .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent #b24c24 #b24c24;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.gutenberg-tailwind#bar-root {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #efefef;
  min-height: 600px;
}
.gutenberg-tailwind .bgPrimary {
  background-color: #b24d24 !important;
}
.gutenberg-tailwind .bgPrimaryDark {
  background-color: #963d1b !important;
}
.gutenberg-tailwind .textPrimary {
  color: #b24d24 !important;
}
.gutenberg-tailwind .borderPrimary {
  border-color: #b24d24 !important;
}
.gutenberg-tailwind .boxShadowPrimary {
  box-shadow: 0px 0px 5px 5px rgba(218, 124, 67, 0.33);
}
.gutenberg-tailwind input {
  background: white;
  border: 1px solid #bbc9ca;
  border-radius: 8px;
  padding: 25px 15px;
  color: black;
  width: 100%;
}
.gutenberg-tailwind .select {
  background: white;
  border: 1px solid #bbc9ca;
  border-radius: 7px;
  padding: 0px 18px;
  color: black;
  font-size: 18px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gutenberg-tailwind .select-box {
  background: white;
  border: 1px solid #bbc9ca;
  border-radius: 7px;
  padding: 0px;
}
.gutenberg-tailwind .select-multi-box {
  background: white;
  padding: 10px;
}
.gutenberg-tailwind .select-multi-box .select-multi-option {
  background-color: white;
  border: 1px solid #bbc9ca;
  border-radius: 7px;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.gutenberg-tailwind p {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.gutenberg-tailwind a {
  color: #b24d24 !important;
}
.gutenberg-tailwind a {
  text-decoration: underline;
}
.gutenberg-tailwind a.bgPrimary, .gutenberg-tailwind a.has-white-color {
  color: white !important;
}
.gutenberg-tailwind a:hover {
  text-decoration: none !important;
}
.gutenberg-tailwind .repair-notice a {
  color: white !important;
}
.gutenberg-tailwind .wysiwyg-block h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.gutenberg-tailwind .wysiwyg-block h2 i {
  margin-right: 10px;
}
.gutenberg-tailwind .downwardFadeTransparent {
  background: linear-gradient(0deg, white 0%, white 30%, rgba(0, 0, 0, 0) 100%);
  height: 400%;
}
.gutenberg-tailwind .rounded-sm {
  border-radius: 0.125rem;
  overflow: hidden;
}
.gutenberg-tailwind .rounded-md {
  border-radius: 0.75rem;
  overflow: hidden;
}
.gutenberg-tailwind .rounded-lg {
  border-radius: 1.875rem;
  overflow: hidden;
}
.gutenberg-tailwind .wp-block-group,
.gutenberg-tailwind .wp-block-cover {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .wp-block-group,
.gutenberg-tailwind .wp-block-cover {
    padding: 30px 0;
  }
}
.gutenberg-tailwind .wp-block-group__inner-container,
.gutenberg-tailwind .wp-block-cover__inner-container {
  max-width: 1039px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gutenberg-tailwind .wp-block-group__inner-container,
.gutenberg-tailwind .wp-block-cover__inner-container {
    padding: 0 20px;
  }
}
.gutenberg-tailwind .wp-block-buttons {
  margin: 20px 0;
}
.gutenberg-tailwind .wp-block-button a {
  padding: 5px 20px !important;
  color: white !important;
}
.gutenberg-tailwind .wp-block-button a {
  transition: ease-in-out 0.3s;
  background: #b24d24;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
}
.gutenberg-tailwind .wp-block-button a:hover {
  background-color: #963d1b !important;
}
.gutenberg-tailwind .wp-block-button a:hover {
  text-decoration: none;
}
.gutenberg-tailwind .wp-block-button.arrowright a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gutenberg-tailwind .wp-block-button.arrowright a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='22' viewBox='0 0 29 22' fill='none'%3E%3Cpath d='M28.6094 11L17.6539 -4.78879e-07L15.3297 2.3337L22.4114 9.4442L0.609375 9.4442L0.609375 12.5558L22.4114 12.5558L15.3297 19.6663L17.6539 22L28.6094 11Z' fill='white'/%3E%3C/svg%3E");
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-left: 10px;
}
.gutenberg-tailwind .wp-block-button.arrowright a:hover::after {
  margin-left: 12px;
}
.gutenberg-tailwind .phone-before::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='auto' viewBox='0 0 54 54' fill='none'%3E%3Cpath d='M51.5612 38.5395C51.4685 38.4625 40.9878 30.962 38.144 31.4538C36.7772 31.6952 35.995 32.6262 34.4288 34.4935C34.1768 34.7945 33.5695 35.5138 33.1005 36.0265C32.1106 35.704 31.145 35.311 30.2112 34.8505C25.3909 32.5038 21.4962 28.6091 19.1495 23.7887C18.689 22.855 18.296 21.8894 17.9735 20.8995C18.488 20.4287 19.209 19.8215 19.517 19.5625C21.3738 18.005 22.3048 17.2227 22.5462 15.8542C23.0415 13.021 15.5375 2.5315 15.4605 2.437C15.1188 1.95235 14.6737 1.54962 14.1574 1.25788C13.6411 0.966141 13.0665 0.792674 12.475 0.75C9.4335 0.75 0.75 12.013 0.75 13.9117C0.75 14.022 0.90925 25.229 14.729 39.2868C28.771 53.0908 39.978 53.25 40.0882 53.25C41.987 53.25 53.25 44.5665 53.25 41.525C53.2074 40.9333 53.0337 40.3585 52.7417 39.8422C52.4496 39.3258 52.0464 38.8809 51.5612 38.5395ZM39.8957 49.7395C38.3662 49.6135 28.9618 48.3727 17.2035 36.821C5.59225 24.9997 4.383 15.569 4.26225 14.1078C6.55611 10.5074 9.32639 7.23379 12.4977 4.376C12.5677 4.446 12.6605 4.551 12.7795 4.6875C15.2117 8.00765 17.3069 11.562 19.034 15.2977C18.4724 15.8628 17.8787 16.3951 17.256 16.892C16.2903 17.6278 15.4036 18.4618 14.61 19.3805L14.1847 19.9755L14.3107 20.6947C14.6811 22.299 15.2483 23.8514 15.9995 25.3165C18.6908 30.843 23.1566 35.3082 28.6835 37.9987C30.1483 38.751 31.7007 39.3188 33.3053 39.6892L34.0245 39.8153L34.6195 39.39C35.5417 38.5929 36.3792 37.7027 37.1185 36.7335C37.6662 36.079 38.3995 35.2057 38.676 34.959C42.4224 36.6844 45.9858 38.7821 49.3125 41.2205C49.4577 41.343 49.5592 41.4375 49.6275 41.4987C46.7702 44.6711 43.4965 47.442 39.8957 49.736V49.7395Z' fill='url(%23paint0_linear_2_200)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2_200' x1='0.75' y1='0.75' x2='56.2494' y2='46.3035' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23DA7C43'/%3E%3Cstop offset='1' stop-color='%23B24C24'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  margin-right: 12px;
}
.gutenberg-tailwind .bar-thankyou h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.gutenberg-tailwind h1 {
  font-weight: 400;
  font-size: 2.4375rem;
  line-height: 3.1875rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind h1 {
    font-size: 1.8125rem;
    line-height: 2.1875rem;
  }
}
.gutenberg-tailwind h2 {
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.gutenberg-tailwind h4 {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.gutenberg-tailwind h5 {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #000;
}
.gutenberg-tailwind h5 b,
.gutenberg-tailwind h5 strong {
  font-weight: 600;
}
.gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container {
  max-width: 1400px;
}
.gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background {
  border-radius: 20px;
  padding: 38px;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background {
    background-color: #b24c24 !important;
  }
}
.gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background a {
  color: white !important;
}
.gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background .wp-block-button a {
  background-color: white !important;
  color: #b24d24 !important;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .cover-with-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    padding-top: 40px;
  }
  .gutenberg-tailwind .cover-with-group .wp-block-cover__image-background {
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container {
    padding: 0;
  }
  .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container .wp-block-columns {
    margin-bottom: 0;
  }
  .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container .wp-block-columns .wp-block-column.has-background {
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container .wp-block-columns .wp-block-column.has-background .wp-block-button {
    width: 100%;
  }
  .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container .wp-block-columns .wp-block-column.has-background .wp-block-button a {
    width: 100%;
  }
}
.gutenberg-tailwind .cover-with-group.mobile-image-cover h1 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .cover-with-group.mobile-image-cover {
    min-height: 110vh !important;
  }
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .cover-with-group.mobile-image-cover {
    justify-content: flex-end;
    padding-bottom: 2rem;
  }
  .gutenberg-tailwind .cover-with-group.mobile-image-cover .wp-block-cover__image-background {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 30% 100%;
    object-position: 30% 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .gutenberg-tailwind .cover-with-group.mobile-image-cover .wp-block-cover__inner-container .wp-block-columns .wp-block-column:last-child {
    border-radius: 20px !important;
  }
  .gutenberg-tailwind .cover-with-group.mobile-image-cover .wp-block-cover__inner-container .wp-block-columns .wp-block-column:last-child {
    padding: 24px;
  }
}
.gutenberg-tailwind .benefits-grid .wp-block-columns {
  margin-bottom: 50px;
}
.gutenberg-tailwind .benefits-grid .grid-items {
  max-width: 800px;
  margin-bottom: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .benefits-grid .grid-items {
    grid-template-columns: 1fr 1fr;
  }
}
.gutenberg-tailwind .benefits-grid .grid-items .wp-block-group {
  border-radius: 1.875rem;
  padding: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .benefits-grid .grid-items .wp-block-group:last-child {
    transform: translateX(50%);
  }
}
.gutenberg-tailwind .benefits-grid .grid-items .wp-block-group .wp-block-group__inner-container {
  padding: 0;
}
.gutenberg-tailwind .benefits-grid.two-col .grid-items {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .benefits-grid.two-col .grid-items {
    grid-template-columns: 1fr;
  }
  .gutenberg-tailwind .benefits-grid.two-col .grid-items .wp-block-group {
    transform: none !important;
    transform: initial !important;
  }
}
.gutenberg-tailwind .cards-grid > .wp-block-group__inner-container {
  max-width: 1400px;
}
.gutenberg-tailwind .cards-grid h4 {
  font-weight: 500;
}
.gutenberg-tailwind .cards-grid h5 {
  font-weight: 500;
  margin: 1rem 0 0;
}
.gutenberg-tailwind .cards-grid .grid-items {
  display: grid;
  grid-gap: 0.625rem;
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .cards-grid .grid-items {
    grid-template-columns: 1fr;
  }
}
.gutenberg-tailwind .cards-grid .grid-items .wp-block-column {
  padding: 16px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.2);
}
.gutenberg-tailwind .cards-grid .wp-block-button {
  max-width: 100%;
}
.gutenberg-tailwind .cards-grid .wp-block-button a {
  width: 230px;
  max-width: 100%;
  text-align: center;
}
.gutenberg-tailwind .cards-grid .wp-block-button a.has-white-color {
  color: #ffffff !important;
}
.gutenberg-tailwind .image-text-content .wp-block-group__inner-container {
  max-width: 1200px;
}
.gutenberg-tailwind .image-text-content .wp-block-group__inner-container .wp-block-columns {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .gutenberg-tailwind .image-text-content .wp-block-group__inner-container .wp-block-columns {
    gap: 30px;
    flex-direction: column;
  }
}
.gutenberg-tailwind .what-makes-us-different iframe {
  height: 169px;
}
.gutenberg-tailwind .what-makes-us-different .wp-block-group__inner-container {
  max-width: 1200px;
}
.gutenberg-tailwind .what-makes-us-different .wp-block-group__inner-container .wp-block-columns {
  margin-top: 70px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  gap: 80px;
}
.gutenberg-tailwind .team-apply .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#Whirlpool .gutenberg-tailwind .team-apply .gform_wrapper .gform_button {
  background: #deb01a;
  color: #fff;
  border-radius: 0;
  font-weight: bold;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
#Whirlpool .gutenberg-tailwind .team-apply .gform_wrapper .gform_button:hover {
  color: #deb01a;
  border-color: #deb01a;
  background-color: #fff;
}
.gutenberg-tailwind .page-footer-links .wp-block-columns {
  margin-top: 50px;
  margin-bottom: 0;
}
#Whirlpool .gutenberg-tailwind .bgPrimary {
  background-color: #deb01a !important;
}
#Whirlpool .gutenberg-tailwind .bgPrimaryDark {
  background-color: #e8c03d !important;
}
#Whirlpool .gutenberg-tailwind .textPrimary {
  color: #deb01a !important;
}
#Whirlpool .gutenberg-tailwind .borderPrimary {
  border-color: #deb01a !important;
}
#Whirlpool .gutenberg-tailwind .boxShadowPrimary {
  box-shadow: 0px 0px 5px 5px rgba(232, 192, 61, 0.33);
}
#Whirlpool .gutenberg-tailwind a {
  color: #deb01a !important;
}
#Whirlpool .gutenberg-tailwind .wp-block-button a {
  color: black !important;
}
#Whirlpool .gutenberg-tailwind .wp-block-button a {
  background: #deb01a;
}
#Whirlpool .gutenberg-tailwind .wp-block-button a:hover {
  background-color: #e8c03d !important;
}
#Whirlpool .gutenberg-tailwind .wp-block-button.bgPrimary, #Whirlpool .gutenberg-tailwind .wp-block-button.has-white-color {
  color: white !important;
}
#Whirlpool .gutenberg-tailwind .wp-block-button:hover {
  text-decoration: none !important;
}
#Whirlpool .gutenberg-tailwind .select-box .select-box-label:hover {
  background-color: #deb01a !important;
}
#Whirlpool .gutenberg-tailwind .bar-thankyou-bottom svg {
  filter: brightness(0) invert(88%) sepia(30%) saturate(3029%) hue-rotate(347deg) brightness(91%) contrast(89%);
}
@media screen and (max-width: 768px) {
  #Whirlpool .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background {
    background-color: #deb01a !important;
  }
}
#Whirlpool .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background a {
  color: black !important;
}
#Whirlpool .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background a {
  text-decoration: underline;
}
#Whirlpool .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background .wp-block-button a {
  background-color: black !important;
  color: #deb01a !important;
}
#Whirlpool .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background .wp-block-button a {
  text-decoration: none;
}
#Whirlpool .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background .wp-block-button a.has-white-color {
  color: #ffffff !important;
}
#Whirlpool .gutenberg-tailwind .benefits-grid h2 {
  text-transform: none;
  font-weight: 500;
}
#Whirlpool .gutenberg-tailwind .benefits-grid .wp-block-columns {
  margin-bottom: 50px;
}
#Whirlpool .gutenberg-tailwind .benefits-grid .grid-items .wp-block-group img {
  filter: brightness(0) saturate(100%) invert(91%) sepia(16%) saturate(5172%) hue-rotate(346deg) brightness(91%) contrast(91%);
}
#Whirlpool .gutenberg-tailwind .benefits-grid .grid-items h3 {
  color: #012F60;
  font-size: 22px;
  font-weight: 500;
  margin: 1rem;
}
#Whirlpool .gutenberg-tailwind .benefits-grid.two-col .wp-block-columns {
  margin-bottom: 0;
}
#Whirlpool .gutenberg-tailwind .cards-grid .wp-block-button a.has-white-color {
  color: #ffffff !important;
}

#Indesit .gutenberg-tailwind .bgPrimary {
  background-color: #0090d0 !important;
}
#Indesit .gutenberg-tailwind .bgPrimaryDark {
  background-color: #007db3 !important;
}
#Indesit .gutenberg-tailwind .textPrimary {
  color: #0090d0 !important;
}
#Indesit .gutenberg-tailwind .borderPrimary {
  border-color: #0090d0 !important;
}
#Indesit .gutenberg-tailwind .boxShadowPrimary {
  box-shadow: 0px 0px 5px 5px rgba(232, 192, 61, 0.33);
}
#Indesit .gutenberg-tailwind a {
  color: #0090d0 !important;
}
#Indesit .gutenberg-tailwind .wp-block-button a {
  color: white !important;
}
#Indesit .gutenberg-tailwind .wp-block-button a {
  background: #0090d0;
}
#Indesit .gutenberg-tailwind .wp-block-button a:hover {
  background-color: #007db3 !important;
}
#Indesit .gutenberg-tailwind .wp-block-button.bgPrimary, #Indesit .gutenberg-tailwind .wp-block-button.has-white-color {
  color: white !important;
}
#Indesit .gutenberg-tailwind .wp-block-button:hover {
  text-decoration: none !important;
}
#Indesit .gutenberg-tailwind .select-box .select-box-label:hover {
  background-color: #0090d0 !important;
}
#Indesit .gutenberg-tailwind .bar-thankyou-bottom svg {
  filter: brightness(0) invert(88%) sepia(30%) saturate(3029%) hue-rotate(347deg) brightness(91%) contrast(89%);
}
@media screen and (max-width: 768px) {
  #Indesit .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background {
    background-color: #0090d0 !important;
  }
}
#Indesit .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background a {
  color: white !important;
}
#Indesit .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background a {
  text-decoration: underline;
}
#Indesit .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background .wp-block-button a {
  background-color: white !important;
  color: #0090d0 !important;
}
#Indesit .gutenberg-tailwind .cover-with-group .wp-block-cover__inner-container > .wp-block-columns > .wp-block-column.has-background .wp-block-button a {
  text-decoration: none;
}
#Indesit .gutenberg-tailwind .benefits-grid .wp-block-columns {
  margin-bottom: 50px;
}
#Indesit .gutenberg-tailwind .benefits-grid .grid-items .wp-block-group img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(57%) saturate(2392%) hue-rotate(170deg) brightness(89%) contrast(101%);
}

#HotpointIE .gutenberg-tailwind .wp-block-button a {
  border-radius: 11px;
}

.product-options .corner {
  width: 0;
  height: 0;
  border-top: 130px solid #004c80;
  border-bottom: 130px solid transparent;
  border-right: 130px solid transparent;
}
.product-options .corner span {
  position: absolute;
  color: white;
  top: -112px;
  width: 100px;
  left: -8px;
  text-align: center;
  font-size: 14px;
  transform: rotate(-45deg);
  display: block;
}

#Indesit .bar .form-section > h2 {
  margin-bottom: 0;
}
#Indesit .bar .form-section > h2 + div {
  padding-top: 0 !important;
}
#Indesit .bar .boxShadowPrimary .product-button,
#Indesit .bar .boxShadowPrimary .seperator {
  background-color: #ffb928 !important;
}
#Indesit .bar .boxShadowPrimary .product-amount {
  color: #ffb928 !important;
}
#Indesit .bar .product-title {
  margin-top: 2rem;
}
#Indesit .bar .product-middle {
  margin-top: -70px;
}
@media screen and (min-width: 770px) {
  #Indesit .bar .product-description {
    min-height: 120px;
  }
}
@media screen and (min-width: 770px) {
  #Indesit .bar .product-amount-wrapper {
    min-height: 95px;
  }
}
#Indesit .bar .product-button {
  margin-bottom: 2rem;
}
#Indesit .bar .product-graphic {
  height: auto !important;
}
#Indesit .bar .product-graphic > .absolute {
  display: none;
}
#Indesit .bar .product-graphic > img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
}
#Indesit .bar .wysiwyg-block-footer > ul {
  display: flex;
  justify-content: space-between;
  grid-gap: 56px;
}
@media screen and (max-width: 769px) {
  #Indesit .bar .wysiwyg-block-footer > ul {
    flex-wrap: wrap;
  }
}
#Indesit .bar .wysiwyg-block-footer > ul li {
  display: flex;
  align-items: center;
}
#Indesit .bar .product-option-feature-list .accordion-item:last-child {
  border-bottom: none !important;
}
#Indesit .bar .warning-text {
  color: red !important;
}

.hover\:border-\[\#b24d24\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 77, 36, var(--tw-border-opacity)) !important;
}

.hover\:bg-\[\#b24d24\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 77, 36, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#007db3\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 125, 179, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}

.focus\:bg-\[\#007db3\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 125, 179, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:scale-\[0\.95\] {
  --tw-scale-x: 0.95 !important;
  --tw-scale-y: 0.95 !important;
  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)) !important;
}

.group:hover .group-hover\:scale-\[1\.05\] {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  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)) !important;
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative !important;
  }

  .md\:top-0 {
    top: 0px !important;
  }

  .md\:left-\[-10px\] {
    left: -10px !important;
  }

  .md\:bottom-auto {
    bottom: auto !important;
  }

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

  .md\:mt-\[-28px\] {
    margin-top: -28px !important;
  }

  .md\:mr-\[25px\] {
    margin-right: 25px !important;
  }

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

  .md\:block {
    display: block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:h-\[46px\] {
    height: 46px !important;
  }

  .md\:max-h-\[2800px\] {
    max-height: 2800px !important;
  }

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

  .md\:w-\[46px\] {
    width: 46px !important;
  }

  .md\:w-\[65\%\] {
    width: 65% !important;
  }

  .md\:w-\[40\%\] {
    width: 40% !important;
  }

  .md\:min-w-\[210px\] {
    min-width: 210px !important;
  }

  .md\:min-w-\[180px\] {
    min-width: 180px !important;
  }

  .md\:-translate-x-\[100\%\] {
    --tw-translate-x: -100% !important;
    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)) !important;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px !important;
    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)) !important;
  }

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

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

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

  .md\:flex-col {
    flex-direction: column !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

  .md\:rounded-\[8px\] {
    border-radius: 8px !important;
  }

  .md\:p-\[80px\] {
    padding: 80px !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:pl-\[20px\] {
    padding-left: 20px !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

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

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

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

  .md\:text-\[16px\] {
    font-size: 16px !important;
  }
}
.\[\&\>p\]\:my-0 > p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.\[\&\>p\]\:mb-0 > p {
  margin-bottom: 0px !important;
}

.\[\&\>p\]\:mt-\[10px\] > p {
  margin-top: 10px !important;
}

.\[\&\>p\]\:\!text-\[12px\] > p {
  font-size: 12px !important;
}

.\[\&\>p\]\:text-\[14px\] > p {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .md\:\[\&\>p\]\:\!text-\[14px\] > p {
    font-size: 14px !important;
  }

  .md\:\[\&\>p\]\:text-\[16px\] > p {
    font-size: 16px !important;
  }
}
