@import url(https://i.icomoon.io/public/98d637314a/Debby-m000460/style.css);
/*
! tailwindcss v3.4.10 | 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] {
  display: none;
}/*標題：有固定的大小、粗細、行高*/.h1{
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 2.3px;
  color: var(--m-body-color);
        font-size: clamp(2rem, 1.5078rem + 1.3672vw, 2.875rem); /* 46px → 32px */
}.h2{
  font-weight: 700;
  letter-spacing: 10%;
  color: var(--m-body-color);
        font-size: clamp(1.75rem, 1.5391rem + 0.5859vw, 2.125rem); /* 34px → 28px */
}.h3{
  font-size: clamp(1.25rem, 1.0192rem + 0.641vw, 1.5rem);
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 10%;
}.h4{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */
}.pBase { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }/* .txtBox {        
        .pBase:not(:last-child)  {
            @apply mb-[1.2em]
        }        
    } */ul.pBase li{
  position: relative;
}:is(ul.pBase li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul.pBase li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}/*h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        @apply font-bold;
    }
    h1,
    .h1 {
        @apply text-5xl  leading-tight;
    }
    h2,
    .h2 {
        @apply text-[25px]  leading-tight;
    }
    h3,
    .h3 {
        @apply text-4xl  leading-tight;
    }
    h4,
    .h4 {
        @apply text-4xl  leading-tight;
    }
    h5,
    .h5 {
        @apply text-4xl  leading-tight;
    }
    h6,
    .h6 {
        @apply text-4xl  leading-tight;
    }*/:root {
        /*主體：預設文字（顏色）*/
        /*黑*/
        --m-body-color: rgba(22, 20, 20, 1); /* #161414 */

        /*主體：預設背景（顏色）和背景，包括元件*/
        //--m-body: rgba(255, 255, 255);

        /*主色*/ /*綠色*/
        --m-primary-rgb: 125 193 25; /* #7DC119 */

        /* 次要色 */
        /*深灰 - 字*/
        --m-secondary-dark-rgb: 83 83 83; /* #535353 */
        
        /*灰 - 字*/
        --m-secondary-rgb: 180 179 179; /* #B4B3B3 */

        /*灰30% - 線色*/
        --m-lineColor-rgb: 204 204 204; /* #CCCCCC */

        /*淺灰 - 色塊背景*/
        --m-secondary-light-rgb: 241 241 241; /* #F1F1F1 */   
        
        /* 第三級顏色 */
        /*藍灰(footer底)*/
        --m-tertiary-rgb: 31 36 46; /* #1F242E */

        --headerH: 100px;
        --sidePadding: 3rem;
    }@media (max-width: 1599px) {

    :root {
            --headerH: 80px;
    }
        }@media (max-width: 767px) {

    :root {
            --headerH: 75px;
            --sidePadding: 30px;
    }
        }/* @media (max-width: 393px) {
            --headerH: 60px;
            --sidePadding: 20px;
        }         */html{
  font-family: Noto Sans TC Variable, sans-serif;
}*, ::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:  ;
}.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}@media (min-width: 393px){.container{
    max-width: 393px;
  }
}@media (min-width: 425px){.container{
    max-width: 425px;
  }
}@media (min-width: 576px){.container{
    max-width: 576px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 992px){.container{
    max-width: 992px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1100px){.container{
    max-width: 1100px;
  }
}@media (min-width: 1200px){.container{
    max-width: 1200px;
  }
}@media (min-width: 1300px){.container{
    max-width: 1300px;
  }
}@media (min-width: 1400px){.container{
    max-width: 1400px;
  }
}@media (min-width: 1500px){.container{
    max-width: 1500px;
  }
}@media (min-width: 1560px){.container{
    max-width: 1560px;
  }
}@media (min-width: 1600px){.container{
    max-width: 1600px;
  }
}@media (min-width: 1700px){.container{
    max-width: 1700px;
  }
}@media (min-width: 1800px){.container{
    max-width: 1800px;
  }
}@media (min-width: 1900px){.container{
    max-width: 1900px;
  }
}body{
  font-family: Noto Sans TC Variable, sans-serif;
}.clipped-image {

        /* 預設四個角都不切 (偏移量為 0) */
        --cut-top-left: 0px;
        --cut-top-right: 0px;
        --cut-bottom-right: 0px;
        --cut-bottom-left: 0px;

        /* 八個頂點的萬能多邊形 */
        clip-path: polygon(
            /* 左上角兩個點 */
            0% var(--cut-top-left), 
            var(--cut-top-left) 0%,
            
            /* 右上角兩個點 */
            calc(100% - var(--cut-top-right)) 0%, 
            100% var(--cut-top-right),
            
            /* 右下角兩個點 */
            100% calc(100% - var(--cut-bottom-right)), 
            calc(100% - var(--cut-bottom-right)) 100%,
            
            /* 左下角兩個點 */
            var(--cut-bottom-left) 100%, 
            0% calc(100% - var(--cut-bottom-left))
        );
    }.edidor{
  overflow: hidden;
}.mainBox{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(var(--pageW) + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
}.titEn{
  position: relative;
  margin-bottom: 15px;
  font-family: Jost Variable, sans-serif;
  font-size: clamp(1.25rem, 1.0192rem + 0.641vw, 1.5rem);
  line-height: 1.6em;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}@media not all and (min-width: 1200px){.titEn{
    margin-left: 60px;
  }
}.titEn:is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.titEn:before{
  position: absolute;
  left: -60px;
  top: 50%;
  height: 1px;
  width: 36px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.page-banner {
        --pageW: 1480px;
    }@media (max-width: 576px) {

    .page-banner {
            --sidePadding: 15px;
    }
        }.page-banner{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .page-banner{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-banner{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-banner{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-banner{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-banner{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-banner{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){
            .page-banner .bannerBg:is(.formBtn .btn){
    --tw-border-opacity: 1;
    border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
    color: var(--m-body-color);
  }
            .page-banner .bannerBg:is(.formBtn .btn):hover{
    --tw-border-opacity: 1;
    border-color: rgb(80 150 38 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
            .page-banner .bannerBg{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}.page-banner  > .mainBox{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .page-banner  > .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-banner  > .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-banner  > .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-banner  > .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-banner  > .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-banner  > .mainBox{
    flex-direction: column;
  }
}:is(.page-banner .imgBox) img{
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 768px){:is(.page-banner .imgBox) img{
    min-height: 550px;
  }
}.page-banner .page-breadcrumb{
  position: absolute;
  right: 0px;
  bottom: 60px;
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px){.page-banner .page-breadcrumb{
    bottom: 120px;
  }
}.page-banner .title {
            --cut-top-left: 40px;
            --cut-bottom-right: 40px;
        }@media (max-width: 768px) {
        .page-banner .title {
                --cut-top-left: 15px;
                --cut-bottom-right: 15px;
        } 
            }.page-banner .title{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  margin-left: var(--sidePadding);
  height: 53px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 10%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .page-banner .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-banner .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-banner .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-banner .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-banner .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-banner .title{
    flex-direction: column;
  }
}@media (min-width: 768px){.page-banner .title{
    height: 100px;
    width: 250px;
    font-size: 26px;
  }
}@media (min-width: 1500px){.page-banner .title{
    height: 125px;
    width: 300px;
    font-size: 30px;
  }
}.page-banner .title {
            background: linear-gradient(105deg, #94D622 7.73%, #69AB21 63.37%, #5EA11B 119.01%, #468E2D 174.65%);
        }.banner-title{
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-section-2 .txtBox) .banner-title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .banner-title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .banner-title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .banner-title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .banner-title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .banner-title{
    flex-direction: column;
  }
}@media (min-width: 768px){.banner-title{
    margin-bottom: 70px;
  }
}.banner-title .txt{
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 576px){.banner-title .txt{
    font-size: 20px;
    line-height: 1.6em;
  }
}.banner-title .tit{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 576px){.banner-title .tit{
    font-size: 28px;
  }
}.banner-title:is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.banner-title:is(.formBtn .btn):hover:after{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.banner-title:after{
  position: absolute;
  bottom: -30px;
  height: 1px;
  width: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 768px){.banner-title:after{
    bottom: -47px;
  }
}.bannerBg {
        --w: 81px;
        --h: 76px;
    }@media (max-width: 768px) {

    .bannerBg {
            --w: 83px;
            --h: 35px;
    }
        }.bannerBg:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.bannerBg:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.bannerBg{
  position: absolute;
  bottom: -1px;
  right: 0px;
  z-index: 10;
  height: var(--h);
  width: calc(100% - var(--sidePadding));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}@media (min-width: 768px){.bannerBg{
    width: 88%;
  }
}.bannerBg {

        clip-path: polygon(
            /* 左上角兩個點 */
            0% var(--h), var(--w) 0%,
            
            /* 右上角兩個點 */
            100% 0%, 100% 0,
            
            /* 右下角兩個點 */
            100% 100%, 100% 100%,
            
            /* 左下角兩個點 */
            0 100%, 0% 100%
        );
    }.page-inner{
  position: relative;
  z-index: 10;
}.sameBg{
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: -35px;
}@media (min-width: 768px){.sameBg{
    top: -76px;
  }
}.sameBg {
        mix-blend-mode: multiply;
    }.page-nav{
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 100;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--m-body-color);
}:is(.index-section-2 .txtBox) .page-nav{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-nav{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-nav{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-nav{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-nav{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-nav{
    flex-direction: column;
  }.page-nav{
    --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));
  }
}@media (min-width: 768px){.page-nav{
    bottom: 20px;
    left: 380px;
    -moz-column-gap: 62px;
         column-gap: 62px;
    font-size: 20px;
    line-height: 1.6em;
  }
}@media (min-width: 1500px){.page-nav{
    left: 420px;
  }
}.page-nav a{
  position: relative;
  display: flex;
  justify-content: center;
  transition-duration: 500ms;
}:is(.index-section-2 .txtBox) .page-nav a{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-nav a{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-nav a{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-nav a{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-nav a{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-nav a{
    flex-direction: column;
  }
}:is(.page-nav a):is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(.page-nav a):before{
  position: absolute;
  bottom: -8px;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 768px){:is(.page-nav a):before{
    bottom: -13px;
  }
}:is(.page-nav a):hover,.active:is(.page-nav a){
  font-weight: 700;
}.\!active:is(.page-nav a){
  font-weight: 700;
}:is(:is(.page-nav a):hover,.active:is(.page-nav a)):before{
  width: 100%;
}:is(:is(.page-nav a):hover,.\!active:is(.page-nav a)):before{
  width: 100%;
}.page-navList{
  position: relative;
  z-index: 100;
  margin-bottom: 63px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  padding-bottom: 35px;
  padding-top: 35px;
}@media (min-width: 576px){.page-navList{
    padding-bottom: 45px;
  }
}@media (min-width: 992px){.page-navList{
    padding-top: 45px;
  }
}.page-navList  > .mainBox{
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .page-navList  > .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-navList  > .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-navList  > .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-navList  > .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-navList  > .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-navList  > .mainBox{
    flex-direction: column;
  }
}.page-navList .swiper{
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
}@media (min-width: 992px){.page-navList .swiper{
    margin-left: 50px;
    margin-right: 50px;
  }
}.page-navList .arrow{
  top: 35px;
  align-self: flex-start;
}@media (min-width: 992px){.page-navList .arrow{
    top: 45px;
  }
}.page-navList .item{
  flex-direction: column;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .page-navList .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-navList .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-navList .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-navList .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-navList .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-navList .item{
    flex-direction: column;
  }
}:is(.page-navList .item) .img:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.page-navList .item) .img:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.page-navList .item) .img{
  position: relative;
  margin-bottom: 20px;
  width: 90px;
  height: 90px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.page-navList .item) .img{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.page-navList .item) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.page-navList .item) .img{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.page-navList .item) .img{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.page-navList .item) .img{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.page-navList .item) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.page-navList .item) .img{
    width: 110px;
    height: 110px;
  }
}@media (min-width: 1200px){:is(.page-navList .item) .img{
    margin-bottom: 35px;
  }
}:is(.page-navList .item) .img {
                box-shadow: 10px 10px 30px 0 rgba(29, 138, 40, 0.15);            
            }@media (max-width: 991px) {
            :is(.page-navList .item) .img {
                    box-shadow: 0px 5px 20px -10px rgb(29 138 40 / 61%);            
            }
                }:is(:is(.page-navList .item) .img):before{
  position: absolute;
  z-index: -10;
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 9999px;
  opacity: 0;
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 992px){:is(:is(.page-navList .item) .img):before{
    width: 110px;
    height: 110px;
  }
}:is(:is(.page-navList .item) .img):before {
                    background: linear-gradient(146deg, #535353 31.35%, #848484 69.4%);
                }:is(:is(.page-navList .item) .img) i{
  font-size: 40px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  transition-duration: 500ms;
}@media (min-width: 992px){:is(:is(.page-navList .item) .img) i{
    font-size: 50px;
  }
}:is(.page-navList .item) .txt{
  width: 7em;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
  transition-duration: 500ms;
}@media (min-width: 992px){:is(.page-navList .item) .txt{
    width: 175px;
  }
}:is(:is(.page-navList .item):hover,.active:is(.page-navList .item)) .img{
  border-color: transparent;
  background-color: transparent;
}:is(:is(.page-navList .item):hover,.\!active:is(.page-navList .item)) .img{
  border-color: transparent;
  background-color: transparent;
}:is(:is(:is(.page-navList .item):hover,.active:is(.page-navList .item)) .img):before{
  opacity: 1;
}:is(:is(:is(.page-navList .item):hover,.\!active:is(.page-navList .item)) .img):before{
  opacity: 1;
}:is(:is(:is(.page-navList .item):hover,.active:is(.page-navList .item)) .img) i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.page-navList .item):hover,.\!active:is(.page-navList .item)) .img) i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.page-navList .item):hover,.active:is(.page-navList .item)) .txt{
  color: var(--m-body-color);
}:is(:is(.page-navList .item):hover,.\!active:is(.page-navList .item)) .txt{
  color: var(--m-body-color);
}.page-titBox{
  margin-bottom: 50px;
  flex-direction: column;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .page-titBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-titBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-titBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-titBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-titBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-titBox{
    flex-direction: column;
  }.page-titBox{
    padding-top: 50px;
  }
}@media (min-width: 768px){.page-titBox{
    margin-bottom: 70px;
  }
}.page-titBox .titEn{
  margin-left: 0px;
}@media not all and (min-width: 768px){.page-titBox .titEn{
    margin-bottom: 0px;
  }
}:is(.page-titBox .titEn):before{
  --tw-content: none;
  content: var(--tw-content);
}.page-titBox .tit{
  margin-bottom: 10px;
}@media (min-width: 768px){.page-titBox .tit{
    margin-bottom: 28px;
  }
}.arrowBox{
  display: flex;
  align-items: center;
}:is(.index-section-2 .txtBox) .arrowBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .arrowBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .arrowBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .arrowBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .arrowBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .arrowBox{
    flex-direction: column;
  }
}.swiper-arrow-next,
    .swiper-arrow-prev{
  position: relative;
  width: var(--arrow);
  height: var(--arrow);
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .swiper-arrow-next,:is(.index-section-2 .txtBox) 
    .swiper-arrow-prev{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .swiper-arrow-next,:is(.index-section-2 .txtBox) 
    .swiper-arrow-prev{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .swiper-arrow-next,:is(.index-section-2 .txtBox) 
    .swiper-arrow-prev{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .swiper-arrow-next,:is(:is(.index-section-3 .txtBox) .titBox)  > 
    .swiper-arrow-prev{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .swiper-arrow-next,:is(:is(.index-section-4 .mainBox) .txtBox)  > 
    .swiper-arrow-prev{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .swiper-arrow-next,:is(:is(.index-section-4 .mainBox) .txtBox)  > 
    .swiper-arrow-prev{
    flex-direction: column;
  }
}:is(.index-section-2 .txtBox) .swiper-arrow-next,:is(.index-section-2 .txtBox) 
    .swiper-arrow-prev{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .swiper-arrow-next,:is(.index-section-2 .txtBox) 
    .swiper-arrow-prev{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .swiper-arrow-next,:is(.index-section-2 .txtBox) 
    .swiper-arrow-prev{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .swiper-arrow-next,:is(:is(.index-section-3 .txtBox) .titBox)  > 
    .swiper-arrow-prev{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .swiper-arrow-next,:is(:is(.index-section-4 .mainBox) .txtBox)  > 
    .swiper-arrow-prev{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .swiper-arrow-next,:is(:is(.index-section-4 .mainBox) .txtBox)  > 
    .swiper-arrow-prev{
    flex-direction: column;
  }
}.swiper-arrow-next:hover,
    .swiper-arrow-prev:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(.swiper-arrow-next,.swiper-arrow-prev):after{
  font-family: icomoon;
}.swiper-button-disabled:is(.swiper-arrow-next,.swiper-arrow-prev){
  pointer-events: none;
  opacity: 0.3;
}.swiper-arrow-prev:after{
  --tw-content: "\e906";
  content: var(--tw-content);
}.swiper-arrow-next:after{
  --tw-content: "\e905";
  content: var(--tw-content);
}.minBanner {
        --bgH:347px;
    }@media (max-width: 992px) {

    .minBanner {
            --bgH: 300px;
    }
        }.minBanner{
  position: relative;
  margin-top: var(--headerH);
  min-height: var(--bgH);
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .minBanner{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .minBanner{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .minBanner{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .minBanner{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .minBanner{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .minBanner{
    flex-direction: column;
  }
}.minBanner {
        background: linear-gradient(0deg, #F4F4F4 48.27%, #E7E7E7 100%);
    }.minBanner .bg {
            --cut-top-right: 77px;
        }.minBanner .bg:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.minBanner .bg:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.minBanner .bg{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40px;
  width: 85%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}@media (min-width: 992px){.minBanner .bg{
    height: 77px;
  }
}.minBanner .page-breadcrumb{
  margin-bottom: 8px;
}:is(.minBanner .page-breadcrumb) .breadcrumb-nav{
  text-align: center;
}:is(.minBanner .page-breadcrumb) li,:is(.minBanner .page-breadcrumb) li.active,:is(.minBanner .page-breadcrumb) a{
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
}:is(.minBanner .page-breadcrumb) li.\!active{
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
}.minBanner .banner-mainBox {
            --pageW: 1000px;
            position: relative;
        }@media (min-width: 992px){.minBanner .banner-mainBox{
    padding-bottom: 70px;
  }
}.minBanner .imgBox{
  position: absolute;
  top: 0px;
  left: 0px;
}.minBanner .tit{
  font-weight: 700;
  letter-spacing: 10%;
  color: var(--m-body-color);
        font-size: clamp(1.75rem, 1.5391rem + 0.5859vw, 2.125rem); /* 34px → 28px */ margin-bottom: 0.5rem;
}:is(:is(:is(.SmartAccess-section-1 .txtBox) .title) .box) .minBanner .tit{
  line-height: 1;
}:is(.SmartAccess-section-4 .title) .minBanner .tit{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.minBanner .date{
  font-family: Jost Variable, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-rgb) / var(--tw-text-opacity));
}.form:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.form:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.form{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}.form .row{
  display: flex;
}:is(.index-section-2 .txtBox) .form .row{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .form .row{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .form .row{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .form .row{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .form .row{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .form .row{
    flex-direction: column;
  }
}@media not all and (min-width: 992px){.form .row{
    flex-direction: column;
  }
}@media (min-width: 992px){.form .row{
    gap: 40px;
  }
}.form .input-group{
  margin-bottom: 15px;
  display: flex;
  width: 100%;
  flex-direction: column;
}:is(.index-section-2 .txtBox) .form .input-group{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .form .input-group{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .form .input-group{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .form .input-group{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .form .input-group{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .form .input-group{
    flex-direction: column;
  }
}@media (min-width: 576px){.form .input-group{
    margin-bottom: 20px;
  }
}.form .gridRow{
  display: flex;
  row-gap: 3px;
}:is(.index-section-2 .txtBox) .form .gridRow{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .form .gridRow{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .form .gridRow{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .form .gridRow{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .form .gridRow{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .form .gridRow{
    flex-direction: column;
  }
}@media not all and (min-width: 576px){.form .gridRow{
    flex-direction: column;
  }
}@media (min-width: 576px){.form .gridRow{
    align-items: center;
    row-gap: 10px;
  }
}.form .form-lable{
  width: 6em;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 30px;
  line-height: 1.6em;
  letter-spacing: 0.9px;
}.required:is(.form .form-lable):after{
  padding-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  --tw-content: '*';
  content: var(--tw-content);
}.form .form-input{
  height: 45px;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-rgb) / var(--tw-border-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1em;
  padding-right: 1em;
  outline-width: 0px;
}@media (min-width: 576px){.form .form-input{
    height: 55px;
  }
}.form .form-input {
            font-size: clamp(0.9375rem, 0.8264rem + 0.2315vw, 1rem);
        }.error:is(.form .form-input){
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity)) !important;
}.error:is(.form .form-input)  + .errorInfo{
  display: block;
}:is(.form .error) .form-input,:is(.form .error) textarea,:is(.form .error) .select2-container--bootstrap-5 .select2-selection{
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity)) !important;
}:is(.form .error) .errorInfo,:is(.form .error)  + .errorInfo{
  display: block;
}.form .items-top{
  align-items: flex-start;
}:is(.form .items-top) .form-lable{
  padding-top: 14px;
}.form textarea{
  min-height: 130px;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-rgb) / var(--tw-border-opacity));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  outline-width: 0px;
}.form textarea::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-light-rgb) / var(--tw-text-opacity));
}.form textarea::placeholder{
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-light-rgb) / var(--tw-text-opacity));
}.form textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.form textarea {            
            font-size: clamp(0.9375rem, 0.8264rem + 0.2315vw, 1rem);
        }.form .errorInfo{
  display: none;
  padding-top: 6px;
  font-size: 18px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}@media (min-width: 576px){.form .errorInfo{
    padding-left: 6.5em;
  }
}/* // 終極暴力覆蓋法：直接針對所有可能觸發的屬性進行封殺 */input:focus,
    input:focus-visible,
    textarea:focus,
    textarea:focus-visible {
        /* // 1. 徹底摧毀瀏覽器 User Agent 的 auto 外框漏洞 */
        outline: 0 !important;
        outline: none !important;
        outline-style: none !important;
        outline-width: 0 !important;
        outline-offset: 0 !important;

        /* // 2. 拔除可能干擾的陰影 */
        box-shadow: none !important;

        /* // 3. 這時候大膽寫上你要的邊框樣式，絕對會動了 */
        border: 2px solid #7dc119 !important; 
    }.formBtn{
  max-width: 492px;
  gap: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .formBtn{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .formBtn{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .formBtn{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .formBtn{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .formBtn{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .formBtn{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.formBtn{
    width: 100%;
  }
}.formBtn .btn{
  height: 50px;
  width: 50%;
  border-width: 1px;
  font-size: 18px;
  line-height: 30px;
  line-height: 1;
  letter-spacing: 0.9px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .formBtn .btn{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .formBtn .btn{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .formBtn .btn{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .formBtn .btn{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .formBtn .btn{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .formBtn .btn{
    flex-direction: column;
  }
}.formBtn .btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(80 150 38 / var(--tw-bg-opacity));
}@media (min-width: 576px){.formBtn .btn{
    height: 66px;
  }
}@media (min-width: 1200px){.formBtn .btn{
    width: 235px;
  }
}.bg-primary:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.bg-white:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.bg-white:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.img-scroll{
  overflow-x: auto;
}.img-scroll img{
  min-width: 900px;
}.tagBox{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */
}.tagBox:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.tagBox{
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) .tagBox{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) .tagBox{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) .tagBox{
    padding-bottom: 23px;
  }
}@media not all and (min-width: 576px){.tagBox{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media (min-width: 576px){.tagBox{
    min-height: 50px;
  }
}.tagLine{
  position: absolute;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.tagLine:is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.tagLine:is(.formBtn .btn):hover:before{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.tagLine:before{
  position: absolute;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.tagLine.T{
  bottom: calc(50px + 25px);
}.tagLine.\!T{
  bottom: calc(50px + 25px);
}.tagLine.T:before{
  bottom: -15px;
}.tagLine.\!T:before{
  bottom: -15px;
}@media not all and (min-width: 1200px){.tagLine.B{
    bottom: calc(50px + 25px);
  }
}@media (min-width: 1200px){.tagLine.B{
    top: calc(50px + 25px);
  }
}@media not all and (min-width: 1200px){.tagLine.B:before{
    bottom: -15px;
  }
}@media (min-width: 1200px){.tagLine.B:before{
    top: -15px;
  }
}.pointer-events-none{
  pointer-events: none;
}.pointer-events-auto{
  pointer-events: auto;
}.\!visible{
  visibility: visible !important;
}.visible{
  visibility: visible;
}.invisible{
  visibility: hidden;
}.collapse{
  visibility: collapse;
}.static{
  position: static;
}.\!fixed{
  position: fixed !important;
}.fixed{
  position: fixed;
}.\!absolute{
  position: absolute !important;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.-bottom-\[47px\]{
  bottom: -47px;
}.-left-\[15px\]{
  left: -15px;
}.-left-\[9999px\]{
  left: -9999px;
}.-top-\[18px\]{
  top: -18px;
}.-top-\[21px\]{
  top: -21px;
}.-top-\[35px\]{
  top: -35px;
}.bottom-0{
  bottom: 0px;
}.bottom-0\.5{
  bottom: 0.125rem;
}.bottom-1\/2{
  bottom: 50%;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-3{
  left: 0.75rem;
}.left-\[50\%\]{
  left: 50%;
}.left-\[50px\]{
  left: 50px;
}.left-\[calc\(50\%-1px\)\]{
  left: calc(50% - 1px);
}.right-0{
  right: 0px;
}.right-0\.5{
  right: 0.125rem;
}.right-1{
  right: 0.25rem;
}.right-1\.5{
  right: 0.375rem;
}.right-3{
  right: 0.75rem;
}.right-9{
  right: 2.25rem;
}.top-0{
  top: 0px;
}.top-1{
  top: 0.25rem;
}.top-1\/2{
  top: 50%;
}.top-2{
  top: 0.5rem;
}.top-\[11px\]{
  top: 11px;
}.top-\[13px\]{
  top: 13px;
}.top-\[50\%\]{
  top: 50%;
}.top-\[50px\]{
  top: 50px;
}.top-full{
  top: 100%;
}.\!z-40{
  z-index: 40 !important;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.z-\[1035\]{
  z-index: 1035;
}.z-\[1040\]{
  z-index: 1040;
}.z-\[1065\]{
  z-index: 1065;
}.z-\[1066\]{
  z-index: 1066;
}.z-\[1070\]{
  z-index: 1070;
}.z-\[1080\]{
  z-index: 1080;
}.z-\[1100\]{
  z-index: 1100;
}.z-\[2\]{
  z-index: 2;
}.z-\[999\]{
  z-index: 999;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.order-3{
  order: 3;
}.float-right{
  float: right;
}.float-left{
  float: left;
}.\!-m-px{
  margin: -1px !important;
}.-m-px{
  margin: -1px;
}.m-0{
  margin: 0px;
}.m-1{
  margin: 0.25rem;
}.m-auto{
  margin: auto;
}.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}.-ml-\[1\.5rem\]{
  margin-left: -1.5rem;
}.-mt-1{
  margin-top: -0.25rem;
}.-mt-3{
  margin-top: -0.75rem;
}.mb-0{
  margin-bottom: 0px;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-2\.5{
  margin-bottom: 0.625rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-7{
  margin-bottom: 1.75rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-\[0\.125rem\]{
  margin-bottom: 0.125rem;
}.mb-\[10px\]{
  margin-bottom: 10px;
}.mb-\[42px\]{
  margin-bottom: 42px;
}.me-3{
  margin-inline-end: 0.75rem;
}.ml-3{
  margin-left: 0.75rem;
}.ml-6{
  margin-left: 1.5rem;
}.ml-\[30px\]{
  margin-left: 30px;
}.ml-\[3px\]{
  margin-left: 3px;
}.ml-auto{
  margin-left: auto;
}.mr-1{
  margin-right: 0.25rem;
}.mr-2{
  margin-right: 0.5rem;
}.mr-4{
  margin-right: 1rem;
}.mr-6{
  margin-right: 1.5rem;
}.mr-\[6px\]{
  margin-right: 6px;
}.mr-\[8px\]{
  margin-right: 8px;
}.mr-auto{
  margin-right: auto;
}.mt-2\.5{
  margin-top: 0.625rem;
}.mt-\[0\.15rem\]{
  margin-top: 0.15rem;
}.box-border{
  box-sizing: border-box;
}.box-content{
  box-sizing: content-box;
}.\!block{
  display: block !important;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.\!h-0{
  height: 0px !important;
}.\!h-px{
  height: 1px !important;
}.h-0{
  height: 0px;
}.h-1{
  height: 0.25rem;
}.h-1\.5{
  height: 0.375rem;
}.h-10{
  height: 2.5rem;
}.h-14{
  height: 3.5rem;
}.h-2\/5{
  height: 40%;
}.h-3{
  height: 0.75rem;
}.h-4{
  height: 1rem;
}.h-5{
  height: 1.25rem;
}.h-6{
  height: 1.5rem;
}.h-7{
  height: 1.75rem;
}.h-8{
  height: 2rem;
}.h-9{
  height: 2.25rem;
}.h-\[0\.9375rem\]{
  height: 0.9375rem;
}.h-\[1\.125rem\]{
  height: 1.125rem;
}.h-\[1\.4rem\]{
  height: 1.4rem;
}.h-\[100px\]{
  height: 100px;
}.h-\[10px\]{
  height: 10px;
}.h-\[120px\]{
  height: 120px;
}.h-\[160px\]{
  height: 160px;
}.h-\[260px\]{
  height: 260px;
}.h-\[2px\]{
  height: 2px;
}.h-\[30px\]{
  height: 30px;
}.h-\[32px\]{
  height: 32px;
}.h-\[380px\]{
  height: 380px;
}.h-\[40px\]{
  height: 40px;
}.h-\[42px\]{
  height: 42px;
}.h-\[48px\]{
  height: 48px;
}.h-\[4px\]{
  height: 4px;
}.h-\[50px\]{
  height: 50px;
}.h-\[512px\]{
  height: 512px;
}.h-\[56px\]{
  height: 56px;
}.h-\[6px\]{
  height: 6px;
}.h-\[72px\]{
  height: 72px;
}.h-\[calc\(100\%-100px\)\]{
  height: calc(100% - 100px);
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.h-px{
  height: 1px;
}.h-screen{
  height: 100vh;
}.max-h-\[calc\(100\%-64px\)\]{
  max-height: calc(100% - 64px);
}.max-h-full{
  max-height: 100%;
}.min-h-\[1\.5rem\]{
  min-height: 1.5rem;
}.min-h-\[305px\]{
  min-height: 305px;
}.min-h-\[325px\]{
  min-height: 325px;
}.min-h-\[40px\]{
  min-height: 40px;
}.min-h-\[auto\]{
  min-height: auto;
}.\!w-px{
  width: 1px !important;
}.w-0{
  width: 0px;
}.w-1\.5{
  width: 0.375rem;
}.w-1\/2{
  width: 50%;
}.w-10{
  width: 2.5rem;
}.w-2{
  width: 0.5rem;
}.w-3{
  width: 0.75rem;
}.w-4{
  width: 1rem;
}.w-5{
  width: 1.25rem;
}.w-6{
  width: 1.5rem;
}.w-7{
  width: 1.75rem;
}.w-8{
  width: 2rem;
}.w-9{
  width: 2.25rem;
}.w-\[0\.9375rem\]{
  width: 0.9375rem;
}.w-\[1\.125rem\]{
  width: 1.125rem;
}.w-\[1\.4rem\]{
  width: 1.4rem;
}.w-\[150px\]{
  width: 150px;
}.w-\[15px\]{
  width: 15px;
}.w-\[160px\]{
  width: 160px;
}.w-\[260px\]{
  width: 260px;
}.w-\[2px\]{
  width: 2px;
}.w-\[300px\]{
  width: 300px;
}.w-\[304px\]{
  width: 304px;
}.w-\[30px\]{
  width: 30px;
}.w-\[328px\]{
  width: 328px;
}.w-\[32px\]{
  width: 32px;
}.w-\[45\%\]{
  width: 45%;
}.w-\[4px\]{
  width: 4px;
}.w-\[50px\]{
  width: 50px;
}.w-\[6px\]{
  width: 6px;
}.w-\[70px\]{
  width: 70px;
}.w-\[72px\]{
  width: 72px;
}.w-\[76px\]{
  width: 76px;
}.w-\[calc\(100\%-100px\)\]{
  width: calc(100% - 100px);
}.w-auto{
  width: auto;
}.w-full{
  width: 100%;
}.w-px{
  width: 1px;
}.w-screen{
  width: 100vw;
}.min-w-0{
  min-width: 0px;
}.min-w-\[100px\]{
  min-width: 100px;
}.min-w-\[310px\]{
  min-width: 310px;
}.min-w-\[48px\]{
  min-width: 48px;
}.min-w-\[64px\]{
  min-width: 64px;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[267px\]{
  max-width: 267px;
}.max-w-\[325px\]{
  max-width: 325px;
}.max-w-\[90\%\]{
  max-width: 90%;
}.max-w-\[calc\(100\%-1rem\)\]{
  max-width: calc(100% - 1rem);
}.max-w-full{
  max-width: 100%;
}.flex-auto{
  flex: 1 1 auto;
}.shrink-0{
  flex-shrink: 0;
}.grow{
  flex-grow: 1;
}.grow-0{
  flex-grow: 0;
}.basis-auto{
  flex-basis: auto;
}.origin-\[0_0\]{
  transform-origin: 0 0;
}.origin-\[50\%_50\%\]{
  transform-origin: 50% 50%;
}.origin-\[center_bottom_0\]{
  transform-origin: center bottom 0;
}.origin-bottom{
  transform-origin: bottom;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-\[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-x-\[6px\]{
  --tw-translate-x: -6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-\[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-x-\[150\%\]{
  --tw-translate-x: 150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[6px\]{
  --tw-translate-y: 6px;
  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-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-45{
  --tw-rotate: 45deg;
  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-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-\[0\.25\]{
  --tw-scale-x: 0.25;
  --tw-scale-y: 0.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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-y-\[0\.8\]{
  --tw-scale-y: 0.8;
  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-none{
  transform: none;
}.animate-\[fade-in_0\.15s_both\]{
  animation: fade-in 0.15s both;
}.animate-\[fade-in_0\.3s_both\]{
  animation: fade-in 0.3s both;
}.animate-\[fade-in_350ms_ease-in-out\]{
  animation: fade-in 350ms ease-in-out;
}.animate-\[fade-out_0\.15s_both\]{
  animation: fade-out 0.15s both;
}.animate-\[fade-out_0\.3s_both\]{
  animation: fade-out 0.3s both;
}.animate-\[fade-out_350ms_ease-in-out\]{
  animation: fade-out 350ms ease-in-out;
}.animate-\[progress_3s_ease-in-out_infinite\]{
  animation: progress 3s ease-in-out infinite;
}.animate-\[show-up-clock_350ms_linear\]{
  animation: show-up-clock 350ms linear;
}.animate-\[slide-in-left_0\.8s_both\]{
  animation: slide-in-left 0.8s both;
}.animate-\[slide-in-right_0\.8s_both\]{
  animation: slide-in-right 0.8s both;
}.animate-\[slide-out-left_0\.8s_both\]{
  animation: slide-out-left 0.8s both;
}.animate-\[slide-out-right_0\.8s_both\]{
  animation: slide-out-right 0.8s both;
}.animate-\[spinner-grow_0\.75s_linear_infinite\]{
  animation: spinner-grow 0.75s linear infinite;
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite;
}.cursor-default{
  cursor: default;
}.cursor-none{
  cursor: none;
}.cursor-pointer{
  cursor: pointer;
}.touch-none{
  touch-action: none;
}.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}.resize{
  resize: both;
}.list-none{
  list-style-type: none;
}.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.\!flex-row{
  flex-direction: row !important;
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-around{
  justify-content: space-around;
}.justify-evenly{
  justify-content: space-evenly;
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-4 > :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)));
}.overflow-auto{
  overflow: auto;
}.\!overflow-hidden{
  overflow: hidden !important;
}.overflow-hidden{
  overflow: hidden;
}.overflow-visible{
  overflow: visible;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-x-hidden{
  overflow-x: hidden;
}.overflow-y-hidden{
  overflow-y: hidden;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis{
  text-overflow: ellipsis;
}.text-clip{
  text-overflow: clip;
}.whitespace-normal{
  white-space: normal;
}.\!whitespace-nowrap{
  white-space: nowrap !important;
}.whitespace-nowrap{
  white-space: nowrap;
}.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}.break-words{
  overflow-wrap: break-word;
}.rounded{
  border-radius: 0.25rem;
}.rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}.rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}.rounded-\[0\.6rem\]{
  border-radius: 0.6rem;
}.rounded-\[100\%\]{
  border-radius: 100%;
}.rounded-\[10px\]{
  border-radius: 10px;
}.rounded-\[16px\]{
  border-radius: 16px;
}.rounded-\[50\%\]{
  border-radius: 50%;
}.rounded-\[999px\]{
  border-radius: 999px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-l-\[0\.25rem\]{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.rounded-r-\[0\.25rem\]{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}.rounded-t-\[0\.6rem\]{
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.rounded-bl-none{
  border-bottom-left-radius: 0px;
}.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}.\!border-0{
  border-width: 0px !important;
}.\!border-\[3px\]{
  border-width: 3px !important;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-4{
  border-width: 4px;
}.border-\[\.125rem\]{
  border-width: .125rem;
}.border-\[0\.125rem\]{
  border-width: 0.125rem;
}.border-\[0\.15em\]{
  border-width: 0.15em;
}.border-\[14px\]{
  border-width: 14px;
}.border-\[1px\]{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-l-0{
  border-left-width: 0px;
}.border-l-\[0\.125rem\]{
  border-left-width: 0.125rem;
}.border-r-0{
  border-right-width: 0px;
}.border-t-0{
  border-top-width: 0px;
}.\!border-solid{
  border-style: solid !important;
}.border-solid{
  border-style: solid;
}.border-none{
  border-style: none;
}.\!border-\[\#14a44d\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}.\!border-\[\#b2b3b4\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 179 180 / var(--tw-border-opacity)) !important;
}.\!border-\[\#dc4c64\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}.border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}.border-\[\#3b71ca\]{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}.border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}.border-\[\#eee\]{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}.border-current{
  border-color: currentColor;
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.border-transparent{
  border-color: transparent;
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-r-transparent{
  border-right-color: transparent;
}.border-t-transparent{
  border-top-color: transparent;
}.\!bg-\[\#858585\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity)) !important;
}.\!bg-neutral-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}.bg-\[\#00000012\]{
  background-color: #00000012;
}.bg-\[\#00000066\]{
  background-color: #00000066;
}.bg-\[\#000000e6\]{
  background-color: #000000e6;
}.bg-\[\#3b71ca\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}.bg-\[\#6d6d6d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity));
}.bg-\[\#aaa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity));
}.bg-\[\#eceff1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 241 / var(--tw-bg-opacity));
}.bg-\[\#eee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]{
  background-color: rgba(0,0,0,0.4);
}.bg-amber-200{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}.bg-amber-500{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}.bg-amber-700{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}.bg-current{
  background-color: currentColor;
}.bg-cyan-200{
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}.bg-cyan-500{
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}.bg-cyan-700{
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}.bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}.bg-emerald-700{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}.bg-fuchsia-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}.bg-fuchsia-700{
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}.bg-indigo-200{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}.bg-inherit{
  background-color: inherit;
}.bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}.bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}.bg-lime-700{
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.bg-neutral-500{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}.bg-pink-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}.bg-pink-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}.bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}.bg-rose-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}.bg-rose-700{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}.bg-sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}.bg-sky-700{
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}.bg-slate-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}.bg-stone-200{
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}.bg-stone-500{
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}.bg-stone-700{
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}.bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}.bg-teal-500{
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}.bg-teal-700{
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}.bg-transparent{
  background-color: transparent;
}.bg-violet-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}.bg-violet-700{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}.bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}.bg-zinc-200{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}.bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}.bg-zinc-600\/50{
  background-color: rgb(82 82 91 / 0.5);
}.bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}.bg-clip-padding{
  background-clip: padding-box;
}.fill-\[\#afafaf\]{
  fill: #afafaf;
}.fill-current{
  fill: currentColor;
}.\!p-0{
  padding: 0px !important;
}.p-0{
  padding: 0px;
}.p-2\.5{
  padding: 0.625rem;
}.p-4{
  padding: 1rem;
}.p-\[1rem\]{
  padding: 1rem;
}.p-\[5px\]{
  padding: 5px;
}.p-\[auto\]{
  padding: auto;
}.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-\[0\.4rem\]{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}.px-\[1\.4rem\]{
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}.px-\[auto\]{
  padding-left: auto;
  padding-right: auto;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-\[0\.32rem\]{
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}.py-\[0\.33rem\]{
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}.py-\[0\.4375rem\]{
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}.py-\[0\.4rem\]{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}.pb-0{
  padding-bottom: 0px;
}.pb-\[5px\]{
  padding-bottom: 5px;
}.pl-1{
  padding-left: 0.25rem;
}.pl-2{
  padding-left: 0.5rem;
}.pl-\[1\.5rem\]{
  padding-left: 1.5rem;
}.pl-\[18px\]{
  padding-left: 18px;
}.pl-\[50px\]{
  padding-left: 50px;
}.pl-\[8px\]{
  padding-left: 8px;
}.pr-2{
  padding-right: 0.5rem;
}.pr-\[24px\]{
  padding-right: 24px;
}.pt-2\.5{
  padding-top: 0.625rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-\[0\.37rem\]{
  padding-top: 0.37rem;
}.pt-\[6px\]{
  padding-top: 6px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.align-middle{
  vertical-align: middle;
}.align-bottom{
  vertical-align: bottom;
}.align-\[-0\.125em\]{
  vertical-align: -0.125em;
}.font-en{
  font-family: Jost Variable, sans-serif;
}.text-\[0\.8rem\]{
  font-size: 0.8rem;
}.text-\[0\.9rem\]{
  font-size: 0.9rem;
}.text-\[1\.1rem\]{
  font-size: 1.1rem;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[12px\]{
  font-size: 12px;
}.text-\[13px\]{
  font-size: 13px;
}.text-\[16px\]{
  font-size: 16px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[2\.5rem\]{
  font-size: 2.5rem;
}.text-\[3\.75rem\]{
  font-size: 3.75rem;
}.text-\[34px\]{
  font-size: 34px;
}.text-base{
  font-size: 18px;
  line-height: 30px;
}.text-lg{
  font-size: 20px;
  line-height: 1.6em;
}.text-sm{
  font-size: 16px;
  line-height: 1.6em;
}.text-xs{
  font-size: 15px;
  line-height: 1.2em;
}.font-black{
  font-weight: 900;
}.font-bold{
  font-weight: 700;
}.font-light{
  font-weight: 300;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.normal-case{
  text-transform: none;
}.italic{
  font-style: italic;
}.not-italic{
  font-style: normal;
}.leading-10{
  line-height: 2.5rem;
}.leading-6{
  line-height: 1.5rem;
}.leading-9{
  line-height: 2.25rem;
}.leading-\[1\.2\]{
  line-height: 1.2;
}.leading-\[1\.5\]{
  line-height: 1.5;
}.leading-\[1\.6\]{
  line-height: 1.6;
}.leading-\[2\.15\]{
  line-height: 2.15;
}.leading-\[40px\]{
  line-height: 40px;
}.leading-loose{
  line-height: 2;
}.leading-normal{
  line-height: 1.5;
}.tracking-05{
  letter-spacing: 0.5px;
}.tracking-\[-0\.00833em\]{
  letter-spacing: -0.00833em;
}.tracking-\[\.1rem\]{
  letter-spacing: .1rem;
}.tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}.tracking-\[1\.7px\]{
  letter-spacing: 1.7px;
}.tracking-normal{
  letter-spacing: 0em;
}.\!text-\[\#14a44d\]{
  --tw-text-opacity: 1 !important;
  color: rgb(20 164 77 / var(--tw-text-opacity)) !important;
}.\!text-\[\#dc4c64\]{
  --tw-text-opacity: 1 !important;
  color: rgb(220 76 100 / var(--tw-text-opacity)) !important;
}.\!text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity)) !important;
}.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.text-\[\#14a44d\]{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity));
}.text-\[\#212529\]{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}.text-\[\#3b71ca\]{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.text-\[\#4f4f4f\]{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}.text-\[\#b3afaf\]{
  --tw-text-opacity: 1;
  color: rgb(179 175 175 / var(--tw-text-opacity));
}.text-\[\#b3b3b3\]{
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}.text-\[\#dc4c64\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}.text-\[\#ffffff8a\]{
  color: #ffffff8a;
}.text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}.text-black\/\[64\]{
  color: rgb(0 0 0 / 64);
}.text-body-color{
  color: var(--m-body-color);
}.text-danger{
  --tw-text-opacity: 1;
  color: rgb(var(--m-danger-rgb) / var(--tw-text-opacity));
}.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}.text-info{
  --tw-text-opacity: 1;
  color: rgb(var(--m-info-rgb) / var(--tw-text-opacity));
}.text-lineColor{
  --tw-text-opacity: 1;
  color: rgb(var(--m-lineColor-rgb) / var(--tw-text-opacity));
}.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}.text-primary{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-rgb) / var(--tw-text-opacity));
}.text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
}.text-success{
  --tw-text-opacity: 1;
  color: rgb(var(--m-success-rgb) / var(--tw-text-opacity));
}.text-warning{
  --tw-text-opacity: 1;
  color: rgb(var(--m-warning-rgb) / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.no-underline{
  text-decoration-line: none;
}.underline-offset-auto{
  text-underline-offset: auto;
}.\!opacity-0{
  opacity: 0 !important;
}.\!opacity-100{
  opacity: 1 !important;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-50{
  opacity: 0.5;
}.opacity-\[\.53\]{
  opacity: .53;
}.opacity-\[\.54\]{
  opacity: .54;
}.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_0px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{
  --tw-shadow: 0 0px 3px 0 rgba(0,0,0,0.07),0 2px 2px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0px 3px 0 var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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-\[0_2px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 2px 5px 0 var(--tw-shadow-color), 0 2px 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_4px_9px_-4px_\#3b71ca\]{
  --tw-shadow: 0 4px 9px -4px #3b71ca;
  --tw-shadow-colored: 0 4px 9px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_2px_15px_-3px_rgba\(0\2c 0\2c 0\2c \.07\)\2c _0px_10px_20px_-2px_rgba\(0\2c 0\2c 0\2c \.04\)\]{
  --tw-shadow: 0px 2px 15px -3px rgba(0,0,0,.07), 0px 10px 20px -2px rgba(0,0,0,.04);
  --tw-shadow-colored: 0px 2px 15px -3px var(--tw-shadow-color), 0px 10px 20px -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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline{
  outline-style: solid;
}.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[background-color\2c _opacity\]{
  transition-property: background-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[background-color\2c box-shadow\2c border\]{
  transition-property: background-color,box-shadow,border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[opacity\]{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[transform\2c _opacity\]{
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[transform\2c height\]{
  transition-property: transform,height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.delay-\[0ms\]{
  transition-delay: 0ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-500{
  transition-duration: 500ms;
}.duration-\[1000ms\]{
  transition-duration: 1000ms;
}.duration-\[150ms\]{
  transition-duration: 150ms;
}.duration-\[200ms\]{
  transition-duration: 200ms;
}.duration-\[250ms\]{
  transition-duration: 250ms;
}.duration-\[350ms\]{
  transition-duration: 350ms;
}.duration-\[400ms\]{
  transition-duration: 400ms;
}.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\]{
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}.ease-\[ease\]{
  transition-timing-function: ease;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-linear{
  transition-timing-function: linear;
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.will-change-transform{
  will-change: transform;
}.noscroll{
  overflow: hidden;
}.lh-normal {
        line-height: normal;
    }.img-fluid{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0) !important;
}.\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0);
}.\[direction\:ltr\]{
  direction: ltr;
}.\[overflow-anchor\:none\]{
  overflow-anchor: none;
}.\[transition\:background-color_\.2s_linear\2c _height_\.2s_ease-in-out\]{
  transition: background-color .2s linear, height .2s ease-in-out;
}.\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\2c _opacity\]{
  transition: background-color .2s linear, width .2s ease-in-out, opacity;
}.\[transition\:background-color_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c box-shadow_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c border_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\]{
  transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
}/* 參數值請自行修改*/:is(:is(.form .select2-selection__arrow) b)::before{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(.form .select2-container--bootstrap-5) .select2-selection{
  display: flex !important;
  height: 45px !important;
  border-radius: 5px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--m-secondary-rgb) / var(--tw-border-opacity)) !important;
}:is(.index-section-2 .txtBox) :is(.form .select2-container--bootstrap-5) .select2-selection{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.form .select2-container--bootstrap-5) .select2-selection{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.form .select2-container--bootstrap-5) .select2-selection{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.form .select2-container--bootstrap-5) .select2-selection{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.form .select2-container--bootstrap-5) .select2-selection{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.form .select2-container--bootstrap-5) .select2-selection{
    flex-direction: column;
  }
}@media (min-width: 576px){:is(.form .select2-container--bootstrap-5) .select2-selection{
    height: 55px !important;
  }
}:is(.form .select2-container--bootstrap-5) .select2-selection--single{
  background-image: none;
  padding-left: 1.2em;
  padding-right: 28px;
}:is(:is(.form .select2-container--bootstrap-5) .select2-selection--single) .select2-selection__rendered{
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}:is(:is(:is(.form .select2-container--bootstrap-5) .select2-selection--single) .select2-selection__rendered) .select2-selection__placeholder{
  font-size: 18px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(140 144 145 / var(--tw-text-opacity));
}:is(.select2-container--focus:is(.form .select2-container--bootstrap-5),.select2-container--open:is(.form .select2-container--bootstrap-5)) .select2-selection:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.select2-container--focus:is(.form .select2-container--bootstrap-5),.select2-container--open:is(.form .select2-container--bootstrap-5)) .select2-selection:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.select2-container--focus:is(.form .select2-container--bootstrap-5),.select2-container--open:is(.form .select2-container--bootstrap-5)) .select2-selection{
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-width: 0px;
}.select2-container--focus:is(.form .select2-container--bootstrap-5) .select2-selection{
  border-radius: 5px !important;
  border-bottom-width: 2px !important;
}.select2-container--open:is(.form .select2-container--bootstrap-5) .select2-selection {                
                /* border-bottom-right-radius: 0px !important;
                border-bottom-left-radius: 0px !important; */
            }/*彈窗樣式*/.modalStyle{
  position: relative;
  width: 100%;
  max-width: 550px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 4em;
  padding-bottom: 4em;
}@media (min-width: 768px){.modalStyle{
    min-height: 580px;
  }
}.modalStyle .bg{
  position: absolute;
  top: 0px;
  z-index: -10;
}.modalStyle .icon{
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .modalStyle .icon{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .modalStyle .icon{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .modalStyle .icon{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .modalStyle .icon{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .modalStyle .icon{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .modalStyle .icon{
    flex-direction: column;
  }
}@media (min-width: 576px){.modalStyle .icon{
    width: 120px;
    height: 120px;
  }
}.modalStyle .icon {
        background: linear-gradient(133deg, #94D622 18.95%, #69AB21 45.96%, #5EA11B 72.97%, #468E2D 99.98%);
    }.modalStyle .tit{
  font-size: clamp(1.25rem, 1.0192rem + 0.641vw, 1.5rem);
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 10%;
  color: var(--m-body-color);
}@media not all and (min-width: 576px){:is(:is(:is(.index-workSlider .item) .txtBox) .tit) .modalStyle .tit{
    font-size: 18px;
    line-height: 30px;
  }
}.modalStyle .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul.modalStyle .txt li{
  position: relative;
}:is(ul.modalStyle .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul.modalStyle .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}.modalStyle .txt{
  max-width: 478px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
}:is(:is(:is(.about-section-1 .txtBox) .txt) .modalStyle .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) .modalStyle .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) .modalStyle .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}.modalStyle .txtBox{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 21px;
}:is(.index-section-2 .txtBox) .modalStyle .txtBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .modalStyle .txtBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .modalStyle .txtBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .modalStyle .txtBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .modalStyle .txtBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .modalStyle .txtBox{
    flex-direction: column;
  }
}@media (min-width: 768px){.modalStyle .txtBox{
    padding-bottom: 2em;
  }
}.modalStyle .formBtn{
  padding-top: 0px;
  padding-bottom: 0px;
}.modalStyle .btn{
  width: 197px;
}:is(.modalStyle .btn):focus-visible{
  outline-width: 0px;
}.modalStyle .f-button.is-close-btn{
  display: none;
}/* 下拉選單 */.select2 {
    width: 100% !important;
}.select2-container {
    font-size: clamp(0.9375rem, 0.6042rem + 0.6944vw, 1.125rem);
}:is(:is(.select2-container.select2-container--open .select2-selection__arrow) b)::before{
  --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));
}:is(.select2-selection__arrow b)::before{
  position: relative;
  top: 2px;
  display: block;
  font-family: icomoon;
  font-size: 8px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  transition-duration: 300ms;
  --tw-content: "\e915";
  content: var(--tw-content);
}.select2-results__options{
  margin-top: 7px !important;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.35);
}.select2-results__option:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.select2-results__option:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.select2-results__option{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 18px !important;
  line-height: 30px !important;
  color: var(--m-body-color);
}@media (min-width: 576px){.select2-results__option{
    min-height: 54px;
  }
}.select2-results__option{
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 1.2em !important;
}@media (min-width: 1100px){.select2-results__option{
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
  }
}.select2-results__option{
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
}:is(.index-section-2 .txtBox) .select2-results__option{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .select2-results__option{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .select2-results__option{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .select2-results__option{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .select2-results__option{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .select2-results__option{
    flex-direction: column;
  }
}.select2-results__option:last-child{
  border-width: 0px;
}.select2-container--bootstrap-5 .select2-selection--single{
  display: flex;
  align-items: center;
  justify-content: space-between;
}:is(.index-section-2 .txtBox) .select2-container--bootstrap-5 .select2-selection--single{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .select2-container--bootstrap-5 .select2-selection--single{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .select2-container--bootstrap-5 .select2-selection--single{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .select2-container--bootstrap-5 .select2-selection--single{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .select2-container--bootstrap-5 .select2-selection--single{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .select2-container--bootstrap-5 .select2-selection--single{
    flex-direction: column;
  }
}:is(.select2-container--bootstrap-5.select2-container--focus,.select2-container--bootstrap-5.select2-container--open) .select2-selection{
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  --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;
}.select2-dropdown{
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-width: 0px !important;
    box-shadow: 0px 5px 20px 2px rgb(0 0 0 / 11%);
}:is(.select2-dropdown .select2-results__options) .select2-results__option.select2-results__option--highlighted:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(.select2-dropdown .select2-results__options) .select2-results__option.select2-results__option--highlighted{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}:is(.select2-dropdown .select2-results__options) .select2-results__option.select2-results__option--selected:is(.formBtn .btn),:is(.select2-dropdown .select2-results__options) .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted):is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.select2-dropdown .select2-results__options) .select2-results__option.select2-results__option--selected:is(.formBtn .btn):hover,:is(.select2-dropdown .select2-results__options) .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted):is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.select2-dropdown .select2-results__options) .select2-results__option.select2-results__option--selected,:is(.select2-dropdown .select2-results__options) .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity)) !important;
}.fancybox__backdrop{
  opacity: 0.8;
}/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
*/#cc-main{background:transparent;color:var(--cc-primary-color);font-family:var(--cc-font-family);font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.15;position:relative;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;position:fixed;z-index:var(--cc-z-index)}#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span{all:unset;box-sizing:border-box}#cc-main .pm__badge,#cc-main button{all:initial;box-sizing:border-box;color:unset;visibility:unset}#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-family:inherit;font-size:100%;line-height:normal;margin:0;outline:revert;outline-offset:2px;overflow:hidden}#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr{all:revert;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit}:root{--cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--cc-modal-border-radius:.5rem;--cc-btn-border-radius:.4rem;--cc-modal-transition-duration:.25s;--cc-link-color:var(--cc-btn-primary-bg);--cc-modal-margin:1rem;--cc-z-index:2147483647;--cc-bg:#fff;--cc-primary-color:#2c2f31;--cc-secondary-color:#5e6266;--cc-btn-primary-bg:#30363c;--cc-btn-primary-color:#fff;--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#000;--cc-btn-primary-hover-color:#fff;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#d4dae0;--cc-btn-secondary-hover-color:#000;--cc-btn-secondary-hover-border-color:#d4dae0;--cc-separator-border-color:#f0f4f7;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#667481;--cc-toggle-on-knob-bg:#fff;--cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);--cc-toggle-enabled-icon-color:var(--cc-bg);--cc-toggle-disabled-icon-color:var(--cc-bg);--cc-toggle-readonly-bg:#d5dee2;--cc-toggle-readonly-knob-bg:#fff;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:var(--cc-cookie-category-block-bg);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-border:#f0f4f7;--cc-cookie-category-block-hover-bg:#e9eff4;--cc-cookie-category-block-hover-border:#e9eff4;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:#dee4e9;--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:var(--cc-btn-secondary-bg);--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#e4eaed;--cc-pm-toggle-border-radius:4em}#cc-main.cc--rtl{direction:rtl}#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong{font-weight:600}#cc-main button>span{pointer-events:none}#cc-main .cc__link,#cc-main a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;font-weight:600;position:relative;transition:background-size .25s,color .25s ease}#cc-main .cc__link:hover,#cc-main a:hover{background-size:100% 1px;color:var(--cc-primary-color)}#cc-main .cc__link{color:var(--cc-link-color)}#cc-main .cm__desc,#cc-main .pm__body{overscroll-behavior:auto contain;scrollbar-width:thin}@media screen and (min-width:640px){#cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track{all:revert}#cc-main ::-webkit-scrollbar-thumb{-webkit-background-clip:padding-box;background-clip:padding-box;background:var(--cc-toggle-readonly-bg);border:.25rem solid var(--cc-bg);border-radius:1rem}#cc-main ::-webkit-scrollbar-thumb:hover{background:var(--cc-toggle-off-bg)}#cc-main ::-webkit-scrollbar{background:transparent;width:12px}}html.disable--interaction.show--consent,html.disable--interaction.show--consent body{height:auto!important;overflow:hidden!important}@media (prefers-reduced-motion){#cc-main{--cc-modal-transition-duration:0s}}.cc--darkmode{--cc-bg:#161a1c;--cc-primary-color:#ebf3f6;--cc-secondary-color:#aebbc5;--cc-btn-primary-bg:#c2d0e0;--cc-btn-primary-color:var(--cc-bg);--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#98a7b6;--cc-btn-primary-hover-color:#000;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#242c31;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#353d43;--cc-btn-secondary-hover-color:#fff;--cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);--cc-separator-border-color:#222a30;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#525f6b;--cc-toggle-on-knob-bg:var(--cc-btn-primary-color);--cc-toggle-off-knob-bg:var(--cc-btn-primary-color);--cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-readonly-bg:#343e45;--cc-toggle-readonly-knob-bg:#5f6b72;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:#1e2428;--cc-cookie-category-block-bg:#1e2428;--cc-cookie-category-block-border:var(--cc-section-category-border);--cc-cookie-category-block-hover-bg:#242c31;--cc-cookie-category-block-hover-border:#232a2f;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:#0c0e0f;--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#060809}.cc--darkmode #cc-main{color-scheme:dark}#cc-main .cm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;max-width:24rem;opacity:0;overflow:hidden;position:fixed;transform:translateY(1.6em);visibility:hidden;z-index:1}#cc-main .cm--top{top:var(--cc-modal-margin)}#cc-main .cm--middle{top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .cm--bottom{bottom:var(--cc-modal-margin)}#cc-main .cm--center{left:var(--cc-modal-margin);margin:0 auto;right:var(--cc-modal-margin);width:unset}#cc-main .cm--left{left:var(--cc-modal-margin);margin-right:var(--cc-modal-margin)}#cc-main .cm--right{margin-left:var(--cc-modal-margin);right:var(--cc-modal-margin)}#cc-main .cm__body{display:flex;flex-direction:column;justify-content:space-between;position:relative}#cc-main .cm__btns,#cc-main .cm__links{padding:1rem 1.3rem;width:unset}#cc-main .cm__texts{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1rem 0 0}#cc-main .cm__desc,#cc-main .cm__title{padding:0 1.3rem}#cc-main .cm__title{font-size:1.05em}#cc-main .cm__title+.cm__desc{margin-top:1.1em}#cc-main .cm__desc{color:var(--cc-secondary-color);font-size:.9em;line-height:1.5;max-height:40vh;overflow-x:visible;overflow-y:auto;padding-bottom:1em}#cc-main .cm__btns{border-top:1px solid var(--cc-separator-border-color);display:flex;flex-direction:column;justify-content:center}#cc-main .cm__btn-group{display:grid;grid-auto-columns:minmax(0,1fr)}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin-top:.375rem}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .cm--inline .cm__btn+.cm__btn{margin-left:.375rem;margin-top:0}#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-right:0}#cc-main .cm--wide .cm__btn+.cm__btn,#cc-main .cm--wide .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-right:.375rem}#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,#cc-main .cm--wide .cm__btn-group--uneven{display:flex;flex:1;justify-content:space-between}#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,#cc-main .cm--wide.cm--flip .cm__btn-group--uneven{flex-direction:row-reverse}#cc-main .cm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);font-size:.82em;font-weight:600;min-height:42px;padding:.5em 1em;text-align:center}#cc-main .cm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .cm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close{border-radius:0;border-bottom-left-radius:var(--cc-btn-border-radius);border-right:none;border-top:none;display:none;font-size:1em;height:42px;min-width:auto!important;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:42px}#cc-main .cm__btn--close svg{stroke:var(--cc-btn-primary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .cm__btn--close:hover svg{stroke:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--close.cm__btn--secondary svg{stroke:var(--cc-btn-secondary-color)}#cc-main .cm__btn--close.cm__btn--secondary:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close+.cm__texts .cm__title{padding-right:3rem}#cc-main .cm--inline .cm__btn-group{grid-auto-flow:column}#cc-main .cm__footer{background:var(--cc-footer-bg);border-top:1px solid var(--cc-footer-border-color);color:var(--cc-footer-color);padding:.4em 0 .5em}#cc-main .cm__links{display:flex;flex-direction:row;padding-bottom:0;padding-top:0}#cc-main .cm__link-group{display:flex;flex-direction:row;font-size:.8em;width:100%}#cc-main .cm__link-group>*+*{margin-left:1.3rem}#cc-main .cm--flip .cm__btn:last-child{grid-row:1}#cc-main .cm--inline.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--box .cm__btn--close{display:block}#cc-main .cm--box.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--box.cm--wide{max-width:36em}#cc-main .cm--box.cm--wide .cm__btns{flex-direction:row;justify-content:space-between}#cc-main .cm--box.cm--wide .cm__btn-group{grid-auto-flow:column}#cc-main .cm--box.cm--wide .cm__btn{min-width:120px;padding-left:1.8em;padding-right:1.8em}#cc-main .cm--box.cm--wide.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--cloud{max-width:54em;width:unset}#cc-main .cm--cloud .cm__body{flex-direction:row}#cc-main .cm--cloud .cm__texts{flex:1}#cc-main .cm--cloud .cm__desc{max-height:9.4em}#cc-main .cm--cloud .cm__btns{border-left:1px solid var(--cc-separator-border-color);border-top:none;max-width:23em}#cc-main .cm--cloud .cm__btn-group{flex-direction:column}#cc-main .cm--cloud .cm__btn{min-width:19em}#cc-main .cm--cloud.cm--flip .cm__btn-group,#cc-main .cm--cloud.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--cloud.cm--inline .cm__btn-group{flex-direction:row}#cc-main .cm--cloud.cm--inline .cm__btn{min-width:10em}#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group{flex-direction:row-reverse}#cc-main .cm--bar{border-radius:0;left:0;margin:0;max-width:unset;opacity:1;right:0;transform:translateY(0);width:100vw;--cc-modal-transition-duration:.35s}#cc-main .cm--bar.cm--top{top:0;transform:translateY(-100%)}#cc-main .cm--bar.cm--bottom{bottom:0;transform:translateY(100%)}#cc-main .cm--bar .cm__body,#cc-main .cm--bar .cm__links{margin:0 auto;max-width:55em;width:100%}#cc-main .cm--bar .cm__body{padding:.5em 0 .9em}#cc-main .cm--bar .cm__btns{border-top:none;flex-direction:row;justify-content:space-between}#cc-main .cm--bar .cm__btn-group{grid-auto-flow:column}#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--bar .cm__btn{min-width:120px;padding-left:2em;padding-right:2em}#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--bar.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--bar.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--bar.cm--inline .cm__body,#cc-main .cm--bar.cm--inline .cm__links{max-width:74em}#cc-main .cm--bar.cm--inline .cm__body{flex-direction:row;padding:0}#cc-main .cm--bar.cm--inline .cm__btns{flex-direction:column;justify-content:center;max-width:23em}#cc-main .cm--bar.cm--inline.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cc--anim .cm,#cc-main .cc--anim.cm-wrapper:before{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}#cc-main .cc--anim .cm__btn,#cc-main .cc--anim .cm__close{transition:background-color .15s ease,border-color .15s ease,color .15s ease}.disable--interaction #cc-main .cm-wrapper:before{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:0}.show--consent #cc-main .cc--anim .cm{opacity:1;transform:translateY(0);visibility:visible!important}.show--consent #cc-main .cc--anim .cm--middle{transform:translateY(-50%)}.show--consent #cc-main .cc--anim .cm--bar{transform:translateY(0)}.show--consent #cc-main .cc--anim.cm-wrapper:before{opacity:1;visibility:visible}#cc-main.cc--rtl .cm__btn--close{border-bottom-left-radius:unset;border-bottom-right-radius:var(--cc-btn-border-radius);left:0;right:unset}#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title{padding-left:3rem!important;padding-right:1.3rem}#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm__link-group>*+*{margin-left:0;margin-right:1.3rem}@media screen and (max-width:640px){#cc-main{--cc-modal-margin:.5em}#cc-main .cm{max-width:none!important;width:auto!important}#cc-main .cm__body{flex-direction:column!important;padding:0!important}#cc-main .cm__btns,#cc-main .cm__desc,#cc-main .cm__links,#cc-main .cm__title{padding-left:1.1rem!important;padding-right:1.1rem!important}#cc-main .cm__btns{border-left:none!important;border-top:1px solid var(--cc-separator-border-color)!important;flex-direction:column!important;max-width:none!important;min-width:auto!important}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin:.375rem 0 0!important}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .cm__btn-group{display:flex!important;flex-direction:column!important;min-width:auto!important}#cc-main .cm__btn{flex:auto!important}#cc-main .cm__link-group{justify-content:center!important}#cc-main .cm--flip .cm__btn-group,#cc-main .cm--flip .cm__btns{flex-direction:column-reverse!important}}#cc-main .pm-wrapper{position:relative;z-index:2}#cc-main .pm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;opacity:0;overflow:hidden;position:fixed;visibility:hidden;width:100%;width:unset;z-index:1}#cc-main svg{fill:none;width:100%}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:1em 1.4em}#cc-main .pm__header{align-items:center;border-bottom:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__title{align-items:center;display:flex;flex:1;font-weight:600;margin-right:2em}#cc-main .pm__close-btn{background:var(--cc-btn-secondary-bg);border:1px solid var(--cc-btn-secondary-border-color);border-radius:var(--cc-btn-border-radius);height:40px;position:relative;transition:all .15s ease;width:40px}#cc-main .pm__close-btn span{display:flex;height:100%;width:100%}#cc-main .pm__close-btn svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .pm__close-btn:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color)}#cc-main .pm__close-btn:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .pm__body{flex:1;overflow-y:auto;overflow-y:overlay}#cc-main .pm__section,#cc-main .pm__section--toggle{border-radius:var(--cc-btn-border-radius);display:flex;flex-direction:column;margin-bottom:.5em}#cc-main .pm__section--toggle .pm__section-desc-wrapper{border:1px solid var(--cc-cookie-category-block-border);border-radius:var(--cc-btn-border-radius);border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:none;margin-top:0!important;overflow:hidden}#cc-main .pm__section{border:1px solid var(--cc-separator-border-color);padding:1em;transition:background-color .25s ease,border-color .25s ease}#cc-main .pm__section:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#cc-main .pm__section:not(:first-child):hover{background:var(--cc-cookie-category-block-bg);border-color:var(--cc-cookie-category-block-border)}#cc-main .pm__section-toggles+.pm__section{margin-top:2em}#cc-main .pm__section--toggle{background:var(--cc-cookie-category-block-bg);border-top:none;margin-bottom:.375rem}#cc-main .pm__section--toggle .pm__section-title{align-items:center;background:var(--cc-cookie-category-block-bg);border:1px solid var(--cc-cookie-category-block-border);display:flex;justify-content:space-between;min-height:58px;padding:1.1em 5.4em 1.1em 1.2em;position:relative;transition:background-color .25s ease,border-color .25s ease;width:100%}#cc-main .pm__section--toggle .pm__section-title:hover{background:var(--cc-cookie-category-block-hover-bg);border-color:var(--cc-cookie-category-block-hover-border)}#cc-main .pm__section--toggle .pm__section-desc{margin-top:0;padding:1em}#cc-main .pm__section--toggle.is-expanded{--cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);--cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg)}#cc-main .pm__section--toggle.is-expanded .pm__section-title{border-bottom-left-radius:0;border-bottom-right-radius:0}#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg{transform:scale(.5) rotate(180deg)}#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper{display:flex}#cc-main .pm__section--expandable .pm__section-title{cursor:pointer;padding-left:3.4em}#cc-main .pm__section--expandable .pm__section-arrow{background:var(--cc-toggle-readonly-bg);border-radius:100%;display:flex;height:20px;justify-content:center;left:18px;pointer-events:none;position:absolute;width:20px}#cc-main .pm__section--expandable .pm__section-arrow svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5)}#cc-main .pm__section-title-wrapper{align-items:center;display:flex;position:relative}#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper{margin-top:.85em}#cc-main .pm__section-title{border-radius:var(--cc-btn-border-radius);font-size:.95em;font-weight:600}#cc-main .pm__badge{align-items:center;background:var(--cc-btn-secondary-bg);border-radius:5em;color:var(--cc-secondary-color);display:flex;flex:none;font-size:.8em;font-weight:600;height:23px;justify-content:center;margin-left:1em;min-width:23px;overflow:hidden;padding:0 .6em 1px;position:relative;text-align:center;white-space:nowrap;width:auto}#cc-main .pm__service-counter{background:var(--cc-btn-primary-bg);color:var(--cc-btn-primary-color);padding:0;width:23px}#cc-main .pm__service-counter[data-counterlabel]{padding:0 .6em 1px;width:auto}#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label{border-radius:var(--cc-pm-toggle-border-radius);height:23px;transform:translateZ(0);width:50px}#cc-main .section__toggle-wrapper{cursor:pointer;position:absolute;right:18px;z-index:1}#cc-main .toggle-service{height:19px;position:relative;right:0;width:42px}#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label{height:19px;width:42px}#cc-main .toggle-service .toggle__icon{position:relative}#cc-main .toggle-service .toggle__icon-circle{height:19px;width:19px}#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(23px)}#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after{display:none!important}#cc-main .section__toggle{border:0;cursor:pointer;display:block;left:0;margin:0;position:absolute;top:0}#cc-main .section__toggle:disabled{cursor:not-allowed}#cc-main .toggle__icon{background:var(--cc-toggle-off-bg);box-shadow:0 0 0 1px var(--cc-toggle-off-bg);display:flex;flex-direction:row;pointer-events:none;position:absolute;transition:all .25s ease}#cc-main .toggle__icon-circle{background:var(--cc-toggle-off-knob-bg);border:none;border-radius:var(--cc-pm-toggle-border-radius);box-shadow:0 1px 2px rgba(24,32,3,.36);display:block;height:23px;left:0;position:absolute;top:0;transition:transform .25s ease,background-color .25s ease;width:23px}#cc-main .toggle__icon-off,#cc-main .toggle__icon-on{height:100%;position:absolute;transition:opacity .15s ease;width:100%}#cc-main .toggle__icon-on{opacity:0;transform:rotate(45deg)}#cc-main .toggle__icon-on svg{stroke:var(--cc-toggle-on-bg);transform:scale(.55) rotate(-45deg)}#cc-main .toggle__icon-off{opacity:1}#cc-main .toggle__icon-off svg{stroke:var(--cc-toggle-off-bg);transform:scale(.55)}#cc-main .section__toggle:checked~.toggle__icon{background:var(--cc-toggle-on-bg);box-shadow:0 0 0 1px var(--cc-toggle-on-bg)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle{background-color:var(--cc-toggle-on-knob-bg);transform:translateX(27px)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on{opacity:1}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off{opacity:0}#cc-main .section__toggle:checked:disabled~.toggle__icon{background:var(--cc-toggle-readonly-bg);box-shadow:0 0 0 1px var(--cc-toggle-readonly-bg)}#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle{background:var(--cc-toggle-readonly-knob-bg);box-shadow:none}#cc-main .section__toggle:checked:disabled~.toggle__icon svg{stroke:var(--cc-toggle-readonly-knob-icon-color)}#cc-main .toggle__label{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#cc-main .pm__section-desc-wrapper{color:var(--cc-secondary-color);display:flex;flex-direction:column;font-size:.9em}#cc-main .pm__section-desc-wrapper>:not(:last-child){border-bottom:1px solid var(--cc-cookie-category-block-border)}#cc-main .pm__section-services{display:flex;flex-direction:column}#cc-main .pm__service{align-items:center;display:flex;justify-content:space-between;padding:.4em 1.2em;position:relative;transition:background-color .15s ease}#cc-main .pm__service:hover{background-color:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__service-header{align-items:center;display:flex;margin-right:1em;width:100%}#cc-main .pm__service-icon{border:2px solid;border-radius:100%;height:8px;margin-left:6px;margin-right:20px;margin-top:1px;min-width:8px}#cc-main .pm__service-title{font-size:.95em;width:100%;word-break:break-word}#cc-main .pm__section-desc{line-height:1.5em}#cc-main .pm__section-table{border-collapse:collapse;font-size:.9em;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#cc-main .pm__table-caption{text-align:left}#cc-main .pm__table-caption,#cc-main .pm__table-head>tr{border-bottom:1px dashed var(--cc-separator-border-color);color:var(--cc-primary-color);font-weight:600}#cc-main .pm__table-tr{transition:background-color .15s ease}#cc-main .pm__table-tr:hover{background:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th{padding:.625em .625em .625em 1.2em;vertical-align:top}#cc-main .pm__footer{border-top:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__btn-group{display:flex}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin-left:.375rem}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main .pm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);flex:auto;font-size:.82em;font-weight:600;min-height:42px;min-width:110px;padding:.5em 1.5em;text-align:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease}#cc-main .pm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .pm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .pm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .pm--box{height:calc(100% - 2em);left:var(--cc-modal-margin);margin:0 auto;max-height:37.5em;max-width:43em;right:var(--cc-modal-margin);top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm--bar{border-radius:0;bottom:0;height:100%;margin:0;max-height:none;max-width:29em;opacity:1;top:0;width:100%;--cc-modal-transition-duration:.35s}#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr{display:block}#cc-main .pm--bar .pm__table-head{display:none}#cc-main .pm--bar .pm__table-caption{display:block}#cc-main .pm--bar .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm--bar .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm--bar .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm--bar .pm__table-td>div{flex:3}#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header{padding:1em 1.3em}#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer{flex-direction:column}#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin:.375rem 0 0}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer{flex-direction:column-reverse}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .pm--bar:not(.pm--wide) .pm__badge{display:none}#cc-main .pm--bar.pm--left{left:0;transform:translateX(-100%)}#cc-main .pm--bar.pm--right{right:0;transform:translateX(100%)}#cc-main .pm--bar.pm--wide{max-width:35em}#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header{padding:1em 1.4em}#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm-overlay{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:1}#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}.show--preferences #cc-main .cc--anim .pm{opacity:1;visibility:visible!important}.show--preferences #cc-main .cc--anim .pm--box{transform:translateY(-50%)}.show--preferences #cc-main .cc--anim .pm--bar{transform:translateX(0)}.show--preferences #cc-main .cc--anim .pm-overlay{opacity:1;visibility:visible}#cc-main.cc--rtl .pm__service-header{margin-left:1em;margin-right:0}#cc-main.cc--rtl .pm__section-arrow{left:unset;right:18px}#cc-main.cc--rtl .section__toggle-wrapper{left:18px;right:unset;transform-origin:left}#cc-main.cc--rtl .toggle-service{left:0}#cc-main.cc--rtl .pm__service-icon{margin-left:20px;margin-right:5px}#cc-main.cc--rtl .pm__section--toggle .pm__section-title{padding-left:5.4em;padding-right:1.2em}#cc-main.cc--rtl .pm__section--expandable .pm__section-title{padding-right:3.4em}#cc-main.cc--rtl .pm__badge{margin-left:unset;margin-right:1em}#cc-main.cc--rtl .toggle__icon-circle{transform:translateX(27px)}#cc-main.cc--rtl .toggle-service .toggle__icon-circle{transform:translateX(23px)}#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(0)}#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th{padding-left:unset;padding-right:1.2em;text-align:right}#cc-main.cc--rtl .pm__table-td{padding-left:unset;padding-right:1.2em}#cc-main.cc--rtl .pm__table-td:before{padding-left:2em;padding-right:unset}#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin-left:0}@media screen and (max-width:640px){#cc-main .pm{border-radius:0;bottom:0;height:auto;left:0;max-height:100%;max-width:none!important;right:0;top:0;transform:translateY(1.6em)}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:.9em!important}#cc-main .pm__badge{display:none}#cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr{display:block}#cc-main .pm__table-head{display:none}#cc-main .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm__table-td>div{flex:3}#cc-main .pm__btn-group,#cc-main .pm__footer{flex-direction:column!important}#cc-main .pm__btn-group{display:flex!important}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin:.375rem 0 0!important}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer{flex-direction:column-reverse!important}.show--preferences #cc-main .cc--anim .pm{transform:translateY(0)!important}}/**
 * ------------------------------------------------------------------------
 *  Components Header
 * ------------------------------------------------------------------------
 */header{
  position: fixed;
  top: 0px;
  z-index: 1000;
  height: var(--headerH);
  width: 100%;
  list-style-type: none;
  font-size: 18px;
  line-height: 30px;
}header .main-header{
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1em;
}:is(.index-section-2 .txtBox) header .main-header{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) header .main-header{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) header .main-header{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > header .main-header{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > header .main-header{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > header .main-header{
    flex-direction: column;
  }
}@media (min-width: 1700px){header .main-header{
    max-width: 1920px;
    padding-inline-start: 5rem;
    padding-inline-end: 3rem;
  }
}.pc:is(header .main-nav){
  display: flex;
  flex-shrink: 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.9px;
}:is(.index-section-2 .txtBox) .pc:is(header .main-nav){
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .pc:is(header .main-nav){
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .pc:is(header .main-nav){
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .pc:is(header .main-nav){
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .pc:is(header .main-nav){
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .pc:is(header .main-nav){
    flex-direction: column;
  }
}@media not all and (min-width: 1400px){.pc:is(header .main-nav){
    display: none;
  }
}.pc:is(header .main-nav) .mainItem{
  display: flex;
  height: var(--headerH);
  padding-left: 20px;
  padding-right: 20px;
}:is(.index-section-2 .txtBox) .pc:is(header .main-nav) .mainItem{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .pc:is(header .main-nav) .mainItem{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .pc:is(header .main-nav) .mainItem{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .pc:is(header .main-nav) .mainItem{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .pc:is(header .main-nav) .mainItem{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .pc:is(header .main-nav) .mainItem{
    flex-direction: column;
  }
}@media (min-width: 1600px){.pc:is(header .main-nav) .mainItem{
    padding-left: 30px;
    padding-right: 30px;
  }
}:is(.pc:is(header .main-nav) .mainItem) div.mainTitle{
  cursor: context-menu;
}:is(.pc:is(header .main-nav) .mainItem) .mainTitle{
  position: relative;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.pc:is(header .main-nav) .mainItem) .mainTitle{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.pc:is(header .main-nav) .mainItem) .mainTitle{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.pc:is(header .main-nav) .mainItem) .mainTitle{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.pc:is(header .main-nav) .mainItem) .mainTitle{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.pc:is(header .main-nav) .mainItem) .mainTitle{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.pc:is(header .main-nav) .mainItem) .mainTitle{
    flex-direction: column;
  }
}:is(:is(.pc:is(header .main-nav) .mainItem) .mainTitle) span{
  position: relative;
  left: 0px;
  transition-duration: 500ms;
}:is(:is(.pc:is(header .main-nav) .mainItem) .mainTitle)::after {
                        content: "";
                    }:is(:is(.pc:is(header .main-nav) .mainItem) .mainTitle):is(.formBtn .btn)::after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.pc:is(header .main-nav) .mainItem) .mainTitle)::after{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 4px;
  height: 4px;
  --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(var(--m-primary-rgb) / var(--tw-bg-opacity));
  opacity: 0;
  transition-duration: 500ms;
}:is(.pc:is(header .main-nav) .mainItem) .sub-box{
  pointer-events: none;
  position: absolute;
  top: 100px;
  left: 0px;
  height: 300px;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 25px;
  padding-right: 25px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.pc:is(header .main-nav) .mainItem) .sub-box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.pc:is(header .main-nav) .mainItem) .sub-box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.pc:is(header .main-nav) .mainItem) .sub-box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.pc:is(header .main-nav) .mainItem) .sub-box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.pc:is(header .main-nav) .mainItem) .sub-box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.pc:is(header .main-nav) .mainItem) .sub-box{
    flex-direction: column;
  }
}:is(.pc:is(header .main-nav) .mainItem) .sub-box {
                    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
                    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 76.52%, rgba(0, 0, 0, 0.02) 100%), #F8F8F8;
                }:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box) .bg1,:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box) .bg2{
  position: absolute;
}:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box) .bg1{
  left: 70px;
  top: 0px;
}:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box) .bg2{
  right: 126px;
  bottom: 0px;
}:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box)  > div{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1376px;
  align-items: flex-start;
  -moz-column-gap: 118px;
       column-gap: 118px;
  opacity: 0;
  transition-duration: 500ms;
}:is(.index-section-2 .txtBox) :is(:is(.pc:is(header .main-nav) .mainItem) .sub-box)  > div{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.pc:is(header .main-nav) .mainItem) .sub-box)  > div{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.pc:is(header .main-nav) .mainItem) .sub-box)  > div{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.pc:is(header .main-nav) .mainItem) .sub-box)  > div{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.pc:is(header .main-nav) .mainItem) .sub-box)  > div{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.pc:is(header .main-nav) .mainItem) .sub-box)  > div{
    flex-direction: column;
  }
}:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box) .img {                    
                        box-shadow: 0 19px 50px 0 rgba(0, 0, 0, 0.20);
                    }:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box) ul{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 25px;
}:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box) a{
  position: relative;
  padding-inline-start: 10px;
  font-weight: 500;
  line-height: 22px;
  transition-duration: 300ms;
}:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box) a:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box) a):before{
  position: absolute;
  left: 0px;
  top: 40%;
  margin-inline-end: 5px;
  --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));
  --tw-content: '-';
  content: var(--tw-content);
}.show:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box){
  pointer-events: auto;
  top: var(--headerH);
  opacity: 1;
}.show:is(:is(.pc:is(header .main-nav) .mainItem) .sub-box)  > div{
  opacity: 1;
}:is(:is(.pc:is(header .main-nav) .mainItem):hover .mainTitle) span{
  left: 14px;
}:is(:is(.pc:is(header .main-nav) .mainItem):hover .mainTitle)::after{
  opacity: 1;
}.pc:is(header .main-nav) a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}header .logo-hover{
  opacity: 0;
}header .logo-w{
  opacity: 1;
}.headerLogo{
  position: relative;
  display: flex;
  height: var(--headerH);
  width: 15%;
  min-width: 200px;
  max-width: 275px;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .headerLogo{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .headerLogo{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .headerLogo{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .headerLogo{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .headerLogo{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .headerLogo{
    flex-direction: column;
  }
}.headerLogo img{
  position: absolute;
}.telBtnBox{
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 19px;
}:is(.index-section-2 .txtBox) .telBtnBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .telBtnBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .telBtnBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .telBtnBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .telBtnBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .telBtnBox{
    flex-direction: column;
  }
}@media (min-width: 1600px){.telBtnBox{
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}.telBtnBox .btn{
  display: flex;
  height: 50px;
  width: 250px;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  padding-inline-start: 1.5rem;
  padding-inline-end: 0.75rem;
  font-size: 18px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-section-2 .txtBox) .telBtnBox .btn{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .telBtnBox .btn{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .telBtnBox .btn{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .telBtnBox .btn{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .telBtnBox .btn{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .telBtnBox .btn{
    flex-direction: column;
  }
}@media (min-width: 768px){.telBtnBox .btn{
    transition-duration: 300ms;
  }
}:is(.telBtnBox .btn):nth-child(1):is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(.telBtnBox .btn):nth-child(1){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(.telBtnBox .btn):nth-child(2){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-bg-opacity));
}:is(.telBtnBox .btn) span{
  margin-inline-start: 0.75rem;
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: 1px;
}:is(.headerRight .telBtnBox) .btn{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  background-color: transparent;
}@media not all and (min-width: 1400px){:is(.headerRight .telBtnBox) .btn{
    display: none;
  }
}:is(:is(.headerRight .telBtnBox) .btn):nth-child(1):hover:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.headerRight .telBtnBox) .btn):nth-child(1):hover{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(:is(.headerRight .telBtnBox) .btn):nth-child(2):hover{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-bg-opacity));
}.gray_block{
  pointer-events: none;
  position: fixed;
  top: var(--headerH);
  left: 0px;
  z-index: -10;
  height: 100dvh;
  width: 100dvw;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0;
  transition-duration: 300ms;
}.gray_block.active{
  pointer-events: auto;
  opacity: 1;
}.headerNav:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.headerNav:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.headerNav{
  pointer-events: none;
  position: fixed;
  right: -100%;
  top: var(--headerH);
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-duration: 500ms;
}@media (min-width: 576px){.headerNav{
    max-width: 400px;
  }
}.headerNav.active{
  pointer-events: auto;
  right: 0px;
  opacity: 1;
}.headerNav .box{
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-width: 1100px;
  overflow-y: auto;
  padding-bottom: var(--headerH);
}.headerNav .main-nav{
  margin-bottom: 53px;
}:is(:is(.headerNav .main-nav) .mainItem) .bg1,:is(:is(.headerNav .main-nav) .mainItem) .img{
  display: none;
}:is(.headerNav .main-nav) .mainItem{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  transition-duration: 500ms;
}:is(:is(.headerNav .main-nav) .mainItem):last-child{
  border-bottom-width: 1px;
}:is(:is(.headerNav .main-nav) .mainItem) .mainTitle{
  display: flex;
  height: 75px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-duration: 300ms;
}:is(.index-section-2 .txtBox) :is(:is(.headerNav .main-nav) .mainItem) .mainTitle{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.headerNav .main-nav) .mainItem) .mainTitle{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.headerNav .main-nav) .mainItem) .mainTitle{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.headerNav .main-nav) .mainItem) .mainTitle{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.headerNav .main-nav) .mainItem) .mainTitle{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.headerNav .main-nav) .mainItem) .mainTitle{
    flex-direction: column;
  }
}.open:is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle):is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.open:is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle){
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle) .title-link{
  display: inline-block;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
}@media (hover: hover) {
                    :is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle):not(.open:is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle)):hover{
    padding-left: 32px;
    --tw-text-opacity: 1;
    color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  }                            
                }:is(:is(:is(.headerNav .main-nav) .mainItem) div.mainTitle):after{
  --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));
  font-family: icomoon;
  font-size: 12px;
  font-weight: 600;
  color: var(--m-body-color);
  transition-duration: 300ms;
  --tw-content: "\e906";
  content: var(--tw-content);
}.open:is(:is(:is(.headerNav .main-nav) .mainItem) div.mainTitle):after{
  --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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.headerNav .main-nav) .mainItem) .sub-box{
  position: relative;
  display: none;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 33px;
}:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) .bg2{
  position: absolute;
  bottom: -50px;
  right: -38px;
  width: 329px;
}:is(:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) ul) a{
  position: relative;
  margin-inline-start: 26px;
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 18px;
  line-height: 44px;
  transition-duration: 300ms;
}@media (hover: hover) {:is(:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) ul) a:hover{
    padding-left: 32px;
    color: var(--m-body-color);
  }
                        }:is(:is(:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) ul) a):before{
  position: absolute;
  left: 0px;
  top: 40%;
  margin-inline-end: 5px;
  --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));
  --tw-content: '-';
  content: var(--tw-content);
}.headerNav .telBtnBox{
  flex-direction: column;
}@media (hover: hover) {
                :is(:is(.headerNav .telBtnBox) .btn):hover{
    --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));
  }
            }:is(.headerNav .follow) .icon{
  --tw-scale-x: 0.8333;
  --tw-scale-y: 0.8333;
  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));
}.nav-toggle{
  pointer-events: auto;
  position: relative;
  z-index: 10;
  display: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}@media not all and (min-width: 1400px){.nav-toggle{
    display: flex;
  }
}.nav-toggle .wrapper:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.nav-toggle .wrapper{
  position: relative;
  width: 40px;
  height: 40px;
  flex-direction: column;
  row-gap: 5px;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .nav-toggle .wrapper{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .nav-toggle .wrapper{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .nav-toggle .wrapper{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .nav-toggle .wrapper{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .nav-toggle .wrapper{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .nav-toggle .wrapper{
    flex-direction: column;
  }
}@media (hover: hover) {.nav-toggle .wrapper:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-bg-opacity));
  }
        }:is(.nav-toggle .wrapper) div {            
            transition: transform .3s;
        }:is(.nav-toggle .wrapper) div:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.nav-toggle .wrapper) div:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.nav-toggle .wrapper) div{
  height: 2px;
  width: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.nav-toggle.active .wrapper:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.nav-toggle.active .wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}@media (hover: hover) {.nav-toggle.active .wrapper:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-bg-opacity));
  }
            }.bar1:is(:is(.nav-toggle.active .wrapper) div) {
                    top: 7px;
                    transform: rotate(-45deg);
                    position: relative;
                }.bar2:is(:is(.nav-toggle.active .wrapper) div) {
                    opacity: 0;
                }.bar3:is(:is(.nav-toggle.active .wrapper) div) {
                    top: -7px;
                    transform: rotate(45deg);
                    position: relative;
                }header.on:is(.formBtn .btn),header.open:is(.formBtn .btn),header.pageOn:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}header.on:is(.formBtn .btn):hover,header.open:is(.formBtn .btn):hover,header.pageOn:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}header.on,header.open,header.pageOn{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}:is(header.on,header.open,header.pageOn):not(.on:is(header.on,header.open,header.pageOn)){
            
        }:is(header.on,header.open,header.pageOn) .main-nav.pc .mainItem .mainTitle{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}:is(:is(:is(header.on,header.open,header.pageOn) .headerRight) .btn):nth-child(1):is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(:is(header.on,header.open,header.pageOn) .headerRight) .btn):nth-child(1){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(:is(:is(header.on,header.open,header.pageOn) .headerRight) .btn):nth-child(2){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-bg-opacity));
}:is(:is(:is(header.on,header.open,header.pageOn) .headerRight) .btn):hover{
  --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));
}:is(header.on,header.open,header.pageOn) .logo-hover{
  opacity: 1;
}:is(header.on,header.open,header.pageOn) .logo-w{
  opacity: 0;
}:is(:is(:is(header.on,header.open,header.pageOn) .nav-toggle) .wrapper) div:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(:is(header.on,header.open,header.pageOn) .nav-toggle) .wrapper) div:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(header.on,header.open,header.pageOn) .nav-toggle) .wrapper) div{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}:is(:is(:is(header.on,header.open,header.pageOn) .nav-toggle) .wrapper) div:hover:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(:is(header.on,header.open,header.pageOn) .nav-toggle) .wrapper) div:hover:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(header.on,header.open,header.pageOn) .nav-toggle) .wrapper) div:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}/* body.on:not(.scroll) {
    .main-header {
        @apply relative;
    }
} *//**
 * ------------------------------------------------------------------------
 *  Components Footer
 * ------------------------------------------------------------------------
 */.main-footer{
  position: relative;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-rgb) / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .main-footer{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .main-footer{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .main-footer{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .main-footer{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .main-footer{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .main-footer{
    flex-direction: column;
  }
}@media (min-width: 576px){.main-footer{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}@media (min-width: 1300px){.main-footer{
    min-height: 550px;
    padding-top: 108px;
    padding-bottom: 108px;
  }
}.main-footer .mainBox {
        --pageW:1500px;
    }@media(max-width: 768px) {.main-footer .mainBox {
            --pageW:600px;
    } 
        }.main-footer .top-box{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 33px;
  padding-bottom: 60px;
}:is(.index-section-2 .txtBox) .main-footer .top-box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .main-footer .top-box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .main-footer .top-box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .main-footer .top-box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .main-footer .top-box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .main-footer .top-box{
    flex-direction: column;
  }
}@media not all and (min-width: 992px){.main-footer .top-box{
    flex-wrap: wrap;
  }
}@media not all and (min-width: 576px){.main-footer .top-box{
    flex-direction: column;
  }
}@media (min-width: 576px){.main-footer .top-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}@media (min-width: 768px){.main-footer .top-box{
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
  }
}@media (min-width: 992px){.main-footer .top-box{
    justify-content: space-between;
  }
}@media (min-width: 1300px){.main-footer .top-box{
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-bottom: 58px;
  }
}@media (min-width: 1400px){.main-footer .top-box{
    padding-left: 30px;
    padding-right: 23px;
  }
}@media not all and (min-width: 1300px){:is(.main-footer .top-box) .logo{
    display: none;
  }
}:is(.main-footer .top-box) .box{
  gap: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.main-footer .top-box) .box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.main-footer .top-box) .box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.main-footer .top-box) .box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.main-footer .top-box) .box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.main-footer .top-box) .box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.main-footer .top-box) .box{
    flex-direction: column;
  }
}@media not all and (min-width: 1300px){:is(.main-footer .top-box) .box{
    max-width: 270px;
  }
}@media not all and (min-width: 768px){:is(.main-footer .top-box) .box{
    max-width: 100%;
  }
}@media (min-width: 1400px){:is(.main-footer .top-box) .box{
    gap: 32px;
  }
}:is(:is(.main-footer .top-box) .box) .img{
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.main-footer .top-box) .box) .img{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.main-footer .top-box) .box) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.main-footer .top-box) .box) .img{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.main-footer .top-box) .box) .img{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.main-footer .top-box) .box) .img{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.main-footer .top-box) .box) .img{
    flex-direction: column;
  }
}@media (min-width: 1300px){:is(:is(.main-footer .top-box) .box) .img{
    width: 100px;
    height: 100px;
  }
}:is(:is(.main-footer .top-box) .box) .img {
                /* img {
                    @apply max-3xl:scale-75;
                } */                
            }:is(:is(:is(.main-footer .top-box) .box) .img) i{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  transition-duration: 300ms;
}:is(:is(:is(.main-footer .top-box) .box) .img) .footer-icon01{
  font-size: 25px;
}:is(:is(:is(.main-footer .top-box) .box) .img) .footer-icon02{
  font-size: 44px;
}:is(:is(.main-footer .top-box) .box) .txt{
  letter-spacing: 0.5px;
}:is(:is(.main-footer .top-box) .box):hover .img:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.main-footer .top-box) .box):hover .img{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(:is(:is(.main-footer .top-box) .box):hover .img) i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.main-footer .top-box) .box):hover .link{
  text-decoration-line: underline;
  text-underline-offset: 3px;
}:is(.main-footer .top-box) .follow{
  gap: 11px;
}@media not all and (min-width: 1100px){:is(.main-footer .top-box) .follow{
    flex-direction: column;
  }
}@media not all and (min-width: 992px){:is(.main-footer .top-box) .follow{
    width: 100%;
  }
}@media not all and (min-width: 768px){:is(.main-footer .top-box) .follow{
    flex-direction: row;
    justify-content: flex-start;
  }
}@media not all and (min-width: 1300px){:is(:is(.main-footer .top-box) .follow) a{
    width: 50px;
    height: 50px;
  }:is(:is(:is(.main-footer .top-box) .follow) a) img{
    --tw-scale-x: 0.85;
    --tw-scale-y: 0.85;
    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));
  }
}.fb:is(:is(:is(.main-footer .top-box) .follow) a) img{
  bottom: -4px;
}@media not all and (min-width: 1300px){.fb:is(:is(:is(.main-footer .top-box) .follow) a) img{
    left: 14px;
  }
}.main-footer .bottom-box{
  display: flex;
  align-items: center;
  gap: 42px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-border-opacity));
}:is(.index-section-2 .txtBox) .main-footer .bottom-box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .main-footer .bottom-box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .main-footer .bottom-box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .main-footer .bottom-box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .main-footer .bottom-box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .main-footer .bottom-box{
    flex-direction: column;
  }
}@media not all and (min-width: 1100px){.main-footer .bottom-box{
    flex-wrap: wrap;
  }
}@media (min-width: 576px){.main-footer .bottom-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}@media (min-width: 768px){.main-footer .bottom-box{
    justify-content: center;
    border-top-width: 1px;
    padding-top: 50px;
  }
}@media (min-width: 1100px){.main-footer .bottom-box{
    justify-content: space-between;
  }
}@media (min-width: 1300px){.main-footer .bottom-box{
    gap: 30px;
    padding-top: 85px;
  }
}@media (min-width: 1400px){.main-footer .bottom-box{
    padding-left: 40px;
    padding-right: 9px;
  }
}:is(.main-footer .bottom-box) a{
  text-underline-offset: 3px;
  transition-duration: 500ms;
}:is(.main-footer .bottom-box) a:hover{
  text-decoration-line: underline;
}:is(.main-footer .bottom-box) .box{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.main-footer .bottom-box) .box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.main-footer .bottom-box) .box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.main-footer .bottom-box) .box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.main-footer .bottom-box) .box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.main-footer .bottom-box) .box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.main-footer .bottom-box) .box{
    flex-direction: column;
  }
}@media not all and (min-width: 1300px){:is(.main-footer .bottom-box) .box{
    flex-direction: column;
  }
}@media not all and (min-width: 768px){:is(.main-footer .bottom-box) .box{
    width: 100%;
  }
}:is(:is(.main-footer .bottom-box) .box) i{
  margin-inline-end: 10px;
}:is(:is(.main-footer .bottom-box) .box) .img{
  row-gap: 17px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.main-footer .bottom-box) .box) .img{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.main-footer .bottom-box) .box) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.main-footer .bottom-box) .box) .img{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.main-footer .bottom-box) .box) .img{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.main-footer .bottom-box) .box) .img{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.main-footer .bottom-box) .box) .img{
    flex-direction: column;
  }
}@media (min-width: 1300px){:is(:is(.main-footer .bottom-box) .box) .img{
    flex-direction: column;
    padding-top: 0.75rem;
  }
}:is(:is(:is(.main-footer .bottom-box) .box) .img) img{
  width: 40px;
}:is(:is(:is(.main-footer .bottom-box) .box) .img) span{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.9px;
}:is(:is(.main-footer .bottom-box) .box) ul{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-border-opacity));
  padding-top: 17px;
}@media not all and (min-width: 1300px){:is(:is(.main-footer .bottom-box) .box) ul{
    margin-top: 17px;
    width: 100%;
    border-top-width: 1px;
  }
}@media (min-width: 1300px){:is(:is(.main-footer .bottom-box) .box) ul{
    margin-left: 20px;
    border-left-width: 1px;
    padding-left: 30px;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
}@media (min-width: 1500px){:is(:is(.main-footer .bottom-box) .box) ul{
    margin-left: 38px;
    padding-left: 38px;
  }
}:is(:is(:is(.main-footer .bottom-box) .box) ul) li{
  letter-spacing: 0.8px;
}:is(:is(:is(:is(.main-footer .bottom-box) .box) ul) li):not(:last-child){
  margin-bottom: 0.75rem;
}@media not all and (min-width: 1100px){.footer-copyright{
    margin-top: 20px;
  }
}/**
 * ------------------------------------------------------------------------
 *  Components Footer Copyright
 * ------------------------------------------------------------------------
 */.topBtn {    
    --cut-top-left: 15px;    
    position: fixed;    
    right: 10px;    
    bottom: 80px;    
    z-index: 100;    
    cursor: pointer;    
    opacity: 0;    
    transition-duration: 300ms;
}.topBtn:hover{
  bottom: 100px;
}@media (min-width: 992px){.topBtn{
    right: 30px;
  }
}.topBtn .goTop {
        --cut-top-left: 15px;
        height: 67px;
        width: 57px;
        flex-direction: column;
        gap: 5px;
        font-family: Jost Variable, sans-serif;
        font-size: 16px;
        line-height: 1.6em;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        display: flex;
        align-items: center;
        justify-content: center;
    }:is(.index-section-2 .txtBox) .topBtn .goTop{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .topBtn .goTop{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .topBtn .goTop{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .topBtn .goTop{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .topBtn .goTop{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .topBtn .goTop{
    flex-direction: column;
  }
}@media (min-width: 992px){.topBtn .goTop{
    height: 87px;
    width: 77px;
  }
}.topBtn .goTop {
        background: linear-gradient(133deg, #94D622 18.95%, #69AB21 45.96%, #5EA11B 72.97%, #468E2D 99.98%);
    }@media not all and (min-width: 992px){:is(.topBtn .goTop) img{
    height: auto;
    width: 18px;
  }
}.topBtn.show{
  opacity: 1;
}.topBtn:after{
  pointer-events: none;
  position: absolute;
  bottom: -35px;
  right: 50%;
  height: 40px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(180 179 179 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}/**
 * ------------------------------------------------------------------------
 *  Components mixin
 * ------------------------------------------------------------------------
 */.shareBox{
  display: flex;
  align-items: center;
  gap: 18px;
}:is(.index-section-2 .txtBox) .shareBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .shareBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .shareBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .shareBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .shareBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .shareBox{
    flex-direction: column;
  }
}.shareBox span{
  flex-shrink: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.9px;
}.shareBox .icon{
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}:is(.index-section-2 .txtBox) .shareBox .icon{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .shareBox .icon{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .shareBox .icon{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .shareBox .icon{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .shareBox .icon{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .shareBox .icon{
    flex-direction: column;
  }
}@media (min-width: 576px){.shareBox .icon{
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
}:is(.shareBox .icon) a{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 9999px;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.shareBox .icon) a{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.shareBox .icon) a{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.shareBox .icon) a{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.shareBox .icon) a{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.shareBox .icon) a{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.shareBox .icon) a{
    flex-direction: column;
  }
}:is(.shareBox .icon) a:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}.follow{
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .follow{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .follow{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .follow{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .follow{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .follow{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .follow{
    flex-direction: column;
  }
}.follow .icon{
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}:is(.index-section-2 .txtBox) .follow .icon{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .follow .icon{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .follow .icon{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .follow .icon{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .follow .icon{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .follow .icon{
    flex-direction: column;
  }
}:is(.follow .icon) a{
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 9999px;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.follow .icon) a{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.follow .icon) a{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.follow .icon) a{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.follow .icon) a{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.follow .icon) a{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.follow .icon) a{
    flex-direction: column;
  }
}:is(.follow .icon) a:hover{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}.readMore{
  position: relative;
  display: inline-flex;
  width: 180px;
  align-items: center;
  justify-content: space-between;
  padding-left: 6.5px;
  padding-right: 6.5px;
  padding-bottom: 15px;
  transition-duration: 500ms;
}.readMore:after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 100%;
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
        background: linear-gradient(90deg, #A0DD41 0%, #64C551 33.33%, #2CABB2 66.67%, #2CABB2 100%);
}.readMore span{
  font-family: Jost Variable, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
  transition-duration: 500ms;
}.readMore i{
  width: 35px;
  height: 35px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(44 171 178 / var(--tw-border-opacity));
  font-size: 9px;
  --tw-text-opacity: 1;
  color: rgb(44 171 178 / var(--tw-text-opacity));
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .readMore i{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .readMore i{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .readMore i{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .readMore i{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .readMore i{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .readMore i{
    flex-direction: column;
  }
}.readMore:hover{
  padding-left: 8px;
  padding-right: 8px;
}.readMore:hover:after {
            background: linear-gradient(90deg, #2CABB2 0%, #2CABB2 33.33%, #64C551 66.67%, #A0DD41 100%);
        }.readMore:hover span{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.readMore:hover i{
  --tw-bg-opacity: 1;
  background-color: rgb(44 171 178 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}/**
 * ------------------------------------------------------------------------
 *  Components MainNav
 * ------------------------------------------------------------------------
 *//* .page-nav {
    @apply absolute lg:bottom-0 max-lg:top-[calc(100%-50px)] w-full z-40;
    .navTitle {
        @apply lg:hidden h-[50px] bg-secondary/10 w-full flex items-center justify-between px-[1em] text-[15px];
        i.icon-back {
            @apply inline-block -rotate-90 duration-300;
        }
        &.active {
            i.icon-back {
                @apply rotate-90;
            }
            + .navTag {
                @apply bg-body-color opacity-100 pointer-events-auto;
            }
        }
    }
    .navTag {
        @apply flex max-lg:flex-col max-lg:w-[calc(100%-var(--sidePadding)*2)] max-lg:absolute max-lg:top-[50px] max-lg:opacity-0 duration-300 max-lg:pointer-events-none;       
    }
    .item {
        @apply lg:w-[calc(100%/6)] lg:h-[100px] h-[50px] lg:bg-black/20 hover:bg-secondary/10 text-sm lh-normal text-white text-center duration-300;
        
        &.active {
            @apply bg-primary;
        }

        a {
            @apply size-full flex items-center lg:justify-center px-[2.5vw] max-3xl:text-[15px];
        }
    }
} *//**
 * ------------------------------------------------------------------------
 *  Components Breadcrumb
 * ------------------------------------------------------------------------
 */.page-breadcrumb {
    --pageW:1440px;
    position: relative;
    z-index: 30;
    overflow: hidden;
}@media not all and (min-width: 576px){.page-breadcrumb{
    display: none;
  }
}.breadcrumb-nav{
  text-align: end;
  font-size: 13px;
}@media (min-width: 992px){.breadcrumb-nav{
    font-size: 15px;
    line-height: 1.2em;
  }
}.breadcrumb-nav a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}.breadcrumb-nav a:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.breadcrumb-nav .breadcrumb{
  display: inline;
}:is(.breadcrumb-nav .breadcrumb) li{
  position: relative;
  display: inline;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.breadcrumb-nav .breadcrumb) .breadcrumb-item)::before{
  position: absolute;
  top: 10px;
  left: 7px;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.pagination {
    --size: 50px;
}@media (max-width: 768px) {.pagination {
        --size: 40px;
}
    }.pagination{
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 80px;
}:is(.index-section-2 .txtBox) .pagination{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .pagination{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .pagination{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .pagination{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .pagination{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .pagination{
    flex-direction: column;
  }
}@media (min-width: 576px){.pagination{
    padding-top: 50px;
    padding-bottom: 100px;
  }
}@media (min-width: 768px){.pagination{
    gap: 20px;
  }
}.page-item{
  width: var(--size);
  height: var(--size);
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .page-item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-item{
    flex-direction: column;
  }
}.page-item.disabled{
  pointer-events: none;
}:is(.page-item.disabled .page-link) i{
  --tw-text-opacity: 1;
  color: rgb(var(--m-lineColor-rgb) / var(--tw-text-opacity));
}@media (min-width: 768px){.page-item.pre,.page-item.next,.page-item.more{
    margin-left: 10px;
    margin-right: 10px;
  }
}:is(.page-item.pre,.page-item.next,.page-item.more) .page-link{
  border-style: none;
}:is(:is(.page-item.pre,.page-item.next,.page-item.more) .page-link) i{
  font-size: 12px;
  transition-duration: 300ms;
}:is(.page-item.pre,.page-item.next,.page-item.more):hover .page-link{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(.page-item.pre,.page-item.next,.page-item.more):hover .page-link) i{
  padding-left: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.page-link{
  width: var(--size);
  height: var(--size);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  font-family: Jost Variable, sans-serif;
  font-size: 18px;
  line-height: 30px;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .page-link{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .page-link{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .page-link{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .page-link{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-link{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .page-link{
    flex-direction: column;
  }
}.page-link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-lineColor-rgb) / var(--tw-bg-opacity));
}.active > .page-link:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.active > .page-link{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}/*#cc-main {
    --cc-bg: #fff;
    --cc-primary-color: #161414;
    --cc-secondary-color: #161414;


    --cc-btn-primary-bg: #161414;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-hover-bg: #fff;
    --cc-btn-primary-hover-color: #bd7800;

    --cc-btn-secondary-bg: #535353;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #fff;
    --cc-btn-secondary-hover-color: #161414;

    --cc-cookie-category-block-bg: #1e1e1e;
    --cc-cookie-category-block-border: #1e1e1e;
    --cc-cookie-category-block-hover-bg: #1e1e1e;
    --cc-cookie-category-block-hover-border: #1e1e1e;
    --cc-cookie-category-expanded-block-hover-bg: #1e1e1e;
    --cc-cookie-category-expanded-block-bg: #1e1e1e;

    --cc-overlay-bg: rgba(219, 232, 255, 0.85) !important;

    --cc-toggle-readonly-bg: #353535;
    --cc-toggle-on-knob-bg: #767676;
    --cc-toggle-off-bg: #454545;
    --cc-toggle-readonly-knob-bg: #767676;

    --cc-separator-border-color: #454545;

    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);

    --cc-btn-border-radius: 10px / 10px;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);

    a {
        @apply text-primary;
    }
    .cm {
        @apply rounded-[20px] max-w-[400px] font-body;        
    }
    .cm__texts {
        padding: 35px 0 0;
    }
    .cm__title {
        @apply text-body-color text-base font-medium;
        +.cm__desc {
            @apply mb-[20px] mt-[14px];
        }
    }
    .cm__desc,
    .cm__title {
        padding: 0 30px;
    }
    .cm__desc {
        @apply text-body-color text-sm;
        span {
            @apply mt-[1em] block;
        }
    }
    
    .cm__btns {
        @apply border-lineColor mt-0;
    }
    .cm__btn+.cm__btn,  .cm__btn-group+.cm__btn-group {
        @apply mt-[10px]
    }
    .cm__btns,
    .cm__links {
        padding: 20px 30px;
    }

    .cm__btn {
        @apply text-sm font-medium h-[40px] border-none rounded-[10px] duration-300;
        &[data-role="all"] {
            @apply bg-primary;
        }
        &[data-role="necessary"] {
            @apply bg-secondary-dark;
        }
        &:hover {
            @apply opacity-80 text-white;
        }
    }

    .pm--box {
        @apply translate-y-0 bottom-[17px] max-w-[700px] h-auto max-h-none mr-0;
        transform: translateY(0) !important;
    }

    .pm {
        @apply rounded-[20px];
    }


    .pm__title {
        font-size: 18px;
    }
    .pm__section-desc {
        font-size: 16px;
    }
    .pm__section-title {
        @apply text-base font-medium;
    }
    .pm__section--expandable .pm__section-arrow {
        background: var(----cc-cookie-category-block-bg);
    }

    .pm__section-desc-wrapper {
        @apply mt-[20px];
    }

    .pm__section--toggle {
        @apply mb-[10px];
        .pm__section-title {
            @apply bg-secondary-light;
        }
    }

    .section__toggle,
    .section__toggle-wrapper,
    .toggle__icon,
    .toggle__label {
        border-radius: 50px;
        height: 35px;
        width: 80px;
    }
    .toggle__icon {
        box-shadow: none;
    }
    .toggle__icon-circle {
        background: #353535;
        border-radius: 50px;
        height: 35px;
        width: 35px;
    }
    .section__toggle {
        &:checked ~ .toggle__icon {
            background: #454545;
            box-shadow: none;
            .toggle__icon-circle {
                transform: translateX(45px);
            }
        }
        &:checked:disabled ~ .toggle__icon {
            background: #454545;
            svg {
                stroke: #343e45;
            }
        }
    }
    
    .toggle__icon-off svg {
        stroke: #5b5b5b;
    }
    .pm__header {
        @apply h-[70px] border-lineColor;
    }
    
    .pm__body,
    .pm__footer,
    .pm__header {
        @apply px-[43px];
    }
    .pm__close-btn {
        @apply bg-white border-primary border-2 size-[40px] rounded-[10px];
        &:hover {
            @apply bg-primary text-white;
        }
    }
    .pm__section {
        &:first-child {
            margin-bottom: 24px;
        }
    }
    .pm__btn {
        font-size: 16px;
        font-weight: 500;
        min-width: 136px;
        height: 40px;
        border: none;
    }
    .pm__btn + .pm__btn,
    .pm__btn-group + .pm__btn-group {
        margin-left: 11px;
    }
    .pm__section--toggle .pm__section-desc-wrapper {
        border-top: 1px solid var(--cc-bg);
    }
    .pm__badge {
        background: transparent;
        padding: 0 1em;
    }
}*/#cc-main {
    --cc-bg: #fff;
    --cc-primary-color: #000;
    --cc-secondary-color: #000;

    /*全部接受*/
    --cc-btn-primary-bg: #7DC119;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-hover-bg: #7DC119;
    --cc-btn-primary-hover-color: #fff;

    --cc-btn-secondary-bg: #454545;
    --cc-btn-secondary-color: var(--cc-secondary-color);
    --cc-btn-secondary-hover-bg: #FDF1F5;
    --cc-btn-secondary-hover-color: #000;

    --cc-cookie-category-block-bg: #F1F1F1;
    --cc-cookie-category-block-border: transparent;
    --cc-cookie-category-block-hover-bg: transparent;
    --cc-cookie-category-block-hover-border: transparent;
    --cc-cookie-category-expanded-block-hover-bg: transparent;
    --cc-cookie-category-expanded-block-bg: transparent;

    --cc-overlay-bg: rgb(37 37 37 / 50%) !important;

    --cc-toggle-readonly-bg: #353535;
    --cc-toggle-on-knob-bg: #767676;
    --cc-toggle-off-bg: #A4063E;
    --cc-toggle-readonly-knob-bg: #fff; /*滑鈕顏色*/

    --cc-separator-border-color: #B3B3B3;

    --cc-footer-border-color: #f1f3f5;
    --cc-footer-bg: var(--cc-bg);

    --cc-btn-border-radius: 10px / 10px;
    --cc-modal-border-radius: var(--cc-btn-border-radius);
    --cc-pm-toggle-border-radius: var(--cc-btn-border-radius);
    

    /* @apply bg-black/50 size-full top-0; */
}#cc-main a{
  font-weight: 400;
}#cc-main .cm {
        max-width: 400px;
        font-family: "Roboto Flex Variable", sans-serif;
        border-radius: 20px;
    }#cc-main .cm__texts {
        padding: 35px 0 0;
    }#cc-main .cm__title {
        font-size: 18px;
        font-weight: 600;
    }#cc-main .cm__desc,#cc-main .cm__title {
        padding: 0 30px;
    }#cc-main .cm__desc{
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.6em;
  line-height: 1.5;
}:is(#cc-main .cm__desc) a{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(#cc-main .cm__desc) span{
  margin-top: 1em;
  display: block;
}#cc-main .cm__btns,#cc-main .cm__links {
        padding: 20px 30px 25px 30px;
    }@media (min-width: 992px){#cc-main .cm--right{
    margin-right: 50px;
  }
}@media (min-width: 768px){#cc-main .cm--bottom{
    bottom: 65px;
  }
}#cc-main .cm__btn {
        font-size: 16px;
        font-weight: 500;
        border-width: 0px;
    }#cc-main .cm__btn:hover{
  opacity: 0.8;
}[data-role='necessary']:is(#cc-main .cm__btn){
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-bg-opacity));
}@media (min-width: 768px){#cc-main .pm{
    border-radius: 20px;
  }
}#cc-main .pm__title {
        font-size: 18px;
        font-weight: 500;
    }#cc-main .pm__section-desc {
        font-size: 16px;        
    }:is(#cc-main .pm__section--toggle) .pm__section-title{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}:is(#cc-main .pm__section--toggle) .pm__section-title:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}:is(#cc-main .pm__section--toggle) .pm__section-title {
            font-size: 18px;
            font-weight: 500;
        }:is(#cc-main .pm__section--toggle) .pm__section-desc{
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
}#cc-main .pm__section--toggle.is-expanded .pm__section-title{
  height: 60px;
  border-radius: 10px;
}:is(#cc-main .pm__section--toggle) .pm__section-desc-wrapper{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}[aria-expanded="true"]:is(:is(#cc-main .pm__section--toggle) .pm__section-title){
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}#cc-main .pm__section--expandable .pm__section-arrow {
        background: var(----cc-cookie-category-block-bg);
        left: 28px;
        color: var(--m-body-color);
    }#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label {
        border-radius: 50px;
        height: 35px;
        width: 80px;
    }#cc-main .toggle__icon {
        box-shadow: none;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
    }#cc-main .toggle__icon-on svg{
  stroke: var(--m-body-color);
}#cc-main .toggle__icon-circle {
        /* @apply bg-tertiary-emphasis; */
        border-radius: 50px;
        height: 35px;
        width: 35px;
    }:is(#cc-main .section__toggle):checked ~ .toggle__icon:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(#cc-main .section__toggle):checked ~ .toggle__icon{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
            box-shadow: none;
}:is(:is(#cc-main .section__toggle):checked ~ .toggle__icon) .toggle__icon-circle {
                transform: translateX(45px);
            }:is(:is(#cc-main .section__toggle):checked ~ .toggle__icon) .toggle__icon-circle:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(#cc-main .section__toggle):checked ~ .toggle__icon) .toggle__icon-circle:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(#cc-main .section__toggle):checked ~ .toggle__icon) .toggle__icon-circle{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}:is(#cc-main .section__toggle):checked:disabled ~ .toggle__icon{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-bg-opacity));            
            box-shadow: none;
}:is(:is(#cc-main .section__toggle):checked:disabled ~ .toggle__icon) svg {
                stroke: #161414;
            }:is(:is(#cc-main .section__toggle):checked:disabled ~ .toggle__icon) .toggle__icon-circle:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(#cc-main .section__toggle):checked:disabled ~ .toggle__icon) .toggle__icon-circle:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(#cc-main .section__toggle):checked:disabled ~ .toggle__icon) .toggle__icon-circle{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}#cc-main .pm--box {
        max-height: none;
        max-width: 700px;
        height: auto;
    }@media (min-width: 768px){#cc-main .pm--box{
    left: auto;
    bottom: 50px;
    top: auto;
    margin-left: 1rem;
    transform: none !important;
  }
}@media (min-width: 992px){#cc-main .pm--box{
    margin-right: 50px;
  }
}#cc-main .toggle__icon-off svg{
  stroke: var(--m-body-color);
}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header {
        padding: 20px 30px;
    }#cc-main .pm__header {
        padding: 16px 30px 17px 43px;
    }#cc-main .pm__footer {
        padding: 20px 30px 30px 30px;
    }#cc-main .pm__close-btn:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}#cc-main .pm__close-btn:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}#cc-main .pm__close-btn{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}:is(#cc-main .pm__close-btn) svg{
  stroke: var(--m-body-color);
}:is(#cc-main .pm__close-btn):hover:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(#cc-main .pm__close-btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(#cc-main .pm__close-btn):hover svg{
  stroke: #fff;
}:is(#cc-main .pm__section):first-child {
            margin-bottom: 24px;
            margin-left: 15px;
            margin-right: 15px;
        }#cc-main .pm__btn {
        border: none;
        height: 40px;
        min-width: 136px;
        font-size: 16px;
        line-height: 1.6em;
        font-weight: 500;
        transition-duration: 500ms;
    }#cc-main .pm__btn:hover{
  opacity: 0.8;
}[data-role='necessary']:is(#cc-main .pm__btn){
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-dark-rgb) / var(--tw-bg-opacity));
}#cc-main .pm__btn--secondary{
  min-width: 179px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-lineColor-rgb) / var(--tw-bg-opacity));
  color: var(--m-body-color);
  transition-duration: 500ms;
}#cc-main .pm__btn--secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-lineColor-rgb) / var(--tw-bg-opacity));
  opacity: 0.8;
}#cc-main .pm__btn + .pm__btn,#cc-main .pm__btn-group + .pm__btn-group {
        margin-left: 11px;
    }#cc-main .pm__section--toggle .pm__section-desc-wrapper {
        border-top: 2px solid var(--cc-bg);
    }#cc-main .pm__badge {
        background: transparent;
        padding: 0 1em;
        font-weight: 500;
    }/**
 * ------------------------------------------------------------------------
 *  Page Index
 * ------------------------------------------------------------------------
 *//**
 * ------------------------------------------------------------------------
 *  Index
 * ------------------------------------------------------------------------
 */.main-content{
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  overflow: hidden;
}.index-banner{
  position: relative;
  z-index: 100;
  height: 100vh;
  overflow: hidden;
}@media (max-width: 768px) {.index-banner .bannerBg {
            --w: 83px;
            --h: 53px;
    }
        }.index-banner .bannerBg{
  width: calc(100% - 50px);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}@media (min-width: 576px){.index-banner .bannerBg{
    width: 78%;
  }
}.index-banner .txtBox{
  position: absolute;
  top: 50%;
  z-index: 10;
  --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));
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 576px){.index-banner .txtBox{
    top: 58%;
  }
}@media (min-width: 1600px){.index-banner .txtBox{
    left: 9vw;
  }
}:is(.index-banner .txtBox) .tit{
  max-width: 807px;
  font-family: Jost Variable, sans-serif;
  font-weight: 500;
  line-height: 1.1em;
            font-size: clamp(3.625rem, 1.2019rem + 6.7308vw, 6.25rem); /* 100px → 58px */
}:is(:is(.index-banner .txtBox) .tit) span{
  display: inline-block;
}:is(.index-banner .txtBox) .txt{
  position: relative;
  margin-top: 25px;
  padding-top: 25px;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 2px;
}@media (min-width: 576px){:is(.index-banner .txtBox) .txt{
    margin-top: 32px;
    padding-top: 35px;
  }
}@media (min-width: 1100px){:is(.index-banner .txtBox) .txt{
    font-size: clamp(1.25rem, 1.0192rem + 0.641vw, 1.5rem);
    line-height: 1.6em;
  }
}:is(:is(.index-banner .txtBox) .txt):before{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 3px;
  width: 50%;
  --tw-content: '';
  content: var(--tw-content);
                background: linear-gradient(90deg, #A0DD41 0%, #64C551 33.33%, #2CABB2 66.67%, #2CABB2 100%);
}:is(:is(.index-banner .txtBox) .txt) span{
  display: inline-block;
}:is(.index-banner .txtBox) .swiper-control{
  margin-top: 50px;
  display: flex;
  width: 300px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}:is(.index-section-2 .txtBox) :is(.index-banner .txtBox) .swiper-control{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-banner .txtBox) .swiper-control{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-banner .txtBox) .swiper-control{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.index-banner .txtBox) .swiper-control{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-banner .txtBox) .swiper-control{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-banner .txtBox) .swiper-control{
    flex-direction: column;
  }
}@media (min-width: 576px){:is(.index-banner .txtBox) .swiper-control{
    margin-top: 60px;
  }
}@media (min-width: 768px){:is(.index-banner .txtBox) .swiper-control{
    margin-top: 76px;
  }
}:is(:is(.index-banner .txtBox) .swiper-control) .banner-swiper-pagination{
  width: auto;
  font-family: Jost Variable, sans-serif;
}:is(:is(:is(.index-banner .txtBox) .swiper-control) .banner-swiper-pagination) .swiper-pagination-current{
  font-size: 28px;
}:is(:is(:is(.index-banner .txtBox) .swiper-control) .banner-swiper-pagination) .swiper-pagination-total{
  font-size: 18px;
  line-height: 30px;
}:is(:is(:is(.index-banner .txtBox) .swiper-control) .banner-swiper-pagination) .icon{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  --tw-rotate: 12deg;
  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));
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
}.index-banner .imgBox{
  height: calc(100vh + 40px);
}:is(.index-banner .imgBox) img{
  height: 100%;
  min-height: 794px;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}.index-banner .bannerArrow{
  position: absolute;
  bottom: 8vw;
  right: var(--sidePadding);
  z-index: 20;
  width: 220px;
  height: 220px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(139 196 14 / var(--tw-border-opacity));
  font-size: 12px;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .index-banner .bannerArrow{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-banner .bannerArrow{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-banner .bannerArrow{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-banner .bannerArrow{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-banner .bannerArrow{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-banner .bannerArrow{
    flex-direction: column;
  }.index-banner .bannerArrow{
    display: none;
  }
}@media (min-width: 1600px){.index-banner .bannerArrow{
    right: 7vw;
  }
}.index-banner .bannerArrow {        
        animation: opacity 2s linear infinite;           
    }:is(.index-banner .bannerArrow) i:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.index-banner .bannerArrow) i:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-banner .bannerArrow) i{
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.index-banner .bannerArrow) i{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-banner .bannerArrow) i{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-banner .bannerArrow) i{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.index-banner .bannerArrow) i{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-banner .bannerArrow) i{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-banner .bannerArrow) i{
    flex-direction: column;
  }
}:is(:is(.index-banner .bannerArrow) i):before {
                animation: upAndDown 1.5s linear infinite;
            }:is(.index-banner .bannerArrow) img {
            animation: rotate 10s linear infinite;
        }@keyframes upAndDown {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}@keyframes opacity {
    0% {
        border-color: rgb(139 196 14 / 1);
    }

    50% {
        border-color: rgb(139 196 14 / 0.4);
    }

    100% {
        border-color: rgb(139 196 14 / 1);
    }
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}.indexBg{
  position: absolute;
  left: 0px;
  top: calc(100vh - 80px);
  z-index: 100;
}@media not all and (min-width: 576px){.indexBg{
    display: none;
  }
}.indexBg {
    mix-blend-mode: multiply;
}.index{
  overflow: hidden;
}.index-section-1{
  position: relative;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
  padding-top: 35px;
}:is(.index-section-2 .txtBox) .index-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-1{
    flex-direction: column;
  }
}@media (min-width: 576px){.index-section-1{
    padding-top: 70px;
  }
}.index-section-1 .mainC{
  margin-left: auto;
  margin-right: 0px;
  display: flex;
  width: 100%;
  max-width: 1570px;
  justify-content: space-between;
}:is(.index-section-2 .txtBox) .index-section-1 .mainC{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-1 .mainC{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-1 .mainC{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-section-1 .mainC{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-1 .mainC{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-1 .mainC{
    flex-direction: column;
  }.index-section-1 .mainC{
    margin-bottom: -210px;
    flex-direction: column;
    align-items: flex-end;
  }
}@media (min-width: 1100px){.index-section-1 .mainC{
    width: 85%;
  }
}.index-section-1 .txtBox{
  padding-left: var(--sidePadding);
  padding-right: 20px;
  padding-bottom: 50px;
}@media not all and (min-width: 768px){.index-section-1 .txtBox{
    margin-right: auto;
    max-width: 600px;
  }
}:is(.index-section-1 .txtBox) .titBox{
  padding-top: 10px;
}@media (min-width: 768px){:is(.index-section-1 .txtBox) .titBox{
    max-width: 580px;
    padding-top: 46px;
  }
}:is(.index-section-1 .txtBox) .txt{
  padding-top: 10px;
}@media (min-width: 768px){:is(.index-section-1 .txtBox) .txt{
    max-width: 554px;
    padding-top: 39px;
  }
}@media (min-width: 1100px){:is(.index-section-1 .txtBox) .txt{
    margin-left: 83px;
  }
}:is(.index-section-1 .txtBox) .infoBox{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-top: 38px;
}@media (min-width: 768px){:is(.index-section-1 .txtBox) .infoBox{
    gap: 45px;
    padding-top: 4vw;
  }
}@media (min-width: 1100px){:is(.index-section-1 .txtBox) .infoBox{
    margin-left: 85px;
  }
}@media (min-width: 1600px){:is(.index-section-1 .txtBox) .infoBox{
    -moz-column-gap: 115px;
         column-gap: 115px;
  }
}:is(:is(:is(.index-section-1 .txtBox) .infoBox) .item)  > span{
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.9px;
}@media (min-width: 768px){:is(:is(:is(.index-section-1 .txtBox) .infoBox) .item)  > span{
    font-size: 18px;
    line-height: 30px;
  }
}:is(:is(.index-section-1 .txtBox) .infoBox) .num{
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  font-family: Jost Variable, sans-serif;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(115 171 9 / var(--tw-text-opacity));
}:is(.index-section-2 .txtBox) :is(:is(.index-section-1 .txtBox) .infoBox) .num{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.index-section-1 .txtBox) .infoBox) .num{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.index-section-1 .txtBox) .infoBox) .num{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.index-section-1 .txtBox) .infoBox) .num{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.index-section-1 .txtBox) .infoBox) .num{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.index-section-1 .txtBox) .infoBox) .num{
    flex-direction: column;
  }
}:is(:is(:is(.index-section-1 .txtBox) .infoBox) .num) .counter,:is(:is(:is(.index-section-1 .txtBox) .infoBox) .num) .counterNoRun {
                    font-size: clamp(3.125rem, 2.6328rem + 1.3672vw, 4rem); /* 64px → 50px*/
                }:is(:is(:is(.index-section-1 .txtBox) .infoBox) .num) span{
  font-size: 36px;
}:is(:is(.index-section-1 .txtBox) .infoBox) .more:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(.index-section-1 .txtBox) .infoBox) .more:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.index-section-1 .txtBox) .infoBox) .more{
  margin-left: 15px;
  margin-top: 35px;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.index-section-1 .txtBox) .infoBox) .more{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.index-section-1 .txtBox) .infoBox) .more{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.index-section-1 .txtBox) .infoBox) .more{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.index-section-1 .txtBox) .infoBox) .more{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.index-section-1 .txtBox) .infoBox) .more{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.index-section-1 .txtBox) .infoBox) .more{
    flex-direction: column;
  }
}@media (min-width: 768px){:is(:is(.index-section-1 .txtBox) .infoBox) .more{
    width: 100px;
    height: 100px;
  }
}:is(:is(.index-section-1 .txtBox) .infoBox) .more {
                box-shadow: 10px 10px 30px 0 rgba(29, 83, 138, 0.15);
            }:is(:is(:is(.index-section-1 .txtBox) .infoBox) .more) i{
  transition-duration: 300ms;
}:is(:is(:is(.index-section-1 .txtBox) .infoBox) .more):hover {
                    box-shadow: 10px 10px 30px 0 rgba(29, 83, 138, 0.35);
                }:is(:is(:is(.index-section-1 .txtBox) .infoBox) .more):hover i{
  --tw-rotate: 45deg;
  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));
}.index-section-1 .img01{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 20%;
}@media not all and (min-width: 1100px){.index-section-1 .img01{
    display: none;
  }
}@media (min-width: 1300px){.index-section-1 .img01{
    bottom: -90px;
  }
}:is(.index-section-1 .img01) img {
            --cut-top-right: 100px;
        }.index-section-1 .img02{
  position: relative;
  z-index: 10;
  max-width: 720px;
}@media (min-width: 768px){.index-section-1 .img02{
    width: 47%;
  }
}:is(.index-section-1 .img02)  > img {
            --cut-top-left: 100px;
            height: 390px;
            -o-object-fit: cover;
               object-fit: cover;
        }@media not all and (min-width: 768px){:is(.index-section-1 .img02)  > img{
    max-width: 305px;
  }
}@media (min-width: 768px){:is(.index-section-1 .img02)  > img{
    height: 100%;
  }
}@media (max-width: 768px) {:is(.index-section-1 .img02)  > img {
                --cut-top-left: 38px;
        }
            }:is(.index-section-1 .img02) a {
            --cut-top-left: 48px;
            position: absolute;
            left: -53px;
            bottom: 0px;
            z-index: 10;
            height: 125px;
            width: 110px;
            transition-duration: 300ms;
            display: flex;
            align-items: center;
            justify-content: center;
        }:is(.index-section-2 .txtBox) :is(.index-section-1 .img02) a{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-section-1 .img02) a{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-section-1 .img02) a{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.index-section-1 .img02) a{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-section-1 .img02) a{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-section-1 .img02) a{
    flex-direction: column;
  }
}@media not all and (min-width: 1600px){:is(.index-section-1 .img02) a{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media not all and (min-width: 768px){:is(.index-section-1 .img02) a{
    --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));
  }
}@media (min-width: 768px){:is(.index-section-1 .img02) a{
    left: -115px;
    bottom: -58px;
    height: 254px;
    width: 224px;
  }
}:is(.index-section-1 .img02) a {
            background: linear-gradient(133deg, #94D622 18.95%, #69AB21 45.96%, #5EA11B 72.97%, #468E2D 99.98%);
        }@media (max-width: 768px) {:is(.index-section-1 .img02) a {
                --cut-top-left: 23px;
        }
            }:is(:is(.index-section-1 .img02) a)  > span{
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 400ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.index-section-1 .img02) a)  > span{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.index-section-1 .img02) a)  > span{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.index-section-1 .img02) a)  > span{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.index-section-1 .img02) a)  > span{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.index-section-1 .img02) a)  > span{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.index-section-1 .img02) a)  > span{
    flex-direction: column;
  }
}:is(:is(:is(.index-section-1 .img02) a) > span):nth-child(1){
  bottom: -10px;
  opacity: 1;
}@media not all and (min-width: 768px){:is(:is(:is(.index-section-1 .img02) a) > span):nth-child(1) img{
    width: 40px;
  }
}:is(:is(:is(.index-section-1 .img02) a) > span):nth-child(1) span{
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}@media (min-width: 768px){:is(:is(:is(.index-section-1 .img02) a) > span):nth-child(1) span{
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.6em;
  }
}:is(:is(:is(.index-section-1 .img02) a) > span):nth-child(2){
  bottom: -30%;
  font-family: Jost Variable, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  opacity: 0;
}@media (min-width: 768px){:is(:is(:is(.index-section-1 .img02) a) > span):nth-child(2){
    font-size: 24px;
  }
}:is(:is(:is(.index-section-1 .img02) a) > span):nth-child(2) span{
  margin-bottom: 20px;
}:is(:is(.index-section-1 .img02) a):hover {
                background: linear-gradient(106deg, #94D622 17.92%, #69AB21 45.09%, #5EA11B 72.26%, #468E2D 99.43%);                
            }:is(:is(:is(.index-section-1 .img02) a):hover > span):nth-child(1){
  bottom: -30%;
  opacity: 0;
}:is(:is(:is(.index-section-1 .img02) a):hover > span):nth-child(2){
  bottom: -10px;
  opacity: 1;
}.index-section-2{
  position: relative;
  padding-top: 280px;
}@media (min-width: 768px){.index-section-2{
    padding-top: 100px;
  }
}@media (min-width: 1300px){.index-section-2{
    padding-top: 140px;
  }
}.index-section-2 .txtBox{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1120px;
}@media (min-width: 1300px){.index-section-2 .txtBox{
    margin-bottom: 86px;
  }
}:is(.index-section-2 .txtBox) .flex{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .flex{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .flex{
    align-items: center;
  }:is(.index-section-2 .txtBox) .tit{
    max-width: 446px;
  }:is(.index-section-2 .txtBox) .txt{
    max-width: 553px;
  }
}.index-section-2 .bg-1{
  position: absolute;
  left: 0px;
  top: 45%;
}@media not all and (min-width: 1700px){.index-section-2 .bg-1{
    display: none;
  }
}:is(.index-section-2 .bg-1) span:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(.index-section-2 .bg-1) span{
  display: block;
  height: 300px;
  width: 56px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(.index-section-2 .bg-1) .img{
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: -10;
  height: 350px;
  width: 123px;
}.index-section-2 .bg-2 {
        --cut-bottom-right: 85px;
    }@media (max-width: 768px) {.index-section-2 .bg-2 {
            --cut-bottom-right: 50px;
    }
        }.index-section-2 .bg-2{
  position: absolute;
  left: 0px;
  bottom: -145px;
  z-index: -20;
  height: 30%;
  width: 100%;
  max-width: 1770px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}@media (min-width: 768px){.index-section-2 .bg-2{
    bottom: -8%;
  }
}@media (min-width: 992px){.index-section-2 .bg-2{
    height: 50%;
  }
}.index-section-2 .bg-3{
  position: absolute;
  top: 0px;
  right: 0px;
        mix-blend-mode: multiply;
}.index-serviceSlider{
  margin-left: auto;
  margin-right: 0px;
  width: 100%;
  max-width: 1706px;
}.index-serviceSlider .swiper-slide{
  padding-bottom: 33px;
}@media not all and (min-width: 992px){.index-serviceSlider .swiper-slide{
    height: calc(305px + 33px);
    width: 226px;
  }
}.index-serviceSlider .item{
  position: relative;
  display: flex;
  justify-content: center;
}:is(.index-section-2 .txtBox) .index-serviceSlider .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-serviceSlider .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-serviceSlider .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-serviceSlider .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-serviceSlider .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-serviceSlider .item{
    flex-direction: column;
  }
}:is(.index-serviceSlider .item) .img{
  position: relative;
  overflow: hidden;
}@media (min-width: 992px){:is(.index-serviceSlider .item) .img{
    height: 31vw;
    max-height: 580px;
  }
}:is(:is(.index-serviceSlider .item) .img) img{
  height: 305px;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 300ms;
}@media (min-width: 992px){:is(:is(.index-serviceSlider .item) .img) img{
    height: 100%;
  }
}:is(:is(.index-serviceSlider .item) .img) .bg{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition-duration: 300ms;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 75.43%, rgba(0, 0, 0, 0.60) 100%), 
                            linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}:is(.index-serviceSlider .item) .txt{
  position: absolute;
  bottom: 26px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 196px;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
  transition-duration: 300ms;
}:is(.index-section-2 .txtBox) :is(.index-serviceSlider .item) .txt{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-serviceSlider .item) .txt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-serviceSlider .item) .txt{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.index-serviceSlider .item) .txt{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-serviceSlider .item) .txt{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-serviceSlider .item) .txt{
    flex-direction: column;
  }
}@media (min-width: 1300px){:is(.index-serviceSlider .item) .txt{
    bottom: 50px;
    width: 256px;
  }
}:is(:is(.index-serviceSlider .item) .txt) span{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}@media (min-width: 1300px){:is(:is(.index-serviceSlider .item) .txt) span{
    font-size: 22px;
  }
}:is(:is(.index-serviceSlider .item) .txt) i:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.index-serviceSlider .item) .txt) i{
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.index-serviceSlider .item) .txt) i{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.index-serviceSlider .item) .txt) i{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.index-serviceSlider .item) .txt) i{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.index-serviceSlider .item) .txt) i{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.index-serviceSlider .item) .txt) i{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.index-serviceSlider .item) .txt) i{
    flex-direction: column;
  }
}@media (min-width: 1300px){:is(:is(.index-serviceSlider .item) .txt) i{
    width: 45px;
    height: 45px;
    font-size: 11px;
  }
}:is(.index-serviceSlider .item) .hoverTxt {
            --cut-bottom-right:35px;
            position: absolute;
            bottom: -34px;
            right: -20%;
            display: flex;
            height: 80px;
            width: 18.7vw;
            min-width: 200px;
            max-width: 347px;
            align-items: center;
            gap: 15px;
            padding-left: 1.9vw;
            padding-right: 1.9vw;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
            opacity: 0;
            transition-duration: 300ms;
        }:is(.index-section-2 .txtBox) :is(.index-serviceSlider .item) .hoverTxt{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-serviceSlider .item) .hoverTxt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-serviceSlider .item) .hoverTxt{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.index-serviceSlider .item) .hoverTxt{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-serviceSlider .item) .hoverTxt{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-serviceSlider .item) .hoverTxt{
    flex-direction: column;
  }
}@media (min-width: 1500px){:is(.index-serviceSlider .item) .hoverTxt{
    height: 111px;
    gap: 21px;
  }
}@media (min-width: 1900px){:is(.index-serviceSlider .item) .hoverTxt{
    padding-left: 36px;
    padding-right: 36px;
  }
}:is(.index-serviceSlider .item) .hoverTxt {
            background: linear-gradient(-220deg, #94D622 18.65%, #69AB21 43.35%, #5EA11B 68.04%, #468E2D 92.74%);
        }:is(:is(.index-serviceSlider .item) .hoverTxt) span{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}@media (min-width: 1300px){:is(:is(.index-serviceSlider .item) .hoverTxt) span{
    font-size: 22px;
  }
}@media not all and (min-width: 1500px){:is(:is(.index-serviceSlider .item) .hoverTxt) img{
    width: 50px;
    height: 50px;
  }
}@media (hover: hover) {
                    :is(:is(.index-serviceSlider .item):hover .img) img{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }   
                    :is(:is(.index-serviceSlider .item):hover .img) .bg{
    opacity: 0;
  }
                :is(.index-serviceSlider .item):hover .hoverTxt{
    right: 0px;
    opacity: 1;
  }
                :is(.index-serviceSlider .item):hover .txt{
    bottom: 0px;
    opacity: 0;
  }
        }.index-serviceSlider .swiper-control{
  margin-top: 20px;
  gap: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .index-serviceSlider .swiper-control{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-serviceSlider .swiper-control{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-serviceSlider .swiper-control{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-serviceSlider .swiper-control{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-serviceSlider .swiper-control{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-serviceSlider .swiper-control{
    flex-direction: column;
  }
}@media (min-width: 768px){.index-serviceSlider .swiper-control{
    margin-top: 60px;
  }
}@media (min-width: 992px){.index-serviceSlider .swiper-control{
    padding-right: 50px;
  }
}.index-serviceSlider .scrollbar{
  position: relative;
  width: 32%;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .index-serviceSlider .scrollbar{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-serviceSlider .scrollbar{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-serviceSlider .scrollbar{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-serviceSlider .scrollbar{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-serviceSlider .scrollbar{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-serviceSlider .scrollbar{
    flex-direction: column;
  }
}.index-serviceSlider .swiper-pagination{
  position: absolute;
  left: auto;
  bottom: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-family: Jost Variable, sans-serif;
  font-weight: 500;
}:is(.index-section-2 .txtBox) .index-serviceSlider .swiper-pagination{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-serviceSlider .swiper-pagination{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-serviceSlider .swiper-pagination{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-serviceSlider .swiper-pagination{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-serviceSlider .swiper-pagination{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-serviceSlider .swiper-pagination{
    flex-direction: column;
  }
}.index-serviceSlider .custom-progress-bar{
  position: relative;
  height: 1px;
  width: calc(90% - 50px);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-lineColor-rgb) / var(--tw-bg-opacity));
}.index-serviceSlider .custom-progress-fill:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.index-serviceSlider .custom-progress-fill{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
        transition: width 1s ease;
}:is(.index-serviceSlider .arrowBox) .arrow{
  color: var(--m-body-color);
}:is(.index-serviceSlider .arrowBox) .arrow:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.index-productSlider-1{
  position: relative;
  margin-top: -60px;
  width: 100%;
}@media not all and (min-width: 1200px){.index-productSlider-1{
    margin-top: -150px;
  }
}@media not all and (min-width: 992px){.index-productSlider-1{
    margin-top: 0px;
  }
}.index-productSlider-1 .swiper{
  margin-left: -80px;
  overflow: visible;
}@media (min-width: 992px){.index-productSlider-1 .swiper{
    margin-left: -150px;
    width: 952px;
  }
}@media (min-width: 1400px){.index-productSlider-1 .swiper{
    margin-left: -50px;
  }
}.index-productSlider-1 .swiper-slide{
  opacity: 0;
}:is(.index-productSlider-1 .swiper-slide) .item{
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  height: var(--BimgH);
  align-items: center;
}:is(.index-section-2 .txtBox) :is(.index-productSlider-1 .swiper-slide) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-productSlider-1 .swiper-slide) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-productSlider-1 .swiper-slide) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.index-productSlider-1 .swiper-slide) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-productSlider-1 .swiper-slide) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-productSlider-1 .swiper-slide) .item{
    flex-direction: column;
  }
}@media (min-width: 1200px){:is(.index-productSlider-1 .swiper-slide) .item{
    margin-left: 50px;
    margin-right: 50px;
  }
}:is(.index-productSlider-1 .swiper-slide) .imgBox{
  height: var(--imgH) !important;
  width: var(--imgW) !important;
  transition-duration: 1200ms;
}:is(:is(.index-productSlider-1 .swiper-slide) .imgBox) img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(.index-productSlider-1 .swiper-slide) .txtBox{
  position: relative;
  margin-top: auto;
  width: 0px;
  opacity: 0;
}@media not all and (min-width: 992px){:is(.index-productSlider-1 .swiper-slide) .txtBox{
    margin-top: -115px;
  }
}:is(:is(.index-productSlider-1 .swiper-slide) .txtBox) .num{
  position: absolute;
  top: 20px;
  font-size: 26px;
  font-weight: 700;
}@media (min-width: 992px){:is(:is(.index-productSlider-1 .swiper-slide) .txtBox) .num{
    top: -100px;
    right: 0px;
    font-size: 46px;
    line-height: 1.6em;
  }
}:is(:is(.index-productSlider-1 .swiper-slide) .txtBox) .tit{
  padding-bottom: 1.25rem;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
}@media not all and (min-width: 992px){:is(:is(.index-productSlider-1 .swiper-slide) .txtBox) .tit{
    margin-left: auto;
    display: flex;
    height: 115px;
    width: var(--BimgW);
    align-items: flex-end;
    padding-left: 25px;
    padding-right: 25px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}@media (min-width: 992px){:is(:is(.index-productSlider-1 .swiper-slide) .txtBox) .tit{
    font-size: 28px;
    line-height: 1.6em;
  }
}:is(:is(.index-productSlider-1 .swiper-slide) .txtBox) .index-txt{
  padding-top: 1em;
}:is(:is(.index-productSlider-1 .swiper-slide) .txtBox) a{
  margin-top: 25px;
  display: inline-flex;
  width: 140px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  transition-duration: 300ms;
}:is(:is(.index-productSlider-1 .swiper-slide) .txtBox) a:hover{
  width: 150px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(:is(.index-productSlider-1 .swiper-slide) .txtBox) a) i{
  font-size: 4px;
}:is(:is(.index-productSlider-1 .swiper-slide) .txtBox):before {
                content:"";                
            }:is(:is(.index-productSlider-1 .swiper-slide) .txtBox):is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.index-productSlider-1 .swiper-slide) .txtBox):before{
  position: absolute;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  transition-delay: 300ms;
  transition-duration: 300ms;
}@media not all and (min-width: 992px){:is(:is(.index-productSlider-1 .swiper-slide) .txtBox):before{
    left: 0px;
  }
}@media (min-width: 992px){:is(:is(.index-productSlider-1 .swiper-slide) .txtBox):before{
    right: 0px;
    top: -30px;
  }.swiper-slide-active:is(.index-productSlider-1 .swiper-slide){
    width: calc(var(--BimgW) + 354px + 77px + 4.5vw) !important;
  }
}.swiper-slide-active:is(.index-productSlider-1 .swiper-slide){
  min-width: 300px;
  opacity: 1;
}@media (min-width: 1200px){.swiper-slide-active:is(.index-productSlider-1 .swiper-slide){
    margin-top: -50px;
  }
}.swiper-slide-active:is(.index-productSlider-1 .swiper-slide) .item{
  margin-right: 27px;
  justify-content: space-between;
}@media not all and (min-width: 1400px){.swiper-slide-active:is(.index-productSlider-1 .swiper-slide) .item{
    margin-left: 0px;
    margin-right: 0px;
  }
}@media not all and (min-width: 992px){.swiper-slide-active:is(.index-productSlider-1 .swiper-slide) .item{
    flex-direction: column;
    align-items: flex-end;
  }
}.swiper-slide-active:is(.index-productSlider-1 .swiper-slide) .imgBox{
  height: var(--BimgH) !important;
  width: var(--BimgW) !important;
}.swiper-slide-active:is(.index-productSlider-1 .swiper-slide) .txtBox{
  height: 320px;
  width: 100%;
  opacity: 1;
}@media (min-width: 992px){.swiper-slide-active:is(.index-productSlider-1 .swiper-slide) .txtBox{
    width: calc(100% - var(--BimgW) - 4.5vw);
  }
}@media (min-width: 1200px){.swiper-slide-active:is(.index-productSlider-1 .swiper-slide) .txtBox{
    height: 400px;
  }
}:is(.swiper-slide-active:is(.index-productSlider-1 .swiper-slide) .txtBox):before{
  width: 90%;
}@media (min-width: 992px){:is(.swiper-slide-active:is(.index-productSlider-1 .swiper-slide) .txtBox):before{
    width: calc(100% + var(--BimgW) / 4.82 + 4.5vw);
  }
}@media (min-width: 1400px){.swiper-slide-next:is(.index-productSlider-1 .swiper-slide){
    width: 476px !important;
  }
}.swiper-slide-next:is(.index-productSlider-1 .swiper-slide){
  opacity: 1;
}.swiper-slide-prev:is(.index-productSlider-1 .swiper-slide){
  opacity: 1;
}.swiper-slide-prev:is(.index-productSlider-1 .swiper-slide) .item{
  justify-content: flex-end;
}.index-productSlider-1 .arrowBox{
  position: absolute;
  left: 24.5%;
  top: 88%;
  z-index: 10;
  display: flex;
  width: 51px;
  justify-content: space-between;
}:is(.index-section-2 .txtBox) .index-productSlider-1 .arrowBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-productSlider-1 .arrowBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-productSlider-1 .arrowBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-productSlider-1 .arrowBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-productSlider-1 .arrowBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-productSlider-1 .arrowBox{
    flex-direction: column;
  }
}@media (min-width: 768px){.index-productSlider-1 .arrowBox{
    top: 92%;
  }
}@media (min-width: 992px){.index-productSlider-1 .arrowBox{
    left: 68%;
    top: 15px;
    width: 105px;
  }
}@media (min-width: 1200px){.index-productSlider-1 .arrowBox{
    left: 84%;
    top: 80px;
  }
}@media (min-width: 1400px){.index-productSlider-1 .arrowBox{
    left: 96%;
  }
}.index-productSlider-1 .swiper-arrow-prev,.index-productSlider-1 .swiper-arrow-next{
  border-style: none;
}.index-productSlider-1 .swiper-arrow-prev:hover,.index-productSlider-1 .swiper-arrow-next:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(.index-productSlider-1 .swiper-arrow-prev,.index-productSlider-1 .swiper-arrow-next):after{
  font-size: 20px;
}@media (min-width: 992px){:is(.index-productSlider-1 .swiper-arrow-prev,.index-productSlider-1 .swiper-arrow-next):after{
    font-size: 36px;
  }
}.index-productSlider-1 .swiper-pagination{
  bottom: -70px !important;
  left: 80px !important;
  display: flex !important;
  width: auto !important;
}:is(.index-section-2 .txtBox) .index-productSlider-1 .swiper-pagination{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-productSlider-1 .swiper-pagination{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-productSlider-1 .swiper-pagination{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-productSlider-1 .swiper-pagination{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-productSlider-1 .swiper-pagination{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-productSlider-1 .swiper-pagination{
    flex-direction: column;
  }
}@media not all and (min-width: 992px){.index-productSlider-1 .swiper-pagination{
    display: none !important;
  }
}@media (min-width: 1200px){.index-productSlider-1 .swiper-pagination{
    bottom: -20px !important;
  }
}@media (min-width: 1400px){.index-productSlider-1 .swiper-pagination{
    left: 230px !important;
  }
}.index-productSlider-1 .swiper-pagination-bullet{
  position: relative;
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  opacity: 1;
  transition-duration: 300ms;
}:is(.index-section-2 .txtBox) .index-productSlider-1 .swiper-pagination-bullet{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-productSlider-1 .swiper-pagination-bullet{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-productSlider-1 .swiper-pagination-bullet{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-productSlider-1 .swiper-pagination-bullet{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-productSlider-1 .swiper-pagination-bullet{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-productSlider-1 .swiper-pagination-bullet{
    flex-direction: column;
  }
}:is(.index-productSlider-1 .swiper-pagination-bullet)::before {
            content: "";
            z-index: 10;
            display: block;
            width: 4px;
            height: 4px;
            border-radius: 9999px;
            --tw-bg-opacity: 1;
            background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        }:is(.index-productSlider-1 .swiper-pagination-bullet) svg.progress-ring{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --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));
}:is(.index-productSlider-1 .swiper-pagination-bullet) circle {
            fill: none;
            stroke: #000; /*替換為你實際使用的 Tailwind 顏色*/
            stroke-width: 2;
            stroke-dasharray: 120;
            stroke-dashoffset: 120;
        }.swiper-pagination-bullet-active:is(.index-productSlider-1 .swiper-pagination-bullet){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-lineColor-rgb) / var(--tw-border-opacity));
}.swiper-pagination-bullet-active:is(.index-productSlider-1 .swiper-pagination-bullet) circle {
                animation: progressCircle var(--swiper-duration, 4s) linear forwards;
            }@keyframes progressCircle {
    from {
        stroke-dashoffset: 113;
    }
    to {
        stroke-dashoffset: 0;
    }
}.index-productSlider-2{
  position: absolute;
  left: 1580px;
  margin-top: -50px;
  height: 532px;
  width: 752px;
}@media not all and (min-width: 1800px){.index-productSlider-2{
    display: none;
  }
}.index-productSlider-2 .swiper{
  overflow: visible;
}.index-productSlider-2 .swiper-slide{
  height: 532px;
  width: 376px;
  opacity: 0;
}.swiper-slide-active:is(.index-productSlider-2 .swiper-slide){
  opacity: 1;
}.index-section-3{
  display: flex;
  padding-top: 50px;
  padding-bottom: 150px;
}:is(.index-section-2 .txtBox) .index-section-3{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-3{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-3{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-section-3{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-3{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-3{
    flex-direction: column;
  }
}@media not all and (min-width: 1500px){.index-section-3{
    justify-content: space-between;
  }
}@media not all and (min-width: 768px){.index-section-3{
    flex-direction: column;
  }
}@media (min-width: 768px){.index-section-3{
    align-items: flex-end;
  }
}@media (min-width: 1200px){.index-section-3{
    gap: 30px;
  }
}@media (min-width: 1400px){.index-section-3{
    padding-bottom: 100px;
  }
}@media (min-width: 1500px){.index-section-3{
    gap: 5.5vw;
    padding-top: 70px;
  }
}.index-section-3 .imgBox{
  display: flex;
  height: 329px;
  max-width: 730px;
  align-items: flex-end;
}:is(.index-section-2 .txtBox) .index-section-3 .imgBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-3 .imgBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-3 .imgBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-section-3 .imgBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-3 .imgBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-3 .imgBox{
    flex-direction: column;
  }
}@media (min-width: 768px){.index-section-3 .imgBox{
    width: 40%;
  }
}@media (min-width: 992px){.index-section-3 .imgBox{
    height: 650px;
  }
}:is(.index-section-3 .imgBox) .img {
            --cut-top-right: 95px;
        }@media (max-width: 768px) {:is(.index-section-3 .imgBox) .img {
                --cut-top-right: 50px;
        }
            }:is(.index-section-3 .imgBox) .img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}:is(:is(.index-section-3 .imgBox) .img) img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}.index-section-3 .swiper-control {
        --cut-top-right: 40px;
    }@media (max-width: 768px) {.index-section-3 .swiper-control {
            --cut-top-right: 32px;
    }
        }.index-section-3 .swiper-control{
  height: 165px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .index-section-3 .swiper-control{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-3 .swiper-control{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-section-3 .swiper-control{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-section-3 .swiper-control{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-3 .swiper-control{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-section-3 .swiper-control{
    flex-direction: column;
  }
}@media (min-width: 1300px){.index-section-3 .swiper-control{
    height: 205px;
    width: 81px;
  }
}.index-section-3 .swiper-control {
        background: linear-gradient(155deg, #94D622 26.51%, #69AB21 64.3%, #5EA11B 102.08%, #468E2D 139.86%);
    }.index-section-3 .arrowBox{
  --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));
  padding-top: 5px;
  padding-left: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-section-3 .arrowBox) span{
  padding-left: 35px;
  padding-right: 35px;
}:is(.index-section-3 .arrowBox) .arrow:hover{
  color: var(--m-body-color) !important;
}.index-section-3 .txtBox{
  position: relative;
  padding-top: 40px;
}@media not all and (min-width: 1200px){.index-section-3 .txtBox{
    padding-left: var(--sidePadding);
    padding-right: var(--sidePadding);
  }
}@media (min-width: 992px){.index-section-3 .txtBox{
    padding-top: 50px;
  }
}:is(.index-section-3 .txtBox) .titBox{
  width: 100%;
  border-bottom-width: 2px;
  border-color: var(--m-body-color);
  padding-bottom: 20px;
}@media (min-width: 1200px){:is(.index-section-3 .txtBox) .titBox{
    width: calc(100% - 150px);
    max-width: 750px;
    padding-bottom: 32px;
  }
}@media (min-width: 1600px){:is(.index-section-3 .txtBox) .titBox{
    padding-left: 24px;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .flex{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(.index-section-3 .txtBox) .readMore{
  position: absolute;
  bottom: -90px;
}@media (min-width: 768px){:is(.index-section-3 .txtBox) .readMore{
    right: 20%;
  }
}.index-newSlider{
  max-width: 900px;
}.index-newSlider .swiper{
  overflow-x: visible;
}.index-newSlider .swiper-wrapper{
  height: 450px;
}@media (min-width: 1200px){.index-newSlider .swiper-wrapper{
    height: 390px;
  }.index-newSlider .swiper-slide{
    height: 130px !important;
    padding-right: 150px;
  }
}.index-newSlider .item{
  position: relative;
  display: flex;
  height: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
}:is(.index-section-2 .txtBox) .index-newSlider .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-newSlider .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-newSlider .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-newSlider .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-newSlider .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-newSlider .item{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.index-newSlider .item{
    flex-direction: column;
  }
}@media (min-width: 1200px){.index-newSlider .item{
    align-items: center;
    padding-top: 22px;
    padding-bottom: 12px;
  }
}:is(.index-newSlider .item) .date{
  gap: 10px;
  text-align: center;
  font-family: Jost Variable, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-rgb) / var(--tw-text-opacity));
}@media not all and (min-width: 1200px){:is(.index-newSlider .item) .date{
    display: inline-flex;
    padding-bottom: 10px;
  }
}@media (min-width: 1200px){:is(.index-newSlider .item) .date{
    padding-left: 10px;
    padding-right: 30px;
    font-size: clamp(1.25rem, 1.0192rem + 0.641vw, 1.5rem);
    line-height: 1.6em;
  }
}@media (min-width: 1500px){:is(.index-newSlider .item) .date{
    padding-left: 47px;
    padding-right: 47px;
  }
}@media (min-width: 1200px){:is(.index-newSlider .item) .infoBox{
    height: 70px;
  }
}:is(:is(.index-newSlider .item) .infoBox) .tit{
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition-duration: 500ms;
}@media (min-width: 1200px){:is(:is(.index-newSlider .item) .infoBox) .tit{
    margin-bottom: 16px;
  }
}:is(:is(.index-newSlider .item) .infoBox) .txt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}:is(.index-newSlider .item) .more:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.index-newSlider .item) .more:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-newSlider .item) .more{
  position: absolute;
  right: -90px;
  width: 80px;
  height: 80px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 20px;
  line-height: 1.6em;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  opacity: 0;
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.index-newSlider .item) .more{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-newSlider .item) .more{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.index-newSlider .item) .more{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.index-newSlider .item) .more{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-newSlider .item) .more{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.index-newSlider .item) .more{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){:is(.index-newSlider .item) .more{
    display: none;
  }
}@media (min-width: 1300px){:is(.index-newSlider .item) .more{
    width: 100px;
    height: 100px;
  }
}:is(.index-newSlider .item) .more {
            box-shadow: 10px 10px 30px -10px rgba(29, 138, 40, 0.25);
        }:is(:is(.index-newSlider .item):hover .infoBox) .tit{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}@media (min-width: 1200px){:is(:is(.index-newSlider .item):hover .infoBox) .tit{
    margin-bottom: 12px;
  }
}:is(.index-newSlider .item):hover .more{
  right: -100px;
  opacity: 1;
}.index-section-4{
  position: relative;
  padding-bottom: 200px;
}@media (min-width: 768px){.index-section-4{
    padding-bottom: 175px;
  }
}.index-section-4 .bg-1 {
        --cut-top-right: 85px;
    }@media (max-width: 768px) {.index-section-4 .bg-1 {
            --cut-top-right: 60px;
    }
        }.index-section-4 .bg-1{
  position: absolute;
  bottom: 145px;
  left: 0px;
  z-index: -10;
  height: 80%;
  max-height: 960px;
  width: 100%;
  max-width: 1170px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}@media (min-width: 768px){.index-section-4 .bg-1{
    bottom: 0px;
    height: 100%;
  }
}:is(.index-section-4 .bg-1):before{
  position: absolute;
  top: -15px;
  left: -30px;
  display: block;
  font-family: Jost Variable, sans-serif;
  font-size: 170px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  writing-mode: vertical-rl;
}@media (min-width: 768px){:is(.index-section-4 .bg-1):before{
    --tw-content: 'sqtc';
    content: var(--tw-content);
  }
}.index-section-4 .bg-2 {
        --cut-top-left: 85px;
        position: absolute;
        right: 0px;
        top: 95px;
        height: 640px;
        width: 305px;
    }@media not all and (min-width: 1400px){.index-section-4 .bg-2{
    display: none;
  }
}.index-section-4 .bg-2 {
        background: linear-gradient(143deg, #94D622 7.41%, #69AB21 37.2%, #5EA11B 67%, #468E2D 96.79%);
    }.index-section-4 .mainBox {
        --pageW: 780px;
        position: relative;
        z-index: 10;
        padding-top: 65px;
    }@media (min-width: 768px){.index-section-4 .mainBox{
    padding-top: 85px;
  }
}:is(.index-section-4 .mainBox) .txtBox{
  position: relative;
  border-color: var(--m-body-color);
  padding-bottom: 21px;
}@media not all and (min-width: 768px){:is(.index-section-4 .mainBox) .txtBox{
    margin-bottom: 53px;
    border-bottom-width: 2px;
  }
}@media (min-width: 768px){:is(.index-section-4 .mainBox) .txtBox{
    padding-bottom: 57px;
    padding-left: 40px;
  }
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .flex{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .flex{
    flex-direction: column;
  }
}:is(:is(.index-section-4 .mainBox) .txtBox) .tit{
  flex-shrink: 0;
}:is(:is(.index-section-4 .mainBox) .txtBox) .txt{
  max-width: 453px;
}.index-workSlider{
  position: relative;
  margin-left: auto;
  margin-right: 0px;
  display: flex;
  max-width: 1710px;
  align-items: flex-end;
  padding-left: var(--sidePadding);
}:is(.index-section-2 .txtBox) .index-workSlider{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-workSlider{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-workSlider{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-workSlider{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-workSlider{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-workSlider{
    flex-direction: column;
  }
}.index-workSlider .bg-3{
  position: absolute;
  top: -80px;
  left: var(--sidePadding);
}@media not all and (min-width: 768px){.index-workSlider .bg-3{
    display: none;
  }
}.index-workSlider .swiper-control {
        --cut-top-left: 40px;
    }@media (max-width: 768px) {.index-workSlider .swiper-control {
            --cut-top-left: 32px;
    }
        }.index-workSlider .swiper-control{
  bottom: 0px;
  height: 165px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .index-workSlider .swiper-control{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-workSlider .swiper-control{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-workSlider .swiper-control{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-workSlider .swiper-control{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-workSlider .swiper-control{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-workSlider .swiper-control{
    flex-direction: column;
  }.index-workSlider .swiper-control{
    display: none;
  }
}@media (min-width: 1300px){.index-workSlider .swiper-control{
    height: 205px;
    width: 81px;
  }
}.index-workSlider .swiper-control {
        background: linear-gradient(155deg, #94D622 26.51%, #69AB21 64.3%, #5EA11B 102.08%, #468E2D 139.86%);
    }.index-workSlider .arrowBox{
  --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));
  padding-top: 5px;
  padding-left: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-workSlider .arrowBox) span{
  padding-left: 35px;
  padding-right: 35px;
}:is(.index-workSlider .arrowBox) .arrow:hover{
  color: var(--m-body-color) !important;
}.index-workSlider .banner-swiper-pagination{
  position: absolute;
  bottom: -140px;
  left: var(--sidePadding);
  display: flex;
  width: auto;
  font-family: Jost Variable, sans-serif;
  font-weight: 500;
}:is(.index-section-2 .txtBox) .index-workSlider .banner-swiper-pagination{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-workSlider .banner-swiper-pagination{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-workSlider .banner-swiper-pagination{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-workSlider .banner-swiper-pagination{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-workSlider .banner-swiper-pagination{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-workSlider .banner-swiper-pagination{
    flex-direction: column;
  }
}@media (min-width: 768px){.index-workSlider .banner-swiper-pagination{
    bottom: -100px;
    left: 48%;
  }
}:is(.index-workSlider .banner-swiper-pagination) .swiper-pagination-current{
  position: relative;
  top: -20px;
  left: 5px;
  font-size: 24px;
}@media (min-width: 768px){:is(.index-workSlider .banner-swiper-pagination) .swiper-pagination-current{
    font-size: 28px;
  }
}:is(.index-workSlider .banner-swiper-pagination) .swiper-pagination-total{
  position: relative;
  bottom: -13px;
  right: 10px;
  font-size: 16px;
  line-height: 1.6em;
}@media (min-width: 768px){:is(.index-workSlider .banner-swiper-pagination) .swiper-pagination-total{
    font-size: 20px;
    line-height: 1.6em;
  }
}:is(.index-workSlider .banner-swiper-pagination) .icon{
  position: relative;
  bottom: -15px;
  display: inline-block;
  height: 1px;
  width: 45px;
  --tw-rotate: -45deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-lineColor-rgb) / var(--tw-bg-opacity));
}.index-workSlider .swiper-slide{
  height: 52vw;
  max-height: 535px;
  width: 950px;
}.swiper-slide-active:is(.index-workSlider .swiper-slide) .item{
  max-height: 535px;
}:is(.swiper-slide-active:is(.index-workSlider .swiper-slide) .item) .img{
  max-height: 535px;
  width: 950px;
}@media (min-width: 576px){:is(:is(.swiper-slide-active:is(.index-workSlider .swiper-slide) .item) .txtBox) .tit{
    bottom: 55px;
  }
}@media (min-width: 768px){:is(:is(.swiper-slide-active:is(.index-workSlider .swiper-slide) .item) .txtBox) .tit{
    bottom: 75px;
  }
}@media (min-width: 576px){:is(:is(.swiper-slide-active:is(.index-workSlider .swiper-slide) .item) .txtBox) .txt{
    opacity: 1;
  }
}.index-workSlider .item{
  position: relative;
  display: flex;
  height: 100%;
  max-height: 507px;
}:is(.index-section-2 .txtBox) .index-workSlider .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .index-workSlider .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .index-workSlider .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .index-workSlider .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-workSlider .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .index-workSlider .item{
    flex-direction: column;
  }
}:is(.index-workSlider .item) .img{
  height: 52vw;
  max-height: 507px;
  width: 900px;
  transition-duration: 300ms;
}:is(:is(.index-workSlider .item) .img) img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(.index-workSlider .item) .txtBox{
  position: absolute;
  bottom: 0px;
  left: 21px;
  width: 85%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px){:is(.index-workSlider .item) .txtBox{
    left: 60px;
  }
}:is(:is(.index-workSlider .item) .txtBox) .tit{
  position: absolute;
  bottom: 30px;
  transition-duration: 500ms;
}@media (min-width: 576px){:is(:is(.index-workSlider .item) .txtBox) .tit{
    bottom: 46px;
  }
}:is(:is(:is(.index-workSlider .item) .txtBox) .tit) .tag{
  margin-bottom: 11px;
  margin-left: 7.5px;
  height: 32px;
  width: 93px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(:is(.index-workSlider .item) .txtBox) .tit) .tag{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.index-workSlider .item) .txtBox) .tit) .tag{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.index-workSlider .item) .txtBox) .tit) .tag{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(:is(.index-workSlider .item) .txtBox) .tit) .tag{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.index-workSlider .item) .txtBox) .tit) .tag{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.index-workSlider .item) .txtBox) .tit) .tag{
    flex-direction: column;
  }
}@media not all and (min-width: 576px){:is(:is(:is(.index-workSlider .item) .txtBox) .tit) .h3{
    font-size: 18px;
    line-height: 30px;
  }
}:is(:is(.index-workSlider .item) .txtBox) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(:is(.index-workSlider .item) .txtBox) .txt li{
  position: relative;
}:is(ul:is(:is(.index-workSlider .item) .txtBox) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(:is(.index-workSlider .item) .txtBox) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(:is(.index-workSlider .item) .txtBox) .txt{
  position: absolute;
  bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-duration: 500ms;
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(:is(.index-workSlider .item) .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(:is(.index-workSlider .item) .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(:is(.index-workSlider .item) .txtBox) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media not all and (min-width: 768px){:is(:is(.index-workSlider .item) .txtBox) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media (min-width: 768px){:is(:is(.index-workSlider .item) .txtBox) .txt{
    bottom: 40px;
  }
}/*.more {
            @apply max-2xl:hidden 3xl:size-[100px] size-[80px] rounded-full bg-white flex-center border-2 border-primary text-primary text-lg 
            absolute right-[113px] bottom-[82px] opacity-0 duration-500;
            box-shadow: 10px 10px 30px 0 rgba(29, 138, 40, 0.25);
        }
        @media (hover: hover) {
            &:hover {
                .txtBox {
                    .tit {
                        @apply md:bottom-[75px] sm:bottom-[55px];
                    }
                    .txt {
                        @apply sm:opacity-100;
                    }
                }
                .more {
                    @apply opacity-100;
                }
            }
        }       
        @media (hover: none) {
            .txtBox {
                .tit {
                    @apply md:bottom-[75px] sm:bottom-[55px];
                }
                .txt {
                    @apply sm:opacity-100;
                }
            }
        } */.index-workSlider .readMore{
  position: absolute;
  bottom: -140px;
}@media not all and (min-width: 768px){.index-workSlider .readMore{
    right: var(--sidePadding);
  }
}@media (min-width: 768px){.index-workSlider .readMore{
    left: 65%;
    bottom: -100px;
  }
}#about {
    --pageW: 1485px;
}.about-section-1{
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  padding-top: 110px;
}:is(.index-section-2 .txtBox) .about-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .about-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .about-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .about-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .about-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .about-section-1{
    flex-direction: column;
  }.about-section-1{
    flex-direction: column;
  }
}@media (min-width: 768px){.about-section-1{
    padding-top: 76px;
  }.about-section-1 .txtBox{
    width: 55%;
    max-width: calc(560px + 58px * 2);
    padding-right: 30px;
    padding-top: 27px;
  }
}@media (min-width: 1200px){.about-section-1 .txtBox{
    padding-left: 58px;
    padding-right: 58px;
  }
}:is(.about-section-1 .txtBox) .tit{
  margin-bottom: 28px;
  line-height: 1.2;
}:is(:is(:is(.about-section-1 .txtBox) .txt) .pBase):not(:last-child){
  margin-bottom: 28px;
}.about-section-1 .img{
  position: relative;
}@media (min-width: 768px){.about-section-1 .img{
    width: 45%;
  }
}:is(.about-section-1 .img) img {
            --cut-top-left: 80px;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
        }@media not all and (min-width: 768px){:is(.about-section-1 .img) img{
    width: calc(100% - 55px);
  }
}@media (max-width: 1200px) {:is(.about-section-1 .img) img {
                --cut-top-left: 60px;
        }
            }:is(.about-section-1 .img):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(.about-section-1 .img):after{
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -10;
  height: 220px;
  width: 56px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 768px){:is(.about-section-1 .img):after{
    right: -42px;
  }
}.about-section-2{
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 120px;
       column-gap: 120px;
  row-gap: 30px;
  padding-top: 70px;
}:is(.index-section-2 .txtBox) .about-section-2{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .about-section-2{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .about-section-2{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .about-section-2{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .about-section-2{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .about-section-2{
    flex-direction: column;
  }.about-section-2{
    flex-direction: column;
  }.about-section-2 .txtBox{
    order: 1;
  }
}@media (min-width: 768px){.about-section-2 .txtBox{
    width: 55%;
    max-width: 605px;
  }
}@media (min-width: 1400px){.about-section-2 .txtBox{
    margin-right: 40px;
  }
}:is(.about-section-2 .txtBox) .tit{
  margin-bottom: 28px;
  line-height: 1.2;
}:is(:is(:is(.about-section-2 .txtBox) .txt) .pBase):not(:last-child){
  margin-bottom: 28px;
}.about-section-2 .imgBox{
  position: relative;
}@media not all and (min-width: 768px){.about-section-2 .imgBox{
    order: 2;
  }
}@media (min-width: 768px){.about-section-2 .imgBox{
    width: 45%;
  }
}@media (min-width: 1500px){.about-section-2 .imgBox{
    margin-top: -11.5%;
  }
}:is(.about-section-2 .imgBox) .tit{
  position: absolute;
  right: 50px;
  top: 15%;
  z-index: 10;
  font-family: Jost Variable, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 107%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 576px){:is(.about-section-2 .imgBox) .tit{
    font-size: 40px;
  }
}@media (min-width: 768px){:is(.about-section-2 .imgBox) .tit{
    right: -45px;
  }
}@media (min-width: 1400px){:is(.about-section-2 .imgBox) .tit{
    font-size: 56px;
  }
}:is(:is(.about-section-2 .imgBox) .tit) div{
  padding-left: 50px;
}@media (min-width: 768px){:is(:is(:is(.about-section-2 .imgBox) .tit) div) span{
    --tw-text-opacity: 1;
    color: rgb(var(--m-lineColor-rgb) / var(--tw-text-opacity));
  }
}:is(:is(.about-section-2 .imgBox) .tit):before{
  position: absolute;
  left: -65px;
  top: 28%;
  height: 1px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-lineColor-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 768px){:is(:is(.about-section-2 .imgBox) .tit):before{
    left: -95px;
    width: 80px;
  }
}:is(.about-section-2 .imgBox) .img{
  height: 100%;
}:is(:is(.about-section-2 .imgBox) .img) img {
                --cut-top-right: 100px;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover;
            }@media (max-width: 1200px) {:is(:is(.about-section-2 .imgBox) .img) img {
                    --cut-top-right: 60px;
            }
                }:is(.about-section-2 .imgBox) .img02 {
            --cut-top-right: 40px;
        }@media (max-width: 575px) {:is(.about-section-2 .imgBox) .img02 {
                    --cut-top-right: 30px;
        }
                }:is(.about-section-2 .imgBox) .img02{
  position: absolute;
  bottom: -30px;
  right: 15px;
  height: 135px;
  width: 110px;
  flex-direction: column;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.about-section-2 .imgBox) .img02{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.about-section-2 .imgBox) .img02{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.about-section-2 .imgBox) .img02{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.about-section-2 .imgBox) .img02{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.about-section-2 .imgBox) .img02{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.about-section-2 .imgBox) .img02{
    flex-direction: column;
  }
}@media (min-width: 576px){:is(.about-section-2 .imgBox) .img02{
    bottom: 15%;
    height: 200px;
    width: 176px;
    gap: 21px;
  }
}@media (min-width: 768px){:is(.about-section-2 .imgBox) .img02{
    right: -75px;
  }
}:is(.about-section-2 .imgBox) .img02 {
            background: linear-gradient(-133deg, #94D622 18.95%, #69AB21 45.96%, #5EA11B 72.97%, #468E2D 99.98%);
        }@media not all and (min-width: 576px){:is(:is(.about-section-2 .imgBox) .img02) img{
    width: 50px;
  }
}:is(:is(.about-section-2 .imgBox) .img02) span{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(.about-section-2 .imgBox) .img02) span{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(.about-section-2 .imgBox) .img02) span{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(.about-section-2 .imgBox) .img02) span{
    padding-bottom: 23px;
  }
}@media not all and (min-width: 576px){:is(:is(.about-section-2 .imgBox) .img02) span{
    font-size: 15px;
    font-weight: 500;
  }
}.about-section-3 {
    --pageW: 1355px;
}@media (max-width: 1400px) {.about-section-3 {
        --pageW: 1140px;
}
    }@media (max-width: 1200px) {.about-section-3 {
        --pageW: 700px;
}
    }.about-section-3{
  margin-top: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}@media (min-width: 576px){.about-section-3{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}@media (min-width: 1200px){.about-section-3{
    padding-top: 10%;
    padding-bottom: 9%;
  }
}@media (min-width: 1300px){.about-section-3{
    margin-top: -60px;
  }
}.about-section-3 .title{
  margin-bottom: 30px;
}@media (min-width: 1200px){.about-section-3 .title{
    margin-bottom: 58px;
  }
}.about-section-3 .imgBox{
  position: relative;
}:is(.about-section-3 .imgBox) .cBox{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.about-section-3 .imgBox) .cBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.about-section-3 .imgBox) .cBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.about-section-3 .imgBox) .cBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.about-section-3 .imgBox) .cBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.about-section-3 .imgBox) .cBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.about-section-3 .imgBox) .cBox{
    flex-direction: column;
  }
}@media (min-width: 1200px){:is(.about-section-3 .imgBox) .cBox{
    width: 39%;
  }
}@media not all and (min-width: 1200px){:is(:is(.about-section-3 .imgBox) .cBox) .img{
    max-width: 350px;
  }
}@media not all and (min-width: 768px){:is(:is(.about-section-3 .imgBox) .cBox) .img{
    width: 250px;
  }
}@media not all and (min-width: 1200px){.pc:is(:is(:is(:is(.about-section-3 .imgBox) .cBox) .img) img){
    display: none;
  }
}@media (min-width: 1200px){.pad:is(:is(:is(:is(.about-section-3 .imgBox) .cBox) .img) img){
    display: none;
  }
}:is(:is(.about-section-3 .imgBox) .cBox) .txt{
  font-weight: 700;
  letter-spacing: 10%;
  color: var(--m-body-color);
        font-size: clamp(1.75rem, 1.5391rem + 0.5859vw, 2.125rem); /* 34px → 28px */ position: absolute; width: 150px; height: 150px; border-radius: 9999px; border-width: 10px; --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity)); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); display: flex; align-items: center; justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.about-section-3 .imgBox) .cBox) .txt{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.about-section-3 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.about-section-3 .imgBox) .cBox) .txt{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.about-section-3 .imgBox) .cBox) .txt{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.about-section-3 .imgBox) .cBox) .txt{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.about-section-3 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}:is(:is(:is(.SmartAccess-section-1 .txtBox) .title) .box) :is(:is(.about-section-3 .imgBox) .cBox) .txt{
  line-height: 1;
}:is(.SmartAccess-section-4 .title) :is(:is(.about-section-3 .imgBox) .cBox) .txt{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 768px){:is(:is(.about-section-3 .imgBox) .cBox) .txt{
    font-size: 22px;
  }
}@media (min-width: 768px){:is(:is(.about-section-3 .imgBox) .cBox) .txt{
    width: 200px;
    height: 200px;
    border-width: 20px;
  }
}@media (min-width: 1200px){:is(:is(.about-section-3 .imgBox) .cBox) .txt{
    margin-right: 6px;
  }
}@media (min-width: 1400px){:is(:is(.about-section-3 .imgBox) .cBox) .txt{
    width: 235px;
    height: 235px;
  }
}:is(:is(.about-section-3 .imgBox) .cBox) .txt {
                background: linear-gradient(139deg, #94D622 25.1%, #69AB21 42.11%, #5EA11B 59.12%, #468E2D 76.12%);
            }:is(:is(:is(.about-section-3 .imgBox) .cBox) .txt) span{
  width: 3em;
  line-height: 1.2;
}:is(.about-section-3 .imgBox) .list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}@media not all and (min-width: 1200px){:is(.about-section-3 .imgBox) .list{
    margin-top: 30px;
    display: grid;
  }
}@media (min-width: 768px){:is(.about-section-3 .imgBox) .list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}:is(:is(.about-section-3 .imgBox) .list) .item:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(.about-section-3 .imgBox) .list) .item:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.about-section-3 .imgBox) .list) .item{
  margin-left: auto;
  margin-right: auto;
  gap: 25px;
  border-radius: 300px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.about-section-3 .imgBox) .list) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.about-section-3 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.about-section-3 .imgBox) .list) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.about-section-3 .imgBox) .list) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.about-section-3 .imgBox) .list) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.about-section-3 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 1200px){:is(:is(.about-section-3 .imgBox) .list) .item{
    position: absolute;
  }
}@media (min-width: 1400px){:is(:is(.about-section-3 .imgBox) .list) .item{
    height: 155px;
    width: 400px;
  }
}:is(:is(.about-section-3 .imgBox) .list) .item {
                box-shadow: 10px 10px 30px 0 rgba(29, 138, 40, 0.15);
            }:is(:is(:is(.about-section-3 .imgBox) .list) .item) .txt{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(:is(.about-section-3 .imgBox) .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(:is(.about-section-3 .imgBox) .list) .item) .txt{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.about-section-3 .imgBox) .list) .item) .txt{
    padding-bottom: 23px;
  }
}:is(:is(:is(.about-section-3 .imgBox) .list) .item):nth-child(1){
  top: -20px;
  left: 20px;
}:is(:is(:is(.about-section-3 .imgBox) .list) .item):nth-child(2){
  bottom: 20px;
  left: 0px;
}:is(:is(:is(.about-section-3 .imgBox) .list) .item):nth-child(3){
  top: -20px;
  right: 30px;
}:is(:is(:is(.about-section-3 .imgBox) .list) .item):nth-child(4){
  bottom: 20px;
  right: 0px;
}#certificate {
    --pageW: 1460px;    
}:is(.license-list,.certificates-list) .title{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}:is(.index-section-2 .txtBox) :is(.license-list,.certificates-list) .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.license-list,.certificates-list) .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.license-list,.certificates-list) .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.license-list,.certificates-list) .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.license-list,.certificates-list) .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.license-list,.certificates-list) .title{
    flex-direction: column;
  }
}@media (min-width: 768px){:is(.license-list,.certificates-list) .title{
    padding-top: 75px;
    padding-bottom: 75px;
  }
}:is(:is(.license-list,.certificates-list) .title)  > div {
            --cut-top-left: 20px;
            --cut-bottom-right: 20px;
        }:is(:is(.license-list,.certificates-list) .title)  > div:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.license-list,.certificates-list) .title)  > div{
  height: 50px;
  width: 225px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.license-list,.certificates-list) .title)  > div{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.license-list,.certificates-list) .title)  > div{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.license-list,.certificates-list) .title)  > div{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.license-list,.certificates-list) .title)  > div{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.license-list,.certificates-list) .title)  > div{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.license-list,.certificates-list) .title)  > div{
    flex-direction: column;
  }
}:is(:is(.license-list,.certificates-list) .title):before,:is(:is(.license-list,.certificates-list) .title):after{
  height: 1px;
  width: calc(50% - 225px / 2 - 20px);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-lineColor-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 768px){:is(:is(.license-list,.certificates-list) .title):before,:is(:is(.license-list,.certificates-list) .title):after{
    width: calc(50% - 225px / 2 - 38px);
  }
}:is(.license-list,.certificates-list) .item{
  text-align: center;
}:is(:is(.license-list,.certificates-list) .item) .img:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(.license-list,.certificates-list) .item) .img:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.license-list,.certificates-list) .item) .img{
  margin-bottom: 15px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
            box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.10);
}:is(:is(.license-list,.certificates-list) .item) .tit{
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.9px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (min-width: 1100px){:is(:is(.license-list,.certificates-list) .item) .tit{
    font-size: 18px;
    line-height: 30px;
  }
}.license-list{
  padding-bottom: 35px;
}@media not all and (min-width: 768px){.license-list{
    padding-top: 70px;
  }
}.license-list .box1,.license-list .box2{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}@media (min-width: 576px){.license-list .box1,.license-list .box2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 992px){.license-list .box1,.license-list .box2{
    display: flex;
    justify-content: space-between;
  }
}.license-list .box1:not(:last-child),.license-list .box2:not(:last-child){
  margin-bottom: 40px;
}@media (min-width: 992px){.license-list .box1:not(:last-child),.license-list .box2:not(:last-child){
    margin-bottom: 70px;
  }
}:is(.license-list .box1) .item{
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
}:is(.license-list .box1) .img{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}@media (min-width: 992px){:is(.license-list .box1) .img{
    padding-top: 25px;
    padding-bottom: 25px;
  }
}:is(.license-list .box2) .img{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}.certificates-list{
  padding-bottom: 105px;
}.certificates-list .box{
  display: grid;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  row-gap: 40px;
}@media (min-width: 576px){.certificates-list .box{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 992px){.certificates-list .box{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}@media (min-width: 1200px){.certificates-list .box{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}:is(.certificates-list .box) .item{
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}:is(:is(.certificates-list .box) .item) .img{
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 10px;
  padding-right: 10px;
}#news {
    --pageW: 1500px;    
}.news-titBox{
  margin-bottom: 70px;
  flex-direction: column;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .news-titBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .news-titBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .news-titBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .news-titBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .news-titBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .news-titBox{
    flex-direction: column;
  }
}.news-titBox .titEn{
  margin-left: 0px;
}:is(.news-titBox .titEn):before{
  --tw-content: none;
  content: var(--tw-content);
}.news-titBox .tit{
  margin-bottom: 28px;
}.press-list{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 50px;
}@media not all and (min-width: 576px){.press-list{
    padding-bottom: 60px;
  }
}@media (min-width: 576px){.press-list{
    row-gap: 34px;
  }
}@media (min-width: 768px){.press-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 1200px){.press-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}.press-item{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}@media (hover: hover) {
                :is(.press-item:hover .img):before{
    opacity: 1;
  }
            .press-item:hover .more{
    right: 24px;
  }
            @media (min-width: 576px){.press-item:hover .more{
      right: 14%;
    }
  }
            .press-item:hover .info-wrapper{
                filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.08));
            }
            @media (min-width: 576px){.press-item:hover .info{
      top: -72px;
    }
  }
    }.press-item .img{
  position: relative;
  height: 26vw;
  max-height: 345px;
  min-height: 240px;
}@media (min-width: 1200px){.press-item .img{
    height: 20vw;
  }
}:is(.press-item .img):before{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}.press-item .more:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.press-item .more{
  position: absolute;
  bottom: 135px;
  right: 35px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .press-item .more{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .press-item .more{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .press-item .more{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .press-item .more{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .press-item .more{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .press-item .more{
    flex-direction: column;
  }
}@media (min-width: 576px){.press-item .more{
    bottom: 220px;
    right: 20%;
  }
}@media (min-width: 1300px){.press-item .more{
    width: 70px;
    height: 70px;
  }
}.press-item .info-wrapper{
        filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
    }.press-item .info {
        --cut-bottom-right: 50px;
    }.press-item .info:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.press-item .info:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.press-item .info{
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 25px;
  padding-right: 44px;
  transition-duration: 500ms;
}@media (min-width: 576px){.press-item .info{
    top: -66px;
    width: calc(100% - 30px);
    max-width: 425px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}:is(.press-item .info) .date{
  margin-bottom: 5px;
  font-family: Jost Variable, sans-serif;
  font-size: 18px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-rgb) / var(--tw-text-opacity));
}@media (min-width: 576px){:is(.press-item .info) .date{
    margin-bottom: 15px;
  }
}:is(.press-item .info) .tit{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ margin-bottom: 8px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(.press-item .info) .tit{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(.press-item .info) .tit{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(.press-item .info) .tit{
    padding-bottom: 23px;
  }
}@media (min-width: 576px){:is(.press-item .info) .tit{
    margin-bottom: 14px;
  }
}:is(.press-item .info) .txt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.press-detail {
    --pageW: 1000px;    
}.press-detail .mainBox{
  position: relative;
  padding-bottom: 60px;
}@media (min-width: 576px){.press-detail .mainBox{
    padding-bottom: 88px;
  }
}.press-detail .edidor > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}:is(.press-detail .edidor) h6{
  line-height: 1.6em;
            font-size: clamp(1.25rem, 1.0278rem + 0.463vw, 1.375rem);
}:is(.press-detail .edidor) .img{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.press-bottom{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 80px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  padding-top: 40px;
}:is(.index-section-2 .txtBox) .press-bottom{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .press-bottom{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .press-bottom{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .press-bottom{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .press-bottom{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .press-bottom{
    flex-direction: column;
  }.press-bottom{
    flex-direction: column;
  }
}@media (min-width: 576px){.press-bottom{
    margin-top: 47px;
    padding-top: 49px;
  }
}.press-bottom .readMore{
  width: 190px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}.press-bottom .readMore:hover{
  padding-right: 2px;
}:is(.press-bottom .readMore) span{
  order: 2;
}:is(.press-bottom .readMore) i{
  --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));
}.press-more {
    --pageW: 1500px;
    position: relative;
}.press-more .bg {
        --cut-top-left: 140px;
    }@media (max-width: 1500px) {.press-more .bg {
            --cut-top-left: 80px;
    }
        }.press-more .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.press-more .mainBox{
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}@media (min-width: 576px){.press-more .mainBox{
    padding-top: 78px;
    padding-bottom: 50px;
  }
}@media not all and (min-width: 576px){.pressSlider .swiper{
    padding-bottom: 50px;
  }
}.pressSlider .swiper-slide{
  display: flex;
}:is(.index-section-2 .txtBox) .pressSlider .swiper-slide{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .pressSlider .swiper-slide{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .pressSlider .swiper-slide{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .pressSlider .swiper-slide{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .pressSlider .swiper-slide{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .pressSlider .swiper-slide{
    flex-direction: column;
  }
}.pressSlider .swiper-pagination-bullet-active:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.pressSlider .swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}.service-nav {
    --pageW: 1500px;
}.service-section-1 {
    --pageW: 1127px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}:is(.index-section-2 .txtBox) .service-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .service-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .service-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .service-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .service-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .service-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){.service-section-1{
    min-height: 750px;
    padding-top: 2%;
    padding-bottom: 2%;
  }
}.service-section-1 .imgBox{
  position: relative;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 50px;
}@media not all and (min-width: 992px){
    .service-section-1 .imgBox{
    display: flex;
    align-items: center;
    justify-content: center;
  }:is(.index-section-2 .txtBox) .service-section-1 .imgBox{
    justify-content: space-between;
    gap: 30px;
  }@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .service-section-1 .imgBox{
      flex-direction: column;
    }
  }@media (min-width: 992px){:is(.index-section-2 .txtBox) .service-section-1 .imgBox{
      align-items: center;
    }
  }:is(:is(.index-section-3 .txtBox) .titBox)  > .service-section-1 .imgBox{
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
  }:is(:is(.index-section-4 .mainBox) .txtBox)  > .service-section-1 .imgBox{
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
  }@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .service-section-1 .imgBox{
      flex-direction: column;
    }
  }
}@media not all and (min-width: 768px){.service-section-1 .imgBox{
    flex-direction: column;
  }
}@media (min-width: 992px){.service-section-1 .imgBox{
    margin-top: 150px;
    margin-bottom: 100px;
  }
}:is(.service-section-1 .imgBox) .cBox{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.service-section-1 .imgBox) .cBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.service-section-1 .imgBox) .cBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.service-section-1 .imgBox) .cBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.service-section-1 .imgBox) .cBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.service-section-1 .imgBox) .cBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.service-section-1 .imgBox) .cBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.service-section-1 .imgBox) .cBox{
    min-height: 512px;
    width: 51%;
  }
}:is(:is(.service-section-1 .imgBox) .cBox) .img{
  min-width: 300px;
}:is(:is(.service-section-1 .imgBox) .cBox) .txt:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(.service-section-1 .imgBox) .cBox) .txt:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.service-section-1 .imgBox) .cBox) .txt{
  position: absolute;
  width: 190px;
  height: 190px;
  flex-direction: column;
  gap: 12px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.service-section-1 .imgBox) .cBox) .txt{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.service-section-1 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.service-section-1 .imgBox) .cBox) .txt{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.service-section-1 .imgBox) .cBox) .txt{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.service-section-1 .imgBox) .cBox) .txt{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.service-section-1 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(.service-section-1 .imgBox) .cBox) .txt{
    width: 300px;
    height: 300px;
  }
}@media (min-width: 1200px){:is(:is(.service-section-1 .imgBox) .cBox) .txt{
    width: 326px;
    height: 326px;
  }
}:is(:is(.service-section-1 .imgBox) .cBox) .txt {
                box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
            }:is(:is(:is(.service-section-1 .imgBox) .cBox) .txt):is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(:is(.service-section-1 .imgBox) .cBox) .txt):before{
  position: absolute;
  z-index: -10;
  width: 230px;
  height: 230px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 992px){:is(:is(:is(.service-section-1 .imgBox) .cBox) .txt):before{
    width: 340px;
    height: 340px;
  }
}@media (min-width: 1200px){:is(:is(:is(.service-section-1 .imgBox) .cBox) .txt):before{
    width: 416px;
    height: 416px;
  }
}:is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) .icon{
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) .icon{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) .icon{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) .icon{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) .icon{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) .icon{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) .icon{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) .icon{
    width: 135px;
    height: 135px;
  }
}:is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) .icon {                    
                    background: linear-gradient(105deg, #94D622 7.73%, #69AB21 63.37%, #5EA11B 119.01%, #468E2D 174.65%);

                }:is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) span{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ width: 8em; line-height: 1.2;
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) span{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) span{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.service-section-1 .imgBox) .cBox) .txt) span{
    padding-bottom: 23px;
  }
}:is(.service-section-1 .imgBox) .list{
  margin-left: auto;
  margin-right: auto;
  max-width: 410px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}@media not all and (min-width: 992px){:is(.service-section-1 .imgBox) .list{
    display: grid;
  }
}@media not all and (min-width: 768px){:is(.service-section-1 .imgBox) .list{
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}:is(:is(.service-section-1 .imgBox) .list) .item{
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 8px;
}:is(.index-section-2 .txtBox) :is(:is(.service-section-1 .imgBox) .list) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.service-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.service-section-1 .imgBox) .list) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.service-section-1 .imgBox) .list) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.service-section-1 .imgBox) .list) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.service-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }:is(:is(.service-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(.service-section-1 .imgBox) .list) .item{
    position: absolute;
  }
}:is(:is(:is(.service-section-1 .imgBox) .list) .item) .img:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(:is(.service-section-1 .imgBox) .list) .item) .img:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.service-section-1 .imgBox) .list) .item) .img{
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(:is(.service-section-1 .imgBox) .list) .item) .img{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.service-section-1 .imgBox) .list) .item) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.service-section-1 .imgBox) .list) .item) .img{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(:is(.service-section-1 .imgBox) .list) .item) .img{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.service-section-1 .imgBox) .list) .item) .img{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.service-section-1 .imgBox) .list) .item) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(:is(.service-section-1 .imgBox) .list) .item) .img{
    width: 130px;
    height: 130px;
  }
}:is(:is(:is(.service-section-1 .imgBox) .list) .item) .img {
                    box-shadow: 10px 10px 30px 0 rgba(29, 138, 40, 0.15);
                }:is(:is(:is(:is(.service-section-1 .imgBox) .list) .item) .img) img{
                        /* @apply scale-95; */
                    }:is(:is(:is(.service-section-1 .imgBox) .list) .item) .txt{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(:is(.service-section-1 .imgBox) .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(:is(.service-section-1 .imgBox) .list) .item) .txt{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.service-section-1 .imgBox) .list) .item) .txt{
    padding-bottom: 23px;
  }
}:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(1){
  top: -13vw;
  left: calc(50% + 60px);
}@media (min-width: 992px){:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(1){
    --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));
  }
}@media (min-width: 1200px){:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(1){
    top: -145px;
  }
}:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(2){
  top: -40px;
  left: 90px;
}:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(3){
  bottom: 200px;
  left: 20px;
}:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(4){
  bottom: -50px;
  left: 70px;
}@media (min-width: 1200px){:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(4){
    bottom: -20px;
  }
}:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(5){
  top: -40px;
  right: 40px;
}:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(6){
  bottom: 200px;
  right: -20px;
}:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(7){
  bottom: -50px;
  right: 70px;
}@media (min-width: 1200px){:is(:is(:is(.service-section-1 .imgBox) .list) .item):nth-child(7){
    bottom: -20px;
  }
}@media (min-width: 992px){:is(:is(:is(.service-section-1 .imgBox) .list) .item):is(:nth-child(2),:nth-child(3),:nth-child(4)) .img{
    order: 2;
  }:is(:is(:is(.service-section-1 .imgBox) .list) .item):is(:nth-child(2),:nth-child(3),:nth-child(4)) .txt{
    order: 1;
  }
}.service-section-2 {
    --pageW: 1500px;
    position: relative;
}.service-section-2 .bg {
        --cut-top-right: 140px;
    }@media (max-width: 1500px) {.service-section-2 .bg {
            --cut-top-right: 80px;
    }
        }.service-section-2 .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.service-section-2 .mainBox{
  padding-top: 80px;
  padding-bottom: 80px;
}@media (min-width: 992px){.service-section-2 .mainBox{
    padding-top: 130px;
    padding-bottom: 130px;
  }
}.service-section-2 .title{
  margin-bottom: 45px;
  text-align: center;
}.service-section-2 .list{
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}@media (min-width: 768px){.service-section-2 .list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 992px){.service-section-2 .list{
    row-gap: 72px;
  }
}:is(:is(:is(.service-section-2 .list) .item) .img) img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(:is(.service-section-2 .list) .item) .tag {
                --cut-top-left: 15px;
                --cut-bottom-right: 15px;
            }:is(:is(.service-section-2 .list) .item) .tag:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.service-section-2 .list) .item) .tag{
  position: relative;
  top: -29px;
  margin-left: 20px;
  height: 50px;
  width: 170px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.9px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.service-section-2 .list) .item) .tag{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.service-section-2 .list) .item) .tag{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.service-section-2 .list) .item) .tag{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.service-section-2 .list) .item) .tag{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.service-section-2 .list) .item) .tag{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.service-section-2 .list) .item) .tag{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(.service-section-2 .list) .item) .tag{
    margin-left: 33px;
  }
}:is(:is(.service-section-2 .list) .item) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(:is(.service-section-2 .list) .item) .txt li{
  position: relative;
}:is(ul:is(:is(.service-section-2 .list) .item) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(:is(.service-section-2 .list) .item) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(:is(.service-section-2 .list) .item) .txt{
  margin-left: 20px;
  color: var(--m-body-color);
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(:is(.service-section-2 .list) .item) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(:is(.service-section-2 .list) .item) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(:is(.service-section-2 .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media (min-width: 992px){:is(:is(.service-section-2 .list) .item) .txt{
    margin-left: 33px;
  }
}.service-section-3 {
    --pageW: 1500px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    
}@media (min-width: 992px){.service-section-3{
    padding-top: 100px;
    padding-bottom: 123px;
  }
}.service-section-3 .bg{
  position: absolute;
  right: 0px;
  top: 0px;
}.service-section-3 .title{
  margin-bottom: 40px;
  text-align: center;
}.ICTsolutions-section-1 {
    --pageW: 1500px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}:is(.index-section-2 .txtBox) .ICTsolutions-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .ICTsolutions-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .ICTsolutions-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .ICTsolutions-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .ICTsolutions-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .ICTsolutions-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){.ICTsolutions-section-1{
    padding-top: 60px;
  }
}:is(.ICTsolutions-section-1 .imgBox) img{
  margin-left: auto;
  margin-right: auto;
}.ICTsolutions-section-2 {
    --pageW: 1500px;
    position: relative;
}.ICTsolutions-section-2 .bg {
        --cut-top-right: 140px;
    }@media (max-width: 1500px) {.ICTsolutions-section-2 .bg {
            --cut-top-right: 80px;
    }
        }.ICTsolutions-section-2 .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.ICTsolutions-section-2 .mainBox{
  padding-top: 80px;
  padding-bottom: 80px;
}@media (min-width: 992px){.ICTsolutions-section-2 .mainBox{
    padding-top: 130px;
    padding-bottom: 130px;
  }
}.ICTsolutions-section-2 .title{
  margin-bottom: 45px;
  text-align: center;
}.ICTsolutions-section-2 .list{
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}@media (min-width: 768px){.ICTsolutions-section-2 .list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 992px){.ICTsolutions-section-2 .list{
    row-gap: 72px;
  }
}:is(:is(:is(.ICTsolutions-section-2 .list) .item) .img) img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(:is(.ICTsolutions-section-2 .list) .item) .tag {
                --cut-top-left: 15px;
                --cut-bottom-right: 15px;
            }:is(:is(.ICTsolutions-section-2 .list) .item) .tag:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.ICTsolutions-section-2 .list) .item) .tag{
  position: relative;
  top: -35px;
  margin-left: 20px;
  display: inline-flex;
  height: 50px;
  min-width: 175px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.9px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 992px){:is(:is(.ICTsolutions-section-2 .list) .item) .tag{
    margin-left: 40px;
  }
}:is(:is(.ICTsolutions-section-2 .list) .item) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(:is(.ICTsolutions-section-2 .list) .item) .txt li{
  position: relative;
}:is(ul:is(:is(.ICTsolutions-section-2 .list) .item) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(:is(.ICTsolutions-section-2 .list) .item) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(:is(.ICTsolutions-section-2 .list) .item) .txt{
  margin-left: 20px;
  padding-left: 1.3em;
  color: var(--m-body-color);
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(:is(.ICTsolutions-section-2 .list) .item) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(:is(.ICTsolutions-section-2 .list) .item) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(:is(.ICTsolutions-section-2 .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media (min-width: 992px){:is(:is(.ICTsolutions-section-2 .list) .item) .txt{
    margin-left: 40px;
  }
}:is(:is(:is(.ICTsolutions-section-2 .list) .item) .txt):before{
  margin-left: -1em;
  display: inline-block;
  width: 1em;
  --tw-content: '•';
  content: var(--tw-content);
}.EnergyManagemen-section-1 {
    --pageW: 1500px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-1{
    flex-direction: column;
  }
}@media not all and (min-width: 1500px){.EnergyManagemen-section-1{
    padding-bottom: 80px;
  }
}@media (min-width: 1200px){.EnergyManagemen-section-1{
    padding-top: 60px;
  }
}.EnergyManagemen-section-1 .mainBox{
  display: flex;
  align-items: center;
  -moz-column-gap: 27px;
       column-gap: 27px;
  row-gap: 35px;
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-1 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-1 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-1 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-1 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-1 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-1 .mainBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.EnergyManagemen-section-1 .mainBox{
    flex-direction: column;
  }
}.EnergyManagemen-section-1 .txtBox{
  z-index: 10;
  max-width: 670px;
}@media (min-width: 1500px){.EnergyManagemen-section-1 .txtBox{
    padding-bottom: 45px;
  }
}:is(.EnergyManagemen-section-1 .txtBox) .title{
  margin-bottom: 40px;
}@media (min-width: 1200px){:is(.EnergyManagemen-section-1 .txtBox) .title{
    margin-bottom: 67px;
  }
}:is(:is(.EnergyManagemen-section-1 .txtBox) .title) .txt{
  letter-spacing: 10%;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
                font-size: clamp(1.75rem, 1.5391rem + 0.5859vw, 2.125rem);
}:is(.EnergyManagemen-section-1 .txtBox) .list{
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 62px;
       column-gap: 62px;
}@media (min-width: 576px){:is(.EnergyManagemen-section-1 .txtBox) .list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item{
  display: flex;
  align-items: center;
  gap: 24px;
}:is(.index-section-2 .txtBox) :is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item{
    flex-direction: column;
  }
}:is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon{
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon{
    flex-direction: column;
  }
}:is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .icon {
                    box-shadow: 0 4px 45px rgba(0, 0, 0, 0.20);
                }:is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .txt li{
  position: relative;
}:is(ul:is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .txt{
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: var(--m-body-color);
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.EnergyManagemen-section-1 .txtBox) .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}.EnergyManagemen-section-1 .imgBox {
        --cut-top-left: 85px;        
    }@media (max-width: 1300px) {.EnergyManagemen-section-1 .imgBox {
            --cut-top-left: 60px;        
    } 
        }:is(.EnergyManagemen-section-1 .imgBox) img{
  margin-left: auto;
  margin-right: auto;
}.EnergyManagemen-section-2 {
    --pageW: 1500px;
    position: relative;
    display: flex;
    min-height: 700px;
    width: 100%;
    justify-content: center;    
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-2{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-2{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-2{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-2{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-2{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-2{
    flex-direction: column;
  }
}@media (min-width: 992px){.EnergyManagemen-section-2{
    min-height: 645px;
  }
}@media (min-width: 1400px){.EnergyManagemen-section-2{
    min-height: 864px;
  }
}@media (min-width: 1500px){.EnergyManagemen-section-2{
    margin-top: -38px;
  }
}.EnergyManagemen-section-2 .img{
  width: 100%;
}:is(.EnergyManagemen-section-2 .img) img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 992px){:is(.EnergyManagemen-section-2 .img) img{
    -o-object-position: 60%;
       object-position: 60%;
  }
}.EnergyManagemen-section-2 .mainBox{
  position: absolute;
  padding-top: 80px;
  padding-bottom: 80px;
}@media (min-width: 1400px){.EnergyManagemen-section-2 .mainBox{
    padding-top: 130px;
    padding-bottom: 130px;
  }
}.EnergyManagemen-section-2 .title{
  margin-bottom: 45px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-2 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-2 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-2 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-2 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-2 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-2 .title{
    flex-direction: column;
  }
}.EnergyManagemen-section-3 {
    --pageW: 1200px;
    padding-top: 80px;
    padding-bottom: 80px; 
}@media (min-width: 1400px){.EnergyManagemen-section-3{
    padding-top: 120px;
    padding-bottom: 120px;
  }
}.EnergyManagemen-section-3 .title{
  margin-bottom: 45px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-3 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-3 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-3 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-3 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-3 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-3 .title{
    flex-direction: column;
  }
}.EnergyManagemen-section-4 {
    --pageW: 1400px;
    position: relative;
    display: flex;
    align-items: center;
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-4{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-4{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-4{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-4{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-4{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-4{
    flex-direction: column;
  }.EnergyManagemen-section-4{
    flex-direction: column;
  }
}@media (min-width: 768px){.EnergyManagemen-section-4{
    justify-content: center;
  }
}.EnergyManagemen-section-4 .img{
  height: 100vw;
  min-height: 780px;
  width: 100%;
  overflow: hidden;
}@media (min-width: 768px){.EnergyManagemen-section-4 .img{
    height: 43vw;
    max-height: 670px;
    min-height: 600px;
  }
}:is(.EnergyManagemen-section-4 .img) img{
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 768px){:is(.EnergyManagemen-section-4 .img) img{
    width: 190%;
  }
}@media (min-width: 1100px){:is(.EnergyManagemen-section-4 .img) img{
    width: 150%;
  }
}@media (min-width: 1300px){:is(.EnergyManagemen-section-4 .img) img{
    width: 120%;
  }
}:is(.EnergyManagemen-section-4 .img) img {
            -o-object-position: right 18vw bottom -50px;
               object-position: right 18vw bottom -50px;
        }@media (max-width: 1100px) {:is(.EnergyManagemen-section-4 .img) img {
                -o-object-position: right 45vw bottom -50px;
                   object-position: right 45vw bottom -50px;
        }
            }@media (max-width: 768px) {:is(.EnergyManagemen-section-4 .img) img {
                -o-object-position: 65% 100%;
                   object-position: 65% 100%;
        }
            }.EnergyManagemen-section-4 .mainBox{
  position: absolute;
}@media not all and (min-width: 768px){.EnergyManagemen-section-4 .mainBox{
    padding-top: 50px;
  }
}.EnergyManagemen-section-4 .txtBox{
  min-width: 330px;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 0.7);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}@media (min-width: 576px){.EnergyManagemen-section-4 .txtBox{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}@media (min-width: 768px){.EnergyManagemen-section-4 .txtBox{
    margin-top: -100px;
    min-height: 300px;
    width: 45%;
    max-width: 514px;
  }
}@media (min-width: 1100px){.EnergyManagemen-section-4 .txtBox{
    padding-left: 57px;
  }
}@media (max-width: 768px){.EnergyManagemen-section-4 .txtBox {
            box-shadow: 1px 1px 20px 1px #00000017;
    }
        }:is(.EnergyManagemen-section-4 .txtBox) .title{
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-4 .txtBox) .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-4 .txtBox) .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-4 .txtBox) .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.EnergyManagemen-section-4 .txtBox) .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.EnergyManagemen-section-4 .txtBox) .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.EnergyManagemen-section-4 .txtBox) .title{
    flex-direction: column;
  }
}:is(.EnergyManagemen-section-4 .txtBox) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(.EnergyManagemen-section-4 .txtBox) .txt li{
  position: relative;
}:is(ul:is(.EnergyManagemen-section-4 .txtBox) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(.EnergyManagemen-section-4 .txtBox) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(.EnergyManagemen-section-4 .txtBox) .txt{
  color: var(--m-body-color);
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(.EnergyManagemen-section-4 .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(.EnergyManagemen-section-4 .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(.EnergyManagemen-section-4 .txtBox) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}.EnergyManagemen-section-5 {
    --pageW: 1500px;
    padding-top: 80px;
    padding-bottom: 195px;
}@media (min-width: 1400px){.EnergyManagemen-section-5{
    padding-top: 115px;
  }
}.EnergyManagemen-section-5 .title{
  margin-bottom: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-5 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-5 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-5 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-5 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-5 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-5 .title{
    flex-direction: column;
  }
}.EnergyManagemen-section-5 .imgBox{
  display: flex;
  row-gap: 150px;
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-5 .imgBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-5 .imgBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-5 .imgBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-5 .imgBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-5 .imgBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-5 .imgBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.EnergyManagemen-section-5 .imgBox{
    flex-direction: column;
  }
}@media (min-width: 768px){.EnergyManagemen-section-5 .imgBox{
    row-gap: 200px;
  }
}:is(.EnergyManagemen-section-5 .imgBox) .item{
  position: relative;
  display: flex;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-5 .imgBox) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-5 .imgBox) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-5 .imgBox) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.EnergyManagemen-section-5 .imgBox) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.EnergyManagemen-section-5 .imgBox) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.EnergyManagemen-section-5 .imgBox) .item{
    flex-direction: column;
  }
}:is(:is(.EnergyManagemen-section-5 .imgBox) .item) .tagBox{
  position: absolute;
}:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(1) .tagBox{
  bottom: -100px;
}@media (min-width: 768px){:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(1) .tagBox{
    bottom: -120px;
  }
}@media (min-width: 1200px){:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(1) .tagBox{
    bottom: 18px;
    left: 217px;
  }
}:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(1) .tagLine{
  height: 60px;
}@media (min-width: 1200px){:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(1) .tagLine{
    height: 90px;
  }:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(2){
    margin-left: -200px;
    margin-top: 162px;
  }
}:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(2) .tagBox{
  bottom: -100px;
}@media (min-width: 768px){:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(2) .tagBox{
    bottom: -120px;
  }
}@media (min-width: 1200px){:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(2) .tagBox{
    left: 297px;
  }
}:is(:is(.EnergyManagemen-section-5 .imgBox) .item):nth-child(2) .tagLine{
  height: 60px;
}.EnergyManagemen-section-6 {
    --pageW: 1436px;
    position: relative;
}.EnergyManagemen-section-6 .bg {
        --cut-top-right: 140px;
    }@media (max-width: 1500px) {.EnergyManagemen-section-6 .bg {
            --cut-top-right: 80px;
    }
        }.EnergyManagemen-section-6 .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.EnergyManagemen-section-6 .mainBox{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}@media (min-width: 1400px){.EnergyManagemen-section-6 .mainBox{
    padding-top: 92px;
  }
}.EnergyManagemen-section-6 .title{
  margin-bottom: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-6 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-6 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-6 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-6 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-6 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-6 .title{
    flex-direction: column;
  }
}.EnergyManagemen-section-6 .txt{
  margin-bottom: 50px;
  text-align: center;
}:is(.EnergyManagemen-section-6 .imgBox) .img img,:is(.EnergyManagemen-section-6 .imgBox) .img02 {           
            box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.20);            
        }:is(.EnergyManagemen-section-6 .imgBox) .group{
  display: flex;
}:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-6 .imgBox) .group{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-6 .imgBox) .group{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-6 .imgBox) .group{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.EnergyManagemen-section-6 .imgBox) .group{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.EnergyManagemen-section-6 .imgBox) .group{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.EnergyManagemen-section-6 .imgBox) .group{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){:is(.EnergyManagemen-section-6 .imgBox) .group{
    flex-direction: column;
  }
}:is(:is(.EnergyManagemen-section-6 .imgBox) .group) .item{
  position: relative;
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group) .item) .tagBox{
  position: absolute;
}:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1){
  margin-bottom: 96px;
  row-gap: 165px;
}@media (min-width: 768px){:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1){
    row-gap: 200px;
  }
}:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item{
  display: flex;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item{
    flex-direction: column;
  }
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(1){
    width: 830px;
  }
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(1) .tagBox{
  bottom: -110px;
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(1) .tagBox{
    bottom: 18px;
    left: 300px;
  }
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(1) .tagLine{
  height: 90px;
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(1) .tagLine{
    height: 110px;
  }
}@media not all and (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(2){
    margin-bottom: 110px;
  }
}@media not all and (min-width: 768px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(2){
    margin-bottom: 80px;
  }
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(2){
    margin-left: -54px;
    margin-top: 192px;
    width: 660px;
  }
}@media not all and (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(2) .tagBox{
    bottom: -110px;
  }
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(2) .tagBox{
    top: -110px;
    left: 200px;
  }
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .item):nth-child(2) .tagLine{
  height: 90px;
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(1) .img) img{
  width: 100%;
}:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2){
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 80px;
}@media (min-width: 1500px){:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2){
    padding-left: 26px;
    padding-right: 58px;
  }
}:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .tit{
  margin-bottom: 30px;
  text-align: center;
}:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .img02{
  position: relative;
  top: -26px;
}@media not all and (min-width: 768px){:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .tagBox{
    position: relative;
  }
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .item):nth-child(1){
  z-index: 10;
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .item):nth-child(1) .tagBox{
  right: -32px;
}@media (min-width: 768px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .item):nth-child(1) .tagBox{
    top: 250px;
  }
}@media (min-width: 1400px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .item):nth-child(1) .tagBox{
    top: 395px;
    right: -155px;
  }
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .item):nth-child(1) .img02{
  left: 54px;
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .item):nth-child(2) .tagBox{
  right: -32px;
}@media (min-width: 768px){:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .item):nth-child(2) .tagBox{
    top: 250px;
  }
}:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .item):nth-child(2) .img02{
  left: 37px;
}@media not all and (min-width: 1200px){:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .img,:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .img02{
    width: 90%;
  }:is(:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .img,:is(:is(.EnergyManagemen-section-6 .imgBox) .group):nth-child(2) .img02) img{
    width: 100%;
  }
}.EnergyManagemen-section-7 {
    --pageW: 1500px;
}.EnergyManagemen-section-7:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.EnergyManagemen-section-7:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.EnergyManagemen-section-7{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 80px;
  padding-bottom: 98px;
}@media (min-width: 1400px){.EnergyManagemen-section-7{
    padding-top: 115px;
  }
}.EnergyManagemen-section-7 .title{
  margin-bottom: 50px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .EnergyManagemen-section-7 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-7 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .EnergyManagemen-section-7 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .EnergyManagemen-section-7 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-7 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .EnergyManagemen-section-7 .title{
    flex-direction: column;
  }
}:is(.EnergyManagemen-section-7 .imgBox) .group{
  display: flex;
}:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-7 .imgBox) .group{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-7 .imgBox) .group{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.EnergyManagemen-section-7 .imgBox) .group{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.EnergyManagemen-section-7 .imgBox) .group{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.EnergyManagemen-section-7 .imgBox) .group{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.EnergyManagemen-section-7 .imgBox) .group{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){:is(.EnergyManagemen-section-7 .imgBox) .group{
    flex-direction: column;
  }
}:is(:is(.EnergyManagemen-section-7 .imgBox) .group) .item{
  position: relative;
}:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group) .item) .tagBox{
  position: absolute;
}:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1){
  row-gap: 60px;
}@media not all and (min-width: 1200px){:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1){
    margin-bottom: 80px;
  }
}:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item{
  display: flex;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item{
    flex-direction: column;
  }
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item):nth-child(1){
    width: 1030px;
  }
}@media not all and (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item):nth-child(2){
    margin-bottom: 100px;
  }
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item):nth-child(2){
    margin-left: -164px;
    margin-top: 252px;
    width: 645px;
  }
}@media not all and (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item):nth-child(2) .tagBox{
    bottom: -100px;
  }
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item):nth-child(2) .tagBox{
    top: -144px;
    right: 108px;
  }
}:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item):nth-child(2) .tagLine{
  height: 60px;
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .item):nth-child(2) .tagLine{
    height: 90px;
  }
}:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(1) .img) img{
  width: 100%;
}:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2){
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 60px;
}:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .tit{
  margin-bottom: 25px;
  text-align: center;
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1){
    width: 645px;
  }
}@media (min-width: 1300px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1){
    margin-top: -65px;
  }
}:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1) .tagBox{
  top: 180px;
  right: 0px;
}@media (min-width: 768px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1) .tagBox{
    top: 228px;
    right: 20%;
  }
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1) .tagBox{
    right: -10px;
  }
}:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1) .img02{
  position: relative;
  top: -14px;
  left: 45px;
                            box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.20);
}@media not all and (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1) .img,:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1) .img02{
    width: 90%;
  }:is(:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1) .img,:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(1) .img02) img{
    width: 100%;
  }
}:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2){
  display: flex;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2){
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2){
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2){
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2){
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2){
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2){
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2){
    margin-bottom: 100px;
    width: 100%;
  }
}@media (min-width: 1300px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2){
    margin-top: 30px;
  }
}@media not all and (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2) .tagBox{
    bottom: -100px;
  }
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2) .tagBox{
    top: -125px;
  }
}:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2) .tagLine{
  height: 60px;
}@media (min-width: 1200px){:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2) .tagLine{
    height: 80px;
  }
}@media not all and (min-width: 1200px){:is(:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2) .img) img{
    width: 100%;
  }
}.img-scroll:is(:is(:is(:is(.EnergyManagemen-section-7 .imgBox) .group):nth-child(2) .item):nth-child(2) .img) img{
  min-width: 700px;
}.EnergyManagemen-section-3,
.EnergyManagemen-section-5,
.EnergyManagemen-section-7{
  position: relative;
}:is(.EnergyManagemen-section-3,.EnergyManagemen-section-5,.EnergyManagemen-section-7) .bg{
  position: absolute;
  top: 0px;
  right: 0px;
}:is(.EnergyManagemen-section-3,.EnergyManagemen-section-5,.EnergyManagemen-section-7) .mainBox{
  position: relative;
}.SmartAccess-section-1 {
    --pageW: 1710px;
    position: relative;
    padding-bottom: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}:is(.index-section-2 .txtBox) .SmartAccess-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartAccess-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-1{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartAccess-section-1{
    padding-top: 15px;
  }
}.SmartAccess-section-1 .mainBox{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 42px;
       column-gap: 42px;
  row-gap: 35px;
}:is(.index-section-2 .txtBox) .SmartAccess-section-1 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-1 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-1 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartAccess-section-1 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-1 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-1 .mainBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.SmartAccess-section-1 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartAccess-section-1 .mainBox{
    margin-right: 0px;
    padding-right: 0px;
  }
}.SmartAccess-section-1 .txtBox{
  z-index: 10;
  max-width: 888px;
}:is(.SmartAccess-section-1 .txtBox) .title{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}:is(.index-section-2 .txtBox) :is(.SmartAccess-section-1 .txtBox) .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartAccess-section-1 .txtBox) .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartAccess-section-1 .txtBox) .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartAccess-section-1 .txtBox) .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartAccess-section-1 .txtBox) .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartAccess-section-1 .txtBox) .title{
    flex-direction: column;
  }
}@media not all and (min-width: 576px){:is(.SmartAccess-section-1 .txtBox) .title{
    flex-direction: column;
    text-align: center;
  }
}@media (min-width: 576px){:is(.SmartAccess-section-1 .txtBox) .title{
    gap: 45px;
  }
}@media (min-width: 1200px){:is(.SmartAccess-section-1 .txtBox) .title{
    margin-bottom: 76px;
  }
}:is(:is(.SmartAccess-section-1 .txtBox) .title) .img{
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 20px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-light-rgb) / var(--tw-border-opacity));
}@media (min-width: 768px){:is(:is(.SmartAccess-section-1 .txtBox) .title) .img{
    width: 290px;
    height: 290px;
    border-width: 28px;
  }
}:is(:is(.SmartAccess-section-1 .txtBox) .title) .box{
  display: flex;
  max-width: 485px;
  flex-direction: column;
  row-gap: 23px;
}:is(.index-section-2 .txtBox) :is(:is(.SmartAccess-section-1 .txtBox) .title) .box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartAccess-section-1 .txtBox) .title) .box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartAccess-section-1 .txtBox) .title) .box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.SmartAccess-section-1 .txtBox) .title) .box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartAccess-section-1 .txtBox) .title) .box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartAccess-section-1 .txtBox) .title) .box{
    flex-direction: column;
  }
}:is(:is(:is(.SmartAccess-section-1 .txtBox) .title) .box) .h2{
  line-height: 1;
}:is(.SmartAccess-section-1 .txtBox) .list{
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}@media (min-width: 768px){:is(.SmartAccess-section-1 .txtBox) .list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    row-gap: 34px;
  }
}@media (min-width: 1200px){:is(.SmartAccess-section-1 .txtBox) .list{
    margin-right: -85px;
  }
}:is(:is(.SmartAccess-section-1 .txtBox) .list) .item:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(.SmartAccess-section-1 .txtBox) .list) .item:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.SmartAccess-section-1 .txtBox) .list) .item{
  height: 60px;
  cursor: pointer;
  gap: 16px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 10px;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.SmartAccess-section-1 .txtBox) .list) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartAccess-section-1 .txtBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartAccess-section-1 .txtBox) .list) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.SmartAccess-section-1 .txtBox) .list) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartAccess-section-1 .txtBox) .list) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartAccess-section-1 .txtBox) .list) .item{
    flex-direction: column;
  }
}:is(:is(.SmartAccess-section-1 .txtBox) .list) .item:hover:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.SmartAccess-section-1 .txtBox) .list) .item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}@media (min-width: 393px){:is(:is(.SmartAccess-section-1 .txtBox) .list) .item{
    padding: 20px;
  }
}@media (min-width: 768px){:is(:is(.SmartAccess-section-1 .txtBox) .list) .item{
    height: 86px;
    gap: 21px;
  }
}:is(:is(.SmartAccess-section-1 .txtBox) .list) .item {
                box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.10);
            }:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .icon{
  position: relative;
  flex-shrink: 0;
}@media not all and (min-width: 768px){:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .icon{
    width: 32px;
  }
}:is(:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .icon) img{
  transition-duration: 300ms;
}.w:is(:is(:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .icon) img){
  position: absolute;
  top: 0px;
  opacity: 0;
}.g:is(:is(:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .icon) img){
  opacity: 1;
}:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .txt li{
  position: relative;
}:is(ul:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .txt{
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: var(--m-body-color);
  transition-duration: 300ms;
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media not all and (min-width: 768px){:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}.w:is(:is(:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item):hover .icon) img){
  opacity: 1;
}.g:is(:is(:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item):hover .icon) img){
  opacity: 0;
}:is(:is(:is(.SmartAccess-section-1 .txtBox) .list) .item):hover .txt{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.SmartAccess-section-1 .imgBox{
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  max-width: 850px;
}@media (min-width: 1200px){.SmartAccess-section-1 .imgBox{
    width: 50%;
  }
}:is(.SmartAccess-section-1 .imgBox) img {
            --cut-top-left: 85px;            
        }@media (max-width: 1300px) {:is(.SmartAccess-section-1 .imgBox) img {
                --cut-top-left: 60px;            
        } 
            }.SmartAccess-section-2 {
    --pageW: 1500px;
    position: relative;
}.SmartAccess-section-2 .bg {
        --cut-top-right: 140px;
    }@media (max-width: 1500px) {.SmartAccess-section-2 .bg {
            --cut-top-right: 80px;
    }
        }.SmartAccess-section-2 .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.SmartAccess-section-2{
  position: relative;
  display: flex;
  min-height: 700px;
  width: 100%;
  justify-content: center;
}:is(.index-section-2 .txtBox) .SmartAccess-section-2{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-2{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-2{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartAccess-section-2{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-2{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-2{
    flex-direction: column;
  }
}@media (min-width: 992px){.SmartAccess-section-2{
    min-height: 645px;
  }
}@media (min-width: 1400px){.SmartAccess-section-2{
    min-height: 864px;
  }
}.SmartAccess-section-2 .mainBox{
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}@media (min-width: 1400px){.SmartAccess-section-2 .mainBox{
    padding-top: 120px;
  }
}.SmartAccess-section-2 .title{
  margin-bottom: 45px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .SmartAccess-section-2 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-2 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-2 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartAccess-section-2 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-2 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-2 .title{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){:is(.SmartAccess-section-2 .imgBox) img{
    margin-left: auto;
    margin-right: auto;
  }
}.SmartAccess-section-3 {
    --pageW: 1665px;
    position: relative;
    padding-top: 60px;
}@media not all and (min-width: 1200px){.SmartAccess-section-3{
    padding-bottom: 100px;
  }
}@media (min-width: 768px){.SmartAccess-section-3{
    padding-top: 80px;
  }
}@media (min-width: 1400px){.SmartAccess-section-3{
    padding-top: 110px;
  }
}.SmartAccess-section-3 .bg{
  position: absolute;
  top: 0px;
  left: 0px;
}.SmartAccess-section-3 .bg-2{
  position: absolute;
  bottom: 0px;
  right: 0px;
}.SmartAccess-section-3 .mainBox{
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 40px;
}:is(.index-section-2 .txtBox) .SmartAccess-section-3 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-3 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-3 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartAccess-section-3 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-3 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-3 .mainBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1500px){.SmartAccess-section-3 .mainBox{
    align-items: center;
  }
}@media not all and (min-width: 1200px){.SmartAccess-section-3 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartAccess-section-3 .mainBox{
    margin-right: 0px;
    padding-right: 0px;
  }
}.SmartAccess-section-3 .title{
  margin-bottom: 30px;
  display: flex;
  max-width: 830px;
  flex-direction: column;
  gap: 20px;
}:is(.index-section-2 .txtBox) .SmartAccess-section-3 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-3 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-3 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartAccess-section-3 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-3 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-3 .title{
    flex-direction: column;
  }
}@media (min-width: 576px){.SmartAccess-section-3 .title{
    margin-bottom: 40px;
  }
}@media (min-width: 1200px){.SmartAccess-section-3 .title{
    max-width: 750px;
    padding-left: 16px;
  }
}@media (min-width: 1500px){.SmartAccess-section-3 .title{
    margin-bottom: 89px;
  }.SmartAccess-section-3 .L{
    padding-top: 72px;
  }
}:is(.SmartAccess-section-3 .L) .img{
  position: relative;
  max-width: 550px;
}@media not all and (min-width: 1200px){:is(.SmartAccess-section-3 .L) .img{
    margin-left: auto;
    margin-right: auto;
  }
}:is(:is(.SmartAccess-section-3 .L) .img):is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.SmartAccess-section-3 .L) .img):before{
  position: absolute;
  bottom: 34px;
  left: -45px;
  height: 156px;
  width: 45px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.SmartAccess-section-3 .R{
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 830px;
}@media (min-width: 1200px){.SmartAccess-section-3 .R{
    width: 49%;
  }
}:is(.SmartAccess-section-3 .R) .img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
            --cut-top-left: 83px;
}@media (max-width: 992px) {:is(.SmartAccess-section-3 .R) .img {
                --cut-top-left: 50px;
        }
            }@media not all and (min-width: 1200px){:is(:is(.SmartAccess-section-3 .R) .img) img{
    margin-left: auto;
    margin-right: auto;
  }
}:is(.SmartAccess-section-3 .R) .img02 {
            --cut-top-right: 35px;
            position: absolute;
            bottom: -55px;
            height: 170px;
            width: 140px;
            flex-direction: column;
            gap: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }:is(.index-section-2 .txtBox) :is(.SmartAccess-section-3 .R) .img02{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartAccess-section-3 .R) .img02{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartAccess-section-3 .R) .img02{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartAccess-section-3 .R) .img02{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartAccess-section-3 .R) .img02{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartAccess-section-3 .R) .img02{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){:is(.SmartAccess-section-3 .R) .img02{
    right: 30px;
  }
}@media not all and (min-width: 576px){:is(.SmartAccess-section-3 .R) .img02{
    right: 0px;
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media (min-width: 768px){:is(.SmartAccess-section-3 .R) .img02{
    height: 200px;
    width: 176px;
  }
}@media (min-width: 1200px){:is(.SmartAccess-section-3 .R) .img02{
    left: -88px;
  }
}:is(.SmartAccess-section-3 .R) .img02 {
            background: linear-gradient(-133deg, #94D622 18.95%, #69AB21 45.96%, #5EA11B 72.97%, #468E2D 99.98%);
        }:is(:is(.SmartAccess-section-3 .R) .img02) span{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(.SmartAccess-section-3 .R) .img02) span{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(.SmartAccess-section-3 .R) .img02) span{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(.SmartAccess-section-3 .R) .img02) span{
    padding-bottom: 23px;
  }
}.SmartAccess-section-4 {
    --pageW: 802px;
    position: relative;
    margin-top: 0px;
    display: flex;
    min-height: 1550px;
    width: 100%;
    justify-content: center;    
}:is(.index-section-2 .txtBox) .SmartAccess-section-4{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-4{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-4{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartAccess-section-4{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-4{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-4{
    flex-direction: column;
  }
}@media (min-width: 576px){.SmartAccess-section-4{
    min-height: 550px;
  }
}@media (min-width: 768px){.SmartAccess-section-4{
    min-height: 650px;
  }
}@media (min-width: 1200px){.SmartAccess-section-4{
    margin-top: 50px;
    min-height: 750px;
  }
}@media (min-width: 1400px){.SmartAccess-section-4{
    margin-top: -34px;
    min-height: 864px;
  }
}.SmartAccess-section-4 .img{
  max-height: none;
  width: 100%;
}@media (min-width: 576px){.SmartAccess-section-4 .img{
    max-height: 750px;
  }
}@media (min-width: 1024px){.SmartAccess-section-4 .img{
    max-height: none;
  }
}:is(.SmartAccess-section-4 .img) img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}.SmartAccess-section-4 .mainBox{
  position: absolute;
  padding-top: 60px;
  padding-bottom: 60px;
}@media (min-width: 768px){.SmartAccess-section-4 .mainBox{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}@media (min-width: 1400px){.SmartAccess-section-4 .mainBox{
    padding-top: 166px;
    padding-bottom: 166px;
  }
}.SmartAccess-section-4 .title{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}:is(.index-section-2 .txtBox) .SmartAccess-section-4 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-4 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartAccess-section-4 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartAccess-section-4 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-4 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartAccess-section-4 .title{
    flex-direction: column;
  }
}:is(.SmartAccess-section-4 .title) .h2{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.SmartAccess-section-4 .title) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(.SmartAccess-section-4 .title) .txt li{
  position: relative;
}:is(ul:is(.SmartAccess-section-4 .title) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(.SmartAccess-section-4 .title) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(.SmartAccess-section-4 .title) .txt{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(.SmartAccess-section-4 .title) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(.SmartAccess-section-4 .title) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(.SmartAccess-section-4 .title) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}.SmartAccess-section-5 {
    --pageW: 1500px;
    padding-top: 50px;
    padding-bottom: 60px;
}@media (min-width: 576px){.SmartAccess-section-5{
    padding-top: 70px;
  }
}@media (min-width: 1400px){.SmartAccess-section-5{
    padding-bottom: 120px;
  }
}.SmartAccess-section-5 .title{
  margin-bottom: 60px;
  text-align: center;
}.SmartAccess-section-5 .list{
  margin-top: 50px;
  display: grid;
  gap: 20px;
}@media (min-width: 768px){.SmartAccess-section-5 .list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 1200px){.SmartAccess-section-5 .list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 38px;
         column-gap: 38px;
    row-gap: 36px;
  }
}:is(.SmartAccess-section-5 .list) .item:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.SmartAccess-section-5 .list) .item:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.SmartAccess-section-5 .list) .item{
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
}@media (min-width: 768px){:is(.SmartAccess-section-5 .list) .item{
    min-height: 210px;
  }
}:is(.SmartAccess-section-5 .list) .item {
            box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.10);
        }:is(:is(.SmartAccess-section-5 .list) .item) .tit{
  position: relative;
  margin-bottom: 18px;
  padding-left: 50px;
}:is(:is(:is(.SmartAccess-section-5 .list) .item) .tit):is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(:is(.SmartAccess-section-5 .list) .item) .tit):before{
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  font-family: icomoon;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-content: '\e905';
  content: var(--tw-content);
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(:is(.SmartAccess-section-5 .list) .item) .tit):before{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.SmartAccess-section-5 .list) .item) .tit):before{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.SmartAccess-section-5 .list) .item) .tit):before{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(:is(.SmartAccess-section-5 .list) .item) .tit):before{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.SmartAccess-section-5 .list) .item) .tit):before{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.SmartAccess-section-5 .list) .item) .tit):before{
    flex-direction: column;
  }
}:is(:is(.SmartAccess-section-5 .list) .item) .txt{
  padding-left: 50px;
}.ConferenceRoom-section-1 {
    --pageW: 1143px;
    display: flex;
    align-items: center;
    justify-content: center;
}:is(.index-section-2 .txtBox) .ConferenceRoom-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .ConferenceRoom-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-1{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.ConferenceRoom-section-1{
    margin-top: -50px;
  }
}@media not all and (min-width: 992px){.ConferenceRoom-section-1{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.ConferenceRoom-section-1 .mainBox{
  display: flex;
  justify-content: center;
}:is(.index-section-2 .txtBox) .ConferenceRoom-section-1 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-1 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-1 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .ConferenceRoom-section-1 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-1 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-1 .mainBox{
    flex-direction: column;
  }
}.ConferenceRoom-section-1 .imgBox{
  position: relative;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 50px;
}@media not all and (min-width: 992px){
    .ConferenceRoom-section-1 .imgBox{
    display: flex;
    align-items: center;
    justify-content: center;
  }:is(.index-section-2 .txtBox) .ConferenceRoom-section-1 .imgBox{
    justify-content: space-between;
    gap: 30px;
  }@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-1 .imgBox{
      flex-direction: column;
    }
  }@media (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-1 .imgBox{
      align-items: center;
    }
  }:is(:is(.index-section-3 .txtBox) .titBox)  > .ConferenceRoom-section-1 .imgBox{
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
  }:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-1 .imgBox{
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
  }@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-1 .imgBox{
      flex-direction: column;
    }
  }
}@media not all and (min-width: 768px){.ConferenceRoom-section-1 .imgBox{
    flex-direction: column;
  }
}@media (min-width: 992px){.ConferenceRoom-section-1 .imgBox{
    min-width: 1143px;
  }
}:is(.ConferenceRoom-section-1 .imgBox) .cBox{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.ConferenceRoom-section-1 .imgBox) .cBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.ConferenceRoom-section-1 .imgBox) .cBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.ConferenceRoom-section-1 .imgBox) .cBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.ConferenceRoom-section-1 .imgBox) .cBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.ConferenceRoom-section-1 .imgBox) .cBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.ConferenceRoom-section-1 .imgBox) .cBox{
    flex-direction: column;
  }
}:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .img{
  position: relative;
  left: 1px;
  top: 6px;
}@media not all and (min-width: 992px){:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .img{
    display: none;
  }
}:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt{
  width: 230px;
  height: 230px;
  flex-direction: column;
  gap: 13px;
  border-radius: 9999px;
  border-width: 20px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt{
    position: absolute;
  }
}:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt {
                background: linear-gradient(105deg, #94D622 7.73%, #69AB21 63.37%, #5EA11B 119.01%, #468E2D 174.65%);
            }:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt) span{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ line-height: 1.2; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt) span{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt) span{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt) span{
    padding-bottom: 23px;
  }
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt):is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .cBox) .txt):before{
  position: absolute;
  z-index: -10;
  width: 280px;
  height: 280px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}:is(.ConferenceRoom-section-1 .imgBox) .list{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}@media not all and (min-width: 992px){:is(.ConferenceRoom-section-1 .imgBox) .list{
    display: grid;
  }
}@media not all and (min-width: 768px){:is(.ConferenceRoom-section-1 .imgBox) .list{
    display: flex;
  }
}@media (min-width: 768px){:is(.ConferenceRoom-section-1 .imgBox) .list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item{
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 10px;
}:is(.index-section-2 .txtBox) :is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item{
    position: absolute;
  }
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img{
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img{
    width: 135px;
    height: 135px;
  }
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .img {
                    box-shadow: 10px 10px 30px 0 rgba(29, 138, 40, 0.15);                   
                }:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .txt{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .txt{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item) .txt{
    padding-bottom: 23px;
  }
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(1){
  top: -13vw;
  left: calc(50% + 67.5px);
}@media (min-width: 768px){:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(1){
    top: 45px;
  }
}@media (min-width: 992px){:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(1){
    --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));
  }
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(1) .txt{
  position: relative;
}@media (min-width: 1200px){:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(1) .txt{
    top: -15px;
  }
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(2){
  top: 275px;
  left: 95px;
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(3){
  bottom: -50px;
  left: 220px;
}@media (min-width: 768px){:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(3){
    bottom: 70px;
  }
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(4){
  top: 275px;
  right: 100px;
}:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(5){
  bottom: -50px;
  right: 230px;
}@media (min-width: 768px){:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):nth-child(5){
    bottom: 80px;
  }
}@media (min-width: 992px){:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):is(:nth-child(2),:nth-child(3)) .img{
    order: 2;
  }:is(:is(:is(.ConferenceRoom-section-1 .imgBox) .list) .item):is(:nth-child(2),:nth-child(3)) .txt{
    order: 1;
  }
}.ConferenceRoom-section-2 {
    --pageW: 1300px;
    position: relative;
}.ConferenceRoom-section-2 .bg {
        --cut-top-right: 140px;
    }@media (max-width: 1500px) {.ConferenceRoom-section-2 .bg {
            --cut-top-right: 50px;
    }
        }.ConferenceRoom-section-2 .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.ConferenceRoom-section-2 .bg-2{
  position: absolute;
  top: 0px;
  left: 0px;
}.ConferenceRoom-section-2 .mainBox{
  display: flex;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 70px;
}:is(.index-section-2 .txtBox) .ConferenceRoom-section-2 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-2 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-2 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .ConferenceRoom-section-2 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-2 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-2 .mainBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1300px){.ConferenceRoom-section-2 .mainBox{
    row-gap: 50px;
  }
}.ConferenceRoom-section-2 .title{
  margin-bottom: 20px;
}@media not all and (min-width: 1100px){.ConferenceRoom-section-2 .title{
    text-align: center;
  }
}@media (min-width: 1100px){.ConferenceRoom-section-2 .title{
    margin-bottom: 40px;
  }
}.ConferenceRoom-section-2 .box{
  display: flex;
  align-items: center;
  gap: 30px;
}:is(.index-section-2 .txtBox) .ConferenceRoom-section-2 .box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-2 .box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-section-2 .box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .ConferenceRoom-section-2 .box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-2 .box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-section-2 .box{
    flex-direction: column;
  }
}@media not all and (min-width: 1100px){.ConferenceRoom-section-2 .box{
    flex-direction: column;
  }
}:is(.ConferenceRoom-section-2 .box) .txtBox{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 490px;
}@media not all and (min-width: 1100px){:is(.ConferenceRoom-section-2 .box) .txtBox{
    order: 2;
  }
}@media (min-width: 1100px){:is(.ConferenceRoom-section-2 .box):nth-child(1) .img{
    width: 46%;
  }:is(.ConferenceRoom-section-2 .box):nth-child(2) .img{
    width: 54%;
  }
}.ConferenceRoom-section-2 .list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}@media (min-width: 576px){.ConferenceRoom-section-2 .list{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}:is(.ConferenceRoom-section-2 .list) .item:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.ConferenceRoom-section-2 .list) .item:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.ConferenceRoom-section-2 .list) .item{
  display: flex;
  height: 50px;
  width: 100%;
  max-width: 230px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}:is(.index-section-2 .txtBox) :is(.ConferenceRoom-section-2 .list) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.ConferenceRoom-section-2 .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.ConferenceRoom-section-2 .list) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.ConferenceRoom-section-2 .list) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.ConferenceRoom-section-2 .list) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.ConferenceRoom-section-2 .list) .item{
    flex-direction: column;
  }
}@media not all and (min-width: 576px){:is(.ConferenceRoom-section-2 .list) .item{
    margin-left: auto;
    margin-right: auto;
  }
}:is(:is(.ConferenceRoom-section-2 .list) .item) span:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.ConferenceRoom-section-2 .list) .item) span{
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  font-family: Jost Variable, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.ConferenceRoom-section-2 .list) .item) span{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.ConferenceRoom-section-2 .list) .item) span{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.ConferenceRoom-section-2 .list) .item) span{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.ConferenceRoom-section-2 .list) .item) span{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.ConferenceRoom-section-2 .list) .item) span{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.ConferenceRoom-section-2 .list) .item) span{
    flex-direction: column;
  }
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) .h4{
    font-size: 16px;
    line-height: 1.6em;
  }
}.ConferenceRoom-section-3 {
    --pageW: 1000px;
    padding-top: 85px;
    padding-bottom: 85px;
    
}.ConferenceRoom-section-3 .title{
  margin-bottom: 40px;
  text-align: center;
}@media (min-width: 1400px){.ConferenceRoom-section-3 .title{
    margin-bottom: 70px;
  }
}.ConferenceRoom-swiper{
  position: relative;
  width: 100%;
  overflow: hidden;
}.ConferenceRoom-swiper .swiper{
  overflow: visible;
}:is(.ConferenceRoom-swiper .swiper-slide) img{
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.ConferenceRoom-swiper .swiper-arrow-prev:is(.formBtn .btn),.ConferenceRoom-swiper .swiper-arrow-next:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.ConferenceRoom-swiper .swiper-arrow-prev:is(.formBtn .btn):hover,.ConferenceRoom-swiper .swiper-arrow-next:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.ConferenceRoom-swiper .swiper-arrow-prev,.ConferenceRoom-swiper .swiper-arrow-next{
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
  width: 50px;
  height: 50px;
  --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));
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.ConferenceRoom-swiper .swiper-arrow-prev:hover:is(.formBtn .btn),.ConferenceRoom-swiper .swiper-arrow-next:hover:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.ConferenceRoom-swiper .swiper-arrow-prev:hover,.ConferenceRoom-swiper .swiper-arrow-next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 992px){.ConferenceRoom-swiper .swiper-arrow-prev,.ConferenceRoom-swiper .swiper-arrow-next{
    width: 70px;
    height: 70px;
  }
}:is(.ConferenceRoom-swiper .swiper-arrow-prev,.ConferenceRoom-swiper .swiper-arrow-next)::after{
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
}@media (min-width: 992px){:is(.ConferenceRoom-swiper .swiper-arrow-prev,.ConferenceRoom-swiper .swiper-arrow-next)::after{
    font-size: 20px;
    line-height: 1.6em;
  }
}.ConferenceRoom-swiper .swiper-arrow-prev{
  left: 8%;
}@media (min-width: 1400px){.ConferenceRoom-swiper .swiper-arrow-prev{
    left: 17%;
  }
}.ConferenceRoom-swiper .swiper-arrow-next{
  right: 8%;
}@media (min-width: 1400px){.ConferenceRoom-swiper .swiper-arrow-next{
    right: 17%;
  }
}.ConferenceRoom-swiper .scrollbar{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .ConferenceRoom-swiper .scrollbar{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-swiper .scrollbar{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-swiper .scrollbar{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .ConferenceRoom-swiper .scrollbar{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-swiper .scrollbar{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-swiper .scrollbar{
    flex-direction: column;
  }
}.ConferenceRoom-swiper .cr-pagination{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Jost Variable, sans-serif;
  font-weight: 500;
}:is(.index-section-2 .txtBox) .ConferenceRoom-swiper .cr-pagination{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-swiper .cr-pagination{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-swiper .cr-pagination{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .ConferenceRoom-swiper .cr-pagination{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-swiper .cr-pagination{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-swiper .cr-pagination{
    flex-direction: column;
  }
}:is(.ConferenceRoom-swiper .cr-pagination) .current,:is(.ConferenceRoom-swiper .cr-pagination) .total{
  font-size: 16px;
  line-height: 1.6em;
  color: var(--m-body-color);
}.ConferenceRoom-swiper .cr-progress-bar{
  position: absolute;
  bottom: auto;
  left: auto;
  height: 1px;
  width: 130px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-lineColor-rgb) / var(--tw-bg-opacity));
}.ConferenceRoom-swiper .cr-progress-fill:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.ConferenceRoom-swiper .cr-progress-fill{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
        transition: width 1s ease;
}.ConferenceRoom-swiper .img02 {
        --cut-top-right: 30px;
        position: absolute;
        bottom: 20px;
        left: calc(50% - 30vw);
        z-index: 10;
        height: 120px;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }:is(.index-section-2 .txtBox) .ConferenceRoom-swiper .img02{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-swiper .img02{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .ConferenceRoom-swiper .img02{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .ConferenceRoom-swiper .img02{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-swiper .img02{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .ConferenceRoom-swiper .img02{
    flex-direction: column;
  }.ConferenceRoom-swiper .img02{
    display: none;
  }
}@media (min-width: 1400px){.ConferenceRoom-swiper .img02{
    left: calc(50% - 23vw);
    height: 160px;
    width: 140px;
  }
}.ConferenceRoom-swiper .img02 {
        background: linear-gradient(133deg, #94D622 18.95%, #69AB21 45.96%, #5EA11B 72.97%, #468E2D 99.98%);
    }:is(.ConferenceRoom-swiper .img02) span{
  font-size: clamp(1.25rem, 1.0192rem + 0.641vw, 1.5rem);
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 10%;
  display: block;
  width: 2.2em;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 20px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 576px){:is(:is(:is(.index-workSlider .item) .txtBox) .tit) :is(.ConferenceRoom-swiper .img02) span{
    font-size: 18px;
    line-height: 30px;
  }
}@media not all and (min-width: 1400px){:is(.ConferenceRoom-swiper .img02) span{
    font-size: 18px;
  }
}@media (min-width: 1400px){:is(.ConferenceRoom-swiper .img02) span{
    padding-bottom: 28px;
  }
}.SmartFactory-section-1 {
    --pageW: 1270px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-1{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartFactory-section-1{
    padding-top: 50px;
  }
}.SmartFactory-section-1 .mainBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-1 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-1 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-1 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-1 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-1 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-1 .mainBox{
    flex-direction: column;
  }
}.SmartFactory-section-1 .title{
  margin-bottom: 45px;
  text-align: center;
}.SmartFactory-section-1 .imgBox{
  position: relative;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}@media not all and (min-width: 1400px){.SmartFactory-section-1 .imgBox{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media not all and (min-width: 1300px){.SmartFactory-section-1 .imgBox{
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media not all and (min-width: 992px){.SmartFactory-section-1 .imgBox{
    --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));
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }:is(.index-section-2 .txtBox) .SmartFactory-section-1 .imgBox{
    justify-content: space-between;
    gap: 30px;
  }@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-1 .imgBox{
      flex-direction: column;
    }
  }@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-1 .imgBox{
      align-items: center;
    }
  }:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-1 .imgBox{
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
  }:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-1 .imgBox{
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
  }@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-1 .imgBox{
      flex-direction: column;
    }
  }
}@media (min-width: 992px){.SmartFactory-section-1 .imgBox{
    min-width: 1143px;
  }
}:is(.SmartFactory-section-1 .imgBox) .cBox{
  position: relative;
  min-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.SmartFactory-section-1 .imgBox) .cBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-1 .imgBox) .cBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-1 .imgBox) .cBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartFactory-section-1 .imgBox) .cBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-1 .imgBox) .cBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-1 .imgBox) .cBox{
    flex-direction: column;
  }
}@media not all and (min-width: 992px){:is(.SmartFactory-section-1 .imgBox) .cBox{
    width: 65%;
  }
}@media (min-width: 992px){:is(.SmartFactory-section-1 .imgBox) .cBox{
    height: 636px;
  }
}:is(:is(.SmartFactory-section-1 .imgBox) .cBox) .img{
  position: relative;
}:is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt{
  position: absolute;
  width: 200px;
  height: 200px;
  flex-direction: column;
  gap: 10px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt{
    width: 264px;
    height: 264px;
  }
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt) span{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ line-height: 1.2;
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt) span{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt) span{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.SmartFactory-section-1 .imgBox) .cBox) .txt) span{
    padding-bottom: 23px;
  }
}:is(.SmartFactory-section-1 .imgBox) .list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}@media not all and (min-width: 992px){:is(.SmartFactory-section-1 .imgBox) .list{
    display: grid;
  }
}@media (min-width: 768px){:is(.SmartFactory-section-1 .imgBox) .list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}:is(:is(.SmartFactory-section-1 .imgBox) .list) .item{
  display: flex;
  align-items: center;
  gap: 22px;
}:is(.index-section-2 .txtBox) :is(:is(.SmartFactory-section-1 .imgBox) .list) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartFactory-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartFactory-section-1 .imgBox) .list) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.SmartFactory-section-1 .imgBox) .list) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartFactory-section-1 .imgBox) .list) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartFactory-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media not all and (min-width: 992px){:is(:is(.SmartFactory-section-1 .imgBox) .list) .item{
    width: 280px;
  }
}@media (min-width: 992px){:is(:is(.SmartFactory-section-1 .imgBox) .list) .item{
    position: absolute;
  }
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img{
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img{
    width: 130px;
    height: 130px;
  }
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .img {
                    box-shadow: 10px 10px 30px 0 rgba(29, 138, 40, 0.15);                   
                }:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .txt{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .txt{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item) .txt{
    padding-bottom: 23px;
  }
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(1){
  top: 5px;
  left: 95px;
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(1) .img{
  --tw-border-opacity: 1;
  border-color: rgb(158 211 66 / var(--tw-border-opacity));
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(2){
  top: 50%;
  left: -10px;
}@media (min-width: 992px){:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(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));
  }
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(2) .img{
  --tw-border-opacity: 1;
  border-color: rgb(125 167 112 / var(--tw-border-opacity));
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(3){
  bottom: 0px;
  left: 85px;
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(3) .img{
  --tw-border-opacity: 1;
  border-color: rgb(171 228 150 / var(--tw-border-opacity));
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(4){
  top: 5px;
  right: 75px;
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(4) .img{
  --tw-border-opacity: 1;
  border-color: rgb(107 172 0 / var(--tw-border-opacity));
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(5){
  top: 50%;
  right: -10px;
}@media (min-width: 992px){:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(5){
    --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));
  }
}@media (min-width: 1100px){:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(5){
    right: -100px;
  }
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(5) .img{
  --tw-border-opacity: 1;
  border-color: rgb(97 215 122 / var(--tw-border-opacity));
}@media not all and (min-width: 1100px){:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(5) .txt{
    width: 8em;
  }
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(6){
  bottom: 0px;
  right: 60px;
}:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):nth-child(6) .img{
  --tw-border-opacity: 1;
  border-color: rgb(145 211 122 / var(--tw-border-opacity));
}@media (min-width: 992px){:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):is(:nth-child(1),:nth-child(2),:nth-child(3)) .img{
    order: 2;
  }:is(:is(:is(.SmartFactory-section-1 .imgBox) .list) .item):is(:nth-child(1),:nth-child(2),:nth-child(3)) .txt{
    order: 1;
  }
}.SmartFactory-section-2 {
    --pageW: 1500px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
    
}.SmartFactory-section-2 .mainBox{
  padding-top: 60px;
  padding-bottom: 60px;
}@media (min-width: 992px){.SmartFactory-section-2 .mainBox{
    padding-top: 96px;
    padding-bottom: 115px;
  }
}.SmartFactory-section-2 .title{
  margin-bottom: 30px;
}@media not all and (min-width: 1100px){.SmartFactory-section-2 .title{
    text-align: center;
  }
}@media (min-width: 768px){.SmartFactory-section-2 .title{
    margin-bottom: 50px;
  }
}@media (min-width: 1100px){.SmartFactory-section-2 .title{
    margin-bottom: 80px;
  }
}.SmartFactory-section-2 .tit{
  font-size: clamp(1.25rem, 1.0192rem + 0.641vw, 1.5rem);
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(59 174 156 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-2 .tit{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-2 .tit{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-2 .tit{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-2 .tit{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-2 .tit{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-2 .tit{
    flex-direction: column;
  }
}@media not all and (min-width: 576px){:is(:is(:is(.index-workSlider .item) .txtBox) .tit) .SmartFactory-section-2 .tit{
    font-size: 18px;
    line-height: 30px;
  }
}@media not all and (min-width: 768px){.SmartFactory-section-2 .tit{
    order: 1;
    margin-bottom: 20px;
    max-width: 400px;
  }
}.SmartFactory-section-2 .list{
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}:is(.index-section-2 .txtBox) .SmartFactory-section-2 .list{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-2 .list{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-2 .list{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-2 .list{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-2 .list{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-2 .list{
    flex-direction: column;
  }
}@media (min-width: 768px){.SmartFactory-section-2 .list{
    row-gap: 77px;
  }
}@media (min-width: 1200px){.SmartFactory-section-2 .list{
    row-gap: 97px;
  }
}.SmartFactory-section-2 .box{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}:is(.index-section-2 .txtBox) .SmartFactory-section-2 .box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-2 .box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-2 .box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-2 .box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-2 .box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-2 .box{
    flex-direction: column;
  }.SmartFactory-section-2 .box{
    order: 2;
    flex-direction: column;
  }
}:is(.SmartFactory-section-2 .box) .item{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}:is(.index-section-2 .txtBox) :is(.SmartFactory-section-2 .box) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-2 .box) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-2 .box) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartFactory-section-2 .box) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-2 .box) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-2 .box) .item{
    flex-direction: column;
  }
}:is(:is(.SmartFactory-section-2 .box) .item) .txt{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ margin-top: 18px; text-align: center; --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity));
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(.SmartFactory-section-2 .box) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(.SmartFactory-section-2 .box) .item) .txt{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(.SmartFactory-section-2 .box) .item) .txt{
    padding-bottom: 23px;
  }
}:is(:is(.SmartFactory-section-2 .box) .item) .tagLine{
  bottom: -77px;
  height: 40px;
}@media not all and (min-width: 768px){:is(:is(.SmartFactory-section-2 .box) .item) .tagLine{
    display: none;
  }
}@media (min-width: 1200px){:is(:is(.SmartFactory-section-2 .box) .item) .tagLine{
    bottom: -97px;
    height: 66px;
  }
}.T:is(:is(:is(.SmartFactory-section-2 .box) .item) .tagLine){
  top: -77px;
  bottom: auto;
}@media (min-width: 1200px){.T:is(:is(:is(.SmartFactory-section-2 .box) .item) .tagLine){
    top: -97px;
  }
}.B:is(:is(:is(.SmartFactory-section-2 .box) .item) .tagLine){
  top: auto;
}.SmartFactory-section-3 {
    --pageW: 1200px;
    padding-bottom: 178px;
    padding-top: 60px;
}@media (min-width: 992px){.SmartFactory-section-3{
    padding-top: 85px;
  }
}.SmartFactory-section-3 .title{
  margin-bottom: 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-3 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-3 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-3 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-3 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-3 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-3 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){.SmartFactory-section-3 .title{
    margin-bottom: 45px;
  }
}.SmartFactory-section-3 .tagBox{
  position: absolute;
  bottom: -100px;
  left: 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));
}.SmartFactory-section-3 .tagLine{
  height: 60px;
}@media (min-width: 1200px){.SmartFactory-section-3 .tagLine{
    height: 110px;
  }
}.SmartFactory-section-4 {
    --pageW: 1400px;
    position: relative;
    display: flex;
    align-items: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-4{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-4{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-4{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-4{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-4{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-4{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.SmartFactory-section-4{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartFactory-section-4{
    justify-content: center;
  }
}.SmartFactory-section-4 .img{
  height: 80vh;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}@media not all and (min-width: 768px){.SmartFactory-section-4 .img{
    max-height: 650px;
  }
}@media not all and (min-width: 576px){.SmartFactory-section-4 .img{
    max-height: 730px;
  }
}@media (min-width: 768px){.SmartFactory-section-4 .img{
    height: 84vw;
  }
}@media (min-width: 992px){.SmartFactory-section-4 .img{
    min-height: 600px;
  }
}@media (min-width: 1200px){.SmartFactory-section-4 .img{
    height: 40vw;
    max-height: 750px;
  }
}:is(.SmartFactory-section-4 .img) img{
  height: 700px;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 576px){:is(.SmartFactory-section-4 .img) img{
    height: 100%;
    width: 240%;
  }
}@media (min-width: 768px){:is(.SmartFactory-section-4 .img) img{
    width: 220%;
  }
}@media (min-width: 1200px){:is(.SmartFactory-section-4 .img) img{
    width: 145%;
  }
}@media (min-width: 1500px){:is(.SmartFactory-section-4 .img) img{
    width: 135%;
  }
}:is(.SmartFactory-section-4 .img) img {
            -o-object-position: right 10vw bottom -20px;
               object-position: right 10vw bottom -20px;
        }@media (max-width: 1200px) {:is(.SmartFactory-section-4 .img) img {
                -o-object-position: right 65vw bottom -60px;
                   object-position: right 65vw bottom -60px;
        }
            }@media (max-width: 767px) {:is(.SmartFactory-section-4 .img) img {
                -o-object-position: right 77vw bottom -9vw;
                   object-position: right 77vw bottom -9vw;
        }
            }@media (max-width: 575px) {:is(.SmartFactory-section-4 .img) img {
                -o-object-position: 53% 50%;
                   object-position: 53% 50%;
        }
            }.SmartFactory-section-4 .mainBox{
  position: absolute;
}@media not all and (min-width: 1200px){.SmartFactory-section-4 .mainBox{
    padding-top: 50px;
  }
}.SmartFactory-section-4 .txtBox{
  max-width: 825px;
}@media not all and (min-width: 1200px){.SmartFactory-section-4 .txtBox{
    margin-left: auto;
    margin-right: auto;
  }
}@media (min-width: 1200px){.SmartFactory-section-4 .txtBox{
    width: 40%;
    max-width: 455px;
  }
}:is(.SmartFactory-section-4 .txtBox) .title{
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}:is(.index-section-2 .txtBox) :is(.SmartFactory-section-4 .txtBox) .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-4 .txtBox) .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-4 .txtBox) .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartFactory-section-4 .txtBox) .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-4 .txtBox) .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-4 .txtBox) .title{
    flex-direction: column;
  }
}:is(.SmartFactory-section-4 .txtBox) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(.SmartFactory-section-4 .txtBox) .txt li{
  position: relative;
}:is(ul:is(.SmartFactory-section-4 .txtBox) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(.SmartFactory-section-4 .txtBox) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(.SmartFactory-section-4 .txtBox) .txt{
  border-radius: 10px;
  background-color: rgb(255 255 255 / 0.7);
  padding: 20px;
  color: var(--m-body-color);
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(.SmartFactory-section-4 .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(.SmartFactory-section-4 .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(.SmartFactory-section-4 .txtBox) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media (min-width: 992px){:is(.SmartFactory-section-4 .txtBox) .txt{
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}@media (max-width: 1200px){:is(.SmartFactory-section-4 .txtBox) .txt {
                box-shadow: 1px 1px 20px 1px #00000017;
        }
            }.SmartFactory-section-5 {
    --pageW: 1500px;
    padding-top: 60px;
    padding-bottom: 60px;
}@media (min-width: 1200px){.SmartFactory-section-5{
    padding-top: 115px;
    padding-bottom: 110px;
  }
}.SmartFactory-section-5 .title{
  margin-bottom: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-5 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-5 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-5 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-5 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-5 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-5 .title{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartFactory-section-5 .title{
    margin-bottom: 66px;
  }
}.SmartFactory-section-5 .imgBox{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  row-gap: 60px;
}:is(.index-section-2 .txtBox) .SmartFactory-section-5 .imgBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-5 .imgBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-5 .imgBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-5 .imgBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-5 .imgBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-5 .imgBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.SmartFactory-section-5 .imgBox{
    max-width: 600px;
    flex-direction: column;
  }
}:is(.SmartFactory-section-5 .imgBox) .item{
  position: relative;
  display: flex;
  justify-content: center;
  row-gap: 40px;
}:is(.index-section-2 .txtBox) :is(.SmartFactory-section-5 .imgBox) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-5 .imgBox) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-5 .imgBox) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartFactory-section-5 .imgBox) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-5 .imgBox) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-5 .imgBox) .item{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){:is(.SmartFactory-section-5 .imgBox) .item{
    margin-bottom: 110px;
    flex-direction: column;
    align-items: center;
  }
}:is(:is(.SmartFactory-section-5 .imgBox) .item) .tagBox{
  position: absolute;
  z-index: 20;
}@media not all and (min-width: 1200px){:is(:is(.SmartFactory-section-5 .imgBox) .item) .tagBox{
    bottom: -100px;
    margin-left: auto;
    margin-right: auto;
  }
}:is(:is(:is(.SmartFactory-section-5 .imgBox) .item) .tagBox) .tagLine{
  height: 60px;
}@media (min-width: 1200px){:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(1){
    width: 650px;
  }:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(1) .tagBox{
    top: 510px;
    left: 34px;
  }:is(:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(1) .tagBox) .tagLine{
    height: 200px;
  }
}:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(2){
  z-index: 10;
}@media (min-width: 1200px){:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(2){
    margin-left: -300px;
    margin-top: 190px;
    width: 650px;
  }:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(2) .tagBox{
    top: -120px;
    right: 30px;
  }:is(:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(2) .tagBox) .tagLine{
    height: 260px;
  }:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(3){
    margin-left: -150px;
    margin-top: 312px;
    width: 665px;
  }:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(3) .tagBox{
    top: -245px;
    right: -14px;
  }:is(:is(:is(.SmartFactory-section-5 .imgBox) .item):nth-child(3) .tagBox) .tagLine{
    height: 320px;
  }
}:is(:is(:is(.SmartFactory-section-5 .imgBox) .item) .img.img-scroll) img{
  width: 100%;
  min-width: 500px;
}.SmartFactory-section-6 {
    --pageW: 1500px;
    position: relative;
    display: flex;
    justify-content: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-6{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-6{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-6{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-6{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-6{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-6{
    flex-direction: column;
  }
}@media (min-width: 992px){.SmartFactory-section-6{
    align-items: center;
  }
}.SmartFactory-section-6 .img{
  width: 100%;
}:is(.SmartFactory-section-6 .img) img{
  height: 770px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 393px){:is(.SmartFactory-section-6 .img) img{
    height: 750px;
  }
}@media (min-width: 992px){:is(.SmartFactory-section-6 .img) img{
    height: 46vw;
    max-height: 730px;
  }
}.SmartFactory-section-6 .mainBox{
  position: absolute;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  row-gap: 30px;
}:is(.index-section-2 .txtBox) .SmartFactory-section-6 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-6 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-6 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-6 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-6 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-6 .mainBox{
    flex-direction: column;
  }
}@media not all and (min-width: 992px){.SmartFactory-section-6 .mainBox{
    flex-direction: column;
  }
}.SmartFactory-section-6 .imgBox{
  position: relative;
  left: -35px;
  align-self: flex-end;
}@media not all and (min-width: 992px){.SmartFactory-section-6 .imgBox{
    order: 2;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
}@media (min-width: 992px){.SmartFactory-section-6 .imgBox{
    margin-right: -80px;
  }
}.SmartFactory-section-6 .txtBox{
  max-width: 455px;
}@media not all and (min-width: 992px){.SmartFactory-section-6 .txtBox{
    order: 1;
  }
}:is(.SmartFactory-section-6 .txtBox) .title{
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}:is(.index-section-2 .txtBox) :is(.SmartFactory-section-6 .txtBox) .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-6 .txtBox) .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-6 .txtBox) .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartFactory-section-6 .txtBox) .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-6 .txtBox) .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-6 .txtBox) .title{
    flex-direction: column;
  }
}:is(.SmartFactory-section-6 .txtBox) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(.SmartFactory-section-6 .txtBox) .txt li{
  position: relative;
}:is(ul:is(.SmartFactory-section-6 .txtBox) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(.SmartFactory-section-6 .txtBox) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(.SmartFactory-section-6 .txtBox) .txt{
  margin-bottom: 20px;
  color: var(--m-body-color);
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(.SmartFactory-section-6 .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(.SmartFactory-section-6 .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(.SmartFactory-section-6 .txtBox) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media (min-width: 768px){:is(.SmartFactory-section-6 .txtBox) .txt{
    margin-bottom: 37px;
  }
}:is(.SmartFactory-section-6 .txtBox) .box{
  display: flex;
  gap: 20px;
}:is(.index-section-2 .txtBox) :is(.SmartFactory-section-6 .txtBox) .box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-6 .txtBox) .box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-6 .txtBox) .box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartFactory-section-6 .txtBox) .box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-6 .txtBox) .box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-6 .txtBox) .box{
    flex-direction: column;
  }
}:is(:is(.SmartFactory-section-6 .txtBox) .box) .item{
  height: 120px;
  width: 160px;
  flex-direction: column;
  gap: 15px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.3);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.SmartFactory-section-6 .txtBox) .box) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartFactory-section-6 .txtBox) .box) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartFactory-section-6 .txtBox) .box) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.SmartFactory-section-6 .txtBox) .box) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartFactory-section-6 .txtBox) .box) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartFactory-section-6 .txtBox) .box) .item{
    flex-direction: column;
  }
}.SmartFactory-section-7 {
    --pageW: 1000px;
    padding-bottom: 53px;
    padding-top: 60px;
}@media (min-width: 1200px){.SmartFactory-section-7{
    padding-top: 110px;
  }
}.SmartFactory-section-7 .bg-2{
  position: absolute;
  bottom: 0px;
  left: 0px;
}.SmartFactory-section-7 .title{
  margin-bottom: 28px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-7 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-7 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-7 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-7 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-7 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-7 .title{
    flex-direction: column;
  }
}.SmartFactory-section-8 {
    --pageW: 1200px;
    position: relative;
}.SmartFactory-section-8 .bg {
        --cut-top-right: 140px;
    }@media (max-width: 1500px) {.SmartFactory-section-8 .bg {
            --cut-top-right: 80px;
    }
        }.SmartFactory-section-8 .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.SmartFactory-section-8 .mainBox{
  position: relative;
  padding-top: 60px;
  padding-bottom: 64px;
}@media (min-width: 1200px){.SmartFactory-section-8 .mainBox{
    padding-top: 85px;
  }
}.SmartFactory-section-8 .title{
  margin-bottom: 38px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-8 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-8 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-8 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-8 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-8 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-8 .title{
    flex-direction: column;
  }
}.SmartFactory-section-9 {
    --pageW: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
}@media (min-width: 1200px){.SmartFactory-section-9{
    padding-top: 95px;
    padding-bottom: 85px;
  }
}.SmartFactory-section-9 .title{
  margin-bottom: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-9 .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-9 .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-9 .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-9 .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-9 .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-9 .title{
    flex-direction: column;
  }
}.SmartFactory-section-10 {
    --pageW: 1400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}:is(.index-section-2 .txtBox) .SmartFactory-section-10{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-10{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-10{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-10{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-10{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-10{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.SmartFactory-section-10{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartFactory-section-10{
    max-height: 800px;
  }
}.SmartFactory-section-10 .bg{
  height: 75vw;
  width: 100%;
}@media not all and (min-width: 992px){.SmartFactory-section-10 .bg{
    min-height: 730px;
  }
}@media (min-width: 1200px){.SmartFactory-section-10 .bg{
    height: 54vw;
    max-height: 800px;
  }
}@media (min-width: 1400px){.SmartFactory-section-10 .bg{
    height: 47vw;
  }
}:is(.SmartFactory-section-10 .bg) img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.SmartFactory-section-10 .mainBox{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}:is(.index-section-2 .txtBox) .SmartFactory-section-10 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-10 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartFactory-section-10 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartFactory-section-10 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-10 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartFactory-section-10 .mainBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.SmartFactory-section-10 .mainBox{
    flex-direction: column;
  }
}.SmartFactory-section-10 .img{
  position: relative;
}@media not all and (min-width: 1200px){.SmartFactory-section-10 .img{
    order: 2;
  }
}@media (min-width: 1200px){.SmartFactory-section-10 .img{
    left: -30px;
    margin-right: -450px;
  }
}:is(.SmartFactory-section-10 .img) img{
  position: relative;
  min-width: 600px;
}@media not all and (min-width: 576px){:is(.SmartFactory-section-10 .img) img{
    left: 7%;
  }
}@media (min-width: 576px){:is(.SmartFactory-section-10 .img) img{
    min-width: 800px;
  }
}.SmartFactory-section-10 .txtBox{
  margin-bottom: 50px;
  max-width: 800px;
}@media not all and (min-width: 1200px){.SmartFactory-section-10 .txtBox{
    order: 1;
  }
}@media (min-width: 1200px){.SmartFactory-section-10 .txtBox{
    margin-bottom: 100px;
    width: 40%;
    max-width: 455px;
  }
}:is(.SmartFactory-section-10 .txtBox) .title{
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}:is(.index-section-2 .txtBox) :is(.SmartFactory-section-10 .txtBox) .title{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-10 .txtBox) .title{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartFactory-section-10 .txtBox) .title{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartFactory-section-10 .txtBox) .title{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-10 .txtBox) .title{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartFactory-section-10 .txtBox) .title{
    flex-direction: column;
  }
}:is(.SmartFactory-section-10 .txtBox) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(.SmartFactory-section-10 .txtBox) .txt li{
  position: relative;
}:is(ul:is(.SmartFactory-section-10 .txtBox) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(.SmartFactory-section-10 .txtBox) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(.SmartFactory-section-10 .txtBox) .txt{
  border-radius: 10px;
  background-color: rgb(255 255 255 / 0.7);
  padding: 20px;
  color: var(--m-body-color);
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(.SmartFactory-section-10 .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(.SmartFactory-section-10 .txtBox) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(.SmartFactory-section-10 .txtBox) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media (min-width: 992px){:is(.SmartFactory-section-10 .txtBox) .txt{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 44px;
    padding-bottom: 44px;
  }
}@media (min-width: 1200px){:is(.SmartFactory-section-10 .txtBox) .txt{
    min-height: 277px;
  }
}.SmartFactory-section-3,
.SmartFactory-section-5,
.SmartFactory-section-7,
.SmartFactory-section-9{
  position: relative;
}:is(.SmartFactory-section-3,.SmartFactory-section-5,.SmartFactory-section-7,.SmartFactory-section-9) .bg{
  position: absolute;
  top: 0px;
  right: 0px;
}:is(.SmartFactory-section-3,.SmartFactory-section-5,.SmartFactory-section-7,.SmartFactory-section-9) .mainBox{
  position: relative;
}.SmartBuilding-section-1 {
    --pageW: 1223px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}:is(.index-section-2 .txtBox) .SmartBuilding-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartBuilding-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-1{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartBuilding-section-1{
    padding-top: 50px;
  }
}.SmartBuilding-section-1 .mainBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}:is(.index-section-2 .txtBox) .SmartBuilding-section-1 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-1 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-1 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartBuilding-section-1 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-1 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-1 .mainBox{
    flex-direction: column;
  }
}.SmartBuilding-section-1 .title{
  margin-bottom: 30px;
  text-align: center;
}@media (min-width: 1100px){.SmartBuilding-section-1 .title{
    margin-bottom: 20px;
  }
}.SmartBuilding-section-1 .imgBox{
  position: relative;
  row-gap: 60px;
}@media not all and (min-width: 1200px){.SmartBuilding-section-1 .imgBox{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media not all and (min-width: 1100px){.SmartBuilding-section-1 .imgBox{
    --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));
    flex-direction: column;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }:is(.index-section-2 .txtBox) .SmartBuilding-section-1 .imgBox{
    justify-content: space-between;
    gap: 30px;
  }@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-1 .imgBox{
      flex-direction: column;
    }
  }@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-1 .imgBox{
      align-items: center;
    }
  }:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartBuilding-section-1 .imgBox{
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
  }:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-1 .imgBox{
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 10px;
  }@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-1 .imgBox{
      flex-direction: column;
    }
  }
}@media (min-width: 1100px){.SmartBuilding-section-1 .imgBox{
    min-width: 1143px;
  }
}:is(.SmartBuilding-section-1 .imgBox) .cBox{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.SmartBuilding-section-1 .imgBox) .cBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartBuilding-section-1 .imgBox) .cBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartBuilding-section-1 .imgBox) .cBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartBuilding-section-1 .imgBox) .cBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartBuilding-section-1 .imgBox) .cBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartBuilding-section-1 .imgBox) .cBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1100px){:is(.SmartBuilding-section-1 .imgBox) .cBox{
    width: 200px;
  }
}@media (min-width: 1100px){:is(.SmartBuilding-section-1 .imgBox) .cBox{
    height: 795px;
  }
}:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .img{
  position: relative;
}@media not all and (min-width: 1100px){:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .img{
    display: none;
  }
}:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt{
  width: 250px;
  height: 250px;
  flex-shrink: 0;
  flex-direction: column;
  gap: 30px;
  border-radius: 9999px;
  border-width: 25px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt{
    flex-direction: column;
  }
}@media (min-width: 1100px){:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt{
    position: absolute;
  }
}:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt {
                background: linear-gradient(105deg, #94D622 7.73%, #69AB21 63.37%, #5EA11B 119.01%, #468E2D 174.65%);
            }:is(:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt) span{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ line-height: 1.2; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt) span{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt) span{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt) span{
    padding-bottom: 23px;
  }
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt):is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .cBox) .txt):before{
  position: absolute;
  z-index: -10;
  width: 280px;
  height: 280px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}:is(.SmartBuilding-section-1 .imgBox) .list{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}@media not all and (min-width: 1100px){:is(.SmartBuilding-section-1 .imgBox) .list{
    display: grid;
    max-width: 660px;
  }
}@media (min-width: 768px){:is(.SmartBuilding-section-1 .imgBox) .list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item{
  display: flex;
  align-items: center;
  gap: 22px;
}:is(.index-section-2 .txtBox) :is(:is(.SmartBuilding-section-1 .imgBox) .list) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartBuilding-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartBuilding-section-1 .imgBox) .list) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.SmartBuilding-section-1 .imgBox) .list) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartBuilding-section-1 .imgBox) .list) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartBuilding-section-1 .imgBox) .list) .item{
    flex-direction: column;
  }
}@media not all and (min-width: 1100px){:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item{
    margin-left: auto;
    margin-right: auto;
    width: 360px;
  }
}@media (min-width: 1100px){:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item{
    position: absolute;
  }
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item) .img:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item) .img:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item) .img{
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}@media (min-width: 1100px){:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item) .img{
    display: none;
  }
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item) .img {
                    box-shadow: 0 4px 20px rgba(80, 94, 124, 0.25);                  
                }:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item) .txt{
  color: var(--m-body-color);
}:is(:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item) .txt) ul{
  margin-top: 11px;
  list-style-type: disc;
  padding-left: 1.2em;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 5%;
  list-style-type: none;
}:is(:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item) .txt) ul li{
  position: relative;
}:is(:is(:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item) .txt) ul li):before{
  position: absolute;
  left: -1em;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background-color: currentColor;
  --tw-content: '';
  content: var(--tw-content);
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(1){
  top: 80px;
  left: 130px;
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(1) .img{
  --tw-border-opacity: 1;
  border-color: rgb(158 211 66 / var(--tw-border-opacity));
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(2){
  top: 53%;
  left: -2%;
}@media (min-width: 1100px){:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(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));
  }
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(2) .img{
  --tw-border-opacity: 1;
  border-color: rgb(125 167 112 / var(--tw-border-opacity));
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(3){
  bottom: 60px;
  left: 140px;
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(3) .img{
  --tw-border-opacity: 1;
  border-color: rgb(171 228 150 / var(--tw-border-opacity));
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(4){
  top: 80px;
  right: 130px;
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(4) .img{
  --tw-border-opacity: 1;
  border-color: rgb(112 211 66 / var(--tw-border-opacity));
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(5){
  top: 53%;
  right: -2%;
}@media (min-width: 1100px){:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(5){
    --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));
  }
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(5) .img{
  --tw-border-opacity: 1;
  border-color: rgb(97 215 122 / var(--tw-border-opacity));
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(6){
  bottom: -20px;
  right: 0px;
}:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):nth-child(6) .img{
  --tw-border-opacity: 1;
  border-color: rgb(145 211 122 / var(--tw-border-opacity));
}@media (min-width: 1100px){:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):is(:nth-child(1),:nth-child(2),:nth-child(3)) .img{
    order: 2;
  }:is(:is(:is(.SmartBuilding-section-1 .imgBox) .list) .item):is(:nth-child(1),:nth-child(2),:nth-child(3)) .txt{
    order: 1;
  }
}.SmartBuilding-section-2 {
    --pageW: 1280px;
    position: relative;
}.SmartBuilding-section-2 .bg {
        --cut-top-right: 140px;
    }@media (max-width: 1500px) {.SmartBuilding-section-2 .bg {
            --cut-top-right: 80px;
    }
        }@media (max-width: 576px) {.SmartBuilding-section-2 .bg {
            --cut-top-right: 40px;
    }
        }.SmartBuilding-section-2 .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.SmartBuilding-section-2 .mainBox{
  padding-top: 80px;
  padding-bottom: 80px;
}@media (min-width: 992px){.SmartBuilding-section-2 .mainBox{
    padding-top: 110px;
    padding-bottom: 130px;
  }
}.SmartBuilding-section-2 .indicator-grid{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 30px;
}:is(.index-section-2 .txtBox) .SmartBuilding-section-2 .indicator-grid{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-2 .indicator-grid{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-2 .indicator-grid{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartBuilding-section-2 .indicator-grid{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-2 .indicator-grid{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-2 .indicator-grid{
    flex-direction: column;
  }
}@media (min-width: 1100px){.SmartBuilding-section-2 .indicator-grid{
    display: grid;
    row-gap: 50px;
  }
}.SmartBuilding-section-2 .indicator-grid {        
        grid-template-columns: repeat(12, 1fr);
    }:is(.SmartBuilding-section-2 .indicator-grid) .indicator-card {
            grid-column: span 4;
        }:is(:is(.SmartBuilding-section-2 .indicator-grid) .indicator-card):nth-child(1),:is(:is(.SmartBuilding-section-2 .indicator-grid) .indicator-card):nth-child(2) {
                grid-column: span 6;
            }@media (min-width: 1100px){:is(:is(:is(.SmartBuilding-section-2 .indicator-grid) .indicator-card):nth-child(1),:is(:is(.SmartBuilding-section-2 .indicator-grid) .indicator-card):nth-child(2)) .card-inner{
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}@media (max-width: 1200px) {
                :is(:is(.SmartBuilding-section-2 .indicator-grid) .indicator-card):nth-child(n + 4) {                 
                    grid-column: span 6;
                }
            }:is(.SmartBuilding-section-2 .indicator-grid) .large-card {
            grid-column: span 12 !important;
        }@media (min-width: 1100px){:is(:is(.SmartBuilding-section-2 .indicator-grid) .large-card) .card-inner{
    -moz-column-gap: 6vw;
         column-gap: 6vw;
    padding-left: 73px;
    padding-right: 73px;
  }
}.SmartBuilding-section-2 .card-inner:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.SmartBuilding-section-2 .card-inner:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.SmartBuilding-section-2 .card-inner{
  display: flex;
  min-height: auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}:is(.index-section-2 .txtBox) .SmartBuilding-section-2 .card-inner{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-2 .card-inner{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-2 .card-inner{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartBuilding-section-2 .card-inner{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-2 .card-inner{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-2 .card-inner{
    flex-direction: column;
  }
}@media not all and (min-width: 576px){.SmartBuilding-section-2 .card-inner{
    flex-direction: column;
  }
}@media (min-width: 1100px){.SmartBuilding-section-2 .card-inner{
    min-height: 260px;
    padding-top: 43px;
    padding-bottom: 43px;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}.SmartBuilding-section-2 .card-inner {
        
        clip-path: polygon(40px 0%, 100% 0%, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0% 100%, 0% 40px);
    }:is(.SmartBuilding-section-2 .card-inner) .icon-box:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.SmartBuilding-section-2 .card-inner) .icon-box:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.SmartBuilding-section-2 .card-inner) .icon-box{
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.SmartBuilding-section-2 .card-inner) .icon-box{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartBuilding-section-2 .card-inner) .icon-box{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartBuilding-section-2 .card-inner) .icon-box{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartBuilding-section-2 .card-inner) .icon-box{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartBuilding-section-2 .card-inner) .icon-box{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartBuilding-section-2 .card-inner) .icon-box{
    flex-direction: column;
  }
}@media (min-width: 1400px){:is(.SmartBuilding-section-2 .card-inner) .icon-box{
    width: 132px;
    height: 132px;
  }
}:is(.SmartBuilding-section-2 .card-inner) .icon-box {            
            box-shadow: 0 4px 25px rgba(147, 147, 147, 0.25);
        }@media not all and (min-width: 1400px){:is(:is(.SmartBuilding-section-2 .card-inner) .icon-box) img{
    height: auto;
    width: 40px;
  }
}:is(.SmartBuilding-section-2 .card-inner) .content-box {
            flex-grow: 1;
            width: 100%;
        }:is(:is(.SmartBuilding-section-2 .card-inner) .content-box) .card-title{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ margin-bottom: 10px; --tw-text-opacity: 1; color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(.SmartBuilding-section-2 .card-inner) .content-box) .card-title{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(.SmartBuilding-section-2 .card-inner) .content-box) .card-title{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(.SmartBuilding-section-2 .card-inner) .content-box) .card-title{
    padding-bottom: 23px;
  }
}:is(:is(.SmartBuilding-section-2 .card-inner) .content-box) ol{
  list-style-type: decimal;
  padding-left: 20px;
}:is(:is(.SmartBuilding-section-2 .card-inner) .content-box) ol,:is(:is(.SmartBuilding-section-2 .card-inner) .content-box) p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--m-body-color);
}:is(.SmartBuilding-section-2 .card-inner) .list-columns{
  -moz-column-gap: 30px;
       column-gap: 30px;
}@media (min-width: 768px){:is(.SmartBuilding-section-2 .card-inner) .list-columns{
    display: flex;
  }
}@media (min-width: 992px){:is(.SmartBuilding-section-2 .card-inner) .list-columns{
    -moz-column-gap: 6.2vw;
         column-gap: 6.2vw;
  }
}.SmartBuilding-section-3 {
    --pageW: 1480px;
    position: relative;
    padding-top: 60px;
}@media (min-width: 992px){.SmartBuilding-section-3{
    padding-top: 97px;
    padding-bottom: 50px;
  }
}.SmartBuilding-section-3 .bg{
  position: absolute;
  top: 0px;
  left: 0px;
}.SmartBuilding-section-3 .mainBox{
  position: relative;
}.SmartBuilding-section-3 .title{
  margin-bottom: 30px;
  text-align: center;
}.SmartBuilding-section-3 .table-responsive-wrapper{
  margin-bottom: 60px;
  width: 100%;
  overflow-x: auto;
        -webkit-overflow-scrolling: touch;
}.SmartBuilding-section-3 table{
  width: 100%;
  min-width: 860px;
  overflow: hidden;
  border-radius: 30px;
  font-size: 18px;
  line-height: 30px;
  color: var(--m-body-color);
        border-collapse: separate; 
        /* // 解決圓角失效漏洞，改用 separate */
        border-spacing: 0;
}:is(.SmartBuilding-section-3 table) thead tr:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(.SmartBuilding-section-3 table) thead tr{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(:is(.SmartBuilding-section-3 table) thead tr) th{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(.SmartBuilding-section-3 table) thead tr) th{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(.SmartBuilding-section-3 table) thead tr) th{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(.SmartBuilding-section-3 table) thead tr) th{
    padding-bottom: 23px;
  }
}:is(.SmartBuilding-section-3 table) tbody tr{
  font-weight: 500;
}:is(:is(.SmartBuilding-section-3 table) tbody tr):nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}:is(:is(.SmartBuilding-section-3 table) tbody tr) th{
  font-weight: 700;
}:is(.SmartBuilding-section-3 table) th,:is(.SmartBuilding-section-3 table) td{
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  padding: 14px;
  text-align: center;
  font-family: Noto Sans TC Variable, sans-serif;
            vertical-align: middle;
}:is(:is(.SmartBuilding-section-3 table) th,:is(.SmartBuilding-section-3 table) td):last-child{
  border-right-width: 0px;
}:is(:is(.SmartBuilding-section-3 table) tr):last-child th,:is(:is(.SmartBuilding-section-3 table) tr):last-child td{
  border-bottom-width: 0px;
}/* // --- 表格二樣式 --- */:is(.SmartBuilding-section-3 .table-baseline) thead tr{
  height: 114px;
}/* // 【關鍵】純 CSS 畫斜線 */:is(.SmartBuilding-section-3 .table-baseline) .corner-cell {
            position: relative;
            width: 232px;
            height: 90px;
            padding: 0;
            /* // 透過線性漸層，從左上到右下畫出一條 1px 的白線 */
            background: linear-gradient(to top right, #7DC119 calc(50% - 1px), #fff 50%, #7DC119 calc(50% + 1px));
        }:is(:is(.SmartBuilding-section-3 .table-baseline) .corner-cell) .top-right {
                position: absolute;
                top: 12px;
                right: 15px;
            }:is(:is(.SmartBuilding-section-3 .table-baseline) .corner-cell) .bottom-left {
                position: absolute;
                bottom: 12px;
                left: 15px;
            }.SmartBuilding-section-4 {
    --pageW: 1500px;
}.SmartBuilding-section-4 .bg {
        --cut-top-right: 140px;
    }@media (max-width: 1500px) {.SmartBuilding-section-4 .bg {
            --cut-top-right: 80px;
    }
        }.SmartBuilding-section-4 .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.SmartBuilding-section-4 .mainBox{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}@media (min-width: 1200px){.SmartBuilding-section-4 .mainBox{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}.SmartBuilding-section-4 .title{
  margin-bottom: 40px;
  text-align: center;
}@media (min-width: 1200px){.SmartBuilding-section-4 .title{
    margin-bottom: 56px;
  }
}:is(.SmartBuilding-section-4 .title) .txt{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
}.SmartBuilding-section-4 .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}:is(.index-section-2 .txtBox) .SmartBuilding-section-4 .list{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-4 .list{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartBuilding-section-4 .list{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartBuilding-section-4 .list{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-4 .list{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartBuilding-section-4 .list{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartBuilding-section-4 .list{
    gap: 70px;
  }
}:is(.SmartBuilding-section-4 .list) .item{
  width: 100%;
}:is(:is(.SmartBuilding-section-4 .list) .item) .img {
                --cut-top-right: 80px;
            }@media (max-width: 992px) {:is(:is(.SmartBuilding-section-4 .list) .item) .img {
                    --cut-top-right: 50px;
            }
                }:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox {
                --cut-bottom-right: 60px;
            }@media (max-width: 992px) {:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox {
                    --cut-bottom-right: 40px;
            }
                }:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}:is(.index-section-2 .txtBox) :is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
    flex-direction: column;
  }
}:is(:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox) .txt{
  list-style-type: disc;
  padding-left: 1.8em;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 5%;
  list-style-type: none;
}:is(:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox) .txt li{
  position: relative;
}:is(:is(:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox) .txt li):before{
  position: absolute;
  left: -1em;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  background-color: currentColor;
  --tw-content: '';
  content: var(--tw-content);
}:is(:is(.SmartBuilding-section-4 .list) .item) .tit {
                --cut-top-left: 15px;
                --cut-bottom-right: 15px; /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
                
            }ul:is(:is(.SmartBuilding-section-4 .list) .item) .tit li{
  position: relative;
}:is(ul:is(:is(.SmartBuilding-section-4 .list) .item) .tit li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(:is(.SmartBuilding-section-4 .list) .item) .tit li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(:is(.SmartBuilding-section-4 .list) .item) .tit:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.SmartBuilding-section-4 .list) .item) .tit{
  display: inline-flex;
  height: 50px;
  min-width: 190px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(:is(.SmartBuilding-section-4 .list) .item) .tit):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(:is(.SmartBuilding-section-4 .list) .item) .tit):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(:is(.SmartBuilding-section-4 .list) .item) .tit{
    font-size: 16px;
    line-height: 1.6em;
  }
}.big:is(:is(.SmartBuilding-section-4 .list) .item){
  display: flex;
  align-items: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
}:is(.index-section-2 .txtBox) .big:is(:is(.SmartBuilding-section-4 .list) .item){
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .big:is(:is(.SmartBuilding-section-4 .list) .item){
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .big:is(:is(.SmartBuilding-section-4 .list) .item){
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .big:is(:is(.SmartBuilding-section-4 .list) .item){
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .big:is(:is(.SmartBuilding-section-4 .list) .item){
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .big:is(:is(.SmartBuilding-section-4 .list) .item){
    flex-direction: column;
  }
}@media not all and (min-width: 992px){.big:is(:is(.SmartBuilding-section-4 .list) .item){
    flex-direction: column;
  }
}.big:is(:is(.SmartBuilding-section-4 .list) .item) .img{
  z-index: 10;
  width: 100%;
}@media (min-width: 992px){.big:is(:is(.SmartBuilding-section-4 .list) .item) .img{
    width: 715px;
  }
}:is(.big:is(:is(.SmartBuilding-section-4 .list) .item) .img) img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.big:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
  width: 100%;
  max-width: 935px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 50px;
  padding-bottom: 50px;
}@media (min-width: 992px){.big:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
    margin-left: -197px;
    min-height: 540px;
  }
}@media not all and (min-width: 992px){:is(.big:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox) .box{
    margin-top: -20px;
  }
}@media (min-width: 992px){:is(.big:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox) .box{
    padding-left: 165px;
  }
}.big:is(:is(.SmartBuilding-section-4 .list) .item) .tit{
  margin-bottom: 20px;
}.s:is(:is(.SmartBuilding-section-4 .list) .item){
  width: 100%;
}@media (min-width: 768px){.s:is(:is(.SmartBuilding-section-4 .list) .item){
    width: calc(50% - 25px);
    max-width: 715px;
  }
}@media (min-width: 1200px){.s:is(:is(.SmartBuilding-section-4 .list) .item){
    width: calc(50% - 35px);
  }
}.s:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
  margin-top: -50px;
  min-height: 250px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}@media not all and (min-width: 768px){.s:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
    padding-top: 100px;
  }
}@media (min-width: 992px){.s:is(:is(.SmartBuilding-section-4 .list) .item) .txtBox{
    width: calc(100% - 55px);
    padding-left: 38px;
    padding-right: 38px;
  }
}.s:is(:is(.SmartBuilding-section-4 .list) .item) .tit{
  position: relative;
  top: 30px;
  left: 30px;
  z-index: 10;
}@media (min-width: 768px){.s:is(:is(.SmartBuilding-section-4 .list) .item) .tit{
    top: -27px;
  }
}@media (min-width: 992px){.s:is(:is(.SmartBuilding-section-4 .list) .item) .tit{
    left: 38px;
  }
}.SmartParking-section-1 {
    --pageW: 1500px;
    position: relative;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}:is(.index-section-2 .txtBox) .SmartParking-section-1{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartParking-section-1{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartParking-section-1{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartParking-section-1{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartParking-section-1{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartParking-section-1{
    flex-direction: column;
  }
}@media (min-width: 1200px){.SmartParking-section-1{
    padding-top: 10px;
    padding-bottom: 110px;
  }
}.SmartParking-section-1 .title{
  margin-bottom: 30px;
  text-align: center;
}@media (min-width: 1200px){.SmartParking-section-1 .title{
    margin-bottom: 40px;
  }
}.SmartParking-section-1 .list{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  display: grid;
  width: 90%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 16px;
}@media (min-width: 576px){.SmartParking-section-1 .list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 992px){.SmartParking-section-1 .list{
    margin-top: -88px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}:is(.SmartParking-section-1 .list) .item:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.SmartParking-section-1 .list) .item:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.SmartParking-section-1 .list) .item{
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 20px;
  transition-duration: 300ms;
}:is(.index-section-2 .txtBox) :is(.SmartParking-section-1 .list) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartParking-section-1 .list) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartParking-section-1 .list) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartParking-section-1 .list) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartParking-section-1 .list) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartParking-section-1 .list) .item{
    flex-direction: column;
  }
}@media (min-width: 768px){:is(.SmartParking-section-1 .list) .item{
    justify-content: center;
  }
}@media (min-width: 992px){:is(.SmartParking-section-1 .list) .item{
    height: 125px;
  }
}:is(.SmartParking-section-1 .list) .item {
            box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.20);
        }:is(:is(.SmartParking-section-1 .list) .item) .icon{
  position: relative;
  flex-shrink: 0;
}@media not all and (min-width: 992px){:is(:is(.SmartParking-section-1 .list) .item) .icon{
    height: auto;
    width: 40px;
  }
}:is(:is(.SmartParking-section-1 .list) .item) .txt{
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--m-body-color);
        font-size: clamp(1.125rem, 0.7224rem + 0.6494vw, 1.25rem); /* 20px → 18px */ transition-duration: 300ms;
}@media not all and (min-width: 576px){:is(:is(.ConferenceRoom-section-2 .list) .item) :is(:is(.SmartParking-section-1 .list) .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(.privacy-list .item) :is(:is(.SmartParking-section-1 .list) .item) .txt{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) :is(:is(.SmartParking-section-1 .list) .item) .txt{
    padding-bottom: 23px;
  }
}@media (min-width: 768px){:is(:is(.SmartParking-section-1 .list) .item) .txt{
    width: 220px;
  }
}@media (hover: hover) {:is(.SmartParking-section-1 .list) .item:hover{
    --tw-border-opacity: 1;
    border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  }
                    :is(:is(.SmartParking-section-1 .list) .item):hover .txt{
    --tw-text-opacity: 1;
    color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  }                
            }:is(.SmartParking-section-1 .img) img {
            --cut-top-left: 83px;
        }@media (max-width: 1300px) {:is(.SmartParking-section-1 .img) img {
                --cut-top-left: 60px;
        } 
            }:is(.SmartParking-section-1 .img) img{
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}.SmartParking-section-2 {
    --pageW: 1412px;
    position: relative;
}.SmartParking-section-2 .bg {
        --cut-top-right: 140px;
    }@media (max-width: 1500px) {.SmartParking-section-2 .bg {
            --cut-top-right: 80px;
    }
        }.SmartParking-section-2 .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
}.SmartParking-section-2 .bg-2{
  position: absolute;
  top: 0px;
  left: 0px;
}.SmartParking-section-2 .mainBox{
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}@media (min-width: 1200px){.SmartParking-section-2 .mainBox{
    padding-top: 90px;
    padding-bottom: 110px;
  }
}@media not all and (min-width: 992px){.SmartParking-section-2 .title{
    text-align: center;
  }
}@media (min-width: 1200px){.SmartParking-section-2 .title{
    padding-left: 105px;
  }
}:is(.SmartParking-section-2 .title) .txt:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(.SmartParking-section-2 .title) .txt{
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 5%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 992px){:is(.SmartParking-section-2 .title) .txt{
    margin-top: 37px;
  }
}.SmartParking-section-2 .imgBox{
  margin-top: 50px;
}@media (min-width: 1200px){.SmartParking-section-2 .imgBox{
    margin-top: -7vw;
  }
}@media not all and (min-width: 1200px){:is(.SmartParking-section-2 .imgBox) img{
    margin-left: auto;
    margin-right: auto;
  }
}.SmartParking-section-2 .txtBox{
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}:is(.index-section-2 .txtBox) .SmartParking-section-2 .txtBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartParking-section-2 .txtBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartParking-section-2 .txtBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartParking-section-2 .txtBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartParking-section-2 .txtBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartParking-section-2 .txtBox{
    flex-direction: column;
  }.SmartParking-section-2 .txtBox{
    flex-direction: column;
  }
}@media (min-width: 992px){.SmartParking-section-2 .txtBox{
    gap: 5vw;
  }
}:is(.SmartParking-section-2 .txtBox) .item{
  display: flex;
  height: 140px;
  width: 100%;
  max-width: 515px;
  align-items: center;
  gap: 33px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-rgb) / var(--tw-border-opacity));
  padding-left: 2.3vw;
  padding-right: 2.3vw;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 10%;
  color: var(--m-body-color);
}:is(.index-section-2 .txtBox) :is(.SmartParking-section-2 .txtBox) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartParking-section-2 .txtBox) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartParking-section-2 .txtBox) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartParking-section-2 .txtBox) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartParking-section-2 .txtBox) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartParking-section-2 .txtBox) .item{
    flex-direction: column;
  }
}@media (min-width: 768px){:is(.SmartParking-section-2 .txtBox) .item{
    height: 170px;
    font-size: clamp(1.25rem, 1.0192rem + 0.641vw, 1.5rem);
    line-height: 1.6em;
  }
}:is(.SmartParking-section-2 .txtBox) .item {
            background: linear-gradient(180deg, #FFF 0%, #EBEBEB 100%);
            box-shadow: 18px 25px 30px 0 rgba(0, 0, 0, 0.10);
        }:is(:is(.SmartParking-section-2 .txtBox) .item) .img{
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 9999px;
}@media (min-width: 768px){:is(:is(.SmartParking-section-2 .txtBox) .item) .img{
    width: 130px;
    height: 130px;
  }
}:is(:is(:is(.SmartParking-section-2 .txtBox) .item) .img) img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.SmartParking-section-3 {
    --pageW: 1500px;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}@media (min-width: 1200px){.SmartParking-section-3{
    padding-top: 85px;
    padding-bottom: 95px;
  }
}.SmartParking-section-3 .bg{
  position: absolute;
  top: 0px;
  right: 0px;
}.SmartParking-section-3 .mainBox{
  position: relative;
}.SmartParking-section-3 .title{
  margin-bottom: 52px;
  text-align: center;
}:is(.SmartParking-section-3 .title) .tit{
  margin-bottom: 12px;
}.SmartParking-section-3 .imgBox{
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 60px;
}:is(.index-section-2 .txtBox) .SmartParking-section-3 .imgBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .SmartParking-section-3 .imgBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .SmartParking-section-3 .imgBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .SmartParking-section-3 .imgBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartParking-section-3 .imgBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .SmartParking-section-3 .imgBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.SmartParking-section-3 .imgBox{
    flex-direction: column;
  }
}:is(.SmartParking-section-3 .imgBox) .item{
  display: flex;
  flex-direction: column;
}:is(.index-section-2 .txtBox) :is(.SmartParking-section-3 .imgBox) .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartParking-section-3 .imgBox) .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.SmartParking-section-3 .imgBox) .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.SmartParking-section-3 .imgBox) .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartParking-section-3 .imgBox) .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.SmartParking-section-3 .imgBox) .item{
    flex-direction: column;
  }
}:is(:is(.SmartParking-section-3 .imgBox) .item) .img {
                box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.20);
            }:is(:is(.SmartParking-section-3 .imgBox) .item) .tagBox{
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}@media (min-width: 1200px){:is(:is(.SmartParking-section-3 .imgBox) .item) .tagBox{
    margin-top: 47px;
  }
}.works-nav {
    --pageW: 1000px;
}.works-list{
  position: relative;
  z-index: 100;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 25px;
  padding-bottom: 40px;
  padding-top: 45px;
}@media (min-width: 768px){.works-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}@media (min-width: 992px){.works-list{
    row-gap: 85px;
  }
}@media (min-width: 1100px){.works-list{
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
}@media (min-width: 1200px){.works-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}.works-list .item{
  text-align: center;
}:is(.works-list .item) .txt{
  padding-top: 15px;
  transition-duration: 500ms;
}@media not all and (min-width: 576px){:is(.works-list .item) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}@media (min-width: 576px){:is(.works-list .item) .txt{
    padding-top: 25px;
  }
}:is(.works-list .item):hover .img-wrapper {
                filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.2));
            }:is(.works-list .item):hover .txt{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.works-list .img-wrapper {
        filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.08));
        transition-duration: 500ms;
    }:is(.works-list .img-wrapper) .img {
            --cut-bottom-right: 40px;
        }@media (max-width: 991px) {:is(.works-list .img-wrapper) .img {
                --cut-bottom-right: 30px;
        }
            }:is(.works-list .img-wrapper) .img:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.works-list .img-wrapper) .img:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.works-list .img-wrapper) .img{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 15px;
  transition-duration: 500ms;
}@media (min-width: 1100px){:is(.works-list .img-wrapper) .img{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
}:is(:is(.works-list .img-wrapper) .img) img{
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}.contact-section-1{
  position: relative;
  padding-bottom: 20px;
}.contact-section-1 .bg {
        --cut-top-right: 120px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: -10;
        height: 200px;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
    }@media (min-width: 768px){.contact-section-1 .bg{
    height: 120px;
  }
}.contact-section-1 .mainBox{
  -moz-column-gap: 33px;
       column-gap: 33px;
  row-gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .contact-section-1 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-1 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-1 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .contact-section-1 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-1 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-1 .mainBox{
    flex-direction: column;
  }
}@media not all and (min-width: 1600px){.contact-section-1 .mainBox{
    flex-direction: column;
  }
}:is(.contact-section-1 .page-titBox) .titEn{
  margin-bottom: 8px;
}:is(.contact-section-1 .page-titBox) .tit{
  margin-bottom: 25px;
}.contact-section-1 .item{
  display: flex;
  align-items: center;
}:is(.index-section-2 .txtBox) .contact-section-1 .item{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-1 .item{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-1 .item{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .contact-section-1 .item{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-1 .item{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-1 .item{
    flex-direction: column;
  }.contact-section-1 .item{
    width: 100%;
    flex-direction: column;
  }
}:is(.contact-section-1 .item) .img{
  position: relative;
  z-index: 10;
  max-width: calc(100% - 60px);
  flex-shrink: 0;
  overflow: hidden;
}@media not all and (min-width: 768px){:is(.contact-section-1 .item) .img{
    margin-bottom: -42px;
  }
}@media (min-width: 768px){:is(.contact-section-1 .item) .img{
    margin-right: -42px;
    height: 230px;
    width: 50%;
    max-width: 350px;
  }
}:is(:is(.contact-section-1 .item) .img) img{
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-duration: 300ms;
}:is(:is(.contact-section-1 .item) .img) i:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(.contact-section-1 .item) .img) i{
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 70px;
  height: 70px;
  --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(var(--m-primary-rgb) / var(--tw-bg-opacity));
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(:is(.contact-section-1 .item) .img) i{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.contact-section-1 .item) .img) i{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(:is(.contact-section-1 .item) .img) i{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(:is(.contact-section-1 .item) .img) i{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.contact-section-1 .item) .img) i{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(:is(.contact-section-1 .item) .img) i{
    flex-direction: column;
  }
}:is(.contact-section-1 .item) .txtBox:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}:is(.contact-section-1 .item) .txtBox:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.contact-section-1 .item) .txtBox{
  display: flex;
  height: 280px;
  width: 420px;
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px;
}:is(.index-section-2 .txtBox) :is(.contact-section-1 .item) .txtBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.contact-section-1 .item) .txtBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.contact-section-1 .item) .txtBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.contact-section-1 .item) .txtBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.contact-section-1 .item) .txtBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.contact-section-1 .item) .txtBox{
    flex-direction: column;
  }:is(.contact-section-1 .item) .txtBox{
    padding-top: 70px;
  }
}@media (min-width: 768px){:is(.contact-section-1 .item) .txtBox{
    padding-left: 90px;
  }
}:is(.contact-section-1 .item) .txtBox {
            box-shadow: 0 4px 45px 0 rgba(0, 0, 0, 0.15);
        }:is(:is(.contact-section-1 .item) .txtBox) .tit{
  font-size: clamp(1.25rem, 1.0192rem + 0.641vw, 1.5rem);
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 10%;
  position: relative;
  border-bottom-width: 2px;
  border-color: var(--m-body-color);
  padding-bottom: 18px;
}@media not all and (min-width: 576px){:is(:is(:is(.index-workSlider .item) .txtBox) .tit) :is(:is(.contact-section-1 .item) .txtBox) .tit{
    font-size: 18px;
    line-height: 30px;
  }
}@media (min-width: 768px){:is(:is(.contact-section-1 .item) .txtBox) .tit{
    width: 247px;
  }
}:is(:is(:is(.contact-section-1 .item) .txtBox) .tit):is(.formBtn .btn):before{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(:is(.contact-section-1 .item) .txtBox) .tit):before{
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 2px;
  width: 82px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}:is(:is(.contact-section-1 .item) .txtBox) .txt{
  padding-top: 25px;
  font-size: 16px;
  line-height: 1.6em;
  line-height: 2;
  color: var(--m-body-color);
}:is(:is(:is(.contact-section-1 .item) .txtBox) .txt) i{
  margin-right: 10px;
  width: 19px;
  height: 19px;
}:is(:is(:is(.contact-section-1 .item) .txtBox) .txt) a{
  transition-duration: 300ms;
}:is(:is(:is(.contact-section-1 .item) .txtBox) .txt) a:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}@media (hover: hover) {
                    :is(:is(.contact-section-1 .item):hover .img) img{
    --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));
  }
                    :is(:is(.contact-section-1 .item):hover .img) i{
    bottom: 50%;
    opacity: 1;
  }
                        :is(:is(:is(.contact-section-1 .item):hover .txtBox) .tit):before{
    width: 100%;
  }
        }.contact-section-2 {
    --pageW: 1500px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
    padding-top: 108px;
    padding-bottom: 80px;
}@media (min-width: 768px){.contact-section-2{
    padding-bottom: 112px;
  }
}.contact-section-2 .form {
        --pageW: 1150px;
        position: relative;
        padding-bottom: 50px;
    }.contact-section-2 .icon:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.contact-section-2 .icon{
  position: relative;
  left: 50%;
  top: -50px;
  width: 100px;
  height: 100px;
  --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-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .contact-section-2 .icon{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-2 .icon{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-2 .icon{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .contact-section-2 .icon{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-2 .icon{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-2 .icon{
    flex-direction: column;
  }
}.contact-section-2 .icon {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.20);
    }.contact-section-2 .form-title{
  margin-bottom: 45px;
  margin-top: -15px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  padding-bottom: 35px;
  text-align: center;
}@media not all and (min-width: 1200px){.contact-section-2 .form-title{
    margin-top: -20px;
  }
}@media (min-width: 576px){.contact-section-2 .form-title{
    margin-bottom: 55px;
  }
}:is(.contact-section-2 .form-title) .tit{
  font-weight: 700;
  letter-spacing: 10%;
  color: var(--m-body-color);
        font-size: clamp(1.75rem, 1.5391rem + 0.5859vw, 2.125rem); /* 34px → 28px */ margin-left: auto; margin-right: auto; margin-bottom: 18px; max-width: 991px;
}:is(:is(:is(.SmartAccess-section-1 .txtBox) .title) .box) :is(.contact-section-2 .form-title) .tit{
  line-height: 1;
}:is(.SmartAccess-section-4 .title) :is(.contact-section-2 .form-title) .tit{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.contact-section-2 .from-bottom{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
}:is(.index-section-2 .txtBox) .contact-section-2 .from-bottom{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-2 .from-bottom{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-2 .from-bottom{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .contact-section-2 .from-bottom{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-2 .from-bottom{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-2 .from-bottom{
    flex-direction: column;
  }
}@media not all and (min-width: 1200px){.contact-section-2 .from-bottom{
    flex-direction: column;
  }
}.contact-section-3 {
    --pageW: 1500px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--m-secondary-light-rgb) / var(--tw-bg-opacity));
    padding-bottom: 80px;
}@media (min-width: 768px){.contact-section-3{
    padding-bottom: 116px;
  }
}.contact-section-3 .mainBox{
  display: flex;
  align-items: center;
}:is(.index-section-2 .txtBox) .contact-section-3 .mainBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-3 .mainBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-3 .mainBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .contact-section-3 .mainBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-3 .mainBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-3 .mainBox{
    flex-direction: column;
  }
}@media not all and (min-width: 992px){.contact-section-3 .mainBox{
    flex-direction: column;
  }
}.contact-section-3 .imgBox{
  position: relative;
  z-index: 10;
  width: 100%;
}@media (min-width: 992px){.contact-section-3 .imgBox{
    width: 47%;
  }
}:is(.contact-section-3 .imgBox) .img {
            --cut-top-right: 0px;
        }@media (max-width: 991px) {:is(.contact-section-3 .imgBox) .img {
                --cut-top-right: 70px;
        }
            }@media (min-width: 992px){:is(.contact-section-3 .imgBox) .img{
    margin-top: -15px;
  }
}:is(:is(.contact-section-3 .imgBox) .img) img{
  width: 100%;
}:is(.contact-section-3 .imgBox) .img02 {
            --cut-top-right: 30px;
        }@media (max-width: 1499px) {:is(.contact-section-3 .imgBox) .img02 {
                --cut-top-right: 20px;
        }
            }:is(.contact-section-3 .imgBox) .img02{
  position: absolute;
  right: 4.5vw;
  height: 100px;
  width: 80px;
  --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));
  flex-direction: column;
  gap: 10px;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) :is(.contact-section-3 .imgBox) .img02{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) :is(.contact-section-3 .imgBox) .img02{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) :is(.contact-section-3 .imgBox) .img02{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > :is(.contact-section-3 .imgBox) .img02{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.contact-section-3 .imgBox) .img02{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > :is(.contact-section-3 .imgBox) .img02{
    flex-direction: column;
  }
}@media not all and (min-width: 1300px){:is(.contact-section-3 .imgBox) .img02{
    bottom: -40px;
  }
}@media not all and (min-width: 576px){:is(.contact-section-3 .imgBox) .img02{
    display: none;
  }
}@media (min-width: 1300px){:is(.contact-section-3 .imgBox) .img02{
    top: 31%;
    right: -40px;
  }
}@media (min-width: 1500px){:is(.contact-section-3 .imgBox) .img02{
    right: -63px;
    height: 158px;
    width: 139px;
  }
}:is(.contact-section-3 .imgBox) .img02 {
            background: linear-gradient(-133deg, #94D622 18.95%, #69AB21 45.96%, #5EA11B 72.97%, #468E2D 99.98%);
        }@media not all and (min-width: 1500px){:is(:is(.contact-section-3 .imgBox) .img02) img{
    width: 40px;
  }
}:is(:is(.contact-section-3 .imgBox) .img02) span{
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.9px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 1500px){:is(:is(.contact-section-3 .imgBox) .img02) span{
    font-size: 18px;
    line-height: 30px;
  }
}.contact-section-3 .txtBox {
        --cut-top-right: 70px;
    }@media (max-width: 991px) {.contact-section-3 .txtBox {
            --cut-top-right: 0px;
    }
        }.contact-section-3 .txtBox:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  color: var(--m-body-color);
}.contact-section-3 .txtBox:is(.formBtn .btn):hover{
  --tw-border-opacity: 1;
  border-color: rgb(80 150 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.contact-section-3 .txtBox{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .txtBox) .contact-section-3 .txtBox{
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-3 .txtBox{
    flex-direction: column;
  }
}@media (min-width: 992px){:is(.index-section-2 .txtBox) .contact-section-3 .txtBox{
    align-items: center;
  }
}:is(:is(.index-section-3 .txtBox) .titBox)  > .contact-section-3 .txtBox{
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-3 .txtBox{
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}@media not all and (min-width: 768px){:is(:is(.index-section-4 .mainBox) .txtBox)  > .contact-section-3 .txtBox{
    flex-direction: column;
  }
}@media not all and (min-width: 992px){.contact-section-3 .txtBox{
    margin-top: -50px;
    padding-bottom: 60px;
  }
}@media not all and (min-width: 576px){.contact-section-3 .txtBox{
    padding-top: 90px;
    padding-bottom: 50px;
  }
}@media (min-width: 992px){.contact-section-3 .txtBox{
    margin-left: -100px;
    height: 550px;
    width: 65%;
    padding-left: 140px;
    padding-top: 50px;
  }
}@media (min-width: 1300px){.contact-section-3 .txtBox{
    margin-left: -130px;
    height: 570px;
    width: 923px;
    padding-left: 200px;
  }
}:is(.contact-section-3 .txtBox) .box{
  max-width: 553px;
}:is(:is(.contact-section-3 .txtBox) .box) .titEn{
  margin-left: 60px;
}:is(:is(.contact-section-3 .txtBox) .box) .tit{
  margin-bottom: 30px;
  line-height: 1.2;
}@media (min-width: 768px){:is(:is(.contact-section-3 .txtBox) .box) .tit{
    margin-bottom: 47px;
  }
}:is(:is(.contact-section-3 .txtBox) .box) .txt { /* 18px */ font-size: 18px; line-height: 30px; letter-spacing: 0.9px; --tw-text-opacity: 1; color: rgb(var(--m-secondary-dark-rgb) / var(--tw-text-opacity));
        /* font-size: clamp(1rem, 0.8846rem + 0.3205vw, 1.125rem); */
    }ul:is(:is(.contact-section-3 .txtBox) .box) .txt li{
  position: relative;
}:is(ul:is(:is(.contact-section-3 .txtBox) .box) .txt li):is(.formBtn .btn):after{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(ul:is(:is(.contact-section-3 .txtBox) .box) .txt li):after{
  position: absolute;
  left: 5px;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}:is(:is(:is(.about-section-1 .txtBox) .txt) :is(:is(.contact-section-3 .txtBox) .box) .txt):not(:last-child){
  margin-bottom: 28px;
}:is(:is(:is(.about-section-2 .txtBox) .txt) :is(:is(.contact-section-3 .txtBox) .box) .txt):not(:last-child){
  margin-bottom: 28px;
}@media not all and (min-width: 992px){:is(.privacy-list .item) :is(:is(.contact-section-3 .txtBox) .box) .txt{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(:is(.contact-section-3 .txtBox) .box) .formBtn{
  justify-content: flex-start;
}:is(:is(:is(.contact-section-3 .txtBox) .box) .formBtn) .btn{
  margin-top: 35px;
  width: 268px;
}@media not all and (min-width: 576px){:is(:is(:is(.contact-section-3 .txtBox) .box) .formBtn) .btn{
    margin-left: auto;
    margin-right: auto;
  }
}.privacy-list {
    --pageW: 1500px;
    padding-top: 40px;
    padding-bottom: 50px;
}@media (min-width: 992px){.privacy-list{
    padding-bottom: 80px;
  }
}@media (min-width: 1200px){.privacy-list{
    padding-top: 85px;
    padding-bottom: 130px;
  }
}.privacy-list .item{
  padding-bottom: 27px;
}:is(.privacy-list .item) .h4{
  padding-bottom: 15px;
}@media (min-width: 992px){:is(.privacy-list .item) .h4{
    padding-bottom: 23px;
  }
}@media not all and (min-width: 992px){:is(.privacy-list .item) .pBase{
    font-size: 16px;
    line-height: 1.6em;
  }
}:is(:is(.privacy-list .item) ul) li{
  padding-left: 20px;
}.select2-container--bootstrap-5{display:block}select+.select2-container--bootstrap-5{z-index:1}.select2-container--bootstrap-5 :focus{outline:0}.select2-container--bootstrap-5 .select2-selection{width:100%;min-height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion: reduce){.select2-container--bootstrap-5 .select2-selection{transition:none}}.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13, 110, 253, 0.25)}.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection{border-bottom:0 solid transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection{border-top:0 solid transparent;border-top-left-radius:0;border-top-right-radius:0}.select2-container--bootstrap-5 .select2-search{width:100%}.select2-container--bootstrap-5 .select2-search--inline .select2-search__field{vertical-align:top}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear{position:absolute;top:50%;right:2.25rem;width:.75rem;height:.75rem;padding:.25em;overflow:hidden;text-indent:100%;white-space:nowrap;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;transform:translateY(-50%)}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.75rem auto no-repeat}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear>span,.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear>span{display:none}.select2-container--bootstrap-5+.select2-container--bootstrap-5{z-index:1056}.select2-container--bootstrap-5 .select2-dropdown{z-index:1056;overflow:hidden;color:#212529;background-color:#fff;border-color:#86b7fe;border-radius:.25rem}.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below{border-top:0 solid transparent;border-top-left-radius:0;border-top-right-radius:0}.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above{border-bottom:0 solid transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--bootstrap-5 .select2-dropdown .select2-search{padding:.375rem .75rem}.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{display:block;width:100%;padding:.375rem .75rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{transition:none}}.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13, 110, 253, 0.25)}.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested){max-height:15rem;overflow-y:auto}.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option{padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5}.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message{color:#6c757d}.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted{color:#000;background-color:#e9ecef}.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){color:#fff;background-color:#0d6efd}.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled,.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true]{color:#6c757d}.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group]{padding:0}.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group{padding:.375rem;font-weight:500;line-height:1.5;color:#6c757d}.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option{padding:.375rem .75rem}.select2-container--bootstrap-5 .select2-selection--single{padding:.375rem 2.25rem .375rem .75rem;background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px}.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered{padding:0;font-weight:400;line-height:1.5;color:#212529}.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder{font-weight:400;line-height:1.5;color:#6c757d}.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow{display:none}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered{display:flex;flex-direction:row;flex-wrap:wrap;padding-left:0;margin:0;list-style:none}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{display:flex;flex-direction:row;align-items:center;padding:.35em .65em;margin-right:.375rem;margin-bottom:.375rem;font-size:1rem;color:#212529;cursor:auto;border:1px solid #ced4da;border-radius:.25rem}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{width:.75rem;height:.75rem;padding:.25em;margin-right:.25rem;overflow:hidden;text-indent:100%;white-space:nowrap;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;border:0}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.75rem auto no-repeat}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove>span{display:none}.select2-container--bootstrap-5 .select2-selection--multiple .select2-search{display:block;width:100%;height:1.5rem}.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field{width:100%;height:1.5rem;margin-top:0;margin-left:0;font-family:inherit;line-height:1.5;background-color:transparent}.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear{right:.75rem}.select2-container--bootstrap-5.select2-container--disabled .select2-selection,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection{color:#6c757d;cursor:not-allowed;background-color:#e9ecef;border-color:#ced4da;box-shadow:none}.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice{cursor:not-allowed}.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{display:none}.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty),.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty){padding-bottom:0}.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty)+.select2-search,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty)+.select2-search{display:none}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.btn~.select2-container--bootstrap-5 .select2-selection,.input-group>.dropdown-menu~.select2-container--bootstrap-5 .select2-selection,.input-group>.input-group-text~.select2-container--bootstrap-5 .select2-selection{border-top-left-radius:0;border-bottom-left-radius:0}.input-group .select2-container--bootstrap-5{flex-grow:1}.input-group .select2-container--bootstrap-5 .select2-selection{height:100%}.is-valid+.select2-container--bootstrap-5 .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5 .select2-selection{border-color:#198754}.is-valid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,.is-valid+.select2-container--bootstrap-5.select2-container--open .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5.select2-container--open .select2-selection{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25, 135, 84, 0.25)}.is-valid+.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection{border-bottom:0 solid transparent}.is-valid+.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection{border-top:0 solid transparent;border-top-left-radius:0;border-top-right-radius:0}.is-invalid+.select2-container--bootstrap-5 .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5 .select2-selection{border-color:#dc3545}.is-invalid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,.is-invalid+.select2-container--bootstrap-5.select2-container--open .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--open .select2-selection{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220, 53, 69, 0.25)}.is-invalid+.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection{border-bottom:0 solid transparent}.is-invalid+.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection{border-top:0 solid transparent;border-top-left-radius:0;border-top-right-radius:0}.select2-container--bootstrap-5 .select2--small.select2-selection{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear{width:.5rem;height:.5rem;padding:.125rem;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search,.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search .select2-search__field,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search .select2-search__field{height:1.5em}.select2-container--bootstrap-5 .select2--small.select2-dropdown{border-radius:.2rem}.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above{border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option,.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field{padding:.25rem .5rem;font-size:.875rem}.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group{padding:.25rem}.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option{padding:.25rem .5rem}.select2-container--bootstrap-5 .select2--small.select2-selection--single{padding:.25rem 2.25rem .25rem .5rem}.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:.35em .65em;font-size:.875rem}.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{width:.5rem;height:.5rem;padding:.125rem;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear{right:.5rem}.select2-container--bootstrap-5 .select2--large.select2-selection{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear{width:1rem;height:1rem;padding:.5rem;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/1rem auto no-repeat}.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/1rem auto no-repeat}.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search,.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search .select2-search__field,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search .select2-search__field{height:1.5em}.select2-container--bootstrap-5 .select2--large.select2-dropdown{border-radius:.3rem}.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above{border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option,.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field{padding:.5rem 1rem;font-size:1.25rem}.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group{padding:.5rem}.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option{padding:.5rem 1rem}.select2-container--bootstrap-5 .select2--large.select2-selection--single{padding:.5rem 2.25rem .5rem 1rem}.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:.35em .65em;font-size:1.25rem}.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{width:1rem;height:1rem;padding:.5rem;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/1rem auto no-repeat}.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/1rem auto no-repeat}.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear{right:1rem}.form-select-sm~.select2-container--bootstrap-5 .select2-selection{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear{width:.5rem;height:.5rem;padding:.125rem;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-search,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-search,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field{height:1.5em}.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown{border-radius:.2rem}.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above{border-bottom-right-radius:0;border-bottom-left-radius:0}.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{padding:.25rem .5rem;font-size:.875rem}.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group{padding:.25rem}.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option{padding:.25rem .5rem}.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single{padding:.25rem 2.25rem .25rem .5rem}.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:.35em .65em;font-size:.875rem}.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{width:.5rem;height:.5rem;padding:.125rem;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/.5rem auto no-repeat}.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear{right:.5rem}.form-select-lg~.select2-container--bootstrap-5 .select2-selection{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear{width:1rem;height:1rem;padding:.5rem;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/1rem auto no-repeat}.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/1rem auto no-repeat}.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-search,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-search,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field{height:1.5em}.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown{border-radius:.3rem}.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below{border-top-left-radius:0;border-top-right-radius:0}.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above{border-bottom-right-radius:0;border-bottom-left-radius:0}.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{padding:.5rem 1rem;font-size:1.25rem}.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group{padding:.5rem}.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option{padding:.5rem 1rem}.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single{padding:.5rem 2.25rem .5rem 1rem}.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{padding:.35em .65em;font-size:1.25rem}.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{width:1rem;height:1rem;padding:.5rem;background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23676a6d%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/1rem auto no-repeat}.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover{background:transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") 50%/1rem auto no-repeat}.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear{right:1rem}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.checked\:bg-primary:checked:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:bg-primary:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.group[data-te-datepicker-cell-focused] .group-\[\[data-te-datepicker-cell-focused\]\]\:data-\[te-datepicker-cell-selected\]\:bg-primary[data-te-datepicker-cell-selected]:is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.dark\:checked\:bg-primary:checked:where(.dark, .dark *):is(.formBtn .btn){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.selection\:bg-transparent *::-moz-selection{
  background-color: transparent;
}.selection\:bg-transparent *::selection{
  background-color: transparent;
}.selection\:bg-transparent::-moz-selection{
  background-color: transparent;
}.selection\:bg-transparent::selection{
  background-color: transparent;
}.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}.before\:h-\[0\.875rem\]::before{
  content: var(--tw-content);
  height: 0.875rem;
}.before\:w-\[0\.875rem\]::before{
  content: var(--tw-content);
  width: 0.875rem;
}.before\:scale-0::before{
  content: var(--tw-content);
  --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));
}.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}.before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}.before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}.before\:shadow-\[0px_0px_0px_13px_transparent\]::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px transparent;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}.checked\:\!border-\[\#14a44d\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}.checked\:\!border-\[\#dc4c64\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}.checked\:border-primary:checked{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.checked\:\!bg-\[\#14a44d\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity)) !important;
}.checked\:\!bg-\[\#dc4c64\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity)) !important;
}.checked\:bg-primary:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}.checked\:before\:opacity-\[0\.16\]:checked::before{
  content: var(--tw-content);
  opacity: 0.16;
}.checked\:after\:absolute:checked::after{
  content: var(--tw-content);
  position: absolute;
}.checked\:after\:-mt-px:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}.checked\:after\:ml-\[0\.25rem\]:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}.checked\:after\:block:checked::after{
  content: var(--tw-content);
  display: block;
}.checked\:after\:h-\[0\.8125rem\]:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}.checked\:after\:w-\[0\.375rem\]:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}.checked\:after\:rotate-45:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}.checked\:after\:border-\[0\.125rem\]:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}.checked\:after\:border-l-0:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}.checked\:after\:border-t-0:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}.checked\:after\:border-solid:checked::after{
  content: var(--tw-content);
  border-style: solid;
}.checked\:after\:border-white:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.checked\:after\:\!bg-\[\#14a44d\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity)) !important;
}.checked\:after\:\!bg-\[\#dc4c64\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity)) !important;
}.checked\:after\:bg-transparent:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}.checked\:after\:content-\[\'\'\]:checked::after{
  --tw-content: '';
  content: var(--tw-content);
}.empty\:hidden:empty{
  display: none;
}.hover\:cursor-pointer:hover{
  cursor: pointer;
}.hover\:rounded-\[50\%\]:hover{
  border-radius: 50%;
}.hover\:\!bg-\[\#eee\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}.hover\:bg-\[\#00000014\]:hover{
  background-color: #00000014;
}.hover\:bg-\[\#00000026\]:hover{
  background-color: #00000026;
}.hover\:bg-\[unset\]:hover{
  background-color: unset;
}.hover\:bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.hover\:bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.hover\:fill-\[\#8b8b8b\]:hover{
  fill: #8b8b8b;
}.hover\:text-\[\#3b71ca\]:hover{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.hover\:text-\[\#8b8b8b\]:hover{
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity));
}.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:\!opacity-90:hover{
  opacity: 0.9 !important;
}.hover\:opacity-100:hover{
  opacity: 1;
}.hover\:\!shadow-none:hover{
  --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;
}.hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:hover{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}.hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.hover\:ease-in-out:hover{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.hover\:before\:opacity-\[0\.04\]:hover::before{
  content: var(--tw-content);
  opacity: 0.04;
}.hover\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:hover::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px 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\:rounded-\[50\%\]:focus{
  border-radius: 50%;
}.focus\:\!border-\[\#14a44d\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}.focus\:\!border-\[\#dc4c64\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.focus\:\!bg-\[\#eee\]:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}.focus\:bg-\[\#00000014\]:focus{
  background-color: #00000014;
}.focus\:bg-\[\#00000026\]:focus{
  background-color: #00000026;
}.focus\:bg-neutral-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.focus\:text-\[\#3b71ca\]:focus{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.focus\:\!opacity-90:focus{
  opacity: 0.9 !important;
}.focus\:\!shadow-\[inset_0_0_0_1px_\#14a44d\]:focus{
  --tw-shadow: inset 0 0 0 1px #14a44d !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.focus\:\!shadow-\[inset_0_0_0_1px_\#dc4c64\]:focus{
  --tw-shadow: inset 0 0 0 1px #dc4c64 !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:focus{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:transition-\[border-color_0\.2s\]:focus{
  transition-property: border-color 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.focus\:placeholder\:opacity-100:focus::-moz-placeholder{
  opacity: 1;
}.focus\:placeholder\:opacity-100:focus::placeholder{
  opacity: 1;
}.focus\:before\:scale-100:focus::before{
  content: var(--tw-content);
  --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));
}.focus\:before\:opacity-\[0\.12\]:focus::before{
  content: var(--tw-content);
  opacity: 0.12;
}.focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:focus::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px 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\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.focus\:after\:absolute:focus::after{
  content: var(--tw-content);
  position: absolute;
}.focus\:after\:z-\[1\]:focus::after{
  content: var(--tw-content);
  z-index: 1;
}.focus\:after\:block:focus::after{
  content: var(--tw-content);
  display: block;
}.focus\:after\:h-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  height: 0.875rem;
}.focus\:after\:w-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  width: 0.875rem;
}.focus\:after\:rounded-\[0\.125rem\]:focus::after{
  content: var(--tw-content);
  border-radius: 0.125rem;
}.focus\:after\:content-\[\'\'\]:focus::after{
  --tw-content: '';
  content: var(--tw-content);
}.checked\:focus\:before\:scale-100:focus:checked::before{
  content: var(--tw-content);
  --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));
}.checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px #3b71ca;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.checked\:focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus:checked::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.checked\:focus\:after\:-mt-px:focus:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}.checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}.checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}.checked\:focus\:after\:w-\[0\.375rem\]:focus:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}.checked\:focus\:after\:rotate-45:focus:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}.checked\:focus\:after\:rounded-none:focus:checked::after{
  content: var(--tw-content);
  border-radius: 0px;
}.checked\:focus\:after\:border-\[0\.125rem\]:focus:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}.checked\:focus\:after\:border-l-0:focus:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}.checked\:focus\:after\:border-t-0:focus:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}.checked\:focus\:after\:border-solid:focus:checked::after{
  content: var(--tw-content);
  border-style: solid;
}.checked\:focus\:after\:border-white:focus:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.checked\:focus\:after\:bg-transparent:focus:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}.active\:bg-\[\#c4d4ef\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(196 212 239 / var(--tw-bg-opacity));
}.active\:bg-\[\#cacfd1\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(202 207 209 / var(--tw-bg-opacity));
}.active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:active{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}.disabled\:text-slate-300:disabled{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}.disabled\:hover\:bg-transparent:hover:disabled{
  background-color: transparent;
}.group\/x:hover .group-hover\/x\:h-\[11px\]{
  height: 11px;
}.group\/y:hover .group-hover\/y\:w-\[11px\]{
  width: 11px;
}.group\/x:hover .group-hover\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}.group\/y:hover .group-hover\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}.group\/ps:hover .group-hover\/ps\:opacity-60{
  opacity: 0.6;
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.group\/x:focus .group-focus\/x\:h-\[0\.6875rem\]{
  height: 0.6875rem;
}.group\/y:focus .group-focus\/y\:w-\[0\.6875rem\]{
  width: 0.6875rem;
}.group\/x:focus .group-focus\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}.group\/y:focus .group-focus\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}.group\/ps:focus .group-focus\/ps\:opacity-100{
  opacity: 1;
}.group\/ps:focus .group-focus\/ps\:opacity-60{
  opacity: 0.6;
}.group\/ps:active .group-active\/ps\:opacity-100{
  opacity: 1;
}.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:block{
  display: block;
}.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:block{
  display: block;
}.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:h-\[11px\]{
  height: 11px;
}.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:w-\[11px\]{
  width: 11px;
}.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border{
  border-width: 1px;
}.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-solid{
  border-style: solid;
}.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent{
  background-color: transparent;
}.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent{
  background-color: transparent;
}.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}.group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}.group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.group\/ps.ps--scrolling-x .group-\[\&\.ps--scrolling-x\]\/ps\:opacity-60{
  opacity: 0.6;
}.group\/ps.ps--scrolling-y .group-\[\&\.ps--scrolling-y\]\/ps\:opacity-60{
  opacity: 0.6;
}.peer:focus ~ .peer-focus\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:focus ~ .peer-focus\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:focus ~ .peer-focus\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:focus ~ .peer-focus\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.peer:focus ~ .peer-focus\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.peer:focus ~ .peer-focus\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.data-\[te-datepicker-cell-disabled\]\:pointer-events-none[data-te-datepicker-cell-disabled]{
  pointer-events: none;
}.data-\[te-active\]\:-top-\[38px\][data-te-active]{
  top: -38px;
}.data-\[te-carousel-fade\]\:z-0[data-te-carousel-fade]{
  z-index: 0;
}.data-\[te-carousel-fade\]\:z-\[1\][data-te-carousel-fade]{
  z-index: 1;
}.data-\[te-input-state-active\]\:block[data-te-input-state-active]{
  display: block;
}.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden]{
  display: none;
}.data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\][data-te-input-state-active]{
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\][data-te-input-state-active]{
  --tw-translate-y: -0.9rem;
  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));
}.data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\][data-te-input-state-active]{
  --tw-translate-y: -1.15rem;
  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));
}.data-\[te-active\]\:scale-100[data-te-active]{
  --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));
}.data-\[te-input-state-active\]\:scale-\[0\.8\][data-te-input-state-active]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}.data-\[te-select-open\]\:scale-100[data-te-select-open]{
  --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));
}.data-\[te-autocomplete-state-open\]\:scale-y-100[data-te-autocomplete-state-open]{
  --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));
}.data-\[data-te-autocomplete-option-disabled\]\:cursor-default[data-data-te-autocomplete-option-disabled]{
  cursor: default;
}.data-\[te-datepicker-cell-disabled\]\:cursor-default[data-te-datepicker-cell-disabled]{
  cursor: default;
}.data-\[te-input-disabled\]\:cursor-default[data-te-input-disabled]{
  cursor: default;
}.data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled]{
  cursor: default;
}.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled][data-te-select-selected]{
  cursor: default;
}.data-\[te-autocomplete-item-active\]\:bg-black\/5[data-te-autocomplete-item-active]{
  background-color: rgb(0 0 0 / 0.05);
}.data-\[te-input-disabled\]\:bg-\[\#e9ecef\][data-te-input-disabled]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}.data-\[te-input-multiple-active\]\:bg-black\/5[data-te-input-multiple-active]{
  background-color: rgb(0 0 0 / 0.05);
}.data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active]{
  background-color: rgb(0 0 0 / 0.05);
}.data-\[te-select-option-selected\]\:bg-black\/\[0\.02\][data-te-select-option-selected]{
  background-color: rgb(0 0 0 / 0.02);
}.data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active][data-te-select-option-selected]{
  background-color: rgb(0 0 0 / 0.05);
}.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected]{
  background-color: transparent;
}.data-\[data-te-autocomplete-option-disabled\]\:text-gray-400[data-data-te-autocomplete-option-disabled]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.data-\[te-datepicker-cell-disabled\]\:text-neutral-300[data-te-datepicker-cell-disabled]{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}.data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled][data-te-select-selected]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.data-\[te-autocomplete-state-open\]\:opacity-100[data-te-autocomplete-state-open]{
  opacity: 1;
}.data-\[te-carousel-fade\]\:opacity-0[data-te-carousel-fade]{
  opacity: 0;
}.data-\[te-carousel-fade\]\:opacity-100[data-te-carousel-fade]{
  opacity: 1;
}.data-\[te-select-open\]\:opacity-100[data-te-select-open]{
  opacity: 1;
}.data-\[te-carousel-fade\]\:duration-\[600ms\][data-te-carousel-fade]{
  transition-duration: 600ms;
}.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder{
  opacity: 1;
}.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder{
  opacity: 1;
}.data-\[te-datepicker-cell-disabled\]\:hover\:cursor-default:hover[data-te-datepicker-cell-disabled]{
  cursor: default;
}.group[data-te-datepicker-cell-focused] .group-\[\[data-te-datepicker-cell-focused\]\]\:data-\[te-datepicker-cell-selected\]\:bg-primary[data-te-datepicker-cell-selected]{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}.group\/validation[data-te-was-validated] .group-data-\[te-was-validated\]\/validation\:mb-4{
  margin-bottom: 1rem;
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-l-0{
  border-left-width: 0px;
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-r-0{
  border-right-width: 0px;
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t{
  border-top-width: 1px;
}.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-l-0{
  border-left-width: 0px;
}.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-r-0{
  border-right-width: 0px;
}.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t{
  border-top-width: 1px;
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-solid{
  border-style: solid;
}.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-solid{
  border-style: solid;
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent{
  border-top-color: transparent;
}.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t-transparent{
  border-top-color: transparent;
}.group\/opt[data-te-select-option-group-ref] .group-data-\[te-select-option-group-ref\]\/opt\:pl-7{
  padding-left: 1.75rem;
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\]{
  --tw-shadow: -1px 0 0 #14a44d, 0 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\]{
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\]{
  --tw-shadow: -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\]{
  --tw-shadow: -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#14a44d\]{
  --tw-shadow: 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#dc4c64\]{
  --tw-shadow: 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#ffffff\]{
  --tw-shadow: 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\]{
  --tw-shadow: 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d, 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\]{
  --tw-shadow: 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\]{
  --tw-shadow: 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:block{
  display: block;
}.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:block{
  display: block;
}.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}@media (prefers-reduced-motion: reduce){.motion-reduce\:transform-none{
    transform: none;
  }@keyframes spin{to{
      transform: rotate(360deg);
    }
  }.motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    animation: spin 1.5s linear infinite;
  }.motion-reduce\:animate-\[spinner-grow_1\.5s_linear_infinite\]{
    animation: spinner-grow 1.5s linear infinite;
  }.motion-reduce\:animate-none{
    animation: none;
  }.motion-reduce\:transition-none{
    transition-property: none;
  }
}@media not all and (min-width: 1200px){.max-2xl\:hidden{
    display: none;
  }
}@media (min-width: 768px){.md\:order-none{
    order: 0;
  }.md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:flex-row{
    flex-direction: row;
  }.md\:pr-1{
    padding-right: 0.25rem;
  }.md\:pr-\[17px\]{
    padding-right: 17px;
  }
}@media (min-width: 320px){@media (max-width: 825px){@media (orientation: landscape){.min-\[320px\]\:max-\[825px\]\:landscape\:h-auto{
        height: auto;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[305px\]{
        min-height: 305px;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[auto\]{
        min-height: auto;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:min-w-\[auto\]{
        min-width: auto;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:\!flex-row{
        flex-direction: row !important;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:flex-col{
        flex-direction: column;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:\!justify-around{
        justify-content: space-around !important;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:overflow-y-auto{
        overflow-y: auto;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:rounded-lg{
        border-radius: 0.5rem;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg{
        border-bottom-left-radius: 0.5rem;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none{
        border-bottom-left-radius: 0px;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none{
        border-top-right-radius: 0px;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:p-\[10px\]{
        padding: 10px;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:pr-\[10px\]{
        padding-right: 10px;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:text-5xl{
        font-size: 100px;
        line-height: 1.6em;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:text-\[3rem\]{
        font-size: 3rem;
      }.min-\[320px\]\:max-\[825px\]\:landscape\:font-normal{
        font-weight: 400;
      }
    }
  }
}@media (min-width: 425px){@media not all and (min-width: 768px){@media (orientation: landscape){.xs\:max-md\:landscape\:mt-24{
        margin-top: 6rem;
      }.xs\:max-md\:landscape\:h-8{
        height: 2rem;
      }.xs\:max-md\:landscape\:h-\[360px\]{
        height: 360px;
      }.xs\:max-md\:landscape\:h-full{
        height: 100%;
      }.xs\:max-md\:landscape\:w-8{
        width: 2rem;
      }.xs\:max-md\:landscape\:w-\[475px\]{
        width: 475px;
      }.xs\:max-md\:landscape\:flex-row{
        flex-direction: row;
      }
    }
  }
}.rtl\:\!left-auto:where([dir="rtl"], [dir="rtl"] *){
  left: auto !important;
}.rtl\:\!origin-\[50\%_50\%_0\]:where([dir="rtl"], [dir="rtl"] *){
  transform-origin: 50% 50% 0 !important;
}.rtl\:\[direction\:rtl\]:where([dir="rtl"], [dir="rtl"] *){
  direction: rtl;
}.dark\:border-0:where(.dark, .dark *){
  border-width: 0px;
}.dark\:border-\[\#14a44d\]:where(.dark, .dark *){
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}.dark\:border-\[\#4f4f4f\]:where(.dark, .dark *){
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity));
}.dark\:border-\[\#dc4c64\]:where(.dark, .dark *){
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}.dark\:border-neutral-400:where(.dark, .dark *){
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}.dark\:border-neutral-500:where(.dark, .dark *){
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}.dark\:border-neutral-600:where(.dark, .dark *){
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity));
}.dark\:\!bg-neutral-600:where(.dark, .dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity)) !important;
}.dark\:bg-\[\#4f4f4f\]:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / var(--tw-bg-opacity));
}.dark\:bg-neutral-600:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}.dark\:bg-neutral-700:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}.dark\:bg-neutral-800:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}.dark\:bg-transparent:where(.dark, .dark *){
  background-color: transparent;
}.dark\:bg-zinc-500:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}.dark\:bg-zinc-600\/50:where(.dark, .dark *){
  background-color: rgb(82 82 91 / 0.5);
}.dark\:bg-zinc-700:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}.dark\:bg-zinc-800:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}.dark\:fill-gray-400:where(.dark, .dark *){
  fill: #9ca3af;
}.dark\:text-gray-200:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.dark\:text-gray-300:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.dark\:text-neutral-200:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}.dark\:text-neutral-300:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}.dark\:text-neutral-400:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}.dark\:text-white:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.dark\:shadow-\[0_4px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.5\)\]:where(.dark, .dark *){
  --tw-shadow: 0 4px 9px -4px rgba(59,113,202,0.5);
  --tw-shadow-colored: 0 4px 9px -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);
}.dark\:placeholder\:text-gray-200:where(.dark, .dark *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.dark\:placeholder\:text-gray-200:where(.dark, .dark *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.dark\:checked\:border-primary:checked:where(.dark, .dark *){
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.dark\:checked\:bg-primary:checked:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}.dark\:hover\:\!bg-\[\#555\]:hover:where(.dark, .dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}.dark\:hover\:bg-neutral-500:hover:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}.dark\:hover\:bg-neutral-600:hover:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}.dark\:hover\:bg-neutral-700:hover:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}.dark\:hover\:bg-white\/10:hover:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.1);
}.dark\:hover\:fill-gray-100:hover:where(.dark, .dark *){
  fill: #f3f4f6;
}.dark\:hover\:text-\[\#3b71ca\]:hover:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.dark\:hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:hover:where(.dark, .dark *){
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}.dark\:focus\:\!bg-\[\#555\]:focus:where(.dark, .dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}.dark\:focus\:bg-white\/10:focus:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.1);
}.dark\:focus\:text-\[\#3b71ca\]:focus:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.dark\:focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:focus:where(.dark, .dark *){
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}.dark\:focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]:focus:where(.dark, .dark *)::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(255,255,255,0.4);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dark\:checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked:where(.dark, .dark *)::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px #3b71ca;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dark\:active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:active:where(.dark, .dark *){
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}.dark\:disabled\:text-neutral-600:disabled:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}.dark\:disabled\:hover\:bg-transparent:hover:disabled:where(.dark, .dark *){
  background-color: transparent;
}.group[data-te-datepicker-cell-current] .dark\:group-\[\[data-te-datepicker-cell-current\]\]\:border-white:where(.dark, .dark *){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .dark\:group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-white\/10:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.1);
}.group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .dark\:group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-white\/10:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.1);
}.group[data-te-datepicker-cell-disabled] .dark\:group-\[\[data-te-datepicker-cell-disabled\]\]\:text-neutral-500:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.peer:focus ~ .dark\:peer-focus\:text-gray-200:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.peer:focus ~ .dark\:peer-focus\:text-primary:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.dark\:data-\[te-autocomplete-item-active\]\:bg-white\/30[data-te-autocomplete-item-active]:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.3);
}.dark\:data-\[te-buttons-timepicker\]\:bg-zinc-700[data-te-buttons-timepicker]:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}.dark\:data-\[te-input-disabled\]\:bg-zinc-600[data-te-input-disabled]:where(.dark, .dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}.dark\:data-\[te-input-multiple-active\]\:bg-white\/30[data-te-input-multiple-active]:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.3);
}.dark\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active]:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.3);
}.dark\:data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active][data-te-select-option-selected]:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.3);
}.dark\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]:where(.dark, .dark *){
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.\[\&\.ps--clicking\]\:\!bg-\[\#eee\].ps--clicking{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}.\[\&\.ps--clicking\]\:\!opacity-90.ps--clicking{
  opacity: 0.9 !important;
}.dark\:\[\&\.ps--clicking\]\:\!bg-\[\#555\].ps--clicking:where(.dark, .dark *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
}.\[\&\:\:-webkit-scrollbar-button\]\:block::-webkit-scrollbar-button{
  display: block;
}.\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button{
  height: 0px;
}.\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button{
  background-color: transparent;
}.\[\&\:\:-webkit-scrollbar-thumb\]\:h-\[50px\]::-webkit-scrollbar-thumb{
  height: 50px;
}.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb{
  border-radius: 0.25rem;
}.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#999\]::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-none::-webkit-scrollbar-track-piece{
  border-radius: 0px;
}.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece{
  background-color: transparent;
}.\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar{
  height: 0.25rem;
}.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar{
  width: 0.25rem;
}.hover\:\[\&\:not\(\[data-te-autocomplete-option-disabled\]\)\]\:bg-black\/5:not([data-te-autocomplete-option-disabled]):hover{
  background-color: rgb(0 0 0 / 0.05);
}.dark\:hover\:\[\&\:not\(\[data-te-autocomplete-option-disabled\]\)\]\:bg-white\/30:not([data-te-autocomplete-option-disabled]):hover:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.3);
}.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::-moz-placeholder{
  opacity: 0;
}.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder{
  opacity: 0;
}.hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-black\/5:not([data-te-select-option-disabled]):hover{
  background-color: rgb(0 0 0 / 0.05);
}.dark\:hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-white\/30:not([data-te-select-option-disabled]):hover:where(.dark, .dark *){
  background-color: rgb(255 255 255 / 0.3);
}.\[\&\:nth-child\(odd\)\]\:bg-neutral-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.\[\&\:nth-child\(odd\)\]\:dark\:bg-neutral-700:where(.dark, .dark *):nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}.\[\&\>svg\]\:pointer-events-none>svg{
  pointer-events: none;
}.\[\&\>svg\]\:mx-auto>svg{
  margin-left: auto;
  margin-right: auto;
}.\[\&\>svg\]\:h-4>svg{
  height: 1rem;
}.\[\&\>svg\]\:h-5>svg{
  height: 1.25rem;
}.\[\&\>svg\]\:h-6>svg{
  height: 1.5rem;
}.\[\&\>svg\]\:w-4>svg{
  width: 1rem;
}.\[\&\>svg\]\:w-5>svg{
  width: 1.25rem;
}.\[\&\>svg\]\:w-6>svg{
  width: 1.5rem;
}.\[\&\>svg\]\:rotate-180>svg{
  --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));
}.\[\&\>svg\]\:fill-neutral-500>svg{
  fill: #737373;
}.dark\:\[\&\>svg\]\:fill-white>svg:where(.dark, .dark *){
  fill: #fff;
}
