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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Open Sans, 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 */
  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;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 480px) {

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

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

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

  .container {
    max-width: 1200px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.bottom-10 {
  bottom: 2.5rem !important;
}
.bottom-4 {
  bottom: 1rem !important;
}
.left-0 {
  left: 0px !important;
}
.left-4 {
  left: 1rem !important;
}
.right-0 {
  right: 0px !important;
}
.right-4 {
  right: 1rem !important;
}
.right-5 {
  right: 1.25rem !important;
}
.top-0 {
  top: 0px !important;
}
.top-\[63px\] {
  top: 63px !important;
}
.top-\[70px\] {
  top: 70px !important;
}
.z-50 {
  z-index: 50 !important;
}
.col-span-1 {
  grid-column: span 1 / span 1 !important;
}
.m-0 {
  margin: 0px !important;
}
.m-8 {
  margin: 2rem !important;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.-mb-\[3px\] {
  margin-bottom: -3px !important;
}
.-mt-\[2px\] {
  margin-top: -2px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-20 {
  margin-bottom: 5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-12 {
  margin-left: 3rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-12 {
  margin-top: 3rem !important;
}
.mt-16 {
  margin-top: 4rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-\[14px\] {
  margin-top: 14px !important;
}
.box-border {
  box-sizing: border-box !important;
}
.block {
  display: block !important;
}
.flex {
  display: flex !important;
}
.table {
  display: table !important;
}
.grid {
  display: grid !important;
}
.contents {
  display: contents !important;
}
.hidden {
  display: none !important;
}
.size-20 {
  width: 5rem !important;
  height: 5rem !important;
}
.size-24 {
  width: 6rem !important;
  height: 6rem !important;
}
.size-32 {
  width: 8rem !important;
  height: 8rem !important;
}
.size-40 {
  width: 10rem !important;
  height: 10rem !important;
}
.size-48 {
  width: 12rem !important;
  height: 12rem !important;
}
.size-full {
  width: 100% !important;
  height: 100% !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-12 {
  height: 3rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-\[0px\] {
  height: 0px !important;
}
.h-\[100px\] {
  height: 100px !important;
}
.h-\[100vh\] {
  height: 100vh !important;
}
.h-\[108px\] {
  height: 108px !important;
}
.h-\[190px\] {
  height: 190px !important;
}
.h-\[1px\] {
  height: 1px !important;
}
.h-\[200px\] {
  height: 200px !important;
}
.h-\[20px\] {
  height: 20px !important;
}
.h-\[246px\] {
  height: 246px !important;
}
.h-\[248px\] {
  height: 248px !important;
}
.h-\[24px\] {
  height: 24px !important;
}
.h-\[294px\] {
  height: 294px !important;
}
.h-\[2px\] {
  height: 2px !important;
}
.h-\[380px\] {
  height: 380px !important;
}
.h-\[400px\] {
  height: 400px !important;
}
.h-\[60px\] {
  height: 60px !important;
}
.h-\[615px\] {
  height: 615px !important;
}
.h-\[62px\] {
  height: 62px !important;
}
.h-\[72px\] {
  height: 72px !important;
}
.h-\[86px\] {
  height: 86px !important;
}
.h-\[calc\(100vh-63px\)\] {
  height: calc(100vh - 63px) !important;
}
.h-full {
  height: 100% !important;
}
.min-h-\[60px\] {
  min-height: 60px !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.w-10\/12 {
  width: 83.333333% !important;
}
.w-11\/12 {
  width: 91.666667% !important;
}
.w-16 {
  width: 4rem !important;
}
.w-2\/12 {
  width: 16.666667% !important;
}
.w-24 {
  width: 6rem !important;
}
.w-4 {
  width: 1rem !important;
}
.w-4\/12 {
  width: 33.333333% !important;
}
.w-6\/12 {
  width: 50% !important;
}
.w-8 {
  width: 2rem !important;
}
.w-8\/12 {
  width: 66.666667% !important;
}
.w-\[100vw\] {
  width: 100vw !important;
}
.w-\[20px\] {
  width: 20px !important;
}
.w-\[24\%\] {
  width: 24% !important;
}
.w-\[24px\] {
  width: 24px !important;
}
.w-\[270px\] {
  width: 270px !important;
}
.w-\[340px\] {
  width: 340px !important;
}
.w-\[344px\] {
  width: 344px !important;
}
.w-\[364px\] {
  width: 364px !important;
}
.w-\[370px\] {
  width: 370px !important;
}
.w-\[76\%\] {
  width: 76% !important;
}
.w-\[94vw\] {
  width: 94vw !important;
}
.w-auto {
  width: auto !important;
}
.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-full {
  width: 100% !important;
}
.max-w-6xl {
  max-width: 72rem !important;
}
.max-w-\[100vw\] {
  max-width: 100vw !important;
}
.max-w-\[76vw\] {
  max-width: 76vw !important;
}
.max-w-\[94vw\] {
  max-width: 94vw !important;
}
.max-w-sm {
  max-width: 24rem !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.rotate-180 {
  --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;
}
.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;
}
.resize {
  resize: both !important;
}
.list-disc {
  list-style-type: disc !important;
}
.list-none {
  list-style-type: none !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-end {
  align-items: flex-end !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;
}
.justify-stretch {
  justify-content: stretch !important;
}
.gap-0 {
  gap: 0px !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.text-clip {
  text-overflow: clip !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-sm {
  border-radius: 0.125rem !important;
}
.border {
  border-width: 1px !important;
}
.border-y {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-b-\[3px\] {
  border-bottom-width: 3px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-none {
  border-style: none !important;
}
.border-\[\#ACACAC\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(172 172 172 / var(--tw-border-opacity)) !important;
}
.border-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(77 78 76 / var(--tw-border-opacity)) !important;
}
.border-y-\[var\(--color-lightgray\)\] {
  border-top-color: var(--color-lightgray) !important;
  border-bottom-color: var(--color-lightgray) !important;
}
.border-b-\[\#979797\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(151 151 151 / var(--tw-border-opacity)) !important;
}
.border-b-\[\#9EC73D\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(158 199 61 / var(--tw-border-opacity)) !important;
}
.border-b-\[\#ACACAC\] {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(172 172 172 / var(--tw-border-opacity)) !important;
}
.border-t-\[\#ACACAC\] {
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(172 172 172 / var(--tw-border-opacity)) !important;
}
.bg-\[\#4D4E4C\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 78 76 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#9EC73D\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(158 199 61 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#ACACAC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5) !important;
}
.bg-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 78 76 / var(--tw-bg-opacity)) !important;
}
.bg-gray\/\[\.85\] {
  background-color: rgb(77 78 76 / .85) !important;
}
.bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(158 199 61 / var(--tw-bg-opacity)) !important;
}
.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5) !important;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85 !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-0 {
  padding: 0px !important;
}
.p-2 {
  padding: 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;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !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-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pr-10 {
  padding-right: 2.5rem !important;
}
.pr-4 {
  padding-right: 1rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.text-right {
  text-align: right !important;
}
.font-sans {
  font-family: Open Sans, sans-serif !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-\[14pt\] {
  font-size: 14pt !important;
}
.text-\[14px\] {
  font-size: 14px !important;
}
.text-\[16pt\] {
  font-size: 16pt !important;
}
.text-\[16px\] {
  font-size: 16px !important;
}
.text-\[18px\] {
  font-size: 18px !important;
}
.text-\[20px\] {
  font-size: 20px !important;
}
.text-\[24px\] {
  font-size: 24px !important;
}
.text-\[28px\] {
  font-size: 28px !important;
}
.text-\[38px\] {
  font-size: 38px !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.italic {
  font-style: italic !important;
}
.not-italic {
  font-style: normal !important;
}
.leading-\[24px\] {
  line-height: 24px !important;
}
.leading-\[28px\] {
  line-height: 28px !important;
}
.leading-\[32px\] {
  line-height: 32px !important;
}
.leading-\[42px\] {
  line-height: 42px !important;
}
.leading-tight {
  line-height: 1.25 !important;
}
.text-\[\#4D4E4C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(77 78 76 / var(--tw-text-opacity)) !important;
}
.text-\[\#9EC73D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(158 199 61 / var(--tw-text-opacity)) !important;
}
.text-\[\#ACACAC\] {
  --tw-text-opacity: 1 !important;
  color: rgb(172 172 172 / var(--tw-text-opacity)) !important;
}
.text-\[var\(--color-gray\)\] {
  color: var(--color-gray) !important;
}
.text-\[var\(--color-lightgray\)\] {
  color: var(--color-lightgray) !important;
}
.text-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(77 78 76 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.no-underline {
  text-decoration-line: none !important;
}
.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline {
  outline-style: solid !important;
}
.invert {
  --tw-invert: invert(100%) !important;
  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;
}
.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-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-1000 {
  transition-duration: 1000ms !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.duration-500 {
  transition-duration: 500ms !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 1200px !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 600px) {

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

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

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

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #718096;
}
:root {
    --color-gray: #4D4E4C;
    --color-lightgray: #ACACAC;
    --color-green: #9EC73D;
    --font-sans-serif: "Open Sans", sans-serif;
}
body {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
    overflow-x: hidden;
}
body #content {
  color: var(--color-gray);
}
body #content a {
  color: var(--color-gray);
  text-decoration-line: underline;
}
body #content p {
  margin-bottom: 1.5rem;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-gray);
}
body #content ul li {
  margin-left: 2.5rem;
  list-style-type: disc;
  font-size: 18px;
}
body #content h1 {
  margin-bottom: 1rem;
  font-size: 38px;
  line-height: 42px;
}
body #content h2 {
  margin-bottom: 1rem;
  font-size: 28px;
  line-height: 32px;
}
body #content h3 {
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 28px;
}
body #content h4 {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-gray);
}
body #content h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-gray);
}
body #content h1 a, body #content h2 a, body #content h3 a, body #content h4 a, body #content h5 a {
  text-decoration-line: none;
}
body #content input[type="text"], body #content input[type="email"], body #content input[type="password"], body #content textarea, body #content select {
  margin-bottom: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
body #content .container figure.alignfull {
  margin-top: 0px !important;
}
body #content .entry-content > .alignfull {
  margin-top: 0px !important;
}
body #content .entry-content .alignfull {
  position: relative !important;
  max-width: 100vw !important;
                margin: 2rem calc(50% - 49.7vw) !important;
}
body #content .entry-content .alignfull:last-child {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
body #content .entry-content a {
  color: var(--color-gray);
  text-decoration-line: none;
}
body .project-details > div .section {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(77 78 76 / var(--tw-border-opacity));
}
body .project-details > div.detail-open h3 {
  border-bottom-width: 0px;
}
body .project-details ul {
  list-style-type: none !important;
  padding: 0px !important;
}
body .project-details ul li {
  margin: 0px !important;
  list-style-type: none !important;
  padding: 0px !important;
}
body .project-details h3 {
  margin-bottom: 0px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  font-size: 24px !important;
  line-height: 28px !important;
}
body .project-details h4 {
  margin-bottom: 0px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}
body .project-details h5 {
  margin-bottom: 1rem !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 24px !important;
  color: var(--color-lightgray) !important;
}
body .wp-block-separator.alignfull.is-style-wide {
  margin-top: 0px !important;
}
body .divider-carousel.is-style-wide {
  margin-top: 0px !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
        body .divider-carousel.is-style-wide {
    overflow: hidden !important;
            margin-left: 1rem !important;
            width: calc(100vw - 1rem) !important;
  }
    }
body .section-header {
  margin-left: 1rem !important;
  overflow: hidden !important;
}
@media (min-width: 1200px) {

  body .section-header {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
body .section-header {
        width: calc(100% - 1rem) !important;
    }
body .section-headers {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 1200px) {

  body .section-headers {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
body #mcs-contact-us {
  position: fixed !important;
        z-index: 10000000 !important;
        width: 55px;
        height: 175px;
        top: 30%;
        right: -1px;
}
body.admin-bar .ui-desktop-menu {
            top: 32px;
        }
body.admin-bar .ui-mobile-menu {
            top: 46px;
        }
body #mcs-menu-slug {
        height: 100px;
    }
@media screen and (max-width: 768px) {
        body #mcs-menu-slug {
            height: 62px;
        }
        body #mcs-contact-us {
            display: none;
        }   
    }
body .size-full {
        width: inherit !important;
        height: inherit!important;
    }
body .size-full img {
            width: auto !important;
            height: auto !important;
        }
body.search-dialog-open {
  height: 100vh !important;
}
body .mag-glass {
        background: url(/wp-content/themes/mcs/app/public/images/search-icon-grey.svg);
        background-size: 4%;
        background-position: right center;
        background-repeat: no-repeat;
    }
@media screen and (max-width: 768px) {
        body .wp-block-separator.spacer-100 {
            height: 50px !important;
        }
        
    }
.menu-footer-links-container {
  width: 100%;
}
@media screen and (max-width: 400px) {
    .menu-footer-links-container ul li {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.wp-block-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
    .menu-footer-links-container {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: var(--color-lightgray);
    border-bottom-color: var(--color-lightgray);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

    .menu-footer-links-container ul li {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.single-project #content.site-content .container > figure.alignfull {
  height: 200px !important;
  overflow: hidden !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (min-width: 1200px) {

  .single-project #content.site-content .container > figure.alignfull {
    height: 615px !important;
  }
}
hr.wp-block-separator.is-style-wide.has-background:not(.is-style-dots) {
  height: 2px !important;
}
address p {
  white-space: nowrap;
}
/*body #content .entry-content .alignfull {
	margin: 0px !important;
}*/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
/* ---- flickity-cell ---- */
.flickity-cell {
  position: absolute;
  left: 0;
}
.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}
.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}
.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}
@media (min-width: 1200px) {

  .lg\:container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {

    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 600px) {

    .lg\:container {
      max-width: 600px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 782px) {

    .lg\:container {
      max-width: 782px;
    }
  }

  @media (min-width: 1200px) {

    .lg\:container {
      max-width: 1200px;
      padding-right: 0rem;
      padding-left: 0rem;
    }
  }
}
.first\:border-t:first-child {
  border-top-width: 1px !important;
}
.hover\:bg-\[\#777777\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity)) !important;
}
.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 480px) {

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 600px) {

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

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

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 782px) {

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}
@media (min-width: 1200px) {

  .lg\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .lg\:left-20 {
    left: 5rem !important;
  }

  .lg\:right-20 {
    right: 5rem !important;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

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

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

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

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

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

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

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

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

  .lg\:hidden {
    display: none !important;
  }

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

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

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

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-\[76vw\] {
    width: 76vw !important;
  }

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

  .lg\:max-w-\[76vw\] {
    max-width: 76vw !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

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

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

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

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

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

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

  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }
}

