*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

a.basic:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #fbc024;
}

a.black:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #000;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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;
}

/*
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;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1.125em;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  html {
  font-size: 1.125em;
}
  body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Maven Pro, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
span.mark {
  font-family: 'Baloo Tamma 2', sans-serif;
}
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: Merriweather, sans-serif;
  font-weight: 700;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
  h1,
  .h1 {
  font-size: 2.2522445474399997em;
}
  @media (min-width: 768px) {

  h1,
  .h1 {
    /*font-size: 2.8153056842999997em;*/
  }
}
  h2,
  .h2 {
  font-size: 1.831093128em;
}
  @media (min-width: 768px) {

  h2,
  .h2 {
    /*font-size: 2.28886641em;*/
    font-size: 2em;
  }
}
  h3,
  .h3 {
  font-size: 1.4886936em;
}
  @media (min-width: 768px) {

  h3,
  .h3 {
    font-size: 1.8608669999999998em;
  }
}
  h4,
  .h4 {
  font-size: 1.5129em;
}
  h5,
  .h5 {
  font-size: 1.23em;
}
  h6,
  .h6 {
  font-size: 1em;
}

*, ::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: 1.5rem;
  padding-left: 1.5rem;
}
@media (max-width: 575px) {
  .container1 .row .sm-p30 {
    padding: 0 30px;
  }
}
@media (min-width: 480px) {

  .container,
  .container1 {
    max-width: 480px;
  }
}
@media (min-width: 575px) {

  .container,
  .container1 {
    max-width: 575px;
  }
}
@media (min-width: 768px) {
  .container1 {
    max-width: initial;
  }
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1320px) {

  .container {
    max-width: 1320px;
  }
}
.line-clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.visually-hidden-focusable {
  position: absolute;
  /*color: #ffffff00 !important;*/
  z-index: 99999999;
  margin-left: 30px;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1.125em;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1.125em;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-auto a {
  overflow: hidden;
}
.col-auto a img {
  /*filter: drop-shadow(0px 1000px 0 #000);
  filter: drop-shadow(0px 1000px 0 #074055);
  transform: translateY(-1000px);*/
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
[data-aos=fade-up-sm] {
    transform: translate3d(0, 10px, 0);
  }
[data-aos=fade-down-sm] {
    transform: translate3d(0, -10px, 0);
  }
[data-aos=fade-up-md] {
    transform: translate3d(0, 15px, 0);
  }
[data-aos=fade-down-md] {
    transform: translate3d(0, -15px, 0);
  }
[data-aos=fade-left-sm] {
    transform: translate3d(-15px, 0, 0);
  }
[data-aos=fade-right-sm] {
    transform: translate3d(15px, 0, 0);
  }
.breadcrumb {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2.5rem;
}
.breadcrumb-list-item {
  vertical-align: middle;
  font-size: 1.125em;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.breadcrumb-list-item a:hover {
  color: rgb(0 0 0 / 0.7);
}
.breadcrumb-list-item a,
  .breadcrumb-list-item span {
  vertical-align: middle;
}
.breadcrumb-list-item:first-child {
  position: relative;
  padding-left: 2rem;
  vertical-align: middle;
  font-size: 1.125em;
  /*font-weight: 500;*/
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.breadcrumb-list-item:first-child::after {
  --tw-content: "";
  content: var(--tw-content);
  position: absolute;
  left: 0px;
  top: 50%;
  height: 20px;
  width: 20px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url("../icon/home.svg");
  background-size: cover;   
  background-repeat: no-repeat;   
  background-position: center center;
}
.breadcrumb-list-item:last-child {
  position: relative;
}
.breadcrumb-list-item:last-child::before {
  position: absolute;
  bottom: 0px;
  left: -24px;
  font-size: 1.125em;
  /*--tw-content: "/";*/
  /*content: var(--tw-content);*/
}
.link-animation {
    border-bottom-width: 0;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#fcf5de, rgb(0, 0, 0));
    background-size: 0 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s cubic-bezier(0.42, 0, 0.36, 0.96);
    /*padding-bottom: 4px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.link-animation:hover {
    background-size: 100% 2px;
    background-position: 0 100%;
  }
.line-bg {
  pointer-events: none;
  left: 0px;
  top: 50%;
  z-index: -10;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-content: space-between;
}
.line-bg span {
  width: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='20px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23EAEAEA' stroke-width='3' stroke-dasharray='30' stroke-dashoffset='21' stroke-linecap='square'/%3E%3C/svg%3E");
}
.line-bg .bg-line-dark {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='20px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%231EA9DA' stroke-width='3' stroke-dasharray='30' stroke-dashoffset='21' stroke-linecap='square'/%3E%3C/svg%3E") !important;
    opacity: .  5;
  }
.line-bg .bg-line-yellow {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='20px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23FFD54A' stroke-width='3' stroke-dasharray='30' stroke-dashoffset='21' stroke-linecap='square'/%3E%3C/svg%3E") !important;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='20px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23B5E0FF' stroke-width='3' stroke-dasharray='30' stroke-dashoffset='21' stroke-linecap='square'/%3E%3C/svg%3E") !important;
  }
.line-bg .bg-line-sky {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='20px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23B5E0FF' stroke-width='3' stroke-dasharray='30' stroke-dashoffset='21' stroke-linecap='square'/%3E%3C/svg%3E") !important;
  }
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-top: 40px;
  }
  #main-content .section {
    padding-top: 50px;
    padding-top: 10px;
  }
}
.section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {

  .section-md {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-bottom: 75px;
  }
  .section-md .mt-10 {
    margin-top: 5em;
  }
}
.section-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {

  .section-lg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 1320px) {

  .section-lg {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
.container,
.container1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 574px) {
    .container {
      padding: 0px 1rem;
    }
  }
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x,calc(1.5rem / 2));
  padding-right: var(--bs-gutter-x,calc(1.5rem / 2));
    --bs-gutter-x: 1rem;
}
@media screen and (min-width: 1024px) {
    .container-fluid {
      --bs-gutter-x: 2.5rem;
    }
}
@media screen and (min-width: 1200px) {
  .container-fluid {
    width: 1024px;
  }
}
@media screen and (min-width: 1320px) {
  .container-fluid {
    width: 1320px;
  }
}
.form-input,
  .form-textarea {
  width: 100%;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  font-size: 1em;
  line-height: 1.25rem;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
}
.form-input::placeholder,
  .form-textarea::placeholder {
  font-size: 1em;
  line-height: 1.25rem;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
}
@media (min-width: 575px) {

  .form-input,
  .form-textarea {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
.form-label {
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 600;
}
.form-label span {
  font-weight: 200;
  font-size: 0.9375em;
}
.social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-family: Merriweather, sans-serif;
}
.social-icons li {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #074055;
}
.social-icons li a {
  display: inline-block;
  height: 56px;
  width: 56px;
  transform: none;
  border-radius: 9999px;
  background-color: rgb(34 34 34 / 0.9);
  background-color: #15579f;
  background-color: #36BEF0;
  text-align: center;
  font-size: 1.125em;
  line-height: 68px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.social-icons li a:hover {
  color: #fbc024;
  color: #02136B;
  --tw-rotate: -12deg;
  --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));
}
.social-icons li a i {
  font-size: 2em;
  line-height: 1.25rem;
}

.min-line .social-icons li a {
  height: 38px;
  width: 38px;
  line-height: 40px;
}
.min-line .social-icons li a i {
  font-size: 1.1em;
}
@media (min-width: 575px) {

  .social-icons li a i {
    font-size: 2em;
  }
}
.accordion {
  border-radius: 0.375rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: rgb(219 219 219 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.accordion:not(:last-child) {
  margin-bottom: 1.5rem;
}
.accordion-header {
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.125em;
  line-height: 1.75rem;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
@media (min-width: 575px) {

  .accordion-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 768px) {

  .accordion-header {
    font-size: 1.5em;
  }
}
.accordion-icon {
  /*height: 0.68em;*/
  /*width: 0.68em;*/
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.accordion-content {
  max-height: 0px;
  overflow: hidden;
  font-size: 1.125em;
  line-height: 1.75rem;
}
.accordion.active .accordion-icon {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion.active .accordion-content {
  max-height: 100vh;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 0px;
}
.accordion.active .accordion-content.menu {
  font-size: 1.125em;
  padding-bottom: 0.5rem;
  max-height: fit-content;
}
.accordion.active .accordion-content.menu ul {
  padding-top: 0.5rem;
}
.accordion.active .accordion-content.menu ul.text-naka {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.accordion .accordion-content.menu ul li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.accordion .accordion-content.menu ul li {
  background-color: #fbc024;
  color: #000;
  border-radius: 0.375rem;
  padding: 1rem 1.5rem;
  padding: 0.5rem 0.9rem;
}
.accordion .accordion-content.menu ul li:hover {
  background-color: #ff9800;
  color: #000;
}
@media (min-width: 575px) {
  .accordion.active .accordion-content {
    padding: 2.5rem;
    padding-top: 0px;
  }
}
.content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.content :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.content :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.content :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.content :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.content :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.content :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.content :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.content :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.content :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.content :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.content :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.content :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.content :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.content :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.content :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.content :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.content :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.content :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.content :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.content :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.content :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.content :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.content :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.content :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.content :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.content :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.content :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.content :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.content :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.content :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.content :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.content :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.content :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.content :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.content :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.content :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.content :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.content :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.content :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.content :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.content :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1.125em;
  line-height: 1.75;
}
.content :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.content :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.content :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.content :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.content :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.content :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.content :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.content :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.content {
  max-width: none;
}
.content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  margin-bottom: .4em;
  margin-top: .5em;
  font-family: Maven Pro, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.content :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-size: 2.2522445474399997em;
}
@media (min-width: 768px) {

  .content :is(:where(h1):not(:where([class~="not-prose"] *))) {
    font-size: 2.8153056842999997em;
  }
}
.content :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 1.831093128em;
}
@media (min-width: 768px) {

  .content :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 2em;
  }
}
.content :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 1.4886936em;
}
@media (min-width: 768px) {

  .content :is(:where(h3):not(:where([class~="not-prose"] *))) {
    font-size: 1.8608669999999998em;
  }
}
.content :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 1.21032em;
}
@media (min-width: 768px) {

  .content :is(:where(h4):not(:where([class~="not-prose"] *))) {
    font-size: 1.5129em;
  }
}
.content :is(:where(ol):not(:where([class~="not-prose"] *))) {
  margin-bottom: 2rem;
}
.content :is(:where(ul):not(:where([class~="not-prose"] *))) {
  margin-bottom: 2rem;
}
.content :is(:where(hr):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.content :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 2rem;
  font-size: 1.125em;
  font-size: 1em;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.content :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.content :is(:where(code):not(:where([class~="not-prose"] *))) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.content :is(:where(pre):not(:where([class~="not-prose"] *))) {
  border-radius: 0px;
}
.content :is(:where(strong):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.content :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.content :is(:where(a):not(:where([class~="not-prose"] *))):hover {
  text-decoration-line: underline;
}
.content *::marker {
  font-size: 2.125em;
  line-height: 1.75rem;
  color: rgb(34 34 34 );
  color: #48BDC5;
}
.content::marker {
  font-size: 1.125em;
  line-height: 1.75rem;
  color: rgb(34 34 34 );
}
.content :is(:where(li):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.content :is(:where(table):not(:where([class~="not-prose"] *))) {
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.content :is(:where(thead):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.content :is(:where(th):not(:where([class~="not-prose"] *))) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.content :is(:where(tr):not(:where([class~="not-prose"] *))) {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.content :is(:where(td):not(:where([class~="not-prose"] *))) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0.375rem;
  border-left-width: 10px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity));
  padding-bottom: 2.5rem;
  padding-top: 5rem;
}
@media (min-width: 575px) {

  .content :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 2.5rem;
  }
}
.content blockquote p {
  position: relative;
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-bottom: 1.5rem;
  font-size: 1.125em;
  line-height: 1.75rem;
  font-weight: 500;
  font-style: normal;
  color: rgb(34 34 34 / 0.8);
}
@media (min-width: 768px) {

  .content blockquote p {
    font-size: 1.5em;
    line-height: 2rem;
  }
}
.content blockquote p::before {
  position: absolute;
  top: -2rem;
  left: 0px;
  height: 1.5rem;
  width: 2.25rem;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 575px) {

  .content blockquote p::before {
    top: -0px;
    left: -43px;
  }
}
.content blockquote p::before {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='22' viewBox='0 0 28 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.48981 0.476949C4.03994 2.85964 1.01629 6.71712 0.174469 11.0856C-0.0396232 12.1964 -0.0602203 14.2939 0.132315 15.3785C0.36826 16.7075 0.875437 18.0314 1.4949 18.9355C2.35784 20.1946 2.9931 20.7936 4.03928 21.3344C4.99915 21.8307 5.59632 21.9677 6.79184 21.9661C7.99548 21.9645 8.47985 21.8557 9.34906 21.3915C10.3834 20.8392 11.1192 20.0028 11.7092 18.7086C12.0896 17.8739 12.2324 17.2054 12.228 16.279C12.2132 13.165 9.94483 10.8319 6.75566 10.6507C5.88335 10.6012 5.34694 10.6806 4.67831 10.9582L4.22975 11.1445L4.28142 10.7896C4.4476 9.64834 4.94681 8.1737 5.50906 7.16341C6.47912 5.42031 8.15612 3.73665 10.1258 2.52811C10.5079 2.29374 10.811 2.08031 10.7994 2.0539C10.742 1.92259 9.44452 0.00432733 9.41262 0.00349244C9.39232 0.00296115 8.97706 0.216009 8.48981 0.476949ZM24.2514 0.461086C19.2677 3.16043 16.0809 7.65455 15.7698 12.4222C15.5526 15.7497 16.4771 18.5009 18.4503 20.3986C20.4898 22.36 24.1222 22.5511 26.0359 20.7977C26.7802 20.1156 27.5596 18.7668 27.8296 17.6935C28.459 15.1911 27.3023 12.5385 25.0632 11.3495C23.5817 10.5628 21.7295 10.4093 20.3941 10.9624C20.1606 11.0591 19.9696 11.1219 19.9696 11.102C19.9696 11.0821 20.0363 10.7296 20.1177 10.3186C20.7449 7.15445 22.6379 4.58057 25.8202 2.565C26.2161 2.31431 26.54 2.09299 26.54 2.07333C26.54 2.00927 25.1838 -0.00136548 25.1415 6.95896e-07C25.1189 0.000683785 24.7184 0.208191 24.2514 0.461086Z' fill='black' fill-opacity='0.2'/%3E%3C/svg%3E%0A");
  }
.content blockquote p::after {
    display: none;
  }
.content blockquote cite,
  .content blockquote .destination {
  font-style: normal;
}
.content blockquote .destination {
  font-size: 0.875em;
  line-height: 1.25rem;
  font-weight: 400;
}
.content blockquote > *:first-child {
    margin-top: 0px !important;
  }
.content blockquote > *:last-child {
    margin-bottom: 0px !important;
  }
.content p + ul,
  .content p + ol {
  margin-top: 0px;
}
.content > *:first-child {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
.content > *:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
.page-header::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
            clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
}
.page-header::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(253 225 121 / 0.2);
  background-color: rgb(234 252 255);
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
            clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
}
.page-header .line-bg {
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
            clip-path: polygon(0 -1%, 100% 0, 100% 85%, 0 45%);
  }
.banner::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
}
@media screen and (max-width: 1320px) {
    .banner::before {
      -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
              clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
    }
  }
@media screen and (max-width: 575px) {
    .banner::before {
      -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 70%, 0 50%);
              clip-path: polygon(0 -1%, 100% 0, 100% 70%, 0 50%);
    }
  }
.banner::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(253 225 121 / 0.2);
  background-color: #15579f1c;
  background-color: #f4fdff;
  background-color: #e9fbff;
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
}
@media screen and (max-width: 1320px) {
    .banner::after {
      -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
              clip-path: polygon(0 -1%, 100% 0, 100% 90%, 0 50%);
    }
  }
@media screen and (max-width: 575px) {
    .banner::after {
      -webkit-clip-path: polygon(0 -1%, 100% 0, 100% 70%, 0 50%);
              clip-path: polygon(0 -1%, 100% 0, 100% 70%, 0 50%);
    }
  }
.banner .line-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
            z-index: 11;
  }
@media screen and (max-width: 1320px) {
    .banner .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
    }
  }
@media screen and (max-width: 575px) {
    .banner .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 50%);
              clip-path: polygon(0 0, 100% 0, 100% 70%, 0 50%);
    }
  }
.banner .image-block {
  position: relative;
  z-index: 10;
  padding-left: 2rem;
}
.banner .image-block::before {
  top: -1rem;
  content: var(--tw-content);
  left: 1rem;
}
.banner .image-block::after {
  bottom: -15px;
  content: var(--tw-content);
  right: -20px;
}
@media (min-width: 575px) {

  .banner .image-block {
    padding-left: 5rem;
  }
  .banner .image-block::before {
    left: 3rem;
    content: var(--tw-content);
    top: -30px;
  }

  .banner .image-block::after {
    bottom: -30px;
    content: var(--tw-content);
    right: -30px;
  }
}
.banner .image-block::before, .banner .image-block::after {
  position: absolute;
  z-index: -10;
  height: 100%;
  width: calc(100% - 80px);
  --tw-content: "";
  content: var(--tw-content);
}
.banner .image-block::before {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 137 / var(--tw-bg-opacity));
}
.banner .image-block::after {
  --tw-bg-opacity: 1;
  background-color: rgb(253 225 121 / var(--tw-bg-opacity));
}
.banner .image-block::before, .banner .image-block::after {
    -webkit-clip-path: polygon(32% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 1% 28%);
            clip-path: polygon(32% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 1% 28%);
  }
@media screen and (max-width: 574px) {
    .banner .image-block::before, .banner .image-block::after {
      -webkit-clip-path: polygon(38% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 30%);
              clip-path: polygon(38% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 30%);
    }
  }
@media screen and (max-width: 380px) {
    .banner .image-block::before, .banner .image-block::after {
      -webkit-clip-path: polygon(42% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 30%);
              clip-path: polygon(42% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 30%);
    }
  }
.banner .image-block .banner-image {
    /*-webkit-clip-path: polygon(32% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 1% 28%);
            clip-path: polygon(32% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 1% 28%);*/
  }
.banner .image-block .floating-image > div {
  position: absolute;
  border-radius: 0.375rem;
}
.banner .image-block .floating-image .image-1 {
  bottom: 70px;
  left: 0px;
}
.banner .image-block .floating-image .image-2 {
  right: -120px;
  top: 25%;
}
.banner .image-block .shape {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.banner .image-block .shape-1 {
  top: -5rem;
  left: 1.25rem;
  z-index: -30;
}
.features::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 33%, 100% 60%, 0 100%);
              clip-path: polygon(0 0, 100% 33%, 100% 60%, 0 100%);
}
.features.v1 .line-bg {
  -webkit-clip-path: polygon(0 52%, 100% 62%, 100% 93%, 0 100%);
    clip-path: polygon(0 52%, 100% 62%, 100% 93%, 0 100%);
    -webkit-clip-path: polygon(0 52%, 100% 62%, 100% 93%, 0 100%);
  clip-path: polygon(0 52%, 100% 62%, 100% 93%, 0 100%);
}
.features.v1::after {
      -webkit-clip-path: polygon(0 52%, 100% 62%, 100% 93%, 0 100%);
    clip-path: polygon(0 52%, 100% 62%, 100% 93%, 0 100%);
    -webkit-clip-path: polygon(0 52%, 100% 62%, 100% 93%, 0 100%);
  clip-path: polygon(0 52%, 100% 62%, 100% 93%, 0 100%);
}
@media screen and (max-width: 1320px) {
    .features::after {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 33%, 100% 60%, 0 100%);
              clip-path: polygon(0 0, 100% 33%, 100% 60%, 0 100%);
    }
  }
@media screen and (max-width: 575px) {
    .features::after {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
  }
.features .line-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 33%, 100% 60%, 0 100%);
              clip-path: polygon(0 0, 100% 33%, 100% 60%, 0 100%);
  }
@media screen and (max-width: 1320px) {
    .features .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
      -webkit-clip-path: polygon(0 0, 100% 33%, 100% 60%, 0 100%);
              clip-path: polygon(0 0, 100% 33%, 100% 60%, 0 100%);
    }
  }
@media screen and (max-width: 575px) {
    .features .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    }
  }
.colored-box-icon .icon-box {
  margin-bottom: 1rem;
  width: 60px;
  height: 60px;
  border-radius: 99rem;
  padding: 0.6rem;
  text-align: center;
  font-size: 1.5em;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  border: 7px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.colored-box-icon.has-colored-text > div:nth-child(5n+1) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(251 146 137 / var(--tw-text-opacity));
}
.colored-box-icon.has-colored-text > div:nth-child(5n+2) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(115 207 168 / var(--tw-text-opacity));
}
.colored-box-icon.has-colored-text > div:nth-child(5n+3) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(115 177 255 / var(--tw-text-opacity));
}
.colored-box-icon.has-colored-text > div:nth-child(5n+4) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(253 225 121 / var(--tw-text-opacity));
}
.colored-box-icon.has-colored-text > div:nth-child(5n+5) .icon-box {
  --tw-text-opacity: 1;
  color: rgb(115 207 168 / var(--tw-text-opacity));
}
.colored-box-icon > div:nth-child(5n+1) .icon-box {
  /*background-color: rgb(251 146 137 / 0.2);*/
}
.colored-box-icon > div:nth-child(5n+2) .icon-box {
  /*background-color: rgb(115 207 168 / 0.2);*/
}
.colored-box-icon > div:nth-child(5n+3) .icon-box {
  /*background-color: rgb(115 177 255 / 0.2);*/
}
.colored-box-icon > div:nth-child(5n+4) .icon-box {
  /*background-color: rgb(253 225 121 / 0.4);*/
}
.colored-box-icon > div:nth-child(5n+5) .icon-box {
  /*background-color: rgb(115 207 168 / 0.2);*/
}
.colored-box-icon .icon-box.red {
  background-color: #FB9289;
  box-shadow: 0 0 0 1px #fb9289;
}
.colored-box-icon .icon-box.gree {
  background-color: #74cfa9;
  box-shadow: 0 0 0 1px #74cfa9;
}
.colored-box-icon .icon-box.bull {
  background-color: #73B2FF;
  box-shadow: 0 0 0 1px #73B2FF;
}
.colored-box-bg .box-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 575px) {

  .colored-box-bg .box-bg {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1320px) {

  .colored-box-bg .box-bg {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.colored-box-bg > div:nth-child(3n+1) .box-bg {
  background-color: rgb(251 146 137 / 0.1);
}
.colored-box-bg > div:nth-child(3n+2) .box-bg {
  background-color: rgb(115 177 255 / 0.1);
}
.colored-box-bg > div:nth-child(3n+3) .box-bg {
  background-color: rgb(253 225 121 / 0.1);
}
.articles::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
}
@media screen and (max-width: 1320px) {
    .articles::after {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 60%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 60%);
    }
  }
@media screen and (max-width: 575px) {
    .articles::after {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    }
  }
.articles .line-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0 50%);
  }
@media screen and (max-width: 1320px) {
    .articles .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 60%);
              clip-path: polygon(0 0, 100% 0, 100% 90%, 0 60%);
    }
  }
@media screen and (max-width: 575px) {
    .articles .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    }
  }
.feature.triangle-up::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
@media screen and (min-width: 768px) {
    .feature.triangle-up::after {
      -webkit-clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%);
    }
    .feature.triangle-up .line-bg {
      -webkit-clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%);
    }
  }
.feature.triangle-down::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
@media screen and (min-width: 768px) {
    .feature.triangle-down::after {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
    }
    .feature.triangle-down .line-bg {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%);
    }
  }
.feature-clip-path-1 {
  z-index: 10;
}
.feature-clip-path-1::before {
  position: absolute;
  left: 13%;
  top: 0%;
  z-index: -10;
  height: 70%;
  width: 55%;
  --tw-bg-opacity: 1;
  background-color: rgb(253 225 121 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .feature-clip-path-1::before {
    content: var(--tw-content);
    width: 50%;
  }
}
.feature-clip-path-1::after {
  position: absolute;
  bottom: 15%;
  right: 14%;
  z-index: -10;
  height: 70%;
  width: 55%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(253 225 121 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.feature-clip-path-1::before {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
  }
.feature-clip-path-1::after {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
  }
.feature-clip-path-2 {
  z-index: 10;
}
.feature-clip-path-2::before {
  position: absolute;
  left: 13%;
  top: 1%;
  z-index: -10;
  height: 70%;
  width: 55%;
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 137 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .feature-clip-path-2::before {
    content: var(--tw-content);
    width: 50%;
  }
}
.feature-clip-path-2::after {
  position: absolute;
  bottom: 15%;
  right: 14%;
  z-index: -10;
  height: 70%;
  width: 55%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 137 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.feature-clip-path-2::before {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
  }
.feature-clip-path-2::after {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
  }
.list-dotted-line-separator li:not(:first-child) {
  position: relative;
}
@media (min-width: 768px) {

  .list-dotted-line-separator li:not(:first-child) {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list-dotted-line-separator li:not(:first-child)::after {
    position: absolute;
    left: 0px;
    top: 50%;
    height: 140%;
    width: 1px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-content: "";
    content: var(--tw-content);
  }
}
@media (min-width: 1024px) {

  .list-dotted-line-separator li:not(:first-child) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1320px) {

  .list-dotted-line-separator li:not(:first-child) {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.list-dotted-line-separator li:not(:first-child)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='1px' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23F96D61' stroke-width='2' stroke-dasharray='6, 14' stroke-dashoffset='0' stroke-linecap='square'/%3E%3C/svg%3E");
  }
.list-dotted-line-separator li:first-child {
  padding-left: 0px;
}
@media (min-width: 768px) {

  .list-dotted-line-separator li:first-child {
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {

  .list-dotted-line-separator li:first-child {
    padding-right: 2.5rem;
  }
}
@media (min-width: 1320px) {

  .list-dotted-line-separator li:first-child {
    padding-right: 4rem;
  }
}
.list-dotted-line-separator li:last-child {
  padding-right: 0px;
}
.has-bg-shape::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .has-bg-shape::after {
    --tw-content: "";
    content: var(--tw-content);
  }
}
.has-bg-shape::after {
    -webkit-clip-path: polygon(0% 12%, 100% 0%, 100% 88%, 0% 100%);
            clip-path: polygon(0% 12%, 100% 0%, 100% 88%, 0% 100%);
  }
@media screen and (min-width: 768px) {
    .has-bg-shape .line-bg {
      -webkit-clip-path: polygon(0% 12%, 100% 0%, 100% 88%, 0% 100%);
              clip-path: polygon(0% 12%, 100% 0%, 100% 88%, 0% 100%);
    }
  }
.faq::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 253 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 60%);
            clip-path: polygon(0 0, 100% 0, 100% 95%, 0 60%);
}
@media screen and (max-width: 1320px) {
    .faq::after {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 60%);
              clip-path: polygon(0 0, 100% 0, 100% 85%, 0 60%);
    }
  }
.faq .line-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 60%);
            clip-path: polygon(0 0, 100% 0, 100% 95%, 0 60%);
  }
@media screen and (max-width: 1320px) {
    .faq .line-bg {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 60%);
              clip-path: polygon(0 0, 100% 0, 100% 85%, 0 60%);
    }
  }
.blog-single::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 50%);
  }
.blog-single .line-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 50%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 50%);
  }
.pricing-details {
  margin-bottom: 2.5rem;
  margin-top: 2rem;
  border-bottom-width: 1px;
  border-bottom-color: rgb(219 219 219 / var(--tw-border-opacity));
  --tw-border-opacity: 0.7;
  padding-bottom: 2rem;
  font-size: 1.125em;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.pricing-details li::before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
footer::after {
    -webkit-clip-path: polygon(0 -1px, 100% -1px, 100% 100%, 0 38%);
            clip-path: polygon(0 -1px, 100% -1px, 100% 100%, 0 38%);
  }
@media screen and (max-width: 1023px) {
    footer::after {
      -webkit-clip-path: polygon(0 -1px, 100% -1px, 100% 85%, 0% 30%);
              clip-path: polygon(0 -1px, 100% -1px, 100% 85%, 0% 30%);
    }
  }
footer .line-bg {
    -webkit-clip-path: polygon(0% 9%, 100% 24%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 9%, 100% 24%, 100% 100%, 0% 100%);
  }
@media screen and (max-width: 1023px) {
    footer .line-bg {
      -webkit-clip-path: polygon(0% 9%, 100% 24%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 9%, 100% 24%, 100% 100%, 0% 100%);
    }
  }
footer .cta-clip-path {
  z-index: 10;
}
footer .cta-clip-path::before {
  position: absolute;
  left: 20%;
  top: 5%;
  z-index: -10;
  height: 250px;
  width: 250px;
  --tw-bg-opacity: 1;
  background-color: rgb(115 177 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
footer .cta-clip-path::after {
  position: absolute;
  bottom: 7%;
  right: 17%;
  z-index: -10;
  height: 250px;
  width: 250px;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(115 177 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
footer .cta-clip-path::before {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
  }
footer .cta-clip-path::after {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 35.86%, 40% 0%);
  }
footer.footer-alt {
    -webkit-clip-path: polygon(0% 1%, 100% 16%, 100% 101%, 0% 101%);
            clip-path: polygon(0% 1%, 100% 16%, 100% 101%, 0% 101%);
  }
@media screen and (max-width: 767px) {
    footer.footer-alt {
      -webkit-clip-path: polygon(0% 1%, 100% 5%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 1%, 100% 5%, 100% 100%, 0% 100%);
    }
  }
footer.footer-alt::after {
    -webkit-clip-path: polygon(0 -1px, 100% -1px, 100% 31%, 0 1%);
            clip-path: polygon(0 -1px, 100% -1px, 100% 31%, 0 1%);
  }
@media screen and (max-width: 767px) {
    footer.footer-alt::after {
      -webkit-clip-path: polygon(0 -1px, 100% -1px, 100% 5%, 0 1%);
              clip-path: polygon(0 -1px, 100% -1px, 100% 5%, 0 1%);
    }
  }
footer.footer-alt .line-bg {
    -webkit-clip-path: polygon(0% 1%, 89% 15%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 1%, 89% 15%, 100% 100%, 0% 100%);
  }
@media screen and (max-width: 767px) {
    footer.footer-alt .line-bg {
      -webkit-clip-path: polygon(0% 1%, 100% 5%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 1%, 100% 5%, 100% 100%, 0% 100%);
    }
  }
.widget-title {
  margin-bottom: 1rem;
  font-family: Maven Pro, sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #074055;
}
@media (min-width: 768px) {

  .widget-title {
    margin-bottom: 2rem;
  }
}
.widget-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.9375em;
}
@media (min-width: 768px) {

  .widget-content {
    gap: 1.5rem;
  }
}
.widget-content li {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(255 255 255 / 0.8);
  color: rgb(7 64 85 / 0.8);
  color: #084961;
}
@media (min-width: 575px) {

  .widget-content li {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.widget-content li a:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #fbc024;
  color: #02136B;
}
.copyright {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.9375em;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.5);
  color: rgb(7 64 85 / 0.5);
  color: #074055;
}
.copyright a {
  text-decoration-line: none;
}
.copyright a:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.notice {
  position: relative;
  z-index: 30;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  background-color: #8BC34A;
  background-color: #4CAF50;
  background-color: #15579f;
  background-color: #36BEF0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #074055;
}
.notice a {
}
.notice a:hover {
  color: #fbc024;
  color: #03186C;
  text-decoration-line: none;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.notice * {
    font-size: 0.9375em;
  }
.notice * i {
  font-size: 1.6875em;
}
.notice * i:hover {
  color: #fbc024;
  color: #03186C;
}
@media screen and (max-width: 575px) {
    .notice * {
      font-size: 0.9375em ;
    }
  }
.header {
  position: sticky;
  top: -1px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.header a:not(.btn),
  .header .nav-link,
  .header .nav-dropdown-link,
  .header label {
  font-size: 0.9375em;
}
@media (min-width: 1320px) {

  .header a:not(.btn),
  .header .nav-link,
  .header .nav-dropdown-link,
  .header label {
    font-size: 1.125em;
  }
}
.header.header-fixed-top {
  z-index: 999;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.03);
    background-color: white !important;
}
.header.header-fixed-top .line-bg {
    display: none;
  }
.header.header-fixed-top .navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.header.header-fixed-top .navbar-wrapper {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.header.z-50 {
  z-index: 9999;
}
.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 1024px) {

  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.navbar-wrapper {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-left: auto;
  display: flex;
  /*display:none;*/
  height: 0px;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column-reverse;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.navbar-wrapper.active {
  display: flex;
}
@media (max-width: 1023px) {
  .navbar-wrapper {
    display:none;
  }
}
@media (min-width: 1024px) {

  .navbar-wrapper {
    visibility: visible;
    position: static;
    height: auto;
    width: auto;
    flex-direction: row;
    overflow: visible;
    background-color: transparent;
    padding: 0px;
    opacity: 1;
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    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);
  }
}
.navbar-toggler {
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
  --tw-border-opacity: 0.75;
  padding: 0.25rem;
}
a.navbar-toggler:hover {
  border-color: #D92717;
}
a.navbar-toggler:hover .bg-dark {
  background-color: #D92717;
}

@media (min-width: 1024px) {

  .navbar-toggler {
    display: none;
  }
}
.navbar-brand img {
  max-height: 100%;
  width: 130px;
  max-width: 100%;
}
@media (min-width: 1320px) {

  .navbar-brand img {
    width: 158px;
  }
}
.navbar-nav {
  order: 3;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {

  .navbar-nav {
    order: 2;
  }
}
@media (min-width: 768px) {

  .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 1024px) {

  .navbar-nav {
    order: 2;
    margin-left: auto;
    margin-right: 0px;
    width: auto;
    flex-direction: row;
    background-color: transparent;
  }
}
.nav-item {
  z-index: 10;
  margin-right: 0px;
}
.nav-item .nav-link {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav-item:hover {
  background-color: #fbc024;
  color: #fff;
  border-radius: 0.375rem;
}
.nav-item:hover .nav-link {
  /*color: #fff;*/
}
.nav-item .nav-link .arrow-icon {
  margin-left: 6px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media screen and (max-width: 1023px) {
    .nav-item.active > .nav-link svg {
      transform: rotate(180deg);
    }
    .nav-item.active .nav-dropdown-list {
    display: block;
  }
    .nav-item.active > .nav-link svg {
      transform: rotate(180deg);
    }
    .nav-item.active .nav-dropdown-list {
    display: block;
  }
  }
@media screen and (min-width: 1024px) {
    .nav-item:hover .nav-link .arrow-icon {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  }
.nav-item {
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {

  .nav-item {
    text-align: left;
  }

  .nav-item:first-child .nav-link {
    /*padding-left: 0px;*/
  }
}
.nav-link {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1100px) {

  .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1340px) {

  .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.nav-link .arrow-icon {
  position: relative;
  z-index: -10;
  font-size: 1em;
}
.nav-dropdown {
  z-index: 10;
  margin-right: 0px;
}
.nav-dropdown .nav-link {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav-dropdown .nav-link .arrow-icon {
  margin-left: 6px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.nav-dropdown-list {
  z-index: 10;
  margin: auto;
  display: none;
  width: 250px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.nav-dropdown-list.all {
  width: 112%;
  position: fixed;
  right: 0;
  max-width: 100%;
}
.nav-dropdown-list.all .nav-dropdown-item:hover {
  background-color: #fff;
}
.nav-dropdown-list.all .end {
  position: relative;
  padding-left: 30px;
}
.nav-dropdown-list.all .end:not(:first-child)::after {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 88%;
  width: 1px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: "";
  content: var(--tw-content);
  background-image: url("../img/line.svg");
}
.nav-dropdown-list.all .end .nav-all-list {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.nav-dropdown-list.all .end .nav-all-item {
  width: 25%;
}
.nav-dropdown-list.all .nav-all-item {
  border-radius: 0.375rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.nav-dropdown-list.all .nav-all-item:hover {
  background-color: rgb(0 0 0 / 0.05);
  background-color: rgb(116 207 169);
  --tw-bg-opacity: 0.2;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
@media (max-width: 1319px) {
  .nav-dropdown-item .xl\:col-3 {
    width: 25%;
  }
  .nav-dropdown-list.all .end .nav-all-item {
    width: 33.333333%;
  }
}
@media (max-width: 1079px) {
  .nav-dropdown-list.all {
    width: 116%;
  }
  .nav-dropdown-list.all .nav-all-list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .nav-dropdown-list.all .nav-all-item {
    width: 25%;
  }
  .nav-dropdown-item .xl\:col-3 {
    width: 100%;
  }
  .nav-dropdown-list.all .end {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .nav-dropdown-list.all .end:not(:first-child)::after {
    background-image: none;
  }
}
@media (min-width: 1024px) {

  .nav-dropdown-list {
    visibility: hidden;
    position: absolute;
    margin: 0px;
    display: block;
    opacity: 0;
  }
  .ling .nav-dropdown-list {
    right: 0;
  }
}
.nav-dropdown-list {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  }
.nav-dropdown-item {
  border-radius: 0.375rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.nav-dropdown-item:hover {
  background-color: rgb(0 0 0 / 0.05);
  background-color: rgb(116 207 169);
  --tw-bg-opacity: 0.2;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.nav-dropdown-link {
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .nav-dropdown-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
    .navbar-wrapper.active {
    height: auto;
    border-radius: 0.375rem;
    padding: 0.75rem;
    opacity: 1;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
      max-height: calc(100vh - 250%);
      overflow: auto;
  }
    .nav-dropdown.active > .nav-link svg {
      transform: rotate(180deg);
    }
    .nav-dropdown.active .nav-dropdown-list {
    display: block;
  }
  .navbar-but .nav-dropdown.active .nav-dropdown-list {
    position: relative;
  }
  .navbar-but .nav-item:hover {
    ackground-color: #36bff000;
  }
  .navbar-but .nav-item.active,
  .navbar-but .animenu__nav > li:focus-within > a {
    background-color: #fbc024;
  }
  .nav-dropdown-list.all {
    position: inherit;
    width: 100%;
  }
  .nav-dropdown-list.all .nav-all-list {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .nav-dropdown-list.all .end:not(:first-child)::after {
    width: 0;
  }
  .nav-dropdown-list,
  .nav-dropdown-list.all .nav-dropdown-item:hover {
    background-color: rgb(233 230 230);
  }
}
@media screen and (max-width: 767px) {
  .nav-dropdown-list.all .pl-6 {
    padding-left: 0;
  }
  .nav-dropdown-list.all .py-4 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-dropdown-list.all .nav-all-list,
  .nav-dropdown-list.all .end .nav-all-list {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .nav-dropdown-list.all .end .nav-all-item {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
    .nav-dropdown:hover .nav-link .arrow-icon {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.navbar-but .nav-item:first-child .nav-link {
  padding-left: 1.75rem;
  font-weight: 400;
}
.navbar-but .nav-item:first-child .btn-md-nav {
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar-but .but {
  font-size: 1.125em;
}
.language-switcher {
  position: relative;
  margin-left: auto;
  margin-top: 0px;
  display: none;
  cursor: pointer;
  border-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: rgb(0 0 0 / 0.3);
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 2.25rem;
  font-size: 1.125em;
  font-weight: 500;
}
.language-switcher:focus {
  border-color: rgb(0 0 0 / 0.3);
}
.language-switcher:active {
  border-color: rgb(0 0 0 / 0.3);
}
@media (min-width: 1024px) {

  .language-switcher {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
  }
}
.language-switcher {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
    background-size: 22px;
    background-position: 44px;
  }
.btn {
  display: inline-block;
  white-space: nowrap;
  border-radius: 0.375rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 1.125em;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn.btn-sm {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 575px) {

  .btn.btn-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn.btn-md {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 575px) {

  .btn.btn-md {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.btn-icon {
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 575px) {

  .btn-icon {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btn-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #fbc123;
  border-color:#fbc123;
  color: #000;
}
.btn-primary:hover {
  --tw-bg-opacity: 0.8;
  background-color: #FF9800;
  border-color: #FF9800;
}
.btn-primary-pink {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: FB9289;
  --tw-bg-opacity: 1;
  background-color: #FB9289;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #340E01;
  font-weight: 400;
}
.btn-primary-pink:hover {
  background-color: #c66c64;
  background-color: #FE5344;
}
.btn-primary-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: FB9289;
  --tw-bg-opacity: 1;
  background-color: #fff;
  --tw-text-opacity: 1;
  color: #3c3c3c;
  font-weight: 400;
}
.btn-primary-white:hover {
  background-color: #000;
  color: #fff;
}

.btn-outline-primary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #fbc123;
  border-color:#fbc123;
  color: #000;
}
.btn-ash {
  font-size: 1.125em;
  font-weight: 400;
  background-color: #E0E0E0;
  border-radius: 0.375rem;
  padding: 0.499rem 1rem;
}
.btn-ash:hover {
  background-color: #000000;
  color: #fff;
}
.btn-black {
  font-size: 1em;
  font-weight: 400;
  background-color: #FF9800;
  color: #000;
  border-radius: 0.375rem;
  padding: 0.499rem 1rem;
}
.btn-black:hover {
  background-color: #333333;
  background-color: #ff5722;
  /*background-color: #878787;*/
  color: #fff;
}
.btn-outline {
  font-size: 1em;
  font-weight: 400;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: #009688;
  border-color: #008376;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: #009688;
  color: #008376;
  border-radius: 0.375rem;
  padding: 0.499rem 1rem;
}
.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: #009688;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-red {
  font-size: 1.125em;
  font-weight: 400;
  background-color: #fb9289;
  color: #000;
  border-radius: 0.375rem;
  padding: 0.499rem 1rem;
}
.btn-red:hover {
  background-color: #c66c64;
  color: #000;
}
.btn-info {
  background: #0bd;
}
.btn-info:hover {
  background: #0bb;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-8 {
  bottom: -2rem;
}
.-left-24 {
  left: -6rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-\[-1\%\] {
  bottom: -1%;
}
.bottom-\[-10\%\] {
  bottom: -10%;
}
.bottom-\[-12\%\] {
  bottom: -12%;
}
.bottom-\[-120px\] {
  bottom: -120px;
}
.bottom-\[-16\%\] {
  bottom: -16%;
}
.bottom-\[-50px\] {
  bottom: -50px;
}
.bottom-\[-55px\] {
  bottom: -55px;
}
.bottom-\[-70px\] {
  bottom: -70px;
}
.bottom-\[-8\%\] {
  bottom: -8%;
}
.bottom-\[-4\%\] {
  bottom: -4%;
}
.bottom-\[12\%\] {
  bottom: 12%;
}
.bottom-\[130px\] {
  bottom: 130px;
}
.bottom-\[20\%\] {
  bottom: 20%;
}
.bottom-\[25\%\] {
  bottom: 25%;
}
.bottom-\[30\%\] {
  bottom: 30%;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.bottom-\[8\%\] {
  bottom: 8%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-10\%\] {
  left: -10%;
}
.left-\[-14\%\] {
  left: -14%;
}
.left-\[-2\%\] {
  left: -2%;
}
.left-\[-30px\] {
  left: -30px;
}
.left-\[-50px\] {
  left: -50px;
}
.left-\[-4\%\] {
  left: -4%;
}
.left-\[-6\%\] {
  left: -6%;
}
.left-\[-65px\] {
  left: -65px;
}
.left-\[-6\%\] {
  left: -6%;
}
.left-\[-7\%\] {
  left: -7%;
}
.left-\[-8\%\] {
  left: -8%;
}
.left-\[11\%\] {
  left: 11%;
}
.left-\[12\%\] {
  left: 12%;
}
.left-\[40px\] {
  left: 40px;
  left: -21px;
}
.left-\[20\%\] {
  left: 20%;
}
.left-\[5\%\] {
  left: 5%;
}
.left-\[3\%\] {
  left: 3%;
}
.left-\[2\%\] {
  left: 2%;
}
.left-\[1\%\] {
  left: 1%;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-12\%\] {
  right: -12%;
}
.right-\[-130px\] {
  right: -130px;
}
.right-\[-2\%\] {
  right: -2%;
}
.right-\[-3\%\] {
  right: -3%;
}
.right-\[-4\%\] {
  right: -4%;
}
.right-\[-40px\] {
  right: -40px;
}
.right-\[-5\%\] {
  right: -5%;
}
.right-\[-6\%\] {
  right: -6%;
}
.right-\[-8\%\] {
  right: -8%;
}
.right-\[-9\%\] {
  right: -9%;
}
.right-\[-90px\] {
  right: -90px;
}
.right-\[10\%\] {
  right: 10%;
}
.right-\[100px\] {
  right: 100px;
}
.right-\[35\%\] {
  right: 35%;
}
.right-\[14\%\] {
  right: 14%;
}
.right-\[5\%\] {
  right: 5%;
}
.right-\[4\%\] {
  right: 4%;
}
.right-\[1\%\] {
  right: 1%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-20 {
  top: 20rem;
}
.top-52 {
  top: 13rem;
}
.top-\[-10px\] {
  top: -10px;
}
.top-\[-3\%\] {
  top: -3%;
}
.top-\[-4\%\] {
  top: -4%;
}
.top-\[-50px\] {
  top: -50px;
  top: -71px;
}
.top-\[-6\%\] {
  top: -6%;
}
.top-\[-7\%\] {
  top: -7%;
}
.top-\[-8\%\] {
  top: -8%;
}
.top-\[3\%\] {
  top: 3%;
}
.top-\[12\%\] {
  top: 12%;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[17\%\] {
  top: 17%;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[25\%\] {
  top: 25%;
}
.top-\[28\%\] {
  top: 28%;
}
.top-\[30\%\] {
  top: 30%;
}
.top-\[35\%\] {
  top: 35%;
}
.top-\[40\%\] {
  top: 40%;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[5\%\] {
  top: 5%;
}
.-z-10 {
  z-index: -10;
}
.-z-20 {
  z-index: -20;
}
.z-10 {
  z-index: 10;
}
.z-11 {
  z-index: 11;
}
.z-20 {
  z-index: 20;
}
.z-29 {
  z-index: 29;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-60 {
  z-index: 60;
}
.z-\[99999\] {
  z-index: 99999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-auto {
  grid-column: auto;
}
.mx-2 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.-mx-2 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-\[28px\] {
  margin-top: -28px;
}
.-mt-\[30px\] {
  margin-top: -30px;
}
.-mt-\[34px\] {
  margin-top: -34px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-25 {
  margin-bottom: 5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.75rem\] {
  margin-bottom: 0.75rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.25rem;
}
.mr-\[5\.5\%\] {
  margin-right: 5.5%;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-0 {
  margin-top: 0rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-26rem\] {
  margin-top: -26rem;
}
.mt-\[-28rem\] {
  margin-top: -28rem;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[85px\] {
  height: 85px;
}
.h-\[550px\] {
  height: 550px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[270px\] {
  max-height: 270px;
}
.max-h-\[900px\] {
  max-height: 900px;
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[85px\] {
  width: 85px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[670px\] {
  max-width: 670px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.origin-center {
  transform-origin: center;
}
.origin-left {
  transform-origin: left;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-10 {
  --tw-translate-x: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-0 {
  --tw-rotate: -0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[270deg\] {
  --tw-rotate: 270deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: end;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-2xl {
  border-radius: 0.375rem;
}
.rounded-\[15px\] {
  border-radius: 0.375rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[6px\] {
  border-width: 6px;
}
.border-\[7px\] {
  border-width: 7px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.border-border\/30 {
  border-color: rgb(219 219 219 / 0.3);
}
.border-border\/50 {
  border-color: rgb(219 219 219 / 0.5);
}
hr.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
  border-color: rgb(235 253 255);
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.mb-25 .border-dark {
  --tw-border-opacity: 1;
  border-color: #009688;
}
.border-light\/20 {
  border-color: rgb(255 254 254 / 0.2);
  border-color: rgb(11 16 2 / 12%);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}
.border-b-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.border-opacity-70 {
  --tw-border-opacity: 0.7;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-quaternary\/20 {
  background-color: rgb(253 225 121 / 0.2);
  background-color: #15579f1c;
  background-color: #e9fbff;
}
.bg-quinary\/10 {
  background-color: rgb(115 177 255 / 0.1);
}
.bg-theme-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  background-color: #15579f;
  background-color: #36BEF0;
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: #D5E9FF;
}
.bg-theme-light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 240 240 / var(--tw-bg-opacity));
}
.bg-theme-light\/40 {
  background-color: rgb(243 240 240 / 0.4);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-right {
  background-position: right;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10 {
  padding: 2.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[6px\] {
  padding: 6px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[2\.5px\] {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 2rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-65 {
  padding-bottom: 6.5rem;
}
.pb-96 {
  padding-bottom: 24rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-primary {
  font-family: Maven Pro, sans-serif;
}
.font-secondary {
  font-family: Merriweather, sans-serif;
}
.\!text-\[10px\] {
  font-size: 0.9375em !important;
}
.text-2xl {
  font-size: 1.5em;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875em;
  line-height: 2.25rem;
}
.text-\[12px\] {
  font-size: 0.75em;
}
.text-\[14px\] {
  font-size: 0.875em;
}
.text-\[15px\] {
  font-size: 0.9375em;
}
.text-\[16px\] {
  font-size: 1em;
}
.text-\[18px\] {
  font-size: 1.125em;
}
.text-\[20px\] {
  font-size: 1.25em;
}
.text-\[22px\] {
  font-size: 1.375em;
}
.text-\[28px\] {
  font-size: 1.75em;
}
.text-\[35px\] {
  font-size: 2.1875em;
}
.text-base {
  font-size: 1.125em;
}
.text-lg {
  font-size: 1.125em;
  line-height: 1.75em;
  line-height: 1.45em;
}
.text-sm {
  font-size: 0.875em;
  line-height: 1.25em;
}
.text-xl {
  font-size: 1.25em;
  line-height: 1.75em;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.leading-\[45px\] {
  line-height: 45px;
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
  color: #074055;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(251 192 36 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: #002E93;
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-quaternary {
  --tw-text-opacity: 1;
  color: rgb(253 225 121 / var(--tw-text-opacity));
  color: #fbc223;
}
.text-quinary {
  --tw-text-opacity: 1;
  color: rgb(115 177 255 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(216 60 60 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(115 207 168 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(251 146 137 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #074055;
}
.text-coral {
  --tw-text-opacity: 1;
  color: rgb(251 146 137 / var(--tw-text-opacity));
  color: #DE3601;
  color: #FF5722;
  color: #DB3501;
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-teal {
  color: #197b8b;
}
.text-muted {
  color: #6c757d;
}
.text-warning {
  background-color: yellow;
  color: red;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.\!transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-shadow: 0px 6px 20px rgb(0 0 0 / 25%);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.\!duration-300 {
  transition-duration: 300ms !important;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
b,
  strong {
  font-weight: 600;
}
code::after {
  content: var(--tw-content);
  border-style: none;
}
select {
  font-weight: 500;
}
select:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
    background-size: 30px;
  }
[type=text]:focus:focus,
  [type=email]:focus:focus,
  [type=url]:focus:focus,
  [type=password]:focus:focus,
  [type=number]:focus:focus,
  [type=date]:focus:focus,
  [type=datetime-local]:focus:focus,
  [type=month]:focus:focus,
  [type=search]:focus:focus,
  [type=tel]:focus:focus,
  [type=time]:focus:focus,
  [type=week]:focus:focus,
  [multiple]:focus:focus,
  textarea:focus:focus,
  select:focus:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 34 34 / var(--tw-ring-opacity));
}
input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
  }
.shadow-default {
    box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 60px rgb(0 0 0 / 25%);
  }
.shadow-xs {
    box-shadow: 0px 9px 6px rgba(0, 0, 0, 0.07);
  }
.shadow-sm {
    box-shadow: 0px 15px 16px rgba(0, 0, 0, 0.06);
  }
.shadow-md {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  }
.shadow-default button.fet-btn {
  white-space: initial;
}
@media (min-width: 575px) {

  .sm\:col-1 {
    flex: 0 0 auto;
    width: 16.66666666667%;
  }

  .sm\:col-2 {
    flex: 0 0 auto;
    width: 16.66666666667%;
  }

  .sm\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .sm\:col-4 {
    flex: 0 0 auto;
    width: 33.33333333333%;
  }

  .sm\:col-5 {
    flex: 0 0 auto;
    width: 41.66666666667%;
  }

  .sm\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .sm\:col-7 {
    flex: 0 0 auto;
    width: 58.33333333333%;
  }

  .sm\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666667%;
  }

  .sm\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }
}
@media (min-width: 768px) {

  .md\:col-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .md\:col-4 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .md\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .md\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .md\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .md\:col-11 {
    flex: 0 0 auto;
    width: 91.66666666666667%;
  }

  .md\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .md\:section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 768px) {

    .md\:section {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
}
@media (min-width: 1024px) {

  .lg\:col-2 {
    flex: 0 0 auto;
    width: 16.666666666666668%;
  }

  .lg\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lg\:col-4 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .lg\:col-5 {
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .lg\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lg\:col-7 {
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .lg\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .lg\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lg\:col-10 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }

  .lg\:col-11 {
    flex: 0 0 auto;
    width: 91.66666666666667%;
  }

  .lg\:col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .lg\:g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  .lg\:order-0 {
    order: 0;
  }
  .lg\:section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (min-width: 768px) {

    .lg\:section {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
}
@media (min-width: 1320px) {

  .xl\:col-2 {
    flex: 0 0 auto;
    width: 16.666666666666668%;
  }

  .xl\:col-4 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .xl\:col-5 {
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .xl\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .xl\:col-7 {
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .xl\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .xl\:order-0 {
    order: 0;
  }
}
@media (min-width: 1080px) {
  .xl\:col-2 {
    flex: 0 0 auto;
    width: 20%;
  }

  .xl\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .xl\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
/*@media (min-width: 1024px) {

  .xl\:col-2 {
    flex: 0 0 auto;
    width: 16.666666666666668%;
  }

  .xl\:col-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .xl\:col-4 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }

  .xl\:col-5 {
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }

  .xl\:col-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .xl\:col-7 {
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }

  .xl\:col-8 {
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }

  .xl\:col-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .xl\:order-0 {
    order: 0;
  }
}*/
.placeholder\:text-neutral-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.placeholder\:text-neutral-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-\[6px\]::before {
  content: var(--tw-content);
  top: 6px;
}
.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}
.before\:h-\[25px\]::before {
  content: var(--tw-content);
  height: 25px;
}
.before\:w-\[25px\]::before {
  content: var(--tw-content);
  width: 25px;
}
.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:-z-10::after {
  content: var(--tw-content);
  z-index: -10;
}
.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}
.after\:z-20::after {
  content: var(--tw-content);
  z-index: 20;
}
.after\:h-\[225px\]::after {
  content: var(--tw-content);
  height: 225px;
}
.after\:h-\[400px\]::after {
  content: var(--tw-content);
  height: 400px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-\[white\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0px;
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.hover\:bg-dark\/90:hover {
  background-color: rgb(34 34 34 / 0.9);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:underline-offset-2:hover {
  text-underline-offset: 2px;
}
.hover\:underline-offset-4:hover {
  text-underline-offset: 4px;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: 0px 15px 16px rgba(0, 0, 0, 0.06);
}
.hover\:shadow-md:hover {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  }
.focus\:border-0:focus {
  border-width: 0px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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 .group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:visible {
  visibility: visible;
}
.group.active .group-\[\.active\]\:h-\[21px\] {
  height: 21px;
}
.group.active .group-\[\.active\]\:h-full {
  height: 100%;
}
.group.active .group-\[\.active\]\:w-12 {
  width: 3rem;
}
.group.active .group-\[\.active\]\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:translate-x-10 {
  --tw-translate-x: 2.5rem;
  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.active .group-\[\.active\]\:-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group.active .group-\[\.active\]\:opacity-100 {
  opacity: 1;
}
.group.active .group-\[\.active\]\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}

.transform180 {
  transform: rotate(180deg);
}
.xs\:ml-2 {
  margin-left: 0.45rem;
}
.xs\:ml-7 {
  margin-left: 0.75rem;
}
@media (max-width: 500px) {
  .sm\:h-\[425px\] {
    height: 425px;
  }
}

@media (min-width: 340px) {

  .min-\[340px\]\:w-\[300px\] {
    width: 300px;
  }
}
@media (min-width: 480px) {

  .xs\:ml-7 {
    margin-left: 1.75rem;
  }

  .xs\:ml-2 {
    margin-left: 0.75rem;
  }

  .xs\:mt-0 {
    margin-top: 0px;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 575px) {

  .sm\:bottom-\[-90px\] {
    bottom: -90px;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-\[70px\] {
    width: 70px;
  }

  .sm\:min-w-\[40px\] {
    min-width: 40px;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\: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));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: end;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:border-0 {
    border-width: 0px;
  }

  .sm\:border-\[12px\] {
    border-width: 12px;
  }

  .sm\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-1xl {
    font-size: 1.125em;
    line-height: 2rem;
  }

  .sm\:text-2xl {
    font-size: 1.5em;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25em;
    line-height: 2.5rem;
  }

  .sm\:text-\[16px\] {
    font-size: 1em;
  }

  .sm\:text-\[35px\] {
    font-size: 2.1875em;
  }

  .sm\:text-\[46px\] {
    font-size: 2.875em;
  }

  .sm\:text-\[50px\] {
    font-size: 3.125em;
  }

  .sm\:text-xl {
    font-size: 1.25em;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-\[-32rem\] {
    margin-top: -32rem;
  }

   .md\:mt-\[-35rem\] {
    margin-top: -35rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[110px\] {
    height: 110px;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }

  .md\:w-\[110px\] {
    width: 110px;
  }

  .md\:w-\[130px\] {
    width: 130px;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:max-w-\[300px\] {
    max-width: 300px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:text-2xl {
    font-size: 1.25em;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875em;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25em;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1.125em;
  }

  .md\:text-h6 {
    font-size: 1.125em;
  }

  .md\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .lg\:h-\[460x\] {
    height: 460px;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:bottom-\[-22\%\] {
    bottom: -22%;
  }

  .lg\:bottom-\[-32\%\] {
    bottom: -32%;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-\[-4\%\] {
    left: -4%;
  }

  .lg\:right-\[-5\%\] {
    right: -5%;
  }

  .lg\:right-\[30\%\] {
    right: 30%;
  }

  .lg\:top-\[-15\%\] {
    top: -15%;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem;
    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\:translate-x-24 {
    --tw-translate-x: 6rem;
    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\:rotate-\[-4deg\] {
    --tw-rotate: -4deg;
    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\:rotate-\[8deg\] {
    --tw-rotate: 8deg;
    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\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-6 {
    gap: 1em;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-border {
    --tw-border-opacity: 1;
    border-color: rgb(219 219 219 / var(--tw-border-opacity));
  }

  .lg\:bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-\[85px\] {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:pt-\[130px\] {
    padding-top: 130px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-4xl {
    font-size: 2.25em;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3em;
    line-height: 1;
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .min-\[1024px\]\:left-\[-6\%\] {
    left: -6%;
  }
}
@media (min-width: 1320px) {
  .xl\:h-\[550x\] {
    height: 550px;
  }

  .xl\:right-\[-60px\] {
    right: -60px;
  }

  .xl\:top-36 {
    top: 9rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:text-2xl {
    font-size: 1.2em;
    line-height: 2rem;
  }

  .xl\:text-5xl {
    font-size: 3em;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75em;
    line-height: 1;
  }

  .xl\:text-\[18px\] {
    font-size: 1.125em;
  }

  .xl\:text-\[48px\] {
    font-size: 3em;
  }

  .xl\:text-\[65px\] {
    font-size: 4.0625em;
  }

  .xl\:text-h4 {
    font-size: 1.5129em;
  }
  .xl\:text-h5 {
    font-size: 1.125em;
  }
}
@media (min-width: 1400px) {

  .min-\[1400px\]\:left-0 {
    left: 0px;
  }
}
@media (min-width: 1440px) {

  .min-\[1440px\]\:block {
    display: block;
  }
}

.dropdown {
  position: relative;
  box-sizing: content-box;
  width: 40px;
  height: 1em;
  padding: 18px 21px;
  padding: 4px 5px;
  /*background-color: #fff;
  background-color: #000;
  background-color: #8BC34A;
  background-color: #4CAF50;
  background-color: #15579f;*/
  background-color: #36BEF0;
  /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);*/
}
.dropdown:hover svg {
  transform: scale(1.1);
  color: #fbc024;
  color: #39036C;
}
.dropdown:hover input:checked + label {
  color: #fbc024;
  color: #39036C;
}
.dropdown button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.dropdown button:focus ~ svg {
  transform: rotate(-180deg);
}
.dropdown .options {
  position: absolute;
  /*width: 100%;*/
  top: 0;
  left: 0;
}
.dropdown input {
  display: none;
}
.dropdown input:checked + label {
  display: block;
  z-index: 2;
  font-weight: 600;
  transform: none !important;
  /*background-color: #000;
  background-color: #8BC34A;
  background-color: #4CAF50;
  background-color: #15579f;*/
  background-color: #36BEF0;
  color:#fff;
  color: #074055;
  width: 60px;
  /*display: flex;*/
  /*justify-content: flex-start;*/
  border: 1px solid #ffffff00;
}
.dropdown label {
  position: absolute;
  width: 60px;
  z-index: 1;
  padding: 18px 21px;
  padding: 4px 15px;
  line-height: 1.3;
  background-color: #36bff0;
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s ease;
  border: 0px solid #36bff0;
}
.dropdown label:hover {
  background-color: #d6d6d6;
}
.dropdown button:focus + .options input:not(:checked) + label, .dropdown .options label:active, .dropdown .options label:active ~ label {
  transform: translateY(calc(var(--index) * 100%));
}
.dropdown button:focus + .options input:checked + label ~ label, .dropdown .options input:checked ~ label:active, .dropdown .options input:checked ~ label:active ~ label {
  transform: translateY(calc((var(--index) - 1) * 100%));
}
.dropdown svg {
  position: absolute;
  width: 21px;
  top: 7%;
  right: -5px;
  z-index: 2;
  fill: currentColor;
  transition: transform 0.1s;
}
.gotop {
  position: fixed;
  display:none;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
}
.gotop a {
  font-size: 2em;
  width: 60px;
  height: 60px;
  line-height: 54px;
  padding: 6px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #fbc024;
  color: #000;
  opacity: 0.85;
  -webkit-border-radius: 0.375rem;
  -moz-border-radius: 0.375rem;
  -ms-border-radius: 0.375rem;
  border-radius: 0.375rem;
}

.gotop a:hover, .gotop a:active, .gotop a:focus {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.tab.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab.flex1{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab.flex1 .icon svg {
  width: 20px;
}
.tab.flex1 .group.active .icon svg path {
  fill: #fff;
  fill: #000;
}

.tab .group.active .group-\[\.active\]\:border-white {
  border-color: rgb(0 0 0);
  background-color: #000;
  border-radius: 0.375rem;
  background-color: #fbc123;
  border-color:#fbc123;
  color: #000;
}
.tab .group.active h3 {
  color: #fff;
  color: #000;
}
.tab .group.active .icon svg {
  fill: #fff;
  fill: #000;
}
.tab .group h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab .group .icon svg {
  margin-right: 8px;
}
.tab .group .border {
  border-top: 0px solid rgba(0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0);
  background-color: rgb(255 255 255 / 0%);
}
.tab .group .px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 1319px) {
  .tab .group .px-4 {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}

.tab-co .icon-box {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 20px rgb(0 0 0 / 25%);
}
.tab-co .icon-box.color1 {
  background-color: #73B2FF;
}
.tab-co .icon-box.color2 {
  background-color: #48BDC5;
}
.tab-co .icon-box.color3 {
  background-color: #4caf50;
}
.tab-co .icon-box.color4 {
  background-color: #ff5722;
}
.tab-co .icon-box.color5 {
  background-color: #ff9800;
}
.tab-co .icon-box.color6 {
  background-color: #FB9289;
}
.link-red {
  color: #D83C3C;
  display: flex;
  align-items: center;
  justify-content: end;
}
.link-red i {
  padding-left: 5px;
  font-size: 1.5em;
  transition-duration: 0.1s;
}
.link-red:hover i {
  margin-right: -10px;
}

.edm img,
.edm .lyt-activated {
  height: 11.25rem;
}

.edm .col-6 img,
.edm .col-6 .lyt-activated {
  height: 18.25rem;
}
.edm .col-12 img,
.edm .col-12 .lyt-activated {
  height: 38.25rem;
}
@media (max-width: 1319px) {
  .edm .lyt-activated {
    height: 13.25rem;
  }
  .edm .col-12 img,
  .edm .col-12 .lyt-activated {
    height: 29.25rem;
  }
}
@media (max-width: 1023px) {
  .edm img,
  .edm .lyt-activated {
    height: 10.1rem;
  }
  .edm .col-12 img,
  .edm .col-12 .lyt-activated {
    height: 21.25rem;
  }
}
@media (max-width: 768px) {
  .edm img,
  .edm .lyt-activated {
    height: 15.5rem;
    transition-duration: 2s;
  }
}
@media (max-width: 450px) {
  .edm img,
  .edm .lyt-activated {
    height: 11rem;
  }
}
@media (max-width: 414px) {
  .edm img,
  .edm .lyt-activated {
    height: 11.5rem;
  }
}
@media (max-width: 375px) {
  .edm img {
    height: auto;
  }
}


.more-but a {
  position: absolute;
  right: 0;
}
.point li {
  margin-bottom: 1.5rem;
}
.point li:last-child {
  margin-bottom: 0rem;
}
.point li a:hover {
  /*background-color: #fbc024;*/
  color: #fb9289;
  /*border-radius: 0.375rem;*/
  /*padding: 0.5rem 0.9rem;*/
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.pointbox .line-bottom {
  border-bottom: 1px solid rgb(181 224 255);
  padding-bottom: 2em;
}
.pointbox .prose h3 {
  font-size: 1.5em;
}
@media (max-width: 1023px) {
  .pointbox {
    margin: 0 15px;
  }
  .pointbox .sm-nop {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .pointbox .sm-nop {
    padding-right: calc(var(--bs-gutter-x) / 1);
    padding-left: calc(var(--bs-gutter-x) / 1);
  }
  .pointbox .sm\:py-14 {
    padding-top: 2rem;
  }
}


.sy-list li::marker {
  color: #48bdc500;
}
.sy-list li:before {
  content: "";
  margin-top: 8px;
  margin-left: -24px;
  position: absolute;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  background-color: #48BDC5;
}
.marker-black li:before {
  height: 9px;
  width: 9px;
  margin-top: 9px;
  background-color: #555555;
}
.marker-red li:before {
  height: 9px;
  width: 9px;
  margin-top: 9px;
  background-color: #FB9289;
}

.sy-list .naber li::marker {
  color: initial;
  font-size: 1.125em;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.sy-list .naber li:before {
  content: initial;
}

.download svg {
  height: 30px;
}
.download:hover svg g {
  fill: #d83c3c;
}




.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 46px;
  border-color: #dbdbdb;
  border-width: 1px;
  border-radius: 0.375rem;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 1.125em;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  line-height: 19px;
  color: #222222;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: "選擇檔案";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 45px;
  background: #666666;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 1.125em;
  line-height: 45px;
  padding: 0 30px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #4daf7c;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.file-upload-wrapper:focus,
.file-upload-wrapper:focus:before,
.file-upload-wrapper input:focus,
.file-upload-wrapper input:focus-visible {
  outline: #4daf7c auto 1px;
  z-index: 0;
  opacity: inherit;
}

.record_menu {
  background-color: #F2F3F5;
  width: 100%;
  padding: 14px;
}
.tab .record_menu .group .border {
  border-bottom: 0px solid rgba(0, 0, 0);
}
.tab .record_menu .group.active h3 {
  color: #000;
}
.tab .record_menu .group.active .group-\[\.active\]\:border-white {
  background-color: #fff;
}
.tab .record_menu .group {
  width: 32%;
}


.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  /*top: 0.33333px;*/
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /*margin-right: 0.5rem;*/
  outline: none;
  position: relative;
  z-index: 1000;
  margin-right: 6px;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #fb9289;
}
[type='checkbox'].option-input:focus,
[type='radio'].option-input:focus {
  /*--tw-ring-color: #9c27b000;*/
}
[type='checkbox'].option-input:checked,
[type='radio'].option-input:checked:hover,
[type='radio'].option-input:checked:focus {
  background-color: #fb9289;
  --tw-ring-offset-color: #ffffff00;
  --tw-ring-color: #FF5722;   
}
.option-input:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: '\f00c';
  font-size: 1.125em;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #fb9289;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}



.row__title{
  color: #53646f;
  font-weight: 400;
  font-size: 1.25em;
  margin: 0;
}

.row--top-40{
  margin-top: 40px;
}

.row--top-20{
  margin-top: 20px;
}
.table {
  width: 100%;
}
.table__thead {
  background-color: #D6F0E4;
}
.table__th {
  color: #103F42;
  font-weight: 500;
  font-size: 1.125em;
  text-transform: uppercase;
  /*cursor: pointer;*/
  border:0 !important;
  padding: 15px 8px !important;
}


.table-row {
  border-bottom: 1px solid #e4e9ea;
  background-color: #fff;
}
.table__th:hover {
    /*color: #01b9d1;*/
}

.table--select-all {
    width: 18px;
    height: 18px;
    padding: 0 !important;
    border-radius: 50%;
    border: 2px solid #becad2;
}
.table-row__td {
    padding: 12px 8px !important;
    vertical-align: middle !important;
    color: #53646f;
    font-size: 0.9375em;
    font-weight: 400;
  position:relative;
    line-height: 18px !important;
  border:0 !important;
}
.table-row__td .option-input {
  margin-right: 0;
}

.table-row__img{
   width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   vertical-align: middle;
}

.table-row__info {
    display: inline-block;
  vertical-align: middle;
}

.table-row__name {
    color: #53646f;
    font-size: 1.125em;
    font-weight: 400;
  line-height: 18px;
  line-height: 27px;
    margin-bottom: 0px;
}

.table-row__small {
    color: #9eabb4;
    font-weight: 300;
    font-size: 0.9375em;
}

.table-row__policy {
    color: #53646f;
    font-size: 1em;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    text-align: center;
}
.table-row__p-status {
    margin-bottom: 0;
    font-size: 1em;
    vertical-align: middle;
    display: inline-block;
  color: #9eabb4;
}


.table-row__status{
    margin-bottom: 0;
    font-size: 1em;
    vertical-align: middle;
    display: inline-block;
  color: #9eabb4;
}


.table-row__progress{
    margin-bottom: 0;
    font-size: 0.9375em;
    vertical-align: middle;
    display: inline-block;
  color: #9eabb4;
}

.status:before{
   content: '';
  margin-bottom: 0;
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%; 
}

.status--red:before{
  background-color: #e36767;
}

.status--red{
  color: #e36767;
}

.status--blue:before{
  background-color: #3fd2ea;
}

.status--blue{
  color: #70aefa;
  color: #0871F1;
}

.status--blue:hover {
  color: #3fd2ea;
}

.status--blueend{
  color: #017EAC;
}

.status--blueend:hover {
  color: #0C7DA7;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.status--black{
  color: #53646f;
}
.status--black:hover{
  color: #000;
}

.status--yellow:before{
  background-color: #ecce4e;
}

.status--yellow{
  color: #ecce4e;
}

.status--green{
  color: #48BDC5;
}
.status--green:before{
  background-color: #6cdb56;
}

.status--grey{
  color: #9eabb4;
}
.status--grey:before{
  background-color: #9eabb4;
}


.table__select-row {
    appearence: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    margin: 0 0 0 5px !important;
    vertical-align: middle;
    border: 2px solid #beccd7;
    border-radius: 50%;
  cursor: pointer;
}

.table__select-row:hover{
  /*border-color:#01b9d1;*/
}

.table-row--overdue {
    width: 3px;
    background-color: #e36767;
    display: inline-block;
    position: absolute;
    height: calc(100% - 24px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.table-row__edit {
    width: 46px;
    padding: 8px 17px;
    display: inline-block;
    background-color: #daf3f8;
    border-radius: 0.375rem;
    vertical-align: middle;
    margin-right: 10px;
  cursor: pointer;
}

.table-row__bin {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
  cursor: pointer;
}

.table-row--red {
    background-color: #fff2f2;
}

.table-row--ash {
    background-color: #F2F3F5;
}
.table_w50 {
  width: 50px;
}
.table_w55 {
  width: 55px;
}
.table_w80 {
  width: 80px;
}
@media screen and (max-width: 991px){
  .table__thead {
    display: none;
  }
  .table-row {
    display: inline-block;
    border: 0;
    background-color: #fff;
    width: calc(33.3% - 13px);
    margin-right: 10px;
    margin-bottom: 10px;
    border: 3px solid #f8f8f8;
  }
  .table-row__img {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

  .table-row__td:before{
    content:attr(data-column);
    color: #9eabb4;
    color: #01b9d1;
    font-weight: 500;
    font-size: 0.9375em;
    text-transform: uppercase;
    display: block;
  }

  .table-row__info {
    display: block;
    padding-left: 0;
  }

  .table-row__td {
    display: block;
    text-align: center;
    padding: 8px !important;
  }
  .table-row--red {
    background-color: #fff2f2;
  }
  .table__select-row{
    display: none;
  }

  .table-row--overdue {
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(0%);
    height: 4px;
  }
  .table-row__name {
    font-size: 1.125em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-row--ash {
    background-color: #F2F3F5;
  }
}


@media screen and (max-width: 680px){
  .table-row {
    width: calc(50% - 13px);
  }
}

@media screen and (max-width: 480px){
  .table-row {
    width: 100%;
  }
}



.pagination {
  margin-bottom: 2.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagi,
.pagination .pages {
  display: flex;
}
.pagination .pages a {
  margin-right: 5px;
}
.pagination .pages a:last-child {
  margin-right: 0;
}
.pagination a,
.pagination span {
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin: 0 1px;
  background-color: #F5F5F5;
  border-radius: 0.375rem;
}
.pagination a.prev,
.pagination a.next,
.pagination span.prev,
.pagination span.next {
  padding: 0 10px;
}
.pagination a.prev,
.pagination span.prev {
  margin-right: 5px;
}
.pagination a.next,
.pagination span.next {
  margin-left: 5px;
}
.pagination a.active,
.pagination a:hover {
  background: #FEE179;
  color: #000;
}
.pagination a.active {
  cursor: default;
  pointer-events: none;
}
.pagination .disabled {
  padding: .1875rem .625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination select.rounded-lg {
  border-radius: 0.375rem;
}

@media screen and (max-width: 767px) {
  .pagination a, .pagination span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 0.8125em;
  }
  .pagination select {
    background-size: 20px;
    font-size: 0.8125em;
  }
  .pagination select.ml-4 {
    margin-left: 0.3rem;
  }
  .pagination select.py-3 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 574px) {
  .pagination {
    flex-direction: column;
  }
  .pagination select {
    margin-top: 1rem;
  }
}

.shadow-default .transform::before {
  content:"顯示所有類別";
}
.shadow-default.active .transform::before {
  content:"隱藏類別";
}

.sort_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}
.shadow-default h2 {
  font-size:1.125em;
}
.sort_menu a {
  border-bottom: 3px solid #fff;
}
.sort_menu a:hover,
.sort_menu .active a {
  color: #000;
  border-bottom: 3px solid #48BDC5;
}
.sort_menu a svg,
.sort_menu .active a svg {
  z-index: 1;
  position: relative;
}
.sort_menu a:hover .icon::after,
.sort_menu .active a .icon::after {
  content:"";
  width: 25px;
  height: 25px;
  background: #48BDC5;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  margin-top: -22px;
  margin-left: -7px;
}
.sort_menu i {
  font-size: 0.7em;
  margin-right: 5px;
}
.sort_menu.subcategory a:hover i,
.sort_menu.subcategory .active a i {
  color: #73B2FF;
}
.sort_menu.subcategory a:hover,
.sort_menu.subcategory .active a {
  color: #000;
  border-bottom: 3px solid #73B2FF;
}

.sort_menu.subcategoies {
  flex-direction: row;
  justify-content: flex-start;
}
.sort_menu.subcategoies li {
  /*margin-right: 15px;*/
}
.sort_menu.subcategoies a:hover i,
.sort_menu.subcategoies .active a i {
  color: #FB9289;
}
.sort_menu.subcategoies a:hover,
.sort_menu.subcategoies .active a {
  color: #000;
  border-bottom: 3px solid #FB9289;
}

.sort_card h2 {
  /*height: 70.88px;
  height: 80.88px;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sort_card .sort_text {
  height:60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  bottom: 10px;
  position: absolute;
  margin-right: 20px;
}
.sort_card .px-5.pb-2 {
  height: 215px;
  position: relative;
}
.sort_card .btn-black,
.sort_card .btn-outline {
  padding: 0.499rem 0;
}
.sort_card .object-cover {
  height: 246px;
 object-fit: contain;
}

.text-naka {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.text-naka li {
  padding: 0.5rem 0.9rem!important;
}
@media screen and (max-width: 1319px) {
  .sort-form.row {
    justify-content: space-between;
  }
  .sort-form .sm\:col-2 {
    width: 33.33333333333%;
  }
  .sort-form .sm\:col-3 {
    width: 50%;
  }
  .sort-form .sm\:col-4 {
    width: 66.66666666667%;
  }
  .sort-form .sm\:col-8 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .sort_menu,
  .sort_menu.subcategoies {
    justify-content: space-around;
  }
}
@media screen and (max-width: 574px) {
  .sort-form .sm\:col-2,
  .sort-form .sm\:col-3,
  .sort-form .sm\:col-4 {
    width: 100%;
  }
  .sort-form .sm\:col-8 .flex {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .sort-form .sm\:col-8 .flex input.mr-4 {
    margin-right: 0;
  }
  .sort-form .sm\:col-8 .flex input {
    margin-bottom: 1rem;
  }
  .sort_menu {
    justify-content: space-around;
  }
  .sort_menu.subcategoies {
    justify-content: space-around;
  }
  .pb-2 .sort_menu li {
    width:50%;
  }
}


.number_p {
  font-family: 'Balsamiq Sans';
  font-size: 4em;
  font-weight: 700;
  color: #000;
  display: flex;
  height: 105px;
  width: 105px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: #FEE179;
  text-align: center;
}

.youtube-but a::before {
  content:"";
  background-color: #00000045;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.youtube-but i {
  position: absolute;
  top: 33%;
  left: 37%;
  font-size: 4.5rem;
  color: red;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.youtube-but i::after{
  content:"";
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50px;
  left: 20px;
  top: 14px;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.youtube-but a:hover::before {
  background-color: #00000000;
}
.youtube-but a:hover i {
  color: #a80101;
}

.illustrate {
  bottom: 0;
  position: absolute;
}
.illustrate p {
  margin-bottom: 0;
  margin-top: 1rem;
}

@media screen and (max-width: 1319px) {
  .mews-playbox {
    margin-top: 2rem;
    margin-bottom: 1.1rem;
  }
  .mews-playbox .sm\:col-5 {
    width: 62.666667%;
  }
  .mews-playbox .sm\:col-7 {
    width: 37.333333%;
  }
  .illustrate p {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mews-playbox {
    margin: 0;
  }
  .mews-playbox .sm\:col-5,
  .mews-playbox .sm\:col-7 {
    width: 100%;
  }
  .mews-playbox .sm\:col-7,
  .illustrate {
    position: inherit;
  }
}


.moe-but .accordion-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 1319px) {
  .moe-but .lg\:col-3 {
    width: 50%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 470px) {
  .moe-but .lg\:col-3 {
    width: 100%;
  }
}

.slider-container {
  position: relative;
}
.slider-container .slider-trigger {
  position: relative;
  background-color: #FAF9F9;
  padding: 10px 5px 10px 19px;
  height: fit-content;
  display: flex;
  flex-direction: column-reverse;
  margin-left: -32px;
  margin-right: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.slider-container .slider-trigger:hover {
  background-color: #edeae7;
}
.slider-container .slider-trigger.active:hover {
  background-color: #FAF9F9;
  color: red; 
}
.slider-container .row > * {
  padding: 0;
}

.slider-container .slider-trigger span::before {
  content: "顯示";
}
.slider-container .slider-trigger.active {
  max-width: 280px;
  display: initial;
  margin: 0;
  width: 100%;
  position: absolute;
  text-align: right;
  border-radius: 0.375rem;
  z-index: 2;
  padding-right: 17px;
}
.slider-container .slider-trigger.active span::before {
  content: "隱藏";
}
.slider-container .slider-trigger.active .slider-icon {
  margin-left: 9px;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.slider-container .slider-parent {
  /*height: 70vh;*/
  height:100%;
  max-width: 280px;
  width: 280px;
  /*background: #6C7A89;*/
  background-color: #FAF9F9;
  border-radius: 0.375rem;
  position: absolute;
  left: -250px;
  padding-top: 50px;
  /*top: 50px;*/
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: .2s all linear;
  align-content: flex-start;
  justify-content: space-around;
}
.slider-container .slider-parent button {
  font-size: 1.125em;
}
.slider-container .lider-parent-vidio {
  width: 100%;
}
.slider-container .lider-parent-vidio .play_box iframe {
  height: 45vw;
  width: 100%;
  border-radius: 0.375rem;
}

.slider-container .slider-parent.active {
  visibility: visible;
  pointer-events: inherit;
  transition: .2s all ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 0;
  margin: 0;
  visibility: initial;
  position: relative;
  /*max-width: none;*/
  margin-bottom: 15px;
}
.slider-container .lider-parent-vidio.active {
  display: flex;
  justify-content: flex-end;
}
.slider-container .lider-parent-vidio.active .play_box {
  width:75%;
  width: 98%;
}

@media screen and (max-width: 1319px) {
  .slider-container .lider-parent-vidio.active .play_box {
    width: 67%;
    width: 97%;
  }
}
@media screen and (max-width: 1023px) {
  .slider-container .lider-parent-vidio.active .play_box {
    width: 55%;
    width:100%;
  }
  .slider-container .flex {
    display: block;
  }
  .slider-container .slider-parent.active {
    visibility: initial;
    position: relative;
    max-width: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .slider-container .lider-parent-vidio.active .play_box {
    width: 100%;
  }
  .slider-container .slider-trigger {
    display: block;
    margin-top: -20px;
    margin-bottom: 10px;
    width: 100px;
  }
  .slider-container .lider-parent-vidio .play_box iframe {
    height: 52vw;
  }
  .slider-container .slider-trigger.active {
    max-width: none;
  }
}

@media screen and (min-width: 575px) {
  .slider-container .sm\:col-6 {
    width: 47%;
  }
}



/* ==================================================

輪播

================================================== */
.slides-nav {
  z-index: 99;
  z-index: 20;
  position: absolute;
  right: -5%;
  display: flex;
  align-items: center;
  height: 100%;
  color: #111;
  z-index: 11;
}
.slides-search {
  z-index: 98;
  z-index: inherit;
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
}
.slides-search .lg\:col-6 {
  position: absolute;
  z-index: 20;
  /*margin-left: -13%; 1106*/
  width: 64%;
}
@media (min-width: 54em) {
  .slides-nav {
    right: 2%;
  }
}
.slides-nav__nav {
  position: relative;
  right: 0;
  display: block;
  font-size: 1.125em;
  transform: rotate(90deg);
  transform-origin: center;
}
.slides-nav button {
  position: relative;
  display: inline-block;
  padding: 0.35em;
  margin: 0;
  font-family: "Space Mono", monospace;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  overflow-x: hidden;
  transition: color 0.5s ease;
}
.slides-nav button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 0;
  background: #111;
  transition: width 0.4s ease;
}
.slides-nav button:hover {
  cursor: pointer;
  color: rgba(17, 17, 17, 0.75);
  transition: color 0.5s ease;
}
.slides-nav button:hover:after {
  width: 100%;
  transition: width 0.4s ease;
}
.slides-nav button:focus {
  /*outline: 0;*/
}
.is-sliding .slides-nav {
  pointer-events: none;
}

.slides {
  position: relative;
  display: block;
  height: 77vh;
  width: 100%;
  /*background: #fff;*/
  display: flex;
  justify-content: center;
  transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
}
.is-sliding .slides {
  /*background: #fff;*/
  transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
}
.slides .items-center {
  padding-top: 10em;
  padding-top: 18em;
  padding-top: 14em;
}

.slide {
  z-index: -1;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: z-index 1s ease;
}
.slide.is-active {
  z-index: 19;
  transition: z-index 1s ease;
}
.slide__content {
  position: relative;
  margin: 0 auto;
  height: 95%;
  width: 95%;
  /*top: 2.5%;*/
}
.slide__header {
  z-index: 9;
  z-index: 0;
  position: relative;
  height: 47%;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  /*transform: translateX(5%);*/
  width: 50%;
}
.slide__title {
  text-align: center;
  width: 100%;
  padding-left: 30px;
}
.slide__title .title-line {
  font-size: 2.5em;
  font-weight: 700;
  color: #111;
  overflow-y: hidden;
}
@media (min-width: 54em) {
  .slide__title .title-line {
    font-size: 1.5em;
  }
}
.slide__title .title-line {
  display: block;
  overflow-y: hidden;
}
.slide__title .title-line.sm-text {
  font-size: 1.125em;
  font-size: 0.51em;
  line-height: 1.75em;
  font-weight: 400;
  margin-top: 1rem;
}
.slide__title .title-line span {
  display: inline-block;
  transform: translate3d(0, 140%, 0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.8s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide__title .title-line span:nth-child(1) {
  transition-delay: 0.15s;
}
.slide__title .title-line span:nth-child(2) {
  transition-delay: 0.3s;
}
.is-active .slide__title .title-line span {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}
.is-active .slide__title .title-line:nth-of-type(2n) span {
  transition-delay: 0.2s;
}

.slide__figure {
  z-index: 7;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 3em;
  padding-right: 8em;
  height: 100%;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-sliding .slide__figure {
  /*transform: scale(0.8);*/
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.slide__figure .mx-auto {
  margin-right: initial;
  /*overflow-y: hidden;*/
}

.slide__img {
  position: relative;
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  /*height: 0%;*/
  width: 100%;
  filter: grayscale(0%);
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease;
  display: inline-block;
  transform: translate3d(0, 140%, 0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.8s ease;
  /*transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);*/
  border: 10px solid rgb(255 255 255);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.is-active .slide__img {
  /*height: 100%;*/
  opacity: 1;
  transform: scale(0.8);
  transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease;
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}
.is-sliding .slide__img {
  filter: grayscale(100%);
  /*transform: scale(0.8);*/
}

.slides-search .align-middle {
  font-weight: 800;
}
.slide__header h2 {
  line-height: 1.1;
}
.slides-search .py-8 {
  padding-bottom: 1.3em;
}

@media screen and (max-width: 1450px) {
  .slides-search .lg\:col-6 {
    /*margin-left: 2%;*/
    width: 44%;
  } 
  .slides-search form {
    margin-top: 88px;
  }
}
@media screen and (max-width: 1380px) {
  .slide__figure {
    padding-right: 5em;
  }
  .slide__title {
    padding-left: 0;
    /*width: 50%;*/
  }
}
@media screen and (max-width: 1319px) {
  .slides {
    height: 86vh;
  }
  .slides-search {
    /*max-width: initial;*/
  }
  .slide__title {
    /*width: 48%;*/
  }
  .slide__img {
    height: 595px;
  }
}
@media screen and (max-width: 1023px) {
  .slides {
    height: 115vh;
  }
  .slide {
    height: 77vh;
  }
  .slides-search {
    max-width: initial;
  }
  .slides-nav {
    height: 180px;
    right: 0%;
    top: 24%;
  }
  .slides-search {
    align-items: flex-end;
  }
  .slide__figure {
    margin-top: 0;
  }
  .slide__figure .pt-24 {
    padding-top: 4rem;
  }
  .slide__header {
    height: 100%;
  }
  .slides-search .lg\:col-6 {
    margin-left: 0%;
    width: 97%;
  }
  .slides-nav {
    right: -5%;
  }
  .slide__header {
    height: 475px;
    margin-top: 24em;
    margin-top: 5em;
    position: initial;
    padding: 0 20px;
  }
  .slide__figure {
    padding-right: 0;
    padding-top: 0em;
    margin-top: -22em;
    margin-top: -3em;
  }
  .banner .image-block::before,
  .banner .image-block::after {
    /*background-color: inherit;*/
  }
  .banner .image-block .banner-image {
    clip-path: initial;
  }
  .slide__img {
    height: 548px;
    width: 456px;
  }
  .slide__title {
    width: 90%;
  }
  .slide__title .title-line {
    font-size: 1.5em;
    font-size: 0.9em;
  }
  .slides {
    height: 113vh;
  }
  .slides .left-\[40px\] {
    /*left: -129px;*/
  }
  .is-sliding .slide__img {
    filter: grayscale(100%);
    transform: scale(0.8);
  }
  .slide__figure .pt-24 {
    overflow-y: clip;
    padding-top: 1rem;
    padding-bottom: 20px;
    max-width: none;
    float: right;
  }
  .slides-nav {
    height: 50px;
    top: 0%;
    right: 0;
    position: relative;
    z-index: 21;
  }
  .slides-nav__nav {
    transform: initial;
  }
  .slides-search {
    margin-top: -15em;
  }
  .banner .image-block {
    padding-left: 0;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  figure .pointer-events-none {
    /*display: none;*/
  }
}
@media screen and (max-width: 950px) {
  .slide__title {
    /*width: 43%;*/
  }
}
@media screen and (max-width: 900px) {
  .slide__title {
    width: 85%;
  }
  .slide__title .title-line {
    /*font-size: 1.1em;*/
  }
}
@media screen and (max-width: 800px) {
  .slide__title {
    width: 70%;
  }
  .slide__title .title-line {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  .slide__header {
    height: 375px;
    margin-top: 2em;
  }
  .slide__figure {
    padding-right: 0;
    padding-top: 0em;
    padding-top: 3em;
  }
  .banner .image-block::before {
    left: -1.5rem;
  }
  .banner .image-block::before,
  .banner .image-block::after {
    /*background-color: inherit;*/
    width: calc(100% - 20px); 
  }
  .slide .text-secondary {
    height: 180px;
  }
  .banner .image-block .banner-image {
    clip-path: initial;
  }
  .slide__img {
    height: 338px;
    width: 280px;
  }
  .slide__title {
    width: 100%;
  }
  .slide__title .title-line {
    font-size: 1em;
  }
  .slides {
    height: 98vh;
  }
  .slides .left-\[40px\] {
    left: -69px;
  }
  .slides .top-\[-50px\] {
    top: -36px;
  }
  .is-sliding .slide__img {
    filter: grayscale(100%);
    transform: scale(0.8);
  }
  .slide__figure .pt-24 {
    overflow-y: clip;
    padding-top: 1rem;
    padding-bottom: 20px;
  }
  .slides-nav__nav {
    transform: initial;
  }
  .slides-search {
    margin-top: -18em;
  }
}
@media screen and (max-width: 650px) {
  .slide__title {
    width: 80%;
  }
}
@media screen and (max-width: 430px) {
  .slide__figure .pt-24 {
    float: initial;
  }
  .banner .image-block {
    display: flex;
    justify-content: center;
  }
  .slide__header {
    height: 157px;
    height: auto;
    margin-top: 20px;
  }
  .slide__header {
    width:100%;
  }
  .slide__title {
    width: 100%;
  }
  .slide__figure {
    margin-top: auto;
    padding-top: 3em;
    position: inherit;
  }
  .slides {
    height: 118vh;
  }
  .banner .image-block::before {
    left: 0.5rem;
    width: calc(100% - 30px);
  }
  .banner .image-block::after {
    width: calc(100% - 60px);
    right: 3px;
  }
  .slide .right-\[-130px\] {
    right: -39px;
  }
  .slide .bottom-\[-70px\] {
    bottom: -78px;
  }
  .slides .top-\[-50px\] {
    top: -11px;
  }
  .slide {
      height: auto;
  }
  .slide__content {
    height: auto;
  }
  .slide__title .title-line.sm-text {
    font-size: 0.47em;
  }
  .slide__title .title-line {
    font-size: 0.7em;
  }
  .slides-search {
    margin-top: auto;
    align-items: initial;
  }
  .slides-search .align-middle {
    display: flex;
    flex-wrap: wrap;
  }
  .slides-search .gap-8 {
    gap: initial;
  }
}
@media screen and (max-width: 414px) {

}

@media screen and (min-width: 1024px) {
  .slide {
    width: 1000px;
  }
  .slide__figure {
    padding-right: 0;
  }
  .slides {
    height: 68vh;
  }
  .slides-search .lg\:col-6 {
    width: 50%;
  }
  .slides-nav {
    width: 1000px;
    position: initial;
    display: flex;
    justify-content: flex-end;
    margin-right: -9em;
  }
  .slide__title {
    padding-left: 0;
  }
  .slide__title .title-line {
    font-size: 1.1em;
  }
  .slide__img {
    height: 411px;
    width: 342px;
  }
  .slide__header {
    height: 35%;
  }
  .slides .items-center {
    padding-top: 11em;
  }
}
@media screen and (min-width: 1200px) {
  .slide {
    width: 1024px;
  }
  .slide__figure {
    padding-right: 0;
  }
  .slides {
    height: 66vh;
  }
  .slides-search .lg\:col-6 {
    width: 50%;
  }
  .slides-nav {
    width: 1024px;
    position: initial;
    display: flex;
    justify-content: flex-end;
    margin-right: -11em;
  }
  .slide__title {
    padding-left: 0;
  }
  .slide__title .title-line {
    font-size: 1.1em;
  }
  .slide__img {
    height: 411px;
    width: 342px;
  }
  .slide__header {
    height: 35%;
  }
  .slides .items-center {
    padding-top: 10em;
  }
}
@media screen and (min-width: 1320px) {
  .slide {
    width: 1320px
  }
  .slide__figure {
    padding-right: 0;
  }
  .slides {
    height: 77vh;
  }
  .slides-search .lg\:col-6 {
    width: 50%;
  }
  .slides-nav {
    width: 1320px;
    position: initial;
    display: flex;
    justify-content: flex-end;
    margin-right: -11em;
  }
  .slide__title {
    padding-left: 0;
  }
  .slide__title .title-line {
    font-size: 1.3em;
  }
  .slide__img {
    height: 548px;
    width: 456px;
  }
}
@media screen and (min-width: 1451px) {
  .slides-search .lg\:col-6 {
    /*margin-left: -5%; 1106*/
    /*width: 55%;*/
  }
}
@media screen and (min-width: 1500px) {
  .slide__title {
    /*padding-left: 1%;*/
  }
}
@media screen and (min-width: 1567px) {
  .slide__title {
    /*padding-left: 3%;*/
  }
}
@media screen and (min-width: 1600px) {
  .slide__title {
    /*padding-left: 6%;*/
  }
}
@media screen and (min-width: 1670px) {
  .slides-search .lg\:col-6 {
    /*margin-left: -7%;*/
    /*width: 55%;*/
  }
}
@media screen and (min-width: 1920px) {
  .slide__title {
    /*padding-left: 6%;*/
  }
  .slides-search .lg\:col-6 {
    /*margin-left: -13%;*/
    /*width: 64%;*/
  }
}
.animenu__nav {
  /*background-color: #111;*/
}
.animenu__nav > li {
  position: relative;
  /*border-right: 1px solid #444444;*/
}
.animenu__nav > li > a {
  /*padding: 10px 30px;*/
  text-transform: uppercase;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  /*color: #fff;*/
}
.animenu__nav > li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:focus-within > a {
  color: #000;
  background-color: #fbc024;
  border-radius: 0.375rem;
}
.animenu__nav__hasDropdown:before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}

.animenu__nav__dropdown {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #373737;
  transition: margin 0.15s, opacity 0.15s;
}
.animenu__nav__dropdown > li {
  width: 100%;
  border-bottom: 1px solid #515151;
}
.animenu__nav__dropdown > li:first-child > a:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__dropdown > li:last-child {
  border: 0;
}
.animenu__nav__dropdown a {
  padding: 10px;
  width: 100%;
  border-color: #373737;
}
.animenu__nav__dropdown a:hover {
  background-color: #0186ba;
  border-color: #0186ba;
  color: #fff;
}
.animenu__nav__dropdown a:focus-within {
  background-color: #0186ba;
  border-color: #0186ba;
  color: #fff;
}

.nav-dropdown-list.all .nav-all-item a:hover {
  background-color: rgb(0 0 0 / 0.05);
}




/* ==================================================

1017修改

================================================== */
.notice.z-60 {
  z-index: 99999999;
}
header .a11yBrick {
  position: absolute;
  z-index: 99999999;
}
.a11yBrick {
  position: absolute;
  z-index: 999;
}
.group .invisible .object-cover {
  height: 200px;
}
@media screen and (max-width: 1319px) {
  .col-4,
  .col-6 {
    width: 50%;
    margin-bottom: 20px;
  }
  .xl\:col-3 {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-wrapper.active {
    display: block;
  }
  .animenu__nav > li {
    width: 100%;
  }
  .nav-dropdown.active .nav-dropdown-list {
    width: 100%;
  }
  .header .nav-link, .header .nav-dropdown-link {
    width: 100%;
    justify-content: center;
  }
  .nav-item:hover {
    background-color: #36bff0;
  }
  .nav-item.active {
    background-color: #36bff0;
    border-radius: 0.375rem;
  }
  .animenu__nav > li:focus-within > a {
    background-color: #36bff0;
  }
  .nav-item.active .nav-link {
    font-weight: 800;
  }
  .nav-dropdown-list, .nav-dropdown-list.all .nav-dropdown-item:hover {
    background-color: #F5F5F5;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 0%);
    border-radius: 0;
  }
  .nav-dropdown-list .nav-dropdown-item h4 {
    text-align: left;
  }
  .nav-dropdown-list.all .end h4 {
    margin-top: 25px;
  }
  .nav-dropdown-list.all .end:not(:first-child)::before {
    content:"";
    border-bottom: 1px dashed #074055;
    width: 97%;
    position: absolute;
    left: 0;
  }
  .pb-12 {
    /*padding-bottom:0;*/
  }
  .slides-search form {
    margin-top: 9em;
  }
}

@media screen and (max-width: 767px) {
  .col-4,
  .col-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .xl\:col-3 {
    width: 100%;
  }
  .nav-dropdown-list .nav-dropdown-item h4 {
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav-dropdown-list.all .end h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .nav-dropdown-list.all .end {
    margin-top: 15px;
  }
  .nav-dropdown-list.all .nav-all-item {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .slides-search form {
      margin-top: 12em;
  }
  .nav-dropdown-list.all .end:not(:first-child)::before {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .nav-dropdown-list.all .end:not(:first-child)::before {
    width: 95%;
    left: 9px;
  }
  form.shadow-md {
    margin-bottom: 18px;
  }
  .tab.flex1 {
    flex-wrap: wrap;
  }
  .list-dotted-line-separator li .mb-6 {
    margin-bottom: 0;
  }
}

.page-header .mx-auto h1 {
  margin-bottom: 0;
}
.page-header .mx-auto nav.breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
}
.page-header .mx-auto nav.breadcrumb .inline-flex {
  flex-wrap: wrap;
}
.section-md .justify-between .flex.items-center a.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.375rem;
  color: #000;
  background-color: #fbc123;
  border-color: #fbc123;
}
.section-md .justify-between .flex.items-center a.btn:hover {
  background-color: #FF9800;
  border-color: #FF9800;
}
.section-md .justify-between .flex.items-center a.btn i {
  display:none;
}
@media screen and (min-width: 1320px) {
  .pb-2 .sort_menu li {
    width:50%;
  }
}
.display-center {
  display: flex;
  justify-content: center;
}
form.mb-8 button.btn {
  padding-left: 0;
  padding-right: 0;
}
.apply .flex.items-center {
  justify-content: center;
}
.apply .sm\:col-4.flex,
.apply .sm\:col-5.flex {
  display: flex;
  align-items: flex-end;
}
.apply .sm\:col-4 .btn {
  height: 50px;
}
.apply .sm\:col-5 .btn {
  height: 50px;
  padding-left: 11px;
}
.apply .sm\:col-5 .flex-col {
  flex-direction: row;
}



.tab-slider--nav {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  height: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #345F90;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}
.tab-slider--tabs.slide1:after {
  left: 50%;
}

.tab-slider--trigger {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #345F90;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tab-slider--trigger.active {
  color: #fff;
}

.tab-slider--body {
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .apply .sm\:col-4,
  .apply .sm\:col-8 {
    width: 100%;
  }
  .apply .sm\:col-5,
  .apply .sm\:col-7 {
    width: 100%;
  }
}

.login .flex.box-in input {
  padding-right: 50px;
}
.login .flex.box-in button {
  position: absolute;
  right: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.login .btn-box {
  /*padding-right: 0;/*
  /*padding-left: 0;*/
}
.login .naber li {
  margin: 10px 0;
}
@media screen and (max-width: 1319px) {
  .login .flex.box-in button {
    right: 25px;
  }
  .apply.login .sm\:col-5 {
    padding-left: 0;
  }
  .apply.login .sm\:col-5 .btn {
    padding-left: 10px;
  }
  .btn-box .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .apply.login .sm\:col-5 {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .btn-box .btn {
    width: 100%;
    margin-top: 10px;
  }
}



ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 10px 21px;
  line-height: 31px;
  background-color: #666;
  color: #ccc;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 10px;
}

.tab_last { border-right: 0px solid #333; }

ul.tabs li:hover {
  background-color: #ff5722;
  color: #fff;
}

ul.tabs li.active {
  background-color: #ff9800;
  color: #000;
  border-bottom: 0px solid #fff;
  display: block;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
}

.tab_content {
  display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
  .tabs {
    /*display: none;*/
  }
  .tab_drawer_heading {
    /*background-color: #ccc;
    color: #fff;
    border-top: 0px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
  }
  .d_active {
    /*background-color: #666;
    color: #fff;*/
  }
}

.i-white {
  color: #fff;
}
.learn_type_list .text {
  width: 90px;
  display: flex;
  align-items: center;
}
ul.tabs li i {
  display: none;
  margin-right: 10px;
}
ul.tabs li:hover i {
  display: inline-block;
}

ul.tabs li.active i {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  ul.tabs {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
@media screen and (max-width: 767px) {
  .learn_type_list {
    margin-top: -26em;
  }
  .learn_type_list .sm\:col-3,
  .learn_type_list .sm\:col-6 {
    width:100%;
  }
  .learn_type_list .flex.box {
    display: flex;
    flex-direction: column;
  }
  .learn_type_list .flex.box input {
    margin-left: 0;
  }
  .learn_type_list .flex.box button {
    margin-right: 0;
  }
  .learn_type_list .flex.box .sm\:col-6 {
    margin: 10px 0;
  }
}


.header button a {
  line-height: 20px;
}
.nav-text {
  width: 125px;
  text-align: right;
  margin-top: -3px;
}
.sm-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
}
.sm-btn button {
  padding: 5px 0;
}
.table__title {
  width: 280px;
}
.table-row__name button.btn-black {
  padding: 1px 5px;
}

.sort_menu [type="radio"]:checked,
.sort_menu [type="radio"]:not(:checked){
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.for-checkbox-tools .icon {
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
}
.for-checkbox-tools .icon svg {
  z-index: 1;
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--white);
  /*-webkit-transition: all 300ms linear;
  transition: all 300ms linear;*/
  display: flex;
  color: #000;
  border-bottom: 3px solid #48BDC5;
}
.checkbox-tools:not(:checked) + label .icon::after {
  content:"";
  width: 25px;
  height: 25px;
  background: #48bdc575;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  margin-top: -6px;
  margin-left: -7px;
}
.checkbox-tools:not(:checked) + label{
  background-color: var(--dark-light);
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);*/
  border-bottom: 3px solid #ffffff;
  color: #555555;
}
.checkbox-tools:checked + label{
  background-color: transparent;
  /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
  border-bottom: 3px solid #48BDC5;
  color: #000;
}
.checkbox-tools:not(:checked) + label:hover{
  /*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
  border-bottom: 3px solid #48BDC5;
}
.checkbox-tools:not(:checked) + label:hover .icon::after {
  content:"";
  width: 25px;
  height: 25px;
  background: #48BDC5;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  margin-top: -6px;
  margin-left: -7px;
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
  font-size: 24px;
  line-height: 24px;
  display: block;
  padding-bottom: 10px;
}
.checkbox-tools:checked + label .icon::after {
  content:"";
  width: 25px;
  height: 25px;
  background: #48BDC5;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  margin-top: -6px;
  margin-left: -7px;
}

.option-input1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  /*top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;*/
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #b1e1e5;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input1:hover {
  background: #48bdc5;
}
.option-input1:checked {
  background: #48bdc5;
}
.option-input1:checked::before {
  width: 25px;
  height: 25px;
  display:flex;
  content: '';
  font-size: 25px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input1:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input1.radio {
  border-radius: 50%;
  z-index: 1;
}
.option-input1.radio::after {
  border-radius: 50%;
}

@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}


.option-input1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #48bdc575;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  /*margin-right: 0.5rem;*/
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input1:hover {
  background: #48bdc5;
}
.option-input1:checked {
  background: #48bdc5;
}
[type='checkbox'].option-input1:focus,
[type='radio'].option-input1:focus {
  --tw-ring-color: #9c27b000;
}
[type='checkbox'].option-input1:checked,
[type='radio'].option-input1:checked:hover,
[type='radio'].option-input1:checked:focus {
  background-color: #48bdc5;
}
.option-input1:checked::before {
  width: 25px;
  height: 25px;
  display:flex;
  content: '';
  font-size: 1.125em;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family:'Font Awesome 5 Free';
}
.option-input1:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #48bdc5;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input1.radio {
  border-radius: 50%;
}
.option-input1.radio::after {
  border-radius: 50%;
}
@keyframes click-wave {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.sort_menu1.flex {
  flex-wrap: wrap;
}
.sort_menu1 .icon {
  position: absolute;
  z-index: 2;
  margin-top: 6px;
  margin-left: -25px;
  margin-left: -32px;
}
.shadow-default1 .group .custom-radio [type='radio']:checked:focus {
  --tw-ring-color: #ff572200;
}

.custom-radio + .custom-radio {
  margin-left: 2rem;
}

.custom-radio [type="radio"] {
  /*opacity: 0;*/
  background-color: rgb(37 99 235 / 0%);
  /*height: 100%;*/
  /*width: 80%;*/
  margin-left: 3px;
  border-color: #6b728000;
  padding: 11px;
}
.custom-radio [type='radio']:checked:hover {
  background-color: rgb(37 99 235 / 0%);
}
.custom-radio [type='radio']:checked:focus {
  background-color: rgb(37 99 235 / 0%);
  --tw-ring-offset-color: #ffffff00;
  --tw-ring-color: #FF5722;
}
.custom-radio [type="radio"]:checked {
  background-image: initial;
}

.custom-radio label {
  /*padding-left: 1.8rem;*/
  position: relative;
  position: absolute;
  margin-left: -17px;
  cursor: pointer;
  width: 150px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 8px;
}

.custom-radio label .radio-text {
  padding-bottom: 5px;
  padding-left: 34px;
  padding-left: 40px;
}

.custom-radio label::before {
  content: "";
  /*border: 1px solid #ff467e;*/
  border-radius: 9999px;
  display: inline-block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 25px;
  background-color: #b1e1e5;
  background-color: #b1e1e5c4;
  margin-left: 7px;
}

.custom-radio.co1 label .radio-text {
  padding-left: 19px;
}
.custom-radio.co1 label::before {
  content: "";
  /*border: 1px solid #ff467e;*/
  border-radius: inherit;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 40%;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  background-color: #73b2ff52;
  border-radius: 0;
}
.custom-radio.co1 [type="radio"] + label:hover,
.custom-radio.co1 [type="radio"]:checked + label,
.custom-radio.co1.active label {
  background-color: #73B2FF;
}
.custom-radio.co1 [type="radio"] + label:hover::before,
.custom-radio.co1 [type="radio"]:checked + label::before {
  background-color: #fff;
}
.
.custom-radio.co1 label:hover::before,
.custom-radio.co1 [type="radio"]:checked + label::before {
  background-color: #73B2FF;
}
.custom-radio.co1 label:hover .radio-text,
.custom-radio.co1 [type="radio"]:checked + label .radio-text {
  border-bottom: 3px solid #73B2FF;
}


.sort_menu2.subcategoies {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.custom-radio.co2 label {
  /*position: relative;*/
  margin-left: -25px;
}
.custom-radio.co2 label::before {
  content: "";
  /*border: 1px solid #ff467e;*/
  border-radius: inherit;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  border-radius: 9999px;
  width: 15px;
  height: 15px;
  background-color: #fb92894d;
}
.custom-radio.co2 label .radio-text {
  padding-left: 21px;
}
.custom-radio.co2 [type="radio"] + label:hover,
.custom-radio.co2 [type="radio"]:checked + label,
.custom-radio.co2.active label {
  background-color: #FB9289;
}
.custom-radio.co2 [type="radio"] + label:hover::before,
.custom-radio.co2 [type="radio"]:checked + label::before,
.custom-radio.co2.active label::before {
  background-color: #fff;
}
.custom-radio.co2 label:hover .radio-text,
.custom-radio.co2 [type="radio"]:checked + label .radio-text {
  /*border-bottom: 3px solid #FB9289;*/
}


.custom-radio [type="radio"]:focus + label .radio-text {
  /*background: linear-gradient(transparent 60%, #fd94b4 60%);*/
}

.custom-radio label:hover::before {
  background-color: #48bdc5;
}
.custom-radio label:hover .radio-text {
  /*border-bottom: 3px solid #48BDC5;*/
}

.custom-radio [type="radio"] + label:hover,
.custom-radio [type="radio"]:checked + label,
.custom-radio.active label {
  background-color: #48bdc5;
  border-radius: 5px;
  color: #000;
}
.custom-radio [type="radio"] + label:hover::before,
.custom-radio [type="radio"]:checked + label::before,
.custom-radio.active label::before {
  border-width: 0px;
  background-color: #fff;
}
.custom-radio [type="radio"]:checked + label .radio-text {
  /*background: linear-gradient(transparent 60%, #48bdc5 60%);*/
  /*border-bottom: 3px solid #48BDC5;*/
  color: #000;
}

.sort_menu1 li {
  width: 50%;
}
.pb-2 .sort_menu2 li {
  width: 50%;
}
.pb-2 .sort_menu2 li .py-4 {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-radio.co2 label {
  display: flex;
  align-items: center;
  margin-left: -3px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.custom-radio.co2 input {
  position: absolute;
}
.custom-radio.co2 label {
  position: relative;
}
.custom-radio.co2 label .radio-text {
  width: 100%;
  position: absolute;
  line-height: 1.25em;
  margin-top: 5px;
}

@media screen and (max-width: 1023px) {
  .sm-nobtn {
    display:none
  }
}
@media screen and (max-width: 991px) {
  .table-row__name button.sm-tbn {
    display:none
  }
}
@media screen and (max-width: 767px) {
  .col-5.sm-btn {
    width: 58.666667%;
  }
}
@media screen and (max-width: 574px) {
  .col-5.sm-btn {
    width: 69.666667%;
  }
  .sm-btn button {
    font-size: 1em;
  }
}
@media screen and (max-width: 455px) {
  .col-5.sm-btn {
    width: 72.666667%;
    margin-top: 5px;
    margin-right: 1px;
  }
}
@media screen and (min-width: 992px) {
  .table__title.sm-inbtn,
  .table-row__name button.sm-intbn {
    display: none;
  }
  .table__th.sm-inbtn,
  .table-row__td.sm-inbtn {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .sm-btn {
    display:none
  }
}
@media screen and (min-width: 1320px) {
  .sort_menu1 li {
    width: 50%;
  }
  .pb-2 .sort_menu2 li {
    width: 50%;
  }
}

.email_box {
  position: relative;
}

.mail_base {
  /*position: absolute;*/
  /*height: 100px;*/
  /*width: 150px;*/
  background: #59ABE3;
  top: 49%;
  right: 2%;
  /*transform: translate(-50%, -50%);*/
  /*box-shadow: 5px 6px 10px -5px #000000;*/
}

.flex-container {
  display: flex;
  width: 100%;
  height: 100%;
}

.mail_left {
  background: #3892D0;
  width: 15px;
  height: 20px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.mail_right {
  background: #3892D0;
  width: 15px;
  height: 20px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.mail_top {
  background: #1978B8;
  width: 30px;
  height: 15px;
  position: absolute;
  top: 0%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.mail_top_shadow {
  width: 30px;
  height: 15px;
  position: absolute;
  top: 1.5%;
  left: 2%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #205377;
}

.notification_circle {
  background: #FF5151;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 10%;
  right: -10%;
  right: -28%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1.5px 2px 10px -1px #000000;
  /*animation: 0.6s notice-me cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;*/
}

@keyframes notice-me {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.notification_num {
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

@media screen and (max-width: 1023px) {
  .sm-no {
    display: none;
  }
  .notification_circle {
    animation: 0.6s notice-me cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
  }
  .email_box {
    position: initial;
  }
  .mail_base {
    position: absolute;
    top: 38%;
    right: 8%;
    border: 1px solid #9E9E9E;
    background: #dddddd;
  }
}
@media screen and (max-width: 850px) {
  .mail_base {
    right: 11%;
  }
}
@media screen and (max-width: 680px) {
  .mail_base {
    right: 13%;
  }
}
@media screen and (max-width: 580px) {
  .mail_base {
    right: 16%;
  }
}
@media screen and (max-width: 460px) {
  .mail_base {
    right: 18%;
  }
}
@media screen and (max-width: 430px) {
  .mail_base {
    right: 22%;
  }
}
@media screen and (max-width: 414px) {
  .mail_base {
    right: 24%;
  }
}
@media screen and (min-width: 1024px)  {
  .sm-in {
    display: none;
  }
  .email_box {
    margin-right: 10px;
  }
  .mail_top {
    background: #074055;
  }
  .mail_base {
    background: #bdbdbd;
  }
  .mail_left,
  .mail_right {
    background: #fff;
  }
}
.mail_top {
    background: #074055;
  }
  .mail_left,
  .mail_right {
    background: #fff;
  }


.editor {
  min-height: 350px;
 }
.editor a {
  color: #3a7f62;
}
.editor a:hover {
  color: #f5bf00;
  font-weight: bold;
}
.editor .mx-auto {
  word-break: break-all;
}
.editor .mx-auto table {
  width: 100%;
  margin: 20px 0;
  /*border-bottom: 5px solid rgb(55 192 240);*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 3px 16px rgb(0 0 0 / 25%);
  background-color: #fff;
}
.editor .mx-auto table tbody tr:first-child td,
.editor .mx-auto table tbody tr:first-child th {
  background-color: #36bff0!important;
  color: #074055;
  /*background-color: #2778AD !important;*/
  /*color: #fff;*/
  padding: 9px;
}
.editor .mx-auto table tbody tr:first-child td:first-child,
.editor .mx-auto table tbody tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
.editor .mx-auto table tbody tr:first-child td:last-child,
.editor .mx-auto table tbody tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.editor .mx-auto table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.editor .mx-auto table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.editor .mx-auto table tbody tr:nth-child(odd) {
    background-color: #efefef;
}
.editor .mx-auto table tbody tr td {
  padding: 9px;
}

@media screen and (max-width: 1319px) {
  .editor .mx-auto {
    /*overflow: auto;*/
  }
  .editor .mx-auto .aos-init {
    /*width: 990px;*/
  }
}

.lore .text_title {
  margin-bottom: 20px;
}
.lore .text_title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6rem;
}
.lore .h-full {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chosen .inline-flex {
  display: block;
}
.chosen .aos-init a {
  font-weight: inherit;
}
.chosen .aos-init a::before {
  content: "";
  display: inline-block;
  /*left: 0;*/
  position: absolute;
  top: 24%;
  top: 37%;
  margin-left: -22px;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  background-color: #73b2ff52;
}
.chosen .aos-init:nth-child(even) a::before {
  content: "";
  display: inline-block;
  border-radius: 9999px;
  width: 15px;
  height: 15px;
  background-color: #fb92894d;
}
.chosen .aos-init .btn-outline-primary {
  border-color: rgb(0 0 0 / 0%);
  box-shadow: 0px 15px 60px rgb(0 0 0 / 25%);
}
.chosen .aos-init .btn-outline-primary:hover {
  border-color: rgb(0 0 0 / 0%);
}
.chosen .aos-init .btn-outline-primary:hover::before {
  background-color: #fbc123;
  background-color: #fff;
}

@media screen and (max-width: 550px) {
  .chosen .aos-init a::before {
    top: auto;
    margin-top: 10px;
  }
}

.custom-radio.nav-fontSize {
  display: flex;
}
.custom-radio.nav-fontSize .box {
  display: flex;
  width: 30px;
  align-items: center;
  margin: 0 2px;
}
.custom-radio.nav-fontSize label {
  width: 30px;
  height: 30px;
  margin-left: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.custom-radio.nav-fontSize label:hover::before {
    background-color: #48bdc500;
}
.custom-radio.nav-fontSize [type="radio"]:checked + label {
  color: #000;
}
.custom-radio.nav-fontSize [type="radio"]:checked + label::before {
    border-width: 0px;
    background-color: #48bdc500;
}
.custom-radio.nav-fontSize label::before {
    content: "";
    /* border: 1px solid #ff467e; */
    border-radius: 9999px;
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 30px;
    background-color: #b1e1e5;
    background-color: #48bdc500;
}
.custom-radio.nav-fontSize label::after {
    content: "";
    /* border: 1px solid #ff467e; */
    border-radius: 9999px;
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 30px;
    background-color: #b1e1e5;
    background-color: #fff;
    background-color: #074055;
    z-index: -1;
}
.custom-radio.nav-fontSize label:hover::after {
    background-color: #fbc123;
}
/*.custom-radio.nav-fontSize  [type="radio"] {
  opacity: 1;
  background-color: #9e9e9e00;
  border: 1px solid #ff467e00;
}
.custom-radio.nav-fontSize  [type="radio"]:focus {
  --tw-ring-color: #eb2525;
  background-color: #ff467e00;
}
.custom-radio.nav-fontSize  [type="radio"]:focus-visible + label::after {
    border: 1px solid #ff467e;
}*/
.custom-radio.nav-fontSize [type="radio"]:checked + label::after {
    border-width: 0px;
    background-color: #fbc123;
}

header .custom-radio [type="radio"] + label:hover,
header .custom-radio [type="radio"]:checked + label {
  background-color: #48bdc500;
}
header .custom-radio label {
  padding-left: inherit;
}

#heading-2 {
  font-size: 1.5129em;
}

.nav-notext {
  position: absolute;
  color: #f0f8ff00;
  font-size: 0.01em;
}

.group.active .absolute {
  margin-left: -1px;
}



.tab.flex1 #news1 .icon svg path {
  fill: #fb9289;
}
.tab.flex1 #news2 .icon svg path {
  fill: #74cfaa;
}
.tab.flex1 #news3 .icon svg path {
  fill: #73b3ff;
}
.tab.flex1 .group.active#news1 .icon svg path,
.tab.flex1 .group.active#news2 .icon svg path,
.tab.flex1 .group.active#news3 .icon svg path {
  fill: #000000;
}


.text-a-red {
  color: rgb(216 60 60 / var(--tw-text-opacity));
}
.text-a-red:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.flex-between {
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .sp-table-position {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-but.lg\:ml-7 {
    margin-left: 0.75rem;
  }
}


/* new-sort.html
// ---------------------------------------*/
.hint-text {
  font-size: 0.8rem;
  color: #777575;
}

.styled-button {
  color: #083e3b;
  font-weight: bold;
  background-color: lightseagreen;
  border: 3px solid #188781;
  padding: 0.5rem;
}
.styled-button:hover, .styled-button:active, .styled-button:focus {
  background-color: #24c8bf;
  cursor: pointer;
  transform: translate(1px, 1px);
}
.styled-button:focus {
  outline: 3px solid orange;
}

.styled-list {
  list-style-type: initial;
  margin-left: 2rem;
}
.styled-list li {
  line-height: 1.25;
}
.styled-list ul {
  list-style-type: circle;
  margin-left: 1.25rem;
}



.hr-solid-content {
    color: #48BDC5;
    border: 0;
    font-size: 1.375em;
    padding: 1em 0;
    position: relative;
    font-weight: 700;
}
.hr-solid-content::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 1ch;
    line-height: 3px;
    border: solid #48BDC5;
    border-width: 0 99vw;
    width: fit-content;
    /* for 不支持fit-content浏览器 */
    white-space: nowrap;
    left: 35px;
    left: 48px;
    transform: translateX(-50%);
}
.hr-solid-content.blue {
  color: #73B2FF;
}
.hr-solid-content.blue::before {
  border: solid #73B2FF;
  border-width: 0 99vw;
}
.hr-solid-content.red {
  color: #FB9289;
}
.hr-solid-content.red::before {
  border: solid #FB9289;
  border-width: 0 99vw;
}
.expand-box {
  position: fixed;
  z-index: 999;
  top: 50%;
  top: 30%;
  left: 0%;
}
.expand-button {
  border: 0px solid #36BEF0;
  background-color: #36BEF0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 1.125em;
  border-top-right-radius:5px;
  border-bottom-right-radius: 5px;
  /*-webkit-transform: translateY(-50%);*/
  /*-ms-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
  writing-mode: vertical-rl;
  padding: 15px 10px;
  margin-bottom: 10px;
}
.expand-button:hover, .expand-button:active, .expand-button:focus {
  background-color: #01A4DE;
}
.expand-button.red {
  background-color: #FB9289;
  padding: 25px 10px;
}
.expand-button.red:hover, .expand-button.red:active, .expand-button.red:focus {
  background-color: #FC5B4D;
}
.expand-button.gree {
  background-color: #74CFA9;
}
.expand-button.gree:hover, .expand-button.gree:active, .expand-button.gree:focus {
  background-color: #45A47D;
}

.special-text {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease;
}
.special-text .shadow-default {
  box-shadow: 0px 6px 20px rgb(0 0 0 / 25%);
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.special-text.-expanded {
  max-height: 100vh;
}

.special-text:not(.-expanded)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}




body.open,
body.open1 {
  overflow-y: hidden;
}

.shop {
  position: relative;
  z-index: 5;
}

.shop__header {
  box-sizing: border-box;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.shop__products {
  padding-top: 70px;
}

.shop__title {
  display: block;
  margin: 0;
  float: left;
  font-size: 30px;
  line-height: 40px;
}

.shop__text {
  display: block;
  padding: 0;
  margin: 0;
  float: right;
}
.shop__text .button {
  padding: 10px 15px;
}

.button {
  display: inline-block;
  background: #39C;
  padding: 5px 10px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
}

aside .button--light {
  background: #FFF;
  color: #F00;
}

aside.cart,
aside.cart1 {
  position: fixed;
  /*background: #F3F3F3;*/
  width: 400px;
  max-width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  /*box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  transform: translate(500px, 0);
  transform: translate(-500px, 0);
  transition: transform 250ms ease-in-out;
  z-index: 99999;
}

body.open aside.cart,
body.open1 aside.cart1 {
  transform: translate(0, 0);
}

aside .cart__header {
  box-sizing: border-box;
  position: absolute;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  padding: 15px 15px;
  top: 5%;
  left: 0;
  left: 332px;
  left: 321px;
  overflow: hidden;
  z-index: 2;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
}
aside .cart__header .cart__text {
  float: right;
}
aside .cart__header .expand-button i {
  margin-bottom: 6px;
}

aside .cart__title {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  float: left;
}

aside .cart__products {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  width: 100%;
  width: 350px;
  width: 341px;
  height: 100%;
  /*padding: 70px 0;*/
  /*padding-bottom: 50px;*/
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  border-right: 5px solid rgb(251 146 137);
  box-shadow: 1px 1px 8px 3px rgb(0 0 0 / 15%);
}
aside .cart__products article {
  padding: 15px;
  border-bottom: 1px dotted #CCC;
}
aside .cart__products article h1 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
aside .cart__products article p {
  font-size: 14px;
  margin: 0;
}
aside .cart__products article p a {
  color: #F00;
}

aside .cart__product {
  /*display: none;*/
}

aside .cart__empty {
  padding: 30px 15px;
  margin: 0;
  font-style: italic;
  text-align: center;
}
aside .cart__empty.hide {
  display: none;
}

aside .cart__footer {
  box-sizing: border-box;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 15px;
  left: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  text-align: right;
}

aside .cart__text {
  margin: 0;
}
aside .cart__text .button {
  padding: 10px 15px;
}

aside .lightbox {
  position: fixed;
  background: #000;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 250ms ease-in-out, width 0ms ease-in-out 250ms;
}

body.open aside .lightbox,
body.open1 aside .lightbox {
  width: 100%;
  opacity: 0.8;
  transition: opacity 250ms ease-in-out, width 0ms ease-in-out;
}

aside.cart1 .cart__products {
  border-right: 5px solid rgb(116 207 170);
}
body.open .beak_bd,
body.open1 .beak_bd {
  background-color: #0000008c;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
}
@media (max-width: 450px) {
  aside.cart, aside.cart1 {
    max-width: initial;
  }
}
.custom-radio.co3 [type="radio"] + label:hover,
.custom-radio.co3 [type="radio"]:checked + label {
  background-color: #73B2FF;
  width: 100%;
  margin-top: -15px;
  margin-right: -29px;
  padding: 15px;
  margin-left: -33px;
}
.custom-radio.co3 label::before {

}
.custom-radio.co3 [type="radio"] + label:hover::before,
.custom-radio.co3 [type="radio"]:checked + label::before {

}

/**
 * Accordion
 -----------------------------*/
.cart__product .accordion {
  /*width: 100%;*/
  /*max-width: 360px;*/
  margin: 25px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: rgb(219 219 219 / 0%);
}

.cart__product .accordion li:hover,
.cart__product .accordion li .rotate {
  background-color:#FF6A00;
  border-radius: 4px;
}

.cart__product .accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #000;
  /*font-size: 1.125em;*/
  /*border-bottom: 1px solid #CCC;*/
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #ff98004d;
}

.cart__product .accordion li:hover .link {
  /*border-bottom: 0px solid #ff98004d;*/
}

.cart__product .accordion li:last-child .link { border-bottom: 0; }

.cart__product .accordion li i {
  position: absolute;
  top: 38%;
  left: 12px;
  font-size: 1.125em;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cart__product .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 18px;
}

.cart__product .accordion li.open .link,
.cart__product .accordion li .rotate .link {
  color: #000;
  background-color:#FF6A00;
  border-radius: 4px;
}

.cart__product .accordion li.open i,
.cart__product .accordion li .rotate i {
  color: #000;
}

.cart__product .accordion li.open i.fa-chevron-down,
.cart__product .accordion li .rotate i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.open span.submenu {
  display: inline !important;
  height: 0 !important;
  position: absolute !important;
}

.submenu {
  display: none;
  /*font-size: 1.125em;*/
  background-color: #fff;
}

.submenu li {
  background: #FEE179;
  border-radius: 4px;
  /*border-bottom: 1px solid #4b4a5e;*/
  /*padding: 10px 0 0;*/
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  /*padding: 12px;*/
  padding-left: 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 1px dashed #FF9800;
  margin: 0 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.submenu.active li .link.rotate,
.submenu.active li .link.rotate:hover,
.submenu.active li ul.submenu.active li {
  background-color: #ffc107;
  border-bottom: 0px dashed #FF9800;
}
.submenu.active li ul.submenu.active li:hover {
  background: #ff9800;
}
.submenu.active li ul.submenu.active li a {
  border-top: 1px dashed #ff9800;
  border-bottom: 0px dashed #FF9800;
}
.submenu.active .link {
  display: block;
  text-decoration: none;
  color: #000;
  /*padding: 12px;*/
  padding-left: 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 1px dashed #FF9800;
  margin: 0 25px;
  padding: 10px 0 10px 30px;
}
.submenu.active .link.rotate {
  margin: 0;
  padding: 10px 25px 10px 55px;
  background-color: #ff9800!important;
}
.submenu.active li .link i {
  /*top: 23%;*/
}
.submenu.active li .link.rotate i.fa-chevron-down {
  right: 36px;
}

.submenu li:last-child a {
  border-bottom: 0px dashed #FF9800;
}

.cart__product .accordion .submenu li:hover {
  background: #FF9800;
  border-radius: 4px;
  color: #000;
}

.submenu li.active,
.submenu li.rotate {
  background: #FF9800;
  border-radius: 4px;
  color: #000;
}

.pink-icon {
  color: #FB9289;
  font-size: 0.75em;
  margin-right: 8px;
}
.special-text form.row > * {
  margin-top: 10px;
}
.hr-space-square {
    border: 0;
    color: #d0d0d5;
    background: linear-gradient(currentColor, currentColor) no-repeat center;
    background-size: calc(100% - 1.5em - 6px) 1px;
    display: flex;
    justify-content: space-between;
    height: 20px;
}
.hr-space-square::before,
.hr-space-square::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    box-sizing: border-box;
    border: 1px solid;
    margin: 7px 3px;
    background-color: #dbdbdb;
}
.flex-end {
  justify-content: flex-end;
}
.one_line {
  display: flex;
  align-items: center;
}
.one_line .form-label {
  margin-bottom: 0;
}
span.transition-colors {
  box-shadow: 0px 6px 20px rgb(0 0 0 / 0%);
}
@media (max-width: 1319px) {
  .sort-sp .sm\:col-6 {
    flex: 0 0 auto;
    width: 40%;
  }
  .sort-sp .sm\:col-2 {
    flex: 0 0 auto;
    width: 17%;
  }
  .sort-sp .sm\:col-4 {
    flex: 0 0 auto;
    width: 43%;
  }
  .sort-form .sm\:col-3.one_line {
    width: 33.333333%;
  }
  .sort-sp .sm\:col-2.but-box {
    width: 50%;
    margin-top: 20px;
  }
  .sort_card .object-cover {
    height: 287px;
  }
  .tab-co .md\:col-6 {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .sort-form .sm\:col-3.one_line .form-label {
    flex-direction: column;
  }
  .sort-form .sm\:col-3.one_line .mr-6 {
    margin-bottom: 10px;
  }
  .oneline {
    display: flex;
    align-items: flex-end;
  }
  .sort-sp .sm\:col-6 {
    flex: 0 0 auto;
    width: 70%;
  }
  .sort-sp .sm\:col-2 {
    flex: 0 0 auto;
    width: 30%;
  }
  .sort-sp .sm\:col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .sort_card .object-cover {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .sort-form .sm\:col-2.one_line {
    width: 30%;
  }
  .sort-form .sm\:col-3.one_line {
    width: 33%;
  }
  .sort-form .sm\:col-2.one_line .mr-4,
  .sort-form .sm\:col-3.one_line .mr-6 {
    margin-right: 0;
  }
  .sort-form .sm\:col-2.one_line.but-box {
    width: 50%;
  }
  .sort-sp .sm\:col-6 {
    flex: 0 0 auto;
    width: 60%;
  }
  .sort-sp .sm\:col-2 {
    flex: 0 0 auto;
    width: 40%;
  }
  .sort-sp .sm\:col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .sort_card .object-cover {
    height: 318px;
  }
}
@media (max-width: 574px) {
  .sort-form .sm\:col-2.one_line,
  .sort-form .sm\:col-3.one_line {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sort_card .object-cover {
    height: 271px;
  }
}
@media (max-width: 450px) {
  .option-input {
    margin-right: 3px;
  }
  .radio_sp {
    font-size: 0.8125em;
  }
}
@media (max-width: 430px) {
  .sort_card .object-cover {
    height: 240px;
  }
}
@media (max-width: 375px) {
  .sort_card .object-cover {
    height: 207px;
  }
}

@media (min-width: 700px) {

}

/**
 * pop-up
 -----------------------------*/
.cover {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.blur-in header,
.blur-in main,
.blur-in footer {
    -webkit-animation: blur 2s forwards;
    -moz-animation: blur 2s forwards;
    -o-animation: blur 2s forwards;
    animation: blur 2s forwards;
}

.blur-out {
    -webkit-animation: blur-out 2s forwards;
    -moz-animation: blur-out 2s forwards;
    -o-animation: blur-out 2s forwards;
    animation: blur-out 2s forwards;
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-moz-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-o-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-moz-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-o-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}
.pop-up {
  position: fixed;
  /*margin: 5% auto;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  display: flex;
  align-items: center;
  height: 100%;
  /*width: 100%;*/
}

.pop-up .box {
  border-radius: 5px;
  background-color: whitesmoke;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 10%;*/
  padding: 0;
  position: relative;
  -webkit-box-shadow: 2px 5px 15px 0px rgb(0 0 0 / 32%);
  -moz-box-shadow: 2px 5px 15px 0px rgb(0 0 0 / 32%);
  box-shadow: 2px 5px 15px 0px rgb(0 0 0 / 32%);
  /*height: 400px;*/
  width: 50%;
}

.pop-up .close-button i {
  transition: all 0.5s ease;
  position: absolute;
  background-color: #ffffff;
  /*padding: 0px 7px;*/
  right: -11px;
  font-size: 2em;
  /*margin-left: -10px;*/
  margin-top: -14px;
  border-radius: 50%;
  /*border: 2px solid #fff;*/
  color: #000;
  -webkit-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
  box-shadow: -3px 1px 6px 0px rgba(0,0,0,0.1);
}

.pop-up .close-button i:hover {
  color: #ff5722;
}

.pop-up .close-button:hover {
  background-color: tomato;
  color: #fff;
}

.pop-up h3 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #074055;
  background-color: #36bff0;
}

.pop-up .pop-up-text {
  padding: 30px 25px;
}

.pop-up .pop-up-button {
  margin: 0 25px 2em;
 }

.pop-up .pointer-events-none {
  left: -10%;
  bottom: -3rem;
}

@media (max-width: 768px) {
  .pop-up .box {
    width: 80%;
  }
}

.apply .btn-outline-secondary {
  padding-left: 11px;
}

#section-1,
#section-2,
#section-3,
#section-4,
#section-5,
#section-6,
#section-7,
#section-8,
#section-9,
#section-10 {
  position: relative;
  top: -134px;
}

.loginas {
    background-color: #B5E61D;
}
