@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Archivo:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Leckerli+One&display=swap");
@import url("https://db.onlinewebfonts.com/c/e4e4eace45007644da91fca154f9fad5?family=Gen+Jyuu+Gothic+Bold");
@font-face {
  font-family: "Gen Jyuu Gothic Regular";
  src: url("../fonts/Gen Jyuu Gothic Regular.ttf") format("ttf");
  font-display: swap; /* 优化字体加载 */
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans TC", "sans-serif";
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

:focus-visible {
  outline: none;
}
/* ! tailwindcss v3.3.3 | 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder,
textarea::-ms-input-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;
}
*, ::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:  ;
}
::-webkit-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:  ;
}
::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:  ;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-bottom-10{
  bottom: -2.5rem;
}
.-bottom-12{
  bottom: -3rem;
}
.-bottom-14{
  bottom: -3.5rem;
}
.-bottom-16{
  bottom: -4rem;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-bottom-20{
  bottom: -5rem;
}
.-bottom-3{
  bottom: -0.75rem;
}
.-bottom-32{
  bottom: -8rem;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-5{
  bottom: -1.25rem;
}
.-bottom-8{
  bottom: -2rem;
}
.-bottom-9{
  bottom: -2.25rem;
}
.-bottom-\[100px\]{
  bottom: -100px;
}
.-bottom-\[106px\]{
  bottom: -106px;
}
.-bottom-\[10px\]{
  bottom: -10px;
}
.-bottom-\[110px\]{
  bottom: -110px;
}
.-bottom-\[112px\]{
  bottom: -112px;
}
.-bottom-\[114px\]{
  bottom: -114px;
}
.-bottom-\[120px\]{
  bottom: -120px;
}
.-bottom-\[122px\]{
  bottom: -122px;
}
.-bottom-\[124px\]{
  bottom: -124px;
}
.-bottom-\[128px\]{
  bottom: -128px;
}
.-bottom-\[130px\]{
  bottom: -130px;
}
.-bottom-\[132px\]{
  bottom: -132px;
}
.-bottom-\[134px\]{
  bottom: -134px;
}
.-bottom-\[140px\]{
  bottom: -140px;
}
.-bottom-\[144px\]{
  bottom: -144px;
}
.-bottom-\[148px\]{
  bottom: -148px;
}
.-bottom-\[170px\]{
  bottom: -170px;
}
.-bottom-\[180px\]{
  bottom: -180px;
}
.-bottom-\[210px\]{
  bottom: -210px;
}
.-bottom-\[234px\]{
  bottom: -234px;
}
.-bottom-\[24px\]{
  bottom: -24px;
}
.-bottom-\[264px\]{
  bottom: -264px;
}
.-bottom-\[266px\]{
  bottom: -266px;
}
.-bottom-\[268px\]{
  bottom: -268px;
}
.-bottom-\[280px\]{
  bottom: -280px;
}
.-bottom-\[300px\]{
  bottom: -300px;
}
.-bottom-\[30px\]{
  bottom: -30px;
}
.-bottom-\[36px\]{
  bottom: -36px;
}
.-bottom-\[38px\]{
  bottom: -38px;
}
.-bottom-\[40px\]{
  bottom: -40px;
}
.-bottom-\[42px\]{
  bottom: -42px;
}
.-bottom-\[50px\]{
  bottom: -50px;
}
.-bottom-\[68px\]{
  bottom: -68px;
}
.-bottom-\[70px\]{
  bottom: -70px;
}
.-bottom-\[80px\]{
  bottom: -80px;
}
.-bottom-\[88px\]{
  bottom: -88px;
}
.-bottom-\[90px\]{
  bottom: -90px;
}
.-left-1{
  left: -0.25rem;
}
.-left-10{
  left: -2.5rem;
}
.-left-12{
  left: -3rem;
}
.-left-20{
  left: -5rem;
}
.-left-24{
  left: -6rem;
}
.-left-3{
  left: -0.75rem;
}
.-left-6{
  left: -1.5rem;
}
.-left-7{
  left: -1.75rem;
}
.-left-8{
  left: -2rem;
}
.-left-\[120px\]{
  left: -120px;
}
.-left-\[144px\]{
  left: -144px;
}
.-left-\[160px\]{
  left: -160px;
}
.-left-\[192px\]{
  left: -192px;
}
.-left-\[200px\]{
  left: -200px;
}
.-left-\[20px\]{
  left: -20px;
}
.-left-\[226px\]{
  left: -226px;
}
.-left-\[266px\]{
  left: -266px;
}
.-left-\[274px\]{
  left: -274px;
}
.-left-\[280px\]{
  left: -280px;
}
.-left-\[30px\]{
  left: -30px;
}
.-left-\[430px\]{
  left: -430px;
}
.-left-\[50px\]{
  left: -50px;
}
.-left-\[54px\]{
  left: -54px;
}
.-left-\[580px\]{
  left: -580px;
}
.-left-\[64px\]{
  left: -64px;
}
.-left-\[74px\]{
  left: -74px;
}
.-left-\[75\%\]{
  left: -75%;
}
.-right-12{
  right: -3rem;
}
.-right-16{
  right: -4rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-3{
  right: -0.75rem;
}
.-right-4{
  right: -1rem;
}
.-right-5{
  right: -1.25rem;
}
.-right-6{
  right: -1.5rem;
}
.-right-8{
  right: -2rem;
}
.-right-9{
  right: -2.25rem;
}
.-right-\[106px\]{
  right: -106px;
}
.-right-\[120px\]{
  right: -120px;
}
.-right-\[150px\]{
  right: -150px;
}
.-right-\[160px\]{
  right: -160px;
}
.-right-\[170px\]{
  right: -170px;
}
.-right-\[20px\]{
  right: -20px;
}
.-right-\[240px\]{
  right: -240px;
}
.-right-\[242px\]{
  right: -242px;
}
.-right-\[284px\]{
  right: -284px;
}
.-right-\[490px\]{
  right: -490px;
}
.-right-\[72px\]{
  right: -72px;
}
.-right-\[80px\]{
  right: -80px;
}
.-right-\[82px\]{
  right: -82px;
}
.-right-\[88px\]{
  right: -88px;
}
.-right-\[90px\]{
  right: -90px;
}
.-right-\[92px\]{
  right: -92px;
}
.-top-1{
  top: -0.25rem;
}
.-top-10{
  top: -2.5rem;
}
.-top-12{
  top: -3rem;
}
.-top-16{
  top: -4rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-3{
  top: -0.75rem;
}
.-top-4{
  top: -1rem;
}
.-top-5{
  top: -1.25rem;
}
.-top-6{
  top: -1.5rem;
}
.-top-\[164px\]{
  top: -164px;
}
.-top-\[230px\]{
  top: -230px;
}
.-top-\[440px\]{
  top: -440px;
}
.-top-\[450px\]{
  top: -450px;
}
.-top-\[4px\]{
  top: -4px;
}
.-top-\[56px\]{
  top: -56px;
}
.-top-\[58px\]{
  top: -58px;
}
.-top-\[75px\]{
  top: -75px;
}
.-top-\[84px\]{
  top: -84px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-16{
  bottom: 4rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-32{
  bottom: 8rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-40{
  bottom: 10rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-\[100px\]{
  bottom: 100px;
}
.bottom-\[180px\]{
  bottom: 180px;
}
.bottom-\[200px\]{
  bottom: 200px;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[240px\]{
  bottom: 240px;
}
.bottom-\[242px\]{
  bottom: 242px;
}
.bottom-\[296px\]{
  bottom: 296px;
}
.bottom-\[320px\]{
  bottom: 320px;
}
.bottom-\[350px\]{
  bottom: 350px;
}
.bottom-\[40px\]{
  bottom: 40px;
}
.bottom-\[420px\]{
  bottom: 420px;
}
.bottom-\[48px\]{
  bottom: 48px;
}
.bottom-\[56px\]{
  bottom: 56px;
}
.bottom-\[60px\]{
  bottom: 60px;
}
.bottom-\[8px\]{
  bottom: 8px;
}
.bottom-\[94px\]{
  bottom: 94px;
}
.bottom-\[98px\]{
  bottom: 98px;
}
.left-0{
  left: 0px;
}
.left-10{
  left: 2.5rem;
}
.left-12{
  left: 3rem;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-6{
  left: 1.5rem;
}
.left-9{
  left: 2.25rem;
}
.left-\[102px\]{
  left: 102px;
}
.left-\[104px\]{
  left: 104px;
}
.left-\[108px\]{
  left: 108px;
}
.left-\[136px\]{
  left: 136px;
}
.left-\[140px\]{
  left: 140px;
}
.left-\[142px\]{
  left: 142px;
}
.left-\[154px\]{
  left: 154px;
}
.left-\[158px\]{
  left: 158px;
}
.left-\[206px\]{
  left: 206px;
}
.left-\[246px\]{
  left: 246px;
}
.left-\[256px\]{
  left: 256px;
}
.left-\[294px\]{
  left: 294px;
}
.left-\[318px\]{
  left: 318px;
}
.left-\[334px\]{
  left: 334px;
}
.left-\[386px\]{
  left: 386px;
}
.left-\[480px\]{
  left: 480px;
}
.left-\[520px\]{
  left: 520px;
}
.left-\[560px\]{
  left: 560px;
}
.left-\[60px\]{
  left: 60px;
}
.left-\[70px\]{
  left: 70px;
}
.left-\[72px\]{
  left: 72px;
}
.left-\[740px\]{
  left: 740px;
}
.left-\[80px\]{
  left: 80px;
}
.right-0{
  right: 0px;
}
.right-10{
  right: 2.5rem;
}
.right-14{
  right: 3.5rem;
}
.right-16{
  right: 4rem;
}
.right-20{
  right: 5rem;
}
.right-3{
  right: 0.75rem;
}
.right-32{
  right: 8rem;
}
.right-4{
  right: 1rem;
}
.right-40{
  right: 10rem;
}
.right-5{
  right: 1.25rem;
}
.right-7{
  right: 1.75rem;
}
.right-\[104px\]{
  right: 104px;
}
.right-\[140px\]{
  right: 140px;
}
.right-\[186px\]{
  right: 186px;
}
.right-\[220px\]{
  right: 220px;
}
.right-\[232px\]{
  right: 232px;
}
.right-\[236px\]{
  right: 236px;
}
.right-\[240px\]{
  right: 240px;
}
.right-\[254px\]{
  right: 254px;
}
.right-\[260px\]{
  right: 260px;
}
.right-\[270px\]{
  right: 270px;
}
.right-\[330px\]{
  right: 330px;
}
.right-\[340px\]{
  right: 340px;
}
.right-\[364px\]{
  right: 364px;
}
.right-\[418px\]{
  right: 418px;
}
.right-\[44px\]{
  right: 44px;
}
.right-\[4px\]{
  right: 4px;
}
.right-\[500px\]{
  right: 500px;
}
.right-\[62px\]{
  right: 62px;
}
.right-\[66px\]{
  right: 66px;
}
.right-\[70px\]{
  right: 70px;
}
.top-0{
  top: 0px;
}
.top-10{
  top: 2.5rem;
}
.top-12{
  top: 3rem;
}
.top-2{
  top: 0.5rem;
}
.top-20{
  top: 5rem;
}
.top-32{
  top: 8rem;
}
.top-4{
  top: 1rem;
}
.top-40{
  top: 10rem;
}
.top-5{
  top: 1.25rem;
}
.top-52{
  top: 13rem;
}
.top-6{
  top: 1.5rem;
}
.top-8{
  top: 2rem;
}
.top-\[112px\]{
  top: 112px;
}
.top-\[120px\]{
  top: 120px;
}
.top-\[132px\]{
  top: 132px;
}
.top-\[140px\]{
  top: 140px;
}
.top-\[160px\]{
  top: 160px;
}
.top-\[170px\]{
  top: 170px;
}
.top-\[174px\]{
  top: 174px;
}
.top-\[182px\]{
  top: 182px;
}
.top-\[206px\]{
  top: 206px;
}
.top-\[214px\]{
  top: 214px;
}
.top-\[218px\]{
  top: 218px;
}
.top-\[248px\]{
  top: 248px;
}
.top-\[290px\]{
  top: 290px;
}
.top-\[300px\]{
  top: 300px;
}
.top-\[35vh\]{
  top: 35vh;
}
.top-\[370px\]{
  top: 370px;
}
.top-\[42px\]{
  top: 42px;
}
.top-\[460px\]{
  top: 460px;
}
.top-\[480px\]{
  top: 480px;
}
.top-\[48px\]{
  top: 48px;
}
.top-\[58px\]{
  top: 58px;
}
.top-\[630px\]{
  top: 630px;
}
.top-\[66px\]{
  top: 66px;
}
.top-\[94px\]{
  top: 94px;
}
.-z-10{
  z-index: -10;
}
.-z-20{
  z-index: -20;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}
.-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}
.-my-14{
  margin-top: -56px;
  margin-bottom: -56px;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mb-12{
  margin-bottom: -3rem;
}
.-mb-\[18vh\]{
  margin-bottom: -18vh;
}
.-mb-\[7vh\]{
  margin-bottom: -7vh;
}
.-ml-10{
  margin-left: -2.5rem;
}
.-ml-16{
  margin-left: -4rem;
}
.-ml-20{
  margin-left: -5rem;
}
.-ml-6{
  margin-left: -1.5rem;
}
.-ml-8{
  margin-left: -2rem;
}
.-ml-\[100px\]{
  margin-left: -100px;
}
.-ml-\[120px\]{
  margin-left: -120px;
}
.-ml-\[132px\]{
  margin-left: -132px;
}
.-ml-\[1px\]{
  margin-left: -1px;
}
.-ml-\[220px\]{
  margin-left: -220px;
}
.-ml-\[240px\]{
  margin-left: -240px;
}
.-ml-\[270px\]{
  margin-left: -270px;
}
.-ml-\[280px\]{
  margin-left: -280px;
}
.-ml-\[28px\]{
  margin-left: -28px;
}
.-ml-\[30px\]{
  margin-left: -30px;
}
.-ml-\[420px\]{
  margin-left: -420px;
}
.-ml-\[460px\]{
  margin-left: -460px;
}
.-ml-\[58px\]{
  margin-left: -58px;
}
.-ml-\[60px\]{
  margin-left: -60px;
}
.-ml-\[90px\]{
  margin-left: -90px;
}
.-mr-10{
  margin-right: -2.5rem;
}
.-mr-\[60px\]{
  margin-right: -60px;
}
.-mr-\[74px\]{
  margin-right: -74px;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-14{
  margin-top: -56px;
}
.-mt-16{
  margin-top: -4rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-20{
  margin-top: -5rem;
}
.-mt-24{
  margin-top: -6rem;
}
.-mt-3{
  margin-top: -0.75rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-40{
  margin-top: -10rem;
}
.-mt-8{
  margin-top: -2rem;
}
.-mt-\[110px\]{
  margin-top: -110px;
}
.-mt-\[140px\]{
  margin-top: -140px;
}
.-mt-\[172px\]{
  margin-top: -172px;
}
.-mt-\[200px\]{
  margin-top: -200px;
}
.-mt-\[220px\]{
  margin-top: -220px;
}
.-mt-\[300px\]{
  margin-top: -300px;
}
.-mt-\[340px\]{
  margin-top: -340px;
}
.-mt-\[678px\]{
  margin-top: -678px;
}
.-mt-\[70px\]{
  margin-top: -70px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 56px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[104px\]{
  margin-bottom: 104px;
}
.mb-\[106px\]{
  margin-bottom: 106px;
}
.mb-\[110px\]{
  margin-bottom: 110px;
}
.mb-\[113px\]{
  margin-bottom: 113px;
}
.mb-\[120px\]{
  margin-bottom: 120px;
}
.mb-\[130px\]{
  margin-bottom: 130px;
}
.mb-\[145px\]{
  margin-bottom: 145px;
}
.mb-\[150px\]{
  margin-bottom: 150px;
}
.mb-\[160px\]{
  margin-bottom: 160px;
}
.mb-\[174px\]{
  margin-bottom: 174px;
}
.mb-\[1px\]{
  margin-bottom: 1px;
}
.mb-\[200px\]{
  margin-bottom: 200px;
}
.mb-\[208px\]{
  margin-bottom: 208px;
}
.mb-\[210px\]{
  margin-bottom: 210px;
}
.mb-\[230px\]{
  margin-bottom: 230px;
}
.mb-\[240px\]{
  margin-bottom: 240px;
}
.mb-\[300px\]{
  margin-bottom: 300px;
}
.mb-\[326px\]{
  margin-bottom: 326px;
}
.mb-\[34px\]{
  margin-bottom: 34px;
}
.mb-\[42px\]{
  margin-bottom: 42px;
}
.mb-\[46px\]{
  margin-bottom: 46px;
}
.mb-\[55px\]{
  margin-bottom: 55px;
}
.mb-\[58px\]{
  margin-bottom: 58px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[62px\]{
  margin-bottom: 62px;
}
.mb-\[64px\]{
  margin-bottom: 64px;
}
.mb-\[67px\]{
  margin-bottom: 67px;
}
.mb-\[70px\]{
  margin-bottom: 70px;
}
.mb-\[74px\]{
  margin-bottom: 74px;
}
.mb-\[75px\]{
  margin-bottom: 75px;
}
.mb-\[82px\]{
  margin-bottom: 82px;
}
.mb-\[94px\]{
  margin-bottom: 94px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-7{
  margin-left: 1.75rem;
}
.ml-\[106px\]{
  margin-left: 106px;
}
.ml-\[120px\]{
  margin-left: 120px;
}
.ml-\[13vw\]{
  margin-left: 13vw;
}
.ml-\[141px\]{
  margin-left: 141px;
}
.ml-\[156px\]{
  margin-left: 156px;
}
.ml-\[166px\]{
  margin-left: 166px;
}
.ml-\[168px\]{
  margin-left: 168px;
}
.ml-\[180px\]{
  margin-left: 180px;
}
.ml-\[208px\]{
  margin-left: 208px;
}
.ml-\[230px\]{
  margin-left: 230px;
}
.ml-\[240px\]{
  margin-left: 240px;
}
.ml-\[260px\]{
  margin-left: 260px;
}
.ml-\[300px\]{
  margin-left: 300px;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-\[36vh\]{
  margin-left: 36vh;
}
.ml-\[428px\]{
  margin-left: 428px;
}
.ml-\[470px\]{
  margin-left: 470px;
}
.ml-\[480px\]{
  margin-left: 480px;
}
.ml-\[514px\]{
  margin-left: 514px;
}
.ml-\[560px\]{
  margin-left: 560px;
}
.ml-\[57vh\]{
  margin-left: 57vh;
}
.ml-\[62px\]{
  margin-left: 62px;
}
.ml-\[64px\]{
  margin-left: 64px;
}
.ml-\[65px\]{
  margin-left: 65px;
}
.ml-\[70px\]{
  margin-left: 70px;
}
.ml-\[7px\]{
  margin-left: 7px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-9{
  margin-right: 2.25rem;
}
.mr-\[10vw\]{
  margin-right: 10vw;
}
.mr-\[110px\]{
  margin-right: 110px;
}
.mr-\[130px\]{
  margin-right: 130px;
}
.mr-\[14vw\]{
  margin-right: 14vw;
}
.mr-\[156px\]{
  margin-right: 156px;
}
.mr-\[164px\]{
  margin-right: 164px;
}
.mr-\[166px\]{
  margin-right: 166px;
}
.mr-\[170px\]{
  margin-right: 170px;
}
.mr-\[186px\]{
  margin-right: 186px;
}
.mr-\[240px\]{
  margin-right: 240px;
}
.mr-\[42px\]{
  margin-right: 42px;
}
.mr-\[52px\]{
  margin-right: 52px;
}
.mr-\[54px\]{
  margin-right: 54px;
}
.mr-\[78px\]{
  margin-right: 78px;
}
.mr-\[92px\]{
  margin-right: 92px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[106px\]{
  margin-top: 106px;
}
.mt-\[108px\]{
  margin-top: 108px;
}
.mt-\[120px\]{
  margin-top: 120px;
}
.mt-\[140px\]{
  margin-top: 140px;
}
.mt-\[146px\]{
  margin-top: 146px;
}
.mt-\[152px\]{
  margin-top: 152px;
}
.mt-\[168px\]{
  margin-top: 168px;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[200px\]{
  margin-top: 200px;
}
.mt-\[220px\]{
  margin-top: 220px;
}
.mt-\[240px\]{
  margin-top: 240px;
}
.mt-\[250px\]{
  margin-top: 250px;
}
.mt-\[280px\]{
  margin-top: 280px;
}
.mt-\[300px\]{
  margin-top: 300px;
}
.mt-\[420px\]{
  margin-top: 420px;
}
.mt-\[500px\]{
  margin-top: 500px;
}
.mt-\[54px\]{
  margin-top: 54px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[64px\]{
  margin-top: 64px;
}
.mt-\[70px\]{
  margin-top: 70px;
}
.mt-\[74px\]{
  margin-top: 74px;
}
.mt-\[75px\]{
  margin-top: 75px;
}
.mt-\[800px\]{
  margin-top: 800px;
}
.mt-\[94px\]{
  margin-top: 94px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[1098px\]{
  height: 1098px;
}
.h-\[1100px\]{
  height: 1100px;
}
.h-\[154px\]{
  height: 154px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[30vh\]{
  height: 30vh;
}
.h-\[40vh\]{
  height: 40vh;
}
.h-\[42vh\]{
  height: 42vh;
}
.h-\[43vw\]{
  height: 43vw;
}
.h-\[48vh\]{
  height: 48vh;
}
.h-\[532px\]{
  height: 532px;
}
.h-\[534px\]{
  height: 534px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[55vh\]{
  height: 55vh;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[56vh\]{
  height: 56vh;
}
.h-\[574px\]{
  height: 574px;
}
.h-\[62px\]{
  height: 62px;
}
.h-\[65vh\]{
  height: 65vh;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[672px\]{
  height: 672px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[736px\]{
  height: 736px;
}
.h-\[746px\]{
  height: 746px;
}
.h-\[75vh\]{
  height: 75vh;
}
.h-\[76px\]{
  height: 76px;
}
.h-\[787px\]{
  height: 787px;
}
.h-\[804px\]{
  height: 804px;
}
.h-\[886px\]{
  height: 886px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-max{
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.h-screen{
  height: 100vh;
}
.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-\[100px\]{
  width: 100px;
}
.w-\[1040px\]{
  width: 1040px;
}
.w-\[1050px\]{
  width: 1050px;
}
.w-\[1080px\]{
  width: 1080px;
}
.w-\[108px\]{
  width: 108px;
}
.w-\[1144px\]{
  width: 1144px;
}
.w-\[114px\]{
  width: 114px;
}
.w-\[1180px\]{
  width: 1180px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[1240px\]{
  width: 1240px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[1340px\]{
  width: 1340px;
}
.w-\[1360px\]{
  width: 1360px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[152px\]{
  width: 152px;
}
.w-\[1560px\]{
  width: 1560px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[164px\]{
  width: 164px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[184px\]{
  width: 184px;
}
.w-\[186px\]{
  width: 186px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[236px\]{
  width: 236px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[27vw\]{
  width: 27vw;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[28vw\]{
  width: 28vw;
}
.w-\[290px\]{
  width: 290px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[312px\]{
  width: 312px;
}
.w-\[316px\]{
  width: 316px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[32vw\]{
  width: 32vw;
}
.w-\[330px\]{
  width: 330px;
}
.w-\[33vw\]{
  width: 33vw;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[380px\]{
  width: 380px;
}
.w-\[390px\]{
  width: 390px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[40vw\]{
  width: 40vw;
}
.w-\[412px\]{
  width: 412px;
}
.w-\[420px\]{
  width: 420px;
}
.w-\[42vw\]{
  width: 42vw;
}
.w-\[434px\]{
  width: 434px;
}
.w-\[45vw\]{
  width: 45vw;
}
.w-\[460px\]{
  width: 460px;
}
.w-\[466px\]{
  width: 466px;
}
.w-\[480px\]{
  width: 480px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[504px\]{
  width: 504px;
}
.w-\[511px\]{
  width: 511px;
}
.w-\[520px\]{
  width: 520px;
}
.w-\[560px\]{
  width: 560px;
}
.w-\[580px\]{
  width: 580px;
}
.w-\[582px\]{
  width: 582px;
}
.w-\[59vw\]{
  width: 59vw;
}
.w-\[640px\]{
  width: 640px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[680px\]{
  width: 680px;
}
.w-\[690px\]{
  width: 690px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[718px\]{
  width: 718px;
}
.w-\[746px\]{
  width: 746px;
}
.w-\[74px\]{
  width: 74px;
}
.w-\[75\%\]{
  width: 75%;
}
.w-\[780px\]{
  width: 780px;
}
.w-\[840px\]{
  width: 840px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[860px\]{
  width: 860px;
}
.w-\[880px\]{
  width: 880px;
}
.w-\[88px\]{
  width: 88px;
}
.w-\[90vw\]{
  width: 90vw;
}
.w-\[920px\]{
  width: 920px;
}
.w-\[94px\]{
  width: 94px;
}
.w-\[calc\(100\%\+16px\)\]{
  width: calc(100% + 16px);
}
.w-\[calc\(100\%\+1px\)\]{
  width: calc(100% + 1px);
}
.w-full{
  width: 100%;
}
.w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.min-w-\[84px\]{
  min-width: 84px;
}
.max-w-\[1020px\]{
  max-width: 1020px;
}
.max-w-\[1024px\]{
  max-width: 1024px;
}
.max-w-\[1040px\]{
  max-width: 1040px;
}
.max-w-\[1130px\]{
  max-width: 1130px;
}
.max-w-\[1148px\]{
  max-width: 1148px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[1572px\]{
  max-width: 1572px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[1610px\]{
  max-width: 1610px;
}
.max-w-\[28vw\]{
  max-width: 28vw;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[390px\]{
  max-width: 390px;
}
.max-w-\[392px\]{
  max-width: 392px;
}
.max-w-\[432px\]{
  max-width: 432px;
}
.max-w-\[468px\]{
  max-width: 468px;
}
.max-w-\[46vw\]{
  max-width: 46vw;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[490px\]{
  max-width: 490px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[510px\]{
  max-width: 510px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[554px\]{
  max-width: 554px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[570px\]{
  max-width: 570px;
}
.max-w-\[580px\]{
  max-width: 580px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[668px\]{
  max-width: 668px;
}
.max-w-\[90vw\]{
  max-width: 90vw;
}
.max-w-\[940px\]{
  max-width: 940px;
}
.max-w-none{
  max-width: none;
}
.flex-auto{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.shrink-0{
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.grow{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.-rotate-\[10deg\]{
  --tw-rotate: -10deg;
  -webkit-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));
  -ms-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: 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-\[-25deg\]{
  --tw-rotate: -25deg;
  -webkit-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));
  -ms-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: 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-\[15deg\]{
  --tw-rotate: 15deg;
  -webkit-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));
  -ms-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: 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-\[40deg\]{
  --tw-rotate: 40deg;
  -webkit-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));
  -ms-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: 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\.4\]{
  --tw-scale-x: 0.4;
  --tw-scale-y: 0.4;
  -webkit-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));
  -ms-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: 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{
  -webkit-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));
  -ms-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: 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{
  cursor: pointer;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.items-start{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-end{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gap-x-8{
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-x-\[124px\]{
  -webkit-column-gap: 124px;
  -moz-column-gap: 124px;
  column-gap: 124px;
}
.gap-x-\[76px\]{
  -webkit-column-gap: 76px;
  -moz-column-gap: 76px;
  column-gap: 76px;
}
.gap-y-32{
  row-gap: 8rem;
}
.gap-y-40{
  row-gap: 10rem;
}
.gap-y-7{
  row-gap: 1.75rem;
}
.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-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[114px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(114px * var(--tw-space-x-reverse));
  margin-left: calc(114px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[26px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(26px * var(--tw-space-x-reverse));
  margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-\[240px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(240px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(240px * var(--tw-space-y-reverse));
}
.space-y-\[330px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(330px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(330px * var(--tw-space-y-reverse));
}
.space-y-\[400px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(400px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(400px * var(--tw-space-y-reverse));
}
.space-y-\[54px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(54px * var(--tw-space-y-reverse));
}
.space-y-\[74px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(74px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(74px * var(--tw-space-y-reverse));
}
.place-self-start{
  place-self: start;
}
.place-self-end{
  place-self: end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[146px\]{
  border-radius: 146px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[42px\]{
  border-radius: 42px;
}
.rounded-\[44px\]{
  border-radius: 44px;
}
.rounded-\[45px\]{
  border-radius: 45px;
}
.rounded-\[48px\]{
  border-radius: 48px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[50px\]{
  border-radius: 50px;
}
.rounded-\[54px\]{
  border-radius: 54px;
}
.rounded-\[86px\]{
  border-radius: 86px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-bl-\[40px\]{
  border-bottom-left-radius: 40px;
}
.rounded-bl-\[96px\]{
  border-bottom-left-radius: 96px;
}
.border-12{
  border-width: 12px;
}
.border-3{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-\[\#1880b2\]{
  --tw-border-opacity: 1;
  border-color: rgb(24 128 178 / var(--tw-border-opacity));
}
.border-\[\#8a8a8a\]{
  --tw-border-opacity: 1;
  border-color: rgb(138 138 138 / var(--tw-border-opacity));
}
.border-\[\#93a63b\]{
  --tw-border-opacity: 1;
  border-color: rgb(147 166 59 / var(--tw-border-opacity));
}
.border-\[\#d69e32\]{
  --tw-border-opacity: 1;
  border-color: rgb(214 158 50 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#1880b2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(24 128 178 / var(--tw-bg-opacity));
}
.bg-\[\#93a63b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(147 166 59 / var(--tw-bg-opacity));
}
.bg-\[\#a89380\]{
  --tw-bg-opacity: 1;
  background-color: rgb(168 147 128 / var(--tw-bg-opacity));
}
.bg-\[\#aeaeae4d\]{
  background-color: #aeaeae4d;
}
.bg-\[\#b20226\]{
  --tw-bg-opacity: 1;
  background-color: rgb(178 2 38 / var(--tw-bg-opacity));
}
.bg-\[\#ccc960\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 201 96 / var(--tw-bg-opacity));
}
.bg-\[\#e0dcd5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 220 213 / var(--tw-bg-opacity));
}
.bg-\[\#e8dbcf\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 219 207 / var(--tw-bg-opacity));
}
.bg-\[\#e9e5de\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 229 222 / var(--tw-bg-opacity));
}
.bg-\[\#e9eaddb3\]{
  background-color: #e9eaddb3;
}
.bg-\[\#efefef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-\[\#f0d4a6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 212 166 / var(--tw-bg-opacity));
}
.bg-\[\#f3f3f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-\[\#f4f4f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-\[\#f9daa7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 218 167 / var(--tw-bg-opacity));
}
.bg-\[\#fafaf5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 245 / var(--tw-bg-opacity));
}
.bg-\[\#fcfaf2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 242 / var(--tw-bg-opacity));
}
.bg-\[\#fdfae0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 250 224 / var(--tw-bg-opacity));
}
.bg-\[\#ffc34d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 77 / var(--tw-bg-opacity));
}
.bg-\[\#ffdbc0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 192 / var(--tw-bg-opacity));
}
.bg-\[\#ffe092\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 146 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#00719d\]{
  --tw-gradient-from: #00719d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 113 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-fixed{
  background-attachment: fixed;
}
.fill-\[\#096b36\]{
  fill: #096b36;
}
.fill-\[\#abc500\]{
  fill: #abc500;
}
.fill-\[\#f03821\]{
  fill: #f03821;
}
.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[106px\]{
  padding-left: 106px;
  padding-right: 106px;
}
.px-\[152px\]{
  padding-left: 152px;
  padding-right: 152px;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[72px\]{
  padding-left: 72px;
  padding-right: 72px;
}
.px-\[94px\]{
  padding-left: 94px;
  padding-right: 94px;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[56px\]{
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-\[70px\]{
  padding-top: 70px;
  padding-bottom: 70px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-14{
  padding-bottom: 56px;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[130px\]{
  padding-bottom: 130px;
}
.pb-\[156px\]{
  padding-bottom: 156px;
}
.pb-\[164px\]{
  padding-bottom: 164px;
}
.pb-\[166px\]{
  padding-bottom: 166px;
}
.pb-\[170px\]{
  padding-bottom: 170px;
}
.pb-\[172px\]{
  padding-bottom: 172px;
}
.pb-\[180px\]{
  padding-bottom: 180px;
}
.pb-\[188px\]{
  padding-bottom: 188px;
}
.pb-\[200px\]{
  padding-bottom: 200px;
}
.pb-\[350px\]{
  padding-bottom: 350px;
}
.pb-\[354px\]{
  padding-bottom: 354px;
}
.pb-\[394px\]{
  padding-bottom: 394px;
}
.pb-\[480px\]{
  padding-bottom: 480px;
}
.pb-\[500px\]{
  padding-bottom: 500px;
}
.pb-\[52px\]{
  padding-bottom: 52px;
}
.pb-\[62px\]{
  padding-bottom: 62px;
}
.pb-\[76px\]{
  padding-bottom: 76px;
}
.pb-\[800px\]{
  padding-bottom: 800px;
}
.pb-\[82px\]{
  padding-bottom: 82px;
}
.pb-\[92px\]{
  padding-bottom: 92px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-28{
  padding-left: 7rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[130px\]{
  padding-left: 130px;
}
.pl-\[134px\]{
  padding-left: 134px;
}
.pl-\[150px\]{
  padding-left: 150px;
}
.pl-\[170px\]{
  padding-left: 170px;
}
.pl-\[180px\]{
  padding-left: 180px;
}
.pl-\[54px\]{
  padding-left: 54px;
}
.pl-\[92px\]{
  padding-left: 92px;
}
.pr-0{
  padding-right: 0px;
}
.pr-20{
  padding-right: 5rem;
}
.pr-\[10vw\]{
  padding-right: 10vw;
}
.pr-\[12vw\]{
  padding-right: 12vw;
}
.pr-\[160px\]{
  padding-right: 160px;
}
.pr-\[76px\]{
  padding-right: 76px;
}
.pr-\[94px\]{
  padding-right: 94px;
}
.pr-\[99px\]{
  padding-right: 99px;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 56px;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-\[110px\]{
  padding-top: 110px;
}
.pt-\[148px\]{
  padding-top: 148px;
}
.pt-\[154px\]{
  padding-top: 154px;
}
.pt-\[172px\]{
  padding-top: 172px;
}
.pt-\[186px\]{
  padding-top: 186px;
}
.pt-\[200px\]{
  padding-top: 200px;
}
.pt-\[210px\]{
  padding-top: 210px;
}
.pt-\[258px\]{
  padding-top: 258px;
}
.pt-\[266px\]{
  padding-top: 266px;
}
.pt-\[320px\]{
  padding-top: 320px;
}
.pt-\[348px\]{
  padding-top: 348px;
}
.pt-\[400px\]{
  padding-top: 400px;
}
.pt-\[410px\]{
  padding-top: 410px;
}
.pt-\[42px\]{
  padding-top: 42px;
}
.pt-\[450px\]{
  padding-top: 450px;
}
.pt-\[480px\]{
  padding-top: 480px;
}
.pt-\[500px\]{
  padding-top: 500px;
}
.pt-\[54px\]{
  padding-top: 54px;
}
.pt-\[62px\]{
  padding-top: 62px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.font-arial{
  font-family: arial, serif;
}
.font-en{
  font-family: Archivo, sans-serif;
}
.font-gjg{
  font-family: Gen Jyuu Gothic Regular, Noto Sans TC, sans-serif;
}
.font-rbt{
  font-family: Roboto, serif;
}
.text-\[106px\]{
  font-size: 106px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[31px\]{
  font-size: 31px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[33px\]{
  font-size: 33px;
}
.text-\[35px\]{
  font-size: 35px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[37px\]{
  font-size: 37px;
}
.text-\[39px\]{
  font-size: 39px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[41px\]{
  font-size: 41px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-\[54px\]{
  font-size: 54px;
}
.text-\[55px\]{
  font-size: 55px;
}
.text-\[58px\]{
  font-size: 58px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-\[67px\]{
  font-size: 67px;
}
.text-\[69px\]{
  font-size: 69px;
}
.text-\[72px\]{
  font-size: 72px;
}
.text-\[81px\]{
  font-size: 81px;
}
.text-\[85px\]{
  font-size: 85px;
}
.text-\[88px\]{
  font-size: 88px;
}
.text-\[95px\]{
  font-size: 95px;
}
.text-sm{
  font-size: 14px;
  line-height: 1.5;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[2\.2\]{
  line-height: 2.2;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.6;
}
.leading-relaxed{
  line-height: 1.8;
}
.leading-snug{
  line-height: 1.4;
}
.tracking-normal{
  letter-spacing: 1px;
}
.tracking-tighter{
  letter-spacing: -1px;
}
.text-\[\#020202\]{
  --tw-text-opacity: 1;
  color: rgb(2 2 2 / var(--tw-text-opacity));
}
.text-\[\#1E1C1B\]{
  --tw-text-opacity: 1;
  color: rgb(30 28 27 / var(--tw-text-opacity));
}
.text-\[\#1e1c1b\]{
  --tw-text-opacity: 1;
  color: rgb(30 28 27 / var(--tw-text-opacity));
}
.text-\[\#1e1e1e\]{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
.text-\[\#231815\]{
  --tw-text-opacity: 1;
  color: rgb(35 24 21 / var(--tw-text-opacity));
}
.text-\[\#2F2725\]{
  --tw-text-opacity: 1;
  color: rgb(47 39 37 / var(--tw-text-opacity));
}
.text-\[\#2d2d2d\]{
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity));
}
.text-\[\#2f2725\]{
  --tw-text-opacity: 1;
  color: rgb(47 39 37 / var(--tw-text-opacity));
}
.text-\[\#3d3a39\]{
  --tw-text-opacity: 1;
  color: rgb(61 58 57 / var(--tw-text-opacity));
}
.text-\[\#3e3a39\]{
  --tw-text-opacity: 1;
  color: rgb(62 58 57 / var(--tw-text-opacity));
}
.text-\[\#3e3a3a\]{
  --tw-text-opacity: 1;
  color: rgb(62 58 58 / var(--tw-text-opacity));
}
.text-\[\#4d4d4d\]{
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity));
}
.text-\[\#4f4d4d\]{
  --tw-text-opacity: 1;
  color: rgb(79 77 77 / var(--tw-text-opacity));
}
.text-\[\#4f4f4f\]{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}
.text-\[\#595757\]{
  --tw-text-opacity: 1;
  color: rgb(89 87 87 / var(--tw-text-opacity));
}
.text-\[\#666666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#727171\]{
  --tw-text-opacity: 1;
  color: rgb(114 113 113 / var(--tw-text-opacity));
}
.text-\[\#7a706e\]{
  --tw-text-opacity: 1;
  color: rgb(122 112 110 / var(--tw-text-opacity));
}
.text-\[\#8077a7\]{
  --tw-text-opacity: 1;
  color: rgb(128 119 167 / var(--tw-text-opacity));
}
.text-\[\#919191\]{
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity));
}
.text-\[\#bc0524\]{
  --tw-text-opacity: 1;
  color: rgb(188 5 36 / var(--tw-text-opacity));
}
.text-\[\#c50524\]{
  --tw-text-opacity: 1;
  color: rgb(197 5 36 / var(--tw-text-opacity));
}
.text-\[\#ef821d\]{
  --tw-text-opacity: 1;
  color: rgb(239 130 29 / var(--tw-text-opacity));
}
.text-\[\#f0b63d\]{
  --tw-text-opacity: 1;
  color: rgb(240 182 61 / var(--tw-text-opacity));
}
.text-\[21ppx\]{
  color: 21ppx;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.transition{
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-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-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.transition-all{
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
.duration-1000{
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.duration-300{
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500{
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.duration-\[2000ms\]{
  -webkit-transition-duration: 2000ms;
  transition-duration: 2000ms;
}
.basic-show.is-show {
    opacity: 1;
    pointer-events: all;
  }
.basic-hover {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
.basic-hover:hover {
    opacity: 0.6;
  }
.writing-vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
.tf {
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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: 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));
  }
.tf-x {
    left: 50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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: 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));
  }
.tf-y {
    top: 50%;
    --tw-translate-y: -50%;
    -webkit-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));
    -ms-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: 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));
  }
.zoom-60 {
    zoom: 0.6;
  }
.zoom-90 {
    zoom: 0.9;
  }
body.is-lock {
  margin-right: 17px;
  overflow: hidden;
}

.lottie-item {
  display: inline-block;
}

.circle_btn svg {
  -webkit-animation: roll 3s linear infinite;
  animation: roll 3s linear infinite;
  -webkit-transition: -webkit-transform 750ms;
  transition: -webkit-transform 750ms;
  transition: transform 750ms;
  transition: transform 750ms, -webkit-transform 750ms;
}
.circle_btn:hover svg {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hl-cats li {
  position: relative;
}
.hl-cats li:last-child:after {
  opacity: 0;
}
.hl-cats li:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #808080;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.newsList li .line-area {
  width: 100%;
  height: 5px;
  mix-blend-mode: multiply;
}
.newsList li .cat {
  background: url("../images/hl-cat.svg") center center/cover;
}
.newsList li .more {
  width: 46px;
  height: 38px;
  background: url("../images/more-bg.svg") center center/cover;
}

.qaBanner {
  -webkit-mask: url("../images/qa-mask.svg") center center/cover;
  mask: url("../images/qa-mask.svg") center center/cover;
}
@media (max-width: 1199px) {
  .qaBanner {
    -webkit-mask: url("../images/qa-mask-mobile.svg") center center/cover;
    mask: url("../images/qa-mask-mobile.svg") center center/cover;
  }
}

.qaList li.is-show .ques .more .item:nth-child(1) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qaList li.is-show .ques .more .item:nth-child(2) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.qaList li .ques {
  border-radius: 40px 40px 40px 0;
}
@media (max-width: 1199px) {
  .qaList li .ques {
    border-radius: 0px 14px 14px 14px;
  }
}
.qaList li .ques .line-area {
  width: 100%;
  height: 5px;
  mix-blend-mode: multiply;
}
.qaList li .ques .more {
  width: 69px;
  height: 57px;
  background: url("../images/qa-more.svg") center center/cover;
}
@media (max-width: 1199px) {
  .qaList li .ques .more {
    width: 32px;
    height: 26px;
  }
}
.qaList li .ques .more.white {
  background: url("../images/qa-more-white.svg") center center/cover;
}
.qaList li .ques .more .item {
  position: absolute;
  background-color: #000;
}
.qaList li .ques .more .item:nth-child(1) {
  width: 16px;
  height: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .qaList li .ques .more .item:nth-child(1) {
    height: 3px;
    width: 14px;
  }
}
.qaList li .ques .more .item:nth-child(2) {
  height: 16px;
  width: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .qaList li .ques .more .item:nth-child(2) {
    height: 14px;
    width: 3px;
  }
}
.qaList li .ans .line-area {
  width: 100%;
  height: 5px;
  mix-blend-mode: multiply;
}
.qaList li .ans .items {
  border-radius: 40px 40px 0 40px;
}
@media (max-width: 1199px) {
  .qaList li .ans .items {
    border-radius: 14px 14px 0 14px;
  }
}

.line-module {
  width: 100%;
  height: 5px;
  mix-blend-mode: multiply;
}

.about-sliderList li.is-selected .item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 118px;
}
@media (max-width: 1199px) {
  .about-sliderList li.is-selected .item {
    border-radius: 48px;
  }
}
.about-sliderList li .item {
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  border-radius: 60px;
}

.index-sliderList li.is-selected .item {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index-sliderList li .item {
  position: relative;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

#entranceList-select li:hover .item {
  -webkit-mask: url("images/entrance-button-bg-hover.svg") center center/cover;
  mask: url("images/entrance-button-bg-hover.svg") center center/cover;
}
#entranceList-select li .item {
  -webkit-mask: url("images/entrance-button-bg.svg") center center/cover;
  mask: url("images/entrance-button-bg.svg") center center/cover;
}

.checkbox {
  /*偽元素式*/
}
.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.checkbox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 58px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .checkbox input[type=checkbox] + label {
    padding-left: 38px;
  }
}
.checkbox input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #b7b7b7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .checkbox input[type=checkbox] + label:before {
    width: 28px;
    height: 28px;
  }
}
.checkbox input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #b7b7b7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .checkbox input[type=checkbox]:checked + label:after {
    width: 28px;
    height: 28px;
    left: 0;
  }
  .menuOpen {
    opacity: 1 !important;
  }
  .menuWrap .close {
    opacity: 1 !important;
  }
}
.environment-dots li .path-default, .location-dots li .path-default {
  fill: #dcdddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.environment-dots li.is-selected, .location-dots li.is-selected {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.environment-dots li.is-selected .path-default, .location-dots li.is-selected .path-default {
  fill: #f9bf3d;
}

#entranceForm input::-webkit-input-placeholder, #entranceForm select::-webkit-input-placeholder {
  color: #EDEDED;
}

#entranceForm input::-moz-placeholder, #entranceForm select::-moz-placeholder {
  color: #EDEDED;
}

#entranceForm input::-ms-input-placeholder, #entranceForm select::-ms-input-placeholder {
  color: #EDEDED;
}

#entranceForm input::placeholder, #entranceForm select::placeholder {
  color: #EDEDED;
}
#entranceForm .contact-form-error {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: red;
}
@media (max-width: 1199px) {
  #entranceForm .contact-form-error {
    font-size: 14px;
  }
}
#entranceForm .checkbox-items .contact-form-error {
  bottom: 0px;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  right: 0;
}

.nice-select {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #8a8a8a;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background: url("../images/select-arrow.svg") no-repeat 97.5% center transparent;
  background-color: rgba(174, 174, 174, 0.3019607843);
  border-radius: 0;
  float: initial;
}
.nice-select span {
  padding-top: 6px;
  display: inline-block;
  color: #EDEDED;
}
.nice-select span.black {
  color: #1E1C1B;
}
@media (max-width: 1199px) {
  .nice-select span {
    padding-top: 0;
  }
}
.nice-select:hover {
  border-bottom: 2px solid #8a8a8a;
}
.nice-select:after {
  content: none;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .nice-select .list {
    font-size: 16px;
  }
}
.nice-select .list li {
  padding: 12px 32px;
  position: relative;
}
@media (max-width: 1199px) {
  .nice-select .list li {
    padding: 4px 24px;
  }
}
.nice-select .list li:after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(77, 77, 77, 0.5);
}
.nice-select .list li:last-child:after {
  content: none;
}
.nice-select .list li:hover {
  background: rgba(183, 183, 183, 0.3);
}

.about-banner {
  -webkit-mask: url("../images/about-mask.svg") bottom center/cover;
  mask: url("../images/about-mask.svg") bottom center/cover;
}
@media (max-width: 1199px) {
  .about-banner {
    -webkit-mask: none;
    mask: none;
  }
}
.group:hover .group-hover\:right-5{
  right: 1.25rem;
}
.group:hover .group-hover\:h-\[76px\]{
  height: 76px;
}
.group:hover .group-hover\:w-\[290px\]{
  width: 290px;
}
.group:hover .group-hover\:w-\[340px\]{
  width: 340px;
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  -webkit-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));
  -ms-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-\[\#f0b63d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 182 61 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-\[28px\]{
  font-size: 28px;
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group.current .group-\[\&\.current\]\:scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  -webkit-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));
  -ms-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.current .group-\[\&\.current\]\:fill-\[\#009ad5\]{
  fill: #009ad5;
}
.group.current .group-\[\&\.current\]\:fill-\[\#ffc34d\]{
  fill: #ffc34d;
}
.group.is-move .group-\[\&\.is-move\]\:fill-\[\#FFFF00\]{
  fill: #FFFF00;
}
.group.is-teaching .group-\[\&\.is-teaching\]\:pt-\[268px\]{
  padding-top: 268px;
}
.group.current .group-\[\&\.current\]\:opacity-100{
  opacity: 1;
}
@media (max-width: 1199px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:-bottom-1{
    bottom: -0.25rem;
  }
  .lg\:-bottom-10{
    bottom: -2.5rem;
  }
  .lg\:-bottom-12{
    bottom: -3rem;
  }
  .lg\:-bottom-16{
    bottom: -4rem;
  }
  .lg\:-bottom-2{
    bottom: -0.5rem;
  }
  .lg\:-bottom-20{
    bottom: -5rem;
  }
  .lg\:-bottom-3{
    bottom: -0.75rem;
  }
  .lg\:-bottom-4{
    bottom: -1rem;
  }
  .lg\:-bottom-5{
    bottom: -1.25rem;
  }
  .lg\:-bottom-6{
    bottom: -1.5rem;
  }
  .lg\:-bottom-8{
    bottom: -2rem;
  }
  .lg\:-bottom-\[15vh\]{
    bottom: -15vh;
  }
  .lg\:-bottom-\[15vw\]{
    bottom: -15vw;
  }
  .lg\:-bottom-\[204px\]{
    bottom: -204px;
  }
  .lg\:-bottom-\[60px\]{
    bottom: -60px;
  }
  .lg\:-bottom-\[70px\]{
    bottom: -70px;
  }
  .lg\:-bottom-\[8vh\]{
    bottom: -8vh;
  }
  .lg\:-bottom-\[9vw\]{
    bottom: -9vw;
  }
  .lg\:-left-10{
    left: -2.5rem;
  }
  .lg\:-left-20{
    left: -5rem;
  }
  .lg\:-left-3{
    left: -0.75rem;
  }
  .lg\:-left-4{
    left: -1rem;
  }
  .lg\:-left-5{
    left: -1.25rem;
  }
  .lg\:-left-6{
    left: -1.5rem;
  }
  .lg\:-left-7{
    left: -1.75rem;
  }
  .lg\:-left-8{
    left: -2rem;
  }
  .lg\:-left-\[114px\]{
    left: -114px;
  }
  .lg\:-left-\[19px\]{
    left: -19px;
  }
  .lg\:-left-\[21vw\]{
    left: -21vw;
  }
  .lg\:-left-\[25vw\]{
    left: -25vw;
  }
  .lg\:-left-\[2vw\]{
    left: -2vw;
  }
  .lg\:-left-\[50px\]{
    left: -50px;
  }
  .lg\:-left-\[56px\]{
    left: -56px;
  }
  .lg\:-right-12{
    right: -3rem;
  }
  .lg\:-right-3{
    right: -0.75rem;
  }
  .lg\:-right-5{
    right: -1.25rem;
  }
  .lg\:-right-\[100px\]{
    right: -100px;
  }
  .lg\:-right-\[194px\]{
    right: -194px;
  }
  .lg\:-right-\[32px\]{
    right: -32px;
  }
  .lg\:-right-\[32vw\]{
    right: -32vw;
  }
  .lg\:-right-\[70px\]{
    right: -70px;
  }
  .lg\:-top-12{
    top: -3rem;
  }
  .lg\:-top-2{
    top: -0.5rem;
  }
  .lg\:-top-3{
    top: -0.75rem;
  }
  .lg\:-top-8{
    top: -2rem;
  }
  .lg\:-top-\[13px\]{
    top: -13px;
  }
  .lg\:-top-\[15vh\]{
    top: -15vh;
  }
  .lg\:-top-\[3px\]{
    top: -3px;
  }
  .lg\:-top-\[46px\]{
    top: -46px;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-1{
    bottom: 0.25rem;
  }
  .lg\:bottom-10{
    bottom: 2.5rem;
  }
  .lg\:bottom-32{
    bottom: 8rem;
  }
  .lg\:bottom-5{
    bottom: 1.25rem;
  }
  .lg\:bottom-6{
    bottom: 1.5rem;
  }
  .lg\:bottom-7{
    bottom: 1.75rem;
  }
  .lg\:bottom-8{
    bottom: 2rem;
  }
  .lg\:bottom-\[11vh\]{
    bottom: 11vh;
  }
  .lg\:bottom-\[15vh\]{
    bottom: 15vh;
  }
  .lg\:bottom-\[16vh\]{
    bottom: 16vh;
  }
  .lg\:bottom-\[2vh\]{
    bottom: 2vh;
  }
  .lg\:bottom-\[30vh\]{
    bottom: 30vh;
  }
  .lg\:bottom-\[54px\]{
    bottom: 54px;
  }
  .lg\:bottom-\[5vh\]{
    bottom: 5vh;
  }
  .lg\:bottom-\[86px\]{
    bottom: 86px;
  }
  .lg\:bottom-\[8vh\]{
    bottom: 8vh;
  }
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-1{
    left: 0.25rem;
  }
  .lg\:left-10{
    left: 2.5rem;
  }
  .lg\:left-12{
    left: 3rem;
  }
  .lg\:left-2{
    left: 0.5rem;
  }
  .lg\:left-20{
    left: 5rem;
  }
  .lg\:left-3{
    left: 0.75rem;
  }
  .lg\:left-4{
    left: 1rem;
  }
  .lg\:left-5{
    left: 1.25rem;
  }
  .lg\:left-6{
    left: 1.5rem;
  }
  .lg\:left-8{
    left: 2rem;
  }
  .lg\:left-\[108px\]{
    left: 108px;
  }
  .lg\:left-\[13vw\]{
    left: 13vw;
  }
  .lg\:left-\[1vw\]{
    left: 1vw;
  }
  .lg\:left-\[23px\]{
    left: 23px;
  }
  .lg\:left-\[25vw\]{
    left: 25vw;
  }
  .lg\:left-\[32px\]{
    left: 32px;
  }
  .lg\:left-\[50vw\]{
    left: 50vw;
  }
  .lg\:left-\[60vw\]{
    left: 60vw;
  }
  .lg\:left-\[88px\]{
    left: 88px;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-10{
    right: 2.5rem;
  }
  .lg\:right-3{
    right: 0.75rem;
  }
  .lg\:right-4{
    right: 1rem;
  }
  .lg\:right-5{
    right: 1.25rem;
  }
  .lg\:right-6{
    right: 1.5rem;
  }
  .lg\:right-7{
    right: 1.75rem;
  }
  .lg\:right-8{
    right: 2rem;
  }
  .lg\:right-\[10px\]{
    right: 10px;
  }
  .lg\:right-\[120px\]{
    right: 120px;
  }
  .lg\:right-\[24px\]{
    right: 24px;
  }
  .lg\:right-\[32vw\]{
    right: 32vw;
  }
  .lg\:right-\[5\.5vw\]{
    right: 5.5vw;
  }
  .lg\:right-\[84px\]{
    right: 84px;
  }
  .lg\:right-\[90px\]{
    right: 90px;
  }
  .lg\:right-\[92px\]{
    right: 92px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-1{
    top: 0.25rem;
  }
  .lg\:top-16{
    top: 4rem;
  }
  .lg\:top-20{
    top: 5rem;
  }
  .lg\:top-4{
    top: 1rem;
  }
  .lg\:top-5{
    top: 1.25rem;
  }
  .lg\:top-6{
    top: 1.5rem;
  }
  .lg\:top-9{
    top: 2.25rem;
  }
  .lg\:top-\[124px\]{
    top: 124px;
  }
  .lg\:top-\[15vw\]{
    top: 15vw;
  }
  .lg\:top-\[16\.5vw\]{
    top: 16.5vw;
  }
  .lg\:top-\[174px\]{
    top: 174px;
  }
  .lg\:top-\[24vh\]{
    top: 24vh;
  }
  .lg\:top-\[26px\]{
    top: 26px;
  }
  .lg\:top-\[2px\]{
    top: 2px;
  }
  .lg\:top-\[300px\]{
    top: 300px;
  }
  .lg\:top-\[55vh\]{
    top: 55vh;
  }
  .lg\:top-\[60px\]{
    top: 60px;
  }
  .lg\:top-\[62px\]{
    top: 62px;
  }
  .lg\:top-\[70px\]{
    top: 70px;
  }
  .lg\:top-\[8vh\]{
    top: 8vh;
  }
  .lg\:top-\[91px\]{
    top: 91px;
  }
  .lg\:top-auto{
    top: auto;
  }
  .lg\:order-1{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lg\:order-2{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }
  .lg\:-ml-4{
    margin-left: -1rem;
  }
  .lg\:-ml-\[17vw\]{
    margin-left: -17vw;
  }
  .lg\:-ml-\[240px\]{
    margin-left: -240px;
  }
  .lg\:-ml-\[2vw\]{
    margin-left: -2vw;
  }
  .lg\:-ml-\[33vw\]{
    margin-left: -33vw;
  }
  .lg\:-ml-\[34vw\]{
    margin-left: -34vw;
  }
  .lg\:-ml-\[35vw\]{
    margin-left: -35vw;
  }
  .lg\:-ml-\[5vw\]{
    margin-left: -5vw;
  }
  .lg\:-mr-8{
    margin-right: -2rem;
  }
  .lg\:-mt-1{
    margin-top: -0.25rem;
  }
  .lg\:-mt-2{
    margin-top: -0.5rem;
  }
  .lg\:-mt-4{
    margin-top: -1rem;
  }
  .lg\:-mt-5{
    margin-top: -1.25rem;
  }
  .lg\:-mt-6{
    margin-top: -1.5rem;
  }
  .lg\:-mt-\[11vh\]{
    margin-top: -11vh;
  }
  .lg\:-mt-\[20vh\]{
    margin-top: -20vh;
  }
  .lg\:-mt-\[28vw\]{
    margin-top: -28vw;
  }
  .lg\:-mt-\[32vw\]{
    margin-top: -32vw;
  }
  .lg\:-mt-\[40vw\]{
    margin-top: -40vw;
  }
  .lg\:-mt-\[54vw\]{
    margin-top: -54vw;
  }
  .lg\:-mt-\[5vh\]{
    margin-top: -5vh;
  }
  .lg\:-mt-\[7vh\]{
    margin-top: -7vh;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-1{
    margin-bottom: 0.25rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-24{
    margin-bottom: 6rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-32{
    margin-bottom: 8rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:mb-\[100px\]{
    margin-bottom: 100px;
  }
  .lg\:mb-\[110px\]{
    margin-bottom: 110px;
  }
  .lg\:mb-\[150px\]{
    margin-bottom: 150px;
  }
  .lg\:mb-\[152px\]{
    margin-bottom: 152px;
  }
  .lg\:mb-\[246px\]{
    margin-bottom: 246px;
  }
  .lg\:mb-\[52px\]{
    margin-bottom: 52px;
  }
  .lg\:mb-\[54px\]{
    margin-bottom: 54px;
  }
  .lg\:mb-\[62px\]{
    margin-bottom: 62px;
  }
  .lg\:mb-\[70px\]{
    margin-bottom: 70px;
  }
  .lg\:mb-\[74px\]{
    margin-bottom: 74px;
  }
  .lg\:mb-\[90px\]{
    margin-bottom: 90px;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:ml-1{
    margin-left: 0.25rem;
  }
  .lg\:ml-10{
    margin-left: 2.5rem;
  }
  .lg\:ml-12{
    margin-left: 3rem;
  }
  .lg\:ml-2{
    margin-left: 0.5rem;
  }
  .lg\:ml-20{
    margin-left: 5rem;
  }
  .lg\:ml-3{
    margin-left: 0.75rem;
  }
  .lg\:ml-5{
    margin-left: 1.25rem;
  }
  .lg\:ml-6{
    margin-left: 1.5rem;
  }
  .lg\:ml-\[14vw\]{
    margin-left: 14vw;
  }
  .lg\:ml-\[22vw\]{
    margin-left: 22vw;
  }
  .lg\:ml-\[23vw\]{
    margin-left: 23vw;
  }
  .lg\:ml-\[24vw\]{
    margin-left: 24vw;
  }
  .lg\:ml-\[28vw\]{
    margin-left: 28vw;
  }
  .lg\:ml-\[54px\]{
    margin-left: 54px;
  }
  .lg\:ml-\[74px\]{
    margin-left: 74px;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-2{
    margin-right: 0.5rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mr-5{
    margin-right: 1.25rem;
  }
  .lg\:mr-6{
    margin-right: 1.5rem;
  }
  .lg\:mr-8{
    margin-right: 2rem;
  }
  .lg\:mr-\[54px\]{
    margin-right: 54px;
  }
  .lg\:mr-\[74px\]{
    margin-right: 74px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-1{
    margin-top: 0.25rem;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-5{
    margin-top: 1.25rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:mt-7{
    margin-top: 1.75rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-9{
    margin-top: 2.25rem;
  }
  .lg\:mt-\[100px\]{
    margin-top: 100px;
  }
  .lg\:mt-\[106px\]{
    margin-top: 106px;
  }
  .lg\:mt-\[120px\]{
    margin-top: 120px;
  }
  .lg\:mt-\[152px\]{
    margin-top: 152px;
  }
  .lg\:mt-\[5vw\]{
    margin-top: 5vw;
  }
  .lg\:mt-\[60px\]{
    margin-top: 60px;
  }
  .lg\:mt-\[6vw\]{
    margin-top: 6vw;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-2{
    height: 0.5rem;
  }
  .lg\:h-3{
    height: 0.75rem;
  }
  .lg\:h-\[140px\]{
    height: 140px;
  }
  .lg\:h-\[200px\]{
    height: 200px;
  }
  .lg\:h-\[21vw\]{
    height: 21vw;
  }
  .lg\:h-\[240px\]{
    height: 240px;
  }
  .lg\:h-\[320px\]{
    height: 320px;
  }
  .lg\:h-\[360px\]{
    height: 360px;
  }
  .lg\:h-\[36px\]{
    height: 36px;
  }
  .lg\:h-\[40vh\]{
    height: 40vh;
  }
  .lg\:h-\[48vw\]{
    height: 48vw;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:h-\[54px\]{
    height: 54px;
  }
  .lg\:h-\[70vw\]{
    height: 70vw;
  }
  .lg\:h-\[746px\]{
    height: 746px;
  }
  .lg\:h-\[75vh\]{
    height: 75vh;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-screen{
    height: 100vh;
  }
  .lg\:max-h-\[182px\]{
    max-height: 182px;
  }
  .lg\:max-h-\[6px\]{
    max-height: 6px;
  }
  .lg\:w-1{
    width: 0.25rem;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-2{
    width: 0.5rem;
  }
  .lg\:w-20{
    width: 5rem;
  }
  .lg\:w-3{
    width: 0.75rem;
  }
  .lg\:w-5{
    width: 1.25rem;
  }
  .lg\:w-6{
    width: 1.5rem;
  }
  .lg\:w-8{
    width: 2rem;
  }
  .lg\:w-\[100px\]{
    width: 100px;
  }
  .lg\:w-\[100vw\]{
    width: 100vw;
  }
  .lg\:w-\[10px\]{
    width: 10px;
  }
  .lg\:w-\[110px\]{
    width: 110px;
  }
  .lg\:w-\[120px\]{
    width: 120px;
  }
  .lg\:w-\[13vw\]{
    width: 13vw;
  }
  .lg\:w-\[150px\]{
    width: 150px;
  }
  .lg\:w-\[180px\]{
    width: 180px;
  }
  .lg\:w-\[18vw\]{
    width: 18vw;
  }
  .lg\:w-\[200px\]{
    width: 200px;
  }
  .lg\:w-\[20px\]{
    width: 20px;
  }
  .lg\:w-\[20vh\]{
    width: 20vh;
  }
  .lg\:w-\[20vw\]{
    width: 20vw;
  }
  .lg\:w-\[210px\]{
    width: 210px;
  }
  .lg\:w-\[24px\]{
    width: 24px;
  }
  .lg\:w-\[250px\]{
    width: 250px;
  }
  .lg\:w-\[274px\]{
    width: 274px;
  }
  .lg\:w-\[30vw\]{
    width: 30vw;
  }
  .lg\:w-\[340px\]{
    width: 340px;
  }
  .lg\:w-\[360px\]{
    width: 360px;
  }
  .lg\:w-\[38vw\]{
    width: 38vw;
  }
  .lg\:w-\[400px\]{
    width: 400px;
  }
  .lg\:w-\[40px\]{
    width: 40px;
  }
  .lg\:w-\[40vw\]{
    width: 40vw;
  }
  .lg\:w-\[420px\]{
    width: 420px;
  }
  .lg\:w-\[45vw\]{
    width: 45vw;
  }
  .lg\:w-\[47vw\]{
    width: 47vw;
  }
  .lg\:w-\[48px\]{
    width: 48px;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-\[52vw\]{
    width: 52vw;
  }
  .lg\:w-\[56px\]{
    width: 56px;
  }
  .lg\:w-\[58px\]{
    width: 58px;
  }
  .lg\:w-\[58vw\]{
    width: 58vw;
  }
  .lg\:w-\[600px\]{
    width: 600px;
  }
  .lg\:w-\[60px\]{
    width: 60px;
  }
  .lg\:w-\[60vw\]{
    width: 60vw;
  }
  .lg\:w-\[62px\]{
    width: 62px;
  }
  .lg\:w-\[64px\]{
    width: 64px;
  }
  .lg\:w-\[65\%\]{
    width: 65%;
  }
  .lg\:w-\[67vw\]{
    width: 67vw;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[70px\]{
    width: 70px;
  }
  .lg\:w-\[70vw\]{
    width: 70vw;
  }
  .lg\:w-\[72\%\]{
    width: 72%;
  }
  .lg\:w-\[72px\]{
    width: 72px;
  }
  .lg\:w-\[74px\]{
    width: 74px;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-\[80px\]{
    width: 80px;
  }
  .lg\:w-\[80vw\]{
    width: 80vw;
  }
  .lg\:w-\[84px\]{
    width: 84px;
  }
  .lg\:w-\[85\%\]{
    width: 85%;
  }
  .lg\:w-\[90\%\]{
    width: 90%;
  }
  .lg\:w-\[90vh\]{
    width: 90vh;
  }
  .lg\:w-\[90vw\]{
    width: 90vw;
  }
  .lg\:w-\[95vw\]{
    width: 95vw;
  }
  .lg\:w-\[98vw\]{
    width: 98vw;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-max{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:max-w-\[100px\]{
    max-width: 100px;
  }
  .lg\:max-w-\[10vw\]{
    max-width: 10vw;
  }
  .lg\:max-w-\[110px\]{
    max-width: 110px;
  }
  .lg\:max-w-\[120px\]{
    max-width: 120px;
  }
  .lg\:max-w-\[140px\]{
    max-width: 140px;
  }
  .lg\:max-w-\[145px\]{
    max-width: 145px;
  }
  .lg\:max-w-\[14px\]{
    max-width: 14px;
  }
  .lg\:max-w-\[150px\]{
    max-width: 150px;
  }
  .lg\:max-w-\[160px\]{
    max-width: 160px;
  }
  .lg\:max-w-\[180px\]{
    max-width: 180px;
  }
  .lg\:max-w-\[18px\]{
    max-width: 18px;
  }
  .lg\:max-w-\[200px\]{
    max-width: 200px;
  }
  .lg\:max-w-\[20px\]{
    max-width: 20px;
  }
  .lg\:max-w-\[20vw\]{
    max-width: 20vw;
  }
  .lg\:max-w-\[220px\]{
    max-width: 220px;
  }
  .lg\:max-w-\[22vw\]{
    max-width: 22vw;
  }
  .lg\:max-w-\[28vw\]{
    max-width: 28vw;
  }
  .lg\:max-w-\[34vw\]{
    max-width: 34vw;
  }
  .lg\:max-w-\[40px\]{
    max-width: 40px;
  }
  .lg\:max-w-\[40vh\]{
    max-width: 40vh;
  }
  .lg\:max-w-\[46px\]{
    max-width: 46px;
  }
  .lg\:max-w-\[48px\]{
    max-width: 48px;
  }
  .lg\:max-w-\[50px\]{
    max-width: 50px;
  }
  .lg\:max-w-\[50vw\]{
    max-width: 50vw;
  }
  .lg\:max-w-\[52px\]{
    max-width: 52px;
  }
  .lg\:max-w-\[56px\]{
    max-width: 56px;
  }
  .lg\:max-w-\[60vw\]{
    max-width: 60vw;
  }
  .lg\:max-w-\[62\%\]{
    max-width: 62%;
  }
  .lg\:max-w-\[62px\]{
    max-width: 62px;
  }
  .lg\:max-w-\[62vw\]{
    max-width: 62vw;
  }
  .lg\:max-w-\[66px\]{
    max-width: 66px;
  }
  .lg\:max-w-\[70\%\]{
    max-width: 70%;
  }
  .lg\:max-w-\[70px\]{
    max-width: 70px;
  }
  .lg\:max-w-\[72px\]{
    max-width: 72px;
  }
  .lg\:max-w-\[75\%\]{
    max-width: 75%;
  }
  .lg\:max-w-\[76px\]{
    max-width: 76px;
  }
  .lg\:max-w-\[78px\]{
    max-width: 78px;
  }
  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .lg\:max-w-\[80px\]{
    max-width: 80px;
  }
  .lg\:max-w-\[84px\]{
    max-width: 84px;
  }
  .lg\:max-w-\[8px\]{
    max-width: 8px;
  }
  .lg\:max-w-\[90px\]{
    max-width: 90px;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:flex-none{
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .lg\:shrink-0{
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .lg\:rotate-\[20deg\]{
    --tw-rotate: 20deg;
    -webkit-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));
    -ms-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg\:items-center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lg\:justify-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\: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)));
  }
  .lg\: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)));
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-\[54px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(54px * var(--tw-space-x-reverse));
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[100px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[140px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(140px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[172px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(172px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(172px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[86px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(86px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(86px * var(--tw-space-y-reverse));
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:rounded-\[10px\]{
    border-radius: 10px;
  }
  .lg\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .lg\:rounded-\[60px\]{
    border-radius: 60px;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:bg-\[\#f0b63d\]{
    --tw-bg-opacity: 1;
    background-color: rgb(240 182 61 / var(--tw-bg-opacity));
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  @media (max-width: 1199px){
    .lg\:lg\:px-3{
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-\[52px\]{
    padding-left: 52px;
    padding-right: 52px;
  }
  .lg\:px-\[72px\]{
    padding-left: 72px;
    padding-right: 72px;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-2{
    padding-bottom: 0.5rem;
  }
  .lg\:pb-24{
    padding-bottom: 6rem;
  }
  .lg\:pb-3{
    padding-bottom: 0.75rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pb-\[150px\]{
    padding-bottom: 150px;
  }
  .lg\:pb-\[170px\]{
    padding-bottom: 170px;
  }
  .lg\:pb-\[300px\]{
    padding-bottom: 300px;
  }
  .lg\:pb-\[30vh\]{
    padding-bottom: 30vh;
  }
  .lg\:pb-\[40vh\]{
    padding-bottom: 40vh;
  }
  .lg\:pb-\[46vw\]{
    padding-bottom: 46vw;
  }
  .lg\:pb-\[90px\]{
    padding-bottom: 90px;
  }
  .lg\:pb-\[94px\]{
    padding-bottom: 94px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-5{
    padding-left: 1.25rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pl-\[12vw\]{
    padding-left: 12vw;
  }
  .lg\:pl-\[52px\]{
    padding-left: 52px;
  }
  .lg\:pl-\[56px\]{
    padding-left: 56px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pr-1{
    padding-right: 0.25rem;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:pr-\[12vw\]{
    padding-right: 12vw;
  }
  .lg\:pr-\[56px\]{
    padding-right: 56px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-5{
    padding-top: 1.25rem;
  }
  .lg\:pt-64{
    padding-top: 16rem;
  }
  .lg\:pt-\[104px\]{
    padding-top: 104px;
  }
  .lg\:pt-\[110px\]{
    padding-top: 110px;
  }
  .lg\:pt-\[136px\]{
    padding-top: 136px;
  }
  .lg\:pt-\[152px\]{
    padding-top: 152px;
  }
  .lg\:pt-\[155px\]{
    padding-top: 155px;
  }
  .lg\:pt-\[15vh\]{
    padding-top: 15vh;
  }
  .lg\:pt-\[170px\]{
    padding-top: 170px;
  }
  .lg\:pt-\[240px\]{
    padding-top: 240px;
  }
  .lg\:pt-\[40vh\]{
    padding-top: 40vh;
  }
  .lg\:pt-\[70px\]{
    padding-top: 70px;
  }
  .lg\:pt-\[90px\]{
    padding-top: 90px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-justify{
    text-align: justify;
  }
  .lg\:text-2xl{
    font-size: 20px;
    line-height: 1.5;
  }
  .lg\:text-\[13px\]{
    font-size: 13px;
  }
  .lg\:text-\[15px\]{
    font-size: 15px;
  }
  .lg\:text-\[16px\]{
    font-size: 16px;
  }
  .lg\:text-\[17px\]{
    font-size: 17px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[21px\]{
    font-size: 21px;
  }
  .lg\:text-\[24px\]{
    font-size: 24px;
  }
  .lg\:text-\[27px\]{
    font-size: 27px;
  }
  .lg\:text-\[28px\]{
    font-size: 28px;
  }
  .lg\:text-\[35px\]{
    font-size: 35px;
  }
  .lg\:text-\[36px\]{
    font-size: 36px;
  }
  .lg\:text-\[48px\]{
    font-size: 48px;
  }
  .lg\:text-\[60px\]{
    font-size: 60px;
  }
  .lg\:text-\[62px\]{
    font-size: 62px;
  }
  .lg\:text-base{
    font-size: 16px;
    line-height: 1.5;
  }
  .lg\:text-lg{
    font-size: 18px;
    line-height: 1.5;
  }
  .lg\:text-sm{
    font-size: 14px;
    line-height: 1.5;
  }
  .lg\:text-xs{
    font-size: 12px;
    line-height: 1.5;
  }
  .lg\:leading-\[36px\]{
    line-height: 36px;
  }
  .lg\:leading-none{
    line-height: 1;
  }
  .lg\:leading-relaxed{
    line-height: 1.8;
  }
  .lg\:leading-snug{
    line-height: 1.4;
  }
  .lg\:opacity-0{
    opacity: 0;
  }
  .lg\:tf {
    top: 50%;
    left: 50%;
    --tw-translate-y: -50%;
    --tw-translate-x: -50%;
    -webkit-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));
    -ms-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:zoom-75 {
    zoom: 0.75;
  }
  .lg\:zoom-80 {
    zoom: 0.8;
  }
  .lg\:zoom-100 {
    zoom: 1;
  }
  .group:hover .lg\:group-hover\:h-\[54px\]{
    height: 54px;
  }
  .group:hover .lg\:group-hover\:w-\[210px\]{
    width: 210px;
  }
  .group:hover .lg\:group-hover\:text-\[15px\]{
    font-size: 15px;
  }
  .group.is-teaching .lg\:group-\[\&\.is-teaching\]\:pt-20{
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1700px){
  .xl\:bottom-4{
    bottom: 1rem;
  }
  .xl\:left-12{
    left: 3rem;
  }
  .xl\:left-20{
    left: 5rem;
  }
  .xl\:left-\[296px\]{
    left: 296px;
  }
  .xl\:top-\[254px\]{
    top: 254px;
  }
  .xl\:-mt-32{
    margin-top: -8rem;
  }
  .xl\:ml-0{
    margin-left: 0px;
  }
  .xl\:ml-20{
    margin-left: 5rem;
  }
  .xl\:ml-\[140px\]{
    margin-left: 140px;
  }
  .xl\:ml-\[400px\]{
    margin-left: 400px;
  }
  .xl\:ml-\[40px\]{
    margin-left: 40px;
  }
  .xl\:h-screen{
    height: 100vh;
  }
  .xl\:w-\[110vw\]{
    width: 110vw;
  }
  .xl\:max-w-\[1400px\]{
    max-width: 1400px;
  }
  .xl\:max-w-\[740px\]{
    max-width: 740px;
  }
  .xl\:max-w-\[800px\]{
    max-width: 800px;
  }
  .xl\:pb-\[450px\]{
    padding-bottom: 450px;
  }
  .xl\:pl-10{
    padding-left: 2.5rem;
  }
  .xl\:pt-20{
    padding-top: 5rem;
  }
  .xl\:pt-\[10vh\]{
    padding-top: 10vh;
  }
  .xl\:pt-\[250px\]{
    padding-top: 250px;
  }
  .xl\:pt-\[300px\]{
    padding-top: 300px;
  }
  .xl\:text-\[34px\]{
    font-size: 34px;
  }
  .xl\:zoom-80 {
    zoom: 0.8;
  }
  .xl\:zoom-90 {
    zoom: 0.9;
  }
  .group:hover .xl\:group-hover\:text-\[20px\]{
    font-size: 20px;
  }
}
.\[\&\.current\]\:left-0.current{
  left: 0px;
}
.\[\&\.is-move\]\:-translate-y-4.is-move{
  --tw-translate-y: -1rem;
  -webkit-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));
  -ms-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: 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-move\]\:scale-150.is-move{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  -webkit-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));
  -ms-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: 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){
  .lg\:\[\&\.is-move\]\:-translate-y-1.is-move{
    --tw-translate-y: -0.25rem;
    -webkit-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));
    -ms-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:\[\&\.is-move\]\:scale-125.is-move{
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    -webkit-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));
    -ms-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: 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-selected\]\:opacity-100.is-selected{
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */
