*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 100%) {
  .container {
    max-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: 1280px) {
  .container {
    max-width: 1280px;
  }
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-20px\] {
  bottom: -20px;
}

.bottom-\[-35px\] {
  bottom: -35px;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

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

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[35px\] {
  top: 35px;
}

.top-\[70px\] {
  top: 70px;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

.col-span-3 {
  grid-column: span 3 / span 3;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

.\!mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

.mb-\[51px\] {
  margin-bottom: 51px;
}

.mb-\[54px\] {
  margin-bottom: 54px;
}

.mb-\[56px\] {
  margin-bottom: 56px;
}

.mb-\[9px\] {
  margin-bottom: 9px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-auto {
  margin-left: auto;
}

.mr-\[10px\] {
  margin-right: 10px;
}

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

.mb-\[34px\] {
  margin-bottom: 34px;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

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

.mb-\[116px\] {
  margin-bottom: 116px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

.w-12 {
  width: 3rem;
}

.w-8 {
  width: 2rem;
}

.w-\[1px\] {
  width: 1px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[56px\] {
  width: 56px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[225px\] {
  min-width: 225px;
}

.min-w-\[190px\] {
  min-width: 190px;
}

.min-w-\[130px\] {
  min-width: 130px;
}

.min-w-\[56px\] {
  min-width: 56px;
}

.\!min-w-\[190px\] {
  min-width: 190px !important;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[690px\] {
  max-width: 690px;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.-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-\[50\%\] {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-\[-1\] {
  --tw-scale-x: -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));
}

.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));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.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-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[100px\] {
  gap: 100px;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[27px\] {
  gap: 27px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[70px\] {
  gap: 70px;
}

.gap-\[7px\] {
  gap: 7px;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.\!border-main {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 237 0 / var(--tw-border-opacity, 1)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray1 {
  --tw-border-opacity: 1;
  border-color: rgb(84 84 84 / var(--tw-border-opacity, 1));
}

.border-gray3 {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}

.border-main {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 0 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray1 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity, 1));
}

.bg-gray2 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(60 174 129 / var(--tw-bg-opacity, 1));
}

.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 0 / var(--tw-bg-opacity, 1));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(235 67 67 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-slidf {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.bg-slidf2 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-\[10px\] {
  padding: 10px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[27px\] {
  padding-left: 27px;
  padding-right: 27px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[8\] {
  padding-top: 8;
  padding-bottom: 8;
}

.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\!pr-\[60px\] {
  padding-right: 60px !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[9px\] {
  padding-top: 9px;
}

.pb-\[54px\] {
  padding-bottom: 54px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-\[120px\] {
  padding-top: 120px;
}

.\!pr-8 {
  padding-right: 2rem !important;
}

.text-center {
  text-align: center;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[50px\] {
  font-size: 50px;
}

.text-size14 {
  font-size: 14px;
}

.text-size15 {
  font-size: 15px;
}

.text-size16 {
  font-size: 16px;
}

.text-size17 {
  font-size: 17px;
}

.text-size18 {
  font-size: 18px;
}

.text-size20 {
  font-size: 20px;
}

.text-size24 {
  font-size: 24px;
}

.text-size26 {
  font-size: 26px;
}

.text-size30 {
  font-size: 30px;
}

.text-size32 {
  font-size: 32px;
}

.font-\[500\] {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[33px\] {
  line-height: 33px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[43px\] {
  line-height: 43px;
}

.leading-\[44px\] {
  line-height: 44px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[52px\] {
  line-height: 52px;
}

.leading-\[53px\] {
  line-height: 53px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray1 {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}

.text-gray4 {
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity, 1));
}

.text-main {
  --tw-text-opacity: 1;
  color: rgb(255 237 0 / var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

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

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.opacity-0 {
  opacity: 0;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

@font-face {
  font-family: Anjoman;

  font-style: normal;

  font-weight: 300;

  src: url('fonts/eot/Anjoman-FaNum-Light.eot');

  src: url('fonts/eot/Anjoman-FaNum-Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/Anjoman-FaNum-Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/Anjoman-FaNum-Light.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: Anjoman;

  font-style: normal;

  font-weight: bold;

  src: url('fonts/eot/Anjoman-FaNum-Bold.eot');

  src: url('fonts/eot/Anjoman-FaNum-Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/Anjoman-FaNum-Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/Anjoman-FaNum-Bold.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
  font-family: Anjoman;

  font-style: normal;

  font-weight: normal;

  src: url('fonts/eot/Anjoman-FaNum-Regular.eot');

  src: url('fonts/eot/Anjoman-FaNum-Regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/Anjoman-FaNum-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/Anjoman-FaNum-Regular.woff') format('woff');

  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

body {
  font-family:Anjoman, sans-serif;
  direction: rtl;
  background: #000;
  color: #fff;
  font-size: 16px;
}

.leaflet-popup-content{
  font-family:Anjoman, sans-serif;
}

@media (max-width: 768px){
  body{
    font-size: 14px;
  }
}

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

.container-fluid{
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .container-fluid{
    padding: 0 26px;
  }
}

.ltr{
  direction: ltr;
}

.rtl{
  direction: rtl;
}

a,button{
  transition: all .3s;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: bold;
  font-family:Anjoman, sans-serif;
}

input:focus,
select:focus{
  outline: none;
}

.b-hover{
  position: relative;
}

.b-hover:after{
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background-color: currentColor;
  transition: all .3s;
  bottom: 0;
  width: 0;
}

.b-hover:hover:after{
  width: 100%;
}

.b-hover:hover{
  color: #FFED00;
}

.footmenu a{
  position: relative;
}

.footmenu a:hover{
  color: #FFED00;
}

.footmenu a:after{
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background-color: currentColor;
  transition: all .3s;
  bottom: 0;
  width: 0;
}

.footmenu a:hover:after{
  width: 100%;
}

.text-yellow{
  color: #FFED00;
}

.search-form{
  opacity: 0;
  transform: translateY(20px);
  transition: all .3s;
  pointer-events: none;
}

.search-form.active{
  opacity: 1;
  transform: translateY(0px);
  pointer-events: initial;
}

#mobile-sidedar,
#main-menu{
  .current-menu-item{
    a{
      color: #FFED00;
    }
    a:hover{
      color: #FFED00;
    }
  }
}

#mobile-sidedar{
  opacity: 0;
  transform: translateY(20px);
  transition: all .3s;
  pointer-events: none;
}

#mobile-sidedar.active{
  opacity: 1;
  transform: translateY(0px);
  pointer-events: initial;
}

.site-title.not(.absoulte){
  position: relative;
}

.site-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  z-index: 2;
  margin-bottom: 44px;
  h1,h2,h3,h4,h5,h6{
    background: #FFED00;
    padding: 10px 10px 32px 54px;
    color: #000;
    font-size: 24px;
    line-height: 40.8px
  }
  p{
    text-align: center;
    font-size: 20px;
    line-height: 40.8px;
  }
}

@media (max-width: 1024px) {
  .site-title{
    margin-bottom: 34px;
    gap: 20px;
    h1,h2,h3,h4,h5,h6{
      padding: 10px 10px 24px 54px;
    }
  }
}

@media (max-width: 767px) {
  .site-title{
    margin-bottom: 24px;
    gap: 16px;
    h1,h2,h3,h4,h5,h6{
      padding: 10px 10px 16px 54px;
    }
  }
}

.glightbox-clean .gslide-title,
.glightbox-clean .gslide-desc{
  color: #000;
  font-family: Anjoman;
}

#media{
  .swiper-slide.swiper-slide-next,
  .swiper-slide.swiper-slide-prev{
    transform: scale(.8);
  }
  .swiper-slide.swiper-slide-active{
    z-index: 2;
  }
}

.swiper-button-next svg, 
.swiper-button-prev svg{
  width: auto;
  height: auto;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
  display: none;
}

.content-text{
  line-height: 2;
}

.content-text > *:first-child {
  margin-top: 0 !important;
}

.content-text > *:last-child {
  margin-bottom: 0 !important;
}

.content-text ol,
.content-text ul {
  margin: 20px 0;
}

.content-text ol li,
.content-text ul li {
  line-height: 24px;
  margin-bottom: 5px;
}

.content-text ul {
  padding-right: 20px;
}

.content-text ul li {
  padding-right: 15px;
  position: relative;
}

.content-text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 10px;
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  margin: 30px 0 5px;
}

.content-text h1 span,
.content-text h2 span,
.content-text h3 span,
.content-text h4 span,
.content-text h5 span,
.content-text h6 span {
}

.content-text p {
  margin:  0px 0 27px;
}

.content-text p a {
  font-weight: bold;
  text-decoration: underline;
}

.content-text .aligncenter {
  margin: 15px auto;
}

.content-text .wp-block-image {
  text-align: center;
  font-size: 13px;
  margin: 27px auto;
}

.content-text .wp-block-image img {
  border-radius: 0px !important;
  margin: 0 auto;
}

.content-text .wp-block-image figcaption {
  padding-top: 10px;
}

.content-text .alignleft,
.content-text .wp-block-image .alignleft {
  margin-left: 0;
  margin-right: 20px;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .content-text .alignleft,
  .content-text .wp-block-image .alignleft {
    float: none;
    margin: 0 auto 20px;
  }
}

.content-text  .alignright,
.content-text .wp-block-image .alignright {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}

@media only screen and (max-width: 1024px) {
  .content-text .alignright,
  .content-text .wp-block-image .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}

.content-text .html5_video_players {
  text-align: center;
  font-size: 13px;
  margin: 27px auto;
}

.content-text .html5_video_players .plyr_wrapper {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .h5ap-player {
  text-align: center;
  font-size: 13px;
  margin: 27px auto;
}

.content-text .h5ap-player .plyr__controls {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .wp-block-video {
  text-align: center;
  font-size: 13px;
  margin: 27px auto;
}

.content-text .wp-block-video video {
  border-radius: 15px !important;
  margin: 0 auto;
}

.content-text .wp-block-media-text {
  display: flex;
  direction: rtl;
  padding: 15px;
  background: linear-gradient(269.94deg, #d8e7ff 8.8%, rgba(247, 247, 247, 0) 88.33%);
  border-radius: 16px;
  margin: 27px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.content-text .wp-block-media-text:before {
  content: "";
  width: 60px;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(112.94deg, #489aff 4.51%, #1253ff 91.83%);
  z-index: -1;
  position: absolute;
}

.content-text .wp-block-media-text .wp-block-media-text__media {
  width: 93px;
  flex-shrink: 0;
  height: 93px;
  border-radius: 16px;
  overflow: hidden;
}

.content-text .wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .content-text .wp-block-media-text .wp-block-media-text__media {
    width: 85px;
    line-height: 85px;
    border-radius: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .content-text .wp-block-media-text .wp-block-media-text__media {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
}

.content-text .wp-block-media-text .wp-block-media-text__content {
  margin: 0 42px 0 0;
  padding: 0;
}

.content-text .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 21px;
  font-size: 20.98px;
  font-weight: 400;
  line-height: 20.98px;
}

.content-text .wp-block-media-text .wp-block-media-text__content p a {
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
}

.content-text .wp-block-media-text .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .content-text .wp-block-media-text .wp-block-media-text__content {
    margin: 0 35px 0 0;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 18px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p a {
    font-size: 20px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .content-text .wp-block-media-text .wp-block-media-text__content {
    margin: 0 25px 0 0;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p a {
    font-size: 18px;
  }

  .content-text .wp-block-media-text .wp-block-media-text__content p:last-child {
    margin-bottom: 0;
  }
}

.content-text .wp-block-table {
  width: 100%;
  overflow: auto;
  margin: 45px 0;
  border-bottom: none !important;
}

.content-text table,
.content-text .wp-block-table table {
  min-width: 700px;
}

.content-text table th,
.content-text .wp-block-table table th {
  color: #fff;
  position: relative;
  isolation: isolate;
  line-height: 40px;
  padding: 0 15px 7px;
}

.content-text table th:before,
.content-text .wp-block-table table th:before {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  top: 0;
  bottom: 7px;
  background: #CD1818;
  z-index: -1;
}

.content-text table th:first-child:before,
.content-text .wp-block-table table th:first-child:before {
  border-radius: 0 20px 20px 0;
}

.content-text table th:last-child:before,
.content-text .wp-block-table table th:last-child:before {
  border-radius: 20px 0 0 20px;
}

.content-text table thead ,
.content-text .wp-block-table table thead {
  border-bottom: none;
}

.content-text table tbody tr,
.content-text .wp-block-table table tbody tr {
  background: none !important;
}

.content-text table tbody tr td,
.content-text .wp-block-table table tbody tr td {
  position: relative;
  isolation: isolate;
  line-height: 40px;
  padding: 12px 15px;
}

.content-text table tbody tr td:before,
.content-text .wp-block-table table tbody tr td:before {
  content: "";
  position: absolute;
  left: -1px;
  right: 0;
  top: 6px;
  bottom: 6px;
  z-index: -1;
}

.content-text table tbody tr td:first-child:before,
.content-text .wp-block-table table tbody tr td:first-child:before {
  border-radius: 0 12px 12px 0;
}

.content-text table tbody tr td:last-child:before,
.content-text .wp-block-table table tbody tr td:last-child:before {
  border-radius: 12px 0 0 12px;
}

.content-text table tbody tr:nth-child(even) td:before,
.content-text .wp-block-table table tbody tr:nth-child(even) td:before {
  background: #F8F8FF;
}

.content-text .wp-block-heading.pre {
  position: relative;
  padding-right: 34px;
  margin-right: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.content-text .wp-block-heading.pre:before {
  content: "";
  width: 22px;
  height: 5px;
  background: #CD1818;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.content-text #rank-math-faq .rank-math-list-item {
  border: none;
  background: #FBFCFF;
  border-radius: 19px;
}

.content-text #rank-math-faq .rank-math-list-item:last-child {
  margin-bottom: 0 !important;
}

.content-text #rank-math-faq .rank-math-list-item .rank-math-question {
  font-size: 20px;
  font-weight: 600;
  border: none !important;
}

.content-text #rank-math-faq .rank-math-list-item .rank-math-answer {
  background: none;
  border: none;
  padding: 0px 50px 10px;
}

.content-text #rank-math-faq .rank-math-list-item .rank-math-answer p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26.6px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  .content-text #rank-math-faq .rank-math-list-item {
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-question {
    font-size: 18px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer {
    padding: 0px 40px 10px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .content-text #rank-math-faq .rank-math-list-item {
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-question {
    font-size: 16px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer {
    padding: 0px 30px 5px;
  }

  .content-text #rank-math-faq .rank-math-list-item .rank-math-answer p {
    font-size: 14px;
  }
}

#sidemenu{
  ul{
    ul{
      background: #262626;
      padding: 10px 15px;
      font-size: 16px;
      display: none;
    }
  }
  .menu-item-has-children >a{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

#main-menu{
  >ul{
    >li{
      position: relative;
      ul{
        background: #262626;
        position: absolute;
        right: 0;
        top: 60px;
        width: 220px;
        pointer-events: none;
        transition: all .3s;
        transform-origin:50% 0;
        transform:scaleY(0) translateZ(0);
        opacity:0;
        li{
          position: relative;
          line-height: 40px;
          a{
            display: flex;
            font-size: 16px;
            padding: 0 15px;
            justify-content: space-between;
            .menu-arrow{
              transform: rotate(90deg);
            }
          }
          ul{
            right: 220px;
            top: 0;
          }
          a:hover{
            color: #FFED00;
          }
        }
      }
    }
  }
  li:hover > ul{
    transform:scaleY(1) translateZ(0);
    opacity:1;
    pointer-events: initial;
  }
  .menu-item-has-children >a{
    display: flex;
    align-items: center;
    gap: 6px;
  }
}

#towhite.active{
  color: #000;
  .bg{
    opacity: 1;
  }
}

.custom-marker {
  background: none !important;
}

.tab-container > ul > li {
  display: none;
  transition: all .3s;
}

.tab-container > ul > li.active {
  display: block;
  animation-name: fadeInUp;
  animation-duration: .4s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

#content-table{
  .lwptoc{
    margin: 0 0 30px;
    border-radius: 0px;
    border: 1px solid #fff;
    background: none;
    padding: 24px;
  }
  .lwptoc_i{
    width: 100%;
    background: none;
    padding: 0;
    .lwptoc_header{
      padding: 0 0 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid #FFED00;
      display: flex;
      align-items: center;
      line-height: 32px;
      b{
        display: inline-block;
        color: #FFED00;
        font-size: 20px;
        line-height: 32px;
      }
      .lwptoc_toggle{
        margin-right: auto;
        a{
          background: url('images/adown.svg') left center no-repeat;
          font-size: 0px;
          height: 24px;
          width: 24px;
          display: block;
        }
      }
      .lwptoc_toggle:after,
      .lwptoc_toggle::before{
        display: none;
      }
    }
    .lwptoc_itemWrap{
      padding:  0 24px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      a{
        color: #fff;
        display: block;
        line-height: 40px;
        font-size: 16px;
        padding-right: 26px;
        position: relative;
      }
      a:before{
        content: "";
        width: 10px;
        height: 10px;
        background: #FFED00;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }
      a:hover{
        border: none !important;
        color: #FFED00;
        text-decoration: none;
      }
    }
  }
}

@media only screen and (max-width: 992px) {
  #content-table{
    .lwptoc{
      margin: 0 0 24px;
    }
    .lwptoc_header{
      padding: 0 0 8px;
      margin-bottom: 8px;
    }
  }
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 67 67 / var(--tw-border-opacity, 1));
}

.hover\:bg-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mainh:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 208 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 67 67 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-gray2:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-main:hover {
  --tw-text-opacity: 1;
  color: rgb(255 237 0 / var(--tw-text-opacity, 1));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(235 67 67 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px) {
  .sm\:\!block {
    display: block !important;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:w-\[200px\] {
    width: 200px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

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

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

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[-40px\] {
    bottom: -40px;
  }

  .md\:top-\[40px\] {
    top: 40px;
  }

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

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

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

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

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

  .md\:mb-\[53px\] {
    margin-bottom: 53px;
  }

  .md\:mt-\[-65px\] {
    margin-top: -65px;
  }

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

  .md\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .md\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

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

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

  .md\:w-\[341px\] {
    width: 341px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-\[100px\] {
    gap: 100px;
  }

  .md\:gap-\[120px\] {
    gap: 120px;
  }

  .md\:gap-\[54px\] {
    gap: 54px;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .md\:pt-\[53px\] {
    padding-top: 53px;
  }

  .md\:pt-\[54px\] {
    padding-top: 54px;
  }

  .md\:leading-\[51px\] {
    line-height: 51px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:bottom-\[-43px\] {
    bottom: -43px;
  }

  .lg\:bottom-\[unset\] {
    bottom: unset;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-\[unset\] {
    right: unset;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:top-\[246px\] {
    top: 246px;
  }

  .lg\:top-\[43px\] {
    top: 43px;
  }

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

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:\!mb-\[56px\] {
    margin-bottom: 56px !important;
  }

  .lg\:mb-\[54px\] {
    margin-bottom: 54px;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[450px\] {
    width: 450px;
  }

  .lg\:w-\[708px\] {
    width: 708px;
  }

  .lg\:translate-x-\[-100\%\] {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-\[50\%\] {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-\[144px\] {
    gap: 144px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .lg\:bg-slidf {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[94px\] {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .lg\:pb-\[144px\] {
    padding-bottom: 144px;
  }

  .lg\:pb-\[56px\] {
    padding-bottom: 56px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-\[47px\] {
    padding-top: 47px;
  }

  .lg\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .lg\:\!text-size32 {
    font-size: 32px !important;
  }

  .lg\:text-\[25px\] {
    font-size: 25px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

  .lg\:text-size17 {
    font-size: 17px;
  }

  .lg\:text-size18 {
    font-size: 18px;
  }

  .lg\:text-size28 {
    font-size: 28px;
  }

  .lg\:text-size24 {
    font-size: 24px;
  }

  .lg\:leading-\[38px\] {
    line-height: 38px;
  }
}

@media (min-width: 1280px) {
  .xl\:\!right-\[-68px\] {
    right: -68px !important;
  }

  .xl\:left-\[24\%\] {
    left: 24%;
  }

  .xl\:right-\[24\%\] {
    right: 24%;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:mb-\[160px\] {
    margin-bottom: 160px;
  }

  .xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .xl\:block {
    display: block;
  }

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

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:gap-\[108px\] {
    gap: 108px;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xl\:px-\[150px\] {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (min-width: 1500px) {
  .bxl\:\!left-\[-68px\] {
    left: -68px !important;
  }

  .bxl\:top-\[185px\] {
    top: 185px;
  }

  .bxl\:gap-\[44px\] {
    gap: 44px;
  }

  .bxl\:gap-\[56px\] {
    gap: 56px;
  }
}

