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

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
    .content-group {
  padding-left: 0px;
  padding-right: 0px;
}
        
        .content-group .content-group-inner {
  width: 100%;
  max-width: 1440px;
}
        
        .content-group h2, .content-group h3, .content-group h4, .content-group h5, .content-group h6, .content-group p {
  width: 100%;
}
                .content-group.list-spacing--normal ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
                    .content-group.list-spacing--normal ul li {
  margin-bottom: 12px;
}
                    .content-group.list-spacing--normal ul ul {
  margin-top: 12px;
  margin-bottom: 12px;
}
                .content-group.list-spacing--small ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
                        .content-group.list-spacing--small ul li {
  margin-bottom: 6px;
}
                        .content-group.list-spacing--small ul ul {
  margin-top: 6px;
  margin-bottom: 6px;
}
                .content-group.list-spacing--large ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
                    .content-group.list-spacing--large ul li {
  margin-bottom: 18px;
}
                    .content-group.list-spacing--large ul ul {
  margin-top: 18px;
  margin-bottom: 18px;
}
                        .content-group > div > div > div > *:not(p, h1, h2, h3, h4, h5, h6, .no-margins, .spacer) {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
                        .content-group > div > div > div > *.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}
                        .content-group > div > div > div > *:first-child {
  margin-top: 0px;
}

                        .content-group > div > div > div > *:last-child {
  margin-bottom: 0px;
}

                        .content-group > div > div > div > *:only-child {
  margin-top: 0px;
  margin-bottom: 0px;
}
                            .content-group > div > div > div.dp-gap--0 .wp-block-columns {
  gap: 0px !important;
}
                            .content-group > div > div > div.dp-gap--10 .wp-block-columns {
  gap: 10px !important;
}
                            .content-group > div > div > div.dp-gap--20 .wp-block-columns {
  gap: 20px !important;
}
                            .content-group > div > div > div.dp-gap--30 .wp-block-columns {
  gap: 30px !important;
}
                            .content-group > div > div > div.dp-gap--40 .wp-block-columns {
  gap: 40px !important;
}
                            .content-group > div > div > div.dp-gap--50 .wp-block-columns {
  gap: 50px !important;
}
                            .content-group > div > div > div.dp-gap--60 .wp-block-columns {
  gap: 60px !important;
}
                            .content-group > div > div > div.dp-gap--710 .wp-block-columns {
  gap: 70px !important;
}
                            .content-group > div > div > div.dp-gap--80 .wp-block-columns {
  gap: 80px !important;
}
                            .content-group > div > div > div.dp-gap--90 .wp-block-columns {
  gap: 90px !important;
}
                            .content-group > div > div > div.dp-gap--100 .wp-block-columns {
  gap: 100px !important;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!sticky {
  position: sticky !important;
}
.sticky {
  position: sticky;
}
.bottom-\[25px\] {
  bottom: 25px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-\[75px\] {
  left: 75px;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-1px\] {
  top: -1px;
}
.top-auto {
  top: auto;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  order: 1;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-auto {
  grid-column: auto;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.clear-left {
  clear: left;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-\[18px\] {
  margin-top: 18px;
  margin-bottom: 18px;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!-mb-\[100px\] {
  margin-bottom: -100px !important;
}
.\!-mb-\[10px\] {
  margin-bottom: -10px !important;
}
.\!-mb-\[110px\] {
  margin-bottom: -110px !important;
}
.\!-mb-\[120px\] {
  margin-bottom: -120px !important;
}
.\!-mb-\[130px\] {
  margin-bottom: -130px !important;
}
.\!-mb-\[140px\] {
  margin-bottom: -140px !important;
}
.\!-mb-\[150px\] {
  margin-bottom: -150px !important;
}
.\!-mb-\[160px\] {
  margin-bottom: -160px !important;
}
.\!-mb-\[170px\] {
  margin-bottom: -170px !important;
}
.\!-mb-\[180px\] {
  margin-bottom: -180px !important;
}
.\!-mb-\[190px\] {
  margin-bottom: -190px !important;
}
.\!-mb-\[200px\] {
  margin-bottom: -200px !important;
}
.\!-mb-\[20px\] {
  margin-bottom: -20px !important;
}
.\!-mb-\[30px\] {
  margin-bottom: -30px !important;
}
.\!-mb-\[40px\] {
  margin-bottom: -40px !important;
}
.\!-mb-\[50px\] {
  margin-bottom: -50px !important;
}
.\!-mb-\[60px\] {
  margin-bottom: -60px !important;
}
.\!-mb-\[70px\] {
  margin-bottom: -70px !important;
}
.\!-mb-\[80px\] {
  margin-bottom: -80px !important;
}
.\!-mb-\[90px\] {
  margin-bottom: -90px !important;
}
.\!-mt-\[100px\] {
  margin-top: -100px !important;
}
.\!-mt-\[10px\] {
  margin-top: -10px !important;
}
.\!-mt-\[110px\] {
  margin-top: -110px !important;
}
.\!-mt-\[120px\] {
  margin-top: -120px !important;
}
.\!-mt-\[130px\] {
  margin-top: -130px !important;
}
.\!-mt-\[140px\] {
  margin-top: -140px !important;
}
.\!-mt-\[150px\] {
  margin-top: -150px !important;
}
.\!-mt-\[160px\] {
  margin-top: -160px !important;
}
.\!-mt-\[170px\] {
  margin-top: -170px !important;
}
.\!-mt-\[180px\] {
  margin-top: -180px !important;
}
.\!-mt-\[190px\] {
  margin-top: -190px !important;
}
.\!-mt-\[200px\] {
  margin-top: -200px !important;
}
.\!-mt-\[20px\] {
  margin-top: -20px !important;
}
.\!-mt-\[30px\] {
  margin-top: -30px !important;
}
.\!-mt-\[40px\] {
  margin-top: -40px !important;
}
.\!-mt-\[50px\] {
  margin-top: -50px !important;
}
.\!-mt-\[60px\] {
  margin-top: -60px !important;
}
.\!-mt-\[70px\] {
  margin-top: -70px !important;
}
.\!-mt-\[80px\] {
  margin-top: -80px !important;
}
.\!-mt-\[90px\] {
  margin-top: -90px !important;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-\[0px\] {
  margin-bottom: 0px !important;
}
.\!mb-\[100px\] {
  margin-bottom: 100px !important;
}
.\!mb-\[10px\] {
  margin-bottom: 10px !important;
}
.\!mb-\[110px\] {
  margin-bottom: 110px !important;
}
.\!mb-\[11px\] {
  margin-bottom: 11px !important;
}
.\!mb-\[120px\] {
  margin-bottom: 120px !important;
}
.\!mb-\[130px\] {
  margin-bottom: 130px !important;
}
.\!mb-\[140px\] {
  margin-bottom: 140px !important;
}
.\!mb-\[150px\] {
  margin-bottom: 150px !important;
}
.\!mb-\[160px\] {
  margin-bottom: 160px !important;
}
.\!mb-\[170px\] {
  margin-bottom: 170px !important;
}
.\!mb-\[180px\] {
  margin-bottom: 180px !important;
}
.\!mb-\[190px\] {
  margin-bottom: 190px !important;
}
.\!mb-\[200px\] {
  margin-bottom: 200px !important;
}
.\!mb-\[20px\] {
  margin-bottom: 20px !important;
}
.\!mb-\[30px\] {
  margin-bottom: 30px !important;
}
.\!mb-\[40px\] {
  margin-bottom: 40px !important;
}
.\!mb-\[50px\] {
  margin-bottom: 50px !important;
}
.\!mb-\[60px\] {
  margin-bottom: 60px !important;
}
.\!mb-\[70px\] {
  margin-bottom: 70px !important;
}
.\!mb-\[80px\] {
  margin-bottom: 80px !important;
}
.\!mb-\[90px\] {
  margin-bottom: 90px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.\!mt-\[0px\] {
  margin-top: 0px !important;
}
.\!mt-\[100px\] {
  margin-top: 100px !important;
}
.\!mt-\[10px\] {
  margin-top: 10px !important;
}
.\!mt-\[110px\] {
  margin-top: 110px !important;
}
.\!mt-\[120px\] {
  margin-top: 120px !important;
}
.\!mt-\[130px\] {
  margin-top: 130px !important;
}
.\!mt-\[140px\] {
  margin-top: 140px !important;
}
.\!mt-\[150px\] {
  margin-top: 150px !important;
}
.\!mt-\[160px\] {
  margin-top: 160px !important;
}
.\!mt-\[170px\] {
  margin-top: 170px !important;
}
.\!mt-\[180px\] {
  margin-top: 180px !important;
}
.\!mt-\[190px\] {
  margin-top: 190px !important;
}
.\!mt-\[200px\] {
  margin-top: 200px !important;
}
.\!mt-\[20px\] {
  margin-top: 20px !important;
}
.\!mt-\[30px\] {
  margin-top: 30px !important;
}
.\!mt-\[40px\] {
  margin-top: 40px !important;
}
.\!mt-\[50px\] {
  margin-top: 50px !important;
}
.\!mt-\[60px\] {
  margin-top: 60px !important;
}
.\!mt-\[70px\] {
  margin-top: 70px !important;
}
.\!mt-\[80px\] {
  margin-top: 80px !important;
}
.\!mt-\[90px\] {
  margin-top: 90px !important;
}
.-mb-\[100px\] {
  margin-bottom: -100px;
}
.-mb-\[10px\] {
  margin-bottom: -10px;
}
.-mb-\[110px\] {
  margin-bottom: -110px;
}
.-mb-\[120px\] {
  margin-bottom: -120px;
}
.-mb-\[130px\] {
  margin-bottom: -130px;
}
.-mb-\[140px\] {
  margin-bottom: -140px;
}
.-mb-\[150px\] {
  margin-bottom: -150px;
}
.-mb-\[160px\] {
  margin-bottom: -160px;
}
.-mb-\[170px\] {
  margin-bottom: -170px;
}
.-mb-\[180px\] {
  margin-bottom: -180px;
}
.-mb-\[190px\] {
  margin-bottom: -190px;
}
.-mb-\[200px\] {
  margin-bottom: -200px;
}
.-mb-\[20px\] {
  margin-bottom: -20px;
}
.-mb-\[30px\] {
  margin-bottom: -30px;
}
.-mb-\[40px\] {
  margin-bottom: -40px;
}
.-mb-\[50px\] {
  margin-bottom: -50px;
}
.-mb-\[60px\] {
  margin-bottom: -60px;
}
.-mb-\[70px\] {
  margin-bottom: -70px;
}
.-mb-\[80px\] {
  margin-bottom: -80px;
}
.-mb-\[90px\] {
  margin-bottom: -90px;
}
.-mt-\[100px\] {
  margin-top: -100px;
}
.-mt-\[10px\] {
  margin-top: -10px;
}
.-mt-\[110px\] {
  margin-top: -110px;
}
.-mt-\[120px\] {
  margin-top: -120px;
}
.-mt-\[130px\] {
  margin-top: -130px;
}
.-mt-\[140px\] {
  margin-top: -140px;
}
.-mt-\[150px\] {
  margin-top: -150px;
}
.-mt-\[160px\] {
  margin-top: -160px;
}
.-mt-\[170px\] {
  margin-top: -170px;
}
.-mt-\[180px\] {
  margin-top: -180px;
}
.-mt-\[190px\] {
  margin-top: -190px;
}
.-mt-\[200px\] {
  margin-top: -200px;
}
.-mt-\[20px\] {
  margin-top: -20px;
}
.-mt-\[30px\] {
  margin-top: -30px;
}
.-mt-\[40px\] {
  margin-top: -40px;
}
.-mt-\[50px\] {
  margin-top: -50px;
}
.-mt-\[60px\] {
  margin-top: -60px;
}
.-mt-\[70px\] {
  margin-top: -70px;
}
.-mt-\[80px\] {
  margin-top: -80px;
}
.-mt-\[90px\] {
  margin-top: -90px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[110px\] {
  margin-bottom: 110px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[120px\] {
  margin-bottom: 120px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[130px\] {
  margin-bottom: 130px;
}
.mb-\[140px\] {
  margin-bottom: 140px;
}
.mb-\[150px\] {
  margin-bottom: 150px;
}
.mb-\[160px\] {
  margin-bottom: 160px;
}
.mb-\[170px\] {
  margin-bottom: 170px;
}
.mb-\[180px\] {
  margin-bottom: 180px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[190px\] {
  margin-bottom: 190px;
}
.mb-\[200px\] {
  margin-bottom: 200px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[130px\] {
  margin-top: 130px;
}
.mt-\[140px\] {
  margin-top: 140px;
}
.mt-\[150px\] {
  margin-top: 150px;
}
.mt-\[160px\] {
  margin-top: 160px;
}
.mt-\[170px\] {
  margin-top: 170px;
}
.mt-\[180px\] {
  margin-top: 180px;
}
.mt-\[190px\] {
  margin-top: 190px;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.\!box-border {
  box-sizing: border-box !important;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-3 {
  height: 0.75rem !important;
}
.\!h-6 {
  height: 1.5rem !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[30px\] {
  height: 30px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.\!w-auto {
  width: auto !important;
}
.w-1 {
  width: 0.25rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[9\%\] {
  width: 9%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[33\.33\%\] {
  max-width: 33.33%;
}
.max-w-\[66\.66\%\] {
  max-width: 66.66%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-\[0px\] {
  gap: 0px !important;
}
.\!gap-\[100px\] {
  gap: 100px !important;
}
.\!gap-\[10px\] {
  gap: 10px !important;
}
.\!gap-\[20px\] {
  gap: 20px !important;
}
.\!gap-\[30px\] {
  gap: 30px !important;
}
.\!gap-\[40px\] {
  gap: 40px !important;
}
.\!gap-\[50px\] {
  gap: 50px !important;
}
.\!gap-\[60px\] {
  gap: 60px !important;
}
.\!gap-\[70px\] {
  gap: 70px !important;
}
.\!gap-\[80px\] {
  gap: 80px !important;
}
.\!gap-\[90px\] {
  gap: 90px !important;
}
.gap-0 {
  gap: 0px;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-\[0px\] {
  gap: 0px;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[70px\] {
  gap: 70px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[90px\] {
  gap: 90px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#E5EBF3\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 243 / var(--tw-border-opacity));
}
.border-\[\#e5e5e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#E5EBF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 243 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.\!px-\[0px\] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-\[100px\] {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.\!px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.\!px-\[110px\] {
  padding-left: 110px !important;
  padding-right: 110px !important;
}
.\!px-\[120px\] {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.\!px-\[130px\] {
  padding-left: 130px !important;
  padding-right: 130px !important;
}
.\!px-\[140px\] {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
.\!px-\[150px\] {
  padding-left: 150px !important;
  padding-right: 150px !important;
}
.\!px-\[160px\] {
  padding-left: 160px !important;
  padding-right: 160px !important;
}
.\!px-\[170px\] {
  padding-left: 170px !important;
  padding-right: 170px !important;
}
.\!px-\[180px\] {
  padding-left: 180px !important;
  padding-right: 180px !important;
}
.\!px-\[190px\] {
  padding-left: 190px !important;
  padding-right: 190px !important;
}
.\!px-\[200px\] {
  padding-left: 200px !important;
  padding-right: 200px !important;
}
.\!px-\[20px\] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.\!px-\[30px\] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.\!px-\[40px\] {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.\!px-\[50px\] {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.\!px-\[60px\] {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.\!px-\[70px\] {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
.\!px-\[80px\] {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.\!px-\[90px\] {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.\!py-\[0px\] {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-\[100px\] {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.\!py-\[110px\] {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.\!py-\[120px\] {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.\!py-\[130px\] {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.\!py-\[140px\] {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.\!py-\[150px\] {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.\!py-\[160px\] {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.\!py-\[170px\] {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.\!py-\[180px\] {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.\!py-\[190px\] {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.\!py-\[200px\] {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.\!py-\[20px\] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.\!py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.\!py-\[40px\] {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.\!py-\[50px\] {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.\!py-\[60px\] {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.\!py-\[70px\] {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.\!py-\[80px\] {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.\!py-\[90px\] {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[0px\] {
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[110px\] {
  padding-left: 110px;
  padding-right: 110px;
}
.px-\[120px\] {
  padding-left: 120px;
  padding-right: 120px;
}
.px-\[130px\] {
  padding-left: 130px;
  padding-right: 130px;
}
.px-\[140px\] {
  padding-left: 140px;
  padding-right: 140px;
}
.px-\[150px\] {
  padding-left: 150px;
  padding-right: 150px;
}
.px-\[160px\] {
  padding-left: 160px;
  padding-right: 160px;
}
.px-\[170px\] {
  padding-left: 170px;
  padding-right: 170px;
}
.px-\[180px\] {
  padding-left: 180px;
  padding-right: 180px;
}
.px-\[190px\] {
  padding-left: 190px;
  padding-right: 190px;
}
.px-\[200px\] {
  padding-left: 200px;
  padding-right: 200px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[70px\] {
  padding-left: 70px;
  padding-right: 70px;
}
.px-\[80px\] {
  padding-left: 80px;
  padding-right: 80px;
}
.px-\[90px\] {
  padding-left: 90px;
  padding-right: 90px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[110px\] {
  padding-top: 110px;
  padding-bottom: 110px;
}
.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-\[130px\] {
  padding-top: 130px;
  padding-bottom: 130px;
}
.py-\[140px\] {
  padding-top: 140px;
  padding-bottom: 140px;
}
.py-\[150px\] {
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-\[160px\] {
  padding-top: 160px;
  padding-bottom: 160px;
}
.py-\[170px\] {
  padding-top: 170px;
  padding-bottom: 170px;
}
.py-\[180px\] {
  padding-top: 180px;
  padding-bottom: 180px;
}
.py-\[190px\] {
  padding-top: 190px;
  padding-bottom: 190px;
}
.py-\[200px\] {
  padding-top: 200px;
  padding-bottom: 200px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}
.\!pt-5 {
  padding-top: 1.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[17\.5px\] {
  font-size: 17.5px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[135\%\] {
  line-height: 135%;
}
.leading-\[145\%\] {
  line-height: 145%;
}
.text-\[\#171717\] {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#5d5d5d\] {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}
.text-\[\#D4D4D4\] {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.overline {
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[9px_9px_0_0_rgba\(43\2c 52\2c 121\2c 0\.1\)\] {
  --tw-shadow: 9px 9px 0 0 rgba(43,52,121,0.1);
  --tw-shadow-colored: 9px 9px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!outline {
  outline-style: solid !important;
}
.outline {
  outline-style: solid;
}
.\!outline-\[2px\] {
  outline-width: 2px !important;
}
.\!outline-transparent {
  outline-color: transparent !important;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!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;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.\!transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-\[400ms\] {
  transition-duration: 400ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px) {
                            .content-group > div > div > div.md\:dp-gap--0 .wp-block-columns {
    gap: 0px !important;
  }
                            .content-group > div > div > div.md\:dp-gap--10 .wp-block-columns {
    gap: 10px !important;
  }
                            .content-group > div > div > div.md\:dp-gap--20 .wp-block-columns {
    gap: 20px !important;
  }
                            .content-group > div > div > div.md\:dp-gap--30 .wp-block-columns {
    gap: 30px !important;
  }
                            .content-group > div > div > div.md\:dp-gap--40 .wp-block-columns {
    gap: 40px !important;
  }
                            .content-group > div > div > div.md\:dp-gap--50 .wp-block-columns {
    gap: 50px !important;
  }
                            .content-group > div > div > div.md\:dp-gap--60 .wp-block-columns {
    gap: 60px !important;
  }
                            .content-group > div > div > div.md\:dp-gap--80 .wp-block-columns {
    gap: 80px !important;
  }
                            .content-group > div > div > div.md\:dp-gap--90 .wp-block-columns {
    gap: 90px !important;
  }
                            .content-group > div > div > div.md\:dp-gap--100 .wp-block-columns {
    gap: 100px !important;
  }
}
.focus\:border-0:focus {
  border-width: 0px;
}
.focus\:border-\[\#E5EBF3\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 243 / var(--tw-border-opacity));
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 500px) {

  .min-\[500px\]\:w-1\/2 {
    width: 50%;
  }
}
@media (min-width: 768px) {

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

  .md\:float-left {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-mb-\[100px\] {
    margin-bottom: -100px;
  }

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

  .md\:-mb-\[110px\] {
    margin-bottom: -110px;
  }

  .md\:-mb-\[120px\] {
    margin-bottom: -120px;
  }

  .md\:-mb-\[130px\] {
    margin-bottom: -130px;
  }

  .md\:-mb-\[140px\] {
    margin-bottom: -140px;
  }

  .md\:-mb-\[150px\] {
    margin-bottom: -150px;
  }

  .md\:-mb-\[160px\] {
    margin-bottom: -160px;
  }

  .md\:-mb-\[170px\] {
    margin-bottom: -170px;
  }

  .md\:-mb-\[180px\] {
    margin-bottom: -180px;
  }

  .md\:-mb-\[190px\] {
    margin-bottom: -190px;
  }

  .md\:-mb-\[200px\] {
    margin-bottom: -200px;
  }

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

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

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

  .md\:-mb-\[50px\] {
    margin-bottom: -50px;
  }

  .md\:-mb-\[60px\] {
    margin-bottom: -60px;
  }

  .md\:-mb-\[70px\] {
    margin-bottom: -70px;
  }

  .md\:-mb-\[80px\] {
    margin-bottom: -80px;
  }

  .md\:-mb-\[90px\] {
    margin-bottom: -90px;
  }

  .md\:-mt-\[100px\] {
    margin-top: -100px;
  }

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

  .md\:-mt-\[110px\] {
    margin-top: -110px;
  }

  .md\:-mt-\[120px\] {
    margin-top: -120px;
  }

  .md\:-mt-\[130px\] {
    margin-top: -130px;
  }

  .md\:-mt-\[140px\] {
    margin-top: -140px;
  }

  .md\:-mt-\[150px\] {
    margin-top: -150px;
  }

  .md\:-mt-\[160px\] {
    margin-top: -160px;
  }

  .md\:-mt-\[170px\] {
    margin-top: -170px;
  }

  .md\:-mt-\[180px\] {
    margin-top: -180px;
  }

  .md\:-mt-\[190px\] {
    margin-top: -190px;
  }

  .md\:-mt-\[200px\] {
    margin-top: -200px;
  }

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

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

  .md\:-mt-\[40px\] {
    margin-top: -40px;
  }

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

  .md\:-mt-\[60px\] {
    margin-top: -60px;
  }

  .md\:-mt-\[70px\] {
    margin-top: -70px;
  }

  .md\:-mt-\[80px\] {
    margin-top: -80px;
  }

  .md\:-mt-\[90px\] {
    margin-top: -90px;
  }

  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .md\:mb-\[100px\] {
    margin-bottom: 100px;
  }

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

  .md\:mb-\[110px\] {
    margin-bottom: 110px;
  }

  .md\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .md\:mb-\[130px\] {
    margin-bottom: 130px;
  }

  .md\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .md\:mb-\[150px\] {
    margin-bottom: 150px;
  }

  .md\:mb-\[160px\] {
    margin-bottom: 160px;
  }

  .md\:mb-\[170px\] {
    margin-bottom: 170px;
  }

  .md\:mb-\[180px\] {
    margin-bottom: 180px;
  }

  .md\:mb-\[190px\] {
    margin-bottom: 190px;
  }

  .md\:mb-\[200px\] {
    margin-bottom: 200px;
  }

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

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

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

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:mb-\[90px\] {
    margin-bottom: 90px;
  }

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

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mt-\[0px\] {
    margin-top: 0px;
  }

  .md\:mt-\[100px\] {
    margin-top: 100px;
  }

  .md\:mt-\[110px\] {
    margin-top: 110px;
  }

  .md\:mt-\[120px\] {
    margin-top: 120px;
  }

  .md\:mt-\[130px\] {
    margin-top: 130px;
  }

  .md\:mt-\[140px\] {
    margin-top: 140px;
  }

  .md\:mt-\[150px\] {
    margin-top: 150px;
  }

  .md\:mt-\[160px\] {
    margin-top: 160px;
  }

  .md\:mt-\[170px\] {
    margin-top: 170px;
  }

  .md\:mt-\[180px\] {
    margin-top: 180px;
  }

  .md\:mt-\[190px\] {
    margin-top: 190px;
  }

  .md\:mt-\[200px\] {
    margin-top: 200px;
  }

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

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

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

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

  .md\:mt-\[60px\] {
    margin-top: 60px;
  }

  .md\:mt-\[70px\] {
    margin-top: 70px;
  }

  .md\:mt-\[80px\] {
    margin-top: 80px;
  }

  .md\:mt-\[90px\] {
    margin-top: 90px;
  }

  .md\:h-auto {
    height: auto;
  }

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

  .md\:max-w-\[25\%\] {
    max-width: 25%;
  }

  .md\:max-w-\[33\%\] {
    max-width: 33%;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[67\%\] {
    max-width: 67%;
  }

  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-\[0px\] {
    gap: 0px;
  }

  .md\:gap-\[100px\] {
    gap: 100px;
  }

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

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

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

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

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:gap-\[70px\] {
    gap: 70px;
  }

  .md\:gap-\[80px\] {
    gap: 80px;
  }

  .md\:gap-\[90px\] {
    gap: 90px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:px-\[110px\] {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:px-\[130px\] {
    padding-left: 130px;
    padding-right: 130px;
  }

  .md\:px-\[140px\] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md\:px-\[150px\] {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:px-\[160px\] {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:px-\[170px\] {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md\:px-\[180px\] {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:px-\[190px\] {
    padding-left: 190px;
    padding-right: 190px;
  }

  .md\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

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

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

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:px-\[90px\] {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:py-\[0px\] {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .md\:py-\[110px\] {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[130px\] {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:py-\[160px\] {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:py-\[170px\] {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:py-\[190px\] {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .md\:py-\[200px\] {
    padding-top: 200px;
    padding-bottom: 200px;
  }

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

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

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

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .min-\[768px\]\:w-1\/3 {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {

  .min-\[1024px\]\:w-1\/4 {
    width: 25%;
  }
}
@media (min-width: 1280px) {

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