/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
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;
}

@font-face {
  font-style: normal;

  font-family: "Kalinga";

  src: url("/static/fonts/Kalinga.ttf");
}

*,
  *:focus,
  *:hover {
  outline: none !important;
}

html {
  position: relative;
}

html:before,
  html:after {
  content: "";
  display: block;
  height: 100%;
  z-index: -3;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1970px;
  background: #fff;
  margin-left: -985px;
  box-shadow: 0px 0px 17px rgb(205 228 252 / 37%);
}

html:before {
  z-index: -5;
  background: #f3f3f3;
  width: 100vw;
  margin: 0 auto;
  left: 0;
}

body {
  /* --container-width:1200px; */
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  font-family: ArialMT, 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";
}

a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

*, ::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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-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%;
}

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

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

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

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

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

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

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

.aspect-w-\[1\.42\] {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1.42;
}

.aspect-w-\[1\.42\] > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  box-shadow: 0 0 0 1px rgb(37, 99, 235);
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: rgb(55, 65, 81);
  background-color: rgb(243, 244, 246);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-switch .form-check-input {
  margin-top: 0.1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-floating > .form-control {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group > .form-control {
  width: 1%;
}

.input-group > .form-select {
  width: 1%;
}

.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.was-validated :valid ~ .valid-feedback {
  display: block;
}

.is-valid ~ .valid-feedback {
  display: block;
}

.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-valid {
  border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}

.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid {
  z-index: 1;
}

.input-group .form-control.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-select:valid {
  z-index: 1;
}

.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus {
  z-index: 3;
}

.input-group .form-control.is-valid:focus {
  z-index: 3;
}

.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}

.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.was-validated :invalid ~ .invalid-feedback {
  display: block;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-invalid {
  border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid {
  z-index: 2;
}

.input-group .form-control.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-select:invalid {
  z-index: 2;
}

.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus {
  z-index: 3;
}

.input-group .form-control.is-invalid:focus {
  z-index: 3;
}

.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn-check:focus + .btn {
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-check:checked + .btn {
  box-shadow: none;
}

.btn-check:active + .btn {
  box-shadow: none;
}

.btn:active {
  box-shadow: none;
}

.btn.active {
  box-shadow: none;
}

.btn-check:checked + .btn:focus {
  box-shadow: none;
}

.btn-check:active + .btn:focus {
  box-shadow: none;
}

.btn:active:focus {
  box-shadow: none;
}

.btn.active:focus {
  box-shadow: none;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.dropdown-menu {
  z-index: 1000;
}

.dropdown-item.active {
  color: rgb(31, 41, 55);
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item:active {
  color: rgb(31, 41, 55);
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu-dark .dropdown-item.active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.nav-tabs .nav-link.active {
  color: rgb(37, 99, 235);
  border-color: rgb(37, 99, 235);
}

.nav-tabs .nav-item.show .nav-link {
  color: rgb(37, 99, 235);
  border-color: rgb(37, 99, 235);
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link.active {
  background: rgb(37, 99, 235);
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .show > .nav-link {
  background: rgb(37, 99, 235);
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills.menu-sidebar .nav-link.active {
  color: #1266f1;
  font-weight: 600;
  border-left: 0.125rem solid #1266f1;
}

.tab-content > .active {
  display: block;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.modal {
  z-index: 1055;
}

.modal-dialog {
  margin: 0.5rem;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-body {
  flex: 1 1 auto;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.tooltip.show {
  opacity: 1;
}

.carousel-item.active {
  display: block;
}

.active.carousel-item-end {
  transform: translateX(100%);
}

.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-indicators .active {
  opacity: 1;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: auto;
}

.animation.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animation.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animation.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animation.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animation.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animation.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animation.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animation.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animation.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.ripple-wave.active {
  transform: scale(1);
  opacity: 0;
}

.btn .ripple-wave {
  background-image: radial-gradient(circle, hsla(0deg, 0%, 100%, 0.2) 0, hsla(0deg, 0%, 100%, 0.3) 40%, hsla(0deg, 0%, 100%, 0.4) 50%, hsla(0deg, 0%, 100%, 0.5) 60%, hsla(0deg, 0%, 100%, 0) 70%);
}

.datepicker-cell.selected .datepicker-cell-content {
  background-color: #2979ff;
  color: #fff;
}

.datepicker-cell.focused .datepicker-cell-content.selected {
  background-color: #2979ff;
}

.timepicker-current.active {
  opacity: 1;
}

.timepicker-mode-wrapper.active {
  opacity: 1;
}

.timepicker-time-tips-minutes.active {
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-inner.active {
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-hours.active {
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips.active {
  color: #fff;
}

.timepicker-hour-mode.active {
  color: #fff;
  opacity: 1;
}

.timepicker-hour.active {
  color: #fff;
  opacity: 1;
}

.timepicker-minute.active {
  color: #fff;
  opacity: 1;
}

.timepicker-icon-up.active {
  opacity: 1;
}

.timepicker-icon-down.active {
  opacity: 1;
}

.timepicker-modal .fade.show {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }

  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-switch .form-check-input {
    transition: none;
  }

  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }

  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }

  .form-floating > label {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .collapsing.collapse-horizontal {
    transition: none;
  }

  .accordion-button::after {
    transition: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .carousel-item {
    transition: none;
  }

  .carousel-fade .active.carousel-item-start {
    transition: none;
  }

  .carousel-fade .active.carousel-item-end {
    transition: none;
  }

  .carousel-control-prev {
    transition: none;
  }

  .carousel-control-next {
    transition: none;
  }

  .carousel-indicators [data-bs-target] {
    transition: none;
  }

  .spinner-border {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }

  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }

  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .modal-lg {
    max-width: 800px;
  }

  .modal-xl {
    max-width: 800px;
  }

  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .modal-xl {
    max-width: 1140px;
  }

  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

@media (prefers-reduced-motion) {
  .animation {
    transition: none !important;
    -webkit-animation: unset !important;
    animation: unset !important;
  }
}

@-webkit-keyframes _spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes _spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes _fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes _fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes _fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes _fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes _fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-out-down {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _fade-out-down {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes _fade-out-left {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _fade-out-left {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes _fade-out-right {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _fade-out-right {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes _fade-out-up {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _fade-out-up {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes _slide-in-down {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-down {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-in-left {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-left {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-in-right {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-right {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-in-up {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-up {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes _slide-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes _slide-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes _slide-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes _slide-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes _slide-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes _slide-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes _slide-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes _zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes _zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes _zoom-out {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes _zoom-out {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes _tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes _pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes _show-up-clock {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes _show-up-clock {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

html {
  font-size: 62.5%;
}

.text-14 {
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  .text-14 {
    font-size: 12px;
  }
}

.text-16 {
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  .text-16 {
    font-size: 14px;
  }
}

.text-18 {
  font-size: 1.8rem;
}

@media (max-width: 1023px) {
  .text-18 {
    font-size: 15px;
  }
}

.text-20 {
  font-size: 2.0rem;
}

.text-22 {
  font-size: 2.2rem;
}

@media (max-width: 1023px) {
  .text-22 {
    font-size: 22px;
  }
}

.text-24 {
  font-size: 2.4rem;
}

@media (max-width: 1023px) {
  .text-24 {
    font-size: 22px;
  }
}

.text-30 {
  font-size: 3rem;
}

@media (max-width: 1023px) {
  .text-30 {
    font-size: 22px;
  }
}

.text-32 {
  font-size: 3.2rem;
}

@media (max-width: 1023px) {
  .text-32 {
    font-size: 22px;
  }
}

.text-40 {
  font-size: 4rem;
}

.container-fluid {
  max-width: calc(100% - 9rem * 2);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1900px) {
  .container-fluid {
    max-width: calc(100% - 18rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1680px) {
  .container-fluid {
    max-width: calc(100% - 6rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1440px) {
  .container-fluid {
    max-width: calc(100% - 7rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1366px) {
  .container-fluid {
    max-width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) {
  .container-fluid {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}

.container {
  max-width: 154rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1900px) {
  .container {
    max-width: 154rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1680px) {
  .container {
    max-width: 154rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: calc(100% - 14rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: calc(100% - 12rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}

.container2 {
  max-width: 124rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1900px) {
  .container2 {
    max-width: 124rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1680px) {
  .container2 {
    max-width: 124rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1440px) {
  .container2 {
    max-width: calc(100% - 14rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1366px) {
  .container2 {
    max-width: calc(100% - 12rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1023px) {
  .container2 {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}

.wow {
  visibility: hidden;
}

.flexc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bggray {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

body {
  /* @apply pt-[10rem]; */
}

body.fixhd {
  padding-top: 6rem;
  transition-duration: 500ms;
}

.blur-shadow1 {
  box-shadow: 0.1rem 0.1rem 2rem 2px rgb(0 0 0 / 8%);
}

#header {
  top: 0px;
  z-index: 9999;
  width: 100%;
  max-width: 192rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

@media (max-width: 1023px) {
  #header {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

#header .container_hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1900px) {
  #header .container_hd {
    max-width: calc(100% - 8rem);
  }
}

@media (max-width: 1680px) {
  #header .container_hd {
    max-width: calc(100% - 4rem);
  }
}

#header #nav-toggle > svg {
  height: auto;
  width: 2rem;
  fill: currentColor;
}

#header .at1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (max-width: 1023px) {
  #header .at1 {
    flex: 1 1 0%;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#header #nav-toggle {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#header #nav-content {
  flex: 1 1 auto;
  justify-content: flex-end;
}

#header #nav-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

#header #nav-content {
  overflow: hidden;
  padding-top: 1.5rem;
  transition-property: all;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  #header #nav-content {
    display: flex;
    height: auto;
    max-height: 100vh;
    width: auto;
    align-items: center;
    overflow: visible;
    padding-top: 0px;
  }
}

@media (max-width: 1680px) {
  #header #nav-content {
    margin-left: 2rem;
  }
}

@media (max-width: 1023px) {
  #header #nav-content {
    margin-left: auto;
  }

  #header #nav-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  #header #nav-content {
    --tw-bg-opacity: 1;
    background-color: rgb(0 91 147 / var(--tw-bg-opacity));
    padding: 0px;
  }
}

#header .navbar {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  transition-property: none;
}

@media (max-width: 1680px) {
  #header .navbar {
    margin-left: 4rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 1023px) {
  #header .navbar {
    width: 100%;
    flex-wrap: wrap;
  }
}

#header .navbar > li:first-child {
  text-align: center;
}

@media (max-width: 1023px) {
  #header .navbar > li:first-child {
    width: 100%;
    flex: 1 1 auto;
  }
}

#header li.active {
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

#header .navbar > li {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#header .navbar > li:hover {
  overflow: visible;
}

@media (max-width: 1023px) {
  #header .navbar > li {
    width: 100%;
    flex: 1 1 auto;
  }
}

#header .navbar .dropdown-menu > .container {
  margin-top: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 0px;
  padding-right: 0px;
}

#header .hover .a0 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 91 147 / var(--tw-text-opacity)) !important;
}

#header .dropdown-menu {
  position: absolute;
  left: 0px;
  top: 11.7rem;
  z-index: 50;
  display: block;
  max-height: 0px;
  width: 100vw;
  max-width: 192rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1023px) {
  #header .dropdown-menu {
    position: static;
    --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));
    opacity: 1;
  }
}

#header .hover .dropdown-menu {
  max-height: 100vh;
  opacity: 1;
  --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);
}

#header .dropdown-menu .t {
  display: flex;
  width: 94rem;
  align-items: flex-start;
  justify-content: center;
  padding-right: 6rem;
  padding-top: 1rem;
}

#header .dropdown-menu .t img {
  height: auto;
  flex: 0 0 41rem;
}

#header .dropdown-menu .txt {
  font-size: 1.5rem;
  flex: 1 1 0%;
  padding-left: 5rem;
  text-align: left;
  line-height: 2;
}

#header .dropdown-menu .sub {
  grid-template-rows: auto auto 1fr 1fr 1fr auto auto;
}

#header .dropdown-menu .h2 {
  font-size: 2.0rem;
  margin-bottom: 1rem;
}

#header .dropdown-menu .info {
  line-height: 1.9;
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity));
}

#header .dropdown-menu li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}

#header .dropdown-menu li a {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-left: 1.25rem;
  text-align: left;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#header .dropdown-menu li a:hover {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

@media (max-width: 1023px) {
  #header .dropdown-menu li a {
    font-size: 1.4rem;
  }

  @media (max-width: 1023px) {
    #header .dropdown-menu li a {
      font-size: 12px;
    }
  }
}

#header .dropdown-menu li a:before {
  position: absolute;
  left: 0px;
  top: 50%;
  display: inline-block;
  height: .4rem;
  width: .4rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
  content: "";
}

#header .a0 {
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  #header .a0 {
    font-size: 14px;
  }
}

#header .a0 {
  display: inline-block;
  white-space: nowrap;
  line-height: 11.7rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#header .a0:hover {
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

.group:hover #header .a0 {
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

@media (max-width: 1680px) {
  #header .a0 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.6rem;
  }

  @media (max-width: 1023px) {
    #header .a0 {
      font-size: 14px;
    }
  }
}

@media (max-width: 1023px) {
  #header .a0 {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    line-height: 2;
    font-size: 1.5rem;
  }
}

.body_index #header .a0 {
  /* @apply text-white; */
}

.body_index #header {
  /* @apply  bg-transparent; */
}

body.fixhd #header {
  position: fixed;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

body.fixhd #header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0.5rem;
  background: linear-gradient(
      to bottom,
      rgb(0 0 0 / 14%) 0%,
      rgba(0, 0, 0, 0) 100%
    );
}

body.fixhd #header .navbar > li {
  height: 8rem;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

body.fixhd #header .a0 {
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  body.fixhd #header .a0 {
    font-size: 14px;
  }
}

body.fixhd #header .a0 {
  font-weight: 400;
  line-height: 5rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

body.fixhd #header .active .a0 {
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

body.fixhd #header .navbar .dropdown-menu {
  top: 7rem;
}

body.fixhd #header .weblogo > a {
  height: auto !important;
  min-height: 0px;
  min-width: 0px;
  max-width: 10rem;
}

body.fixhd #header .fbt .d2 {
  display: none;
}

body.fixhd #header .topphone1 img {
  width: 2.6rem;
}

body.fixhd #header .topphone1 .d1 {
  display: none;
}

body.fixhd #header .topphone1 .d2 {
  font-size: 2.4rem;
}

@media (max-width: 1023px) {
  body.fixhd #header .topphone1 .d2 {
    font-size: 22px;
  }
}

.weblogo {
}

.bnslick .txt {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}

@media (max-width: 1023px) {
  .bnslick .txt {
    display: none;
  }
}

.lineforbntext + .sinfo {
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  .lineforbntext + .sinfo {
    font-size: 12px;
  }
}

.lineforbntext + .sinfo {
  padding-left: 4.6rem;
  padding-right: 5rem;
  line-height: 2;
}

.crumbsbar {
  background: url(../images/bg_shadow3.png) repeat-x center bottom;
  padding-bottom: 1.6rem;
}

.abttl .h2 {
  font-size: 3.2rem;
}

@media (max-width: 1023px) {
  .abttl .h2 {
    font-size: 22px;
  }
}

.abttl .h2 {
  display: inline-block;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 91 147 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 7rem;
  letter-spacing: 4px;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.sct_news .slick-slide{
  border:none;
}

.sct_news .dots{
}

.sct_news .dots ul {
  margin-top: 5rem;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  border-width: 0px;
}

.sct_news .dots li {
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.sct_news .dots li.slick-active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 153 6 / var(--tw-bg-opacity));
}

#footer *,.ft2 * {
  --tw-text-opacity: 1;
  color: rgb(110 116 120 / var(--tw-text-opacity));
}

#footer {
  padding-top: 5rem;
}

#footer .ul1 {
  margin-right: 5rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6rem;
  line-height: 1.625;
}

@media (min-width: 1200px) {
  #footer .ul1 {
    flex: 1 1 0%;
    flex-wrap: nowrap;
  }
}

#footer .ul2 {
  margin-top: 1.5rem;
}

#footer .t1 {
  font-size: 1.8rem;
}

@media (max-width: 1023px) {
  #footer .t1 {
    font-size: 15px;
  }
}

#footer .t1 {
  margin-bottom: 2.5rem;
  white-space: nowrap;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(161 170 175 / var(--tw-text-opacity));
}

#footer .dpt_li_1 {
  max-width: 22rem;
}

#footer .dpt_li_2 {
  margin-left: 1.7em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  list-style: disc;
}

#footer a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#footer .dpt_li_2 a {
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  #footer .dpt_li_2 a {
    font-size: 12px;
  }
}

#footer .dpt_li_2 a {
  white-space: nowrap;
  line-height: 1.5;
}

#footer .item.c3 {
  padding-top: 10rem;
}

#footer .item.c3 .ftt {
  /* @apply pl-20; */
}

#footer .ft2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#footer .ft2 * {
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  #footer .ft2 * {
    font-size: 12px;
    font-size: 1.4rem;
  }

  @media (max-width: 1023px) {
    #footer .ft2 * {
      font-size: 12px;
    }
  }

  #footer .copyright {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }
}

.siteform1 .h3 {
  font-size: 1.8rem;
}

@media (max-width: 1023px) {
  .siteform1 .h3 {
    font-size: 15px;
  }
}

.siteform1 .h3 {
  margin-bottom: 0px;
  padding-top: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

.body_support .pagecontent {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.body_support .pagecontent table {
}

.body_support .pagecontent table td a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

.body_support .pagecontent table td {
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  .body_support .pagecontent table td {
    font-size: 14px;
  }
}

.body_support .pagecontent table td {
  padding: 1rem;
}

.body_support .pagecontent table img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto !important;
}

.remark table {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-collapse: collapse;
  border-style: none;
}

@media (max-width: 1023px) {
  .remark table {
    max-width: none;
  }
}

.remark td {
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  .remark td {
    font-size: 12px;
  }
}

.remark td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  padding: 1rem;
}

.remark .table_wrapper {
  overflow-x: auto;
}

@media (max-width: 1023px) {
  .remark * {
    line-height: 2 !important;
    font-size: 1.4rem !important;
  }

  @media (max-width: 1023px) {
    .remark * {
      font-size: 12px !important;
    }
  }
}

.sct_about {
  background: url(../images/bg2.png) repeat-x center bottom;
}

.site_ttl.site_ttl_left {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  z-index: 888;
}

.site_ttl {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 10rem;
  padding-right: 10rem;
  text-align: center;
}

.site_ttl .h2 {
  font-size: 3.6rem;
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  white-space: normal;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.site_ttl .h2 i {
  display: block;
  height: .2rem;
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.site_ttl .blue {
  white-space: normal;
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

.site_ttl .h2 + div {
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  .site_ttl .h2 + div {
    font-size: 14px;
  }
}

.site_ttl .h2 + div {
  position: relative;
  z-index: 10;
  white-space: normal;
  padding-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.site_ttl.site_ttl_white .h2,
  .site_ttl.site_ttl_white .h2 + div {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site_ttl .en {
  position: relative;
  z-index: 2;
  margin-top: -9rem;
  white-space: normal;
  font-family: 'Kalinga';
  font-size: 9.6rem;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity));
}

.site_ttl::after,
  .site_ttl::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background: no-repeat left top;
  background-image: url(../images/bgt1.png);
  position: absolute;
  left: 0;
  top: 0;
}

.site_ttl::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  background-image: url(../images/bgt2.png);
}

.site_ttl.site_ttl_left::after,
  .site_ttl.site_ttl_left::before {
  display: none;
}

.site_ttl.site_ttl_left .en {
  top: -1.9rem;
  margin-top: 0px;
  font-size: 7.6rem;
}

.site_ttl.site_ttl_white .en {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.2;
}

.site_ttl.site_ttl_white .more {
}

.site_more0 {
  width: 20.3rem;
  line-height: 5rem;
  background: linear-gradient(225deg, #ffd345 0%, #ec9010 100%);
  box-shadow: 0px 0.4rem 0.9rem 0rem rgba(0, 0, 0, 0.33);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  .site_more0 {
    font-size: 14px;
  }
}

.site_more0 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  margin-bottom: 1.5rem;
  display: block;
  overflow: hidden;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.site_more0:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site_more0::before {
  content: "";
  position: absolute;
  top: -75%;
  left: -135%;
  width: 150%;
  height: 150%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  z-index: 1;
  transition: all 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.site_more0:hover::before {
  top: -12.5%;
  left: 13.5%;
}

.site_more0::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.site_more0:hover::after {
  transform: scale(2);
  opacity: 0;
}

.sct_dingzhi {
  background: #e4e8f1 url(../images/bg1.jpg) no-repeat center bottom;
}

.sct_dingzhi .hdls {
  margin-top: 5rem;
}

.sct_dingzhi .hdls li {
  border: 1px solid #b7ccda;
  display: flex;
  height: 7rem;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sct_dingzhi .hdls ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.sct_dingzhi .hdls li i {
}

.sct_dingzhi .hdls li img {
  height: 2.75rem;
}

.sct_dingzhi .hdls li .s1 {
  display: none;
}

.sct_dingzhi .hdls li div {
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.sct_dingzhi .hdls .slick-active {
  --tw-border-opacity: 1;
  border-color: rgb(9 59 97 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 147 / var(--tw-bg-opacity));
}

.sct_dingzhi .hdls .slick-active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7486%)
      hue-rotate(196deg) brightness(104%) contrast(101%);
}

.sct_dingzhi .hdls .slick-active div {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sct_dingzhi .item {
}

.sct_dingzhi .txt {
}

.sct_dingzhi .txt .h3 {
  margin-bottom: 2rem;
  margin-top: 12rem;
}

.sct_dingzhi .h3 {
}

.sct_dingzhi .h3 i {
}

.sct_dingzhi .h3 img {
  display: none;
}

.sct_dingzhi .h3 span {
  font-size: 3.6rem;
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(9 59 97 / var(--tw-text-opacity));
}

.sct_dingzhi .s1 {
  margin-right: 2rem;
}

.sct_dingzhi .sinfo1 {
  margin-bottom: 1.5rem;
  padding-left: 4.5rem;
}

.sct_dingzhi .sinfo2 {
  margin-bottom: 3rem;
  padding-left: 4.5rem;
}

.sct_dingzhi .att1 {
  padding-left: 4.5rem;
}

.sct_dingzhi .more {
  margin-left: 4.5rem;
}

.sct_dingzhi .img {
  padding-top: 10rem;
}

.sct_dingzhi .img img {
}

.sct_fuwu {
}

.sct_fuwu .list {
  margin-top: 3rem;
}

.sct_fuwu .item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
}

.sct_fuwu .img {
}

.sct_fuwu .img img {
}

.sct_fuwu .cover {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sct_fuwu .txt {
  position: relative;
  margin-top: 12rem;
  padding-left: 7rem;
  padding-right: 7rem;
  padding-top: 5rem;
  text-align: left;
}

.sct_fuwu .txt * {
  position: relative;
  z-index: 20;
}

.sct_fuwu .txt span.i {
  position: absolute;
  left: 6rem;
  top: -8rem;
  z-index: 0;
  font-size: 13.3rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.1;
}

.sct_fuwu .h3 {
  font-size: 2.8rem;
}

@media (max-width: 1023px) {
  .sct_fuwu .h3 {
    font-size: 22px;
  }
}

.sct_fuwu .h3 {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sct_fuwu .en {
  font-size: 1.8rem;
}

@media (max-width: 1023px) {
  .sct_fuwu .en {
    font-size: 15px;
  }
}

.sct_fuwu .en {
  margin-top: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sct_fuwu .sinfo {
  font-size: 1.6rem;
}

@media (max-width: 1023px) {
  .sct_fuwu .sinfo {
    font-size: 14px;
  }
}

.sct_fuwu .sinfo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
}

.sct_fuwu .more {
}

.sct_fuwu .item:hover .img {
}

.sct_fuwu .item:hover .img img {
}

.sct_fuwu .item:hover .cover {
  --tw-bg-opacity: 0;
}

.sct_fuwu .item:hover .txt {
}

.sct_fuwu .item:hover .txt span.i {
}

.sct_fuwu .item:hover .h3 {
}

.sct_fuwu .item:hover .en {
}

.sct_fuwu .item:hover .sinfo {
  opacity: 1;
}

.sct_fuwu .more:hover {
}

.sct_yewu .img {
  margin-top: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.sct_yewu .slick-current + div .img {
  margin-top: 0px;
}

.sct_yewu .h4 {
}

.sct_yewu a:hover .h4 {
  /* @apply text-color333 */
}

.sct_yewu .site_more0 {
  opacity: 0;
}

.sct_yewu .slick-current + div .site_more0 {
  opacity: 1;
}

.sct_yewu .slick-current + div a:hover .site_more0 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sct_yewu .pn {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -6rem;
  --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));
}

.sct_yewu .pn.next {
  left: auto;
  right: 0px;
}

.sct_yewu .pn span {
  display: flex;
  height: 7rem;
  width: 7rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 147 / var(--tw-bg-opacity));
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sct_yewu .pn span:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.sct_yewu .box > a {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  box-shadow: 0rem 0rem 4rem 0rem rgba(0, 0, 0, 0);
  display: block;
  background-color: transparent;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 6rem;
  padding-right: 6rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sct_yewu .slick-current + div .box > a {
  box-shadow: 0rem 0rem 4rem 0rem rgba(0, 0, 0, 0.09);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-auto {
  top: auto;
}

.bottom-0 {
  bottom: 0px;
}

.-bottom-\[1\.8rem\] {
  bottom: -1.8rem;
}

.-right-\[2\.2rem\] {
  right: -2.2rem;
}

.top-1\/2 {
  top: 50%;
}

.-left-24 {
  left: -6rem;
}

.-right-24 {
  right: -6rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.-left-\[2em\] {
  left: -2em;
}

.bottom-32 {
  bottom: 8rem;
}

.right-12 {
  right: 3rem;
}

.z-40 {
  z-index: 40;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[188\] {
  z-index: 188;
}

.z-50 {
  z-index: 50;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-32 {
  margin-bottom: 8rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mr-0 {
  margin-right: 0px;
}

.ml-8 {
  margin-left: 2rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mr-auto {
  margin-right: auto;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-\[2\.3rem\] {
  height: 2.3rem;
}

.h-24 {
  height: 6rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[\.8rem\] {
  height: .8rem;
}

.h-\[4\.1rem\] {
  height: 4.1rem;
}

.h-\[1px\] {
  height: 1px;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-12 {
  height: 3rem;
}

.h-\[5\.8rem\] {
  height: 5.8rem;
}

.h-\[22rem\] {
  height: 22rem;
}

.h-\[50rem\] {
  height: 50rem;
}

.h-full {
  height: 100%;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-1 {
  height: 0.25rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-\[2rem\] {
  height: 2rem;
}

.h-\[5rem\] {
  height: 5rem;
}

.h-\[5\.2rem\] {
  height: 5.2rem;
}

.max-h-\[13rem\] {
  max-height: 13rem;
}

.max-h-full {
  max-height: 100%;
}

.max-h-\[8rem\] {
  max-height: 8rem;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-\[7\.6rem\] {
  min-height: 7.6rem;
}

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

.w-full {
  width: 100%;
}

.w-\[2\.3rem\] {
  width: 2.3rem;
}

.w-6 {
  width: 1.5rem;
}

.w-24 {
  width: 6rem;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-12 {
  width: 3rem;
}

.w-\[10rem\] {
  width: 10rem;
}

.w-\[38rem\] {
  width: 38rem;
}

.w-\[50rem\] {
  width: 50rem;
}

.w-36 {
  width: 9rem;
}

.w-2 {
  width: 0.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-48 {
  width: 12rem;
}

.w-\[16rem\] {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-\[1px\] {
  width: 1px;
}

.w-\[5rem\] {
  width: 5rem;
}

.min-w-\[24rem\] {
  min-width: 24rem;
}

.min-w-\[33\.33\%\] {
  min-width: 33.33%;
}

.min-w-full {
  min-width: 100%;
}

.min-w-\[48rem\] {
  min-width: 48rem;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-\[13\.4rem\] {
  min-width: 13.4rem;
}

.min-w-\[3em\] {
  min-width: 3em;
}

.min-w-\[2em\] {
  min-width: 2em;
}

.max-w-\[24rem\] {
  max-width: 24rem;
}

.max-w-min {
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-\[48rem\] {
  max-width: 48rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[36rem\] {
  max-width: 36rem;
}

.max-w-\[27rem\] {
  max-width: 27rem;
}

.max-w-\[45rem\] {
  max-width: 45rem;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-\[0_0_50rem\] {
  flex: 0 0 50rem;
}

.flex-\[0_0_7\.5rem\] {
  flex: 0 0 7.5rem;
}

.flex-\[70\%\] {
  flex: 70%;
}

.flex-\[30\%\] {
  flex: 30%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow-0 {
  flex-grow: 0;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-12 {
  --tw-translate-x: 3rem;
  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-3 {
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-12 {
  gap: 3rem;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-24 {
  gap: 6rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

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

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

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity));
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\!whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-t-\[3\.2rem\] {
  border-top-left-radius: 3.2rem;
  border-top-right-radius: 3.2rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-color333 {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-\[\#c6d0da\] {
  --tw-border-opacity: 1;
  border-color: rgb(198 208 218 / var(--tw-border-opacity));
}

.border-coloreee {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-\[\#CAD4DD\] {
  --tw-border-opacity: 1;
  border-color: rgb(202 212 221 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-\[\#e6e6e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-\[\#E3E3E3\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}

.border-colorddd {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.border-color1 {
  --tw-border-opacity: 1;
  border-color: rgb(0 91 147 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-\[\#F0F0F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-b-color1 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 91 147 / var(--tw-border-opacity));
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.bg-\[\#fffcf4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 244 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-color1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 147 / var(--tw-bg-opacity));
}

.bg-color2 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 59 97 / var(--tw-bg-opacity));
}

.bg-\[\#fafafc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 252 / var(--tw-bg-opacity));
}

.bg-\[\#fb7811\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 120 17 / var(--tw-bg-opacity));
}

.bg-\[\#468BEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(70 139 234 / var(--tw-bg-opacity));
}

.bg-\[\#2F2F2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity));
}

.bg-\[\#5CB92C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(92 185 44 / var(--tw-bg-opacity));
}

.bg-\[\#DA2C2D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 44 45 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-color3 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 153 6 / var(--tw-bg-opacity));
}

.bg-\[\#f6f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-coloreee {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-\[\#e4e5e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 229 231 / var(--tw-bg-opacity));
}

.bg-\[\#1e456b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 69 107 / var(--tw-bg-opacity));
}

.bg-\[\#171a1c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 26 28 / var(--tw-bg-opacity));
}

.bg-\[\#4A4A4A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity));
}

.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.\!bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.bg-contain {
  background-size: contain;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.p-20 {
  padding: 5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-\[\.4rem\] {
  padding: .4rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-\[20rem\] {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-\[1em\] {
  padding-right: 1em;
}

.pl-\[1em\] {
  padding-left: 1em;
}

.pl-\[2\.5em\] {
  padding-left: 2.5em;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[calc\(30\/192\*100\%\)\] {
  padding-bottom: calc(30 / 192 * 100%);
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-\[1\.5rem\] {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pl-0 {
  padding-left: 0px;
}

.pr-8 {
  padding-right: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.indent-\[2em\] {
  text-indent: 2em;
}

.align-top {
  vertical-align: top;
}

.text-\[7\.2rem\] {
  font-size: 7.2rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[2\.6rem\] {
  font-size: 2.6rem;
}

.font-semibold {
  font-weight: 600;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-loose {
  line-height: 2;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[2\] {
  line-height: 2;
}

.leading-\[9rem\] {
  line-height: 9rem;
}

.leading-\[4rem\] {
  line-height: 4rem;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[2\.4\] {
  line-height: 2.4;
}

.leading-normal {
  line-height: 1.5;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[6rem\] {
  line-height: 6rem;
}

.leading-\[5rem\] {
  line-height: 5rem;
}

.text-\[\#F0A42F\] {
  --tw-text-opacity: 1;
  color: rgb(240 164 47 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-color1 {
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

.text-\[\#093B61\] {
  --tw-text-opacity: 1;
  color: rgb(9 59 97 / var(--tw-text-opacity));
}

.text-\[\#7390A6\] {
  --tw-text-opacity: 1;
  color: rgb(115 144 166 / var(--tw-text-opacity));
}

.text-\[\#2A2A2A\] {
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity));
}

.text-\[\#7C868E\] {
  --tw-text-opacity: 1;
  color: rgb(124 134 142 / var(--tw-text-opacity));
}

.text-color666 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.text-color333 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-color2 {
  --tw-text-opacity: 1;
  color: rgb(9 59 97 / var(--tw-text-opacity));
}

.text-\[\#7A7A7A\] {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity));
}

.text-\[\#BDBDBD\] {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity));
}

.text-color555 {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity));
}

.text-color999 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-\[\#747474\] {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray1 {
  --tw-text-opacity: 1;
  color: rgb(98 94 93 / var(--tw-text-opacity));
}

.text-color3a {
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity));
}

.decoration-blue-300 {
  -webkit-text-decoration-color: #93c5fd;
          text-decoration-color: #93c5fd;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-0 {
  opacity: 0;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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-\[0_4px_9px_-4px_\#3b71ca\] {
  --tw-shadow: 0 4px 9px -4px #3b71ca;
  --tw-shadow-colored: 0 4px 9px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[slide\:title\] {
  slide: title;
}

.\[slide\:subtitle\] {
  slide: subtitle;
}

.\[slide\:pic\] {
  slide: pic;
}

.\[pics\:src\] {
  pics: src;
}

.\[pics\:title\] {
  pics: title;
}

.\[list\:id\] {
  list: id;
}

.\[list\:link\] {
  list: link;
}

.\[list\:title\] {
  list: title;
}

.\[nav\:link\] {
  nav: link;
}

.\[nav\:name\] {
  nav: name;
}

.\[nav\:scode\] {
  nav: scode;
}

.\[list\:ico\] {
  list: ico;
}

.\[list\:ext_sinfo_case\] {
  list: ext sinfo case;
}

.\[slide\:link\] {
  slide: link;
}

.\[slide\:src\] {
  slide: src;
}

.\[list\:i\] {
  list: i;
}

.\[list\:ext_j_age\] {
  list: ext j age;
}

.\[list\:ext_j_count\] {
  list: ext j count;
}

.\[list\:ext_j_xb\] {
  list: ext j xb;
}

.\[list\:ext_j_xl\] {
  list: ext j xl;
}

.\[list\:ext_j_xz\] {
  list: ext j xz;
}

.\[list\:content\] {
  list: content;
}

.\[list\:ext_summary\] {
  list: ext summary;
}

.\[search\:link\] {
  search: link;
}

.\[search\:sortname\] {
  search: sortname;
}

.\[list\:istop\] {
  list: istop;
}

.\[list\:isrecommend\] {
  list: isrecommend;
}

.\[list\:isheadline\] {
  list: isheadline;
}

.\[list\:ext_sinfo3\] {
  list: ext sinfo3;
}

.\[sort\:def1\] {
  sort: def1;
}

.\[sort\:name\] {
  sort: name;
}

.\[comment\:headpic\] {
  comment: headpic;
}

.\[comment\:nickname\] {
  comment: nickname;
}

.\[comment\:date\] {
  comment: date;
}

.\[comment\:comment\] {
  comment: comment;
}

.\[comment\:replyaction\] {
  comment: replyaction;
}

.\[commentsub\:headpic\] {
  commentsub: headpic;
}

.\[commentsub\:nickname\] {
  commentsub: nickname;
}

.\[commentsub\:date\] {
  commentsub: date;
}

.\[commentsub\:pnickname\] {
  commentsub: pnickname;
}

.\[commentsub\:comment\] {
  commentsub: comment;
}

.\[commentsub\:replyaction\] {
  commentsub: replyaction;
}

.\[nav\:ico\] {
  nav: ico;
}

.\[nav\:def2\] {
  nav: def2;
}

.\[mycomment\:i\] {
  mycomment: i;
}

.\[mycomment\:title\] {
  mycomment: title;
}

.\[mycomment\:comment\] {
  mycomment: comment;
}

.\[mycomment\:status\] {
  mycomment: status;
}

.\[mycomment\:date\] {
  mycomment: date;
}

.\[mycomment\:delaction\] {
  mycomment: delaction;
}

@layer untilities {
}

.checked\:border-color1:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 91 147 / var(--tw-border-opacity));
}

.checked\:bg-color1:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 147 / var(--tw-bg-opacity));
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem;
  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\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-color1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 91 147 / var(--tw-border-opacity));
}

.hover\:bg-color2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 59 97 / var(--tw-bg-opacity));
}

.hover\:bg-color1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 91 147 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-color1:hover {
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:hover {
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-color1:hover {
  --tw-shadow-color: #005B93;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:drop-shadow-2xl:hover {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

.focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:focus {
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:text-neutral-800:active {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.active\:no-underline:active {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:active {
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:bg-transparent:disabled {
  background-color: transparent;
}

.disabled\:text-neutral-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}

.group:hover .group-hover\:font-normal {
  font-weight: 400;
}

.group:hover .group-hover\:text-color1 {
  --tw-text-opacity: 1;
  color: rgb(0 91 147 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }

  .dark\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity));
  }

  .dark\:shadow-\[0_4px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.5\)\] {
    --tw-shadow: 0 4px 9px -4px rgba(59,113,202,0.5);
    --tw-shadow-colored: 0 4px 9px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:hover\:bg-neutral-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }

  .dark\:hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:hover {
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:focus {
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:active {
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}

@media (max-width: 1680px) {
  .pc1680\:pl-2 {
    padding-left: 0.5rem;
  }

  .pc1680\:text-24 {
    font-size: 2.4rem;
  }

  @media (max-width: 1023px) {
    .pc1680\:text-24 {
      font-size: 22px;
    }
  }
}

@media (max-width: 1023px) {
  .mobile\:static {
    position: static;
  }

  .mobile\:bottom-\[3vw\] {
    bottom: 3vw;
  }

  .mobile\:right-\[4px\] {
    right: 4px;
  }

  .mobile\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mobile\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .mobile\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mobile\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .mobile\:mt-4 {
    margin-top: 1rem;
  }

  .mobile\:mb-12 {
    margin-bottom: 3rem;
  }

  .mobile\:mt-0 {
    margin-top: 0px;
  }

  .mobile\:mr-0 {
    margin-right: 0px;
  }

  .mobile\:mb-4 {
    margin-bottom: 1rem;
  }

  .mobile\:mt-8 {
    margin-top: 2rem;
  }

  .mobile\:mb-8 {
    margin-bottom: 2rem;
  }

  .mobile\:mt-2 {
    margin-top: 0.5rem;
  }

  .mobile\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .mobile\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .mobile\:mt-6 {
    margin-top: 1.5rem;
  }

  .mobile\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .mobile\:mt-5 {
    margin-top: 1.25rem;
  }

  .mobile\:block {
    display: block;
  }

  .mobile\:flex {
    display: flex;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:h-auto {
    height: auto;
  }

  .mobile\:h-\[3px\] {
    height: 3px;
  }

  .mobile\:h-\[45px\] {
    height: 45px;
  }

  .mobile\:h-\[16px\] {
    height: 16px;
  }

  .mobile\:max-h-\[130rem\] {
    max-height: 130rem;
  }

  .mobile\:max-h-0 {
    max-height: 0px;
  }

  .mobile\:max-h-screen {
    max-height: 100vh;
  }

  .mobile\:min-h-\[35px\] {
    min-height: 35px;
  }

  .mobile\:w-\[45px\] {
    width: 45px;
  }

  .mobile\:w-\[16px\] {
    width: 16px;
  }

  .mobile\:min-w-0 {
    min-width: 0px;
  }

  .mobile\:min-w-full {
    min-width: 100%;
  }

  .mobile\:max-w-none {
    max-width: none;
  }

  .mobile\:max-w-full {
    max-width: 100%;
  }

  .mobile\:flex-\[70vw\] {
    flex: 70vw;
  }

  .mobile\:flex-\[0_0_16px\] {
    flex: 0 0 16px;
  }

  .mobile\:-translate-y-0 {
    --tw-translate-y: -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));
  }

  .mobile\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .mobile\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile\:flex-wrap {
    flex-wrap: wrap;
  }

  .mobile\:gap-4 {
    gap: 1rem;
  }

  .mobile\:gap-6 {
    gap: 1.5rem;
  }

  .mobile\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .mobile\:rounded-none {
    border-radius: 0px;
  }

  .mobile\:rounded-full {
    border-radius: 9999px;
  }

  .mobile\:border-0 {
    border-width: 0px;
  }

  .mobile\:border-none {
    border-style: none;
  }

  .mobile\:bg-transparent {
    background-color: transparent;
  }

  .mobile\:p-10 {
    padding: 2.5rem;
  }

  .mobile\:p-4 {
    padding: 1rem;
  }

  .mobile\:p-\[10px\] {
    padding: 10px;
  }

  .mobile\:p-8 {
    padding: 2rem;
  }

  .mobile\:p-2 {
    padding: 0.5rem;
  }

  .mobile\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mobile\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mobile\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mobile\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mobile\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mobile\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mobile\:pl-4 {
    padding-left: 1rem;
  }

  .mobile\:pt-\[25px\] {
    padding-top: 25px;
  }

  .mobile\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .mobile\:pt-\[40px\] {
    padding-top: 40px;
  }

  .mobile\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .mobile\:pt-10 {
    padding-top: 2.5rem;
  }

  .mobile\:pb-4 {
    padding-bottom: 1rem;
  }

  .mobile\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .mobile\:pr-0 {
    padding-right: 0px;
  }

  .mobile\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .mobile\:pl-\[10px\] {
    padding-left: 10px;
  }

  .mobile\:pl-0 {
    padding-left: 0px;
  }

  .mobile\:text-center {
    text-align: center;
  }

  .mobile\:text-\[16px\] {
    font-size: 16px;
  }

  .mobile\:text-\[12px\] {
    font-size: 12px;
  }

  .mobile\:font-semibold {
    font-weight: 600;
  }

  .mobile\:leading-loose {
    line-height: 2;
  }

  .mobile\:leading-\[1\.8\] {
    line-height: 1.8;
  }

  .mobile\:text-color333 {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
  }

  .mobile\:opacity-100 {
    opacity: 1;
  }

  .mobile\:text-12 {
    font-size: 1.2rem;
  }

  @media (max-width: 1023px) {
    .mobile\:text-12 {
      font-size: 12px;
    }
  }

  .mobile\:text-14 {
    font-size: 1.4rem;
  }

  @media (max-width: 1023px) {
    .mobile\:text-14 {
      font-size: 12px;
    }
  }

  .mobile\:text-15 {
    font-size: 1.5rem;
  }

  .mobile\:text-16 {
    font-size: 1.6rem;
  }

  @media (max-width: 1023px) {
    .mobile\:text-16 {
      font-size: 14px;
    }
  }

  .mobile\:text-20 {
    font-size: 2.0rem;
  }
}

.\[\&\[data-te-dropdown-show\]\]\:block[data-te-dropdown-show] {
  display: block;
}
