@font-face{font-family:"icomoon";src:url(../fonts/icomoon.eot?dd6zic);src:url(../fonts/icomoon.eot?dd6zic#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff2?dd6zic) format("woff2"),url(../fonts/icomoon.ttf?dd6zic) format("truetype"),url(../fonts/icomoon.woff?dd6zic) format("woff"),url(../fonts/icomoon.svg?dd6zic#icomoon) format("svg");font-weight:normal;font-style:normal;font-display:block}i{font-family:"icomoon" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow:before{content:"";color:#990038}.tel-2:before{content:"";color:#fff}.icon-close:before{content:"";color:#a4063e}.icon-next:before{content:""}.icon-prev:before{content:""}.icon-dot:before{content:"";color:#a4063e}.icon-download:before{content:""}.icon-all:before{content:""}.icon-down:before{content:""}.icon-fb:before{content:""}.icon-line:before{content:""}.icon-mail:before{content:""}.icon-search:before{content:""}.icon-share:before{content:""}.icon-triangle:before{content:"";color:#555}
/*
! 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;
}
    /*標題：有固定的大小、粗細、行高*/
    
    .pBase { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }
    .pBase-en { /* 20px → 18px */ font-family: Open Sans Variable, sans-serif; font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8;        
    }
    .pBase-18 { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);
    }      
        .txtBox p:not(:last-child) {
  margin-bottom: 1.7em;
}

    input {
  font-weight: 500;
}
        input::-moz-placeholder {
  color: var(--m-body-color);
}
        input::placeholder {
  color: var(--m-body-color);
}
        input:focus-visible {
  outline-width: 0px;
}
        ul.pBase li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
            :is(ul.pBase li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul.pBase li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    
    .h1 { /* 58px → 40px */ font-weight: 700; line-height: 1.2; letter-spacing: calc(1em * 0.1);
        font-size: clamp(2.5rem, 1.3197rem + 2.459vw, 3.625rem);
    }    
    .en-h1 { /* 80px → 40px */ font-family: Open Sans Variable, sans-serif; font-weight: 800; text-transform: uppercase; line-height: 1; --tw-text-opacity: 1; color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
    }    
    .en-h1:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}    
    .en-h1 {
        font-size: clamp(2.5rem, 0.1923rem + 6.4103vw, 5rem);
    }
        .en-h1 .strokeTxt {
  color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #A4063E;
}    
    .h2 { /* 36px → 32px */ font-weight: 700; line-height: 1.3;
    }    
    @media (min-width: 576px) {
    .h2 {
    letter-spacing: calc(1em * 0.1);
  }
}    
    .h2 {
        font-size: clamp(2rem, 1.7377rem + 0.5464vw, 2.25rem);
    }    
    .h3 { /* 28px → 22px */ font-weight: 700; line-height: 1.3;
    }    
    @media (min-width: 576px) {
    .h3 {
    letter-spacing: calc(1em * 0.05);
  }
}    
    .h3 {
        font-size: clamp(1.375rem, 0.7083rem + 1.3889vw, 1.75rem);
    }    
    .en-h3 { /* 24px */ font-family: Open Sans Variable, sans-serif; font-size: 24px; font-weight: 700; text-transform: uppercase; line-height: 1; --tw-text-opacity: 1; color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity)); letter-spacing: calc(1em * 0.03);
    }    
    .en-h3:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
} 
    .h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: calc(1em * 0.05);
} 
    @media (min-width: 992px) {

  .h4 {
    font-size: 24px;
  }
}

    .page-h1 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: calc(1em * 0.1);
        font-size: clamp(2.25rem, 1.4631rem + 1.6393vw, 3rem); /*48px → 36px*/
}

    .h5 {
  font-size: clamp(2.125rem, 1.1053rem + 1.6447vw, 2.75rem);
  line-height: 1.6;
}
    .h6 {
  font-size: clamp(2.125rem, 1.1053rem + 1.6447vw, 2.75rem);
  line-height: 1.25;
}

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
  font-weight: 700;
}
    h1 {
  font-size: 60px;
  line-height: 1.2em;
  line-height: 1.25;
}
    h2 {
  font-size: 25px;
  line-height: 1.25;
}
    h3 {
  font-size: clamp(2.125rem, 1.1053rem + 1.6447vw, 2.75rem);
  line-height: 1.25;
}
    h4 {
  font-size: clamp(2.125rem, 1.1053rem + 1.6447vw, 2.75rem);
  line-height: 1.25;
}
    h5 {
  font-size: clamp(2.125rem, 1.1053rem + 1.6447vw, 2.75rem);
  line-height: 1.25;
}
    h6 {
  font-size: clamp(2.125rem, 1.1053rem + 1.6447vw, 2.75rem);
  line-height: 1.25;
}

    :root {
        /*主體：預設文字（顏色）*/
        --m-body-color: rgba(102, 102, 102, 1); /* #666666 */
        --m-header-color: rgba(226, 226, 226, 1); /* #E2E2E2 */

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

        /* 主色 - 桃紅*/
        --m-primary-rgb: 164 6 62; /* #A4063E */
        /* 主色 淡 - 粉 */
        --m-primary-light-rgb: 253 241 245; /* #FDF1F5 */

        /*次要色 - 金*/        
        --m-secondary-rgb: 181 144 61; /* #B5903D */        
        
        /*線色 - 線條CC*/
        --m-lineColor-rgb: 204 204 204; /* #CCCCCC */        
        --m-secondary-lineColor-rgb: 205 205 205; /* #CDCDCD */        
        
        /*灰色*/

        /* 淡：白灰 */
        --m-tertiary-light-rgb: 247 247 247; /* #f7f7f7*/ 
        
        /* 一點淡：灰25% */
        --m-tertiary-subtle-rgb: 217 217 217; /* #D9D9D9*/ 

        /* 預設：淺灰 */
        --m-tertiary-rgb: 179 179 179; /* #B3B3B3 */
        
        /* 一點深：灰 */
        --m-tertiary-emphasis-rgb: 120 120 120; /* #787878 */        
        
        /* 深：深灰 */
        --m-tertiary-dark-rgb: 54 54 54; /* #363636 */        
        
        /*紅色*/
        --m-danger-rgb: 255 0 0; /* #FF0000 */        
        

        --headerH: 100px;
        --sidePadding: 3rem;        
    }

        @media (max-width: 767px) {

    :root {   
            --headerH: 80px;         
            --sidePadding: 30px;        
    }
        }

    html {
  font-family: Noto Sans TC, 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;
  }
}/* 捲軸寬度及高度 */.transparent-scrollbar::-webkit-scrollbar {
            width: 0; /*右側捲軸寬度*/
            height: 0; /*下方捲軸高度*/
        }/* 軌道背景底色 */.transparent-scrollbar::-webkit-scrollbar-track {
            background: transparent; 
        }/* 滑桿顏色 */.transparent-scrollbar::-webkit-scrollbar-thumb {
            background: transparent; 
        }/* 滑桿滑鼠滑入時的顏色 */.transparent-scrollbar::-webkit-scrollbar-thumb:hover {
            background: #bd451d; 
        }/* 捲軸兩側頂端的按鈕 */.transparent-scrollbar::-webkit-scrollbar-button {
            background-color: transparent;
        }/* 捲軸兩側頂端的按鈕滑鼠滑入時的顏色 */.transparent-scrollbar::-webkit-scrollbar-button:hover {
            background-color: transparent;
        }.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}input:focus-visible {
  outline-width: 0px;
}/*contactSubmit 彈窗樣式*/.modalStyle {
  min-height: 450px;
  width: 100%;
  max-width: 600px;
  justify-content: center;
  border-radius: 20px;
  padding: 20px;
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}.modalStyle .img {
            
        }.modalStyle .tit { /* 28px → 22px */ font-weight: 700; line-height: 1.3;
    }@media (min-width: 576px) {
    .modalStyle .tit {
    letter-spacing: calc(1em * 0.05);
  }
}.modalStyle .tit {
        font-size: clamp(1.375rem, 0.7083rem + 1.3889vw, 1.75rem);
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }:is(:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info) .modalStyle .tit {
  font-size: 20px;
}@media (min-width: 1100px) {

  :is(:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info) .modalStyle .tit {
    width: 100px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info) .modalStyle .tit {
    width: 130px;
  }
}:is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .modalStyle .tit {
  padding-bottom: 5px;
}.modalStyle .txt { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);--tw-text-opacity: 1;color: rgb(var(--m-tertiary-dark-rgb) / var(--tw-text-opacity));
    }.modalStyle .txtBox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}.modalStyle .btn { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);margin-top: 20px;height: 50px;width: 100%;max-width: 200px;border-radius: 50px;border-width: 1px;border-color: currentColor;--tw-text-opacity: 1;color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));transition-duration: 500ms;display: flex;align-items: center;justify-content: center;
    }.modalStyle .btn:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}.modalStyle .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));
}@media (min-width: 576px) {

  .modalStyle .btn {
    height: 60px;
  }
}.modalStyle .f-button.is-close-btn {
  display: none;
}.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;
}.\!mb-\[15px\] {
  margin-bottom: 15px !important;
}.-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\.5 {
  margin-bottom: 0.625rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-\[0\.125rem\] {
  margin-bottom: 0.125rem;
}.mb-\[10px\] {
  margin-bottom: 10px;
}.mb-\[60px\] {
  margin-bottom: 60px;
}.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-5 {
  margin-right: 1.25rem;
}.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)));
}.self-start {
  align-self: flex-start;
}.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: 10px;
}.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: 50px;
}.rounded-md {
  border-radius: 30px;
}.rounded-b-lg {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}.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: 50px;
  border-top-right-radius: 50px;
}.rounded-bl-none {
  border-bottom-left-radius: 0;
}.\!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-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-light-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 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.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-3 {
  padding-right: 0.75rem;
}.pr-\[24px\] {
  padding-right: 24px;
}.pt-2\.5 {
  padding-top: 0.625rem;
}.pt-\[0\.37rem\] {
  padding-top: 0.37rem;
}.pt-\[20px\] {
  padding-top: 20px;
}.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-Open {
  font-family: Open Sans 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;
}.text-lg {
  font-size: 20px;
}.text-sm {
  font-size: 16px;
}.text-xs {
  font-size: 15px;
}.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-\[-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-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-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-\[0\.3em\] {
  text-underline-offset: 0.3em;
}.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;
}.underline {
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
    }.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;
}/* 參數值請自行修改*//*!
 * 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: 30;
  height: var(--headerH);
  width: 100%;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 26px;
  font-size: 18px;
  transition-duration: 300ms;
}@media (min-width: 768px) {

  header {
    padding-left: 35px;
    padding-right: 35px;
  }
}@media (min-width: 1200px) {

  header {
    padding-right: 68px;
  }
}header {
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
}header:after {
  pointer-events: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  height: 5px;
  width: 100%;
  --tw-content: '';
  content: var(--tw-content);
        background: linear-gradient(90deg, #A4063E 0%, #990038 100%);
}header .main-header {
  position: relative;
  margin: auto;
  display: flex;
  height: var(--headerH);
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}header .main-nav.pc {
  display: flex;
}@media not all and (min-width: 1200px) {

  header .main-nav.pc {
    display: none;
  }
}@media (min-width: 1600px) {

  header .main-nav.pc {
    padding-right: 9%;
  }
}:is(header .main-nav.pc) .mainItem {
  position: relative;
}:is(:is(header .main-nav.pc) .mainItem) .mainTitle { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul:is(:is(header .main-nav.pc) .mainItem) .mainTitle li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul:is(:is(header .main-nav.pc) .mainItem) .mainTitle li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul:is(:is(header .main-nav.pc) .mainItem) .mainTitle li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(header .main-nav.pc) .mainItem) .mainTitle {
  position: relative;
  margin-top: 20px;
  height: var(--headerH);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: calc(1em * 0.05);
}:is(.index-section-2 .index-txtBox) :is(:is(header .main-nav.pc) .mainItem) .mainTitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) :is(:is(header .main-nav.pc) .mainItem) .mainTitle {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) :is(:is(header .main-nav.pc) .mainItem) .mainTitle {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(:is(header .main-nav.pc) .mainItem) .mainTitle {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(:is(header .main-nav.pc) .mainItem) .mainTitle {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(:is(header .main-nav.pc) .mainItem) .mainTitle {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) :is(:is(header .main-nav.pc) .mainItem) .mainTitle {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) :is(:is(header .main-nav.pc) .mainItem) .mainTitle {
    width: 57%;
  }
}@media (min-width: 1400px) {

  :is(:is(header .main-nav.pc) .mainItem) .mainTitle {
    padding-left: 55px;
    padding-right: 55px;
  }
}:is(:is(header .main-nav.pc) .mainItem) .sub-box {
  pointer-events: none;
  position: absolute;
  top: 120px;
  left: 50%;
  width: 180px;
  --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: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 25px;
  opacity: 0;
  transition-duration: 300ms;
                box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}:is(:is(:is(header .main-nav.pc) .mainItem) .sub-box) ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}:is(:is(:is(:is(header .main-nav.pc) .mainItem) .sub-box) ul) a {
  position: relative;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: calc(1em * 0.05);
}:is(:is(:is(:is(header .main-nav.pc) .mainItem) .sub-box) ul) a:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(:is(:is(:is(header .main-nav.pc) .mainItem) .sub-box) ul) a):before {
  position: absolute;
  left: 0px;
  top: 12px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-bg-opacity));
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}:is(:is(:is(:is(:is(header .main-nav.pc) .mainItem) .sub-box) ul) a):hover:before {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(:is(:is(:is(:is(header .main-nav.pc) .mainItem) .sub-box) ul) a):hover:is(.formBottom .btn):before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(header .main-nav.pc) .mainItem):hover .sub-box {
  pointer-events: auto;
  opacity: 1;
}:is(:is(header .main-nav.pc) .mainItem):hover .mainTitle {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(header .main-nav.pc) .mainItem):hover .mainTitle:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}:is(:is(header .main-nav.pc) .mainItem):not(:last-child) .mainTitle:after {
  position: absolute;
  right: -2.5px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}header .baseBtn {
  height: 50px;
  width: 180px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  border-radius: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
        box-shadow: 0 4px 15px 0 rgba(91, 0, 30, 0);
        background: linear-gradient(90deg, #A4063E 0%, #A4063E 100%);
}:is(header .baseBtn) .img {
  position: relative;
}:is(:is(header .baseBtn) .img) .no-hover {
  opacity: 1;
  transition-duration: 500ms;
}:is(:is(header .baseBtn) .img) .hover {
  position: absolute;
  top: 0px;
  --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));
  opacity: 0;
  transition-duration: 500ms;
}@media (hover: hover) {
            :is(header .baseBtn):hover {
    transition-duration: 300ms;
                box-shadow: 0 4px 15px 0 rgba(91, 0, 30, 0.20);
                background: linear-gradient(90deg, #BD2456 0%, #990038 100%);
  }
                    :is(:is(header .baseBtn):hover .img) .no-hover {
    opacity: 0;
    transition-duration: 500ms;
  }
                    :is(:is(header .baseBtn):hover .img) .hover {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
    transition-duration: 500ms;
  }
        }header.open {
  z-index: 50;
}.headerLogo {
  position: relative;
  display: flex;
  height: 60px;
  width: 300px;
  align-items: center;
  justify-content: center;
}@media not all and (min-width: 992px) {

  .headerLogo {
    z-index: 10;
  }
}@media (min-width: 768px) {

  .headerLogo {
    height: 80px;
    width: 394px;
  }
}.headerLogo img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}.headerRight {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-weight: 500;
}@media not all and (min-width: 1200px) {

  .headerRight .baseBtn {
    display: none;
  }
}.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 {
  pointer-events: none;
  position: fixed;
  right: -100%;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 45px;
  padding-right: 45px;
  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;
  margin-top: var(--headerH);
  height: 100%;
  width: 100%;
  max-width: 300px;
  overflow-y: auto;
  padding-bottom: calc(var(--headerH) * 2);
}.headerNav .main-nav {
  padding-top: 50px;
  padding-bottom: 66px;
}:is(.headerNav .main-nav) .mainItem {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-border-opacity));
}:is(:is(.headerNav .main-nav) .mainItem) .mainTitle {
  position: relative;
  display: block;
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 300ms;
  letter-spacing: calc(1em * 0.05);
}:is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle):before {
  position: absolute;
  right: 0px;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  --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-family: icomoon;
  font-size: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
  --tw-content: '\e901';
  content: var(--tw-content);
  display: flex;
  align-items: center;
  justify-content: center;
}:is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle):is(.formBottom .btn):before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.open:is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle):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));
}@media (hover: hover) {
                    :is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle):not(.open:is(:is(:is(.headerNav .main-nav) .mainItem) .mainTitle)):hover {
    --tw-text-opacity: 1;
    color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  }
                }:is(:is(.headerNav .main-nav) .mainItem) .sub-box {
  display: none;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-border-opacity));
}:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) ul {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}:is(:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) ul) li {
  position: relative;
  padding-left: 28px;
}:is(:is(:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) ul) li):before {
  position: absolute;
  left: 6px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  --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));
  --tw-content: '';
  content: var(--tw-content);
}:is(:is(:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) ul) li):is(.formBottom .btn):before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) ul) a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition-duration: 300ms;
  letter-spacing: calc(1em * 0.05);
}@media (hover: hover) {:is(:is(:is(:is(.headerNav .main-nav) .mainItem) .sub-box) ul) a:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  }
                        }:is(:is(.headerNav .main-nav) .mainItem):first-child .mainTitle {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
                    /* &:before {
                        @apply content-[''] bg-tertiary-subtle;
                    } */
}:is(:is(:is(.headerNav .main-nav) .mainItem):first-child .mainTitle):before {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 9999px;
  border-width: 9.5px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-subtle-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);
}.headerNav .baseBtn {
  width: 100%;
}@media (min-width: 1200px) {

  .headerNav .baseBtn {
    display: none;
  }
}.headerNav .bg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -10;
  width: 100%;
}:is(.headerNav .bg) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.nav-toggle {
  pointer-events: auto;
  position: relative;
  z-index: 10;
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}.nav-toggle:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 1200px) {

  .nav-toggle {
    display: flex;
  }
}.nav-toggle .wrapper {
  position: relative;
  flex-direction: column;
  row-gap: 4px;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.nav-toggle .wrapper) div {
  height: 3px;
  width: 20px;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
}.bar1:is(:is(.nav-toggle .wrapper) div) {
  position: relative;
  width: 15px;
  align-self: flex-end;
}.bar1:is(:is(.nav-toggle .wrapper) div):before {
  position: absolute;
  left: -5px;
  top: 0px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}:is(.nav-toggle.active .wrapper) div {
                width: 22px;
            }.bar1:is(:is(.nav-toggle.active .wrapper) div) {
                    top: 7px;
                    transform: rotate(-45deg);
                    position: relative;
                    width: 22px;
                    align-self: auto;
                }.bar1:is(:is(.nav-toggle.active .wrapper) div):before {
  --tw-content: none;
  content: var(--tw-content);
}.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;
                }@media (hover: hover) {
                .nav-toggle.active:hover .wrapper {
    --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(.nav-toggle:not(.active):hover .wrapper) div {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}/**
 * ------------------------------------------------------------------------
 *  Components Footer
 * ------------------------------------------------------------------------
 */.main-footer {
  position: relative;
  z-index: 20;
  padding-top: 48px;
  padding-bottom: 48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 768px) {

  .main-footer {
    padding-bottom: 90px;
  }
}.main-footer {
    background: linear-gradient(90deg, #363636 0%, #292929 100%);       
}.main-footer .mainBox {
        --pageW:1600px; 
    }.main-footer .center-box {
  display: flex;
  gap: 10px;
}@media not all and (min-width: 768px) {

  .main-footer .center-box {
    flex-direction: column;
  }
}@media (min-width: 768px) {

  .main-footer .center-box {
    gap: 38px;
  }

  :is(.main-footer .center-box) .Lbox {
    width: 25%;
  }
}:is(:is(.main-footer .center-box) .Lbox) .logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}@media not all and (min-width: 768px) {

  :is(:is(.main-footer .center-box) .Lbox) .logo {
    max-width: 110px;
  }
}:is(.main-footer .center-box) .Rbox {
  max-width: 1160px;
}@media (min-width: 768px) {

  :is(.main-footer .center-box) .Rbox {
    width: 75%;
  }
}:is(:is(.main-footer .center-box) .Rbox) .info {
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: calc(1em * 0.05);
}@media not all and (min-width: 768px) {

  :is(:is(.main-footer .center-box) .Rbox) .info {
    text-align: center;
  }
}@media (min-width: 768px) {

  :is(:is(.main-footer .center-box) .Rbox) .info {
    font-size: 18px;
  }
}@media not all and (min-width: 768px) {

  :is(:is(:is(:is(.main-footer .center-box) .Rbox) .info) .tel) span {
    display: none;
  }

  :is(:is(:is(:is(.main-footer .center-box) .Rbox) .info) .tel) a {
    font-family: Open Sans Variable, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }
}:is(:is(:is(:is(:is(.main-footer .center-box) .Rbox) .info) .tel) a):before {
  margin-right: 14px;
  font-family: icomoon;
  font-size: 30px;
}@media not all and (min-width: 768px) {

  :is(:is(:is(:is(:is(.main-footer .center-box) .Rbox) .info) .tel) a):before {
    --tw-content: '\e90d';
    content: var(--tw-content);
  }

  :is(:is(:is(.main-footer .center-box) .Rbox) .info) li {
    margin-bottom: 8px;
  }
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .info) li) a {
  transition-duration: 300ms;
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .info) li) a:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-rgb) / var(--tw-text-opacity));
}:is(:is(.main-footer .center-box) .Rbox) hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border-color: var(--m-body-color);
}:is(:is(.main-footer .center-box) .Rbox) .nav {
  display: none;
  -moz-column-gap: 100px;
       column-gap: 100px;
}@media (min-width: 768px) {

  :is(:is(.main-footer .center-box) .Rbox) .nav {
    display: flex;
  }
}:is(:is(:is(.main-footer .center-box) .Rbox) .nav) a {
  font-size: 18px;
  font-weight: 500;
  transition-duration: 300ms;
  letter-spacing: calc(1em * 0.05);
}:is(:is(:is(.main-footer .center-box) .Rbox) .nav) a:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-rgb) / var(--tw-text-opacity));
}:is(:is(.main-footer .center-box) .Rbox) .btnBox {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}@media not all and (min-width: 576px) {

  :is(:is(.main-footer .center-box) .Rbox) .btnBox {
    flex-direction: column;
  }
}@media (min-width: 768px) {

  :is(:is(.main-footer .center-box) .Rbox) .btnBox {
    gap: 20px;
  }
}:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 50px;
  transition-duration: 300ms;
}@media not all and (min-width: 768px) {

  :is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn {
    display: flex;
    align-items: center;
  }
}@media (min-width: 768px) {

  :is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn {
    max-width: 560px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 60px;
  }
}@media (min-width: 1500px) {

  :is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn {
    padding-left: 30px;
  }
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn) .h4 {
  position: relative;
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn) .txt {
  position: relative;
  font-family: Open Sans Variable, sans-serif;
  font-size: 16px;
}@media not all and (min-width: 768px) {

  :is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn) .txt {
    display: none;
  }
}@media (min-width: 768px) {

  :is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn) .txt {
    padding-top: 8px;
  }
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):after {
  position: absolute;
  right: 23px;
  top: 50%;
  width: 24px;
  height: 24px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 8px;
  background-color: transparent;
  padding-top: 3px;
  font-size: 10px;
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
  display: flex;
  align-items: center;
  justify-content: center;
}@media (min-width: 768px) {

  :is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):after {
    width: 30px;
    height: 30px;
    border-width: 11px;
  }
}@media (min-width: 1500px) {

  :is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):after {
    right: 50px;
  }
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):nth-child(1) {
  --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(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):nth-child(1):is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):nth-child(1):after {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):nth-child(1):is(.formBottom .btn):after {
  border-width: 1px;
  border-color: currentColor;
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):nth-child(1):before {
                            background: linear-gradient(90deg, #990038 0%, #80002A 100%);
                        }:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}@media (min-width: 1500px) {

  :is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):nth-child(2) {
    padding-left: 50px;
  }
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):nth-child(2):after {
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):nth-child(2):before {
                            background: linear-gradient(90deg, #D8D8D8 0%, #FFF 100%);
                        }:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):hover:after {
  font-family: icomoon;
  --tw-content: '\e90e';
  content: var(--tw-content);
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):hover:before {
  opacity: 1;
  transition-duration: 300ms;
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):hover:nth-child(1):after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):hover:nth-child(2):after {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn):hover:nth-child(2):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.main-footer .bottom-box {
  display: flex;
  justify-content: center;
  padding-top: 14px;
  font-family: Open Sans Variable, sans-serif;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
}@media not all and (min-width: 768px) {

  .main-footer .bottom-box {
    flex-wrap: wrap;
  }
}@media (min-width: 768px) {

  .main-footer .bottom-box {
    justify-content: space-between;
  }
}:is(.main-footer .bottom-box) a {
  transition-duration: 500ms;
}:is(.main-footer .bottom-box) a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.main-footer .bottom-box) .L {
  flex-shrink: 0;
}@media (min-width: 768px) {

  :is(:is(.main-footer .bottom-box) .L) .copyright {
    padding-right: 1.25rem;
  }
}:is(.main-footer .bottom-box) .R {
  display: flex;
  width: 100%;
  justify-content: space-between;
}@media not all and (min-width: 768px) {

  :is(.main-footer .bottom-box) .R {
    width: 325px;
  }
}.footer-scroll-top {
  position: fixed;
  right: 0px;
  z-index: 40;
  transition-duration: 300ms;
}@media (min-width: 768px) {

  .footer-scroll-top {
    opacity: 0;
  }
}.footer-scroll-top.show {
  pointer-events: auto;
  opacity: 1;
}/* PC */@media (min-width: 768px) {.footer-scroll-top {
    pointer-events: none;
    bottom: 36%;
    --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 (max-width: 1199px) {.footer-scroll-top {
    right: -12px;
    --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));
  }
    }/* phone */@media (max-width: 767px) {.footer-scroll-top {
    pointer-events: auto;
    bottom: 0px;
    right: 0px;
    width: 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));
  }
    }.top-lineBox {
  display: flex;

    /* PC */
}@media (min-width: 768px) {.top-lineBox {
    flex-direction: column;
    row-gap: 10px;
  }
    }/* phone */@media (max-width: 767px) {.top-lineBox {
    height: 70px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.20);
  }
    }.top-lineBox .btn {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}:is(.top-lineBox .btn) span {
  position: relative;
  z-index: 10;
  font-family: Open Sans Variable, sans-serif;
  font-weight: 700;
}/* PC */@media (min-width: 768px) {.top-lineBox .btn {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
            box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
  }
            :is(.top-lineBox .btn):before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition-duration: 500ms;
    --tw-content: '';
    content: var(--tw-content);
  }
                :is(.top-lineBox .btn):not(.topBtn):before {
                    background: linear-gradient(180deg, #990038 0%, #80002A 100%);
                }
                :is(.top-lineBox .btn):not(.topBtn) .img {
    width: 45px;
    height: 45px;
  }
            .topBtn:is(.top-lineBox .btn) {
    cursor: pointer;
  }
                .topBtn:is(.top-lineBox .btn):before {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
  }
            :is(.top-lineBox .btn) .img {
    position: relative;
  }
                :is(:is(.top-lineBox .btn) .img) .no-hover {
    opacity: 1;
    transition-duration: 500ms;
  }
                :is(:is(.top-lineBox .btn) .img) .hover {
    position: absolute;
    top: 0px;
    --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));
    opacity: 0;
    transition-duration: 500ms;
  }
                :is(:is(.top-lineBox .btn) .img) .phone {
    display: none;
  }
            :is(.top-lineBox .btn) span {
    font-size: 16px;
  }
            @media (hover: hover) {                
                    :is(.top-lineBox .btn):hover:before {
      opacity: 0;
    }
                        :is(:is(.top-lineBox .btn):hover .img) .no-hover {
      opacity: 0;
      transition-duration: 500ms;
    }
                        :is(:is(.top-lineBox .btn):hover .img) .hover {
      opacity: 1;
      transition-duration: 500ms;
    }
            }
            :is(.top-lineBox .btn):nth-child(1) {
                background: linear-gradient(180deg, #80002A 0%, #990038 100%);
            }
                    :is(:is(.top-lineBox .btn):nth-child(1) .img) .hover {
    top: -5px;
  }
            :is(.top-lineBox .btn):nth-child(2) {
                background: linear-gradient(180deg, #0074A5 0%, #00567A 100%);
            }
                    :is(:is(.top-lineBox .btn):nth-child(2) .img) .hover {
    left: 2px;
  }
            :is(.top-lineBox .btn):nth-child(3) {
                background: linear-gradient(180deg, #72B53D 0%, #3F8F00 100%);
            }
                    :is(:is(.top-lineBox .btn):nth-child(3) .img) .hover {
    top: -2px;
    left: -2px;
  }
            :is(.top-lineBox .btn):nth-child(4) {
                background: linear-gradient(180deg, #B5903D 0%, #9D7418 100%);
            }
        }/* phone */@media (max-width: 767px) {.top-lineBox .btn {
    height: 60px;
    width: 75px;
    border-radius: 5px;
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
  }
            :is(.top-lineBox .btn) .img {
    position: relative;
    width: 32px;
    height: 32px;
  }
                :is(:is(.top-lineBox .btn) .img) .no-hover {
    display: none;
  }
                :is(:is(.top-lineBox .btn) .img) .hover {
    display: none;
  }
            :is(.top-lineBox .btn) span {
    font-size: 12px;
  }
            .shareBtn.active:is(.top-lineBox .btn) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
                background: linear-gradient(180deg, #80002A 0%, #990038 100%);
                box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
  }
                    :is(.shareBtn.active:is(.top-lineBox .btn) .img) .no-hover {
    display: block;
  }
                    :is(.shareBtn.active:is(.top-lineBox .btn) .img) .phone {
    display: none;
  }
        }.top-shareBox {
  pointer-events: none;
}.top-shareBox.active {
  pointer-events: auto;
}.top-shareBox.active  > div {
  pointer-events: auto;
  opacity: 1;
}.top-shareBox  > div {
  z-index: -10;
  display: flex;
  height: 430px;
  width: 330px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-duration: 500ms;        
        background: linear-gradient(180deg, #FFF 0%, #E7E7E7 24%, #FFF 38.5%, #F0F0F0 83%, #FFF 100%);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}:is(.top-shareBox > div) .img {
  width: 170px;
  height: 170px;
  overflow: hidden;
  border-radius: 7.39px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 5px;
}:is(.top-shareBox > div) span {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}:is(.top-shareBox > div) .btn {
  height: 50px;
  width: 100%;
  max-width: 235px;
  cursor: pointer;
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  transition-duration: 500ms;
}:is(.top-shareBox > div) .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(:is(.top-shareBox > div) .btn):nth-child(4) {
  margin-bottom: 10px;
  --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));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(:is(.top-shareBox > div) .btn):nth-child(4):is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.top-shareBox > div) .btn):nth-child(5) {
  --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));
}:is(:is(.top-shareBox > div) .btn):nth-child(5):is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}:is(:is(.top-shareBox > div) .btn):nth-child(5) {
                box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
            }/* PC */@media (min-width: 768px) {            
            .top-shareBox.active  > div {
    right: 115px;
  }    
        .top-shareBox  > div {
    position: absolute;
    top: 0px;
    right: -100%;
  }    
    }/* phone */@media (max-width: 767px) {.top-shareBox {
    position: fixed;
    top: 0px;
    height: calc(100% - 70px);
    width: 100%;
    padding: 20px;
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
        .top-shareBox.active {
    background-color: rgb(0 0 0 / 0.6);
  }
        .top-shareBox  > div {
    position: relative;
  }
                :is(:is(.top-shareBox > div) .close):before {
    position: absolute;
    top: -40px;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 2px;
    font-family: icomoon;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
    --tw-content: '\e90c';
    content: var(--tw-content);
    display: flex;
    align-items: center;
    justify-content: center;
  }:is(:is(.top-shareBox > div) .close):is(.formBottom .btn):before {
    border-width: 1px;
    border-color: currentColor;
  }
                :is(:is(.top-shareBox > div) .close):before {
                    filter: drop-shadow(0 0 22.5px rgba(0, 0, 0, 0.10));
                }
    }/**
 * ------------------------------------------------------------------------
 *  Components MainNav
 * ------------------------------------------------------------------------
 */.page-nav {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  align-items: center;
  justify-content: center;
}@media not all and (min-width: 768px) {

  .page-nav {
    padding-left: var(--sidePadding);
    padding-right: var(--sidePadding);
  }
}@media (min-width: 768px) {

  .page-nav {
    position: relative;
    display: flex;
  }
}.page-nav .navTitle {
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(0 0 0 / 0.6);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}@media (min-width: 768px) {

  .page-nav .navTitle {
    display: none;
  }
}:is(.page-nav .navTitle) i.icon-down {
  display: inline-block;
  font-size: 8px;
  transition-duration: 300ms;
}.active:is(.page-nav .navTitle) i.icon-down {
  --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));
}.active:is(.page-nav .navTitle)  + .navTag-wrap .navTag {
  pointer-events: auto;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
  opacity: 1;
}.page-nav .navTag {
  display: flex;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 300ms;
}@media not all and (min-width: 768px) {

  .page-nav .navTag {
    pointer-events: none;
    position: absolute;
    top: 0px;
    flex-direction: column;
    opacity: 0;
  }
}@media (min-width: 768px) {

  .page-nav .navTag {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}.page-nav .item {
  height: 40px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-rgb) / var(--tw-border-opacity));
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 300ms;
}.page-nav .item:hover {
  background-color: rgb(var(--m-primary-rgb) / 0.1);
}@media not all and (min-width: 768px) {

  .page-nav .item {
    border-bottom-width: 1px;
  }
}@media (min-width: 768px) {

  .page-nav .item {
    max-width: 200px;
    border-radius: 50px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-nav .item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity));
  }
}@media (min-width: 992px) {

  .page-nav .item {
    font-size: 18px;
  }
}@media (min-width: 1200px) {

  .page-nav .item {
    height: 50px;
    font-size: 20px;
  }
}.active:is(.page-nav .item) {
  --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));
}.active:is(.page-nav .item):is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.page-nav .item) a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}@media not all and (min-width: 768px) {

  :is(.page-nav .item) a {
    padding-left: 20px;
    padding-right: 20px;
  }
}@media (min-width: 768px) {

  :is(.page-nav .item) a {
    justify-content: center;
  }

  .page-nav:not(.medical) .item {
    flex: 1 1 0%;
  }
}.page-nav.medical .item {
  flex-shrink: 0;
}@media not all and (min-width: 768px) {

  .page-nav.medical .item {
    width: 100%;
  }
}@media (min-width: 768px) {

  .page-nav.medical .item {
    width: calc((100% - 40px) / 5);
  }
}@media (min-width: 992px) {

  .page-nav.medical .item {
    width: calc((100% - 40px) / 6);
  }
}.page-nav .navTag-wrap {
  position: relative;
  display: flex;
  max-width: 1290px;
  align-items: center;
}@media (min-width: 768px) {

  .page-nav .navTag-wrap {
    width: calc(100% - 100px);
  }
}.page-nav .navTag {
  overflow-x: auto;
  scroll-behavior: smooth;
		scrollbar-width: none; 
		-ms-overflow-style: none;
}.page-nav .navTag::-webkit-scrollbar {
		display: none; 
	}.page-nav .navArrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: none;
  height: 18px;
  width: 18px;
  --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;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}.page-nav .navArrow:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.left:is(.page-nav .navArrow) { 
            left: -40px; 
        }.right:is(.page-nav .navArrow) { 
            right: -40px; 
        }.disable:is(.page-nav .navArrow) {
  pointer-events: none;
  opacity: 0.3;
}.page-nav.has-arrow .navArrow {
  display: flex;
}/**
 * ------------------------------------------------------------------------
 *  Components Breadcrumb
 * ------------------------------------------------------------------------
 */.page-breadcrumb {
    --pageW:1400px;
    position: relative;
    width: 100%;
    overflow: hidden;
}.page-breadcrumb.white .breadcrumb-nav {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.page-breadcrumb.white .breadcrumb-nav) .breadcrumb) .breadcrumb-item)::before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.active:is(:is(:is(.page-breadcrumb.white .breadcrumb-nav) .breadcrumb) .breadcrumb-item) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.breadcrumb-nav {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
     /* max-ss:hidden */
}.breadcrumb-nav a {
  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: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}:is(.breadcrumb-nav .breadcrumb) .breadcrumb-item {
  position: relative;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}:is(:is(.breadcrumb-nav .breadcrumb) .breadcrumb-item)::before {
  position: relative;
  font-family: icomoon;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
  --tw-content: '/';
  content: var(--tw-content);
}.active:is(:is(.breadcrumb-nav .breadcrumb) .breadcrumb-item) {
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-dark-rgb) / var(--tw-text-opacity));
}.pagination {
    --size: 60px;
}@media (max-width: 767px) {.pagination {
        --size: 40px;
}
    }.pagination {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-top: 60px;
  padding-bottom: 70px;
}@media (min-width: 768px) {

  .pagination {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}.page-item {
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}.page-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}:is(.page-item.pre,.page-item.next) .page-link {
  width: var(--size);
  height: var(--size);
}@media (min-width: 576px) {

  .page-item.pre {
    margin-right: 25px;
  }

  .page-item.next {
    margin-left: 25px;
  }
}.page-item.more {
  width: var(--size);
  height: var(--size);
}.page-link {
  width: var(--size);
  height: var(--size);
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
  font-family: Open Sans Variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}.page-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .page-link {
    font-size: 20px;
  }
}.page-link i {
  font-size: 14px;
}.active > .page-link {
  width: var(--size);
  height: var(--size);
  --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));
}.active > .page-link:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}#cc-main {
    --cc-bg: #fff;
    --cc-primary-color: #000;
    --cc-secondary-color: #000;

    --cc-btn-primary-bg: #A4063E;
    --cc-btn-primary-color: #fff;
    --cc-btn-primary-hover-bg: #B5903D;
    --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: transparent;
    --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: #A4063E;

    --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.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) a:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}#cc-main .cm__btns,#cc-main .cm__links {
        padding: 20px 30px 25px 30px;
    }@media (min-width: 992px) {

  #cc-main .cm--right {
    margin-right: 75px;
  }
}@media (min-width: 768px) {

  #cc-main .cm--bottom {
    bottom: 65px;
  }
}#cc-main .cm__btn {
        font-size: 16px;
        font-weight: 500;
        border-width: 0px;
    }[data-role='necessary']:is(#cc-main .cm__btn) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-bg-opacity));
}[data-role='necessary']:is(#cc-main .cm__btn):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-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;
    }#cc-main .pm__section--toggle .pm__section-title {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity));
}#cc-main .pm__section--toggle .pm__section-title:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity));
}#cc-main .pm__section--toggle .pm__section-title {
        font-size: 18px;
        font-weight: 500;
    }#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-radius: 10px;
}#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity));
}#cc-main .pm__section--expandable .pm__section-arrow {
        background: var(----cc-cookie-category-block-bg);
    }#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-tertiary-rgb) / var(--tw-bg-opacity));
    }#cc-main .toggle__icon-on svg {
  stroke: #fff;
}#cc-main .toggle__icon-circle {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-bg-opacity));
        border-radius: 50px;
        height: 35px;
        width: 35px;
}:is(#cc-main .section__toggle):checked ~ .toggle__icon {
            background: #E5D3D9;
            box-shadow: none;
        }:is(:is(#cc-main .section__toggle):checked ~ .toggle__icon) .toggle__icon-circle {
                transform: translateX(45px);
                --tw-bg-opacity: 1;
                background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
            }:is(:is(#cc-main .section__toggle):checked ~ .toggle__icon) .toggle__icon-circle:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(#cc-main .section__toggle):checked:disabled ~ .toggle__icon {
            background: #E5D3D9;
            box-shadow: none;
        }:is(:is(#cc-main .section__toggle):checked:disabled ~ .toggle__icon) svg {
                stroke: #fff;
            }#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: 75px;
  }
}#cc-main .toggle__icon-off svg {
        stroke: #fff;
    }#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 {
  border-width: 0px;
  --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 .pm__close-btn:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(#cc-main .pm__close-btn):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
}:is(#cc-main .pm__close-btn):hover svg {
  stroke: #fff;
}:is(#cc-main .pm__close-btn) svg {
  stroke: #fff;
}:is(#cc-main .pm__section):first-child {
            margin-bottom: 24px;
            margin-left: 15px;
            margin-right: 15px;
        }#cc-main .pm__btn {
        font-size: 16px;
        font-weight: 500;
        min-width: 136px;
        height: 40px;
        border: none;
    }[data-role='necessary']:is(#cc-main .pm__btn) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-bg-opacity));
}[data-role='necessary']:is(#cc-main .pm__btn):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
}#cc-main .pm__btn--secondary {
  min-width: 179px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}#cc-main .pm__btn--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}#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;
    }/* 了解更多 */.moreBtn { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul.moreBtn li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul.moreBtn li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul.moreBtn li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.moreBtn {
  position: relative;
  margin-top: 50px;
  width: 136px;
  height: 136px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.index-section-2 .index-txtBox) .moreBtn {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) .moreBtn {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) .moreBtn {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .moreBtn {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .moreBtn {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .moreBtn {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) .moreBtn {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) .moreBtn {
    width: 57%;
  }

  .moreBtn {
    width: 149px;
    height: 149px;
  }
}.moreBtn:after {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}.moreBtn:is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .moreBtn:after {
    width: 132px;
    height: 132px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}.moreBtn span {
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}@media (min-width: 768px) {

  .moreBtn span {
    --tw-text-opacity: 1;
    color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  }
}.moreBtn .dotBox {
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 300ms;
}.moreBtn .dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}.moreBtn .dot:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.moreBtn .dot):nth-child(1) {
  top: 0px;
  left: 90px;
}@media (min-width: 768px) {

  :is(.moreBtn .dot):nth-child(1) {
    top: -3px;
  }
}:is(.moreBtn .dot):nth-child(2) {
  top: 90px;
  left: 0px;
}@media (min-width: 768px) {

  :is(.moreBtn .dot):nth-child(2) {
    left: -2px;
  }
}:is(.moreBtn .dot):nth-child(3) {
  bottom: 6px;
  right: 20px;
}@media (min-width: 768px) {

  :is(.moreBtn .dot):nth-child(3) {
    bottom: 10px;
  }
}@media (hover: hover) {
            .moreBtn:hover:after {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  }.moreBtn:hover:is(.formBottom .btn):after {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
            .moreBtn:hover span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
            .moreBtn:hover .dotBox {
    --tw-rotate: 30deg;
    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 (hover: none) {
        .moreBtn:after {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  }.moreBtn:is(.formBottom .btn):after {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
        .moreBtn span {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    }/*文章 側邊分享*/.shareBox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}.shareBox .share {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.shareBox .share) i {
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(.shareBox .share) i:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}.shareBox span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  writing-mode: vertical-rl;
}.shareBox .icon {
  display: flex;
  gap: 10px;
}:is(.shareBox .icon) a {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.shareBox .icon) a:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.shareBox .icon) a:hover {
  --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(.shareBox .icon) a):nth-child(1):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 119 242 / var(--tw-bg-opacity));
}:is(:is(.shareBox .icon) a):nth-child(2):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(114 181 61 / var(--tw-bg-opacity));
}:is(:is(.shareBox .icon) a):nth-child(3):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
}:is(:is(.shareBox .icon) a):nth-child(3) i {
  font-size: 18px;
}:is(.shareBox .icon) i {
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.detail .shareBox) .share {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity));
}/* 聯絡表單 */.form {
    --pageW: 1200px;
    position: relative;
    margin-top: 60px;
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 90px;
    padding-bottom: 50px;    
}@media (min-width: 768px) {

  .form {
    padding-bottom: 63px;
  }
}.form {    
    box-shadow: 0 0 35px 0 rgba(173, 173, 173, 0.30);    
}.form .icon {
  position: absolute;
  top: -55px;
  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));
}@media not all and (min-width: 768px) {

  .form .icon {
    --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));
  }
}.form .icon {
        filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.30));
    }.form .row {
  display: flex;
  justify-content: space-between;
}@media not all and (min-width: 992px) {

  .form .row {
    flex-direction: column;
  }
}@media (min-width: 992px) {

  .form .row {
    gap: 20px;
  }

  :is(.form .row) .input-group {
    max-width: 555px;
  }
}.form .input-group {
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  flex-direction: column;
}:is(.form .input-group) .gridRow {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}@media not all and (min-width: 576px) {

  :is(.form .input-group) .gridRow {
    flex-direction: column;
  }
}@media (min-width: 576px) {

  :is(.form .input-group) .gridRow {
    align-items: center;
  }
}.form .form-lable { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);width: 100%;flex-shrink: 0;font-weight: 500;--tw-text-opacity: 1;color: rgb(0 0 0 / var(--tw-text-opacity));
    }@media not all and (min-width: 768px) {

  .form .form-lable {
    margin-bottom: 5px;
  }
}@media (min-width: 576px) {

  .form .form-lable {
    width: 86px;
  }
}.required:is(.form .form-lable):after {
  --tw-text-opacity: 1;
  color: rgb(var(--m-danger-rgb) / var(--tw-text-opacity));
  --tw-content: '*';
  content: var(--tw-content);
}.form .form-input {
  height: 50px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1em;
  padding-right: 1em;
  outline-width: 0px;
}.form .form-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.form .form-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}@media (min-width: 576px) {

  .form .form-input {
    height: 60px;
  }
}:is(.form .form-input):focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-rgb) / var(--tw-border-opacity));
}.form textarea {
  min-height: 195px;
  width: 100%;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-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(153 153 153 / var(--tw-text-opacity));
}.form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}:is(.form .error) .form-input,:is(.form .error) textarea,:is(.form .error) .select2-container {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity)) !important;
}:is(.form .error) .errorInfo,:is(.form .error)  + .errorInfo {
  display: block;
}.form .errorInfo {
  display: none;
  padding-top: 5px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}.form .errorInfo:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}@media (min-width: 576px) {

  .form .errorInfo {
    padding-left: 120px;
  }
}.formTitle {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 670px;
  padding-bottom: 30px;
}@media (min-width: 768px) {

  .formTitle {
    padding-bottom: 48px;
  }
}.formBottom {
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}.formBottom .btn { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);height: 50px;width: 100%;max-width: 200px;border-radius: 50px;transition-duration: 500ms;display: flex;align-items: center;justify-content: center;
    }.formBottom .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));
}@media (min-width: 576px) {

  .formBottom .btn {
    height: 60px;
  }
}.bg-primary:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-primary:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}form .check-group {
  display: flex;
  align-items: center;
}form .form-check-input {
  flex-shrink: 0;
  cursor: pointer;
  accent-color: rgb(var(--m-secondary-rgb) / 1);
}[type="checkbox"]:is(form .form-check-input) {
  position: relative;
  margin-right: 15px;
  width: 24px;
  height: 24px;
}[type="checkbox"]:is(form .form-check-input):after {
  position: absolute;
  top: 0px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  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(var(--m-tertiary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}[type="checkbox"]:is(form .form-check-input):checked:after {
  opacity: 0;
}[type="radio"]:is(form .form-check-input) {
  width: 22px;
  height: 22px;
  border-color: var(--m-body-color);
  padding-right: 5px;
}@media (min-width: 768px) {

  [type="radio"]:is(form .form-check-input) {
    margin-right: 10px;
  }
}:is(form .form-check-input):focus {
            box-shadow: none;
        }:is(form .form-check-input):disabled,[disabled]:is(form .form-check-input) {
            opacity: 1;
        }:is(:is(form .form-check-input):disabled,[disabled]:is(form .form-check-input))  ~ .form-check-label {
                opacity: 1;
            }form .form-check-label { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ulform .form-check-label li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ulform .form-check-label li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ulform .form-check-label li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}form .form-check-label {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}:is(.index-section-2 .index-txtBox) form .form-check-label {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) form .form-check-label {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) form .form-check-label {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) form .form-check-label {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) form .form-check-label {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) form .form-check-label {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) form .form-check-label {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) form .form-check-label {
    width: 57%;
  }
}/**
 * ------------------------------------------------------------------------
 *  Page Index
 * ------------------------------------------------------------------------
 */.layout-wrapper {
  overflow: clip;
}.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);
}/* 閱讀更多 */.readMore {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  transition-duration: 500ms;
}.readMore:hover {
  -moz-column-gap: 15px;
       column-gap: 15px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}a:hover .readMore {
  -moz-column-gap: 15px;
       column-gap: 15px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}a:hover .readMore:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}.slogan {
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 3.7px;
  opacity: 0.6;
}/* --內頁-- */.banner {
  position: relative;
  margin-top: var(--headerH);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.banner .banner-mainBox {
        --sidePadding: 20px;
        position: absolute;
        top: 0px;
        height: 100%;
        width: 100%;
        padding-top: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }.banner .imgBox {
  height: 360px;
}@media (min-width: 768px) {

  .banner .imgBox {
    height: 480px;
  }
}:is(.banner .imgBox) img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}.banner .currentParent {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: calc(1em * 0.03);
}.banner-title {
  padding-bottom: 50px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.banner-title .page-h1 {
  margin-top: 20px;
  margin-bottom: 26px;
}.page-inner {
    --pageW: 1400px;
    padding-top: 20px;
}@media (min-width: 768px) {

  .page-inner {
    padding-top: 50px;
  }
}.page-title {
  padding-bottom: 40px;
  text-align: center;
}/* --內頁 End-- *//* --列表頁 分類nav-- */.press-search {
  margin-bottom: 50px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}@media (min-width: 576px) {

  .press-search {
    padding: 25px;
  }
}@media (min-width: 768px) {

  .press-search {
    margin-bottom: 70px;
  }
}.press-search .search {
  display: flex;
  height: 60px;
  width: 800px;
  align-items: center;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 10px;
  padding-left: 34px;
}:is(.press-search .search) input {
  height: 50px;
  width: 100%;
  font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);
  font-weight: 400;
}:is(:is(.press-search .search) input)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
}:is(:is(.press-search .search) input)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
}:is(.press-search .search) i {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  font-size: 18px;
  --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(.press-search .search) i:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.press-search .search) i:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
}.press-search .search-result {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: flex-end;
}/* --列表頁 分類nav End-- */.navSlider .arrow {
  position: relative;
  z-index: 10;
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.navSlider .arrow):after {
  font-family: icomoon;
  font-size: 12px;
}:is(.navSlider .arrow):before {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 65px;
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-content: "";
  content: var(--tw-content);
}.swiper-button-disabled:is(.navSlider .arrow) {
  opacity: 0.3;
}:is(.navSlider .arrow):not(.swiper-button-disabled):hover {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(.navSlider .arrow):not(.swiper-button-disabled):hover:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}:is(.navSlider .swiper-arrow-prev):after {
  --tw-content: "\e917";
  content: var(--tw-content);
}:is(.navSlider .swiper-arrow-prev):before {
  left: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}:is(.navSlider .swiper-arrow-next):after {
  --tw-content: "\e913";
  content: var(--tw-content);
}:is(.navSlider .swiper-arrow-next):before {
  right: 100%;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}/* --文章內容頁 通用樣式-- */.detail-page {
  padding-top: var(--headerH);
    /* 內容區塊 */
}:is(.detail-page .edidor) h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: calc(1em * 0.05);
}@media (min-width: 992px) {

  :is(.detail-page .edidor) h2 {
    font-size: 24px;
  }
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn) :is(.detail-page .edidor) h2 {
  position: relative;
}:is(.detail-page .edidor) h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-rgb) / var(--tw-text-opacity));
  letter-spacing: calc(1em * 0.02);
}:is(.detail-page .edidor) p { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul:is(.detail-page .edidor) p li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul:is(.detail-page .edidor) p li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul:is(.detail-page .edidor) p li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-section-2 .index-txtBox) :is(.detail-page .edidor) p {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) :is(.detail-page .edidor) p {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) :is(.detail-page .edidor) p {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.detail-page .edidor) p {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.detail-page .edidor) p {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.detail-page .edidor) p {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) :is(.detail-page .edidor) p {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) :is(.detail-page .edidor) p {
    width: 57%;
  }
}:is(:is(.detail-page .edidor) p) a {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  text-decoration-line: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
}:is(:is(.detail-page .edidor) p) a:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}:is(.detail-page .edidor) table {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-secondary-rgb) / var(--tw-border-opacity));
}:is(:is(.detail-page .edidor) table) tr {
  height: 50px;
}:is(:is(.detail-page .edidor) table) th {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.detail-page .edidor) table) th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}:is(:is(.detail-page .edidor) table) th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}:is(:is(.detail-page .edidor) table) td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity));
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--m-body-color);
}:is(.detail-page .edidor) .imgTxt { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);display: block;padding-bottom: 40px;padding-top: 10px;--tw-text-opacity: 1;color: rgb(var(--m-tertiary-dark-rgb) / var(--tw-text-opacity));
    }@media (min-width: 992px) {

  :is(.detail-page .edidor) .imgTxt {
    padding-bottom: 50px;
  }
}:is(:is(.detail-page .edidor) .imgTxt):before {
  position: relative;
  top: -1px;
  margin-right: 3px;
  font-family: icomoon;
  font-size: 10px;
  --tw-content: '\e909';
  content: var(--tw-content);
}:is(.detail-page .edidor) .OriginalURL { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);position: relative;display: inline-block;padding-left: 14px;line-height: 1.3;color: var(--m-body-color);letter-spacing: calc(1em * 0.05);
    }:is(:is(.detail-page .edidor) .OriginalURL) a {
  letter-spacing: 0em;
  transition-duration: 300ms;
}:is(:is(.detail-page .edidor) .OriginalURL) a:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(.detail-page .edidor) .OriginalURL):before {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 6px;
  height: 6px;
  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(.detail-page .edidor) .OriginalURL):is(.formBottom .btn):before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.detail-page .edidor) ul,:is(.detail-page .edidor) ol {
            list-style: revert;
        }:is(.detail-page .edidor) .video-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}:is(.detail-page .edidor) hr {
  margin-top: 26px;
  margin-bottom: 26px;
}/* 標題區塊 */.detail-title {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1200px;
  align-items: flex-start;
}.detail-title h1 {
  font-size: clamp(1.875rem, 1.5288rem + 0.9615vw, 2.25rem);
  font-weight: 500;
  line-height: 1.4;
}/* 切換上下頁區塊 */.detail-pagination {
  position: relative;
  gap: 3.5em;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
}.detail-pagination .mainBox {
        --pageW:1300px;
        display: flex;
        justify-content: space-between;
    }@media not all and (min-width: 768px) {

  .detail-pagination .mainBox {
    justify-content: center;
  }
}.detail-pagination .all { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);height: 50px;width: 160px;flex-shrink: 0;-moz-column-gap: 15px;column-gap: 15px;border-radius: 50px;--tw-bg-opacity: 1;background-color: rgb(246 246 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));transition-duration: 300ms;display: flex;align-items: center;justify-content: center;
    }.detail-pagination .all:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 576px) {

  .detail-pagination .all {
    height: 60px;
    width: 210px;
  }
}.detail-pagination .arrow {
  display: inline-flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
}:is(.detail-pagination .arrow) span { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);padding-left: 10px;padding-right: 10px;transition-duration: 500ms;
    }@media not all and (min-width: 576px) {

  :is(.detail-pagination .arrow) span {
    display: none;
  }
}:is(.detail-pagination .arrow) i {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}@media (min-width: 576px) {

  :is(.detail-pagination .arrow) i {
    width: 60px;
    height: 60px;
  }
}:is(.detail-pagination .arrow):hover i {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-rgb) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.detail-pagination .arrow):hover span {
  padding-left: 16px;
  padding-right: 16px;
}.detail-pagination .next {
  align-items: flex-end;
  text-align: right;
}.detail-pagination .next,.detail-pagination .prev {
  width: 50%;
}.detail-pagination .tit { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul.detail-pagination .tit li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul.detail-pagination .tit li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul.detail-pagination .tit li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.detail-pagination .tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 430px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}:is(.index-section-2 .index-txtBox) .detail-pagination .tit {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) .detail-pagination .tit {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) .detail-pagination .tit {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .detail-pagination .tit {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .detail-pagination .tit {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .detail-pagination .tit {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) .detail-pagination .tit {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) .detail-pagination .tit {
    width: 57%;
  }
}@media not all and (min-width: 576px) {

  .detail-pagination .tit {
    display: none;
  }
}/* 影片 */.video-container {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.5%;
}.video-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-width: 0px;
}.video-container .mce-preview-object {
  position: static;
}/* --文章內容頁 通用樣式 End-- */.swiper-arrow-next,
.swiper-arrow-prev {
  z-index: 20;
  cursor: pointer;
  transition-duration: 300ms;
}:is(.swiper-arrow-next,.swiper-arrow-prev):after {
  font-family: icomoon;
}.swiper-button-disabled:is(.swiper-arrow-next,.swiper-arrow-prev) {
  cursor: auto;
  opacity: 0.3;
}:is(.swiper-arrow-next,.swiper-arrow-prev):not(.swiper-button-disabled):hover {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity)) !important;
}.swiper-arrow-prev:after {
  --tw-content: '\e915';
  content: var(--tw-content);
}.swiper-arrow-next:after {
  --tw-content: '\e911';
  content: var(--tw-content);
}/* 下拉選單 */.select2 {
    width: 100% !important;
}:is(:is(.select2-container.select2-container--open .select2-selection__arrow) b)::before {
  top: -1px;
  --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: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 300ms;
  --tw-content: "\e908";
  content: var(--tw-content);
}.select2-container--bootstrap-5 .select2-selection {
  display: flex !important;
  width: 160px;
  border-style: none !important;
}.select2-container--bootstrap-5 .select2-selection--single {
  height: 50px !important;
  align-items: center;
  justify-content: space-between;
  background-image: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}@media (min-width: 576px) {

  .select2-container--bootstrap-5 .select2-selection--single {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}:is(.select2-container--bootstrap-5 .select2-selection--single) .select2-selection__rendered {
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}:is(:is(.select2-container--bootstrap-5 .select2-selection--single) .select2-selection__rendered) .select2-selection__placeholder {
  font-weight: 500 !important;
  color: var(--m-body-color) !important;
}:is(.select2-container--bootstrap-5.select2-container--focus,.select2-container--bootstrap-5.select2-container--open) .select2-selection {
  --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-container--bootstrap-5 .select2-dropdown {
  top: -2px !important;
  min-width: 85px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--m-lineColor-rgb) / var(--tw-border-opacity)) !important;
  padding: 8px !important;
}:is(.select2-container--bootstrap-5 .select2-dropdown) .select2-results__options {
  display: flex !important;
  max-height: 190px !important;
  flex-direction: column !important;
  row-gap: 7px !important;
}:is(:is(.select2-container--bootstrap-5 .select2-dropdown) .select2-results__options) .select2-results__option {
  border-radius: 5px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  font-weight: 500 !important;
}.select2-results__option--highlighted:is(:is(:is(.select2-container--bootstrap-5 .select2-dropdown) .select2-results__options) .select2-results__option) { /*hover*/ --tw-bg-opacity: 1 !important; background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity)) !important;
                }.select2-results__option--selected:is(:is(:is(.select2-container--bootstrap-5 .select2-dropdown) .select2-results__options) .select2-results__option),[aria-selected="true"]:is(:is(:is(.select2-container--bootstrap-5 .select2-dropdown) .select2-results__options) .select2-results__option):not(.select2-results__option--highlighted) { /*active*/ --tw-bg-opacity: 1 !important; background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity)) !important; --tw-text-opacity: 1 !important; color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
                }.select2-container--bootstrap-5 .select2-selection--single

.fancybox__container.is-idle {        
    z-index: var(--fancybox-zIndex, 3000) !important;
}.fancybox__backdrop {
  opacity: 0.8;
}.fancybox__slide {
  padding: 10px;
}/**
 * ------------------------------------------------------------------------
 *  Index
 * ------------------------------------------------------------------------
 */.index {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.index-banner {
  position: relative;
}.index-banner  > .mainBox {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 10;
  width: 100%;
  height: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: var(--headerH);
  display: flex;
  align-items: center;
  justify-content: center;
}.index-banner .txtBox {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 576px) {

  .index-banner .txtBox {
    text-shadow: -2px 2px 10px #00000080;
  }
}@media (min-width: 576px) {

  .index-banner .txtBox {
    row-gap: 40px;
  }
}:is(:is(.index-banner .txtBox) .bannerIcon) .img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 62px;
  width: 80px;
}:is(:is(:is(.index-banner .txtBox) .bannerIcon) .img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(.index-banner .txtBox) .tit { /* 58px → 40px */ font-weight: 700; line-height: 1.2; letter-spacing: calc(1em * 0.1);
        font-size: clamp(2.5rem, 1.3197rem + 2.459vw, 3.625rem);
    }:is(.index-banner .txtBox) .txt {
  line-height: 1.4;
  letter-spacing: calc(1em * 0.05);
            font-size: clamp(1.375rem, 1.2439rem + 0.2732vw, 1.5rem); /* 24px → 22px */
}.index-banner .imgBox {
  height: 100svh;
}:is(.index-banner .imgBox) img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.index-banner .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}@media (min-width: 576px) {

  .index-banner .swiper-pagination {
    padding-top: 40px;
  }
}:is(.index-banner .swiper-pagination) .swiper-pagination-bullet {
  position: relative;
  width: 36px;
  height: 36px;
  border-width: 3px;
  border-color: transparent;
  background-color: transparent;
  opacity: 1;
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(:is(.index-banner .swiper-pagination) .swiper-pagination-bullet):before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}:is(.index-banner .swiper-pagination) .swiper-pagination-bullet-active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}:is(.index-txtBox .title) .h2 {
  padding-top: 15px;
  padding-bottom: 30px;
}@media (min-width: 992px) {

  :is(.index-txtBox .title) .h2 {
    padding-top: 20px;
  }
}.index-section-1 {
    --pageW: 1400px;
    position: relative;
    z-index: 10;
    overflow: clip;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 50px;
    padding-bottom: 90px;
}@media (min-width: 768px) {

  .index-section-1 {
    padding-top: 140px;
  }
}.index-section-1 {
    /* .bg-1 {
        @apply left-0 size-[360px] max-w-[19%] absolute top-0 ;
        animation: fadeInOpacity3 10s ease-out infinite;

        img {
            @apply img-fluid;
        }
    } */
}.index-section-1 .bg-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 360px;
  height: 360px;
  max-width: 19%;        
        aspect-ratio: 7/6;
}@media (min-width:576px){.index-section-1 .bg-1 {
            aspect-ratio: 7/4;
    }
        }@media (min-width:1100px){.index-section-1 .bg-1 {
            left: 0;
            aspect-ratio: 343/154;
            width: 30%;
    }
        }.index-section-1 .bg-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 610px;
  max-width: 32%;
}:is(.index-section-1 .bg-2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.index-section-1 .mainBox {
  position: relative;
  z-index: 10;
  display: flex;
}@media not all and (min-width: 1100px) {

  .index-section-1 .mainBox {
    flex-direction: column;
  }
}@media (min-width: 1100px) {

  .index-section-1 .mainBox {
    align-items: flex-end;
  }
}.index-section-1 .index-txtBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
}@media not all and (min-width: 1100px) {

  .index-section-1 .index-txtBox {
    order: 2;
  }

  :is(.index-section-1 .index-txtBox) .title {
    text-align: center;
  }
}:is(.index-section-1 .index-txtBox) .moreBtn {
  margin-top: 40px;
}@media not all and (min-width: 1100px) {

  :is(.index-section-1 .index-txtBox) .moreBtn {
    margin-left: auto;
    margin-right: auto;
  }
}@media (min-width: 992px) {

  :is(.index-section-1 .index-txtBox) .moreBtn {
    margin-top: 50px;
  }
}.index-section-1 .imgBox {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}@media not all and (min-width: 1100px) {

  .index-section-1 .imgBox {
    order: 1;
  }
}@media (min-width: 1100px) {

  .index-section-1 .imgBox {
    width: 800px;
    max-width: 61%;
  }
}:is(.index-section-1 .imgBox) .bg {
  position: relative;
  width: 522px;
  max-width: 70%;
}@media not all and (min-width: 768px) {

  :is(.index-section-1 .imgBox) .bg {
    left: -30px;
  }
}:is(:is(.index-section-1 .imgBox) .bg) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}:is(.index-section-1 .imgBox) .img {
  position: absolute;
  top: 52%;
  right: 0px;
  height: 46vw;
  width: 600px;
  max-width: 75%;
  --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));
  overflow: hidden;
  border-top-left-radius: 31px;
  border-bottom-right-radius: 31px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
}@media (min-width: 768px) {

  :is(.index-section-1 .imgBox) .img {
    height: 41vw;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}@media (min-width: 992px) {

  :is(.index-section-1 .imgBox) .img {
    height: 400px;
  }
}@media (min-width: 1100px) {

  :is(.index-section-1 .imgBox) .img {
    height: 27vw;
  }
}@media (min-width: 1500px) {

  :is(.index-section-1 .imgBox) .img {
    height: 400px;
  }
}:is(.index-section-1 .imgBox) .img {
            filter: drop-shadow(0 10px 50px rgba(0, 0, 0, 0.20));
        }:is(:is(.index-section-1 .imgBox) .img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.index-section-2 {
  position: relative;
  z-index: 10;
    background: linear-gradient(0deg, transparent 0% 60px, #fff 60px 100%);
}.index-section-2 .bg {
  position: absolute;
  top: -120px;
  left: 0px;
  max-width: 660px;
}:is(.index-section-2 .bg) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.index-section-2 .index-txtBox {
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  text-align: center;
}@media (min-width: 768px) {

  .index-section-2 .index-txtBox {
    padding-bottom: 50px;
  }
}@media (min-width: 1200px) {

  .index-section-2 .index-txtBox {
    padding-bottom: 104px;
  }
}:is(.index-section-2 .index-txtBox) .pBase {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) .pBase {
    text-align: left;
  }
}.index-section-2 .DrImg {
  position: relative;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  min-width: 360px;
}@media (min-width: 768px) {

  .index-section-2 .DrImg {
    position: absolute;
    max-width: 40%;
  }
}@media (min-width: 1200px) {

  .index-section-2 .DrImg {
    right: -5%;
  }
}@media (min-width: 1600px) {

  .index-section-2 .DrImg {
    right: 0px;
  }
}@media (min-width: 1800px) {

  .index-section-2 .DrImg {
    right: 7%;
  }
}:is(.index-section-2 .DrImg) img {
  margin-left: auto;
  margin-right: auto;
}.index-section-2 .bBox {
  display: flex;
}@media not all and (min-width: 1200px) {

  .index-section-2 .bBox {
    flex-direction: column;
  }
}:is(.index-section-2 .bBox) .txtBox {
  position: relative;
  z-index: 10;
  height: 180px;
  width: 100%;
  border-top-right-radius: 30px;
  --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 .bBox) .txtBox:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  :is(.index-section-2 .bBox) .txtBox {
    width: 620px;
    max-width: 50%;
  }
}@media (min-width: 1200px) {

  :is(.index-section-2 .bBox) .txtBox {
    margin-top: -65px;
    margin-bottom: 60px;
    margin-right: -60px;
    height: 260px;
    border-bottom-right-radius: 5px;
  }
}:is(:is(.index-section-2 .bBox) .txtBox) .txt {
  top: 25px;
  right: 37px;
  max-width: 323px;
  font-family: Open Sans Variable, sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  color: rgb(255 255 255 / 0.3);
}@media (min-width: 768px) {

  :is(:is(.index-section-2 .bBox) .txtBox) .txt {
    position: absolute;
  }
}@media (min-width: 1200px) {

  :is(:is(.index-section-2 .bBox) .txtBox) .txt {
    top: 50px;
  }
}:is(.index-section-2 .bBox) .imgBox {
  display: flex;
}@media not all and (min-width: 768px) {

  :is(.index-section-2 .bBox) .imgBox {
    flex-wrap: wrap;
  }
}:is(:is(.index-section-2 .bBox) .imgBox) .img {
  width: 50%;
}@media (min-width: 768px) {

  :is(:is(.index-section-2 .bBox) .imgBox) .img {
    width: 25%;
    max-width: 340px;
  }
}:is(:is(:is(.index-section-2 .bBox) .imgBox) .img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.index-section-3 {   
    --pageW: 1600px;   
    position: relative;   
    padding-top: 90px;
}@media not all and (min-width: 1400px) {

  .index-section-3 {
    padding-bottom: 100px;
  }
}@media not all and (min-width: 576px) {

  .index-section-3 {
    padding-bottom: 88px;
  }
}@media (min-width: 1200px) {

  .index-section-3 {
    margin-top: -60px;
    padding-top: 160px;
  }
}@media (min-width: 1400px) {

  .index-section-3 {
    padding-top: 60px;
  }
}.index-section-3 {
    background: linear-gradient(180deg, #F2F2F2 0%, #FFF 100%);
}.index-section-3:before {
  pointer-events: none;
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 10;
  height: 190px;
  width: 71%;
}@media (min-width: 1400px) {

  .index-section-3:before {
    --tw-content: '';
    content: var(--tw-content);
  }
}.index-section-3:before {
         /* w-full */
        background: linear-gradient(180deg, #F3F3F3 3.91%, rgba(243, 243, 243, 0.00) 96.52%);
    }.index-section-3:after {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 190px;
  width: 100%;
}@media (min-width: 1400px) {

  .index-section-3:after {
    --tw-content: '';
    content: var(--tw-content);
  }
}.index-section-3:after {        
        background: linear-gradient(180deg, rgba(244, 244, 244, 0.00) 3.91%, #FFF 96.52%);
    }.index-section-3 .bg {
  position: fixed;
  top: 100px;
  left: 0px;
        /* animation: fadeInOpacity 20s linear infinite; */        
        width: 50%;
        aspect-ratio: 7/6;
}@media (min-width:576px){.index-section-3 .bg {
            aspect-ratio: 7/4;
    }
        }@media (min-width:1100px){.index-section-3 .bg {
            left: 0;
            aspect-ratio: 343/154;
            width: 30%;
    }
        }.index-section-3 .bg-2 {
  position: fixed;
  top: 100px;
  right: 0px;
}@media not all and (min-width: 992px) {

  .index-section-3 .bg-2 {
    display: none;
  }
}.index-section-3 .bg-2 {
        /* animation: fadeInOpacity2 30s linear infinite; */
        bottom: 0;
        right: 0;
        @mixin sameWidthHeight 100%;
    }@media (min-width:1100px){.index-section-3 .bg-2 {
            height: 70%;
            width: 15%;
    }
        }@media (min-width:1300px){.index-section-3 .bg-2 {
            width: 25.57%;
    }
        }.index-section-3 .mainBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}@media not all and (min-width: 1400px) {

  .index-section-3 .mainBox {
    flex-direction: column;
  }
}@media (min-width: 1400px) {

  .index-section-3 .mainBox {
    gap: 65px;
    padding-top: 100px;
  }
}:is(.index-section-3 .mainBox)  > .moreBtn {
  margin-top: 0px;
}@media not all and (min-width: 1400px) {

  :is(.index-section-3 .mainBox)  > .moreBtn {
    margin-left: auto;
    margin-right: auto;
  }
}@media (min-width: 768px) {

  :is(.index-section-3 .mainBox)  > .moreBtn {
    margin-top: 50px;
  }
}@media (min-width: 992px) {

  :is(.index-section-3 .mainBox)  > .moreBtn {
    margin-top: 100px;
  }
}@media (min-width: 1400px) {

  :is(.index-section-3 .mainBox)  > .moreBtn {
    display: none;
  }
}.index-section-3 .index-txtBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 1400px) {

  .index-section-3 .index-txtBox {
    text-align: center;
  }
}@media (min-width: 1400px) {

  .index-section-3 .index-txtBox {
    position: sticky;
    top: 150px;
    margin-left: 50px;
    width: 30%;
    max-width: 400px;
    padding-bottom: 150px;
  }
}@media (min-width: 1600px) {

  .index-section-3 .index-txtBox {
    margin-left: 100px;
  }
}@media (min-width: 1400px) {

  :is(.index-section-3 .index-txtBox) .title {
    padding-top: 100px;
  }
}@media not all and (min-width: 576px) {

  :is(.index-section-3 .index-txtBox) .pBase {
    text-align: left;
  }
}@media not all and (min-width: 1400px) {

  :is(.index-section-3 .index-txtBox) .moreBtn {
    display: none;
  }
}.index-section-3 .imgBox::-webkit-scrollbar {
            width: 0; /*右側捲軸寬度*/
            height: 0; /*下方捲軸高度*/
        }.index-section-3 .imgBox::-webkit-scrollbar-track {
            background: transparent; 
        }.index-section-3 .imgBox::-webkit-scrollbar-thumb {
            background: transparent; 
        }.index-section-3 .imgBox::-webkit-scrollbar-thumb:hover {
            background: #bd451d; 
        }.index-section-3 .imgBox::-webkit-scrollbar-button {
            background-color: transparent;
        }.index-section-3 .imgBox::-webkit-scrollbar-button:hover {
            background-color: transparent;
        }.index-section-3 .imgBox {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 20px;
}@media (min-width: 576px) {

  .index-section-3 .imgBox {
    gap: 30px;
  }
}@media (min-width: 768px) {

  .index-section-3 .imgBox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 992px) {

  .index-section-3 .imgBox {
    gap: 50px;
  }
}@media (min-width: 1400px) {

  .index-section-3 .imgBox {
    margin-top: 40px;
    width: 70%;
    padding-bottom: 200px;
    padding-right: 85px;
  }
}.index-section-3 .imgBox {
        /* 6xl:h-[900px] 4xl:h-[85vh] 4xl:overflow-y-scroll 4xl:pt-[100px] 4xl:pb-[140px]*/     
    }:is(.index-section-3 .imgBox) .item {
  position: relative;
}@media (min-width: 768px) {

  :is(:is(.index-section-3 .imgBox) .item):nth-child(even) {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}@media (min-width: 992px) {

  :is(:is(.index-section-3 .imgBox) .item):nth-child(even) {
    margin-top: 100px;
    margin-bottom: -100px;
  }
}:is(:is(.index-section-3 .imgBox) .item) .txtBox {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}@media (min-width: 992px) {

  :is(:is(.index-section-3 .imgBox) .item) .txtBox {
    top: 75%;
  }
}@media (min-width: 1600px) {

  :is(:is(.index-section-3 .imgBox) .item) .txtBox {
    padding-left: 10%;
    padding-right: 10%;
  }
}:is(:is(:is(.index-section-3 .imgBox) .item) .txtBox) .tit {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: calc(1em * 0.05);
}:is(:is(:is(.index-section-3 .imgBox) .item) .txtBox) .txt {
  font-size: 18px;
  line-height: 1.6;
  transition-duration: 300ms;
  letter-spacing: calc(1em * 0.05);
}@media (min-width: 992px) {

  :is(:is(:is(.index-section-3 .imgBox) .item) .txtBox) .txt {
    opacity: 0;
  }
}:is(:is(.index-section-3 .imgBox) .item) .img {
  width: 100%;
  max-width: 450px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px 0 #00000033;
}@media (min-width: 992px) {

  :is(:is(.index-section-3 .imgBox) .item) .img {
    box-shadow: 30px 30px 50px 0 #00000040;
  }
}:is(:is(:is(.index-section-3 .imgBox) .item) .img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}@media (hover: hover) {
                    @media (min-width: 992px) {

    :is(:is(.index-section-3 .imgBox) .item):hover .txtBox {
      top: 40%;
    }
  }
                    @media (min-width: 1400px) {

    :is(:is(.index-section-3 .imgBox) .item):hover .txtBox {
      top: 30%;
    }
  }
                    @media (min-width: 1600px) {

    :is(:is(.index-section-3 .imgBox) .item):hover .txtBox {
      top: 40%;
    }
  }
                        :is(:is(:is(.index-section-3 .imgBox) .item):hover .txtBox) .txt {
    opacity: 1;
  }
            }@media (hover: none) {
                :is(:is(.index-section-3 .imgBox) .item) .txtBox {
    top: auto;
    bottom: 30px;
  }
                    :is(:is(:is(.index-section-3 .imgBox) .item) .txtBox) .txt {
    opacity: 1;
  } 
            }.index-section-4 {
    --pageW: 1120px;
    height: 100%;
    overflow: hidden;
}@media (min-width: 768px) {

  .index-section-4 {
    height: 500px;
  }
}.index-section-4 .bg {
  position: absolute;
  height: 650px;
}@media (min-width: 768px) {

  .index-section-4 .bg {
    height: 500px;
  }
}:is(.index-section-4 .bg) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.index-section-4 .mainBox {
  height: 100%;
}.index-section-4 .imgBox {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 65px;
  padding-bottom: 65px;
}@media not all and (min-width: 768px) {

  .index-section-4 .imgBox {
    max-width: 500px;
    flex-direction: column;
  }
}@media not all and (min-width: 576px) {

  .index-section-4 .imgBox {
    max-width: 300px;
  }
}@media (min-width: 768px) {

  .index-section-4 .imgBox {
    display: flex;
  }
}:is(.index-section-4 .imgBox) .item {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}:is(:is(.index-section-4 .imgBox) .item) .img {
  position: relative;
  overflow: hidden;
  border-radius: 9999px;
  transition-duration: 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(:is(:is(.index-section-4 .imgBox) .item) .img):before {
  position: absolute;
  z-index: -10;
  display: block;
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 9999px;
  border-color: rgb(255 255 255 / 0.5);
  padding: 15px;
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}:is(:is(.index-section-4 .imgBox) .item) span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: calc(1em * 0.05);
}@media (min-width: 992px) {

  :is(:is(.index-section-4 .imgBox) .item) span {
    font-size: 24px;
  }
}:is(:is(.index-section-4 .imgBox) .item) span {
  display: block;
  padding-top: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(:is(.main-footer .center-box) .Rbox) .btnBox) .btn) :is(:is(.index-section-4 .imgBox) .item) span {
  position: relative;
}:is(:is(.index-section-4 .imgBox) .item):hover .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(:is(.index-section-4 .imgBox) .item):hover .img):before {
  --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));
  background-color: rgb(255 255 255 / 0.3);
}@keyframes fadeInOpacity {
    0% {        
        opacity: 0.5;
    }

    25% {
        opacity: 1;
        top:50px;
    }

    50% {
        opacity: 0.5;        
    }

    75% {
        opacity: 1;
        left:-100px;
    }

    100% {
        opacity: 0.5;
    }
}@keyframes fadeInOpacity2 {
    0% {        
        opacity: 0.3;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
        top:200px;
    }

    75% {
        opacity: 1;
        right:-50px;
    }

    100% {
        opacity: 0.3;
    }
}@keyframes fadeInOpacity3 {
    0% {        
        opacity: 1;
    }

    25% {
        opacity: 0.3;
        top:-50px;
    }

    50% {
        opacity: 1;
    }

    75% {        
        opacity: 0.3;
        left:-50px;
    }

    100% {
        opacity: 1;
    }
}.idx-about-ani{
	position: absolute;
	z-index: 6;
	top: 0;
	width: 50%;
	aspect-ratio: 7/6;
}@media (min-width:576px){.idx-about-ani{
		aspect-ratio: 7/4;
}
	}@media (min-width:1100px){.idx-about-ani{
		left: 0;
		aspect-ratio: 343/154;
		width: 30%;
}
	}/* @media (max-width:theme('screens.xlLow')){
		right: 0;
	} */.idx-join-ani{
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	@mixin sameWidthHeight 100%;
}@media (min-width:1100px){.idx-join-ani{
		height: calc(100% + 107px);
		width: 15%;
}
	}@media (min-width:1300px){.idx-join-ani{
		width: 25.57%;
}
	}.aboutPage-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  width: 200px;
  height: 200px;
}@media (min-width: 576px) {

  .aboutPage-bg {
    width: 360px;
    height: 360px;
  }
}.about-section-1 {
  padding-top: 26px;
}.about-section-1 .en-h1 {
  position: relative;
  z-index: 10;
  margin-bottom: 16px;
}.about-section-1 .TBox {
  position: relative;
  padding-bottom: 50px;
}@media (min-width: 1100px) {

  .about-section-1 .TBox {
    padding-bottom: 115px;
  }
}:is(.about-section-1 .TBox) .bg {
  position: absolute;
  right: -50px;
  bottom: 0px;
  width: 40%;
}@media not all and (min-width: 576px) {

  :is(.about-section-1 .TBox) .bg {
    display: none;
  }
}@media (min-width: 992px) {

  :is(.about-section-1 .TBox) .bg {
    top: 5px;
    bottom: -10px;
  }
}@media (min-width: 1300px) {

  :is(.about-section-1 .TBox) .bg {
    right: 0px;
  }
}:is(.about-section-1 .TBox) .bg {
            mix-blend-mode: multiply;            
        }.about-section-1 .CBox {
  display: flex;
}@media not all and (min-width: 992px) {

  .about-section-1 .CBox {
    flex-direction: column;
  }
}.about-section-1 .LBox {
  position: relative;
  width: 100%;
}@media not all and (min-width: 576px) {

  .about-section-1 .LBox {
    margin-top: 0px;
  }
}@media (min-width: 992px) {

  .about-section-1 .LBox {
    width: 33.333333%;
  }
}:is(.about-section-1 .LBox) .bg {
  width: 100%;
  height: 100%;
}@media not all and (min-width: 992px) {

  :is(.about-section-1 .LBox) .bg {
    height: 40vw;
  }
}@media not all and (min-width: 768px) {

  :is(.about-section-1 .LBox) .bg {
    height: 62vw;
  }
}@media not all and (min-width: 576px) {

  :is(.about-section-1 .LBox) .bg {
    height: 80vw;
  }
}:is(:is(.about-section-1 .LBox) .bg) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(.about-section-1 .LBox) .img {
  position: absolute;
  bottom: 0px;
  width: 100%;
}@media not all and (min-width: 992px) {

  :is(.about-section-1 .LBox) .img {
    left: 50%;
    width: 40%;
    --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 not all and (min-width: 768px) {

  :is(.about-section-1 .LBox) .img {
    width: 60%;
  }
}@media not all and (min-width: 576px) {

  :is(.about-section-1 .LBox) .img {
    width: 78%;
  }
}@media (min-width: 992px) {

  :is(.about-section-1 .LBox) .img {
    right: -15%;
  }
}@media (min-width: 1600px) {

  :is(.about-section-1 .LBox) .img {
    right: -35%;
  }
}.about-section-1 .RBox {
  width: 100%;
  border-bottom-right-radius: 135px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}@media (min-width: 992px) {

  .about-section-1 .RBox {
    width: 66.666667%;
  }
}:is(.about-section-1 .RBox) .txtBox {
  max-width: 790px;
}.about-section-2 {
  position: relative;
  margin-bottom: 80px;
  padding-top: 60px;
  padding-bottom: 40px;
}@media (min-width: 576px) {

  .about-section-2 {
    padding-bottom: 65px;
  }
}@media (min-width: 1200px) {

  .about-section-2 {
    margin-bottom: 137px;
    padding-top: 148px;
  }
}.about-section-2 .bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -10;
  height: 200px;
  width: 1235px;
  max-width: 65%;
  border-bottom-right-radius: 135px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
}@media (min-width: 768px) {

  .about-section-2 .bg {
    height: 500px;
  }
}.about-section-2 .bg-2 {
  position: absolute;
  left: 0px;
  bottom: 125px;
  z-index: -10;
}.about-section-2 .box {
  margin-right: 0px;
  margin-left: auto;
  display: flex;
  max-width: 1690px;
  align-items: flex-end;
  justify-content: space-between;
}@media not all and (min-width: 1200px) {

  .about-section-2 .box {
    flex-direction: column;
  }
}@media (min-width: 1700px) {

  .about-section-2 .box {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
}.about-section-2 .LBox {
  width: 100%;
}@media not all and (min-width: 1200px) {

  .about-section-2 .LBox {
    padding-left: var(--sidePadding);
    padding-right: var(--sidePadding);
  }
}@media (min-width: 1200px) {

  .about-section-2 .LBox {
    margin-left: var(--sidePadding);
    margin-right: var(--sidePadding);
    max-width: 610px;
  }
}:is(.about-section-2 .LBox) .txtBox {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 40px;
}@media (min-width: 1200px) {

  :is(.about-section-2 .LBox) .txtBox {
    margin-top: 88px;
    padding-top: 101px;
  }
}.about-section-2 .imgBox {
  width: 100%;
  max-width: 950px;
}@media (min-width: 1200px) {

  .about-section-2 .imgBox {
    width: 55%;
    padding-top: 143px;
  }
}:is(.about-section-2 .imgBox) .img {
  margin-left: auto;
  width: 100%;
  overflow: hidden;
  border-bottom-left-radius: 90px;
}@media (min-width: 992px) {

  :is(.about-section-2 .imgBox) .img {
    border-bottom-left-radius: 135px;
  }
}@media (min-width: 1200px) {

  :is(.about-section-2 .imgBox) .img {
    height: 620px;
  }
}:is(:is(.about-section-2 .imgBox) .img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.about-section-3 {
  padding-bottom: 100px;
}@media (min-width: 1100px) {

  .about-section-3 {
    padding-bottom: 150px;
  }
}.about-section-3 {
    background: linear-gradient(0deg, #F2F2F2 0% 43%, #fff 43% 100%);
}.about-section-3 .titEn { /* 80px → 40px */ font-family: Open Sans Variable, sans-serif; font-weight: 800; text-transform: uppercase; line-height: 1; --tw-text-opacity: 1; color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
    }.about-section-3 .titEn:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}.about-section-3 .titEn {
        font-size: clamp(2.5rem, 0.1923rem + 6.4103vw, 5rem);
    }.about-section-3 .titEn .strokeTxt {
  color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #A4063E;
}.about-section-3 .titEn {
  margin-bottom: 15px;
}.about-section-1 .about-section-3 .titEn {
  position: relative;
  z-index: 10;
  margin-bottom: 16px;
}:is(:is(.history-section .topImg) .title) .about-section-3 .titEn {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.history-section .topImg) .title) .about-section-3 .titEn) .strokeTxt {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 62px;
                    -webkit-text-stroke-color: #fff;
}:is(:is(:is(:is(.history-section .topImg) .title) .about-section-3 .titEn) .strokeTxt):before {
  position: absolute;
  left: 0px;
  height: 1px;
  width: 45px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.download-section .about-section-3 .titEn {
  margin-bottom: 15px;
}.donor-section .about-section-3 .titEn {
  margin-bottom: 15px;
}.about-section-3 .TBox {
  padding-bottom: 50px;
  text-align: center;
}@media (min-width: 1200px) {

  .about-section-3 .TBox {
    padding-bottom: 100px;
  }
}.about-section-3 .CBox {
  display: flex;
  gap: 10px;
}@media not all and (min-width: 1100px) {

  .about-section-3 .CBox {
    flex-wrap: wrap;
  }
}@media (min-width: 768px) {

  .about-section-3 .CBox {
    gap: 1vw;
  }
}.about-section-3 .item {
  position: relative;
  display: flex;
  height: 350px;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  transition-duration: 500ms;
}@media (min-width: 768px) {

  .about-section-3 .item {
    width: calc(50% - 1vw);
  }
}@media (min-width: 1100px) {

  .about-section-3 .item {
    height: 500px;
    width: calc((45% - 1vw * 3) / 3);
  }
}@media (min-width: 1300px) {

  .about-section-3 .item {
    height: 600px;
  }
}:is(.about-section-3 .item) .imgBox {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(:is(.about-section-3 .item) .imgBox) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(.about-section-3 .item) .mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition-duration: 700ms;
}:is(.about-section-3 .item) .txtBox {
  position: absolute;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}@media (min-width: 576px) {

  :is(.about-section-3 .item) .txtBox {
    padding-left: 25px;
    padding-right: 25px;
  }
}@media (min-width: 1200px) {

  :is(.about-section-3 .item) .txtBox {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}:is(:is(.about-section-3 .item) .txtBox)  > div {
  display: flex;
}:is(:is(.about-section-3 .item) .txtBox) .info {
                transition-delay: .5s; 
            }:is(:is(:is(.about-section-3 .item) .txtBox) .info) pBase {
  transition-duration: 500ms;
}:is(:is(.about-section-3 .item) .txtBox) .icon {
  position: relative;
  flex-shrink: 0;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.about-section-3 .item):not(.active) {
  align-items: center;
}:is(:is(.about-section-3 .item):not(.active) .txtBox) .close {
  width: 100%;
  flex-direction: column;
  text-align: center;
  opacity: 1;
}:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 540px;
}:is(:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info) .h3 {
  font-size: 20px;
}@media (min-width: 1100px) {

  :is(:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info) .h3 {
    width: 100px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info) .h3 {
    width: 130px;
  }
}:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}:is(:is(.about-section-3 .item):not(.active) .txtBox) .open {
  height: 0px;
  opacity: 0;
}.active:is(.about-section-3 .item) {
  max-width: 800px;
  align-items: flex-end;
}@media (min-width: 1100px) {

  .active:is(.about-section-3 .item) {
    width: 60%;
  }
}.active:is(.about-section-3 .item) .mask {
  opacity: 0.5;
}@media (min-width: 1100px) {

  .active:is(.about-section-3 .item) .mask {
    opacity: 0;
  }
}.active:is(.about-section-3 .item) .txtBox {
  opacity: 1;
}:is(.active:is(.about-section-3 .item) .txtBox) .open {
  gap: 13px;
}@media not all and (min-width: 1100px) {

  :is(.active:is(.about-section-3 .item) .txtBox) .open {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 540px;
}:is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .h3 {
  padding-bottom: 5px;
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .pBase {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .pBase {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .pBase {
    width: 540px;
  }
}:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .icon {
  margin: 15px;
  width: 70px;
  height: 70px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .icon:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 1100px) {

  :is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .icon {
    width: 90px;
    height: 90px;
  }
}:is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .icon):before {
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 9999px;
  border-width: 2px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .icon):before {
    width: 120px;
    height: 120px;
  }
}:is(.active:is(.about-section-3 .item) .txtBox) .close {
  opacity: 0;
}:is(.about-section-3 .item):nth-child(1) .mask {                
                background: linear-gradient(180deg, rgba(0, 119, 113, 0.00) 0%, rgba(0, 119, 113, 0.70) 100%), linear-gradient(0deg, rgba(0, 119, 113, 0.70) 0%, rgba(0, 119, 113, 0.70) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 38.03%, rgba(0, 0, 0, 0.01) 100%);
            }:is(.about-section-3 .item):nth-child(2) .mask {                                
                background: linear-gradient(180deg, rgba(164, 6, 62, 0.00) 0%, rgba(164, 6, 62, 0.50) 100%), linear-gradient(0deg, rgba(164, 6, 62, 0.70) 0%, rgba(164, 6, 62, 0.70) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 38.03%, rgba(0, 0, 0, 0.01) 100%);
            }:is(.about-section-3 .item):nth-child(3) .mask {                                
                background: linear-gradient(180deg, rgba(40, 117, 175, 0.00) 38.03%, rgba(40, 117, 175, 0.60) 100%), linear-gradient(0deg, rgba(34, 110, 168, 0.70) 0%, rgba(34, 110, 168, 0.70) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 38.03%, rgba(0, 0, 0, 0.01) 100%);
            }:is(.about-section-3 .item):nth-child(4) .mask {                                
                background: linear-gradient(180deg, rgba(166, 125, 33, 0.00) 0%, rgba(166, 125, 33, 0.60) 100%), linear-gradient(0deg, rgba(166, 125, 33, 0.70) 0%, rgba(166, 125, 33, 0.70) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.01) 100%);
            }.history-section .topImg {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}:is(.history-section .topImg) .img {
  height: 200px;
  width: 100%;
}@media (min-width: 576px) {

  :is(.history-section .topImg) .img {
    height: 300px;
  }
}@media (min-width: 1200px) {

  :is(.history-section .topImg) .img {
    height: 400px;
  }
}:is(:is(.history-section .topImg) .img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(.history-section .topImg) .title {
  position: absolute;
  right: 6.5%;
  bottom: 30px;
  z-index: 10;
}@media (min-width: 576px) {

  :is(.history-section .topImg) .title {
    bottom: 45px;
  }
}:is(:is(.history-section .topImg) .title) .en-h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.history-section .topImg) .title) .en-h1) .strokeTxt {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 62px;
                    -webkit-text-stroke-color: #fff;
}:is(:is(:is(:is(.history-section .topImg) .title) .en-h1) .strokeTxt):before {
  position: absolute;
  left: 0px;
  height: 1px;
  width: 45px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.timeline {
    --yearW: 80px;
    --border: 10px;
}@media ((min-width: 768px)) {.timeline {
        --yearW: 130px;
        --border: 17px;
}
    }.timeline {
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  width: 100%;
  max-width: 1319px;
  padding-bottom: 80px;
}@media (min-width: 768px) {

  .timeline {
    padding-bottom: 107px;
  }
}.timeline .year-block {
  position: relative;
  margin-top: 16px;
}:is(.timeline .year-block)::before {
  position: absolute;
  top: var(--yearW);
  left: calc(var(--yearW) / 2);
  z-index: -10;
  height: calc(100% - var(--yearW));
  width: 1px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 768px) {

  :is(.timeline .year-block)::before {
    left: 50%;
  }
}:is(.timeline .year-block) .year { /* 24px */ font-family: Open Sans Variable, sans-serif; font-size: 24px; font-weight: 700; text-transform: uppercase; line-height: 1; --tw-text-opacity: 1; color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity)); letter-spacing: calc(1em * 0.03);
    }:is(.timeline .year-block) .year:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}:is(.timeline .year-block) .year {
  position: relative;
  display: flex;
  width: var(--yearW);
  height: var(--yearW);
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media not all and (min-width: 768px) {

  :is(.timeline .year-block) .year {
    font-size: 18px;
  }
}@media (min-width: 768px) {

  :is(.timeline .year-block) .year {
    margin-left: auto;
    margin-right: auto;
  }
}:is(:is(.timeline .year-block) .year):after {
  position: absolute;
  z-index: -10;
  display: block;
  width: calc(var(--yearW) - var(--border));
  height: calc(var(--yearW) - var(--border));
  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(.timeline .year-block) .year):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.timeline .year-block) .year):before {
  position: absolute;
  z-index: -10;
  display: block;
  width: calc(var(--yearW) + var(--border));
  height: calc(var(--yearW) + var(--border));
  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(.timeline .year-block) .year):is(.formBottom .btn):before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.timeline .year-block) .year):before {
                animation: Opacity 1.5s ease-in-out infinite;
            }.timeline .event {
  position: relative;
}@media not all and (min-width: 768px) {

  .timeline .event {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}@media (min-width: 768px) {

  .timeline .event {
    padding-bottom: 10px;
  }
}:is(.timeline .event) .dot {
  position: absolute;
  left: calc(var(--yearW) / 2);
  top: 50%;
  width: 14px;
  height: 14px;
  --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;
  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: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}@media (min-width: 768px) {

  :is(.timeline .event) .dot {
    left: 50%;
    width: 18px;
    height: 18px;
  }
}:is(:is(.timeline .event) .dot):before {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 9999px;
  --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(.timeline .event) .dot):is(.formBottom .btn):before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.timeline .event)::after {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 130px;
  --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-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}@media (min-width: 768px) {

  :is(.timeline .event):nth-child(odd) {
    text-align: right;
  }
}@media not all and (min-width: 768px) {

  :is(.timeline .event):nth-child(odd)::after {
    left: calc(var(--yearW) / 2 + 10px);
  }
}@media (min-width: 768px) {

  :is(.timeline .event):nth-child(odd)::after {
    right: calc(50% + 12px);
  }
}@media not all and (min-width: 768px) {

  :is(.timeline .event):nth-child(odd) .event-content {
    margin-right: 0px;
    margin-left: auto;
  }
}:is(.timeline .event):nth-child(even)::after {
  left: calc(var(--yearW) / 2 + 10px);
}@media (min-width: 768px) {

  :is(.timeline .event):nth-child(even)::after {
    left: calc(50% + 12px);
  }
}:is(.timeline .event):nth-child(even) .event-content {
  margin-right: 0px;
  margin-left: auto;
}.hasImg:is(.timeline .event) .dot,.hasImg:is(.timeline .event)::after {
  top: 23vw;
}@media (min-width: 768px) {

  .hasImg:is(.timeline .event) .dot,.hasImg:is(.timeline .event)::after {
    top: 11vw;
  }
}@media (min-width: 1400px) {

  .hasImg:is(.timeline .event) .dot,.hasImg:is(.timeline .event)::after {
    top: calc(330px / 2);
  }
}@media (min-width: 992px) {

  .hasImg:is(.timeline .event):not(:first-child) {
    margin-top: -140px;
  }
}.hover:is(.timeline .event) .dot {
  width: 25px;
  height: 25px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity));
}:is(.hover:is(.timeline .event) .dot):before {
  width: 10px;
  height: 10px;
}:is(:is(.hover:is(.timeline .event) .event-content) .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));
}.timeline .event-content {
  position: relative;
  z-index: 10;
  display: flex;
  width: 80%;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
}@media not all and (min-width: 768px) {

  .timeline .event-content {
    padding-right: 0px;
  }
}@media (min-width: 768px) {

  .timeline .event-content {
    min-height: 140px;
    width: 39%;
    max-width: 520px;
  }
}:is(.timeline .event-content) .img {
  margin-bottom: 15px;
  height: 46vw;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}@media (min-width: 768px) {

  :is(.timeline .event-content) .img {
    height: 23vw;
  }
}@media (min-width: 1400px) {

  :is(.timeline .event-content) .img {
    height: 330px;
  }
}:is(:is(.timeline .event-content) .img) img {
  transition-duration: 300ms;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(.timeline .event-content) .info { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul:is(.timeline .event-content) .info li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul:is(.timeline .event-content) .info li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul:is(.timeline .event-content) .info li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-section-2 .index-txtBox) :is(.timeline .event-content) .info {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) :is(.timeline .event-content) .info {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) :is(.timeline .event-content) .info {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.timeline .event-content) .info {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.timeline .event-content) .info {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.timeline .event-content) .info {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) :is(.timeline .event-content) .info {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) :is(.timeline .event-content) .info {
    width: 57%;
  }
}@media not all and (min-width: 576px) {

  :is(.timeline .event-content) .info {
    font-size: 16px;
  }
}:is(:is(.timeline .event-content) .info) .month {
  margin-right: 5px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(.timeline .event-content) .info) .month:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}@keyframes Opacity {
    0% {
    width: calc(var(--yearW) - 20px);
    height: calc(var(--yearW) - 20px);
    opacity: 0.6;
  }

    100% {
    width: calc(var(--yearW) + 10px);
    height: calc(var(--yearW) + 10px);
    opacity: 0;
  }
}.futureVision-section {
  padding-top: 20px;
  padding-bottom: 90px;
}@media (min-width: 992px) {

  .futureVision-section {
    padding-top: 37px;
    padding-bottom: 9%;
  }
}.futureVision-section .txtBox {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-bottom: 50px;
}@media (min-width: 992px) {

  .futureVision-section .txtBox {
    padding-bottom: 100px;
  }
}:is(.futureVision-section .txtBox) .pBase {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) .pBase {
    width: 57%;
  }
}.futureVision-section .bg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
}@media not all and (min-width: 768px) {

  .futureVision-section .bg {
    display: none;
  }
}.futureVision-section .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}:is(.futureVision-section .imgBox) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.orgChart-section {
  position: relative;
  padding-bottom: 100px;
}.orgChart-section .bg {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -10;
  max-width: 50%;
}@media (min-width: 768px) {

  .orgChart-section .bg {
    bottom: 100px;
  }
}.orgChart-section .img {
  margin-top: 32px;
}.download-section {
  margin-bottom: 40px;
  padding-top: 10px;
}@media (min-width: 768px) {

  .download-section {
    margin-bottom: 80px;
    padding-top: 27px;
  }
}.download-section  > div {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}@media (min-width: 992px) {

  .download-section  > div {
    align-items: center;
  }
}.download-section .en-h1 {
  margin-bottom: 15px;
}.download-section .btnBox {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-top: 30px;
}@media (min-width: 576px) {

  .download-section .btnBox {
    padding-top: 50px;
  }
}@media (min-width: 768px) {

  .download-section .btnBox {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}@media (min-width: 1100px) {

  .download-section .btnBox {
    padding-top: 90px;
  }
}:is(.download-section .btnBox) .btn { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);border-radius: 50px;border-width: 1px;--tw-border-opacity: 1;border-color: rgb(var(--m-tertiary-rgb) / var(--tw-border-opacity));padding-top: 10px;padding-bottom: 10px;padding-left: 20px;padding-right: 20px;font-weight: 500;--tw-text-opacity: 1;color: rgb(0 0 0 / var(--tw-text-opacity));display: flex;align-items: center;justify-content: center;
    }@media (min-width: 768px) {

  :is(.download-section .btnBox) .btn {
    height: 58px;
    padding-left: 30px;
    padding-right: 30px;
  }
}.active:is(:is(.download-section .btnBox) .btn) {
  --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));
}.active:is(:is(.download-section .btnBox) .btn):is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.download-section .img {
  width: 47%;
  overflow: hidden;
  border-radius: 10px;
}@media not all and (min-width: 576px) {

  .download-section .img {
    display: none;
  }
}:is(.download-section .img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.download-section .TBox {
  position: relative;
  padding-bottom: 50px;
}@media (min-width: 1100px) {

  .download-section .TBox {
    padding-bottom: 115px;
  }
}.download-list {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
  padding-top: 38px;
  padding-bottom: 60px;
}@media (min-width: 768px) {

  .download-list {
    padding-bottom: 92px;
  }
}.download-list .titBox {
  margin-bottom: 40px;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}@media (min-width: 768px) {

  .download-list .titBox {
    margin-bottom: 60px;
  }
}:is(.download-list .titBox) .tit {
  width: 82%;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: calc(1em * 0.05);
}@media (min-width: 768px) {

  :is(.download-list .titBox) .tit {
    height: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }
}:is(:is(.download-list .titBox) .tit):nth-child(2) {
  width: 18%;
  min-width: 90px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.download-list .listBox {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}@media (min-width: 768px) {

  .download-list .listBox {
    row-gap: 30px;
  }
}:is(.download-list .listBox) .item { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul:is(.download-list .listBox) .item li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul:is(.download-list .listBox) .item li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul:is(.download-list .listBox) .item li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.download-list .listBox) .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 5%;
  transition-duration: 300ms;
}:is(.index-section-2 .index-txtBox) :is(.download-list .listBox) .item {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) :is(.download-list .listBox) .item {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) :is(.download-list .listBox) .item {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.download-list .listBox) .item {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.download-list .listBox) .item {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.download-list .listBox) .item {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) :is(.download-list .listBox) .item {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) :is(.download-list .listBox) .item {
    width: 57%;
  }

  :is(.download-list .listBox) .item {
    padding-left: 30px;
  }
}@media (min-width: 992px) {

  :is(.download-list .listBox) .item {
    padding-right: 6%;
  }
}:is(:is(.download-list .listBox) .item) .txt {
  display: flex;
  width: 82%;
  align-items: center;
}:is(:is(:is(.download-list .listBox) .item) .txt):before {
  margin-right: 10px;
  font-family: icomoon;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  --tw-content: '\e90b';
  content: var(--tw-content);
}:is(:is(:is(.download-list .listBox) .item) .txt):is(.formBottom .btn):before {
  border-width: 1px;
  border-color: currentColor;
}@media (min-width: 768px) {

  :is(:is(:is(.download-list .listBox) .item) .txt):before {
    margin-right: 20px;
  }
}:is(:is(.download-list .listBox) .item) i {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(:is(.download-list .listBox) .item) i:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}@media (min-width: 768px) {

  :is(:is(.download-list .listBox) .item) i {
    width: 60px;
    height: 60px;
    border-width: 2px;
    font-size: 24px;
  }
}:is(:is(.download-list .listBox) .item):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-light-rgb) / var(--tw-bg-opacity));
}:is(:is(.download-list .listBox) .item):hover i {
  --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(.download-list .listBox) .item):hover i:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}/*置頂樣式*/.pinTop-item {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
  max-width: 1155px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}@media not all and (min-width: 992px) {

  .pinTop-item {
    flex-direction: column;
  }
}@media (min-width: 768px) {

  .pinTop-item {
    margin-top: 27px;
    margin-bottom: 70px;
    row-gap: 15px;
  }
}:is(.pinTop-item .imgBox) .img {
  height: 100%;
}:is(.pinTop-item .imgBox):before {
  height: 15px;
}.pinTop-item .txtBox {
  width: 100%;
  -moz-column-gap: 20px;
       column-gap: 20px;
}@media not all and (min-width: 992px) {

  .pinTop-item .txtBox {
    display: flex;
  }
}@media (min-width: 992px) {

  .pinTop-item .txtBox {
    max-width: 450px;
    padding: 35px;
  }
}:is(.pinTop-item .txtBox) .tit {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: clamp(1.5rem, 1.0385rem + 0.9615vw, 2rem);
  line-height: 1.3;
  letter-spacing: calc(1em * 0.02);
}:is(.pinTop-item .txtBox) .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}@media (min-width: 992px) {

  .pinTop-item .press-date {
    margin-bottom: 63px;
    width: 80px;
    height: 80px;
    font-size: 15px;
  }

  :is(.pinTop-item .press-date) .day {
    font-size: 38px;
  }
}/*圖文列表*/.press-list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}@media (min-width: 768px) {

  .press-list {
    row-gap: 30px;
  }
}.press-list .press-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}@media not all and (min-width: 768px) {

  .press-list .press-item {
    flex-direction: column;
  }
}@media (min-width: 768px) {

  :is(:is(.press-list .press-item) .imgBox) .img {
    height: 260px;
  }
}:is(:is(.press-list .press-item) .imgBox):before {
  height: 9px;
}:is(.press-list .press-item) .txtBox {
  position: relative;
  display: flex;
  max-width: 960px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}@media (min-width: 768px) {

  :is(.press-list .press-item) .txtBox {
    padding-right: 70px !important;
  }
}@media (min-width: 1500px) {

  :is(.press-list .press-item) .txtBox {
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-right: 100px !important;
  }
}:is(:is(.press-list .press-item) .txtBox) .info {
  max-width: 660px;
}:is(:is(.press-list .press-item) .txtBox) .tit {
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
  line-height: 1.5;
  transition-duration: 300ms;
  letter-spacing: calc(1em * 0.05);
}@media (min-width: 576px) {

  :is(:is(.press-list .press-item) .txtBox) .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}@media (min-width: 768px) {

  :is(:is(.press-list .press-item) .txtBox) .tit {
    font-size: 20px;
  }
}:is(:is(.press-list .press-item) .txtBox) .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}:is(:is(.press-list .press-item) .txtBox):after {
  position: absolute;
  right: 40px;
  align-self: center;
  font-family: icomoon;
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
  transition-duration: 300ms;
}@media (min-width: 768px) {

  :is(:is(.press-list .press-item) .txtBox):after {
    --tw-content: '\e905';
    content: var(--tw-content);
  }
}@media (min-width: 1500px) {

  :is(:is(.press-list .press-item) .txtBox):after {
    right: 68px;
  }
}:is(:is(.press-list .press-item):hover .txtBox):after {
  right: 30px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(.press-list .press-item):hover .txtBox):is(.formBottom .btn):after {
  border-width: 1px;
  border-color: currentColor;
}@media (min-width: 1500px) {

  :is(:is(.press-list .press-item):hover .txtBox):after {
    right: 48px;
  }
}@media not all and (min-width: 768px) {

  .pinTop-item,
.press-list .press-item {
    overflow: hidden;
    border-radius: 10px;
  }
}:is(.pinTop-item,.press-list .press-item) .imgBox {
  position: relative;
}:is(:is(.pinTop-item,.press-list .press-item) .imgBox) .img {
  overflow: hidden;
}@media (min-width: 768px) {

  :is(:is(.pinTop-item,.press-list .press-item) .imgBox) .img {
    border-radius: 10px;
  }
}:is(:is(:is(.pinTop-item,.press-list .press-item) .imgBox) .img) img {
  --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));
  transition-duration: 500ms;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(:is(.pinTop-item,.press-list .press-item) .imgBox):before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-blur: blur(24px);
  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);
  --tw-content: '';
  content: var(--tw-content);
}:is(.pinTop-item,.press-list .press-item) .txtBox {
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 20px;
  transition-duration: 300ms;
}@media not all and (min-width: 768px) {

  :is(.pinTop-item,.press-list .press-item) .txtBox {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}@media (min-width: 576px) {

  :is(.pinTop-item,.press-list .press-item) .txtBox {
    padding: 30px;
  }
}:is(.pinTop-item,.press-list .press-item) .tit {
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.4;
  transition-duration: 300ms;
  letter-spacing: calc(1em * 0.05);
}@media not all and (min-width: 576px) {

  :is(.pinTop-item,.press-list .press-item) .tit {
    min-height: 2.8em;
  }
}:is(.pinTop-item,.press-list .press-item) .tit {
        font-size: clamp(1.125rem, 0.7788rem + 0.9615vw, 1.5rem);
    }:is(.pinTop-item,.press-list .press-item) .txt { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul:is(.pinTop-item,.press-list .press-item) .txt li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul:is(.pinTop-item,.press-list .press-item) .txt li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul:is(.pinTop-item,.press-list .press-item) .txt li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.pinTop-item,.press-list .press-item) .txt {
  color: var(--m-body-color);
}:is(.index-section-2 .index-txtBox) :is(.pinTop-item,.press-list .press-item) .txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) :is(.pinTop-item,.press-list .press-item) .txt {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) :is(.pinTop-item,.press-list .press-item) .txt {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.pinTop-item,.press-list .press-item) .txt {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.pinTop-item,.press-list .press-item) .txt {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.pinTop-item,.press-list .press-item) .txt {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) :is(.pinTop-item,.press-list .press-item) .txt {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) :is(.pinTop-item,.press-list .press-item) .txt {
    width: 57%;
  }
}@media not all and (min-width: 576px) {

  :is(.pinTop-item,.press-list .press-item) .txt {
    margin-left: -90px;
  }
}:is(:is(.pinTop-item,.press-list .press-item):hover .imgBox) img {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  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(.pinTop-item,.press-list .press-item):hover .txtBox {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity));
}:is(.pinTop-item,.press-list .press-item):hover .press-date {
  --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(.pinTop-item,.press-list .press-item):hover .press-date:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.pinTop-item,.press-list .press-item):hover .press-tag {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(.pinTop-item,.press-list .press-item):hover .press-tag:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}@media not all and (min-width: 576px) {

  :is(.pinTop-item,.press-list .press-item) .press-date {
    margin-top: 5px;
  }
}.press-tag {
  font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
  transition-duration: 300ms;
  letter-spacing: calc(1em * 0.05);
}.press-date {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  flex-direction: column;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
  font-family: Open Sans Variable, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}.press-date:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}.press-date .day {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 32px;
  font-weight: 700;
}.newDetail {
  position: relative;
}.newDetail .detail-title {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
}@media (min-width: 768px) {

  .newDetail .detail-title {
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-top: 60px;
    padding-bottom: 54px;
  }
}:is(.newDetail .detail-title) .press-date {
  margin-top: 3px;
  margin-bottom: 3px;
  width: 60px;
  height: 60px;
  --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(.newDetail .detail-title) .press-date:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  :is(.newDetail .detail-title) .press-date {
    width: 80px;
    height: 80px;
  }
}:is(.newDetail .detail-title) .press-tag {
  margin-bottom: 7px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(.newDetail .detail-title) .press-tag:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}.newDetail .bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
}.new-detail {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 70px;
}@media (min-width: 576px) {

  .new-detail {
    padding-top: 72px;
  }
}.new-detail .mainBox {
        --pageW:1000px;
        --sidePadding: 35px;        
    }.new-detail .edidor {
  padding-bottom: 50px;
}@media (min-width: 768px) {

  .new-detail .edidor {
    padding-bottom: 87px;
  }
}:is(.new-detail .edidor) h1 {
  padding-bottom: 1.15em;
}:is(.new-detail .edidor) h2 {
  padding-bottom: 20px;
}:is(.new-detail .edidor) p {
  padding-bottom: 1.66em;
}:is(.new-detail .edidor) .imgTxt {
  text-align: center;
}.detail-share {
  position: fixed;
  top: 270px;
  left: 50%;
  width: 100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 20px;
  opacity: 1;
  transition-duration: 300ms;
}@media not all and (min-width: 1400px) {

  .detail-share {
    display: none;
  }
}.detail-share .mainBox {
        --pageW: 1400px;
        --sidePadding: 0px;
        display: flex;
    }@media (min-width: 1700px) {

  .detail-share .mainBox {
    justify-content: flex-end;
  }
}.detail-share .shareBox {
  flex-direction: column;
}@media not all and (min-width: 1400px) {

  .detail-share .shareBox {
    --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));
  }
}:is(.detail-share .shareBox) .share {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}:is(.detail-share .shareBox) .icon {
  flex-direction: column;
}.detail-share.is-hidden {
  pointer-events: none;
  opacity: 0;
}/* 搜尋結果 */.keywordSearchResult {
  margin-bottom: 40px;
  margin-top: 10px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
  padding: 20px;
  text-align: center;
  font-size: clamp(1.5rem, 1.0385rem + 0.9615vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: calc(1em * 0.05);
}@media (min-width: 768px) {

  .keywordSearchResult {
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 30px;
  }
}.search-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}@media (min-width: 768px) {

  .search-list {
    row-gap: 25px;
  }
}.search-list .search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
}@media not all and (min-width: 768px) {

  .search-list .search-item {
    flex-direction: column;
  }
}:is(.search-list .search-item) .txtBox {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 20px;
  transition-duration: 300ms;
}@media (min-width: 576px) {

  :is(.search-list .search-item) .txtBox {
    padding: 30px;
  }
}@media (min-width: 768px) {

  :is(.search-list .search-item) .txtBox {
    padding-right: 70px;
  }
}@media (min-width: 1500px) {

  :is(.search-list .search-item) .txtBox {
    padding-right: 140px;
  }
}:is(:is(.search-list .search-item) .txtBox) .tit {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 500;
  line-height: 1.4;
  transition-duration: 300ms;
  letter-spacing: calc(1em * 0.05);
                font-size: clamp(1.125rem, 0.7788rem + 0.9615vw, 1.5rem);
}:is(:is(.search-list .search-item) .txtBox) .txt { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul:is(:is(.search-list .search-item) .txtBox) .txt li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul:is(:is(.search-list .search-item) .txtBox) .txt li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul:is(:is(.search-list .search-item) .txtBox) .txt li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.search-list .search-item) .txtBox) .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--m-body-color);
}:is(.index-section-2 .index-txtBox) :is(:is(.search-list .search-item) .txtBox) .txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) :is(:is(.search-list .search-item) .txtBox) .txt {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) :is(:is(.search-list .search-item) .txtBox) .txt {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(:is(.search-list .search-item) .txtBox) .txt {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(:is(.search-list .search-item) .txtBox) .txt {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(:is(.search-list .search-item) .txtBox) .txt {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) :is(:is(.search-list .search-item) .txtBox) .txt {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) :is(:is(.search-list .search-item) .txtBox) .txt {
    width: 57%;
  }
}:is(:is(.search-list .search-item) .txtBox):after {
  position: absolute;
  right: 40px;
  align-self: center;
  font-family: icomoon;
  font-size: 20px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
  transition-duration: 300ms;
}@media (min-width: 768px) {

  :is(:is(.search-list .search-item) .txtBox):after {
    --tw-content: '\e905';
    content: var(--tw-content);
  }
}@media (min-width: 1500px) {

  :is(:is(.search-list .search-item) .txtBox):after {
    right: 63px;
  }
}:is(.search-list .search-item):hover .txtBox {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity));
}:is(:is(.search-list .search-item):hover .txtBox):after {
  right: 30px;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(.search-list .search-item):hover .txtBox):is(.formBottom .btn):after {
  border-width: 1px;
  border-color: currentColor;
}@media (min-width: 1500px) {

  :is(:is(.search-list .search-item):hover .txtBox):after {
    right: 52px;
  }
}.donate-section {
  padding-bottom: 100px;
}@media (min-width: 576px) {

  .donate-section {
    padding-top: 27px;
  }
}@media (min-width: 1100px) {

  .donate-section {
    padding-bottom: 187px;
  }
}.donate-section {
    --iconW: 100px;
}@media ((min-width: 1100px)) {.donate-section {
        --iconW: 160px;
}
    }.donate-section .item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}@media not all and (min-width: 576px) {

  .donate-section .item {
    flex-direction: column;
  }
}@media (min-width: 576px) {

  .donate-section .item {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}:is(.donate-section .item)  > .icon {
  position: relative;
  margin-top: 37px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
}:is(:is(.donate-section .item) > .icon) img {
  width: var(--iconW);
  height: var(--iconW);
}:is(:is(.donate-section .item) > .icon):after {
  position: absolute;
  bottom: 0px;
  display: block;
  height: calc(100% - var(--iconW) - 24px);
  width: 1px;
  border-right-width: 2px;
  border-style: dashed;
  border-color: rgb(var(--m-primary-rgb) / 0.5);
  --tw-content: '';
  content: var(--tw-content);
}:is(.donate-section .item) .txtBox {
  width: 100%;
  max-width: 1170px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-border-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
}@media not all and (min-width: 576px) {

  :is(.donate-section .item) .txtBox {
    padding-top: 20px;
  }
}@media (min-width: 576px) {

  :is(.donate-section .item) .txtBox {
    width: calc(100% - var(--iconW));
  }
}@media (min-width: 768px) {

  :is(.donate-section .item) .txtBox {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}:is(.donate-section .item) .tit { /* 28px → 22px */ font-weight: 700; line-height: 1.3;
    }@media (min-width: 576px) {
    :is(.donate-section .item) .tit {
    letter-spacing: calc(1em * 0.05);
  }
}:is(.donate-section .item) .tit {
        font-size: clamp(1.375rem, 0.7083rem + 1.3889vw, 1.75rem);
        margin-bottom: 20px;
        --tw-text-opacity: 1;
        color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
    }:is(.donate-section .item) .tit:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}:is(:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info) :is(.donate-section .item) .tit {
  font-size: 20px;
}@media (min-width: 1100px) {

  :is(:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info) :is(.donate-section .item) .tit {
    width: 100px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(:is(.about-section-3 .item):not(.active) .txtBox) .close) .info) :is(.donate-section .item) .tit {
    width: 130px;
  }
}:is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.donate-section .item) .tit {
  padding-bottom: 5px;
}@media not all and (min-width: 576px) {

  :is(.donate-section .item) .tit {
    text-align: center;
  }
}:is(.donate-section .item) .txt { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul:is(.donate-section .item) .txt li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul:is(.donate-section .item) .txt li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul:is(.donate-section .item) .txt li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-section-2 .index-txtBox) :is(.donate-section .item) .txt {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) :is(.donate-section .item) .txt {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) :is(.donate-section .item) .txt {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.donate-section .item) .txt {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.donate-section .item) .txt {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(.donate-section .item) .txt {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) :is(.donate-section .item) .txt {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) :is(.donate-section .item) .txt {
    width: 57%;
  }
}@media (min-width: 576px) {

  :is(.donate-section .item):nth-child(1) .icon {
    margin-top: 0px;
  }
}:is(.donate-section .item):nth-child(1) .txtBox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 768px) {

  :is(.donate-section .item):nth-child(1) .txtBox {
    flex-direction: column;
  }
}@media (min-width: 576px) {

  :is(.donate-section .item):nth-child(1) .txtBox {
    padding-top: 0px;
  }
}:is(:is(.donate-section .item):nth-child(1) .txtBox) .box {
  width: 100%;
}@media (min-width: 768px) {

  :is(:is(.donate-section .item):nth-child(1) .txtBox) .box {
    width: 60%;
    max-width: 672px;
  }
}:is(:is(.donate-section .item):nth-child(1) .txtBox) .img {
  width: 100%;
  max-width: 430px;
  overflow: hidden;
  border-radius: 10px;
}@media (min-width: 768px) {

  :is(:is(.donate-section .item):nth-child(1) .txtBox) .img {
    width: 40%;
  }
}:is(:is(:is(.donate-section .item):nth-child(1) .txtBox) .img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}:is(:is(.donate-section .item):nth-child(2) .icon):after {
  border-color: rgb(var(--m-secondary-rgb) / 0.5);
}:is(.donate-section .item):nth-child(2) .box {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}@media not all and (min-width: 768px) {

  :is(.donate-section .item):nth-child(2) .box {
    flex-wrap: wrap;
    justify-content: center;
  }
}@media (min-width: 768px) {

  :is(.donate-section .item):nth-child(2) .box {
    gap: 20px;
  }
}@media (min-width: 1200px) {

  :is(.donate-section .item):nth-child(2) .box {
    padding-left: 46px;
    padding-right: 46px;
  }
}:is(:is(.donate-section .item):nth-child(2) .box) .btn { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul:is(:is(.donate-section .item):nth-child(2) .box) .btn li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul:is(:is(.donate-section .item):nth-child(2) .box) .btn li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul:is(:is(.donate-section .item):nth-child(2) .box) .btn li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.donate-section .item):nth-child(2) .box) .btn {
  height: 50px;
  flex-shrink: 0;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 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 .index-txtBox) :is(:is(.donate-section .item):nth-child(2) .box) .btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) :is(:is(.donate-section .item):nth-child(2) .box) .btn {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) :is(:is(.donate-section .item):nth-child(2) .box) .btn {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(:is(.donate-section .item):nth-child(2) .box) .btn {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(:is(.donate-section .item):nth-child(2) .box) .btn {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) :is(:is(.donate-section .item):nth-child(2) .box) .btn {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) :is(:is(.donate-section .item):nth-child(2) .box) .btn {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) :is(:is(.donate-section .item):nth-child(2) .box) .btn {
    width: 57%;
  }

  :is(:is(.donate-section .item):nth-child(2) .box) .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}:is(.donate-section .item):nth-child(2) ul {
  line-height: 2;
  letter-spacing: 0em;
}:is(:is(.donate-section .item):nth-child(2) ul) li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-weight: 500;
}:is(:is(:is(.donate-section .item):nth-child(2) ul) li):before {
  position: absolute;
  left: 0px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}:is(.donate-section .item):nth-child(3) .link {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}:is(:is(.donate-section .item):nth-child(3) .link) a {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}:is(:is(:is(.donate-section .item):nth-child(3) .link) a):hover .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(:is(:is(.donate-section .item):nth-child(3) .link) a):hover .icon:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.donate-section .item):nth-child(3) .link) a):hover .txt {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(:is(.donate-section .item):nth-child(3) .link) a):hover .txt:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}:is(:is(.donate-section .item):nth-child(3) .link) .icon {
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(:is(.donate-section .item):nth-child(3) .link) .txt {
  font-family: Open Sans Variable, sans-serif;
  font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-rgb) / var(--tw-text-opacity));
  transition-duration: 300ms;
}.request-section {
  padding-top: 20px;
  padding-bottom: 90px;
}@media (min-width: 992px) {

  .request-section {
    padding-top: 37px;
    padding-bottom: 7.5%;
  }
}.request-section  > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}@media not all and (min-width: 992px) {

  .request-section  > div {
    flex-direction: column;
  }
}@media (min-width: 992px) {

  .request-section .txtBox {
    width: 60%;
    max-width: 733px;
  }
}@media (min-width: 1400px) {

  .request-section .txtBox {
    padding-bottom: 40px;
  }
}.request-section .img {
  overflow: hidden;
  border-radius: 10px;
}.request-section .info {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}:is(.request-section .info) .item {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}:is(:is(.request-section .info) .item):hover .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
}:is(:is(.request-section .info) .item):hover .icon:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(.request-section .info) .item):hover .txt {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(.request-section .info) .item):hover .txt:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}:is(.request-section .info) .icon {
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
  transition-duration: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}:is(.request-section .info) .txt {
  font-family: Open Sans Variable, sans-serif;
  font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem);
  font-weight: 700;
  line-height: 1.8;
  --tw-text-opacity: 1;
  color: rgb(var(--m-secondary-rgb) / var(--tw-text-opacity));
  transition-duration: 300ms;
}.donor-section {
  margin-bottom: 30px;
  padding-top: 10px;
}@media (min-width: 576px) {

  .donor-section {
    margin-bottom: 50px;
    padding-top: 27px;
  }
}@media (min-width: 992px) {

  .donor-section {
    margin-bottom: -50px;
  }
}.donor-section  > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}.donor-section .title {
  position: relative;
}@media (min-width: 992px) {

  .donor-section .title {
    padding-bottom: 60px;
    padding-left: 60px;
  }
}:is(.donor-section .title) .before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 6%;
}@media (min-width: 992px) {

  :is(.donor-section .title) .before {
    top: -40px;
    left: 20px;
  }
}:is(.donor-section .title) .after {
  position: absolute;
  bottom: 0px;
  right: -50%;
  width: 80%;
}@media (min-width: 992px) {

  :is(.donor-section .title) .after {
    bottom: 35px;
  }
}.donor-section .en-h1 {
  margin-bottom: 15px;
}.donor-section .img {
  overflow: hidden;
  border-radius: 10px;
}@media not all and (min-width: 576px) {

  .donor-section .img {
    display: none;
  }
}.donor-list {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 60px;
}@media (min-width: 768px) {

  .donor-list {
    padding-bottom: 125px;
  }
}@media (min-width: 992px) {

  .donor-list {
    padding-top: 120px;
  }
}.donor-list .titBox {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}:is(.donor-list .titBox) .tit {
  width: 20%;
  min-width: 100px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: calc(1em * 0.05);
}@media (min-width: 768px) {

  :is(.donor-list .titBox) .tit {
    height: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }
}:is(:is(.donor-list .titBox) .tit):nth-child(1) {
  width: 40%;
  min-width: 200px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}.donor-list table {
  width: 100%;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.10);
}:is(:is(.donor-list table) tbody) tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-rgb) / var(--tw-border-opacity));
  transition-duration: 300ms;
}:is(:is(:is(.donor-list table) tbody) tr) td {
  height: 50px;
  width: 20%;
  min-width: 105px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: Open Sans Variable, sans-serif;
  font-size: 16px;
  transition-duration: 300ms;
}@media (min-width: 768px) {

  :is(:is(:is(.donor-list table) tbody) tr) td {
    height: 100px;
    font-size: 20px;
  }
}:is(:is(:is(:is(.donor-list table) tbody) tr) td):nth-child(1) {
  width: 40%;
  min-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  font-weight: 500;
}@media (min-width: 768px) {

  :is(:is(:is(:is(.donor-list table) tbody) tr) td):nth-child(1) {
    padding-left: 40px;
    padding-right: 40px;
  }
}:is(:is(:is(:is(.donor-list table) tbody) tr) td) .txt {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}:is(:is(:is(:is(:is(.donor-list table) tbody) tr) td) .txt):before {
  margin-right: 10px;
  font-family: icomoon;
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
  --tw-content: '\e90b';
  content: var(--tw-content);
}:is(:is(:is(:is(:is(.donor-list table) tbody) tr) td) .txt):is(.formBottom .btn):before {
  border-width: 1px;
  border-color: currentColor;
}@media (min-width: 768px) {

  :is(:is(:is(:is(:is(.donor-list table) tbody) tr) td) .txt):before {
    margin-right: 20px;
  }
}:is(:is(:is(.donor-list table) tbody) tr):hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-primary-rgb) / var(--tw-border-opacity));
}:is(:is(:is(.donor-list table) tbody) tr):hover td {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-light-rgb) / var(--tw-bg-opacity));
}.page-inner.medical {
  padding-top: 0px;
  padding-bottom: 0px;
}.medical-all .item {
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
}@media (min-width: 768px) {

  .medical-all .item {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}:is(.medical-all .item) .bg {
  position: absolute;
}:is(.medical-all .item) .mainBox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}@media not all and (min-width: 768px) {

  :is(.medical-all .item) .mainBox {
    flex-direction: column;
  }
}@media (hover: none) {
                    :is(:is(:is(.medical-all .item) .mainBox) .tit):after {
    width: 100px;
  }
            }@media (hover: hover) {
                        :is(:is(:is(.medical-all .item) .mainBox):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(:is(.medical-all .item) .mainBox):hover .tit):before {
    width: 0px;
  }
                        :is(:is(:is(.medical-all .item) .mainBox):hover .tit):after {
    width: 100px;
  }
            }:is(.medical-all .item):nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
}:is(.medical-all .item):nth-child(odd) .bg {
  right: 0px;
  bottom: 0px;
}:is(.medical-all .item):nth-child(even) .bg {
  left: 0px;
  bottom: 0px;
}@media (min-width: 768px) {

  :is(.medical-all .item):nth-child(even) .img {
    order: 2;
  }

  :is(.medical-all .item):nth-child(even) .txtBox {
    order: 1;
  }
}:is(.medical-all .item) .img {
  overflow: hidden;
  border-radius: 10px;
            filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.25));
}:is(:is(.medical-all .item) .img) img {
  transition-duration: 300ms;
}:is(.medical-all .item) .txtBox {
  margin-left: auto;
  margin-right: auto;
}@media (min-width: 768px) {

  :is(.medical-all .item) .txtBox {
    max-width: 500px;
  }
}:is(.medical-all .item) .tit {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: calc(1em * 0.05);
            font-size: clamp(1.25rem, 0.3269rem + 2.5641vw, 2.25rem);  /* 36px → 20px */
}:is(:is(.medical-all .item) .tit):before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-bg-opacity));
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}:is(:is(.medical-all .item) .tit):after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 1px;
  width: 1px;
  --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(.medical-all .item) .tit):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.medical-all .item) .txt {
  font-size: clamp(1.125rem, 0.9878rem + 0.3872vw, 1.375rem);
  line-height: 1.6;
}.medicalDetail {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
}.medicalDetail .topBox {
  display: flex;
  padding-top: 50px;
}@media not all and (min-width: 992px) {

  .medicalDetail .topBox {
    flex-direction: column;
  }
}@media (min-width: 992px) {

  .medicalDetail .topBox {
    -moz-column-gap: 8vw;
         column-gap: 8vw;
    padding-top: 95px;
  }
}:is(.medicalDetail .topBox) .page-breadcrumb {
  width: auto;
}:is(:is(.medicalDetail .topBox) .page-breadcrumb) .breadcrumb-nav {
  padding-top: 0px;
}.medicalDetail .detail-title {
  display: flex;
  gap: 16px;
  padding-bottom: 40px;
}@media not all and (min-width: 992px) {

  .medicalDetail .detail-title {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }
}@media (min-width: 992px) {

  .medicalDetail .detail-title {
    width: 66.666667%;
    max-width: 900px;
    padding-bottom: 56px;
  }
}:is(.medicalDetail .detail-title) .icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  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(.medicalDetail .detail-title) .icon:is(.formBottom .btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 992px) {

  :is(.medicalDetail .detail-title) .icon {
    width: 80px;
    height: 80px;
  }
}:is(.medicalDetail .detail-title) .press-tag {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  line-height: 1;
}@media not all and (min-width: 992px) {

  :is(.medicalDetail .detail-title) .press-tag {
    justify-content: center;
  }
}:is(.medicalDetail .detail-title) .date {
  position: relative;
  margin-left: 14px;
  padding-left: 14px;
  font-family: Open Sans Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}:is(:is(.medicalDetail .detail-title) .date):before {
  position: absolute;
  left: 0px;
  height: 15px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}:is(.medicalDetail .detail-title) h1 {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: calc(1em * 0.05);
}@media not all and (min-width: 992px) {

  :is(.medicalDetail .detail-title) h1 {
    text-align: center;
  }
}:is(.medicalDetail .detail-title) h1 {
            //font-size: clamp(2rem, 1.7377rem + 0.5464vw, 2.25rem); /* 36px → 32px */
            font-size: clamp(1.75rem, 1.2885rem + 1.2821vw, 2.25rem); /* 36px → 28px */
        }.medical-detail {
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}@media (min-width: 1500px) {

  .medical-detail {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}.medical-detail .Lbox {
  position: sticky;
  top: var(--headerH);
  margin-top: -36px;
  width: 33.333333%;
  max-width: 620px;
  border-top-right-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 30px;
  padding-right: 30px;
}@media not all and (min-width: 992px) {

  .medical-detail .Lbox {
    display: none;
  }
}@media (min-width: 1200px) {

  .medical-detail .Lbox {
    padding-left: 60px;
    padding-right: 60px;
  }
}.medical-detail .Lbox {
        box-shadow: 0 30px 35px 0 rgba(0, 0, 0, 0.25);
    }.medical-detail .readOther {
  position: sticky;
  top: calc(var(--headerH) + 30px);
  margin-right: 0px;
  margin-left: auto;
  max-width: 300px;
}:is(.medical-detail .readOther) .title {
  position: relative;
  margin-bottom: 26px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 39px;
  padding-right: 39px;
  padding-top: 20px;
  padding-bottom: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}:is(:is(.medical-detail .readOther) .title):before {
  position: absolute;
  left: 10px;
  top: 23px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 9999px;
  border-width: 4px;
  --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);
}:is(:is(.medical-detail .readOther) .list) a {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-border-opacity));
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 10px;
  padding-left: 25px;
}:is(:is(:is(.medical-detail .readOther) .list) a) .date {
  position: relative;
  margin-bottom: 5px;
  font-family: Open Sans Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(var(--m-tertiary-emphasis-rgb) / var(--tw-text-opacity));
}:is(:is(:is(:is(.medical-detail .readOther) .list) a) .date):before {
  position: absolute;
  left: -20px;
  top: 6px;
  display: block;
  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(:is(.medical-detail .readOther) .list) a) .date):is(.formBottom .btn):before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(:is(:is(.medical-detail .readOther) .list) a) .tit { /* 內文18 *//* 18px */font-size: clamp(1rem, 0.8846rem + 0.2404vw, 1.125rem);line-height: 1.6;letter-spacing: calc(1em * 0.05);transition-duration: 300ms;
    }:is(:is(:is(.medical-detail .readOther) .list) a):hover .tit {
  --tw-text-opacity: 1;
  color: rgb(var(--m-primary-rgb) / var(--tw-text-opacity));
}:is(:is(:is(.medical-detail .readOther) .list) a):hover .tit:is(.formBottom .btn) {
  border-width: 1px;
  border-color: currentColor;
}.medical-detail .Rbox {
  width: 100%;
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  padding-top: 50px;
  padding-bottom: 50px;
}@media (min-width: 992px) {

  .medical-detail .Rbox {
    width: 66.666667%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 75px;
    padding-bottom: 85px;
  }
}.medical-detail .edidor {
  margin-bottom: 50px;
  max-width: 900px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(var(--m-tertiary-subtle-rgb) / var(--tw-border-opacity));
}:is(.medical-detail .edidor) h2 {
  margin-bottom: 10px;
}:is(.medical-detail .edidor) p {
  margin-bottom: 1.8em;
}.page-inner.contact {
  padding-bottom: 80px;
}@media (min-width: 768px) {

  .page-inner.contact {
    padding-bottom: 115px;
  }
}@media (max-width: 424px) {.page-inner.contact {           
        --sidePadding: 15px;
}
    }.page-inner.contact .bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
}.page-inner.privacy {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-tertiary-light-rgb) / var(--tw-bg-opacity));
  padding-bottom: 55px;
}.page-inner.privacy  > .mainBox {
        --pageW: 1500px;
    }@media (max-width: 575px) {.page-inner.privacy {
        --sidePadding: 20px;
}
    }.privacy-section {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
}@media (min-width: 768px) {

  .privacy-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}.privacy-section .mainBox {
        --pageW: 1290px;
    }.privacy-section hr {
  margin-top: 30px;
  margin-bottom: 30px;
}@media (min-width: 768px) {

  .privacy-section hr {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}:is(.privacy-section .item):not(:last-child) {
  margin-bottom: 40px;
}@media (min-width: 768px) {

  :is(.privacy-section .item):not(:last-child) {
    margin-bottom: 55px;
  }
}.privacy-section .tit {
  position: relative;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  padding-left: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: calc(1em * 0.05);
        font-size: clamp(1.125rem, 0.7788rem + 0.9615vw, 1.5rem); /* 24px → 18px*/
}:is(.privacy-section .tit):before {
  position: absolute;
  left: 0px;
  height: 20px;
  width: 6px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-primary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}:is(.privacy-section .tit):is(.formBottom .btn):before {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.privacy-section p { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul.privacy-section p li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul.privacy-section p li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul.privacy-section p li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.privacy-section p {
  margin-bottom: 15px;
}:is(.index-section-2 .index-txtBox) .privacy-section p {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) .privacy-section p {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) .privacy-section p {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .privacy-section p {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .privacy-section p {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .privacy-section p {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) .privacy-section p {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) .privacy-section p {
    width: 57%;
  }
}@media not all and (min-width: 576px) {

  .privacy-section p {
    font-size: 16px;
  }
}.privacy-section ul { /* 20px → 18px */ font-size: clamp(1.125rem, 0.9028rem + 0.463vw, 1.25rem); line-height: 1.8; letter-spacing: calc(1em * 0.05);        
    }ul.privacy-section ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}:is(ul.privacy-section ul li):after {
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  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(ul.privacy-section ul li):is(.formBottom .btn):after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}:is(.index-section-2 .index-txtBox) .privacy-section ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}@media not all and (min-width: 576px) {

  :is(.index-section-2 .index-txtBox) .privacy-section ul {
    text-align: left;
  }

  :is(.index-section-3 .index-txtBox) .privacy-section ul {
    text-align: left;
  }
}@media (min-width: 1100px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .privacy-section ul {
    width: 380px;
  }
}@media (min-width: 1200px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .privacy-section ul {
    width: 450px;
  }
}@media (min-width: 1400px) {

  :is(:is(:is(.active:is(.about-section-3 .item) .txtBox) .open) .info) .privacy-section ul {
    width: 540px;
  }
}:is(.futureVision-section .txtBox) .privacy-section ul {
  max-width: 818px;
}@media (min-width: 768px) {

  :is(.futureVision-section .txtBox) .privacy-section ul {
    width: 57%;
  }
}@media not all and (min-width: 576px) {

  .privacy-section ul {
    font-size: 16px;
  }
}:is(.privacy-section ul) li {
  position: relative;
  padding-left: 20px;
}:is(:is(.privacy-section ul) li):before {
  position: absolute;
  left: 0px;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--m-secondary-rgb) / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}.privacy-section .LINEBtn {
  margin-top: 15px;
  display: inline-flex;
  height: 60px;
  width: 200px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  border-radius: 35px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 185 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}.privacy-section .LINEBtn: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(.privacy-section .LINEBtn) i {
  font-size: 30px;
}:is(.privacy-section .LINEBtn) span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: calc(1em * 0.05);
}.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}.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\:underline:hover {
  text-decoration-line: underline;
}.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\:underline:hover {
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
    }.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: 0;
}.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: 768px) {

  .max-md\:hidden {
    display: none;
  }
}@media (min-width: 576px) {

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }
}@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;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }
}@media (min-width: 1500px) {

  .\35xl\:pl-\[63px\] {
    padding-left: 63px;
  }
}@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: 50px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg {
        border-bottom-left-radius: 50px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none {
        border-bottom-left-radius: 0;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none {
        border-top-right-radius: 0;
      }

      .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: 60px;
        line-height: 1.2em;
      }

      .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: 10px;
}.\[\&\:\:-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: 0;
}.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}.\[\&\:\:-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;
}
