/*
! tailwindcss v3.3.5 | 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.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-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;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}::-webkit-date-and-time-value {
  min-height: 1.5em;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox'] {
  border-radius: 0px;
}[type='radio'] {
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}/* @import "./custom-base-styles/fonts.css"; *//* Table of Contents
    - - - - - - - - -
    General
    Animation
    - - - - - - - - -
    *//* General */:root {
        --Gradient-button: linear-gradient(to right, #204A95 0%,#F52628 100%);
    }html {
        scroll-behavior: smooth;
        scroll-padding-top: var(--scroll-padding, 50px);
    }body {
  font-family: Montserrat, sans-serif;
}[x-cloak] { display: none !important; }/* Animation */.shine {
        position: relative;
        overflow: hidden
    }.shine:before {
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        display: block;
        position: absolute;
        top: 0;
        left: -75%;
        transform: skewX(-25deg);
        z-index: 2;
        background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
        width: 50%;
        height: 100%;
        pointer-events: none;
        content: ""
    }.shine:hover:before {
        animation: shine .75s
    }@keyframes shine {
        to {
            left: 125%
        }
    }/*
@import "./custom-base-styles/homepage.css"; */.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: 475px) {.\!container {
    max-width: 475px !important;
  }.container {
    max-width: 475px;
  }
}@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: 1272px) {.\!container {
    max-width: 1272px !important;
  }.container {
    max-width: 1272px;
  }
}@media (min-width: 1346px) {.\!container {
    max-width: 1346px !important;
  }.container {
    max-width: 1346px;
  }
}@media (min-width: 1600px) {.\!container {
    max-width: 1600px !important;
  }.container {
    max-width: 1600px;
  }
}.aspect-h-1 {
  --tw-aspect-h: 1;
}.aspect-h-3 {
  --tw-aspect-h: 3;
}.aspect-h-6 {
  --tw-aspect-h: 6;
}.aspect-h-\[101\] {
  --tw-aspect-h: 101;
}.aspect-h-\[187\] {
  --tw-aspect-h: 187;
}.aspect-h-\[230\] {
  --tw-aspect-h: 230;
}.aspect-h-\[240\] {
  --tw-aspect-h: 240;
}.aspect-h-\[250\] {
  --tw-aspect-h: 250;
}.aspect-h-\[251\] {
  --tw-aspect-h: 251;
}.aspect-h-\[25\] {
  --tw-aspect-h: 25;
}.aspect-h-\[300\] {
  --tw-aspect-h: 300;
}.aspect-h-\[320\] {
  --tw-aspect-h: 320;
}.aspect-h-\[328\] {
  --tw-aspect-h: 328;
}.aspect-h-\[332\] {
  --tw-aspect-h: 332;
}.aspect-h-\[377\] {
  --tw-aspect-h: 377;
}.aspect-h-\[383\] {
  --tw-aspect-h: 383;
}.aspect-h-\[385\] {
  --tw-aspect-h: 385;
}.aspect-h-\[450\] {
  --tw-aspect-h: 450;
}.aspect-h-\[72\] {
  --tw-aspect-h: 72;
}.aspect-h-\[784\] {
  --tw-aspect-h: 784;
}.aspect-h-\[82\] {
  --tw-aspect-h: 82;
}.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-10 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 10;
}.aspect-w-10 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-6 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 6;
}.aspect-w-6 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[153\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 153;
}.aspect-w-\[153\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[187\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 187;
}.aspect-w-\[187\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[188\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 188;
}.aspect-w-\[188\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[1900\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1900;
}.aspect-w-\[1900\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[252\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 252;
}.aspect-w-\[252\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[25\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 25;
}.aspect-w-\[25\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[333\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 333;
}.aspect-w-\[333\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[367\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 367;
}.aspect-w-\[367\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[376\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 376;
}.aspect-w-\[376\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[378\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 378;
}.aspect-w-\[378\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[400\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 400;
}.aspect-w-\[400\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[480\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 480;
}.aspect-w-\[480\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[585\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 585;
}.aspect-w-\[585\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[628\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 628;
}.aspect-w-\[628\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[834\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 834;
}.aspect-w-\[834\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[97\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 97;
}.aspect-w-\[97\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-\[99\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 99;
}.aspect-w-\[99\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}@media (min-width: 475px) {.debug-screens::before {
    content: 'screen: xs';
  }
}@media (min-width: 640px) {.debug-screens::before {
    content: 'screen: sm';
  }
}@media (min-width: 768px) {.debug-screens::before {
    content: 'screen: md';
  }
}@media (min-width: 1024px) {.debug-screens::before {
    content: 'screen: lg';
  }
}@media (min-width: 1272px) {.debug-screens::before {
    content: 'screen: xl';
  }
}@media (min-width: 1346px) {.debug-screens::before {
    content: 'screen: 2xl';
  }
}@media (min-width: 1600px) {.debug-screens::before {
    content: 'screen: 3xl';
  }
}/* @import "./components/accordion.css";
@import "./components/buttons.css";
@import "./components/counter.css";
@import "./components/animate.css";
*/.form-label {
  margin-bottom: 0.5rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.form-control {
  margin: 0px;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}.valid-feedback {
  margin-top: 0.5rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}@media (prefers-color-scheme: dark) {.valid-feedback {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }
}.invalid-feedback {
  margin-top: 0.5rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}@media (prefers-color-scheme: dark) {.invalid-feedback {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
  }
}.was-validated .form-control:valid {
        border-color: #28a745;
    }.was-validated .form-control:invalid {
        border-color: #dc3545;
    }.was-validated .valid-feedback, .was-validated .form-control:invalid~.invalid-feedback {
  display: block;
}.menu-nav{}.menu >li:not(.mega-box) {
  position: relative;
}.menu >li:not(.mega-box):hover>.submenu {
  display: inline-block;
}.menu >li:not(.mega-box) li {
  position: relative;
}.menu >li:not(.mega-box) li:hover>.submenu {
  display: inline-block;
}.menu-item{
        
    }.menu>li:not(.mega-box) {
  z-index: 10;
}.menu>li:not(.mega-box)>.menu-item{
            /* @apply relative inline-flex items-center justify-center mx-auto text-sm font-medium text-center uppercase transition-all text-primary whitespace-nowrap;
            &:hover{
                @apply  text-red-500;
            }
            &.current-active{
                @apply  text-red-500;
            } */
        }.menu>li:not(.mega-box):hover {
  z-index: 20;
}.menu>li:not(.mega-box) .submenu {
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  min-width: 250px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.menu>li:not(.mega-box) .submenu li+li {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(29 75 152 / var(--tw-border-opacity));
}.menu>li:not(.mega-box) .submenu li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.menu>li:not(.mega-box) .submenu li:hover>a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.menu>li:not(.mega-box) .submenu a {
  display: flex;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.menu>li:not(.mega-box) .submenu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.menu>li:not(.mega-box) .submenu .submenu {
  top: 0px;
  left: 100%;
}/*mega-box start */.menu>li.mega-box {
  margin-left: 2.25rem;
}.menu>li.mega-box>.menu-item {
  display: flex;
  min-height: 36px;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.menu>li.mega-box>.menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.menu>li.mega-box>.menu-item.current-active{
        }.menu>li.mega-box .ponsisub li a {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.menu>li.mega-box .ponsisub li a:hover {
  --tw-text-opacity: 0.6;
}.menu>li.mega-box .ponsisub >li >a {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.menu>li.mega-box >.submenu {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 10;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 2.5rem;
}.menu>li.mega-box >.submenu::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -10;
  display: block;
  height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}.menu>li.mega-box >.submenu .ponsisub {
  position: relative;
  display: grid;
  --tw-translate-y: -10px;
  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));
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 300ms;
}.menu>li.mega-box >.submenu .mouseout {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -20;
  height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}.menu>li.mega-box.active >.submenu {
  pointer-events: auto;
}.menu>li.mega-box.active >.submenu::before {
  content: var(--tw-content);
  height: 100%;
}.menu>li.mega-box.active >.submenu .ponsisub {
  transform: none;
  opacity: 1;
}.menu>li.mega-box.active >.submenu .mouseout {
  opacity: 0.5;
}/*mega-box end *//*menu-btn START*/#hamburger{}#hamburger:before,#hamburger:after,#hamburger span{content:'';display:block;width:100%;height:3px;position:absolute;left:0px;}#hamburger:before{top:0px;}#hamburger span{top:10px;}#hamburger:after{top:20px;}#hamburger:before,#hamburger:after,#hamburger span{transition:none 0.5s ease 0.5s;transition-property:transform,top,bottom,left,opacity;}.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after{top:10px;}.mm-wrapper_opening #hamburger span{left:-50px;opacity:0;}.mm-wrapper_opening #hamburger:before{transform:rotate(45deg);}.mm-wrapper_opening #hamburger:after{transform:rotate(-45deg);}.mm-menu_opened{display:block!important;}/*menu-btn END*//*menutoggle START*/.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible;
}.header-menu-btn:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 98%;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(29 75 152 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.header-menu-btn:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 98%;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(29 75 152 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.nav-close {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul{
	background: #fff;
}.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a{
	color: #000;
}.hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav .nav-back span::before{
	border-top: 2px solid #000;
    border-left: 2px solid #000;
}.hc-offcanvas-nav .nav-custom-content{
	border-color: transparent;
}.hc-offcanvas-nav .nav-close-button span::before{
	margin-left: -7px;
}.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a{
	border-color: transparent;
}.hc-offcanvas-nav a.nav-next{
	border-color: transparent;
}.hc-nav-trigger{
	min-height: 1px;
}.hc-nav-trigger.hc-nav-1{
	margin-top: -9px;
}.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a, .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a {
  border-bottom-width: 0px !important;
}.hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.hc-offcanvas-nav.nav-levels-expand li.level-open>.nav-item-wrapper>a:hover, .hc-offcanvas-nav.nav-levels-none li.level-open>.nav-item-wrapper>a:hover {
  background-color: transparent;
}.hc-offcanvas-nav .nav-content>.nav-close:first-child a, .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}/*menutoggle END*/.dev-paginator .pagination{
        display: flex;
        padding-left: 0;
        list-style: none;
        border-radius: 0.25rem;
    }.dev-paginator .page-link {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }.dev-paginator .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }.dev-paginator .page-item.disabled .page-link {
        color: #6c757d;
        pointer-events: none;
        cursor: auto;
        background-color: #fff;
        border-color: #dee2e6;
    }/* 
@import "./components/product_detail.css";
@import "./components/sidenav.css";
*//*Swiper*/.swiper-block .swiper-slide {
  display: none;
}.swiper-block.swiper-initialized .swiper-slide {
  display: block;
}/* .swiper-slide{
        @apply hidden;
    }
    &.swiper-initialized{
        .swiper-slide{
            @apply block;
        }
    } */.swiper .swiper-pagination-current {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}.swiper .swiper-pagination-total {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}body .swiper-button-next, body .swiper-button-prev {
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}body .swiper-button-next:hover, body .swiper-button-prev:hover {
  --tw-bg-opacity: 0.6;
}body .swiper-button-next::after, body .swiper-button-prev::after {
  font-size: 1.5rem;
  line-height: 2rem;
}body .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}/*Slick*/body .slick-prev, body .slick-next {
  height: 2.75rem;
  width: 2.75rem;
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}body .slick-prev:hover, body .slick-next:hover {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media screen and (prefers-reduced-motion: reduce) {
    body .slick-prev, body .slick-next {
    transition-property: none;
  } 
}body .slick-prev::before, body .slick-next::before {
  font-size: 1.5rem;
  text-transform: none !important;
  line-height: 2rem;
  letter-spacing: 0em;
    font-family:swiper-icons;
    font-variant: initial;
}body .slick-prev.slick-disabled::before, body .slick-next.slick-disabled::before {
  opacity: 1;
}body .slick-prev {
  left: 1.25rem;
}body .slick-prev::before{
        content: 'prev';
    }body .slick-next {
  right: 1.25rem;
}body .slick-next::before{
        content: 'next';
    }.progress-round__wrap,.progress2-round__wrap {
  height: 44px;
  width: 44px;
}.progress-round__wrap .progress,.progress2-round__wrap .progress {
  height: 44px;
  width: 44px;
}.vegapedia-slick-dots .slick-dots {
  position: relative;
  bottom: auto;
  width: calc(100% - 60px);
  text-align: left;
}.vegapedia-slick-dots .slick-dots li.slick-active button:before {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
}.vegapedia-slick-dots .slick-dots li button:before {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  color: transparent;
  opacity: 1;
}.progressBarContainer {
    position: absolute;
    bottom: 20px;
    width:300px;
    left:150px;
}.progressBarContainer div {
    display: block;
    width: 30%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: white;
}.progressBarContainer div:last-child {
    margin-right: 0;
}.progressBarContainer div span.progressBar {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
}.progressBarContainer div span.progressBar .inProgress {
    background-color: rgba(255, 255, 255, 1);
    width: 0%;
    height: 4px;
}#svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #666;
    stroke-width: 1em;
}#svg #bar {
    stroke: #FF9F1E;
}.progress circle {
    fill: transparent;
    stroke: #75c154;
    stroke-width: 4;
}/*Slick custom*/body .slick-custom-section .slick-prev, body .slick-custom-section  .slick-next {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}body .slick-custom-section .slick-prev:hover, body .slick-custom-section  .slick-next:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity)) !important;
}body .slick-custom-section .slick-prev::before,body .slick-custom-section  .slick-next::before {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.content-main {
  color: var(--tw-prose-body);
  max-width: 65ch;
}.content-main :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}.content-main :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}.content-main :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}.content-main :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.content-main :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.content-main :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.content-main :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.content-main :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}.content-main :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}.content-main :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}.content-main :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}.content-main :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}.content-main :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}.content-main :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}.content-main :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}.content-main :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}.content-main :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.content-main :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}.content-main :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}.content-main :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}.content-main :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}.content-main :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}.content-main :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}.content-main :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}.content-main :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}.content-main :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}.content-main :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}.content-main :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}.content-main :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}.content-main :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}.content-main :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}.content-main :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.content-main :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.content-main :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}.content-main :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}.content-main :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}.content-main :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}.content-main :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.content-main :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.content-main :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}.content-main :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}.content-main :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.content-main :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.content-main :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.content-main :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}.content-main :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}.content-main :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}.content-main :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}.content-main :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}.content-main :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}.content-main :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.content-main :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}.content-main :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}.content-main :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}.content-main :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}.content-main :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}.content-main {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}.content-main :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.content-main :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.content-main :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.content-main :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}.content-main :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}.content-main :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}.content-main :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.content-main :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}.content-main :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.content-main :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}.content-main :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.content-main :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.content-main :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}.content-main :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}.content-main :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.content-main :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}.content-main :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}.content-main :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.content-main {
  font-size: 0.875rem;
  line-height: 1.7142857;
}.content-main :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}.content-main :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}.content-main :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}.content-main :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}.content-main :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}.content-main :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}.content-main :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}.content-main :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.content-main :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.content-main :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.content-main :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.content-main :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}.content-main :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}.content-main :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}.content-main :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}.content-main :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}.content-main :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}.content-main :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}.content-main :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}.content-main :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}.content-main :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}.content-main :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}.prose-sm :where(.content-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}.content-main :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.prose-sm :where(.content-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.content-main :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.prose-sm :where(.content-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.content-main :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.prose-sm :where(.content-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.content-main :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.prose-sm :where(.content-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.content-main :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}.content-main :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}.content-main :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}.content-main :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}.content-main :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}.content-main :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}.content-main :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}.content-main :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}.content-main :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}.content-main :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-sm :where(.content-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.content-main :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-sm :where(.content-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-base :where(.content-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose-base :where(.content-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose-base :where(.content-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose-base :where(.content-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose-base :where(.content-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose-base :where(.content-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-base :where(.content-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-lg :where(.content-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}.prose-lg :where(.content-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-lg :where(.content-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-lg :where(.content-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-lg :where(.content-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-lg :where(.content-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-lg :where(.content-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-xl :where(.content-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}.prose-xl :where(.content-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}.prose-xl :where(.content-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}.prose-xl :where(.content-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}.prose-xl :where(.content-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}.prose-xl :where(.content-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-xl :where(.content-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-2xl :where(.content-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}.prose-2xl :where(.content-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-2xl :where(.content-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-2xl :where(.content-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-2xl :where(.content-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-2xl :where(.content-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-2xl :where(.content-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.content-main {
  max-width: none;
}@media (min-width: 768px) {.content-main {
    font-size: 1rem;
    line-height: 1.75;
  }.content-main :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }.content-main :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }.content-main :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }.content-main :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }.content-main :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }.content-main :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }.content-main :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }.content-main :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }.content-main :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }.content-main :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }.content-main :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }.content-main :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }.content-main :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }.content-main :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }.content-main :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }.content-main :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }.content-main :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }.content-main :where(ul):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }.content-main :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }.content-main :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }.content-main :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }.content-main :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }.content-main :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }.content-main :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }.content-main :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }.content-main :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }.content-main :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }.content-main :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }.content-main :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.content-main :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.content-main :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.content-main :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.content-main :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }.content-main :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }.content-main :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }.content-main :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }.content-main :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }.content-main :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }.content-main :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }.content-main :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.content-main :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}.content-main :is(:where(table):not(:where([class~="not-prose"] *))) {
  height: auto !important;
  max-width: 100%;
}.content-main :is(:where(img):not(:where([class~="not-prose"] *))) {
  margin-left: auto;
  margin-right: auto;
  height: auto !important;
}.desc-main {
  color: var(--tw-prose-body);
  max-width: 65ch;
}.desc-main :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}.desc-main :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}.desc-main :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}.desc-main :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.desc-main :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.desc-main :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.desc-main :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.desc-main :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}.desc-main :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}.desc-main :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}.desc-main :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}.desc-main :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}.desc-main :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}.desc-main :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}.desc-main :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}.desc-main :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}.desc-main :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}.desc-main :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}.desc-main :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}.desc-main :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}.desc-main :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}.desc-main :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}.desc-main :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}.desc-main :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}.desc-main :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}.desc-main :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}.desc-main :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}.desc-main :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}.desc-main :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}.desc-main :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}.desc-main :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}.desc-main :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.desc-main :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.desc-main :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}.desc-main :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}.desc-main :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}.desc-main :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}.desc-main :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.desc-main :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.desc-main :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}.desc-main :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}.desc-main :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.desc-main :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.desc-main :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}.desc-main :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}.desc-main :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}.desc-main :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}.desc-main :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}.desc-main :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}.desc-main :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}.desc-main :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.desc-main :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}.desc-main :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}.desc-main :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}.desc-main :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}.desc-main :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}.desc-main {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}.desc-main :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}.desc-main :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.desc-main :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}.desc-main :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}.desc-main :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}.desc-main :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}.desc-main :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.desc-main :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}.desc-main :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.desc-main :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}.desc-main :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.desc-main :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.desc-main :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}.desc-main :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}.desc-main :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}.desc-main :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}.desc-main :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}.desc-main :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.desc-main {
  font-size: 0.875rem;
  line-height: 1.7142857;
}.desc-main :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}.desc-main :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}.desc-main :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}.desc-main :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}.desc-main :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}.desc-main :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}.desc-main :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}.desc-main :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.desc-main :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.desc-main :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}.desc-main :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}.desc-main :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}.desc-main :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}.desc-main :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}.desc-main :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}.desc-main :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}.desc-main :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}.desc-main :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}.desc-main :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}.desc-main :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}.desc-main :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}.desc-main :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}.prose-sm :where(.desc-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}.desc-main :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.prose-sm :where(.desc-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.desc-main :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.prose-sm :where(.desc-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.desc-main :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.prose-sm :where(.desc-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}.desc-main :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.prose-sm :where(.desc-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}.desc-main :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}.desc-main :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}.desc-main :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}.desc-main :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}.desc-main :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}.desc-main :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}.desc-main :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}.desc-main :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}.desc-main :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}.desc-main :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-sm :where(.desc-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.desc-main :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-sm :where(.desc-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-base :where(.desc-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}.prose-base :where(.desc-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose-base :where(.desc-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose-base :where(.desc-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}.prose-base :where(.desc-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}.prose-base :where(.desc-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-base :where(.desc-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-lg :where(.desc-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}.prose-lg :where(.desc-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-lg :where(.desc-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-lg :where(.desc-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-lg :where(.desc-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-lg :where(.desc-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-lg :where(.desc-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-xl :where(.desc-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}.prose-xl :where(.desc-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}.prose-xl :where(.desc-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}.prose-xl :where(.desc-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}.prose-xl :where(.desc-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}.prose-xl :where(.desc-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-xl :where(.desc-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.prose-2xl :where(.desc-main > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}.prose-2xl :where(.desc-main > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-2xl :where(.desc-main > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-2xl :where(.desc-main > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}.prose-2xl :where(.desc-main > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}.prose-2xl :where(.desc-main > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}.prose-2xl :where(.desc-main > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}.desc-main {
  max-width: none;
}@media (min-width: 768px) {.desc-main {
    font-size: 1rem;
    line-height: 1.75;
  }.desc-main :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }.desc-main :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }.desc-main :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }.desc-main :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }.desc-main :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }.desc-main :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }.desc-main :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }.desc-main :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }.desc-main :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }.desc-main :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }.desc-main :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }.desc-main :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }.desc-main :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }.desc-main :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }.desc-main :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }.desc-main :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }.desc-main :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }.desc-main :where(ul):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }.desc-main :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }.desc-main :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }.desc-main :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }.desc-main :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }.desc-main :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }.desc-main :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }.desc-main :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }.desc-main :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }.desc-main :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }.desc-main :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }.desc-main :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.desc-main :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.desc-main :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.desc-main :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.desc-main :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }.desc-main :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }.desc-main :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }.desc-main :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }.desc-main :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }.desc-main :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }.desc-main :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }.desc-main :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }.desc-main :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none {
  pointer-events: none;
}.pointer-events-auto {
  pointer-events: auto;
}.invisible {
  visibility: hidden;
}.collapse {
  visibility: collapse;
}.\!static {
  position: static !important;
}.static {
  position: static;
}.\!fixed {
  position: fixed !important;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  inset: 0px;
}.inset-x-\[30px\] {
  left: 30px;
  right: 30px;
}.\!left-2 {
  left: 0.5rem !important;
}.\!right-0 {
  right: 0px !important;
}.\!right-2 {
  right: 0.5rem !important;
}.\!top-1\/4 {
  top: 25% !important;
}.-bottom-\[10px\] {
  bottom: -10px;
}.-bottom-\[170px\] {
  bottom: -170px;
}.-bottom-\[24px\] {
  bottom: -24px;
}.-bottom-\[35px\] {
  bottom: -35px;
}.-left-\[140px\] {
  left: -140px;
}.-left-\[50px\] {
  left: -50px;
}.-left-\[80px\] {
  left: -80px;
}.-right-\[40px\] {
  right: -40px;
}.-right-\[50px\] {
  right: -50px;
}.-right-\[60px\] {
  right: -60px;
}.-top-0 {
  top: -0px;
}.-top-\[100px\] {
  top: -100px;
}.-top-\[120px\] {
  top: -120px;
}.-top-\[140px\] {
  top: -140px;
}.-top-\[170px\] {
  top: -170px;
}.-top-\[200px\] {
  top: -200px;
}.-top-\[230px\] {
  top: -230px;
}.-top-\[240px\] {
  top: -240px;
}.-top-\[30px\] {
  top: -30px;
}.-top-\[380px\] {
  top: -380px;
}.-top-\[40px\] {
  top: -40px;
}.-top-\[60px\] {
  top: -60px;
}.-top-\[80\%\] {
  top: -80%;
}.-top-\[85px\] {
  top: -85px;
}.-top-\[90px\] {
  top: -90px;
}.bottom-0 {
  bottom: 0px;
}.bottom-1\/4 {
  bottom: 25%;
}.bottom-20 {
  bottom: 5rem;
}.bottom-5 {
  bottom: 1.25rem;
}.bottom-\[-15px\] {
  bottom: -15px;
}.bottom-\[100px\] {
  bottom: 100px;
}.bottom-\[147px\] {
  bottom: 147px;
}.bottom-\[200px\] {
  bottom: 200px;
}.bottom-\[215px\] {
  bottom: 215px;
}.bottom-\[2px\] {
  bottom: 2px;
}.bottom-\[43\.5px\] {
  bottom: 43.5px;
}.bottom-\[46px\] {
  bottom: 46px;
}.bottom-\[calc\(-35px\/2\)\] {
  bottom: calc(-35px / 2);
}.left-0 {
  left: 0px;
}.left-1\/2 {
  left: 50%;
}.left-10 {
  left: 2.5rem;
}.left-3 {
  left: 0.75rem;
}.left-6 {
  left: 1.5rem;
}.left-\[15\%\] {
  left: 15%;
}.left-\[20px\] {
  left: 20px;
}.left-\[270px\] {
  left: 270px;
}.left-\[30px\] {
  left: 30px;
}.left-\[40\%\] {
  left: 40%;
}.left-\[53px\] {
  left: 53px;
}.left-\[8\%\] {
  left: 8%;
}.left-\[9px\] {
  left: 9px;
}.left-\[calc\(50\%\+400px\)\] {
  left: calc(50% + 400px);
}.left-full {
  left: 100%;
}.right-0 {
  right: 0px;
}.right-10 {
  right: 2.5rem;
}.right-2 {
  right: 0.5rem;
}.right-2\.5 {
  right: 0.625rem;
}.right-3 {
  right: 0.75rem;
}.right-5 {
  right: 1.25rem;
}.right-\[15\%\] {
  right: 15%;
}.right-\[230px\] {
  right: 230px;
}.right-\[70px\] {
  right: 70px;
}.right-\[calc\(50\%\+400px\)\] {
  right: calc(50% + 400px);
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-12 {
  top: 3rem;
}.top-3 {
  top: 0.75rem;
}.top-\[130\%\] {
  top: 130%;
}.top-\[150px\] {
  top: 150px;
}.top-\[170px\] {
  top: 170px;
}.top-\[20px\] {
  top: 20px;
}.top-\[26px\] {
  top: 26px;
}.top-\[55px\] {
  top: 55px;
}.top-\[calc\(100\%_-_20px\)\] {
  top: calc(100% - 20px);
}.top-\[calc\(50\%-16px\)\] {
  top: calc(50% - 16px);
}.top-full {
  top: 100%;
}.-top-\[48px\] {
  top: -48px;
}.\!left-0 {
  left: 0px !important;
}.-z-10 {
  z-index: -10;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-30 {
  z-index: 30;
}.z-40 {
  z-index: 40;
}.z-50 {
  z-index: 50;
}.z-\[60\] {
  z-index: 60;
}.z-\[9999\] {
  z-index: 9999;
}.z-\[999\] {
  z-index: 999;
}.z-\[99\] {
  z-index: 99;
}.order-2 {
  order: 2;
}.float-right {
  float: right;
}.float-left {
  float: left;
}.m-0 {
  margin: 0px;
}.m-5 {
  margin: 1.25rem;
}.m-\[11px_0_8px\] {
  margin: 11px 0 8px;
}.m-auto {
  margin: auto;
}.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}.-mx-\[10px\] {
  margin-left: -10px;
  margin-right: -10px;
}.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}.mx-\[1\%\] {
  margin-left: 1%;
  margin-right: 1%;
}.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}.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-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.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-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}.-ml-\[15px\] {
  margin-left: -15px;
}.-ml-\[3\.45rem\] {
  margin-left: -3.45rem;
}.-mr-\[130px\] {
  margin-right: -130px;
}.-mt-2 {
  margin-top: -0.5rem;
}.-mt-\[130px\] {
  margin-top: -130px;
}.-mt-\[250px\] {
  margin-top: -250px;
}.-mt-\[75px\] {
  margin-top: -75px;
}.mb-0 {
  margin-bottom: 0px;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-\[18px\] {
  margin-bottom: 18px;
}.mb-\[25px\] {
  margin-bottom: 25px;
}.mb-\[28px\] {
  margin-bottom: 28px;
}.mb-\[30px\] {
  margin-bottom: 30px;
}.mb-\[47px\] {
  margin-bottom: 47px;
}.mb-\[6px\] {
  margin-bottom: 6px;
}.ml-0 {
  margin-left: 0px;
}.ml-0\.5 {
  margin-left: 0.125rem;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-3 {
  margin-left: 0.75rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-5 {
  margin-left: 1.25rem;
}.ml-6 {
  margin-left: 1.5rem;
}.ml-7 {
  margin-left: 1.75rem;
}.ml-\[10px\] {
  margin-left: 10px;
}.ml-\[23px\] {
  margin-left: 23px;
}.ml-\[3px\] {
  margin-left: 3px;
}.ml-auto {
  margin-left: auto;
}.mr-0 {
  margin-right: 0px;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-3 {
  margin-right: 0.75rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-5 {
  margin-right: 1.25rem;
}.mr-6 {
  margin-right: 1.5rem;
}.mt-0 {
  margin-top: 0px;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-16 {
  margin-top: 4rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-7 {
  margin-top: 1.75rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[-70px\] {
  margin-top: -70px;
}.mt-\[10px\] {
  margin-top: 10px;
}.mt-\[26px\] {
  margin-top: 26px;
}.mt-\[40px\] {
  margin-top: 40px;
}.mt-\[50px\] {
  margin-top: 50px;
}.mt-\[56px\] {
  margin-top: 56px;
}.mt-\[8px\] {
  margin-top: 8px;
}.mt-auto {
  margin-top: auto;
}.box-content {
  box-sizing: content-box;
}.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}.\!block {
  display: block !important;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.inline {
  display: inline;
}.\!flex {
  display: flex !important;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-0 {
  height: 0px;
}.h-0\.5 {
  height: 0.125rem;
}.h-10 {
  height: 2.5rem;
}.h-11 {
  height: 2.75rem;
}.h-12 {
  height: 3rem;
}.h-14 {
  height: 3.5rem;
}.h-16 {
  height: 4rem;
}.h-2 {
  height: 0.5rem;
}.h-2\.5 {
  height: 0.625rem;
}.h-20 {
  height: 5rem;
}.h-3 {
  height: 0.75rem;
}.h-3\/4 {
  height: 75%;
}.h-4 {
  height: 1rem;
}.h-5 {
  height: 1.25rem;
}.h-6 {
  height: 1.5rem;
}.h-8 {
  height: 2rem;
}.h-\[0px\] {
  height: 0px;
}.h-\[100px\] {
  height: 100px;
}.h-\[120px\] {
  height: 120px;
}.h-\[136px\] {
  height: 136px;
}.h-\[13px\] {
  height: 13px;
}.h-\[140px\] {
  height: 140px;
}.h-\[150px\] {
  height: 150px;
}.h-\[151px\] {
  height: 151px;
}.h-\[170px\] {
  height: 170px;
}.h-\[172px\] {
  height: 172px;
}.h-\[17px\] {
  height: 17px;
}.h-\[1px\] {
  height: 1px;
}.h-\[22px\] {
  height: 22px;
}.h-\[24px\] {
  height: 24px;
}.h-\[25px\] {
  height: 25px;
}.h-\[260px\] {
  height: 260px;
}.h-\[27\.20px\] {
  height: 27.20px;
}.h-\[2px\] {
  height: 2px;
}.h-\[30px\] {
  height: 30px;
}.h-\[310px\] {
  height: 310px;
}.h-\[345px\] {
  height: 345px;
}.h-\[34px\] {
  height: 34px;
}.h-\[3px\] {
  height: 3px;
}.h-\[400px\] {
  height: 400px;
}.h-\[40px\] {
  height: 40px;
}.h-\[44px\] {
  height: 44px;
}.h-\[450px\] {
  height: 450px;
}.h-\[45px\] {
  height: 45px;
}.h-\[50px\] {
  height: 50px;
}.h-\[51px\] {
  height: 51px;
}.h-\[52px\] {
  height: 52px;
}.h-\[530px\] {
  height: 530px;
}.h-\[580px\] {
  height: 580px;
}.h-\[59px\] {
  height: 59px;
}.h-\[70px\] {
  height: 70px;
}.h-\[72\.75px\] {
  height: 72.75px;
}.h-\[77px\] {
  height: 77px;
}.h-\[80px\] {
  height: 80px;
}.h-\[81px\] {
  height: 81px;
}.h-\[890px\] {
  height: 890px;
}.h-\[92px\] {
  height: 92px;
}.h-\[950px\] {
  height: 950px;
}.h-\[calc\(100\%\+150px\)\] {
  height: calc(100% + 150px);
}.h-\[calc\(100\%-58px\)\] {
  height: calc(100% - 58px);
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.min-h-\[1300px\] {
  min-height: 1300px;
}.min-h-\[268px\] {
  min-height: 268px;
}.min-h-\[32px\] {
  min-height: 32px;
}.min-h-\[610px\] {
  min-height: 610px;
}.min-h-\[76px\] {
  min-height: 76px;
}.min-h-full {
  min-height: 100%;
}.min-h-screen {
  min-height: 100vh;
}.w-1\/2 {
  width: 50%;
}.w-1\/5 {
  width: 20%;
}.w-10 {
  width: 2.5rem;
}.w-11 {
  width: 2.75rem;
}.w-11\/12 {
  width: 91.666667%;
}.w-14 {
  width: 3.5rem;
}.w-16 {
  width: 4rem;
}.w-2 {
  width: 0.5rem;
}.w-2\.5 {
  width: 0.625rem;
}.w-2\/12 {
  width: 16.666667%;
}.w-24 {
  width: 6rem;
}.w-3 {
  width: 0.75rem;
}.w-36 {
  width: 9rem;
}.w-4 {
  width: 1rem;
}.w-44 {
  width: 11rem;
}.w-5 {
  width: 1.25rem;
}.w-52 {
  width: 13rem;
}.w-6 {
  width: 1.5rem;
}.w-64 {
  width: 16rem;
}.w-7 {
  width: 1.75rem;
}.w-8 {
  width: 2rem;
}.w-9 {
  width: 2.25rem;
}.w-\[100px\] {
  width: 100px;
}.w-\[100vw\] {
  width: 100vw;
}.w-\[105px\] {
  width: 105px;
}.w-\[120px\] {
  width: 120px;
}.w-\[150px\] {
  width: 150px;
}.w-\[152px\] {
  width: 152px;
}.w-\[153px\] {
  width: 153px;
}.w-\[187px\] {
  width: 187px;
}.w-\[188px\] {
  width: 188px;
}.w-\[200\%\] {
  width: 200%;
}.w-\[200px\] {
  width: 200px;
}.w-\[20px\] {
  width: 20px;
}.w-\[230px\] {
  width: 230px;
}.w-\[240px\] {
  width: 240px;
}.w-\[245px\] {
  width: 245px;
}.w-\[24px\] {
  width: 24px;
}.w-\[252px\] {
  width: 252px;
}.w-\[25px\] {
  width: 25px;
}.w-\[27\.20px\] {
  width: 27.20px;
}.w-\[2px\] {
  width: 2px;
}.w-\[30px\] {
  width: 30px;
}.w-\[333px\] {
  width: 333px;
}.w-\[335px\] {
  width: 335px;
}.w-\[34px\] {
  width: 34px;
}.w-\[35\%\] {
  width: 35%;
}.w-\[378px\] {
  width: 378px;
}.w-\[38\%\] {
  width: 38%;
}.w-\[400px\] {
  width: 400px;
}.w-\[40px\] {
  width: 40px;
}.w-\[411px\] {
  width: 411px;
}.w-\[420px\] {
  width: 420px;
}.w-\[450px\] {
  width: 450px;
}.w-\[45px\] {
  width: 45px;
}.w-\[500px\] {
  width: 500px;
}.w-\[50px\] {
  width: 50px;
}.w-\[52px\] {
  width: 52px;
}.w-\[550px\] {
  width: 550px;
}.w-\[57\%\] {
  width: 57%;
}.w-\[59px\] {
  width: 59px;
}.w-\[600px\] {
  width: 600px;
}.w-\[61\%\] {
  width: 61%;
}.w-\[700px\] {
  width: 700px;
}.w-\[71px\] {
  width: 71px;
}.w-\[77px\] {
  width: 77px;
}.w-\[80\%\] {
  width: 80%;
}.w-\[80px\] {
  width: 80px;
}.w-\[90px\] {
  width: 90px;
}.w-\[92px\] {
  width: 92px;
}.w-\[97px\] {
  width: 97px;
}.w-\[99px\] {
  width: 99px;
}.w-\[calc\(100\%\/4-7\.5px\)\] {
  width: calc(100% / 4 - 7.5px);
}.w-auto {
  width: auto;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-screen {
  width: 100vw;
}.w-\[60px\] {
  width: 60px;
}.w-40 {
  width: 10rem;
}.w-\[58px\] {
  width: 58px;
}.min-w-0 {
  min-width: 0px;
}.min-w-\[250px\] {
  min-width: 250px;
}.min-w-\[auto\] {
  min-width: auto;
}.max-w-2xl {
  max-width: 42rem;
}.max-w-3xl {
  max-width: 48rem;
}.max-w-\[1080px\] {
  max-width: 1080px;
}.max-w-\[1177px\] {
  max-width: 1177px;
}.max-w-\[1366px\] {
  max-width: 1366px;
}.max-w-\[150px\] {
  max-width: 150px;
}.max-w-\[188px\] {
  max-width: 188px;
}.max-w-\[190px\] {
  max-width: 190px;
}.max-w-\[200px\] {
  max-width: 200px;
}.max-w-\[250px\] {
  max-width: 250px;
}.max-w-\[25px\] {
  max-width: 25px;
}.max-w-\[400px\] {
  max-width: 400px;
}.max-w-\[430px\] {
  max-width: 430px;
}.max-w-\[507px\] {
  max-width: 507px;
}.max-w-\[50px\] {
  max-width: 50px;
}.max-w-\[525px\] {
  max-width: 525px;
}.max-w-\[810px\] {
  max-width: 810px;
}.max-w-\[820px\] {
  max-width: 820px;
}.max-w-\[835px\] {
  max-width: 835px;
}.max-w-\[900px\] {
  max-width: 900px;
}.max-w-\[928px\] {
  max-width: 928px;
}.max-w-\[940px\] {
  max-width: 940px;
}.max-w-full {
  max-width: 100%;
}.max-w-md {
  max-width: 28rem;
}.max-w-screen-2xl {
  max-width: 1346px;
}.max-w-screen-lg {
  max-width: 1024px;
}.max-w-screen-xl {
  max-width: 1272px;
}.flex-1 {
  flex: 1 1 0%;
}.flex-auto {
  flex: 1 1 auto;
}.flex-none {
  flex: none;
}.flex-shrink-0 {
  flex-shrink: 0;
}.shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.origin-top-left {
  transform-origin: top left;
}.-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-x-3 {
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-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-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-skew-x-3 {
  --tw-skew-x: -3deg;
  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));
}.-skew-x-6 {
  --tw-skew-x: -6deg;
  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));
}.skew-y-3 {
  --tw-skew-y: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes marquee {0% {
    transform: translateX(0%);
  }100% {
    transform: translateX(-100%);
  }
}.animate-marquee {
  animation: marquee 25s linear infinite;
}@keyframes marquee2 {0% {
    transform: translateX(100%);
  }100% {
    transform: translateX(0%);
  }
}.animate-marquee2 {
  animation: marquee2 25s linear infinite;
}@keyframes spin {to {
    transform: rotate(360deg);
  }
}.animate-spin {
  animation: spin 1s linear infinite;
}.cursor-pointer {
  cursor: pointer;
}.resize {
  resize: both;
}.list-none {
  list-style-type: none;
}.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-\[calc\(60\%_-_10px\)_calc\(40\%_-_10px\)\] {
  grid-template-columns: calc(60% - 10px) calc(40% - 10px);
}.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.place-content-center {
  place-content: center;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.\!items-center {
  align-items: center !important;
}.items-center {
  align-items: center;
}.items-stretch {
  align-items: stretch;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.\!justify-center {
  justify-content: center !important;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-7 {
  gap: 1.75rem;
}.gap-\[10px\] {
  gap: 10px;
}.gap-\[14px\] {
  gap: 14px;
}.gap-\[30px\] {
  gap: 30px;
}.gap-\[3px\] {
  gap: 3px;
}.gap-\[6px\] {
  gap: 6px;
}.gap-\[78px\] {
  gap: 78px;
}.gap-\[80px\] {
  gap: 80px;
}.gap-\[4px\] {
  gap: 4px;
}.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.gap-y-10 {
  row-gap: 2.5rem;
}.gap-y-3 {
  row-gap: 0.75rem;
}.gap-y-4 {
  row-gap: 1rem;
}.gap-y-5 {
  row-gap: 1.25rem;
}.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity));
}.divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-divide-opacity));
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.overflow-y-auto {
  overflow-y: auto;
}.overflow-x-hidden {
  overflow-x: hidden;
}.text-ellipsis {
  text-overflow: ellipsis;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded {
  border-radius: 0.25rem;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-3xl {
  border-radius: 1.5rem;
}.rounded-\[0_0_10px_10px\] {
  border-radius: 0 0 10px 10px;
}.rounded-\[100px\] {
  border-radius: 100px;
}.rounded-\[10px\] {
  border-radius: 10px;
}.rounded-\[12px\] {
  border-radius: 12px;
}.rounded-\[16px\] {
  border-radius: 16px;
}.rounded-\[20px\] {
  border-radius: 20px;
}.rounded-\[30px\] {
  border-radius: 30px;
}.rounded-\[3px\] {
  border-radius: 3px;
}.rounded-\[40px\] {
  border-radius: 40px;
}.rounded-\[50px\] {
  border-radius: 50px;
}.rounded-\[5px\] {
  border-radius: 5px;
}.rounded-\[62px\] {
  border-radius: 62px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-none {
  border-radius: 0px;
}.rounded-sm {
  border-radius: 0.125rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.rounded-\[6px\] {
  border-radius: 6px;
}.rounded-b-\[30px\] {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}.rounded-l-\[10px\] {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}.rounded-r-\[10px\] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}.rounded-r-\[20px\] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}.rounded-s-\[30px\] {
  border-start-start-radius: 30px;
  border-end-start-radius: 30px;
}.rounded-t-\[30px\] {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}.rounded-bl-\[30px\] {
  border-bottom-left-radius: 30px;
}.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}.rounded-ee-\[30px\] {
  border-end-end-radius: 30px;
}.border {
  border-width: 1px;
}.border-0 {
  border-width: 0px;
}.border-2 {
  border-width: 2px;
}.border-\[2px\] {
  border-width: 2px;
}.border-\[3px\] {
  border-width: 3px;
}.border-\[1px\] {
  border-width: 1px;
}.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-0 {
  border-bottom-width: 0px;
}.border-b-2 {
  border-bottom-width: 2px;
}.border-l-0 {
  border-left-width: 0px;
}.border-l-\[13px\] {
  border-left-width: 13px;
}.border-l-\[4px\] {
  border-left-width: 4px;
}.border-r {
  border-right-width: 1px;
}.border-r-0 {
  border-right-width: 0px;
}.border-t {
  border-top-width: 1px;
}.border-t-0 {
  border-top-width: 0px;
}.border-t-2 {
  border-top-width: 2px;
}.border-solid {
  border-style: solid;
}.border-none {
  border-style: none;
}.\!border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 75 152 / var(--tw-border-opacity)) !important;
}.border-\[\#0F228B\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 34 139 / var(--tw-border-opacity));
}.border-\[\#815030\] {
  --tw-border-opacity: 1;
  border-color: rgb(129 80 48 / var(--tw-border-opacity));
}.border-\[\#845536\] {
  --tw-border-opacity: 1;
  border-color: rgb(132 85 54 / var(--tw-border-opacity));
}.border-\[\#999\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}.border-\[\#BABABA\] {
  --tw-border-opacity: 1;
  border-color: rgb(186 186 186 / var(--tw-border-opacity));
}.border-\[\#C1C1C1\] {
  --tw-border-opacity: 1;
  border-color: rgb(193 193 193 / var(--tw-border-opacity));
}.border-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  border-color: rgba(0,0,0,0.2);
}.border-\[rgba\(18\2c 123\2c 166\2c 0\.20\)\] {
  border-color: rgba(18,123,166,0.20);
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}.border-current {
  border-color: currentColor;
}.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 75 152 / var(--tw-border-opacity));
}.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(119 147 193 / var(--tw-border-opacity));
}.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(29 75 152 / var(--tw-border-opacity));
}.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-transparent {
  border-color: transparent;
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-\[\#B1B1B1\] {
  --tw-border-opacity: 1;
  border-color: rgb(177 177 177 / var(--tw-border-opacity));
}.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}.border-t-transparent {
  border-top-color: transparent;
}.border-opacity-20 {
  --tw-border-opacity: 0.2;
}.border-opacity-50 {
  --tw-border-opacity: 0.5;
}.\!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-\[\#0000002e\] {
  background-color: #0000002e;
}.bg-\[\#081152\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 17 82 / var(--tw-bg-opacity));
}.bg-\[\#1dcbb6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 203 182 / var(--tw-bg-opacity));
}.bg-\[\#30B053\] {
  --tw-bg-opacity: 1;
  background-color: rgb(48 176 83 / var(--tw-bg-opacity));
}.bg-\[\#453F2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(69 63 47 / var(--tw-bg-opacity));
}.bg-\[\#A4D8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(164 216 255 / var(--tw-bg-opacity));
}.bg-\[\#E9ECEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}.bg-\[\#EB5757\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 87 87 / var(--tw-bg-opacity));
}.bg-\[\#FBECD5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 236 213 / var(--tw-bg-opacity));
}.bg-\[\#FFF5F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 242 / var(--tw-bg-opacity));
}.bg-\[\#FFF9E6\]\/50 {
  background-color: rgb(255 249 230 / 0.5);
}.bg-\[\#f1faff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 255 / var(--tw-bg-opacity));
}.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-\[\#f5fff8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 255 248 / var(--tw-bg-opacity));
}.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}.bg-\[\#fef1ef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 239 / var(--tw-bg-opacity));
}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  background-color: rgba(0,0,0,0.7);
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 60 122 / var(--tw-bg-opacity));
}.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}.bg-\[linear-gradient\(90deg\2c \#B78260_-14\.95\%\2c \#815030_66\.53\%\)\] {
  background-image: linear-gradient(90deg,#B78260 -14.95%,#815030 66.53%);
}.bg-\[linear-gradient\(to_bottom\2c _transparent_0\%\2c _rgba\(0\2c 0\2c 0\2c 0\.4\)_60\%\2c _rgba\(0\2c 0\2c 0\2c 0\.6\)_100\%\)\] {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.6) 100%);
}.bg-\[url\(\'\.\.\/images\/dichvu\.png\'\)\] {
  background-image: url('../images/dichvu.png');
}.bg-\[url\(\'\.\.\/mbg\/Group27\.png\'\)\] {
  background-image: url('../mbg/Group27.png');
}.bg-\[url\(\'\.\.\/mbg\/Group28\.png\'\)\] {
  background-image: url('../mbg/Group28.png');
}.bg-\[url\(\'\.\.\/mbg\/Group30\.png\'\)\] {
  background-image: url('../mbg/Group30.png');
}.bg-\[url\(\'\.\.\/mbg\/Group31\.png\'\)\] {
  background-image: url('../mbg/Group31.png');
}.bg-\[url\(\'\.\.\/mbg\/bottom\.png\'\)\] {
  background-image: url('../mbg/bottom.png');
}.bg-\[url\(\'\.\.\/mbg\/ft-white\.png\'\)\] {
  background-image: url('../mbg/ft-white.png');
}.bg-\[url\(\'\.\.\/mbg\/home-dichvu\.png\'\)\] {
  background-image: url('../mbg/home-dichvu.png');
}.bg-\[url\(\'\.\.\/mbg\/mbg-buong\.png\'\)\] {
  background-image: url('../mbg/mbg-buong.png');
}.bg-\[url\(\'\.\.\/mbg\/mbg-cauhoi-cir\.png\'\)\] {
  background-image: url('../mbg/mbg-cauhoi-cir.png');
}.bg-\[url\(\'\.\.\/mbg\/mbg-cauhoi\.png\'\)\] {
  background-image: url('../mbg/mbg-cauhoi.png');
}.bg-\[url\(\'\.\.\/mbg\/mbg-chuyenkhoa-hor\.png\'\)\] {
  background-image: url('../mbg/mbg-chuyenkhoa-hor.png');
}.bg-\[url\(\'\.\.\/mbg\/mbg-chuyenkhoa-wave\.png\'\)\] {
  background-image: url('../mbg/mbg-chuyenkhoa-wave.png');
}.bg-\[url\(\'\.\.\/mbg\/mbg-hinhanhkhachhang\.png\'\)\] {
  background-image: url('../mbg/mbg-hinhanhkhachhang.png');
}.bg-\[url\(\'\.\.\/mbg\/mbg-newslet\.png\'\)\] {
  background-image: url('../mbg/mbg-newslet.png');
}.bg-\[url\(\'\.\.\/mbg\/mbg-slide-plug\.png\'\)\] {
  background-image: url('../mbg/mbg-slide-plug.png');
}.bg-\[url\(\'\.\.\/mbg\/top\.png\'\)\] {
  background-image: url('../mbg/top.png');
}.bg-\[url\(\'\.\.\/pts\/catenav\.jpg\'\)\] {
  background-image: url('../pts/catenav.jpg');
}.bg-\[url\(\'\.\.\/pts\/goi-hanhtrinh\.png\'\)\] {
  background-image: url('../pts/goi-hanhtrinh.png');
}.bg-\[url\(\'\.\.\/pts\/thietbi\.png\'\)\] {
  background-image: url('../pts/thietbi.png');
}.bg-\[url\(\.\.\/pts\/Group77\.png\)\] {
  background-image: url(../pts/Group77.png);
}.bg-\[url\(\.\.\/pts\/Location\.png\)\] {
  background-image: url(../pts/Location.png);
}.bg-\[url\(\.\.\/pts\/Polygon2\.png\)\] {
  background-image: url(../pts/Polygon2.png);
}.bg-\[url\(\.\.\/pts\/goidichvu\.png\)\] {
  background-image: url(../pts/goidichvu.png);
}.bg-\[url\(\.\.\/pts\/trainghiemtrong\.png\)\] {
  background-image: url(../pts/trainghiemtrong.png);
}.bg-ft1920 {
  background-image: url('../mbg/ft-1920.svg');
}.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}.bg-mbg1 {
  background-image: url('../mbg/mbg-1.png');
}.bg-mbgcauhoi {
  background-image: url('../mbg/mbg-cauhoi.png');
}.bg-mbghinhanhkhachhang {
  background-image: url('../mbg/mbg-hinhanhkhachhang.png');
}.bg-mbgtaisao {
  background-image: url('../mbg/mbg-taisao.png');
}.bg-web {
  background-image: url('../pts/bg.png');
}.from-\[\#1C4CCA\] {
  --tw-gradient-from: #1C4CCA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 76 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#204A95\] {
  --tw-gradient-from: #204A95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 74 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#453F2F00\] {
  --tw-gradient-from: #453F2F00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 63 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#58E6E6\] {
  --tw-gradient-from: #58E6E6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 230 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#68c0e6\] {
  --tw-gradient-from: #68c0e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(104 192 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#9EA2FF\] {
  --tw-gradient-from: #9EA2FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(158 162 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#D4EFFF\] {
  --tw-gradient-from: #D4EFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 239 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-blue-100 {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-blue-200 {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-blue-800 {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-emerald-300 {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-primary-300 {
  --tw-gradient-from: #7793c1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 147 193 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-teal-400 {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.via-blue-600 {
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}.to-\[\#3464E1\] {
  --tw-gradient-to: #3464E1 var(--tw-gradient-to-position);
}.to-\[\#3789c4\] {
  --tw-gradient-to: #3789c4 var(--tw-gradient-to-position);
}.to-\[\#453F2F\] {
  --tw-gradient-to: #453F2F var(--tw-gradient-to-position);
}.to-\[\#F52628\] {
  --tw-gradient-to: #F52628 var(--tw-gradient-to-position);
}.to-\[\#FCC2EF\] {
  --tw-gradient-to: #FCC2EF var(--tw-gradient-to-position);
}.to-blue-100 {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}.to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}.to-primary {
  --tw-gradient-to: #1d4b98 var(--tw-gradient-to-position);
}.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}.to-sky-300 {
  --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position);
}.to-teal-300 {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}.bg-\[length\:100\%\] {
  background-size: 100%;
}.bg-\[length\:100\%_100\%\] {
  background-size: 100% 100%;
}.bg-\[length\:100\%_auto\] {
  background-size: 100% auto;
}.bg-contain {
  background-size: contain;
}.bg-cover {
  background-size: cover;
}.bg-clip-padding {
  background-clip: padding-box;
}.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}.bg-\[center_bottom\] {
  background-position: center bottom;
}.bg-\[center_top\] {
  background-position: center top;
}.bg-\[center_top_-90px\] {
  background-position: center top -90px;
}.bg-\[left_top\] {
  background-position: left top;
}.bg-\[right_-150px_bottom_0\] {
  background-position: right -150px bottom 0;
}.bg-\[right_bottom\] {
  background-position: right bottom;
}.bg-bottom {
  background-position: bottom;
}.bg-center {
  background-position: center;
}.bg-left-top {
  background-position: left top;
}.bg-top {
  background-position: top;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.fill-current {
  fill: currentColor;
}.stroke-\[\#565656\] {
  stroke: #565656;
}.stroke-white {
  stroke: #fff;
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.object-center {
  -o-object-position: center;
     object-position: center;
}.p-1 {
  padding: 0.25rem;
}.p-1\.5 {
  padding: 0.375rem;
}.p-12 {
  padding: 3rem;
}.p-2 {
  padding: 0.5rem;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.p-7 {
  padding: 1.75rem;
}.p-8 {
  padding: 2rem;
}.p-\[10px_22px\] {
  padding: 10px 22px;
}.p-\[13px_40px\] {
  padding: 13px 40px;
}.p-\[15px\] {
  padding: 15px;
}.p-\[15px_35px_25px_15px\] {
  padding: 15px 35px 25px 15px;
}.p-\[25px\] {
  padding: 25px;
}.p-\[5px\] {
  padding: 5px;
}.p-\[60px_30px_30px_45px\] {
  padding: 60px 30px 30px 45px;
}.p-\[6px_6px_0_0\] {
  padding: 6px 6px 0 0;
}.p-\[7px_7px_0\] {
  padding: 7px 7px 0;
}.p-\[7px_9px_0\] {
  padding: 7px 9px 0;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}.py-\[150px\] {
  padding-top: 150px;
  padding-bottom: 150px;
}.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px;
}.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}.py-\[6\.5px\] {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
}.py-\[62px\] {
  padding-top: 62px;
  padding-bottom: 62px;
}.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}.py-\[85px\] {
  padding-top: 85px;
  padding-bottom: 85px;
}.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}.\!pb-0 {
  padding-bottom: 0px !important;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-11 {
  padding-bottom: 2.75rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-7 {
  padding-bottom: 1.75rem;
}.pb-\[10px\] {
  padding-bottom: 10px;
}.pb-\[120\%\] {
  padding-bottom: 120%;
}.pb-\[150px\] {
  padding-bottom: 150px;
}.pb-\[35px\] {
  padding-bottom: 35px;
}.pb-\[43\.5px\] {
  padding-bottom: 43.5px;
}.pb-\[50px\] {
  padding-bottom: 50px;
}.pb-\[6px\] {
  padding-bottom: 6px;
}.pb-\[72px\] {
  padding-bottom: 72px;
}.pl-0 {
  padding-left: 0px;
}.pl-1 {
  padding-left: 0.25rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pl-20 {
  padding-left: 5rem;
}.pl-3 {
  padding-left: 0.75rem;
}.pl-4 {
  padding-left: 1rem;
}.pl-7 {
  padding-left: 1.75rem;
}.pl-\[30px\] {
  padding-left: 30px;
}.pr-10 {
  padding-right: 2.5rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pr-20 {
  padding-right: 5rem;
}.pr-5 {
  padding-right: 1.25rem;
}.pr-6 {
  padding-right: 1.5rem;
}.pr-\[100px\] {
  padding-right: 100px;
}.pr-\[6px\] {
  padding-right: 6px;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-11 {
  padding-top: 2.75rem;
}.pt-16 {
  padding-top: 4rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-24 {
  padding-top: 6rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-7 {
  padding-top: 1.75rem;
}.pt-\[4px\] {
  padding-top: 4px;
}.\!text-left {
  text-align: left !important;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.indent-24 {
  text-indent: 6rem;
}.align-baseline {
  vertical-align: baseline;
}.align-top {
  vertical-align: top;
}.align-middle {
  vertical-align: middle;
}.font-body {
  font-family: Montserrat, sans-serif;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-\[10px\] {
  font-size: 10px;
}.text-\[12px\] {
  font-size: 12px;
}.text-\[13px\] {
  font-size: 13px;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[24px\] {
  font-size: 24px;
}.text-\[25px\] {
  font-size: 25px;
}.text-\[28px\] {
  font-size: 28px;
}.text-\[30px\] {
  font-size: 30px;
}.text-\[32px\] {
  font-size: 32px;
}.text-\[35px\] {
  font-size: 35px;
}.text-\[36px\] {
  font-size: 36px;
}.text-\[64px\] {
  font-size: 64px;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-extrabold {
  font-weight: 800;
}.font-light {
  font-weight: 300;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.leading-10 {
  line-height: 2.5rem;
}.leading-6 {
  line-height: 1.5rem;
}.leading-\[125\%\] {
  line-height: 125%;
}.leading-\[17\.60px\] {
  line-height: 17.60px;
}.leading-\[18\.20px\] {
  line-height: 18.20px;
}.leading-\[18\.34px\] {
  line-height: 18.34px;
}.leading-\[1\] {
  line-height: 1;
}.leading-\[25\.20px\] {
  line-height: 25.20px;
}.leading-\[30\.60px\] {
  line-height: 30.60px;
}.leading-\[33\.80px\] {
  line-height: 33.80px;
}.leading-\[35px\] {
  line-height: 35px;
}.leading-\[72px\] {
  line-height: 72px;
}.leading-none {
  line-height: 1;
}.leading-normal {
  line-height: 1.5;
}.leading-relaxed {
  line-height: 1.625;
}.leading-snug {
  line-height: 1.375;
}.leading-tight {
  line-height: 1.25;
}.tracking-tight {
  letter-spacing: -0.025em;
}.tracking-wide {
  letter-spacing: 0.025em;
}.text-\[\#1D1F1F\] {
  --tw-text-opacity: 1;
  color: rgb(29 31 31 / var(--tw-text-opacity));
}.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}.text-\[\#5D5F5F\] {
  --tw-text-opacity: 1;
  color: rgb(93 95 95 / var(--tw-text-opacity));
}.text-\[\#5E6572\] {
  --tw-text-opacity: 1;
  color: rgb(94 101 114 / var(--tw-text-opacity));
}.text-\[\#777777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}.text-\[\#815030\] {
  --tw-text-opacity: 1;
  color: rgb(129 80 48 / var(--tw-text-opacity));
}.text-\[\#845536\] {
  --tw-text-opacity: 1;
  color: rgb(132 85 54 / var(--tw-text-opacity));
}.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.text-\[\#B3B3B3\] {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}.text-\[\#B6B8B8\] {
  --tw-text-opacity: 1;
  color: rgb(182 184 184 / var(--tw-text-opacity));
}.text-\[\#C4C4C4\] {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}.text-\[\#E0E0E0\] {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[color\:var\(--primary-color\)\] {
  color: var(--primary-color);
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}.text-current {
  color: currentColor;
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.text-primary {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}.text-transparent {
  color: transparent;
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}.text-opacity-40 {
  --tw-text-opacity: 0.4;
}.text-opacity-50 {
  --tw-text-opacity: 0.5;
}.underline {
  text-decoration-line: underline;
}.line-through {
  text-decoration-line: line-through;
}.no-underline {
  text-decoration-line: none;
}.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}.placeholder-black\/30::-moz-placeholder {
  color: rgb(0 0 0 / 0.3);
}.placeholder-black\/30::placeholder {
  color: rgb(0 0 0 / 0.3);
}.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}.opacity-0 {
  opacity: 0;
}.opacity-10 {
  opacity: 0.1;
}.opacity-100 {
  opacity: 1;
}.opacity-20 {
  opacity: 0.2;
}.opacity-30 {
  opacity: 0.3;
}.opacity-50 {
  opacity: 0.5;
}.opacity-60 {
  opacity: 0.6;
}.opacity-70 {
  opacity: 0.7;
}.opacity-80 {
  opacity: 0.8;
}.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[0px_-4px_4px_rgba\(0\2c _0\2c _0\2c _0\.25\)\2c 0px_4px_4px_rgba\(0\2c _0\2c _0\2c _0\.25\)\] {
  --tw-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25),0px 4px 4px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px -4px 4px var(--tw-shadow-color), 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_20px_36px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0px 20px 36px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 20px 36px 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-\[0px_2px_15px_0px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0px 2px 15px 0px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0px 2px 15px 0px 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-\[0px_4px_10px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 4px 10px 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-\[10px_10px_40px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 10px 10px 40px rgba(0,0,0,0.1);
  --tw-shadow-colored: 10px 10px 40px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline {
  outline-style: solid;
}.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);
}.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-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -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);
}.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
  -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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-150 {
  transition-duration: 150ms;
}.duration-200 {
  transition-duration: 200ms;
}.duration-300 {
  transition-duration: 300ms;
}.duration-\[0\.15s\] {
  transition-duration: 0.15s;
}.duration-\[0\.25s\] {
  transition-duration: 0.25s;
}.ease-\[ease-in-out\] {
  transition-timing-function: ease-in-out;
}.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);
}.\[mask-image\:url\(\.\.\/\.\.\/public\/pts\/mask\.png\)\] {
  -webkit-mask-image: url(../../public/pts/mask.png);
          mask-image: url(../../public/pts/mask.png);
}.\[mask-repeat\:no-repeat\] {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}.group:first-child .group-first\:aspect-h-\[327\] {
  --tw-aspect-h: 327;
}.group:first-child .group-first\:aspect-w-\[596\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 596;
}.group:first-child .group-first\:aspect-w-\[596\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.placeholder\:text-stone-900::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}.placeholder\:text-stone-900::placeholder {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}.placeholder\:text-opacity-50::-moz-placeholder {
  --tw-text-opacity: 0.5;
}.placeholder\:text-opacity-50::placeholder {
  --tw-text-opacity: 0.5;
}.before\:\!left-1::before {
  content: var(--tw-content);
  left: 0.25rem !important;
}.before\:\!z-10::before {
  content: var(--tw-content);
  z-index: 10 !important;
}.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}.after\:-top-\[9px\]::after {
  content: var(--tw-content);
  top: -9px;
}.after\:left-\[1\%\]::after {
  content: var(--tw-content);
  left: 1%;
}.after\:top-\[2\%\]::after {
  content: var(--tw-content);
  top: 2%;
}.after\:-ml-\[10px\]::after {
  content: var(--tw-content);
  margin-left: -10px;
}.after\:h-\[96\%\]::after {
  content: var(--tw-content);
  height: 96%;
}.after\:w-\[98\%\]::after {
  content: var(--tw-content);
  width: 98%;
}.after\:rounded::after {
  content: var(--tw-content);
  border-radius: 0.25rem;
}.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}.after\:border-b-\[10px\]::after {
  content: var(--tw-content);
  border-bottom-width: 10px;
}.after\:border-l-\[10px\]::after {
  content: var(--tw-content);
  border-left-width: 10px;
}.after\:border-r-\[10px\]::after {
  content: var(--tw-content);
  border-right-width: 10px;
}.after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.after\:border-b-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}.after\:border-l-transparent::after {
  content: var(--tw-content);
  border-left-color: transparent;
}.after\:border-r-transparent::after {
  content: var(--tw-content);
  border-right-color: transparent;
}.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.first\:col-start-1:first-child {
  grid-column-start: 1;
}.first\:row-span-4:first-child {
  grid-row: span 4 / span 4;
}.first\:row-start-1:first-child {
  grid-row-start: 1;
}.first\:mt-0:first-child {
  margin-top: 0px;
}.first\:border-t-0:first-child {
  border-top-width: 0px;
}.even\:ml-4:nth-child(even) {
  margin-left: 1rem;
}.even\:bg-\[\#f5f5f5\]:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.checked\:border-blue-600:checked {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.checked\:bg-blue-600:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.hover\:-translate-y-1:hover {
  --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));
}.hover\:rotate-3:hover {
  --tw-rotate: 3deg;
  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));
}.hover\:scale-110:hover {
  --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));
}.hover\:border-\[\#111\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.hover\:border-transparent:hover {
  border-color: transparent;
}.hover\:border-b-secondary:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 60 122 / var(--tw-bg-opacity));
}.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 45 91 / var(--tw-bg-opacity));
}.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}.hover\:bg-\[url\(\'\.\.\/mbg\/visao-hover\.png\'\)\]:hover {
  background-image: url('../mbg/visao-hover.png');
}.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.hover\:bg-none:hover {
  background-image: none;
}.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}.hover\:text-\[\#111\]:hover {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}.hover\:no-underline:hover {
  text-decoration-line: none;
}.hover\:opacity-75:hover {
  opacity: 0.75;
}.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.focus\:border-transparent:focus {
  border-color: transparent;
}.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}.focus\:bg-primary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 45 91 / var(--tw-bg-opacity));
}.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.focus\:text-stone-900:focus {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}.focus\:opacity-100:focus {
  opacity: 1;
}.focus\:\!shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff;
}.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}.active\:bg-primary-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 30 61 / var(--tw-bg-opacity));
}.active\:bg-red-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}.active\:shadow-lg:active {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group:first-child .group-first\:w-full {
  width: 100%;
}.group:first-child .group-first\:flex-col {
  flex-direction: column;
}.group:first-child .group-first\:gap-2 {
  gap: 0.5rem;
}.group:first-child .group-first\:rounded-none {
  border-radius: 0px;
}.group:first-child .group-first\:text-\[14px\] {
  font-size: 14px;
}.group:first-child .group-first\:text-\[20px\] {
  font-size: 20px;
}.group:first-child .group-first\:leading-tight {
  line-height: 1.25;
}.group:nth-child(odd) .group-odd\:left-0 {
  left: 0px;
}.group:nth-child(odd) .group-odd\:right-auto {
  right: auto;
}.group:nth-child(even) .group-even\:order-2 {
  order: 2;
}.group:nth-child(even) .group-even\:block {
  display: block;
}.group:hover .group-hover\:visible {
  visibility: visible;
}.group:hover .group-hover\:block {
  display: block;
}.group:hover .group-hover\:inline-flex {
  display: inline-flex;
}.group:hover .group-hover\:hidden {
  display: none;
}.group:hover .group-hover\:h-\[120\%\] {
  height: 120%;
}.group:hover .group-hover\:h-full {
  height: 100%;
}.group:hover .group-hover\:rotate-2 {
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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\:border-\[\#1B1B1B\] {
  --tw-border-opacity: 1;
  border-color: rgb(27 27 27 / var(--tw-border-opacity));
}.group:hover .group-hover\:border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity));
}.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.group:hover .group-hover\:bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}.group\/main:hover .group-hover\/main\:bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.group:hover .group-hover\:bg-\[url\(\'\.\.\/mbg\/visao-hover\.png\'\)\] {
  background-image: url('../mbg/visao-hover.png');
}.group:hover .group-hover\:bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.group:hover .group-hover\:bg-none {
  background-image: none;
}.group:hover .group-hover\:stroke-primary {
  stroke: #1d4b98;
}.group:hover .group-hover\:text-\[\#F2C108\] {
  --tw-text-opacity: 1;
  color: rgb(242 193 8 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}.group:hover .group-hover\: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);
}.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group:focus .group-focus\:block {
  display: block;
}.group:focus .group-focus\:hidden {
  display: none;
}.group.active .group-\[\.active\]\:visible {
  visibility: visible;
}.group.active .group-\[\.active\]\:bottom-\[65px\] {
  bottom: 65px;
}.group.active .group-\[\.active\]\:border-b-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}.group.active .group-\[\.active\]\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.group.active .group-\[\.active\]\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.group.active .group-\[\.active\]\:opacity-100 {
  opacity: 1;
}.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:opacity-0 {
  opacity: 0;
}.group.active .group-\[\.active\]\:hover\:rotate-\[135deg\]:hover {
  --tw-rotate: 135deg;
  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));
}.peer.active ~ .peer-\[\.active\]\:visible {
  visibility: visible;
}.peer.active ~ .peer-\[\.active\]\:h-auto {
  height: auto;
}.hs-accordion.active.hs-accordion-active\:block {
  display: block;
}.hs-accordion.active.hs-accordion-active\:hidden {
  display: none;
}.hs-accordion.active.hs-accordion-active\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:block {
  display: block;
}.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:hidden {
  display: none;
}.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:block {
  display: block;
}.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:hidden {
  display: none;
}.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}.hs-collapse.open .hs-collapse-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hs-collapse.open.hs-collapse-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hs-collapse-toggle.open .hs-collapse-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hs-collapse-toggle.open.hs-collapse-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.open.hs-overlay-open\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.open .hs-overlay-open\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (prefers-color-scheme: dark) {.dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }.dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }.dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }.dark\:bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  }.dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }.dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }.dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }.dark\:shadow-slate-700\/\[\.7\] {
    --tw-shadow-color: rgb(51 65 85 / .7);
    --tw-shadow: var(--tw-shadow-colored);
  }.dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }.dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }.dark\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937;
  }
}@media not all and (min-width: 1024px) {.max-lg\:hidden {
    display: none;
  }.max-lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}@media not all and (min-width: 768px) {.max-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (min-width: 640px) {.sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }.sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }.sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }.sm\:mb-4 {
    margin-bottom: 1rem;
  }.sm\:flex {
    display: flex;
  }.sm\:w-8\/12 {
    width: 66.666667%;
  }.sm\:w-full {
    width: 100%;
  }.sm\:max-w-\[698px\] {
    max-width: 698px;
  }.sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:flex-wrap {
    flex-wrap: wrap;
  }.sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }.sm\:rounded-lg {
    border-radius: 0.5rem;
  }.sm\:p-0 {
    padding: 0px;
  }.sm\:p-2 {
    padding: 0.5rem;
  }.sm\:p-2\.5 {
    padding: 0.625rem;
  }.sm\:p-6 {
    padding: 1.5rem;
  }.sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}@media (min-width: 768px) {.md\:inset-0 {
    inset: 0px;
  }.md\:\!-left-5 {
    left: -1.25rem !important;
  }.md\:\!left-1\/2 {
    left: 50% !important;
  }.md\:\!top-1\/2 {
    top: 50% !important;
  }.md\:-top-\[90px\] {
    top: -90px;
  }.md\:order-1 {
    order: 1;
  }.md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }.md\:-ml-5 {
    margin-left: -1.25rem;
  }.md\:mb-0 {
    margin-bottom: 0px;
  }.md\:ml-2 {
    margin-left: 0.5rem;
  }.md\:ml-4 {
    margin-left: 1rem;
  }.md\:ml-5 {
    margin-left: 1.25rem;
  }.md\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }.md\:block {
    display: block;
  }.md\:inline-block {
    display: inline-block;
  }.md\:flex {
    display: flex;
  }.md\:grid {
    display: grid;
  }.md\:h-44 {
    height: 11rem;
  }.md\:w-1\/2 {
    width: 50%;
  }.md\:w-1\/3 {
    width: 33.333333%;
  }.md\:w-1\/4 {
    width: 25%;
  }.md\:w-2\/3 {
    width: 66.666667%;
  }.md\:w-3\/5 {
    width: 60%;
  }.md\:w-44 {
    width: 11rem;
  }.md\:w-6\/12 {
    width: 50%;
  }.md\:w-\[190px\] {
    width: 190px;
  }.md\:w-\[30\%\] {
    width: 30%;
  }.md\:w-\[48\%\] {
    width: 48%;
  }.md\:w-\[700px\] {
    width: 700px;
  }.md\:w-\[calc\(40\%-16px\)\] {
    width: calc(40% - 16px);
  }.md\:w-auto {
    width: auto;
  }.md\:max-w-none {
    max-width: none;
  }.md\:flex-1 {
    flex: 1 1 0%;
  }.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:flex-row {
    flex-direction: row;
  }.md\:flex-nowrap {
    flex-wrap: nowrap;
  }.md\:gap-4 {
    gap: 1rem;
  }.md\:gap-5 {
    gap: 1.25rem;
  }.md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }.md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }.md\:overflow-x-auto {
    overflow-x: auto;
  }.md\:rounded-md {
    border-radius: 0.375rem;
  }.md\:bg-transparent {
    background-color: transparent;
  }.md\:p-0 {
    padding: 0px;
  }.md\:p-5 {
    padding: 1.25rem;
  }.md\:p-\[25px\] {
    padding: 25px;
  }.md\:p-\[42px\] {
    padding: 42px;
  }.md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }.md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.md\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }.md\:pb-\[100px\] {
    padding-bottom: 100px;
  }.md\:pb-\[220px\] {
    padding-bottom: 220px;
  }.md\:pl-11 {
    padding-left: 2.75rem;
  }.md\:pl-16 {
    padding-left: 4rem;
  }.md\:pt-40 {
    padding-top: 10rem;
  }.md\:pt-\[170px\] {
    padding-top: 170px;
  }.md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.md\:text-4xl\/\[43\.20px\] {
    font-size: 2.25rem;
    line-height: 43.20px;
  }.md\:text-\[20px\] {
    font-size: 20px;
  }.md\:text-\[32px\] {
    font-size: 32px;
  }.md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }.md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.md\:hover\:bg-primary\/90:hover {
    background-color: rgb(29 75 152 / 0.9);
  }.md\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }.group:nth-child(odd) .md\:group-odd\:order-1 {
    order: 1;
  }.group:nth-child(odd) .md\:group-odd\:pl-5 {
    padding-left: 1.25rem;
  }.group:nth-child(even) .md\:group-even\:order-2 {
    order: 2;
  }.group:nth-child(even) .md\:group-even\:pr-5 {
    padding-right: 1.25rem;
  }
}@media (min-width: 1024px) {.lg\:absolute {
    position: absolute;
  }.lg\:inset-x-\[30px\] {
    left: 30px;
    right: 30px;
  }.lg\:-right-20 {
    right: -5rem;
  }.lg\:-top-5 {
    top: -1.25rem;
  }.lg\:-top-\[120px\] {
    top: -120px;
  }.lg\:bottom-0 {
    bottom: 0px;
  }.lg\:bottom-\[calc\(-35px\/2\)\] {
    bottom: calc(-35px / 2);
  }.lg\:left-0 {
    left: 0px;
  }.lg\:left-60 {
    left: 15rem;
  }.lg\:right-auto {
    right: auto;
  }.lg\:top-1\/2 {
    top: 50%;
  }.lg\:order-1 {
    order: 1;
  }.lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }.lg\:ml-0 {
    margin-left: 0px;
  }.lg\:ml-\[100px\] {
    margin-left: 100px;
  }.lg\:mr-\[100px\] {
    margin-right: 100px;
  }.lg\:mt-7 {
    margin-top: 1.75rem;
  }.lg\:mt-\[100px\] {
    margin-top: 100px;
  }.lg\:mt-\[26px\] {
    margin-top: 26px;
  }.lg\:block {
    display: block;
  }.lg\:inline-block {
    display: inline-block;
  }.lg\:flex {
    display: flex;
  }.lg\:inline-flex {
    display: inline-flex;
  }.lg\:grid {
    display: grid;
  }.lg\:hidden {
    display: none;
  }.lg\:h-40 {
    height: 10rem;
  }.lg\:h-\[174px\] {
    height: 174px;
  }.lg\:min-h-\[56px\] {
    min-height: 56px;
  }.lg\:min-h-\[700px\] {
    min-height: 700px;
  }.lg\:w-1\/2 {
    width: 50%;
  }.lg\:w-1\/3 {
    width: 33.333333%;
  }.lg\:w-1\/5 {
    width: 20%;
  }.lg\:w-2\/3 {
    width: 66.666667%;
  }.lg\:w-3\/4 {
    width: 75%;
  }.lg\:w-5\/12 {
    width: 41.666667%;
  }.lg\:w-\[340px\] {
    width: 340px;
  }.lg\:w-\[390px\] {
    width: 390px;
  }.lg\:w-\[400px\] {
    width: 400px;
  }.lg\:w-\[412px\] {
    width: 412px;
  }.lg\:w-\[580px\] {
    width: 580px;
  }.lg\:w-\[600px\] {
    width: 600px;
  }.lg\:w-\[635px\] {
    width: 635px;
  }.lg\:w-\[768px\] {
    width: 768px;
  }.lg\:w-\[86\%\] {
    width: 86%;
  }.lg\:w-\[calc\(100\%-580px-80px\)\] {
    width: calc(100% - 580px - 80px);
  }.lg\:w-auto {
    width: auto;
  }.lg\:w-full {
    width: 100%;
  }.lg\:max-w-\[350px\] {
    max-width: 350px;
  }.lg\:max-w-none {
    max-width: none;
  }.lg\:flex-1 {
    flex: 1 1 0%;
  }.lg\:flex-none {
    flex: none;
  }.lg\:-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));
  }.lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }.lg\:flex-nowrap {
    flex-wrap: nowrap;
  }.lg\:gap-6 {
    gap: 1.5rem;
  }.lg\:bg-transparent {
    background-color: transparent;
  }.lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }.lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }.lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }.lg\:py-\[88px\] {
    padding-top: 88px;
    padding-bottom: 88px;
  }.lg\:pb-0 {
    padding-bottom: 0px;
  }.lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }.lg\:pb-\[230px\] {
    padding-bottom: 230px;
  }.lg\:pb-\[300px\] {
    padding-bottom: 300px;
  }.lg\:pr-4 {
    padding-right: 1rem;
  }.lg\:pt-24 {
    padding-top: 6rem;
  }.lg\:pt-\[100px\] {
    padding-top: 100px;
  }.lg\:pt-\[142px\] {
    padding-top: 142px;
  }.lg\:pt-\[150px\] {
    padding-top: 150px;
  }.lg\:pt-\[72px\] {
    padding-top: 72px;
  }.lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.lg\:text-\[16px\] {
    font-size: 16px;
  }.lg\:text-\[20px\] {
    font-size: 20px;
  }.lg\:text-\[30px\] {
    font-size: 30px;
  }.lg\:text-\[36px\] {
    font-size: 36px;
  }.lg\:text-\[40px\] {
    font-size: 40px;
  }.lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }.lg\:shadow-\[0px_4px_10px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
    --tw-shadow: 0px 4px 10px rgba(0,0,0,0.15);
    --tw-shadow-colored: 0px 4px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.group:nth-child(even) .lg\:group-even\:ml-0 {
    margin-left: 0px;
  }.group:nth-child(even) .lg\:group-even\:ml-\[100px\] {
    margin-left: 100px;
  }.group:nth-child(even) .lg\:group-even\:mr-0 {
    margin-right: 0px;
  }.group:hover .lg\:group-hover\:block {
    display: block;
  }.group:hover .lg\:group-hover\:inline-flex {
    display: inline-flex;
  }.group:hover .lg\:group-hover\:hidden {
    display: none;
  }
}@media (min-width: 1272px) {.xl\:\!-left-14 {
    left: -3.5rem !important;
  }.xl\:\!-right-14 {
    right: -3.5rem !important;
  }.xl\:-right-\[60px\] {
    right: -60px;
  }.xl\:ml-10 {
    margin-left: 2.5rem;
  }.xl\:block {
    display: block;
  }.xl\:inline-block {
    display: inline-block;
  }.xl\:flex {
    display: flex;
  }.xl\:hidden {
    display: none;
  }.xl\:w-\[45\%\] {
    width: 45%;
  }.xl\:max-w-\[1070px\] {
    max-width: 1070px;
  }.xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }.xl\:flex-wrap {
    flex-wrap: wrap;
  }.xl\:justify-between {
    justify-content: space-between;
  }
}@media (min-width: 1346px) {.\32xl\:-top-\[170px\] {
    top: -170px;
  }.\32xl\:block {
    display: block;
  }.\32xl\:inline-block {
    display: inline-block;
  }.\32xl\:hidden {
    display: none;
  }.\32xl\:w-4\/12 {
    width: 33.333333%;
  }
}@media (min-width: 1600px) {.\33xl\:-top-\[220px\] {
    top: -220px;
  }.\33xl\:bg-\[length\:100\%_100\%\] {
    background-size: 100% 100%;
  }
}.\[\&\.active\]\:border-b-primary\/90.active {
  border-bottom-color: rgb(29 75 152 / 0.9);
}.\[\&\.active\]\:border-b-secondary.active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}.\[\&\.active\]\:bg-secondary.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.\[\&\.active\]\:bg-gradient-to-r.active {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.\[\&\.active\]\:text-primary.active {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.\[\&\.active\]\:ring-2.active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.\[\&\.active\]\:ring-blue-500.active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}.\[\&\.active\]\:ring-offset-2.active {
  --tw-ring-offset-width: 2px;
}@media (min-width: 768px) {.md\:\[\&\.active\]\:bg-primary\/90.active {
    background-color: rgb(29 75 152 / 0.9);
  }.md\:\[\&\.active\]\:text-white.active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}.\[\&\.bg-mbg1\]\:bg-\[center_top\].bg-mbg1 {
  background-position: center top;
}.\[\&\.bg-web\]\:bg-\[center_top_350px\].bg-web {
  background-position: center top 350px;
}.\[\&\.swiper-initialized_\.swiper-slide\]\:opacity-100.swiper-initialized .swiper-slide {
  opacity: 1;
}.\[\&\>\*\]\:text-base>* {
  font-size: 1rem;
  line-height: 1.5rem;
}.\[\&\>iframe\]\:w-full>iframe {
  width: 100%;
}.\[\&\>p\]\:relative>p {
  position: relative;
}.\[\&\>p\]\:flex>p {
  display: flex;
}.\[\&\>p\]\:items-start>p {
  align-items: flex-start;
}.\[\&\>p\]\:pl-4>p {
  padding-left: 1rem;
}.\[\&\>p\]\:before\:absolute>p::before {
  content: var(--tw-content);
  position: absolute;
}.\[\&\>p\]\:before\:left-0>p::before {
  content: var(--tw-content);
  left: 0px;
}.\[\&\>p\]\:before\:top-2>p::before {
  content: var(--tw-content);
  top: 0.5rem;
}.\[\&\>p\]\:before\:mr-4>p::before {
  content: var(--tw-content);
  margin-right: 1rem;
}.\[\&\>p\]\:before\:block>p::before {
  content: var(--tw-content);
  display: block;
}.\[\&\>p\]\:before\:h-2>p::before {
  content: var(--tw-content);
  height: 0.5rem;
}.\[\&\>p\]\:before\:h-5>p::before {
  content: var(--tw-content);
  height: 1.25rem;
}.\[\&\>p\]\:before\:w-2>p::before {
  content: var(--tw-content);
  width: 0.5rem;
}.\[\&\>p\]\:before\:w-5>p::before {
  content: var(--tw-content);
  width: 1.25rem;
}.\[\&\>p\]\:before\:rounded-full>p::before {
  content: var(--tw-content);
  border-radius: 9999px;
}.\[\&\>p\]\:before\:bg-black>p::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.\[\&\>p\]\:before\:content-\[\'\'\]>p::before {
  --tw-content: '';
  content: var(--tw-content);
}.\[\&\>p\]\:before\:content-\[url\(\.\.\/pts\/circle-check-green\.svg\)\]>p::before {
  --tw-content: url(../pts/circle-check-green.svg);
  content: var(--tw-content);
}.\[\&\]\:mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}.\[\&\]\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}.\[\&\]\:mb-0 {
  margin-bottom: 0px;
}.\[\&\]\:ml-2 {
  margin-left: 0.5rem;
}.\[\&\]\:h-11 {
  height: 2.75rem;
}.\[\&\]\:w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.\[\&\]\:flex-1 {
  flex: 1 1 0%;
}.\[\&\]\:flex-none {
  flex: none;
}.\[\&\]\:flex-row {
  flex-direction: row;
}.\[\&\]\:rounded-lg {
  border-radius: 0.5rem;
}.\[\&\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.\[\&\]\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.\[\&\]\:px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.\[\&\]\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.\[\&\]\:py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.\[\&\]\:text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.\[\&\]\:font-bold {
  font-weight: 700;
}.\[\&\]\:leading-none {
  line-height: 1;
}.\[\&\]\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.\[\&\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.\[\&\]\:hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.hover\:\[\&\]\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.\[\&\]\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:\[\&\]\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.\[\&_\*\]\:text-\[16px\] * {
  font-size: 16px;
}.\[\&_\*\]\:\!text-white * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.\[\&_\.swiper-pagination-bullet\]\:h-4 .swiper-pagination-bullet {
  height: 1rem;
}.\[\&_\.swiper-pagination-bullet\]\:w-4 .swiper-pagination-bullet {
  width: 1rem;
}.\[\&_\.swiper-slide-active\.swiper-slide\]\:opacity-100 .swiper-slide-active.swiper-slide {
  opacity: 1;
}.\[\&_\.swiper-slide-active\~\.swiper-slide\]\:opacity-0 .swiper-slide-active~.swiper-slide {
  opacity: 0;
}.\[\&_\.swiper-slide-active\~\.swiper-slide\]\:opacity-100 .swiper-slide-active~.swiper-slide {
  opacity: 1;
}.\[\&_p\]\:mb-3 p {
  margin-bottom: 0.75rem;
}.\[\&_p\]\:mt-0 p {
  margin-top: 0px;
}.\[\&_p\]\:text-sm p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.\[\&_p\]\:font-medium p {
  font-weight: 500;
}.\[\&_p\]\:text-white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.active.\[\.active\&\]\:pointer-events-none {
  pointer-events: none;
}.active.\[\.active\&\]\:flex {
  display: flex;
}.active.\[\.active\&\]\:\!border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(29 75 152 / var(--tw-border-opacity)) !important;
}.active.\[\.active\&\]\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.active.\[\.active\&\]\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.active.\[\.active\&\]\:bg-none {
  background-image: none;
}.active.\[\.active\&\]\:\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(29 75 152 / var(--tw-text-opacity)) !important;
}.active.\[\.active\&\]\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.active.\[\.active\&\]\:text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.active.\[\.active\&\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.active.\[\.active\&\]\:text-opacity-100 {
  --tw-text-opacity: 1;
}.chinhsach-active.\[\.chinhsach-active\&\]\:border-\[1px\] {
  border-width: 1px;
}.chinhsach-active.\[\.chinhsach-active\&\]\:border-solid {
  border-style: solid;
}.chinhsach-active.\[\.chinhsach-active\&\]\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 75 152 / var(--tw-border-opacity));
}.chinhsach-active.\[\.chinhsach-active\&\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 75 152 / var(--tw-bg-opacity));
}.chinhsach-active.\[\.chinhsach-active\&\]\:bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.chinhsach-active.\[\.chinhsach-active\&\]\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(29 75 152 / var(--tw-text-opacity));
}.home_content .\[\.home\\_content_\&\]\:absolute {
  position: absolute;
}.home_content .\[\.home\\_content_\&\]\:bg-none {
  background-image: none;
}.home_content .\[\.home\\_content_\&\]\:pb-0 {
  padding-bottom: 0px;
}.my-fixed.\[\.my-fixed\&\]\:fixed {
  position: fixed;
}.my-fixed .\[\.my-fixed_\&\]\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.open.\[\.open\&\]\:from-teal-400 {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.open.\[\.open\&\]\:to-teal-300 {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}.open.\[\.open\&\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.open .\[\.open_\&\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.slick-current .\[\.slick-current_\&\]\:opacity-100 {
  opacity: 1;
}.swiper-initialized .\[\.swiper-initialized_\&\]\:block {
  display: block;
}body.view-list .\[body\.view-list_\&\]\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 1024px) {body.view-list .lg\:\[body\.view-list_\&\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
