@charset "UTF-8";
*, ::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.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    --color-primary: #3fabc1;
    --scale: 1;
    --base-font-size: 100px;
    --base-font-size-for-calc: 100;
    --max-container-width: 1600px;
    --font-size-1: 0.12rem;
    --font-size-2: 0.14rem;
    --font-size-3: 0.16rem;
    --font-size-4: 0.18rem;
    --font-size-5: 0.2rem;
    --font-size-6: 0.22rem;
    --font-size-7: 0.24rem;
    --font-size-8: 0.26rem;
    --font-size-9: 0.28rem;
    --font-size-10: 0.3rem;
    --font-size-11: 0.32rem;
    --font-size-12: 0.34rem;
    --font-size-13: 0.36rem;
    --font-size-14: 0.38rem;
    --font-size-15: 0.4rem;
    --font-size-16: 0.42rem;
    --font-size-17: 0.44rem;
    --font-size-18: 0.46rem;
    --font-size-19: 0.48rem;
    --font-size-20: 0.5rem;
  }
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
* *:focus-visible {
    outline: none;
  }
html {
    font-size: var(--base-font-size);
    font-weight: 400;
    text-align: justify;
  }
body {
    font-weight: 400;
    font-size: 14px;
  }
img {
    max-width: 100%;
    max-height: 100%;
  }
input{
  min-width: 0px;
}
.text-1 {
    font-size: var(--font-size-1);
  }
.text-2 {
    font-size: var(--font-size-2);
  }
.title-1{
  font-weight: 700;
  font-size: calc(36px * var(--scale));
}
.title-2{
  font-weight: 700;
  font-size: calc(30px * var(--scale));
}
.title-3{
  font-weight: 700;
  font-size: calc(22px * var(--scale));
}
.desc-1{
  font-size: calc(18px * var(--scale));
}
@media (max-width: 768px){
  .desc-1{
    font-size: 12px;
  }
}
.desc-2{
  font-size: calc(20px * var(--scale));
}
@media (max-width: 768px){
  .desc-2{
    font-size: 14px;
  }
}
.desc-3{
  font-size: calc(16px * var(--scale));
}
.container {
    max-width: var(--max-container-width);
  }
.page-container{
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px){
  .page-container{
    width: 100%;
  }
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.tag-fuhao{
  z-index: 10;
  transition-property: background-color,z-index;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 0.2s;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  width: auto;
  align-items: center;
  overflow: hidden;
  border-radius: 9999px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px){
  .tag-fuhao{
    display: none;
  }
}
.tag-fuhao .bo{
  width: 1em;
  height: 1em;
}
.tag-fuhao .tag-fuhao-icon{
  width: 2em;
  height: 2em;
  transition-duration: 0.5s;
}
.tag-fuhao .text-box{
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-wrap: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
  padding-left: 0px;
  padding-right: 0em;
  transition-property: max-width,padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tag-fuhao.active, .tag-fuhao:hover{
  transition-delay: 0s;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
}
.tag-fuhao.active .text-box, .tag-fuhao:hover .text-box{
  display: block;
  max-width: 500px;
  padding-left: 5px;
  padding-right: 1em;
}
.tag-fuhao.active:hover{
  transition-delay: 0s;
  z-index: 20;
}
.tag-fuhao-2{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.8s;
}
@media (max-width: 768px){
  .tag-fuhao-2{
    display: none !important;
  }
}
.tag-fuhao-2 {
    transform-origin: bottom center;
  }
.tag-fuhao-2.active{
  z-index: 20;
  --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));
}
#container-hr .items-box .item .zhengshu{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}
#container-hr .items-box .item.show-zhengshu {
    z-index: 1001 !important;
  }
#container-hr .items-box .item.show-zhengshu .zhengshu{
  --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));
}
.module-header flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-header{
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-header .title{
  font-weight: 700;
  font-size: calc(36px * var(--scale));
}
.header{
  display: flex;
  height: 80px;
  flex-direction: column;
}
@media (max-width: 768px){
  .header{
    height: 65px;
  }
}
.header .box-header{
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px){
  .header .box-header{
    height: 65px;
  }
}
.header .box-header > *{
  height: 100%;
}
.header .box-header .logo{
  display: flex;
  align-items: center;
}
.header .box-header .logo .img-box{
  height: 27%;
}
@media (max-width: 768px){
  .header .box-header .logo .img-box{
    height: 24%;
  }
}
.header .box-header .logo .img-box img {
    height: 100%;
  }
.header .box-header .nav{
  font-size: calc(18px * var(--scale));
}
@media (max-width: 768px){
  .header .box-header .nav{
    font-size: 12px;
  }
}
.header .box-header .nav{
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 768px){
  .header .box-header .nav{
    display: none;
  }
}
.header .box-header .nav .nav-item{
  display: flex;
  height: 100%;
  flex-shrink: 0;
  align-items: center;
}
.header .box-header .nav .nav-item a{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  --tw-text-opacity: 1;
  color: rgb(62 58 57 / var(--tw-text-opacity, 1));
  padding-left: calc(30px * var(--scale));
  padding-right: calc(30px * var(--scale));
}
.header .box-header .nav .nav-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.header .box-header .nav .nav-item a.active{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.header .box-header .nav .nav-item a .dropdown-icon-box{
  margin-left: 0.5em;
}
.header .box-header .nav .nav-item a .dropdown-icon-box flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box-header .nav .nav-item a .dropdown-icon-box{
  --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));
  transition-property: rotate;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: calc(14px * var(--scale));
  height: calc(14px * var(--scale));
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box-header .header-right{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px){
  .header .box-header .header-right{
    display: none;
  }
}
.header .box-header .header-right .header-right-item{
  margin-left: 15px;
  height: 100%;
}
.header .box-header .header-right .header-right-item flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box-header .header-right .header-right-item{
  flex-direction: column;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box-header .header-right .header-right-item.lang{
  width: calc(2.2em * var(--scale));
}
.header .box-header .header-right .header-right-item.lang .lang-list{
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 10;
  display: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
}
.header .box-header .header-right .header-right-item.active.lang .lang-list{
  visibility: visible;
  display: flex;
  animation: lang-list-show 0.3s ease-in-out;
  opacity: 1;
}
.header .box-header .header-right .header-right-item.active.lang .lang-list a{
  padding-top: 5px;
  padding-bottom: 5px;
}
@keyframes lang-list-show {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.header .box-header .header-right .header-right-item.search{
  position: relative;
  z-index: 100;
  align-self: stretch;
}
.header .box-header .header-right .header-right-item.search .show-search-button{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.header .box-header .header-right .header-right-item.search .input-box{
  position: absolute;
  right: 0px;
  display: flex;
  width: 0px;
  align-items: center;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.header .box-header .header-right .header-right-item.search .input-box input{
  height: 100%;
  flex-grow: 1;
  border-radius: 9999px;
  background-color: transparent;
  padding-left: 1.5em;
}
.header .box-header .header-right .header-right-item.search .input-box .zhanwei{
  height: 100%;
  flex-shrink: 0;
}
.header .box-header .header-right .header-right-item.search.active .input-box{
  width: 200px;
  animation: search-show 0.3s ease-in-out;
}
.header .box-header .header-right .header-right-item.search.close .input-box{
  width: 0px;
  animation: search-hide 0.2s ease-in-out;
}
@keyframes search-show {
    0% {
      width: 0px;
    }
    100% {
      width: 200px;
    }
  }
@keyframes search-hide {
    0% {
      width: 200px;
    }
    100% {
      width: 0px;
    }
  }
.header .nav-dropdown-box{
  font-size: calc(20px * var(--scale));
}
@media (max-width: 768px){
  .header .nav-dropdown-box{
    font-size: 14px;
  }
}
.header .nav-dropdown-box{
  position: relative;
  top: -25px;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.header .nav-dropdown-box #nav-dropdown-2.box-item{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  min-height: 20em;
  width: 100%;
}
.header .nav-dropdown-box #nav-dropdown-2.box-item .list-1 a.children-link{
  padding-left: calc(var(--depth) * 10px);
}
.header .nav-dropdown-box #nav-dropdown-2.box-item .list-1 li.active .dropdown-button.title.active{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.header .nav-dropdown-box #nav-dropdown-2.box-item .list-1 li.active .dropdown-button.title.active .icon{
  opacity: 1;
}
.header .nav-dropdown-box #nav-dropdown-2.box-item .list-1 .dropdown-button:hover,
  .header .nav-dropdown-box #nav-dropdown-2.box-item .list-1 .children-link:hover{
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.header .nav-dropdown-box #nav-dropdown-2.box-item .list-1 .dropdown-button:hover:hover,
  .header .nav-dropdown-box #nav-dropdown-2.box-item .list-1 .children-link:hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.header .nav-dropdown-box #nav-dropdown-2.box-item .simplebar-scrollbar.simplebar-visible::before{
  left: calc(0.5em - 1px);
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 205 204 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2){
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 246 / var(--tw-bg-opacity, 1));
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  min-height: 20em;
  width: 100%;
}
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2) a{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2) .top-category{
  margin-left: auto;
  width: 80%;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2) .zs{
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  min-width: var(--max-container-width)*var(--scale);
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2) .zs::before{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0.15rem;
  height: 0.15rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
  animation: children-box 10s linear infinite;
}
@keyframes children-box {
    0% {
      /* 起始位置：容器最左侧（考虑自身中心点） */
      left: 0;
    }
    100% {
      /* 中点：到达最右侧 */
      left: 100%;
    }
  }
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2) .children-box{
  position: relative;
}
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2) .children-box::after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 246 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
    background-image: url("https://zhongganjituan.oss-cn-hangzhou.aliyuncs.com/file/20260206/b793bfce61becc3756dd63b75ba6e193.png");
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: right center;
    background-blend-mode: multiply;
    opacity: 0.8;
}
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2) .children{
  position: relative;
  z-index: 10;
  min-height: 375px;
  padding-bottom: 1.5rem;
  padding-top: 2em;
}
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2) .children .children-item{
  margin-left: auto;
  width: 80%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.header .nav-dropdown-box .box-item:not(#nav-dropdown-2) .children .children-item.active, .header .nav-dropdown-box .box-item:not(#nav-dropdown-2) .children .children-item:hover{
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.module-category{
  font-size: calc(20px * var(--scale));
}
@media (max-width: 768px){
  .module-category{
    font-size: 14px;
  }
}
.module-category .layout-box{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom-width: 2px;
  padding-left: calc(0.4rem * var(--scale));
  padding-right: calc(0.4rem * var(--scale));
  padding-bottom: calc(0.3rem * var(--scale));
  padding-top: calc(1rem * var(--scale));
}
.module-category .layout-box .current-category h2{
  font-weight: 700;
  font-size: calc(36px * var(--scale));
}
.module-category .layout-box .current-category .desc {
    font-size: var(--font-size-4);
  }
@media (max-width: 768px){
  .module-category .layout-box .current-category .desc{
    font-size: calc(20px * var(--scale));
  }
  @media (max-width: 768px){
    .module-category .layout-box .current-category .desc{
      font-size: 14px;
    }
  }
}
.module-category .layout-box .category-list ul{
  margin-left: auto;
  display: flex;
}
.module-category .layout-box .category-list ul li{
  margin-left: 2em;
}
.module-category .layout-box .category-list ul li a{
  font-size: calc(18px * var(--scale));
}
@media (max-width: 768px){
  .module-category .layout-box .category-list ul li a{
    font-size: 12px;
  }
}
.module-category .layout-box .category-list ul li a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.module-category .layout-box .category-list ul li a .icon{
  margin-bottom: 0.5em;
  width: 2em;
}
.module-category .layout-box .category-list ul li a .icon img.icon-2{
  display: none;
}
.module-category .layout-box .category-list ul li a .name{
  white-space: nowrap;
  text-wrap: nowrap;
  text-align: center;
}
.module-category .layout-box .category-list ul li a:hover,
  .module-category .layout-box .category-list ul li a.active{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.module-category .layout-box .category-list ul li a:hover .icon img.icon-2,
  .module-category .layout-box .category-list ul li a.active .icon img.icon-2{
  display: block;
}
.module-category .layout-box .category-list ul li a:hover .icon img.icon-1,
  .module-category .layout-box .category-list ul li a.active .icon img.icon-1{
  display: none;
}
.module-category .layout-box .category-list ul li a.active::after {
    box-sizing: content-box;
    position: absolute;
    top: 141%;
    left: 50%;
    bottom: 0px;
    width: 100%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(63 171 193 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
    padding-left: 1em;
    padding-right: 1em;
    --tw-content: '';
    content: var(--tw-content);
  }
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[-1px\]{
  bottom: -1px;
}
.bottom-\[8px\]{
  bottom: 8px;
}
.left-0{
  left: 0px;
}
.left-\[110\%\]{
  left: 110%;
}
.left-\[3\%\]{
  left: 3%;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[51\.45\%\]{
  left: 51.45%;
}
.left-\[59\.64\%\]{
  left: 59.64%;
}
.left-\[70\.58\%\]{
  left: 70.58%;
}
.right-0{
  right: 0px;
}
.right-\[8px\]{
  right: 8px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-\[-10px\]{
  top: -10px;
}
.top-\[-30px\]{
  top: -30px;
}
.top-\[-9vw\]{
  top: -9vw;
}
.top-\[110\%\]{
  top: 110%;
}
.top-\[20\%\]{
  top: 20%;
}
.top-\[25\%\]{
  top: 25%;
}
.top-\[32\.14\%\]{
  top: 32.14%;
}
.top-\[35\%\]{
  top: 35%;
}
.top-\[48\.05\%\]{
  top: 48.05%;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[53\.1\%\]{
  top: 53.1%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[4\]{
  z-index: 4;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[6\]{
  z-index: 6;
}
.m-auto{
  margin: auto;
}
.-mx-\[0\.5em\]{
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.-mx-\[1em\]{
  margin-left: -1em;
  margin-right: -1em;
}
.mx-\[0\.5em\]{
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.mx-\[1em\]{
  margin-left: 1em;
  margin-right: 1em;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[2em\]{
  margin-top: 2em;
  margin-bottom: 2em;
}
.mb-\[0\.16rem\]{
  margin-bottom: 0.16rem;
}
.mb-\[0\.1em\]{
  margin-bottom: 0.1em;
}
.mb-\[0\.2em\]{
  margin-bottom: 0.2em;
}
.mb-\[0\.5em\]{
  margin-bottom: 0.5em;
}
.mb-\[0\.5rem\]{
  margin-bottom: 0.5rem;
}
.mb-\[0\.8em\]{
  margin-bottom: 0.8em;
}
.mb-\[1\.2em\]{
  margin-bottom: 1.2em;
}
.mb-\[1\.5em\]{
  margin-bottom: 1.5em;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[1em\]{
  margin-bottom: 1em;
}
.mb-\[1rem\]{
  margin-bottom: 1rem;
}
.mb-\[2\.2em\]{
  margin-bottom: 2.2em;
}
.mb-\[2\.5em\]{
  margin-bottom: 2.5em;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[2em\]{
  margin-bottom: 2em;
}
.mb-\[3em\]{
  margin-bottom: 3em;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[4em\]{
  margin-bottom: 4em;
}
.ml-\[0\.5em\]{
  margin-left: 0.5em;
}
.ml-\[10\%\]{
  margin-left: 10%;
}
.ml-\[1em\]{
  margin-left: 1em;
}
.ml-auto{
  margin-left: auto;
}
.mr-\[0\.3em\]{
  margin-right: 0.3em;
}
.mr-\[0\.4em\]{
  margin-right: 0.4em;
}
.mr-\[0\.5em\]{
  margin-right: 0.5em;
}
.mr-\[1\.5em\]{
  margin-right: 1.5em;
}
.mr-\[12px\]{
  margin-right: 12px;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mr-\[1em\]{
  margin-right: 1em;
}
.mr-\[21\%\]{
  margin-right: 21%;
}
.mr-\[2em\]{
  margin-right: 2em;
}
.mr-\[5\%\]{
  margin-right: 5%;
}
.mt-\[0\.5em\]{
  margin-top: 0.5em;
}
.mt-\[1\.5em\]{
  margin-top: 1.5em;
}
.mt-\[10\%\]{
  margin-top: 10%;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[1em\]{
  margin-top: 1em;
}
.mt-\[2em\]{
  margin-top: 2em;
}
.mt-\[calc\(\(600-600\*\(1-var\(--scale\)\)\)\*-1px\)\]{
  margin-top: calc((600 - 600 * (1 - var(--scale))) * -1px);
}
.box-border{
  box-sizing: border-box;
}
.box-content{
  box-sizing: content-box;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.size-\[0\]{
  width: 0;
  height: 0;
}
.size-\[128px\]{
  width: 128px;
  height: 128px;
}
.size-\[25px\]{
  width: 25px;
  height: 25px;
}
.size-\[5em\]{
  width: 5em;
  height: 5em;
}
.size-\[6em\]{
  width: 6em;
  height: 6em;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-\[0\.6em\]{
  height: 0.6em;
}
.h-\[1\.5em\]{
  height: 1.5em;
}
.h-\[1000rem\]{
  height: 1000rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[100vh\]{
  height: 100vh;
}
.h-\[2\.5em\]{
  height: 2.5em;
}
.h-\[200vh\]{
  height: 200vh;
}
.h-\[30\%\]{
  height: 30%;
}
.h-\[325px\]{
  height: 325px;
}
.h-\[6em\]{
  height: 6em;
}
.h-\[700px\]{
  height: 700px;
}
.h-\[calc\(5\*1\.5em\)\]{
  height: calc(5 * 1.5em);
}
.h-full{
  height: 100%;
}
.max-h-\[unset\]{
  max-height: unset;
}
.min-h-\[20em\]{
  min-height: 20em;
}
.min-h-\[8em\]{
  min-height: 8em;
}
.\!w-\[28\%\]{
  width: 28% !important;
}
.\!w-full{
  width: 100% !important;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-\[1\.2em\]{
  width: 1.2em;
}
.w-\[1\.5em\]{
  width: 1.5em;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[10em\]{
  width: 10em;
}
.w-\[120\%\]{
  width: 120%;
}
.w-\[1em\]{
  width: 1em;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[20em\]{
  width: 20em;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[2em\]{
  width: 2em;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[32\%\]{
  width: 32%;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[4\.5em\]{
  width: 4.5em;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[48vw\]{
  width: 48vw;
}
.w-\[4em\]{
  width: 4em;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[53\%\]{
  width: 53%;
}
.w-\[55\%\]{
  width: 55%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[8em\]{
  width: 8em;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[95\%\]{
  width: 95%;
}
.w-\[auto\]{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[50px\]{
  min-width: 50px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.flex-center flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.basis-\[800px\]{
  flex-basis: 800px;
}
.border-separate{
  border-collapse: separate;
}
.origin-top-left{
  transform-origin: top left;
}
.-translate-y-0{
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-100\%\]{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-120\%\]{
  --tw-translate-y: -120%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[100\%\]{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  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-0{
  --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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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-\[-90deg\]{
  --tw-rotate: -90deg;
  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-\[270deg\]{
  --tw-rotate: 270deg;
  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-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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-\[1\.1\]{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
.animate-none{
  animation: none;
}
@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-\[10em_1fr\]{
  grid-template-columns: 10em 1fr;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.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;
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.self-stretch{
  align-self: stretch;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[0\.2rem\]{
  border-radius: 0.2rem;
}
.rounded-\[0\.3em\]{
  border-radius: 0.3em;
}
.rounded-\[0\.3rem\]{
  border-radius: 0.3rem;
}
.rounded-\[0\.5em\]{
  border-radius: 0.5em;
}
.rounded-\[10\%\]{
  border-radius: 10%;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[1em\]{
  border-radius: 1em;
}
.rounded-\[2em\]{
  border-radius: 2em;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-\[4px\]{
  border-top-width: 4px;
}
.border-dotted{
  border-style: dotted;
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\]{
  border-color: rgba(255,255,255,0.5);
}
.border-bgGreen{
  --tw-border-opacity: 1;
  border-color: rgb(229 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-2{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(63 171 193 / var(--tw-border-opacity, 1));
}
.border-primaryDark{
  --tw-border-opacity: 1;
  border-color: rgb(0 144 168 / var(--tw-border-opacity, 1));
}
.bg-\[\#252d38\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 45 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EF9F55\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 159 85 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef7fc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5fcfc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(234\2c 249\2c 252\2c 0\.5\)\]{
  background-color: rgb(234,249,252,0.5);
}
.bg-\[rgb\(255\2c 255\2c 255\2c 0\.8\)\]{
  background-color: rgb(255,255,255,0.8);
}
.bg-bgGreen{
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 246 / 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-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
}
.bg-primaryDark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 168 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.fill-gray-500{
  fill: #6b7280;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[0\.1rem\]{
  padding: 0.1rem;
}
.p-\[0\.4rem\]{
  padding: 0.4rem;
}
.p-\[1em\]{
  padding: 1em;
}
.p-\[1em_1\.5em\]{
  padding: 1em 1.5em;
}
.p-\[2em\]{
  padding: 2em;
}
.p-\[4em\]{
  padding: 4em;
}
.p-\[9\%\]{
  padding: 9%;
}
.px-\[0\.2rem\]{
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.px-\[1\.5em\]{
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[1em\]{
  padding-left: 1em;
  padding-right: 1em;
}
.px-\[2\.5em\]{
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[2em\]{
  padding-left: 2em;
  padding-right: 2em;
}
.px-\[3em\]{
  padding-left: 3em;
  padding-right: 3em;
}
.px-\[4em\]{
  padding-left: 4em;
  padding-right: 4em;
}
.py-\[0\.2em\]{
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.py-\[0\.2rem\]{
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.py-\[0\.3em\]{
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.py-\[0\.3rem\]{
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.py-\[0\.4em\]{
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.py-\[0\.5em\]{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.py-\[0\.6em\]{
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.py-\[0\.8em\]{
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.py-\[1\.5em\]{
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[1em\]{
  padding-top: 1em;
  padding-bottom: 1em;
}
.py-\[1rem\]{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[2\.5em\]{
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.py-\[2em\]{
  padding-top: 2em;
  padding-bottom: 2em;
}
.py-\[3\.5em\]{
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.py-\[3em\]{
  padding-top: 3em;
  padding-bottom: 3em;
}
.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pb-0{
  padding-bottom: 0px !important;
}
.\!pl-\[10\%\]{
  padding-left: 10% !important;
}
.\!pt-0{
  padding-top: 0px !important;
}
.\!pt-\[0\.4rem\]{
  padding-top: 0.4rem !important;
}
.\!pt-\[1\.1rem\]{
  padding-top: 1.1rem !important;
}
.pb-\[0\.5em\]{
  padding-bottom: 0.5em;
}
.pb-\[0\.8rem\]{
  padding-bottom: 0.8rem;
}
.pb-\[1\.5em\]{
  padding-bottom: 1.5em;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[1em\]{
  padding-bottom: 1em;
}
.pb-\[1rem\]{
  padding-bottom: 1rem;
}
.pb-\[2em\]{
  padding-bottom: 2em;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[5px\]{
  padding-bottom: 5px;
}
.pl-\[0\.24rem\]{
  padding-left: 0.24rem;
}
.pr-\[0\.3em\]{
  padding-right: 0.3em;
}
.pt-\[0\.2em\]{
  padding-top: 0.2em;
}
.pt-\[0\.5rem\]{
  padding-top: 0.5rem;
}
.pt-\[1\.5em\]{
  padding-top: 1.5em;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[1em\]{
  padding-top: 1em;
}
.pt-\[1rem\]{
  padding-top: 1rem;
}
.pt-\[300px\]{
  padding-top: 300px;
}
.pt-\[450px\]{
  padding-top: 450px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-\[0\.18rem\]{
  font-size: 0.18rem;
}
.text-\[0\.3rem\]{
  font-size: 0.3rem;
}
.text-\[1\.6em\]{
  font-size: 1.6em;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[2em\]{
  font-size: 2em;
}
.text-\[3em\]{
  font-size: 3em;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[800\]{
  font-weight: 800;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.leading-\[1\.2em\]{
  line-height: 1.2em;
}
.leading-\[1\.5em\]{
  line-height: 1.5em;
}
.leading-\[10px\]{
  line-height: 10px;
}
.leading-\[1em\]{
  line-height: 1em;
}
.leading-\[2em\]{
  line-height: 2em;
}
.text-\[\#ddd\]{
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity, 1));
}
.text-\[rgb\(194\2c 217\2c 254\)\]{
  --tw-text-opacity: 1;
  color: rgb(194 217 254 / var(--tw-text-opacity, 1));
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\]{
  color: rgba(255,255,255,0.5);
}
.text-gray-1{
  --tw-text-opacity: 1;
  color: rgb(55 55 55 / var(--tw-text-opacity, 1));
}
.text-gray-2{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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-primary{
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.text-primaryDark{
  --tw-text-opacity: 1;
  color: rgb(0 144 168 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.opacity-\[0\.20\]{
  opacity: 0.20;
}
.opacity-\[0\.8\]{
  opacity: 0.8;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.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-\[0_0_10px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 0 10px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition-\[font-size\]{
  transition-property: font-size;
  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;
}
.delay-0{
  transition-delay: 0s;
}
.delay-100{
  transition-delay: 100ms;
}
.delay-1000{
  transition-delay: 1000ms;
}
.delay-150{
  transition-delay: 150ms;
}
.delay-200{
  transition-delay: 200ms;
}
.delay-300{
  transition-delay: 300ms;
}
.delay-500{
  transition-delay: 500ms;
}
.delay-700{
  transition-delay: 700ms;
}
.delay-75{
  transition-delay: 75ms;
}
.duration-0{
  transition-duration: 0s;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-75{
  transition-duration: 75ms;
}
.ratio-\[16\/9\]{
  position: relative;
}
.ratio-\[16\/9\]::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.ratio-\[16\/9\] > *{
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[3\/2\]{
  position: relative;
}
.ratio-\[3\/2\]::before{
  content: "";
  display: block;
  padding-top: 66.66666666666666%;
}
.ratio-\[3\/2\] > *{
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[3936\/2624\]{
  position: relative;
}
.ratio-\[3936\/2624\]::before{
  content: "";
  display: block;
  padding-top: 66.66666666666666%;
}
.ratio-\[3936\/2624\] > *{
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[5\/5\]{
  position: relative;
}
.ratio-\[5\/5\]::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-\[5\/5\] > *{
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[500\.333\/143\.999\]{
  position: relative;
}
.ratio-\[500\.333\/143\.999\]::before{
  content: "";
  display: block;
  padding-top: 28.780632099022046%;
}
.ratio-\[500\.333\/143\.999\] > *{
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-square{
  position: relative;
}
.ratio-square::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-square > *{
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.\!w-c-\[1\.2rem\]{
  width: calc(1.2rem * var(--scale)) !important;
}
.\!w-c-\[1rem\]{
  width: calc(1rem * var(--scale)) !important;
}
.h-c-\[0\.7em\]{
  height: calc(0.7em * var(--scale));
}
.h-c-\[11em\]{
  height: calc(11em * var(--scale));
}
.h-c-\[800px\]{
  height: calc(800px * var(--scale));
}
.max-size-\[400px\]{
  max-width: 400px;
  max-height: 400px;
}
.max-size-\[unset\]{
  max-width: unset;
  max-height: unset;
}
.mb-c-\[100px\]{
  margin-bottom: calc(100px * var(--scale));
}
.mb-c-\[15px\]{
  margin-bottom: calc(15px * var(--scale));
}
.mb-c-\[1rem\]{
  margin-bottom: calc(1rem * var(--scale));
}
.mb-c-\[50px\]{
  margin-bottom: calc(50px * var(--scale));
}
.min-size-\[500px\]{
  min-width: 500px;
  min-height: 500px;
}
.mr-c-\[15px\]{
  margin-right: calc(15px * var(--scale));
}
.mt-c-\[3em\]{
  margin-top: calc(3em * var(--scale));
}
.mt-c-\[50px\]{
  margin-top: calc(50px * var(--scale));
}
.p-c-\[30px\]{
  padding: calc(30px * var(--scale));
}
.p-c-\[60px\]{
  padding: calc(60px * var(--scale));
}
.pb-c-\[1\.5rem\]{
  padding-bottom: calc(1.5rem * var(--scale));
}
.pb-c-\[2rem\]{
  padding-bottom: calc(2rem * var(--scale));
}
.pb-c-\[3\.5em\]{
  padding-bottom: calc(3.5em * var(--scale));
}
.pt-c-\[1\.5em\]{
  padding-top: calc(1.5em * var(--scale));
}
.pt-c-\[1\.5rem\]{
  padding-top: calc(1.5rem * var(--scale));
}
.pt-c-\[100px\]{
  padding-top: calc(100px * var(--scale));
}
.px-c-\[4em\]{
  padding-left: calc(4em * var(--scale));
  padding-right: calc(4em * var(--scale));
}
.px-c-\[50px\]{
  padding-left: calc(50px * var(--scale));
  padding-right: calc(50px * var(--scale));
}
.py-c-\[2rem\]{
  padding-top: calc(2rem * var(--scale));
  padding-bottom: calc(2rem * var(--scale));
}
.py-c-\[3em\]{
  padding-top: calc(3em * var(--scale));
  padding-bottom: calc(3em * var(--scale));
}
.py-c-\[5em\]{
  padding-top: calc(5em * var(--scale));
  padding-bottom: calc(5em * var(--scale));
}
.size-c-\[5em\]{
  width: calc(5em * var(--scale));
  height: calc(5em * var(--scale));
}
.text-c-\[0\.16rem\]{
  font-size: calc(0.16rem * var(--scale));
}
.text-c-\[0\.18rem\]{
  font-size: calc(0.18rem * var(--scale));
}
.text-c-\[0\.8rem\]{
  font-size: calc(0.8rem * var(--scale));
}
.text-c-\[1\.2em\]{
  font-size: calc(1.2em * var(--scale));
}
.text-c-\[12px\]{
  font-size: calc(12px * var(--scale));
}
.text-c-\[16px\]{
  font-size: calc(16px * var(--scale));
}
.text-c-\[18px\]{
  font-size: calc(18px * var(--scale));
}
.text-c-\[20px\]{
  font-size: calc(20px * var(--scale));
}
.text-c-\[30px\]{
  font-size: calc(30px * var(--scale));
}
.text-c-\[45px\]{
  font-size: calc(45px * var(--scale));
}
.text-px-rem-c-\[0\.16rem\]{
  font-size: calc(0.16rem / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[14px\]{
  font-size: calc(14 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[16px\]{
  font-size: calc(16 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[18px\]{
  font-size: calc(18 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[20px\]{
  font-size: calc(20 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[48px\]{
  font-size: calc(48 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[56px\]{
  font-size: calc(56 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.w-c-\[25em\]{
  width: calc(25em * var(--scale));
}
.w-c-\[4em\]{
  width: calc(4em * var(--scale));
}
.w-c-\[6em\]{
  width: calc(6em * var(--scale));
}
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-row-\[0\.5em\]{
  display: flex;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.layout-row-\[0\.5em\]>.col{
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.layout-row-\[0\.75em\]{
  display: flex;
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.layout-row-\[0\.75em\]>.col{
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.layout-row-\[1\.5em\]{
  display: flex;
  margin-left: -1.5em;
  margin-right: -1.5em;
}
.layout-row-\[1\.5em\]>.col{
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.layout-row-\[1em\]{
  display: flex;
  margin-left: -1em;
  margin-right: -1em;
}
.layout-row-\[1em\]>.col{
  padding-left: 1em;
  padding-right: 1em;
}
.layout-row-\[2em\]{
  display: flex;
  margin-left: -2em;
  margin-right: -2em;
}
.layout-row-\[2em\]>.col{
  padding-left: 2em;
  padding-right: 2em;
}
.container {
    max-width: var(--max-container-width);
    width: 90%;
  }
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-clip{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-primary-2{
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.module-padding{
  padding-top: calc(0.8rem * var(--scale));
  padding-bottom: calc(0.8rem * var(--scale));
}
.module-header-bottom{
  padding-bottom: 3em;
}
.module-header-pb{
  padding-bottom: calc(80px * var(--scale));
}
.common_animate{
  visibility: hidden;
  transition-property: transform,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.5s;
}
.liuyan-form .item label,
  .liuyan-form .item .zhshixian label{
  bottom: 0px;
  font-size: 0.18rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
}
.liuyan-form .item label.on{
  bottom: 0.3rem;
  font-size: 0.12rem;
}
.liuyan-form .item .zhshixian{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
}
.liuyan-form .item .zhshixian.on{
  width: 100%;
}
.\[font-size\:unset\]{
  font-size: unset;
}
form.message-form{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: calc(0.5rem * var(--scale));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form.message-form .form-item{
  margin-bottom: 1.5em;
  width: 48%;
  flex-shrink: 0;
  text-align: justify;
}
@media (max-width: 768px){
  form.message-form .form-item{
    width: 100%;
  }
}
form.message-form .form-item label{
  font-size: calc(20px * var(--scale));
}
@media (max-width: 768px){
  form.message-form .form-item label{
    font-size: 14px;
  }
}
form.message-form .form-item label{
  margin-bottom: 0.5em;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px){
  form.message-form .form-item label{
    font-size: calc(18px * var(--scale));
  }
  @media (max-width: 768px){
    form.message-form .form-item label{
      font-size: 12px;
    }
  }
}
form.message-form .form-item .select-box,
form.message-form .form-item input,
form.message-form .form-item select,
form.message-form .form-item textarea{
  width: 100%;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
form.message-form .form-item select{
  height: 100%;
}
form.message-form .form-item .mz {
    font-size: var(--font-size-4);
  }
@media (max-width: 768px){
  form.message-form .form-item .mz{
    font-size: calc(20px * var(--scale));
  }
  @media (max-width: 768px){
    form.message-form .form-item .mz{
      font-size: 14px;
    }
  }
}
form.message-form .form-item .button{
  position: relative;
  overflow: hidden;
    font-size: var(--font-size-4);
}
form.message-form .form-item .button flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
form.message-form .form-item .button{
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 205 204 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 205 204 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-top: calc(0.8em * var(--scale));
  padding-bottom: calc(0.8em * var(--scale));
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
}
form.message-form .form-item .button .anim{
  position: absolute;
  top: 50%;
  left: -100%;
  z-index: 0;
  height: calc(100% - 2px);
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 0px;
  background-color: rgb(234,249,252,1);
}
form.message-form .form-item .button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 205 204 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 205 204 / var(--tw-text-opacity, 1));
}
@keyframes hover-anim {
  0%{
    left: -50%;
  }
  100%{
    left: 50%;
  }
}
@keyframes unhover-anim {
  0%{
    left: 50%;
  }
  100%{
    left: 150%;
  }
}
form.message-form .form-item .select-box{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 1.5em;
}

.encircle-highlight{
  z-index: 1000 !important;
  --tw-border-opacity: 1;
  border-color: rgb(234 249 252 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(234 249 252 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 768px){
  #toolbar{
    display: none;
  }
}

.module-contact ul{
  display: flex;
  flex-wrap: wrap;
  padding-left: calc(3em * var(--scale));
  padding-right: calc(3em * var(--scale));
}

@media (max-width: 768px){
  .module-contact ul{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.module-contact ul{
  margin: -0.5em;
}
.module-contact ul li{
  font-size: calc(18px * var(--scale));
}
@media (max-width: 768px){
  .module-contact ul li{
    font-size: 12px;
  }
}
.module-contact ul li{
  padding: 0.5em;
}
.module-contact ul li:nth-child(-n+2) .layout-box > div{
  max-width: 69%;
}
@media (max-width: 768px){
  .module-contact ul li:nth-child(-n+2) .layout-box > div{
    max-width: 100%;
  }
}
.module-contact ul li:nth-child(-n+2){
  width: 100%;
}
.module-contact ul li:nth-child(-n+2) .layout-box {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
@media (max-width: 768px){
  .module-contact ul li:nth-child(-n+2) .layout-box{
    width: 100%;
    background-image: none !important;
    background-size: auto 85%;
  }
}
.module-contact ul li:nth-child(n+3){
  width: 50%;
}
@media (max-width: 768px){
  .module-contact ul li:nth-child(n+3){
    width: 100%;
  }
}
.module-contact ul li:nth-child(n+3) .layout-box{
  height: 100%;
  padding-bottom: 190px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
@media (max-width: 768px){
  .module-contact ul li:nth-child(n+3) .layout-box{
    padding-bottom: calc(190px * var(--scale));
  }
}
.module-contact ul li .layout-box{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding-top: calc(2em * var(--scale));
  padding-bottom: calc(2em * var(--scale));
  padding-left: calc(2em * var(--scale));
  padding-right: calc(2em * var(--scale));
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  background-blend-mode: multiply;
}
.module-contact ul li .layout-box > div{
  max-width: 85%;
}
@media (max-width: 768px){
  .module-contact ul li .layout-box > div{
    width: 100%;
    max-width: 100%;
  }
}
.module-contact ul li .layout-box::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-bottom-width: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(63 171 193 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
  width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.module-contact ul li .layout-box:hover::after{
  width: 100%;
}
.module-contact ul li .title{
  font-weight: 700;
  font-size: calc(22px * var(--scale));
}
@media (max-width: 768px){
  .module-contact ul li .title{
    font-weight: 700;
    font-size: calc(30px * var(--scale));
  }
}
.module-contact ul li .content{
  font-size: calc(18px * var(--scale));
}
@media (max-width: 768px){
  .module-contact ul li .content{
    font-size: 12px;
  }
}
.module-contact ul li .content{
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 768px){
  .lt-md\:title-2{
    font-weight: 700;
    font-size: calc(30px * var(--scale));
  }
  .lt-md\:desc-1{
    font-size: calc(18px * var(--scale));
  }
  @media (max-width: 768px){
    .lt-md\:desc-1{
      font-size: 12px;
    }
  }
  .lt-md\:desc-2{
    font-size: calc(20px * var(--scale));
  }
  @media (max-width: 768px){
    .lt-md\:desc-2{
      font-size: 14px;
    }
  }
}
.first\:border-r:first-child{
  border-right-width: 1px;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:mr-0:last-child{
  margin-right: 0px;
}
.last\:w-full:last-child{
  width: 100%;
}
.last\:border-b:last-child{
  border-bottom-width: 1px;
}
.last\:border-t:last-child{
  border-top-width: 1px;
}
.hover\:translate-x-\[-0\.5em\]:hover{
  --tw-translate-x: -0.5em;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:translate-y-\[-0\.5em\]:hover{
  --tw-translate-y: -0.5em;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:translate-y-\[-20px\]:hover{
  --tw-translate-y: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-bgGreen:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#fff\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.hover\:shadow-\[10px_10px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]:hover{
  --tw-shadow: 10px 10px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 10px 10px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:text-primary:active{
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:scale-\[1\.1\]{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:fill-primary{
  fill: #3fabc1;
}
.group:hover .group-hover\:fill-primaryDark{
  fill: rgb(0,144,168);
}
.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px){
  .lt-md\:static{
    position: static;
  }
  .lt-md\:\!top-\[15\%\]{
    top: 15% !important;
  }
  .lt-md\:left-\[50\%\]{
    left: 50%;
  }
  .lt-md\:top-\[-15vw\]{
    top: -15vw;
  }
  .lt-md\:top-\[0\%\]{
    top: 0%;
  }
  .lt-md\:top-\[8\%\]{
    top: 8%;
  }
  .lt-md\:mx-\[1\.5em\]{
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .lt-md\:mb-0{
    margin-bottom: 0px;
  }
  .lt-md\:mb-\[1\.5em\]{
    margin-bottom: 1.5em;
  }
  .lt-md\:mb-\[15px\]{
    margin-bottom: 15px;
  }
  .lt-md\:mb-\[1em\]{
    margin-bottom: 1em;
  }
  .lt-md\:mb-\[2em\]{
    margin-bottom: 2em;
  }
  .lt-md\:ml-0{
    margin-left: 0px;
  }
  .lt-md\:mr-0{
    margin-right: 0px;
  }
  .lt-md\:mr-\[0\]{
    margin-right: 0;
  }
  .lt-md\:mr-\[1em\]{
    margin-right: 1em;
  }
  .lt-md\:mt-\[50px\]{
    margin-top: 50px;
  }
  .lt-md\:block{
    display: block;
  }
  .lt-md\:flex{
    display: flex;
  }
  .lt-md\:\!hidden{
    display: none !important;
  }
  .lt-md\:hidden{
    display: none;
  }
  .lt-md\:h-\[10em\]{
    height: 10em;
  }
  .lt-md\:h-\[60px\]{
    height: 60px;
  }
  .lt-md\:min-h-\[unset\]{
    min-height: unset;
  }
  .lt-md\:\!w-\[15vw\]{
    width: 15vw !important;
  }
  .lt-md\:\!w-\[60\%\]{
    width: 60% !important;
  }
  .lt-md\:\!w-auto{
    width: auto !important;
  }
  .lt-md\:w-\[3em\]{
    width: 3em;
  }
  .lt-md\:w-\[4\.5em\]{
    width: 4.5em;
  }
  .lt-md\:w-\[40\%\]{
    width: 40%;
  }
  .lt-md\:w-\[50\%\]{
    width: 50%;
  }
  .lt-md\:w-\[60\%\]{
    width: 60%;
  }
  .lt-md\:w-\[76vw\]{
    width: 76vw;
  }
  .lt-md\:w-\[auto\]{
    width: auto;
  }
  .lt-md\:w-full{
    width: 100%;
  }
  .lt-md\:flex-center flex{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lt-md\:\!translate-x-\[-10px\]{
    --tw-translate-x: -10px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
  .lt-md\:-translate-x-\[50\%\]{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lt-md\:rotate-90{
    --tw-rotate: 90deg;
    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));
  }
  .lt-md\:flex-col{
    flex-direction: column;
  }
  .lt-md\:flex-wrap{
    flex-wrap: wrap;
  }
  .lt-md\:items-start{
    align-items: flex-start;
  }
  .lt-md\:items-center{
    align-items: center;
  }
  .lt-md\:justify-start{
    justify-content: flex-start;
  }
  .lt-md\:justify-center{
    justify-content: center;
  }
  .lt-md\:self-center{
    align-self: center;
  }
  .lt-md\:border-b{
    border-bottom-width: 1px;
  }
  .lt-md\:\!bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  }
  .lt-md\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\]{
    background-color: rgba(255,255,255,0.5);
  }
  .lt-md\:p-\[1em_2em\]{
    padding: 1em 2em;
  }
  .lt-md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lt-md\:px-\[2em\]{
    padding-left: 2em;
    padding-right: 2em;
  }
  .lt-md\:py-\[0\]{
    padding-top: 0;
    padding-bottom: 0;
  }
  .lt-md\:py-\[0em\]{
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .lt-md\:py-\[2em\]{
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .lt-md\:pt-0{
    padding-top: 0px;
  }
  .lt-md\:pt-\[20px\]{
    padding-top: 20px;
  }
  .lt-md\:text-left{
    text-align: left;
  }
  .lt-md\:text-center{
    text-align: center;
  }
  .lt-md\:text-\[1\.2em\]{
    font-size: 1.2em;
  }
  .lt-md\:text-\[12px\]{
    font-size: 12px;
  }
  .lt-md\:text-\[14px\]{
    font-size: 14px;
  }
  .lt-md\:leading-\[1\.2em\]{
    line-height: 1.2em;
  }
  .lt-md\:shadow-\[0px_0px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
    --tw-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lt-md\:min-size-\[unset\]{
    min-width: unset;
    min-height: unset;
  }
  .lt-md\:pt-c-\[2em\]{
    padding-top: calc(2em * var(--scale));
  }
  .lt-md\:flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lt-md\:layout-row-\[0\]{
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
  .lt-md\:layout-row-\[0\]>.col{
    padding-left: 0;
    padding-right: 0;
  }
  .lt-md\:layout-row-\[1em\]{
    display: flex;
    margin-left: -1em;
    margin-right: -1em;
  }
  .lt-md\:layout-row-\[1em\]>.col{
    padding-left: 1em;
    padding-right: 1em;
  }
  .lt-md\:flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lt-md\:first\:border-r-\[0\]:first-child{
    border-right-width: 0;
  }
}
@media (max-width: 480px){
  .lt-xs\:\!hidden{
    display: none !important;
  }
}