/*
 *@import 'tailwindcss/base'导入的样式可从一下链接查看
 * https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/src/css/preflight.css
 * https://unpkg.com/tailwindcss@3.4.17/src/css/preflight.css
*/
/* Preflight will be injected here  */
/*
 * 该链接解释了重置了什么样式： https://v3.tailwindcss.com/docs/preflight
 * 后续可考虑使用@tailwindcss/typography 排版插件
*/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
 ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Alibaba PuHuiTi 3.0", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Noto Sans CJK SC", "Source Han Sans SC", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
  --safe-inset-top: env(safe-area-inset-top);
  --safe-inset-right: env(safe-area-inset-right);
  --safe-inset-bottom: env(safe-area-inset-bottom);
  --safe-inset-left: env(safe-area-inset-left);
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-color: #F7F7F7;
  height: 100%;
}
body {
  font-size: 1.6rem;
  background-color: #F7F7F7;
  height: 100%;
}
/*
 * uncomment if adding custom base styles
*/
/* 引入阿里普惠字体*/
/**
  * 定义阿里普惠字体
  * 注意，需要明确告诉浏览器字体文件对应什么字重和样式
  * 如果定义字体不使用font-weight，浏览器可能使用错误的字体文件
  * 当你在 CSS 中使用时
  * .text-normal {
  *   font-family: 'Alibaba PuHuiTi 3.0';
  *   浏览器会查找 font-weight: 400 的字体文件
  *   font-weight: 400;
  * }
  * .text-bold {
  *   font-family: 'Alibaba PuHuiTi 3.0';
  *   浏览器会查找 font-weight: 500 的字体文件
  *   font-weight: 500;
  *  }
  *
  *  以tailwind 字重类方式使用：
  *   <!-- font-weight: 400 (Regular) -->
  *   <div class="font-normal">这是普通字重文本</div>
  *   <!-- font-weight: 500 (Medium) -->
  *   <div class="font-medium">这是中等字重文本</div>
  *   <!-- font-weight: 600 (SemiBold) -->
  *   <div class="font-semibold">这是半粗体文本</div>
  *
 */
/* 普通字重 */
@font-face {
  font-family: 'Alibaba PuHuiTi 3.0';
  src:
    url('/wp-content/themes/nextgenmsdp/dist/assets/AlibabaPuHuiTi-3-55-Regular-BzU-3NET.woff2') format('woff2'),
    url('/wp-content/themes/nextgenmsdp/dist/assets/AlibabaPuHuiTi-3-55-Regular-BerBT4t6.woff') format('woff');
  /* 告诉浏览器：这个文件是 normal 字重 */
  font-weight: 400;
  /* 告诉浏览器：这个文件是正常样式（非斜体） */
  font-style: normal;
  /* 重要：确保字体加载期间显示后备字体 */
  font-display: swap;
}
/* @import './custom-base-styles.css'; */
/*
 * components 封装可以参考
 * https://github.com/saadeghi/daisyui/tree/v4.12.24/src/components/styled
 * https://v4.daisyui.com/components/dropdown/
*/
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}
@media (max-width: 375.99px) {
  .row {
    padding: 0 1.6rem;
  }
}
@media (min-width: 376px) and (max-width: 414.99px) {
  .row {
    padding: 0 2.0rem;
  }
}
@media (min-width: 415px) and (max-width: 767.99px) {
  .row {
    padding: 0 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1025.99px) {
  .row {
    padding: 0 2.4rem;
  }
}
@media (min-width: 1026px) and (max-width: 1440.99px) {
  .row {
    padding: 0 5.6rem;
  }
}
@media (min-width: 1441px) {
  .row {
    padding: 0 calc((100% - (1440px - 5.6rem * 2)) / 2.0);
  }
}
.fixed-sidebar {
  position: fixed !important;
  overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 1025.99px) {
  .fixed-sidebar {
    right: 2.4rem;
    width: calc((100% - 2.4rem * 2 - 5 * 2.4rem) / 6 * 2 + 2.4rem);
  }
}
@media (min-width: 1026px) and (max-width: 1440.99px) {
  .fixed-sidebar {
    right: 5.6rem;
    width: calc(2 * (100% - 5.6rem * 2 - 5 * 2.4rem) / 6 + 2.4rem);
  }
}
@media (min-width: 1441px) {
  .fixed-sidebar {
    right: calc((100% - (1440px - 5.6rem * 2)) / 2.0);
    width: calc( 2 * (1440px - 5.6rem * 2 - 5 * 2.4rem) / 6 + 2.4rem );
  }
}
.col-full {
  flex-basis: 100%;
  max-width: 100%;
}
.col-1 {
  display: block;
}
@media (max-width: 375.99px) {
  .col-1 {
    flex-basis: calc((100% - 2 * 1.6rem) / 3);
    max-width: calc((100% - 2 * 1.6rem) / 3);
  }
}
@media (min-width: 376px) and (max-width: 414.99px) {
  .col-1 {
    flex-basis: calc((100% - 2 * 2.0rem) / 3);
    max-width: calc((100% - 2 * 2.0rem) / 3);
  }
}
@media (min-width: 415px) and (max-width: 767.99px) {
  .col-1 {
    flex-basis: calc((100% - 3 * 2.0rem) / 4);
    max-width: calc((100% - 3 * 2.0rem) / 4);
  }
}
@media (min-width: 768px) {
  .col-1 {
    flex-basis: calc((100% - 5 * 2.4rem) / 6);
    max-width: calc((100% - 5 * 2.4rem) / 6);
  }
}
.col-2 {
  display: block;
}
@media (max-width: 375.99px) {
  .col-2 {
    flex-basis: calc((100% - 2 * 2.0rem) / 3 * 2 + 2.0rem);
    max-width: calc((100% - 2 * 2.0rem) / 3 * 2 + 2.0rem);
  }
}
@media (min-width: 376px) and (max-width: 414.99px) {
  .col-2 {
    flex-basis: calc((100% - 2 * 2.0rem) / 3  * 2 + 2.0rem);
    max-width: calc((100% - 2 * 2.0rem) / 3 * 2 + 2.0rem);
  }
}
@media (min-width: 415px) and (max-width: 767.99px) {
  .col-2 {
    flex-basis: calc((100% - 3 * 2.0rem) / 4 * 2 + 2.0rem);
    max-width: calc((100% - 3 * 2.0rem) / 4 * 2 + 2.0rem);
  }
}
@media (min-width: 768px) {
  .col-2 {
    flex-basis: calc((100% - 5 * 2.4rem) / 6 * 2 + 2.4rem);
    max-width: calc((100% - 5 * 2.4rem) / 6 * 2 + 2.4rem);
  }
}
.col-3 {
  display: block;
}
@media (max-width: 414.99px) {
  .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 415px) and (max-width: 767.99px) {
  .col-3 {
    flex-basis: calc((100% - 3 * 2.0rem) / 4 * 3 + 4.0rem);
    max-width: calc((100% - 3 * 2.0rem) / 4 * 3 + 4.0rem);
  }
}
@media (min-width: 768px) {
  .col-3 {
    flex-basis: calc((100% - 5 * 2.4rem) / 6 * 3 + 4.8rem);
    max-width: calc((100% - 5 * 2.4rem) / 6 * 3 + 4.8rem);
  }
}
.col-4 {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-4 {
    flex-basis: calc((100% - 5 * 2.4rem) / 6 * 4 + 7.2rem);
    max-width: calc((100% - 5 * 2.4rem) / 6 * 4 + 7.2rem);
  }
}
.col-6 {
  display: block;
  flex-basis: 100%;
  max-width: 100%;
}
.safe-padding-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom));
}
.safe-footer-with-bottom-toolbar {
  padding-bottom: calc(env(safe-area-inset-bottom) + 5.6rem);
}
.safe-footer {
  padding-bottom: calc(env(safe-area-inset-bottom));
}
.safe-footer-with-bottom-tabbar {
  padding-bottom: calc(env(safe-area-inset-bottom) + 4.9rem);
}
/*
 * uncomment if adding custom commponents
*/
/* @import './custom-components.css'; */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.\!bottom-0 {
  bottom: 0px !important;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-2\.5rem\] {
  bottom: -2.5rem;
}
.bottom-\[-2rem\] {
  bottom: -2rem;
}
.bottom-\[-3rem\] {
  bottom: -3rem;
}
.bottom-\[0\.8rem\] {
  bottom: 0.8rem;
}
.bottom-\[2px\] {
  bottom: 2px;
}
.bottom-\[4px\] {
  bottom: 4px;
}
.bottom-\[9rem\] {
  bottom: 9rem;
}
.left-0 {
  left: 0px;
}
.left-\[-1rem\] {
  left: -1rem;
}
.left-\[0\] {
  left: 0;
}
.left-\[1\.2rem\] {
  left: 1.2rem;
}
.left-\[2\.8rem\] {
  left: 2.8rem;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[25\.2rem\] {
  left: 25.2rem;
}
.left-\[25px\] {
  left: 25px;
}
.left-\[30px\] {
  left: 30px;
}
.left-\[70px\] {
  left: 70px;
}
.right-0 {
  right: 0px;
}
.right-\[-16px\] {
  right: -16px;
}
.right-\[-2rem\] {
  right: -2rem;
}
.right-\[-3rem\] {
  right: -3rem;
}
.right-\[-4rem\] {
  right: -4rem;
}
.right-\[-6\.5rem\] {
  right: -6.5rem;
}
.right-\[-6rem\] {
  right: -6rem;
}
.right-\[0\] {
  right: 0;
}
.right-\[1\.2rem\] {
  right: 1.2rem;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[1px\] {
  right: 1px;
}
.right-\[1rem\] {
  right: 1rem;
}
.right-\[4\%\] {
  right: 4%;
}
.right-\[8px\] {
  right: 8px;
}
.top-0 {
  top: 0px;
}
.top-\[-0\.4rem\] {
  top: -0.4rem;
}
.top-\[-1\.31rem\] {
  top: -1.31rem;
}
.top-\[-17px\] {
  top: -17px;
}
.top-\[-3rem\] {
  top: -3rem;
}
.top-\[-56px\] {
  top: -56px;
}
.top-\[-60px\] {
  top: -60px;
}
.top-\[0\] {
  top: 0;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[10rem\] {
  top: 10rem;
}
.top-\[12rem\] {
  top: 12rem;
}
.top-\[13\.5rem\] {
  top: 13.5rem;
}
.top-\[20\.1rem\] {
  top: 20.1rem;
}
.top-\[20rem\] {
  top: 20rem;
}
.top-\[23rem\] {
  top: 23rem;
}
.top-\[2rem\] {
  top: 2rem;
}
.top-\[38px\] {
  top: 38px;
}
.top-\[4\.4rem\] {
  top: 4.4rem;
}
.top-\[44px\] {
  top: 44px;
}
.top-\[5\.6rem\] {
  top: 5.6rem;
}
.top-\[54px\] {
  top: 54px;
}
.top-\[6\.5rem\] {
  top: 6.5rem;
}
.\!z-\[9999\] {
  z-index: 9999 !important;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.-m-2 {
  margin: -0.5rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-12 {
  margin: 3rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-40 {
  margin: 10rem;
}
.m-\[0\.6rem\] {
  margin: 0.6rem;
}
.m-\[0\.8rem\] {
  margin: 0.8rem;
}
.m-\[16px\] {
  margin: 16px;
}
.m-\[4px\] {
  margin: 4px;
}
.m-\[5px\] {
  margin: 5px;
}
.m-\[8px\] {
  margin: 8px;
}
.mx-\[-15px\] {
  margin-left: -15px;
  margin-right: -15px;
}
.mx-\[0\.4rem\] {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.mx-\[1\.2rem\] {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}
.mx-\[1\.6rem\] {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.mx-\[1rem\] {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[36px\] {
  margin-left: 36px;
  margin-right: 36px;
}
.mx-\[40px\] {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[0\.8rem\] {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.my-\[1rem\] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mr-\[0\.8rem\] {
  margin-right: -0.8rem;
}
.-mr-\[1rem\] {
  margin-right: -1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-\[0\.4rem\] {
  margin-bottom: 0.4rem;
}
.mb-\[0\.8rem\] {
  margin-bottom: 0.8rem;
}
.mb-\[1\.2rem\] {
  margin-bottom: 1.2rem;
}
.mb-\[1\.37rem\] {
  margin-bottom: 1.37rem;
}
.mb-\[1\.56rem\] {
  margin-bottom: 1.56rem;
}
.mb-\[1\.6rem\] {
  margin-bottom: 1.6rem;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[2\.4rem\] {
  margin-bottom: 2.4rem;
}
.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[2rem\] {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[0\.4rem\] {
  margin-left: 0.4rem;
}
.ml-\[0\.625rem\] {
  margin-left: 0.625rem;
}
.ml-\[0\.6rem\] {
  margin-left: 0.6rem;
}
.ml-\[0\.75rem\] {
  margin-left: 0.75rem;
}
.ml-\[0\.8rem\] {
  margin-left: 0.8rem;
}
.ml-\[1\.2rem\] {
  margin-left: 1.2rem;
}
.ml-\[1\.54rem\] {
  margin-left: 1.54rem;
}
.ml-\[1\.6rem\] {
  margin-left: 1.6rem;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[15\%\] {
  margin-left: 15%;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[1rem\] {
  margin-left: 1rem;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-\[2rem\] {
  margin-left: 2rem;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[0\.125rem\] {
  margin-right: 0.125rem;
}
.mr-\[0\.2rem\] {
  margin-right: 0.2rem;
}
.mr-\[0\.4rem\] {
  margin-right: 0.4rem;
}
.mr-\[0\.75rem\] {
  margin-right: 0.75rem;
}
.mr-\[0\.8rem\] {
  margin-right: 0.8rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[11px\] {
  margin-right: 11px;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[1rem\] {
  margin-right: 1rem;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mr-\[27px\] {
  margin-right: 27px;
}
.mr-\[2rem\] {
  margin-right: 2rem;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[7rem\] {
  margin-right: 7rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[0\.1rem\] {
  margin-top: 0.1rem;
}
.mt-\[0\.3rem\] {
  margin-top: 0.3rem;
}
.mt-\[0\.4rem\] {
  margin-top: 0.4rem;
}
.mt-\[0\.54rem\] {
  margin-top: 0.54rem;
}
.mt-\[0\.5rem\] {
  margin-top: 0.5rem;
}
.mt-\[0\.8rem\] {
  margin-top: 0.8rem;
}
.mt-\[0\.9rem\] {
  margin-top: 0.9rem;
}
.mt-\[1\.08rem\] {
  margin-top: 1.08rem;
}
.mt-\[1\.125rem\] {
  margin-top: 1.125rem;
}
.mt-\[1\.15rem\] {
  margin-top: 1.15rem;
}
.mt-\[1\.2rem\] {
  margin-top: 1.2rem;
}
.mt-\[1\.6rem\] {
  margin-top: 1.6rem;
}
.mt-\[1\.7rem\] {
  margin-top: 1.7rem;
}
.mt-\[1\.875rem\] {
  margin-top: 1.875rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.mt-\[2\.4rem\] {
  margin-top: 2.4rem;
}
.mt-\[2\.75rem\] {
  margin-top: 2.75rem;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[23px\] {
  margin-top: 23px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[2rem\] {
  margin-top: 2rem;
}
.mt-\[3\.2rem\] {
  margin-top: 3.2rem;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[3rem\] {
  margin-top: 3rem;
}
.mt-\[4\.4rem\] {
  margin-top: 4.4rem;
}
.mt-\[4rem\] {
  margin-top: 4rem;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[56px\] {
  margin-top: 56px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-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;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!aspect-\[350\/110\] {
  aspect-ratio: 350/110 !important;
}
.\!aspect-\[450\/250\] {
  aspect-ratio: 450/250 !important;
}
.aspect-\[0\.9\] {
  aspect-ratio: 0.9;
}
.aspect-\[1\.08\] {
  aspect-ratio: 1.08;
}
.aspect-\[1\.5\] {
  aspect-ratio: 1.5;
}
.aspect-\[375\/118\] {
  aspect-ratio: 375/118;
}
.aspect-\[450\/250\] {
  aspect-ratio: 450/250;
}
.\!size-\[13\.5rem\] {
  width: 13.5rem !important;
  height: 13.5rem !important;
}
.\!size-\[2\.4rem\] {
  width: 2.4rem !important;
  height: 2.4rem !important;
}
.\!size-\[20px\] {
  width: 20px !important;
  height: 20px !important;
}
.\!size-\[32px\] {
  width: 32px !important;
  height: 32px !important;
}
.\!size-\[44px\] {
  width: 44px !important;
  height: 44px !important;
}
.\!size-\[59px\] {
  width: 59px !important;
  height: 59px !important;
}
.size-\[1\.2rem\] {
  width: 1.2rem;
  height: 1.2rem;
}
.size-\[1\.7rem\] {
  width: 1.7rem;
  height: 1.7rem;
}
.size-\[112px\] {
  width: 112px;
  height: 112px;
}
.size-\[120px\] {
  width: 120px;
  height: 120px;
}
.size-\[16px\] {
  width: 16px;
  height: 16px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[2\.4rem\] {
  width: 2.4rem;
  height: 2.4rem;
}
.size-\[2\.8rem\] {
  width: 2.8rem;
  height: 2.8rem;
}
.size-\[20px\] {
  width: 20px;
  height: 20px;
}
.size-\[2rem\] {
  width: 2rem;
  height: 2rem;
}
.size-\[3\.2rem\] {
  width: 3.2rem;
  height: 3.2rem;
}
.size-\[30px\] {
  width: 30px;
  height: 30px;
}
.size-\[32px\] {
  width: 32px;
  height: 32px;
}
.size-\[34px\] {
  width: 34px;
  height: 34px;
}
.size-\[44px\] {
  width: 44px;
  height: 44px;
}
.size-\[5\.6rem\] {
  width: 5.6rem;
  height: 5.6rem;
}
.size-\[52px\] {
  width: 52px;
  height: 52px;
}
.size-\[59px\] {
  width: 59px;
  height: 59px;
}
.size-\[65px\] {
  width: 65px;
  height: 65px;
}
.size-\[70px\] {
  width: 70px;
  height: 70px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-\[1\.75rem\] {
  height: 1.75rem !important;
}
.\!h-\[13px\] {
  height: 13px !important;
}
.\!h-\[15rem\] {
  height: 15rem !important;
}
.\!h-\[32px\] {
  height: 32px !important;
}
.\!h-\[4\.4rem\] {
  height: 4.4rem !important;
}
.\!h-\[6\.4rem\] {
  height: 6.4rem !important;
}
.\!h-\[7\.8rem\] {
  height: 7.8rem !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px;
}
.h-24 {
  height: 6rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[1\.25rem\] {
  height: 1.25rem;
}
.h-\[1\.2rem\] {
  height: 1.2rem;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
}
.h-\[1\.6rem\] {
  height: 1.6rem;
}
.h-\[1\.875rem\] {
  height: 1.875rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[106px\] {
  height: 106px;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[11\.2rem\] {
  height: 11.2rem;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[13\.5rem\] {
  height: 13.5rem;
}
.h-\[14\.7rem\] {
  height: 14.7rem;
}
.h-\[14rem\] {
  height: 14rem;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17\.3rem\] {
  height: 17.3rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.0rem\] {
  height: 2.0rem;
}
.h-\[2\.19rem\] {
  height: 2.19rem;
}
.h-\[2\.25rem\] {
  height: 2.25rem;
}
.h-\[2\.31rem\] {
  height: 2.31rem;
}
.h-\[2\.4rem\] {
  height: 2.4rem;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[2rem\] {
  height: 2rem;
}
.h-\[3\.15rem\] {
  height: 3.15rem;
}
.h-\[3\.2\] {
  height: 3.2;
}
.h-\[3\.2rem\] {
  height: 3.2rem;
}
.h-\[3\.4rem\] {
  height: 3.4rem;
}
.h-\[3\.6rem\] {
  height: 3.6rem;
}
.h-\[3\.75rem\] {
  height: 3.75rem;
}
.h-\[3\.94rem\] {
  height: 3.94rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[32\.6rem\] {
  height: 32.6rem;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[382px\] {
  height: 382px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[4\.4rem\] {
  height: 4.4rem;
}
.h-\[4\.8rem\] {
  height: 4.8rem;
}
.h-\[4\.9rem\] {
  height: 4.9rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[4rem\] {
  height: 4rem;
}
.h-\[5\.6rem\] {
  height: 5.6rem;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[57\%\] {
  height: 57%;
}
.h-\[6\.15rem\] {
  height: 6.15rem;
}
.h-\[6\.85rem\] {
  height: 6.85rem;
}
.h-\[6\.8rem\] {
  height: 6.8rem;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[6rem\] {
  height: 6rem;
}
.h-\[7\.2rem\] {
  height: 7.2rem;
}
.h-\[7\.8rem\] {
  height: 7.8rem;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[8\.08rem\] {
  height: 8.08rem;
}
.h-\[8\.8rem\] {
  height: 8.8rem;
}
.h-\[98px\] {
  height: 98px;
}
.h-\[calc\(100vh-4\.4rem\)\] {
  height: calc(100vh - 4.4rem);
}
.h-\[calc\(100vh-6\.8rem\)\] {
  height: calc(100vh - 6.8rem);
}
.h-\[calc\(var\(--icon-height\)\)\] {
  height: calc(var(--icon-height));
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[2\.5rem\] {
  max-height: 2.5rem;
}
.max-h-\[3000px\] {
  max-height: 3000px;
}
.max-h-\[37rem\] {
  max-height: 37rem;
}
.min-h-\[5\.6rem\] {
  min-height: 5.6rem;
}
.min-h-\[6rem\] {
  min-height: 6rem;
}
.min-h-\[76px\] {
  min-height: 76px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[40px\] {
  width: 40px !important;
}
.\!w-\[6\.4rem\] {
  width: 6.4rem !important;
}
.\!w-\[7\.8rem\] {
  width: 7.8rem !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[0\.4rem\] {
  width: 0.4rem;
}
.w-\[0\.92rem\] {
  width: 0.92rem;
}
.w-\[1\.25rem\] {
  width: 1.25rem;
}
.w-\[1\.5rem\] {
  width: 1.5rem;
}
.w-\[1\.875rem\] {
  width: 1.875rem;
}
.w-\[10\.7rem\] {
  width: 10.7rem;
}
.w-\[10\.9rem\] {
  width: 10.9rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[11rem\] {
  width: 11rem;
}
.w-\[12\.4rem\] {
  width: 12.4rem;
}
.w-\[12\.8rem\] {
  width: 12.8rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[13\.7rem\] {
  width: 13.7rem;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[13rem\] {
  width: 13rem;
}
.w-\[149px\] {
  width: 149px;
}
.w-\[15rem\] {
  width: 15rem;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17\.3rem\] {
  width: 17.3rem;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[19rem\] {
  width: 19rem;
}
.w-\[1rem\] {
  width: 1rem;
}
.w-\[20\.4rem\] {
  width: 20.4rem;
}
.w-\[20\.8rem\] {
  width: 20.8rem;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[236px\] {
  width: 236px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[28rem\] {
  width: 28rem;
}
.w-\[3\.15rem\] {
  width: 3.15rem;
}
.w-\[3\.2rem\] {
  width: 3.2rem;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[4\.3rem\] {
  width: 4.3rem;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[43\.3rem\] {
  width: 43.3rem;
}
.w-\[46\%\] {
  width: 46%;
}
.w-\[4rem\] {
  width: 4rem;
}
.w-\[5\.38rem\] {
  width: 5.38rem;
}
.w-\[5\.7rem\] {
  width: 5.7rem;
}
.w-\[5\.9rem\] {
  width: 5.9rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[552px\] {
  width: 552px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[71px\] {
  width: 71px;
}
.w-\[750px\] {
  width: 750px;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[8\.3rem\] {
  width: 8.3rem;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[8rem\] {
  width: 8rem;
}
.w-\[9\.44rem\] {
  width: 9.44rem;
}
.w-\[92\%\] {
  width: 92%;
}
.w-\[93rem\] {
  width: 93rem;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[calc\(100\%-13\.5rem\)\] {
  width: calc(100% - 13.5rem);
}
.w-\[calc\(100\%-7\.8rem\)\] {
  width: calc(100% - 7.8rem);
}
.w-\[calc\(var\(--icon-width\)\)\] {
  width: calc(var(--icon-width));
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[5\.6rem\] {
  min-width: 5.6rem;
}
.min-w-\[5\.7rem\] {
  min-width: 5.7rem;
}
.min-w-\[55px\] {
  min-width: 55px;
}
.min-w-\[5rem\] {
  min-width: 5rem;
}
.min-w-\[65px\] {
  min-width: 65px;
}
.min-w-\[6rem\] {
  min-width: 6rem;
}
.min-w-\[753px\] {
  min-width: 753px;
}
.min-w-\[7rem\] {
  min-width: 7rem;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[1110px\] {
  max-width: 1110px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[18rem\] {
  max-width: 18rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.flex-1 {
  flex: 1 1 0%;
}
.\!flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-\[0\.01\] {
  flex-shrink: 0.01;
}
.flex-shrink-\[1000\] {
  flex-shrink: 1000;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.translate-x-\[1\/2\] {
  --tw-translate-x: 1/2;
  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-\[0deg\] {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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 spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.\!select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-start {
  align-content: flex-start;
}
.content-around {
  align-content: space-around;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.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;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[1\.2rem\] {
  gap: 1.2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-x-\[1rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0\.4rem\] {
  border-radius: 0.4rem;
}
.rounded-\[0\.6rem\] {
  border-radius: 0.6rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[19px\] {
  border-radius: 19px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[3\.8rem\] {
  border-radius: 3.8rem;
}
.rounded-\[38px\] {
  border-radius: 38px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-\[0\.4rem\] {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-\[0\.4rem\] {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.rounded-r-\[36px\] {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-bl-\[12px\] {
  border-bottom-left-radius: 12px;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-br-\[12px\] {
  border-bottom-right-radius: 12px;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.\!border-\[1px\] {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-\[0\.1rem\] {
  border-width: 0.1rem;
}
.border-\[0\.2rem\] {
  border-width: 0.2rem;
}
.border-\[16px\] {
  border-width: 16px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.\!border-solid {
  border-style: solid !important;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.\!border-\[\#4B565E\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 86 94 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#d5d5d5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#00807E\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 126 / var(--tw-border-opacity, 1));
}
.border-\[\#00857C\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 124 / var(--tw-border-opacity, 1));
}
.border-\[\#00857c\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 124 / var(--tw-border-opacity, 1));
}
.border-\[\#009694\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 150 148 / var(--tw-border-opacity, 1));
}
.border-\[\#688CE8\] {
  --tw-border-opacity: 1;
  border-color: rgb(104 140 232 / var(--tw-border-opacity, 1));
}
.border-\[\#69B8F7\] {
  --tw-border-opacity: 1;
  border-color: rgb(105 184 247 / var(--tw-border-opacity, 1));
}
.border-\[\#9EA2A6\] {
  --tw-border-opacity: 1;
  border-color: rgb(158 162 166 / var(--tw-border-opacity, 1));
}
.border-\[\#A2D5D0\] {
  --tw-border-opacity: 1;
  border-color: rgb(162 213 208 / var(--tw-border-opacity, 1));
}
.border-\[\#CAC9C8\] {
  --tw-border-opacity: 1;
  border-color: rgb(202 201 200 / var(--tw-border-opacity, 1));
}
.border-\[\#CBE0D4\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 224 212 / var(--tw-border-opacity, 1));
}
.border-\[\#D5D5D5\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}
.border-\[\#E5ECEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 236 235 / var(--tw-border-opacity, 1));
}
.border-\[\#d5d5d5\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}
.border-\[\#dcdcdc\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}
.border-\[\#dedede\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity, 1));
}
.border-\[\#f1f1f1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-\[\#f5f5f5\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-\[text-primary\] {
  border-color: text-primary;
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 124 / var(--tw-border-opacity, 1));
}
.border-divider {
  --tw-border-opacity: 1;
  border-color: rgb(202 201 200 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-b-\[\#00857C\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 133 124 / var(--tw-border-opacity, 1));
}
.border-b-\[\#d5d5d5\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}
.border-r-\[\#00857C\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 133 124 / var(--tw-border-opacity, 1));
}
.border-t-\[\#00857C\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 133 124 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#e9e9e9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00807E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 126 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00857C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 124 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00857c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 124 / var(--tw-bg-opacity, 1));
}
.bg-\[\#01837B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 131 123 / var(--tw-bg-opacity, 1));
}
.bg-\[\#30A89E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(48 168 158 / var(--tw-bg-opacity, 1));
}
.bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#73D13D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 209 61 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CAC9C8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 201 200 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D5D5D5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DBE2E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 226 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E2EFEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 239 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5ECEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 236 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e5f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 124 / var(--tw-bg-opacity, 1));
}
.bg-divider {
  --tw-bg-opacity: 1;
  background-color: rgb(202 201 200 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-\[0\.45\] {
  --tw-bg-opacity: 0.45;
}
.bg-\[linear-gradient\(180deg\2c rgba\(102\2c 186\2c 177\2c 0\.6\)_0\%\2c \#FFFFFF_91\%\)\] {
  background-image: linear-gradient(180deg,rgba(102,186,177,0.6) 0%,#FFFFFF 91%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(53\2c 68\2c 64\2c 0\)\2c rgba\(53\2c 68\2c 64\2c 0\.91\)\)\] {
  background-image: linear-gradient(180deg,rgba(53,68,64,0),rgba(53,68,64,0.91));
}
.bg-\[linear-gradient\(to_bottom\2c rgba\(31\2c 31\2c 31\2c 0\)\2c rgba\(31\2c 31\2c 31\2c 0\.51\)\)\] {
  background-image: linear-gradient(to bottom,rgba(31,31,31,0),rgba(31,31,31,0.51));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#2DAE97\] {
  --tw-gradient-from: #2DAE97 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 174 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#368B7B\] {
  --tw-gradient-from: #368B7B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 139 123 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#C3ECE9\]\/60 {
  --tw-gradient-from: rgb(195 236 233 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(195 236 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#E2EFE6\] {
  --tw-gradient-from: #E2EFE6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 239 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-50 {
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#4BA589\] {
  --tw-gradient-to: rgb(75 165 137 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4BA589 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#35A390\] {
  --tw-gradient-to: #35A390 var(--tw-gradient-to-position);
}
.to-\[\#5DC1AF\] {
  --tw-gradient-to: #5DC1AF var(--tw-gradient-to-position);
}
.to-\[\#E2F1EF\] {
  --tw-gradient-to: #E2F1EF var(--tw-gradient-to-position);
}
.to-\[\#F7F7F7\]\/60 {
  --tw-gradient-to: rgb(247 247 247 / 0.6) var(--tw-gradient-to-position);
}
.to-rose-100 {
  --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position);
}
.fill-\[\#eeeeee\] {
  fill: #eeeeee;
}
.fill-none {
  fill: none;
}
.stroke-\[\#F6AB00\] {
  stroke: #F6AB00;
}
.stroke-\[\#eeeeee\] {
  stroke: #eeeeee;
}
.stroke-white {
  stroke: #fff;
}
.stroke-\[12px\] {
  stroke-width: 12px;
}
.stroke-\[14px\] {
  stroke-width: 14px;
}
.stroke-\[16px\] {
  stroke-width: 16px;
}
.stroke-\[20px\] {
  stroke-width: 20px;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-\[center\] {
  object-position: center;
}
.object-\[center_top\] {
  object-position: center top;
}
.object-top {
  object-position: top;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 1rem;
}
.p-11 {
  padding: 2.75rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-20 {
  padding: 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-9 {
  padding: 2.25rem;
}
.p-\[0\.2rem\] {
  padding: 0.2rem;
}
.p-\[0\.8rem\] {
  padding: 0.8rem;
}
.p-\[1\.2rem\] {
  padding: 1.2rem;
}
.p-\[1\.6rem\] {
  padding: 1.6rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[1rem\] {
  padding: 1rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[8px\] {
  padding: 8px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[0\.4rem\] {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.px-\[0\.5rem\] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-\[0\.6rem\] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.px-\[0\.8rem\] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.px-\[1\.2rem\] {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.px-\[1\.5rem\] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[1\.6rem\] {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[2\.4rem\] {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.px-\[2\.6rem\] {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[3\.5rem\] {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}
.px-\[3rem\] {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[0\.2rem\] {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.py-\[0\.8rem\] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-\[1\.2rem\] {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.py-\[1\.37rem\] {
  padding-top: 1.37rem;
  padding-bottom: 1.37rem;
}
.py-\[1\.4rem\] {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.py-\[1\.9rem\] {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!pl-\[0\.75rem\] {
  padding-left: 0.75rem !important;
}
.\!pl-\[15px\] {
  padding-left: 15px !important;
}
.\!pr-\[0\.75rem\] {
  padding-right: 0.75rem !important;
}
.\!pr-\[33px\] {
  padding-right: 33px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[0\.8rem\] {
  padding-bottom: 0.8rem;
}
.pb-\[0\.92rem\] {
  padding-bottom: 0.92rem;
}
.pb-\[1\.875rem\] {
  padding-bottom: 1.875rem;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pb-\[2\.4rem\] {
  padding-bottom: 2.4rem;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[5\.6rem\] {
  padding-bottom: 5.6rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-\[0\.625rem\] {
  padding-left: 0.625rem;
}
.pl-\[0\.7rem\] {
  padding-left: 0.7rem;
}
.pl-\[1\.19rem\] {
  padding-left: 1.19rem;
}
.pl-\[1\.2rem\] {
  padding-left: 1.2rem;
}
.pl-\[1\.875rem\] {
  padding-left: 1.875rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[1rem\] {
  padding-left: 1rem;
}
.pl-\[2\.8rem\] {
  padding-left: 2.8rem;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[36px\] {
  padding-left: 36px;
}
.pl-\[4\%\] {
  padding-left: 4%;
}
.pl-\[45px\] {
  padding-left: 45px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[0\.625rem\] {
  padding-right: 0.625rem;
}
.pr-\[1\.19rem\] {
  padding-right: 1.19rem;
}
.pr-\[1\.875rem\] {
  padding-right: 1.875rem;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pr-\[1rem\] {
  padding-right: 1rem;
}
.pr-\[2\.8rem\] {
  padding-right: 2.8rem;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pr-\[27px\] {
  padding-right: 27px;
}
.pr-\[39px\] {
  padding-right: 39px;
}
.pr-\[4\%\] {
  padding-right: 4%;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[41px\] {
  padding-right: 41px;
}
.pr-\[56px\] {
  padding-right: 56px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[0\.8rem\] {
  padding-top: 0.8rem;
}
.pt-\[1\.31rem\] {
  padding-top: 1.31rem;
}
.pt-\[1\.6rem\] {
  padding-top: 1.6rem;
}
.pt-\[1\.75rem\] {
  padding-top: 1.75rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[1rem\] {
  padding-top: 1rem;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[21px\] {
  padding-top: 21px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[env\(safe-area-inset-top\)\] {
  padding-top: env(safe-area-inset-top);
}
.text-center {
  text-align: center;
}
.\!text-\[0\] {
  font-size: 0 !important;
}
.\!text-\[1\.4rem\] {
  font-size: 1.4rem !important;
}
.\!text-\[1rem\] {
  font-size: 1rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[0\.92rem\] {
  font-size: 0.92rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.12rem\] {
  font-size: 1.12rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[1\.38rem\] {
  font-size: 1.38rem;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[119px\] {
  font-size: 119px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-base\/10 {
  font-size: 1rem;
  line-height: 2.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;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.\!leading-\[1\.75rem\] {
  line-height: 1.75rem !important;
}
.\!leading-\[2rem\] {
  line-height: 2rem !important;
}
.\!leading-\[4rem\] {
  line-height: 4rem !important;
}
.leading-\[1\.12rem\] {
  line-height: 1.12rem;
}
.leading-\[1\.38rem\] {
  line-height: 1.38rem;
}
.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}
.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}
.leading-\[1\.6rem\] {
  line-height: 1.6rem;
}
.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}
.leading-\[1\.875rem\] {
  line-height: 1.875rem;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[2\.06rem\] {
  line-height: 2.06rem;
}
.leading-\[2\.19rem\] {
  line-height: 2.19rem;
}
.leading-\[2\.375rem\] {
  line-height: 2.375rem;
}
.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}
.leading-\[2\.5rem\] {
  line-height: 2.5rem;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[2rem\] {
  line-height: 2rem;
}
.leading-\[3\.2rem\] {
  line-height: 3.2rem;
}
.leading-\[3\.6rem\] {
  line-height: 3.6rem;
}
.leading-\[3\.75rem\] {
  line-height: 3.75rem;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[3rem\] {
  line-height: 3rem;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[66px\] {
  line-height: 66px;
}
.leading-\[70px\] {
  line-height: 70px;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.\!tracking-\[-0\.024rem\] {
  letter-spacing: -0.024rem !important;
}
.tracking-\[-0\.024px\] {
  letter-spacing: -0.024px;
}
.tracking-\[-0\.024rem\] {
  letter-spacing: -0.024rem;
}
.tracking-\[0\.024rem\] {
  letter-spacing: 0.024rem;
}
.tracking-\[0\.1rem\] {
  letter-spacing: 0.1rem;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#007a78\] {
  --tw-text-opacity: 1;
  color: rgb(0 122 120 / var(--tw-text-opacity, 1));
}
.text-\[\#00807E\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 126 / var(--tw-text-opacity, 1));
}
.text-\[\#00857C\] {
  --tw-text-opacity: 1;
  color: rgb(0 133 124 / var(--tw-text-opacity, 1));
}
.text-\[\#00857c\] {
  --tw-text-opacity: 1;
  color: rgb(0 133 124 / var(--tw-text-opacity, 1));
}
.text-\[\#00938A\] {
  --tw-text-opacity: 1;
  color: rgb(0 147 138 / var(--tw-text-opacity, 1));
}
.text-\[\#009694\] {
  --tw-text-opacity: 1;
  color: rgb(0 150 148 / var(--tw-text-opacity, 1));
}
.text-\[\#01312E\] {
  --tw-text-opacity: 1;
  color: rgb(1 49 46 / var(--tw-text-opacity, 1));
}
.text-\[\#115E52\] {
  --tw-text-opacity: 1;
  color: rgb(17 94 82 / var(--tw-text-opacity, 1));
}
.text-\[\#1E2C36\] {
  --tw-text-opacity: 1;
  color: rgb(30 44 54 / var(--tw-text-opacity, 1));
}
.text-\[\#1F1F1F\] {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
.text-\[\#1e2c36\] {
  --tw-text-opacity: 1;
  color: rgb(30 44 54 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#3D827A\] {
  --tw-text-opacity: 1;
  color: rgb(61 130 122 / var(--tw-text-opacity, 1));
}
.text-\[\#474747\] {
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity, 1));
}
.text-\[\#485158\] {
  --tw-text-opacity: 1;
  color: rgb(72 81 88 / var(--tw-text-opacity, 1));
}
.text-\[\#4B565E\] {
  --tw-text-opacity: 1;
  color: rgb(75 86 94 / var(--tw-text-opacity, 1));
}
.text-\[\#4F5B75\] {
  --tw-text-opacity: 1;
  color: rgb(79 91 117 / var(--tw-text-opacity, 1));
}
.text-\[\#4b565e\] {
  --tw-text-opacity: 1;
  color: rgb(75 86 94 / var(--tw-text-opacity, 1));
}
.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-\[\#5e5e5e\] {
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity, 1));
}
.text-\[\#688CE8\] {
  --tw-text-opacity: 1;
  color: rgb(104 140 232 / var(--tw-text-opacity, 1));
}
.text-\[\#69B8F7\] {
  --tw-text-opacity: 1;
  color: rgb(105 184 247 / var(--tw-text-opacity, 1));
}
.text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#E9F8F3\] {
  --tw-text-opacity: 1;
  color: rgb(233 248 243 / var(--tw-text-opacity, 1));
}
.text-\[\#e10000\] {
  --tw-text-opacity: 1;
  color: rgb(225 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#f6ab00\] {
  --tw-text-opacity: 1;
  color: rgb(246 171 0 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(0 133 124 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\!underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.decoration-\[\#009694\] {
  -webkit-text-decoration-color: #009694;
          text-decoration-color: #009694;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}
.caret-brand {
  caret-color: #00857C;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-\[0\.5\] {
  opacity: 0.5;
}
.\!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-\[0px_2px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  --tw-shadow: 0px 2px 4px 0px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0px 2px 4px 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_2px_6\.5px_2px_rgba\(62\2c 62\2c 62\2c 0\.13\)\] {
  --tw-shadow: 0px 2px 6.5px 2px rgba(62,62,62,0.13);
  --tw-shadow-colored: 0px 2px 6.5px 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-\[0px_3px_2\.700000047683716px_0px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0px 3px 2.700000047683716px 0px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0px 3px 2.700000047683716px 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-\[4px_8px_13px_0px_rgba\(1\2c 19\2c 49\2c 0\.16\)\] {
  --tw-shadow: 4px 8px 13px 0px rgba(1,19,49,0.16);
  --tw-shadow-colored: 4px 8px 13px 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-menu {
  --tw-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0 2px 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);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-2 {
  outline-width: 2px;
}
.outline-\[3px\] {
  outline-width: 3px;
}
.outline-offset-\[-3px\] {
  outline-offset: -3px;
}
.outline-teal-200 {
  outline-color: #99f6e4;
}
.outline-transparent {
  outline-color: transparent;
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[4px\] {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\2c padding\2c opacity\] {
  transition-property: max-height,padding,opacity;
  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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[200ms\] {
  transition-duration: 200ms;
}
.ease-\[cubic-bezier\(0\.22\2c 0\.9\2c 0\.3\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.22,0.9,0.3,1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 415px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }
  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }
  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }
  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
.fw-20-regular {
  font-size: 2rem;
  font-weight: 400;
}
.fw-20-semibold {
  font-size: 2rem;
  font-weight: 600;
}
.fw-16-regular {
  font-size: 1.6rem;
  font-weight: 400;
}
.fw-16-medium {
  font-size: 1.6rem;
  font-weight: 500;
}
.fw-16-semibold {
  font-size: 1.6rem;
  font-weight: 600;
}
.fw-14-regular {
  font-size: 1.4rem;
  font-weight: 400;
}
.fw-14-medium {
  font-size: 1.4rem;
  font-weight: 500;
}
.fw-14-semibold {
  font-size: 1.4rem;
  font-weight: 600;
}
.fw-12-regular {
  font-size: 1.2rem;
  font-weight: 400;
}
.text-r-post-title {
  font-size: 2.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .text-r-post-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.text-r-tag {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: -0.024rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .text-r-tag {
    font-size: 1.5rem;
  }
}
.text-12 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
}
.text-14 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
}
text-semibold-14 {
  font-size: 1.4rem;
  font-weight: 600;
}
.text-h2-medium {
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
}
.text-h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.text-h5-semibold {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.text-h6 {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -0.024rem;
  font-weight: 400;
}
.text-h6-medium {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.text-h6-semibold {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
}
.text-h7 {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.024rem;
  font-weight: 400;
}
.text-h7-medium {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.024rem;
  font-weight: 500;
}
.text-h7-semibold {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: -0.024rem;
  font-weight: 600;
}
.text-h8 {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: -0.024rem;
  font-weight: 400;
}
.text-lv1 {
  color: #1F1F1F;
}
.text-lv2 {
  color: #575757;
}
.text-lv3 {
  color: #808080;
}
.text-lv4 {
  color: #ABABAB;
}
.text-light {
  color: #E9F8F3;
}
.text-dark {
  color: #00857C;
}
.text-primary {
  color: #1F1F1F;
}
.text-secondary {
  color: #575757;
}
.pl-r {
  padding-left: 16px;
}
@media (max-width: 374.98px) {
  .pl-r {
    padding-left: 12px;
  }
}
@media (min-width: 414px) {
  .pl-r {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .pl-r {
    padding-left: 24px;
  }
}
@media (min-width: 1025px) {
  .pl-r {
    padding-left: 32px;
  }
}
.ml-r {
  margin-left: 16px;
}
@media (max-width: 374.98px) {
  .ml-r {
    margin-left: 12px;
  }
}
@media (min-width: 414px) {
  .ml-r {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .ml-r {
    margin-left: 24px;
  }
}
@media (min-width: 1025px) {
  .ml-r {
    margin-left: 32px;
  }
}
.\[--swiper-pagination-bottom\:0px\] {
  --swiper-pagination-bottom: 0px;
}
.\[--swiper-pagination-bullet-horizontal-gap\:6px\] {
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.\[--swiper-pagination-bullet-inactive-color\:\#00000033\] {
  --swiper-pagination-bullet-inactive-color: #00000033;
}
.\[--swiper-pagination-bullet-inactive-opacity\:1\] {
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.\[--swiper-pagination-bullet-size\:6px\] {
  --swiper-pagination-bullet-size: 6px;
}
.\[--swiper-pagination-color\:\#000000CC\] {
  --swiper-pagination-color: #000000CC;
}
/*
 * 自定义复用工具类
*/
/* @import './custom-utilities.css'; */
/* admin bar fix */
/* body.admin-bar {
  max-height: calc(100vh - 32px);
} */
/* 注意：三个层级的优先级如下：utilities > components > base */
/* 覆盖wordpress 自带的样式 等 */
/* 移除 WordPress 默认的链接下划线（global-styles-inline-css定义） */
/* a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
} */
a:where(:not(.wp-element-button)) {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
/* 设置背景色 html 、body上设置不能全屏覆盖，就是因为height 不是100% */
.wp-site-blocks {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  height: 100% !important;
}
.wp-block-post-content {
  width: 100%;
}
/* 因块主题模板中tailwind写带特殊符号的类不生效，所以在此定义模板中常用类*/
.msdp-header-r-height {
  height: 4.4rem;
}
@media (min-width: 768px) {
  .msdp-header-r-height {
    height: 11.2rem;
  }
}
/* 设置首页背景图片的样式（wordpress image区块中的img标签不能添加class）*/
.home-mobile-bg > img {
  display: block;
  aspect-ratio: 450/250;
  width: 100%;
  object-fit: cover;
}
/* 在CMS后台隐藏首页背景图片的容器*/
.editor-styles-wrapper figure.home-mobile-bg {
  display: none !important;
}
/* 在首页mobile navigation 控制产品列表高度、箭头旋转等 */
.wp-block-nextgen-msdp-blocks-msdp-mobile-nav .product-list {
  max-height: 9.6rem;
  overflow: hidden;
    /* transition-[max-height] duration-300 ease-in-out */
}
.wp-block-nextgen-msdp-blocks-msdp-mobile-nav .show-product-list {
    /* @apply max-h-[none] overflow-visible; */
    max-height: 60rem;
    overflow: visible;
    /* @apply max-h-[none] overflow-auto transition-all duration-300 ease-in-out; */
  }
.wp-block-nextgen-msdp-blocks-msdp-mobile-nav .animate {
  transition-property: max-height;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wp-block-nextgen-msdp-blocks-msdp-mobile-nav .expanded-arrow {
  width: 1.2rem;
  height: 1.2rem;
  --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));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* 在msdp 专区多标签页tab 样式 */
.wp-block-nextgen-msdp-blocks-msdp-tabs .tab-active {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 124 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 133 124 / var(--tw-text-opacity, 1));
}
/* 在msdp 工具专区多标签页tab 样式 */
.wp-block-nextgen-msdp-blocks-msdp-tool-zone .tab-active {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 124 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 133 124 / var(--tw-text-opacity, 1));
}
/* 上一页区块添加向右箭头,mobile端不使用该区块 */
.wp-block-query-pagination-previous {
  height: 1.1rem;
  width: 0.7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='13'%20viewBox='0%200%2010%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.61865%200.786133L1.61865%206.28613L8.61865%2011.7861'%20stroke='%23808080'%20stroke-width='2'/%3e%3c/svg%3e");
}
/* 下一页区块在PC端才添加向右箭头 */
.wp-block-query-pagination-next.pc-next {
  height: 1.1rem;
  width: 0.7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg%20width='10'%20height='13'%20viewBox='0%200%2010%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.617676%2011.7861L7.61768%206.28613L0.617675%200.786134'%20stroke='%23808080'%20stroke-width='2'/%3e%3c/svg%3e");
}
/* 会议列表中有无效的会议要隐藏，因为无法删除数据？ */
/* 隐藏满足条件的 li  防止占据布局*/
.wp-block-post-template li:has(> div.invalid-meeting) {
  display: none !important;
}
/* :where(.is-layout-flex) {
  gap: 0 !important;
} */
/* article > *:not(.entry-content),
.entry-content > * {
  @apply mx-auto max-w-content;
}

.entry-content,
.block-editor-block-list__layout {
  h1 {
    @apply text-2xl;
  }

  h2 {
    @apply text-xl;
  }

  h3 {
    @apply text-lg;
  }

  p,
  ul,
  ol {
    a {
      @apply text-blue-500 underline;

      &:hover {
        @apply no-underline;
      }
    }

    @apply mb-8;
  }

  ul:not(.block-editor-block-variation-picker__variations) {
    li {
      @apply list-disc list-inside;
    }
  }

  ol {
    li {
      @apply list-decimal list-inside;
    }
  }

  div {
    background-image: url(../images/qrcode.jpg);
  }
} */
/* global-styles-inline-css */
/* :root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--brand: #00857c;
  --wp--preset--color--brand-dark: #006a63;
  --wp--preset--color--brand-light: #339d96;
  --wp--preset--color--brand-lightest: #99cecb;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--font-size--regular: 1.5rem;
  --wp--preset--font-size--xl: 1.25rem;
  --wp--preset--font-size--xxl: 1.5rem;
  --wp--preset--font-size--xxxl: 1.875rem;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:root {
  --wp--style--global--content-size: 1440px;
  --wp--style--global--wide-size: 1440px;
}
:where(body) {
  margin: 0;
}
.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}
.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}
.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
.is-layout-flex > :is(*, div) {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
.is-layout-grid > :is(*, div) {
  margin: 0;
}
body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}
:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-brand-color {
  color: var(--wp--preset--color--brand) !important;
}
.has-brand-dark-color {
  color: var(--wp--preset--color--brand-dark) !important;
}
.has-brand-light-color {
  color: var(--wp--preset--color--brand-light) !important;
}
.has-brand-lightest-color {
  color: var(--wp--preset--color--brand-lightest) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-brand-background-color {
  background-color: var(--wp--preset--color--brand) !important;
}
.has-brand-dark-background-color {
  background-color: var(--wp--preset--color--brand-dark) !important;
}
.has-brand-light-background-color {
  background-color: var(--wp--preset--color--brand-light) !important;
}
.has-brand-lightest-background-color {
  background-color: var(--wp--preset--color--brand-lightest) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-brand-border-color {
  border-color: var(--wp--preset--color--brand) !important;
}
.has-brand-dark-border-color {
  border-color: var(--wp--preset--color--brand-dark) !important;
}
.has-brand-light-border-color {
  border-color: var(--wp--preset--color--brand-light) !important;
}
.has-brand-lightest-border-color {
  border-color: var(--wp--preset--color--brand-lightest) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.has-regular-font-size {
  font-size: var(--wp--preset--font-size--regular) !important;
}
.has-xl-font-size {
  font-size: var(--wp--preset--font-size--xl) !important;
}
.has-xxl-font-size {
  font-size: var(--wp--preset--font-size--xxl) !important;
}
.has-xxxl-font-size {
  font-size: var(--wp--preset--font-size--xxxl) !important;
} */
@media (min-width: 768px) {
  .md\:row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
  }
  @media (max-width: 375.99px) {
    .md\:row {
      padding: 0 1.6rem;
    }
  }
  @media (min-width: 376px) and (max-width: 414.99px) {
    .md\:row {
      padding: 0 2.0rem;
    }
  }
  @media (min-width: 415px) and (max-width: 767.99px) {
    .md\:row {
      padding: 0 2.4rem;
    }
  }
  @media (min-width: 768px) and (max-width: 1025.99px) {
    .md\:row {
      padding: 0 2.4rem;
    }
  }
  @media (min-width: 1026px) and (max-width: 1440.99px) {
    .md\:row {
      padding: 0 5.6rem;
    }
  }
  @media (min-width: 1441px) {
    .md\:row {
      padding: 0 calc((100% - (1440px - 5.6rem * 2)) / 2.0);
    }
  }
  .md\:col-3 {
    display: block;
  }
  @media (max-width: 414.99px) {
    .md\:col-3 {
      flex-basis: 100%;
      max-width: 100%;
    }
  }
  @media (min-width: 415px) and (max-width: 767.99px) {
    .md\:col-3 {
      flex-basis: calc((100% - 3 * 2.0rem) / 4 * 3 + 4.0rem);
      max-width: calc((100% - 3 * 2.0rem) / 4 * 3 + 4.0rem);
    }
  }
  @media (min-width: 768px) {
    .md\:col-3 {
      flex-basis: calc((100% - 5 * 2.4rem) / 6 * 3 + 4.8rem);
      max-width: calc((100% - 5 * 2.4rem) / 6 * 3 + 4.8rem);
    }
  }
  .md\:\[\&_li\]\:\!col-4-2 li {
    display: block !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  @media (min-width: 768px) {
    .md\:\[\&_li\]\:\!col-4-2 li {
      flex-basis: calc((100% - 3 * 2.4rem) / 4 * 2 + 2.4rem) !important;
      max-width: calc((100% - 3 * 2.4rem) / 4 * 2 + 2.4rem) !important;
    }
  }
}
.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-\[-1rem\]::after {
  content: var(--tw-content);
  bottom: -1rem;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:h-\[1rem\]::after {
  content: var(--tw-content);
  height: 1rem;
}
.after\:bg-\[\#F3F4F4\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 244 / var(--tw-bg-opacity, 1));
}
.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.after\:from-black::after {
  content: var(--tw-content);
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:opacity-\[0\.08\]::after {
  content: var(--tw-content);
  opacity: 0.08;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:border-\[\#00807E\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 126 / var(--tw-border-opacity, 1));
}
.hover\:border-\[\#F6AB00\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 171 0 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#E9F8F3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F2F2F2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F6AB00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 171 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#dddddd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f6ab00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 171 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#00807E\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 126 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#3D827A\]:hover {
  --tw-text-opacity: 1;
  color: rgb(61 130 122 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#4b565e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(75 86 94 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:text-primary:hover {
  color: #1F1F1F;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-\[\#F6AB00\]:focus {
  outline-color: #F6AB00;
}
.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:text-h6-semibold {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
}
.group:hover .group-hover\:text-lv1 {
  color: #1F1F1F;
}
@media (prefers-contrast: more) {
  .contrast-more\:border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  }
  .contrast-more\:placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
  }
}
@media (max-width: 375.99px) {
  .xs\:mb-\[1\.2rem\] {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 415px) {
  .sm\:mb-\[1\.2rem\] {
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 768px) {
  .md\:top-\[4rem\] {
    top: 4rem;
  }
  .md\:top-\[7\.2rem\] {
    top: 7.2rem;
  }
  .md\:m-\[1\.6rem\] {
    margin: 1.6rem;
  }
  .md\:m-\[2\.4rem\] {
    margin: 2.4rem;
  }
  .md\:mx-\[1\.6rem\] {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .md\:my-\[1\.6rem\] {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-\[1\.6rem\] {
    margin-bottom: 1.6rem;
  }
  .md\:mb-\[2\.4rem\] {
    margin-bottom: 2.4rem;
  }
  .md\:mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .md\:mb-\[4\.8rem\] {
    margin-bottom: 4.8rem;
  }
  .md\:mb-\[5\.4rem\] {
    margin-bottom: 5.4rem;
  }
  .md\:ml-\[1rem\] {
    margin-left: 1rem;
  }
  .md\:ml-\[2rem\] {
    margin-left: 2rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-10 {
    margin-top: 1rem;
  }
  .md\:mt-\[0\.8rem\] {
    margin-top: 0.8rem;
  }
  .md\:mt-\[1\.2rem\] {
    margin-top: 1.2rem;
  }
  .md\:mt-\[1\.6rem\] {
    margin-top: 1.6rem;
  }
  .md\:mt-\[1rem\] {
    margin-top: 1rem;
  }
  .md\:mt-\[2\.4rem\] {
    margin-top: 2.4rem;
  }
  .md\:mt-\[2rem\] {
    margin-top: 2rem;
  }
  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:\!aspect-\[450\/250\] {
    aspect-ratio: 450/250 !important;
  }
  .md\:\!aspect-\[5\/1\.2\] {
    aspect-ratio: 5/1.2 !important;
  }
  .md\:size-\[3\.2rem\] {
    width: 3.2rem;
    height: 3.2rem;
  }
  .md\:size-\[8rem\] {
    width: 8rem;
    height: 8rem;
  }
  .md\:\!h-\[12\.4rem\] {
    height: 12.4rem !important;
  }
  .md\:\!h-\[13\.5rem\] {
    height: 13.5rem !important;
  }
  .md\:\!h-\[14rem\] {
    height: 14rem !important;
  }
  .md\:\!h-\[18\.3rem\] {
    height: 18.3rem !important;
  }
  .md\:h-\[11\.2rem\] {
    height: 11.2rem;
  }
  .md\:h-\[12\.4rem\] {
    height: 12.4rem;
  }
  .md\:h-\[13\.5rem\] {
    height: 13.5rem;
  }
  .md\:h-\[14\.5rem\] {
    height: 14.5rem;
  }
  .md\:h-\[14rem\] {
    height: 14rem;
  }
  .md\:h-\[3\.6rem\] {
    height: 3.6rem;
  }
  .md\:h-\[4\.8rem\] {
    height: 4.8rem;
  }
  .md\:h-\[4rem\] {
    height: 4rem;
  }
  .md\:h-\[7\.2rem\] {
    height: 7.2rem;
  }
  .md\:h-\[calc\(100vh-4rem\)\] {
    height: calc(100vh - 4rem);
  }
  .md\:h-\[calc\(var\(--icon-pc-height\)\)\] {
    height: calc(var(--icon-pc-height));
  }
  .md\:min-h-\[8rem\] {
    min-height: 8rem;
  }
  .md\:\!w-\[12\.4rem\] {
    width: 12.4rem !important;
  }
  .md\:\!w-\[13\.5rem\] {
    width: 13.5rem !important;
  }
  .md\:\!w-\[25\.4rem\] {
    width: 25.4rem !important;
  }
  .md\:\!w-\[27\.6rem\] {
    width: 27.6rem !important;
  }
  .md\:\!w-\[33\.2rem\] {
    width: 33.2rem !important;
  }
  .md\:\!w-\[33\.3rem\] {
    width: 33.3rem !important;
  }
  .md\:w-\[calc\(var\(--icon-pc-width\)\)\] {
    width: calc(var(--icon-pc-width));
  }
  .md\:min-w-\[8rem\] {
    min-width: 8rem;
  }
  .md\:max-w-\[20\.8rem\] {
    max-width: 20.8rem;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-x-\[2\.4rem\] {
    column-gap: 2.4rem;
  }
  .md\:border-\[0\.1rem\] {
    border-width: 0.1rem;
  }
  .md\:border-b-\[3px\] {
    border-bottom-width: 3px;
  }
  .md\:border-\[\#E5ECEB\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 236 235 / var(--tw-border-opacity, 1));
  }
  .md\:bg-brand {
    --tw-bg-opacity: 1;
    background-color: rgb(0 133 124 / var(--tw-bg-opacity, 1));
  }
  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .md\:from-\[\#C3ECE9\]\/65 {
    --tw-gradient-from: rgb(195 236 233 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(195 236 233 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .md\:to-\[\#F3F4F4\] {
    --tw-gradient-to: #F3F4F4 var(--tw-gradient-to-position);
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:px-\[1\.2rem\] {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-\[8rem\] {
    padding-bottom: 8rem;
  }
  .md\:pt-\[1\.2rem\] {
    padding-top: 1.2rem;
  }
  .md\:leading-\[2\.4rem\] {
    line-height: 2.4rem;
  }
  .md\:leading-\[2rem\] {
    line-height: 2rem;
  }
  .md\:leading-\[3\.6rem\] {
    line-height: 3.6rem;
  }
  .md\:leading-\[4rem\] {
    line-height: 4rem;
  }
  .md\:tracking-\[0\.1rem\] {
    letter-spacing: 0.1rem;
  }
  .md\:text-\[\#01312E\] {
    --tw-text-opacity: 1;
    color: rgb(1 49 46 / var(--tw-text-opacity, 1));
  }
  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .md\:fw-20-regular {
    font-size: 2rem;
    font-weight: 400;
  }
  .md\:fw-20-medium {
    font-size: 2rem;
    font-weight: 500;
  }
  .md\:fw-16-regular {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .md\:fw-16-medium {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .md\:text-h3-medium {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -0.024rem;
    font-weight: 500;
  }
  .md\:text-h4-medium {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: -0.1rem;
  }
  .md\:text-h5 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    font-weight: 400;
  }
  .md\:text-h6 {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: -0.024rem;
    font-weight: 400;
  }
  .md\:text-h7 {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: -0.024rem;
    font-weight: 400;
  }
  .md\:text-lv1 {
    color: #1F1F1F;
  }
  .md\:text-lv3 {
    color: #808080;
  }
}
@media (min-width: 1026px) {
  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .lg\:ml-\[1\.6rem\] {
    margin-left: 1.6rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
}
.\[\&\>\*\:not\(\:first-child\)\]\:ml-\[30px\]>*:not(:first-child) {
  margin-left: 30px;
}
.\[\&_a\]\:px-\[0\.3rem\] a {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.\[\&_li\]\:\!mt-\[1\.6rem\] li {
  margin-top: 1.6rem !important;
}
.\[\&_li\]\:\!w-full li {
  width: 100% !important;
}
@media (min-width: 768px) {
  .md\:\[\&_li\]\:\!mt-\[1\.2rem\] li {
    margin-top: 1.2rem !important;
  }
  .md\:\[\&_li\]\:\!mt-\[2rem\] li {
    margin-top: 2rem !important;
  }
}
.\[\&_span\.current\]\:rounded-\[0\.4rem\] span.current {
  border-radius: 0.4rem;
}
.\[\&_span\.current\]\:border-\[0\.1rem\] span.current {
  border-width: 0.1rem;
}
.\[\&_span\.current\]\:border-brand span.current {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 124 / var(--tw-border-opacity, 1));
}
.\[\&_span\]\:px-\[0\.3rem\] span {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
