/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 'HarmonyOS Sans SC', 'HarmonyOS Sans', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 375px){

    .container{
        max-width: 375px;
    }
}
@media (min-width: 425px){

    .container{
        max-width: 425px;
    }
}
@media (min-width: 480px){

    .container{
        max-width: 480px;
    }
}
@media (min-width: 600px){

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 782px){

    .container{
        max-width: 782px;
    }
}
@media (min-width: 960px){

    .container{
        max-width: 960px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1280px){

    .container{
        max-width: 1280px;
    }
}
@media (min-width: 1440px){

    .container{
        max-width: 1440px;
    }
}
.sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
}
.pointer-events-none{
    pointer-events: none !important;
}
.pointer-events-auto{
    pointer-events: auto !important;
}
.collapse{
    visibility: collapse !important;
}
.fixed{
    position: fixed !important;
}
.absolute{
    position: absolute !important;
}
.relative{
    position: relative !important;
}
.-inset-2{
    inset: -0.5rem !important;
}
.-inset-2\.5{
    inset: -0.625rem !important;
}
.inset-y-0{
    top: 0px !important;
    bottom: 0px !important;
}
.bottom-4{
    bottom: 1rem !important;
}
.bottom-40{
    bottom: 10rem !important;
}
.bottom-\[-80px\]{
    bottom: -80px !important;
}
.left-0{
    left: 0px !important;
}
.left-1\/3{
    left: 33.333333% !important;
}
.left-12{
    left: 3rem !important;
}
.left-16{
    left: 4rem !important;
}
.left-2\/4{
    left: 50% !important;
}
.left-32{
    left: 8rem !important;
}
.left-36{
    left: 9rem !important;
}
.left-\[250px\]{
    left: 250px !important;
}
.left-\[310px\]{
    left: 310px !important;
}
.left-\[460px\]{
    left: 460px !important;
}
.left-\[470px\]{
    left: 470px !important;
}
.left-\[730px\]{
    left: 730px !important;
}
.right-0{
    right: 0px !important;
}
.right-10{
    right: 2.5rem !important;
}
.right-9{
    right: 2.25rem !important;
}
.right-\[90px\]{
    right: 90px !important;
}
.top-0{
    top: 0px !important;
}
.top-10{
    top: 2.5rem !important;
}
.top-24{
    top: 6rem !important;
}
.top-36{
    top: 9rem !important;
}
.top-44{
    top: 11rem !important;
}
.top-6{
    top: 1.5rem !important;
}
.top-\[-100px\]{
    top: -100px !important;
}
.top-\[125px\]{
    top: 125px !important;
}
.top-\[330px\]{
    top: 330px !important;
}
.top-\[350px\]{
    top: 350px !important;
}
.top-\[460px\]{
    top: 460px !important;
}
.top-\[570px\]{
    top: 570px !important;
}
.top-\[60px\]{
    top: 60px !important;
}
.top-\[90px\]{
    top: 90px !important;
}
.z-10{
    z-index: 10 !important;
}
.col-span-1{
    grid-column: span 1 / span 1 !important;
}
.col-span-2{
    grid-column: span 2 / span 2 !important;
}
.col-span-4{
    grid-column: span 4 / span 4 !important;
}
.m-8{
    margin: 2rem !important;
}
.mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}
.mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.mb-1{
    margin-bottom: 0.25rem !important;
}
.mb-10{
    margin-bottom: 2.5rem !important;
}
.mb-12{
    margin-bottom: 3rem !important;
}
.mb-2{
    margin-bottom: 0.5rem !important;
}
.mb-32{
    margin-bottom: 8rem !important;
}
.mb-4{
    margin-bottom: 1rem !important;
}
.mb-5{
    margin-bottom: 1.25rem !important;
}
.mb-8{
    margin-bottom: 2rem !important;
}
.mb-\[-90px\]{
    margin-bottom: -90px !important;
}
.ml-3{
    margin-left: 0.75rem !important;
}
.mr-10{
    margin-right: 2.5rem !important;
}
.mr-20{
    margin-right: 5rem !important;
}
.mt-10{
    margin-top: 2.5rem !important;
}
.mt-20{
    margin-top: 5rem !important;
}
.mt-6{
    margin-top: 1.5rem !important;
}
.mt-8{
    margin-top: 2rem !important;
}
.mt-\[-50px\]{
    margin-top: -50px !important;
}
.mt-\[-70px\]{
    margin-top: -70px !important;
}
.block{
    display: block !important;
}
.inline-block{
    display: inline-block !important;
}
.flex{
    display: flex !important;
}
.table{
    display: table !important;
}
.grid{
    display: grid !important;
}
.hidden{
    display: none !important;
}
.h-1{
    height: 0.25rem !important;
}
.h-12{
    height: 3rem !important;
}
.h-6{
    height: 1.5rem !important;
}
.h-7{
    height: 1.75rem !important;
}
.h-auto{
    height: auto !important;
}
.h-fit{
    height: -moz-fit-content !important;
    height: fit-content !important;
}
.h-full{
    height: 100% !important;
}
.min-h-16{
    min-height: 4rem !important;
}
.min-h-screen{
    min-height: 100vh !important;
}
.w-1\/6{
    width: 16.666667% !important;
}
.w-16{
    width: 4rem !important;
}
.w-2{
    width: 0.5rem !important;
}
.w-28{
    width: 7rem !important;
}
.w-3{
    width: 0.75rem !important;
}
.w-36{
    width: 9rem !important;
}
.w-40{
    width: 10rem !important;
}
.w-6{
    width: 1.5rem !important;
}
.w-60{
    width: 15rem !important;
}
.w-\[208px\]{
    width: 208px !important;
}
.w-full{
    width: 100% !important;
}
.w-screen{
    width: 100vw !important;
}
.max-w-7xl{
    max-width: 80rem !important;
}
.max-w-full{
    max-width: 100% !important;
}
.max-w-md{
    max-width: 28rem !important;
}
.max-w-sm{
    max-width: 24rem !important;
}
.flex-1{
    flex: 1 1 0% !important;
}
.flex-grow{
    flex-grow: 1 !important;
}
.basis-10\/12{
    flex-basis: 83.333333% !important;
}
.basis-2\/12{
    flex-basis: 16.666667% !important;
}
.border-collapse{
    border-collapse: collapse !important;
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-pointer{
    cursor: pointer !important;
}
.list-decimal{
    list-style-type: decimal !important;
}
.list-disc{
    list-style-type: disc !important;
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-col{
    flex-direction: column !important;
}
.flex-col-reverse{
    flex-direction: column-reverse !important;
}
.items-start{
    align-items: flex-start !important;
}
.items-center{
    align-items: center !important;
}
.justify-end{
    justify-content: flex-end !important;
}
.justify-center{
    justify-content: center !important;
}
.justify-between{
    justify-content: space-between !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1 !important;
}
.overflow-y-scroll{
    overflow-y: scroll !important;
}
.rounded{
    border-radius: 0.25rem !important;
}
.rounded-md{
    border-radius: 0.375rem !important;
}
.border{
    border-width: 1px !important;
}
.border-x-2{
    border-left-width: 2px !important;
    border-right-width: 2px !important;
}
.border-b{
    border-bottom-width: 1px !important;
}
.border-r{
    border-right-width: 1px !important;
}
.border-r-2{
    border-right-width: 2px !important;
}
.border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-green-950{
    --tw-border-opacity: 1 !important;
    border-color: rgb(5 46 22 / var(--tw-border-opacity)) !important;
}
.border-primary{
    --tw-border-opacity: 1 !important;
    border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.bg-primary{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
}
.bg-transparent{
    background-color: transparent !important;
}
.bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-contain{
    background-size: contain !important;
}
.bg-cover{
    background-size: cover !important;
}
.bg-bottom{
    background-position: bottom !important;
}
.bg-center{
    background-position: center !important;
}
.bg-no-repeat{
    background-repeat: no-repeat !important;
}
.p-10{
    padding: 2.5rem !important;
}
.p-20{
    padding: 5rem !important;
}
.p-5{
    padding: 1.25rem !important;
}
.\!py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}
.px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.px-3\.5{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
}
.px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.pb-16{
    padding-bottom: 4rem !important;
}
.pl-10{
    padding-left: 2.5rem !important;
}
.pr-10{
    padding-right: 2.5rem !important;
}
.pt-14{
    padding-top: 3.5rem !important;
}
.pt-\[79px\]{
    padding-top: 79px !important;
}
.text-center{
    text-align: center !important;
}
.text-justify{
    text-align: justify !important;
}
.font-sourcehan{
    font-family: 'SourceHanSC', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}
.text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
}
.text-\[12px\]{
    font-size: 12px !important;
}
.text-\[14px\]{
    font-size: 14px !important;
}
.text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-xl{
    font-size: 1.25rem !important;
}
.text-xs{
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.font-bold{
    font-weight: 700 !important;
}
.font-extrabold{
    font-weight: 800 !important;
}
.font-light{
    font-weight: 300 !important;
}
.font-medium{
    font-weight: 500 !important;
}
.font-semibold{
    font-weight: 600 !important;
}
.leading-6{
    line-height: 1.5rem !important;
}
.leading-8{
    line-height: 2rem !important;
}
.leading-loose{
    line-height: 2 !important;
}
.leading-normal{
    line-height: 1.5 !important;
}
.leading-tight{
    line-height: 1.25 !important;
}
.tracking-wide{
    letter-spacing: 0.025em !important;
}
.tracking-wider{
    letter-spacing: 0.05em !important;
}
.tracking-widest{
    letter-spacing: 0.1em !important;
}
.text-blue-500{
    --tw-text-opacity: 1 !important;
    color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
.text-gray-400{
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.text-gray-700{
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.text-gray-800{
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.text-gray-900{
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline{
    text-decoration-line: underline !important;
}
.antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-transform{
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.duration-300{
    transition-duration: 300ms !important;
}
.ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}
/* HarmonyOS Sans SC */
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url(../fonts/HarmonyOS_Sans_SC_Thin.ttf?88d6dd6988e7a2e242cb8382a8b998f2) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf?d74c47f6cd203741629877a5f9a87dea) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf?28c7a5780ddd11ae2446dde01ded9744) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf?a62b956f4f1ad97a29503560069e163e) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url(../fonts/HarmonyOS_Sans_SC_Bold.ttf?d625716e152049c1c80e11feee011b07) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url(../fonts/HarmonyOS_Sans_SC_Black.ttf?59544d252b48b5c4eff4014cf7692ede) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* HarmonyOS_Sans */
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url(../fonts/HarmonyOS_Sans_Thin.ttf?71ad66454dd86fd39766cedc19b209cc) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url(../fonts/HarmonyOS_Sans_Light.ttf?43b5bc6ecd7d1dbc2ddf407b91bda1ce) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url(../fonts/HarmonyOS_Sans_Regular.ttf?8773fbbc99c1eeecf94adc2f630e6948) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url(../fonts/HarmonyOS_Sans_Medium.ttf?d5c4e6582acdf36231ec4e19efb84741) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url(../fonts/HarmonyOS_Sans_Bold.ttf?b04efd429005b64cc40c3b42eb871304) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url(../fonts/HarmonyOS_Sans_Black.ttf?7b971d2e580d01b329319d12edc57487) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/* SourceHanSC */
@font-face {
    font-family: 'SourceHanSC';
    src: url(../fonts/SourceHanSerifSC-ExtraLight.otf?879974e9a8c702022973bdbca212694f) format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSC';
    src: url(../fonts/SourceHanSerifSC-Light.otf?2c2b73fd4e21fb01a066991b9d8e2dd0) format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSC';
    src: url(../fonts/SourceHanSerifSC-Regular.otf?c924275d40cc874087539787bfdd64e9) format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSC';
    src: url(../fonts/SourceHanSerifSC-Medium.otf?ac1c791447a837dcee9a14cee48d7a62) format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSC';
    src: url(../fonts/SourceHanSerifSC-SemiBold.otf?939d0d2572fa777c889ee786f3dd8f5a) format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSC';
    src: url(../fonts/SourceHanSerifSC-Bold.otf?5982695d5eb5d4f600d65eac5237c8a8) format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSC';
    src: url(../fonts/SourceHanSerifSC-Heavy.otf?8a4275a068a23455f752248d1f50e0b0) format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
article > *:not(.entry-content),
.entry-content > *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
#green-board {
    width: 100%;
    height: 400px;
    background-image: url('/wp-content/themes/thankyouteacher/images/greenboard.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -999;
}
#footer {
    background-image: url('/wp-content/themes/thankyouteacher/images/footer_paper_m.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #1b4b33;
}
#footer .contact .contact-item {
            display: flex;
            align-items: center;
        }
#footer .contact .contact-item:not(last-child) {
                margin-bottom: 8px;
            }
#footer .contact .contact-icon {
            width: 16px;
            height: auto;
            margin-right: 14px;
        }
@media only screen and (min-width: 640px) {
    #footer {
        background-image: url('/wp-content/themes/thankyouteacher/images/footer_paper.png');
    }
}
#footer .link-item {
    font-weight: 700 !important;
    padding-right: 1.25rem !important;
    --tw-border-opacity: 1 !important;
    border-color: #1b4b33;
    border-right-width: 2px !important;
    margin-right: 1.25rem;
}
#header {
    min-height: 5rem;
    margin-bottom: 2rem;
}
#header .menu {
        display: flex;
    }
#header .menu .menu-item a {
                color:#fff;
                line-height: 19.2px;
                padding: 0 14px;
            }
#header .menu .menu-item:not(last-child) a {
                    border-right: 1px solid #fff;
                }
.nav-menu .nav-menu-item {
        padding: 0 14px;
        font-size: 19.2px;
        line-height: 19.2px;
        color: #fff;
    }
.nav-menu .nav-menu-item-divider {
        display: inline-block;
        min-width: 1px;
        max-width: 1px;
        min-height: 1em;
        border-left: 1px solid #fff;
    }
.bg-paper {
    background-image: url('/wp-content/themes/thankyouteacher/images/bg_paper.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#home-bg {
    background-image: url('/wp-content/themes/thankyouteacher/images/home/bg_1_m.png');
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: top;
}
@media only screen and (min-width: 640px) {
    #home-bg {
        background-image: url('/wp-content/themes/thankyouteacher/images/home/bg_1.jpg');
        background-size: 105%;
    }
}
#home-bg2 {
}
@media only screen and (min-width: 640px) {
    #home-bg2 {
        background-image: url('/wp-content/themes/thankyouteacher/images/home/img_1.png');
        background-size: 100%;
    }
}
.primary-button {
    background-image: url('/wp-content/themes/thankyouteacher/images/home/button1_m.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    --tw-text-opacity: 1;
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 60%;
}
@media only screen and (min-width: 640px) {
    .primary-button {
        background-image: url('/wp-content/themes/thankyouteacher/images/home/button1.png');
        background-size: 110%;
        width: 25%;
    }
}
@media only screen and (min-width: 1280px) {
    .primary-button {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        width: 270px !important;
    }
}
.button-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-border-opacity: 1;
    border-color: #1b4b33;
    border-width: 1px;
    border-radius: 9999px;
    min-width: 14rem;
}
.collapse-container {
    overflow: hidden;
    padding-left: 2rem;
}
.collapse-container.open{
    height: 100%;
}
.collapse-container.close {
    height: 300px;
}
.collapse-button {
    border: 1px solid black;
    padding: 0.2rem 1rem;
    border-radius: 3rem;;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: #1b4b33;
    margin: 1rem 0;
}
.list ol{
    list-style-type: lower-alpha;
}
.underline-red {
    border-bottom-width: 1px !important;
    border-color: #f14646;
}
.vertical-line {
    border-left: 1px solid white;
}
.side-text {
    position: absolute;
    max-width: 0.25rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'SourceHanSC', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.countdown {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-family: 'SourceHanSC', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.8rem;
    color: #1b4b33;
}
.countdown .days {
    font-size: 2rem;
}
/* Animation */
.am-bk-container {
    position: relative;
    z-index: 0;
    padding: 10px 0px;
}
.am-bk-container .content {
    position: absolute;
    text-align: justify;
}
.am-bk-box {
    position: relative;

    /* z-index: -1;
    top: 20px;
    left: 0px; */
}
.am-bk img{
    width: 100%;
    display: block;
    backface-visibility: hidden;
    height: auto;
}
.am-gd {
    position: absolute;
    width: 100%;
    transition: all 1s linear;
    overflow: hidden;
    top: 0px;
}
.am-gd img{
    width: 100%;
    display: block;
    backface-visibility: hidden;
    height: auto;
}
.am-item {
    position: absolute;
}
.step {
    border: 1px solid white;
    border-radius: 1.5rem;
}
.step .header {
    background-color: white;
    color: #1b4b33;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding: 1rem 2rem;
    text-align: center;
}
.step .content {
    text-align: center;
    padding: 1rem 2rem;
    line-height: 1.8rem;
}
.step .content2 {
    text-align: left;
    padding: 3rem 3rem;
    padding-bottom: 2rem;
}
.step .content2 .title{
    font-size: 1.3rem;
}
.step .content2 button {
    border: 1px solid white;
    padding: 0.2rem 0.9rem;
    border-radius: 1.5rem;
}
#linear {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50px, #e9e5df 200px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media only screen and (min-width: 768px) {
    #linear {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 300px, #e9e5df 600px);
    }
}
@media only screen and (min-width: 1024px) {
    #linear {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 300px, #e9e5df 600px);
    }
}
.page-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: 'SourceHanSC', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#faq {
    background-image: url('/wp-content/themes/thankyouteacher/images/faq/paper-background.png'); /*, linear-gradient(to bottom, rgba(0, 0, 0, 0) 13%, #e9e1db);*/
    background-repeat: no-repeat;
    background-size: 100%;
}
.faq-options button {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    border-color: #1b4b33;
    border-width: 1px !important;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.faq-options button:hover {
    background-color: #1b4b33;
    color: white;
}
.faq-options button.active {
    background-color: #1b4b33;
    color: white;
}
.faq-container .title{
    font-weight: 700;
    font-size: 1.8rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    justify-content: center;
    display: flex;
}
.faq-question {
    font-size: 1.1rem;
    font-weight: bold;
}
@media only screen and (min-width: 640px) {
    .faq-question {
        font-size: 1.2rem;
    }
}
.faq-question button {
    text-align: left;
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.faq-question button i{
    font-size: 36px;
    margin-left: 0.5rem;
}
.faq-answer {
    display: none;
}
@media only screen and (min-width: 640px) {
    .faq-answer {
        padding-left: 2rem;
        font-size: 1.1rem;
    }
}
.faq-answer a{
    color: blue;
}
.faq-answer.list {
    padding-left: 1.3rem;
}
.faq-answer .note {
    color: red;
    margin-top: 2rem;
}
table, th, td {
    border: 1px solid;
}
table {
    width: 100%;
    border-collapse: collapse;
}
tr, td {
    text-align: center;
}
/* NavBar */
.drawer-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
}
.drawer-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
}
.drawer {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    line-height: 1.5715;
    background-image: url('/wp-content/themes/thankyouteacher/images/greenboard.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 0px;
    color: white;
}
/* Sliders */
.slider1 {
    padding: 0.55rem;
    border-width: 1px;
    border-color: white;
}
.slider1 img {
    border-width: 1px;
    border-color: white;
    padding: 0.875rem;
}
.swiper1 .swiper-slide-next .slider1:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.swiper1 .swiper-button-next {
    color: white !important;
}
.swiper1 .swiper-button-prev {
    color: white !important;
}
.swiper1 .swiper-slide-next img {
    filter: brightness(1) !important;
}
.swiper1 {
    padding: 0.8rem 1rem !important;
}
.swiper2 {
    margin-left: 4rem !important;
    margin-right: 4rem ;
}
.swiper2 .swiper-button-next {
    color: #f14646;
}
.swiper2 .swiper-button-prev {
    color: #f14646;
}
.swiper3 .swiper-button-next {
    color: #f14646;
}
.swiper3 .swiper-button-prev {
    color: #f14646;
}
.swiper4 {
    --tw-text-opacity: 1;
    color: #1b4b33;
}
.swiper4 .swiper-button-next {
    color: black;
    right: 0px;
}
.slider4 .header {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    margin-bottom: 1.5rem;
}
.slider4 .header-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.slider4 .header-left {
    font-size: 1.5rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0.75rem;
}
.slider4 .header-right {
    font-size: 0.875rem;
    line-height: 1.25rem;
    align-items: flex-end;
    display: flex;
}
.slider4 .box {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: justify;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
}
.slider4 .box-right {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.slider4 .sub {
    font-weight: 700;
}
.hover\:scale-110:hover{
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.hover\:bg-white:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.hover\:text-black:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-500:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-indigo-500:focus{
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px !important;
}
@media (min-width: 375px){

    .\33xs\:top-\[100px\]{
        top: 100px !important;
    }

    .\33xs\:top-\[400px\]{
        top: 400px !important;
    }

    .\33xs\:top-\[680px\]{
        top: 680px !important;
    }

    .\33xs\:px-12{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .\33xs\:py-16{
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .\33xs\:text-base{
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}
@media (min-width: 425px){

    .\32xs\:left-44{
        left: 11rem !important;
    }

    .\32xs\:top-\[30px\]{
        top: 30px !important;
    }

    .\32xs\:top-\[415px\]{
        top: 415px !important;
    }

    .\32xs\:top-\[725px\]{
        top: 725px !important;
    }

    .\32xs\:w-36{
        width: 9rem !important;
    }

    .\32xs\:w-48{
        width: 12rem !important;
    }

    .\32xs\:text-base{
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}
@media (min-width: 600px){

    .sm\:col-span-1{
        grid-column: span 1 / span 1 !important;
    }

    .sm\:mb-20{
        margin-bottom: 5rem !important;
    }

    .sm\:mb-24{
        margin-bottom: 6rem !important;
    }

    .sm\:mb-6{
        margin-bottom: 1.5rem !important;
    }

    .sm\:mb-8{
        margin-bottom: 2rem !important;
    }

    .sm\:mr-\[55px\]{
        margin-right: 55px !important;
    }

    .sm\:mt-0{
        margin-top: 0px !important;
    }

    .sm\:block{
        display: block !important;
    }

    .sm\:flex{
        display: flex !important;
    }

    .sm\:grid{
        display: grid !important;
    }

    .sm\:hidden{
        display: none !important;
    }

    .sm\:min-h-28{
        min-height: 7rem !important;
    }

    .sm\:w-3\/5{
        width: 60% !important;
    }

    .sm\:w-36{
        width: 9rem !important;
    }

    .sm\:w-64{
        width: 16rem !important;
    }

    .sm\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-5{
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }

    .sm\:flex-row{
        flex-direction: row !important;
    }

    .sm\:justify-start{
        justify-content: flex-start !important;
    }

    .sm\:gap-5{
        gap: 1.25rem !important;
    }

    .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
    }

    .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
        margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
    }

    .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
    }

    .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0 !important;
        margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
        margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
    }

    .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
    }

    .sm\:border-l{
        border-left-width: 1px !important;
    }

    .sm\:px-0{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sm\:px-6{
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .sm\:py-10{
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .sm\:py-28{
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }

    .sm\:pb-20{
        padding-bottom: 5rem !important;
    }

    .sm\:pl-6{
        padding-left: 1.5rem !important;
    }

    .sm\:pr-6{
        padding-right: 1.5rem !important;
    }

    .sm\:pt-36{
        padding-top: 9rem !important;
    }

    .sm\:text-left{
        text-align: left !important;
    }

    .sm\:text-xl{
        font-size: 1.25rem !important;
    }

    .sm\:brightness-50{
        --tw-brightness: brightness(.5) !important;
        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
    }
}
@media (min-width: 782px){

    .md\:my-6{
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .md\:flex{
        display: flex !important;
    }

    .md\:w-1\/2{
        width: 50% !important;
    }

    .md\:text-3xl{
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
    }
}
@media (min-width: 960px){

    .lg\:flex{
        display: flex !important;
    }

    .lg\:hidden{
        display: none !important;
    }

    .lg\:items-center{
        align-items: center !important;
    }

    .lg\:justify-between{
        justify-content: space-between !important;
    }

    .lg\:text-5xl{
        font-size: 3rem !important;
        line-height: 1 !important;
    }
}
@media (min-width: 1280px){

    .xl\:left-\[310px\]{
        left: 310px !important;
    }

    .xl\:left-\[400px\]{
        left: 400px !important;
    }

    .xl\:left-\[600px\]{
        left: 600px !important;
    }

    .xl\:left-\[910px\]{
        left: 910px !important;
    }

    .xl\:top-\[150px\]{
        top: 150px !important;
    }

    .xl\:top-\[410px\]{
        top: 410px !important;
    }

    .xl\:top-\[570px\]{
        top: 570px !important;
    }

    .xl\:w-48{
        width: 12rem !important;
    }

    .xl\:text-2xl{
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .xl\:text-base{
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}
@media (min-width: 1440px){

    .\32xl\:bottom-60{
        bottom: 15rem !important;
    }

    .\32xl\:bottom-\[-100px\]{
        bottom: -100px !important;
    }

    .\32xl\:left-44{
        left: 11rem !important;
    }

    .\32xl\:left-\[660px\]{
        left: 660px !important;
    }

    .\32xl\:top-20{
        top: 5rem !important;
    }

    .\32xl\:top-44{
        top: 11rem !important;
    }

    .\32xl\:top-52{
        top: 13rem !important;
    }

    .\32xl\:top-\[-120px\]{
        top: -120px !important;
    }

    .\32xl\:my-8{
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .\32xl\:mb-10{
        margin-bottom: 2.5rem !important;
    }

    .\32xl\:mb-32{
        margin-bottom: 8rem !important;
    }

    .\32xl\:mb-8{
        margin-bottom: 2rem !important;
    }

    .\32xl\:mb-\[-120px\]{
        margin-bottom: -120px !important;
    }

    .\32xl\:h-24{
        height: 6rem !important;
    }

    .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0 !important;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
        margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
    }

    .\32xl\:py-3{
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .\32xl\:text-3xl{
        font-size: 1.875rem !important;
        line-height: 2.25rem !important;
    }

    .\32xl\:text-6xl{
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }

    .\32xl\:text-base{
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .\32xl\:text-lg{
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .\32xl\:text-sm{
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }

    .\32xl\:text-xl{
        font-size: 1.25rem !important;
    }
}

