/*
! tailwindcss v3.4.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.
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] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --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:  ;
}

.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: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-bottom-\[1px\] {
  bottom: -1px;
}

.-bottom-\[25px\] {
  bottom: -25px;
}

.-bottom-\[2px\] {
  bottom: -2px;
}

.-bottom-\[3px\] {
  bottom: -3px;
}

.-bottom-\[8px\] {
  bottom: -8px;
}

.-left-\[1px\] {
  left: -1px;
}

.-right-\[1px\] {
  right: -1px;
}

.-right-\[5px\] {
  right: -5px;
}

.-top-\[15px\] {
  top: -15px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[-4px\] {
  bottom: -4px;
}

.bottom-\[140\%\] {
  bottom: 140%;
}

.bottom-\[2px\] {
  bottom: 2px;
}

.bottom-\[3px\] {
  bottom: 3px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[115px\] {
  left: 115px;
}

.left-\[15px\] {
  left: 15px;
}

.left-\[1px\] {
  left: 1px;
}

.left-\[32px\] {
  left: 32px;
}

.right-0 {
  right: 0px;
}

.right-1\/2 {
  right: 50%;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-\[15px\] {
  right: 15px;
}

.right-\[5px\] {
  right: 5px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[15px\] {
  top: 15px;
}

.top-\[200\%\] {
  top: 200%;
}

.top-\[20px\] {
  top: 20px;
}

.top-\[300\%\] {
  top: 300%;
}

.top-\[40px\] {
  top: 40px;
}

.top-\[60px\] {
  top: 60px;
}

.-top-1 {
  top: -0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-0 {
  top: -0px;
}

.-z-10 {
  z-index: -10;
}

.-z-\[1\] {
  z-index: -1;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.m-0 {
  margin: 0px;
}

.-mx-\[15px\] {
  margin-left: -15px;
  margin-right: -15px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}

.mx-\[25px\] {
  margin-left: 25px;
  margin-right: 25px;
}

.mx-\[7px\] {
  margin-left: 7px;
  margin-right: 7px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-\[35px\] {
  margin-top: 35px;
  margin-bottom: 35px;
}

.-mb-\[5px\] {
  margin-bottom: -5px;
}

.-ml-\[5px\] {
  margin-left: -5px;
}

.-mr-\[10px\] {
  margin-right: -10px;
}

.-mr-\[4px\] {
  margin-right: -4px;
}

.-mt-\[16px\] {
  margin-top: -16px;
}

.-mt-\[2px\] {
  margin-top: -2px;
}

.-mt-\[3px\] {
  margin-top: -3px;
}

.-mt-\[40px\] {
  margin-top: -40px;
}

.-mt-\[45px\] {
  margin-top: -45px;
}

.-mt-\[4px\] {
  margin-top: -4px;
}

.-mt-\[5px\] {
  margin-top: -5px;
}

.-mt-\[9px\] {
  margin-top: -9px;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[100px\] {
  margin-bottom: 100px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[13px\] {
  margin-bottom: 13px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[153px\] {
  margin-bottom: 153px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[26px\] {
  margin-bottom: 26px;
}

.mb-\[27px\] {
  margin-bottom: 27px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[34px\] {
  margin-bottom: 34px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mb-\[37px\] {
  margin-bottom: 37px;
}

.mb-\[38px\] {
  margin-bottom: 38px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[41px\] {
  margin-bottom: 41px;
}

.mb-\[44px\] {
  margin-bottom: 44px;
}

.mb-\[45px\] {
  margin-bottom: 45px;
}

.mb-\[47px\] {
  margin-bottom: 47px;
}

.mb-\[4px\] {
  margin-bottom: 4px;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[53px\] {
  margin-bottom: 53px;
}

.mb-\[54px\] {
  margin-bottom: 54px;
}

.mb-\[55px\] {
  margin-bottom: 55px;
}

.mb-\[56px\] {
  margin-bottom: 56px;
}

.mb-\[58px\] {
  margin-bottom: 58px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[65px\] {
  margin-bottom: 65px;
}

.mb-\[67px\] {
  margin-bottom: 67px;
}

.mb-\[6px\] {
  margin-bottom: 6px;
}

.mb-\[70px\] {
  margin-bottom: 70px;
}

.mb-\[76px\] {
  margin-bottom: 76px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.mb-\[87px\] {
  margin-bottom: 87px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-\[11px\] {
  margin-left: 11px;
}

.ml-\[12px\] {
  margin-left: 12px;
}

.ml-\[13px\] {
  margin-left: 13px;
}

.ml-\[15px\] {
  margin-left: 15px;
}

.ml-\[16px\] {
  margin-left: 16px;
}

.ml-\[18px\] {
  margin-left: 18px;
}

.ml-\[19px\] {
  margin-left: 19px;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.ml-\[21px\] {
  margin-left: 21px;
}

.ml-\[22px\] {
  margin-left: 22px;
}

.ml-\[24px\] {
  margin-left: 24px;
}

.ml-\[25px\] {
  margin-left: 25px;
}

.ml-\[26px\] {
  margin-left: 26px;
}

.ml-\[27px\] {
  margin-left: 27px;
}

.ml-\[28px\] {
  margin-left: 28px;
}

.ml-\[29px\] {
  margin-left: 29px;
}

.ml-\[2px\] {
  margin-left: 2px;
}

.ml-\[30px\] {
  margin-left: 30px;
}

.ml-\[35px\] {
  margin-left: 35px;
}

.ml-\[36px\] {
  margin-left: 36px;
}

.ml-\[3px\] {
  margin-left: 3px;
}

.ml-\[40px\] {
  margin-left: 40px;
}

.ml-\[45px\] {
  margin-left: 45px;
}

.ml-\[48px\] {
  margin-left: 48px;
}

.ml-\[4px\] {
  margin-left: 4px;
}

.ml-\[50px\] {
  margin-left: 50px;
}

.ml-\[55px\] {
  margin-left: 55px;
}

.ml-\[5px\] {
  margin-left: 5px;
}

.ml-\[6px\] {
  margin-left: 6px;
}

.ml-\[7px\] {
  margin-left: 7px;
}

.ml-\[8px\] {
  margin-left: 8px;
}

.ml-\[9px\] {
  margin-left: 9px;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mr-\[11px\] {
  margin-right: 11px;
}

.mr-\[12px\] {
  margin-right: 12px;
}

.mr-\[14px\] {
  margin-right: 14px;
}

.mr-\[15px\] {
  margin-right: 15px;
}

.mr-\[17px\] {
  margin-right: 17px;
}

.mr-\[18px\] {
  margin-right: 18px;
}

.mr-\[21px\] {
  margin-right: 21px;
}

.mr-\[264px\] {
  margin-right: 264px;
}

.mr-\[2px\] {
  margin-right: 2px;
}

.mr-\[35px\] {
  margin-right: 35px;
}

.mr-\[3px\] {
  margin-right: 3px;
}

.mr-\[40px\] {
  margin-right: 40px;
}

.mr-\[420px\] {
  margin-right: 420px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.mr-\[7px\] {
  margin-right: 7px;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mr-\[9px\] {
  margin-right: 9px;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[120px\] {
  margin-top: 120px;
}

.mt-\[13px\] {
  margin-top: 13px;
}

.mt-\[1px\] {
  margin-top: 1px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[35px\] {
  margin-top: 35px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.mt-\[7px\] {
  margin-top: 7px;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.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-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[101px\] {
  height: 101px;
}

.h-\[109px\] {
  height: 109px;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[112px\] {
  height: 112px;
}

.h-\[11px\] {
  height: 11px;
}

.h-\[128px\] {
  height: 128px;
}

.h-\[12px\] {
  height: 12px;
}

.h-\[136px\] {
  height: 136px;
}

.h-\[13px\] {
  height: 13px;
}

.h-\[14px\] {
  height: 14px;
}

.h-\[155px\] {
  height: 155px;
}

.h-\[158px\] {
  height: 158px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[178px\] {
  height: 178px;
}

.h-\[17px\] {
  height: 17px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[19px\] {
  height: 19px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[21px\] {
  height: 21px;
}

.h-\[227px\] {
  height: 227px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[23px\] {
  height: 23px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[256px\] {
  height: 256px;
}

.h-\[26px\] {
  height: 26px;
}

.h-\[27px\] {
  height: 27px;
}

.h-\[284px\] {
  height: 284px;
}

.h-\[29px\] {
  height: 29px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[303px\] {
  height: 303px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[33px\] {
  height: 33px;
}

.h-\[340px\] {
  height: 340px;
}

.h-\[341px\] {
  height: 341px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[365px\] {
  height: 365px;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[385px\] {
  height: 385px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[39px\] {
  height: 39px;
}

.h-\[405px\] {
  height: 405px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[455px\] {
  height: 455px;
}

.h-\[45px\] {
  height: 45px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[51px\] {
  height: 51px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[53px\] {
  height: 53px;
}

.h-\[54px\] {
  height: 54px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[62px\] {
  height: 62px;
}

.h-\[63px\] {
  height: 63px;
}

.h-\[65px\] {
  height: 65px;
}

.h-\[66px\] {
  height: 66px;
}

.h-\[67px\] {
  height: 67px;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[70\%\] {
  height: 70%;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[78px\] {
  height: 78px;
}

.h-\[7px\] {
  height: 7px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[8px\] {
  height: 8px;
}

.h-\[94px\] {
  height: 94px;
}

.h-\[9px\] {
  height: 9px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-4 {
  height: 1rem;
}

.h-2 {
  height: 0.5rem;
}

.max-h-\[145px\] {
  max-height: 145px;
}

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[100vh\] {
  min-height: 100vh;
}

.min-h-\[102px\] {
  min-height: 102px;
}

.min-h-\[103px\] {
  min-height: 103px;
}

.min-h-\[140px\] {
  min-height: 140px;
}

.min-h-\[145px\] {
  min-height: 145px;
}

.min-h-\[169px\] {
  min-height: 169px;
}

.min-h-\[247px\] {
  min-height: 247px;
}

.min-h-\[276px\] {
  min-height: 276px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[52px\] {
  min-height: 52px;
}

.min-h-\[55px\] {
  min-height: 55px;
}

.min-h-\[56px\] {
  min-height: 56px;
}

.min-h-\[63px\] {
  min-height: 63px;
}

.min-h-\[83px\] {
  min-height: 83px;
}

.min-h-\[88px\] {
  min-height: 88px;
}

.min-h-\[89px\] {
  min-height: 89px;
}

.min-h-\[96px\] {
  min-height: 96px;
}

.w-0 {
  width: 0px;
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[105px\] {
  width: 105px;
}

.w-\[10px\] {
  width: 10px;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[112px\] {
  width: 112px;
}

.w-\[115px\] {
  width: 115px;
}

.w-\[117px\] {
  width: 117px;
}

.w-\[11px\] {
  width: 11px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[121px\] {
  width: 121px;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[12px\] {
  width: 12px;
}

.w-\[13px\] {
  width: 13px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[144px\] {
  width: 144px;
}

.w-\[14px\] {
  width: 14px;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[163px\] {
  width: 163px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[17px\] {
  width: 17px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[19px\] {
  width: 19px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[21px\] {
  width: 21px;
}

.w-\[227px\] {
  width: 227px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[230px\] {
  width: 230px;
}

.w-\[23px\] {
  width: 23px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[26px\] {
  width: 26px;
}

.w-\[273px\] {
  width: 273px;
}

.w-\[27px\] {
  width: 27px;
}

.w-\[29px\] {
  width: 29px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[311px\] {
  width: 311px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[33px\] {
  width: 33px;
}

.w-\[37px\] {
  width: 37px;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[39px\] {
  width: 39px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[43px\] {
  width: 43px;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[522px\] {
  width: 522px;
}

.w-\[52px\] {
  width: 52px;
}

.w-\[53px\] {
  width: 53px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[770px\] {
  width: 770px;
}

.w-\[7px\] {
  width: 7px;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[87px\] {
  width: 87px;
}

.w-\[88px\] {
  width: 88px;
}

.w-\[8px\] {
  width: 8px;
}

.w-\[96px\] {
  width: 96px;
}

.w-\[9px\] {
  width: 9px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-2 {
  width: 0.5rem;
}

.min-w-\[145px\] {
  min-width: 145px;
}

.min-w-\[175px\] {
  min-width: 175px;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.min-w-\[330px\] {
  min-width: 330px;
}

.min-w-\[45px\] {
  min-width: 45px;
}

.min-w-\[48px\] {
  min-width: 48px;
}

.min-w-\[56px\] {
  min-width: 56px;
}

.min-w-\[16px\] {
  min-width: 16px;
}

.min-w-\[17px\] {
  min-width: 17px;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[1172px\] {
  max-width: 1172px;
}

.max-w-\[117px\] {
  max-width: 117px;
}

.max-w-\[1197px\] {
  max-width: 1197px;
}

.max-w-\[136px\] {
  max-width: 136px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[145px\] {
  max-width: 145px;
}

.max-w-\[175px\] {
  max-width: 175px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[261px\] {
  max-width: 261px;
}

.max-w-\[265px\] {
  max-width: 265px;
}

.max-w-\[283px\] {
  max-width: 283px;
}

.max-w-\[285px\] {
  max-width: 285px;
}

.max-w-\[288px\] {
  max-width: 288px;
}

.max-w-\[28px\] {
  max-width: 28px;
}

.max-w-\[405px\] {
  max-width: 405px;
}

.max-w-\[445px\] {
  max-width: 445px;
}

.max-w-\[45px\] {
  max-width: 45px;
}

.max-w-\[489px\] {
  max-width: 489px;
}

.max-w-\[558px\] {
  max-width: 558px;
}

.max-w-\[609px\] {
  max-width: 609px;
}

.max-w-\[60px\] {
  max-width: 60px;
}

.max-w-\[650px\] {
  max-width: 650px;
}

.max-w-\[770px\] {
  max-width: 770px;
}

.max-w-\[871px\] {
  max-width: 871px;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-100 {
  flex: 0 0 100%;
}

.flex-50 {
  flex: 0 0 50%;
}

.flex-\[0_0_40\%\] {
  flex: 0 0 40%;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-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-y-\[3px\] {
  --tw-translate-y: -3px;
  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-\[47\%\] {
  --tw-translate-y: -47%;
  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-\[5px\] {
  --tw-translate-y: -5px;
  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-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[7px\] {
  --tw-translate-x: 7px;
  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-full {
  --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));
}

.translate-x-full {
  --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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[180deg\] {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[90deg\] {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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-none {
  resize: none;
}

.list-none {
  list-style-type: none;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 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-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[27px\] {
  gap: 27px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[33px\] {
  gap: 33px;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[37px\] {
  gap: 37px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[45px\] {
  gap: 45px;
}

.gap-\[55px\] {
  gap: 55px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[72px\] {
  gap: 72px;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[11px\] {
  border-radius: 11px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[13px\] {
  border-radius: 13px;
}

.rounded-\[15px\] {
  border-radius: 15px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[21px\] {
  border-radius: 21px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[26px\] {
  border-radius: 26px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[7px\] {
  border-radius: 7px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-\[9px\] {
  border-radius: 9px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-bl-\[24px\] {
  border-bottom-left-radius: 24px;
}

.rounded-bl-\[8px\] {
  border-bottom-left-radius: 8px;
}

.rounded-bl-\[9px\] {
  border-bottom-left-radius: 9px;
}

.rounded-br-\[24px\] {
  border-bottom-right-radius: 24px;
}

.rounded-br-\[8px\] {
  border-bottom-right-radius: 8px;
}

.rounded-tl-\[8px\] {
  border-top-left-radius: 8px;
}

.rounded-tl-\[9px\] {
  border-top-left-radius: 9px;
}

.rounded-tr-\[8px\] {
  border-top-right-radius: 8px;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-2 {
  border-width: 2px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-b-\[5px\] {
  border-bottom-width: 5px;
}

.border-b-\[7px\] {
  border-bottom-width: 7px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-t-\[3px\] {
  border-top-width: 3px;
}

.border-t-\[4px\] {
  border-top-width: 4px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-\[\#3efdaf\] {
  --tw-border-opacity: 1;
  border-color: rgb(62 253 175 / var(--tw-border-opacity));
}

.border-\[\#40e09e\] {
  --tw-border-opacity: 1;
  border-color: rgb(64 224 158 / var(--tw-border-opacity));
}

.border-\[\#597fb3\] {
  --tw-border-opacity: 1;
  border-color: rgb(89 127 179 / var(--tw-border-opacity));
}

.border-\[\#ced5de\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 213 222 / var(--tw-border-opacity));
}

.border-\[\#d4dde6\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 221 230 / var(--tw-border-opacity));
}

.border-\[\#d9e0ea\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 224 234 / var(--tw-border-opacity));
}

.border-\[\#dae2ee\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 226 238 / var(--tw-border-opacity));
}

.border-\[\#dfeee8\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 238 232 / var(--tw-border-opacity));
}

.border-\[\#e1e7ee\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 231 238 / var(--tw-border-opacity));
}

.border-\[\#e1ebebb3\] {
  border-color: #e1ebebb3;
}

.border-\[\#e2f4ed\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 244 237 / var(--tw-border-opacity));
}

.border-\[\#e3f3ed\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 243 237 / var(--tw-border-opacity));
}

.border-\[\#e8ebf3\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 235 243 / var(--tw-border-opacity));
}

.border-\[\#e8ecf3\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 236 243 / var(--tw-border-opacity));
}

.border-\[\#e9eef4\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 238 244 / var(--tw-border-opacity));
}

.border-\[\#e9f5f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 245 240 / var(--tw-border-opacity));
}

.border-\[\#e9f5f1\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 245 241 / var(--tw-border-opacity));
}

.border-\[\#ebeff5\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 239 245 / var(--tw-border-opacity));
}

.border-\[\#ebf3f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 243 240 / var(--tw-border-opacity));
}

.border-\[\#edf0f5\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 240 245 / var(--tw-border-opacity));
}

.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}

.border-\[\#eef2f7\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 247 / var(--tw-border-opacity));
}

.border-\[\#f4f9f7\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 249 247 / var(--tw-border-opacity));
}

.border-\[\#f5f8fb\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 248 251 / var(--tw-border-opacity));
}

.border-\[\#fafbfd\] {
  --tw-border-opacity: 1;
  border-color: rgb(250 251 253 / var(--tw-border-opacity));
}

.border-\[rgb\(200\2c 219\2c 210\)\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 219 210 / var(--tw-border-opacity));
}

.border-\[rgb\(226\2c 244\2c 237\)\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 244 237 / var(--tw-border-opacity));
}

.border-\[rgb\(23\2c 63\2c 117\)\] {
  --tw-border-opacity: 1;
  border-color: rgb(23 63 117 / var(--tw-border-opacity));
}

.border-\[rgb\(244\2c 249\2c 247\)\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 249 247 / var(--tw-border-opacity));
}

.border-\[rgba\(204\2c 221\2c 213\)\] {
  --tw-border-opacity: 1;
  border-color: rgba(204, 221, 213, var(--tw-border-opacity));
}

.border-\[rgba\(217\2c 235\2c 228\2c 1\)\] {
  border-color: rgba(217,235,228,1);
}

.border-\[rgba\(226\2c 244\2c 237\2c 1\)\] {
  border-color: rgba(226,244,237,1);
}

.border-\[rgba\(54\2c 229\2c 157\2c 0\.8\)\] {
  border-color: rgba(54,229,157,0.8);
}

.border-color-c2 {
  --tw-border-opacity: 1;
  border-color: rgb(62 255 176 / var(--tw-border-opacity));
}

.border-color-c3 {
  --tw-border-opacity: 1;
  border-color: rgb(20 57 108 / var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-\[\] {
  border-color: ;
}

.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-\[rgb\(226\2c 244\2c 237\)\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 244 237 / var(--tw-border-opacity));
}

.bg-\[\#0077b5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / var(--tw-bg-opacity));
}

.bg-\[\#00a0e1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 160 225 / var(--tw-bg-opacity));
}

.bg-\[\#00cc42\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 204 66 / var(--tw-bg-opacity));
}

.bg-\[\#030b1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 11 31 / var(--tw-bg-opacity));
}

.bg-\[\#0D3162\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 49 98 / var(--tw-bg-opacity));
}

.bg-\[\#103466\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 52 102 / var(--tw-bg-opacity));
}

.bg-\[\#143a6b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 58 107 / var(--tw-bg-opacity));
}

.bg-\[\#1c4782\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 71 130 / var(--tw-bg-opacity));
}

.bg-\[\#22da90\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 218 144 / var(--tw-bg-opacity));
}

.bg-\[\#233564\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 53 100 / var(--tw-bg-opacity));
}

.bg-\[\#23db90\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 219 144 / var(--tw-bg-opacity));
}

.bg-\[\#28469c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 70 156 / var(--tw-bg-opacity));
}

.bg-\[\#35629d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 98 157 / var(--tw-bg-opacity));
}

.bg-\[\#3efdaf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 253 175 / var(--tw-bg-opacity));
}

.bg-\[\#3effb0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 255 176 / var(--tw-bg-opacity));
}

.bg-\[\#434343\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 67 67 / var(--tw-bg-opacity));
}

.bg-\[\#4867aa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(72 103 170 / var(--tw-bg-opacity));
}

.bg-\[\#97c0c0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 192 192 / var(--tw-bg-opacity));
}

.bg-\[\#9fafc5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(159 175 197 / var(--tw-bg-opacity));
}

.bg-\[\#E6F1EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 241 236 / var(--tw-bg-opacity));
}

.bg-\[\#dae8e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 232 232 / var(--tw-bg-opacity));
}

.bg-\[\#e13692\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 54 146 / var(--tw-bg-opacity));
}

.bg-\[\#e2efea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 239 234 / var(--tw-bg-opacity));
}

.bg-\[\#e2f4ed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 244 237 / var(--tw-bg-opacity));
}

.bg-\[\#e9edf2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 237 242 / var(--tw-bg-opacity));
}

.bg-\[\#ebf3f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 243 240 / var(--tw-bg-opacity));
}

.bg-\[\#ebf4f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 244 241 / var(--tw-bg-opacity));
}

.bg-\[\#f4f6f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity));
}

.bg-\[\#f4f9f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 247 / var(--tw-bg-opacity));
}

.bg-\[\#f4fff3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 243 / var(--tw-bg-opacity));
}

.bg-\[\#f5f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#f5f8fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 251 / var(--tw-bg-opacity));
}

.bg-\[\#f6f8fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 252 / var(--tw-bg-opacity));
}

.bg-\[\#f6fafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 250 / var(--tw-bg-opacity));
}

.bg-\[\#f7f9fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 251 / var(--tw-bg-opacity));
}

.bg-\[\#fafbfd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 253 / var(--tw-bg-opacity));
}

.bg-\[\#ff6969\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 105 105 / var(--tw-bg-opacity));
}

.bg-\[\#ffdd1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 221 31 / var(--tw-bg-opacity));
}

.bg-\[rgb\(13\2c 49\2c 98\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 49 98 / var(--tw-bg-opacity));
}

.bg-\[rgb\(204\2c 221\2c 213\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 221 213 / var(--tw-bg-opacity));
}

.bg-\[rgb\(209\2c 226\2c 219\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 226 219 / var(--tw-bg-opacity));
}

.bg-\[rgb\(235\2c 245\2c 241\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 241 / var(--tw-bg-opacity));
}

.bg-\[rgb\(240\2c 247\2c 244\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 244 / var(--tw-bg-opacity));
}

.bg-\[rgb\(242\2c 50\2c 72\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 50 72 / var(--tw-bg-opacity));
}

.bg-\[rgb\(244\2c 249\2c 247\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 247 / var(--tw-bg-opacity));
}

.bg-\[rgb\(62\2c 255\2c 176\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 255 176 / var(--tw-bg-opacity));
}

.bg-\[rgba\(219\2c 234\2c 228\2c 1\)\] {
  background-color: rgba(219,234,228,1);
}

.bg-\[rgba\(226\2c 244\2c 237\2c 1\)\] {
  background-color: rgba(226,244,237,1);
}

.bg-\[rgba\(250\2c 249\2c 244\2c 1\)\] {
  background-color: rgba(250,249,244,1);
}

.bg-color-c2 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 255 176 / var(--tw-bg-opacity));
}

.bg-color-c3 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 57 108 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#f31362\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 19 98 / var(--tw-bg-opacity));
}

.bg-\[\#163A74\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 58 116 / var(--tw-bg-opacity));
}

.bg-\[\#14396c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 57 108 / var(--tw-bg-opacity));
}

.bg-\[\] {
  background-color: ;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-none {
  background-image: none;
}

.fill-\[\#0c2d5b\] {
  fill: #0c2d5b;
}

.fill-\[\#14396c\] {
  fill: #14396c;
}

.fill-\[\#143a6b\] {
  fill: #143a6b;
}

.fill-\[\#17da8a\] {
  fill: #17da8a;
}

.fill-\[\#19d789\] {
  fill: #19d789;
}

.fill-\[\#233564\] {
  fill: #233564;
}

.fill-\[\#29c086\] {
  fill: #29c086;
}

.fill-\[\#3effb0\] {
  fill: #3effb0;
}

.fill-\[\#9eadc2\] {
  fill: #9eadc2;
}

.fill-\[\#9fafc5\] {
  fill: #9fafc5;
}

.fill-\[\#a8bad2\] {
  fill: #a8bad2;
}

.fill-\[\#acb7c7\] {
  fill: #acb7c7;
}

.fill-\[\#b5dbcc\] {
  fill: #b5dbcc;
}

.fill-\[\#b8d4c9\] {
  fill: #b8d4c9;
}

.fill-\[\#c2cfe0\] {
  fill: #c2cfe0;
}

.fill-\[\#c3e6d8\] {
  fill: #c3e6d8;
}

.fill-\[\#cbd3de\] {
  fill: #cbd3de;
}

.fill-\[\#ced8e7\] {
  fill: #ced8e7;
}

.fill-\[\#d1e6e6\] {
  fill: #d1e6e6;
}

.fill-\[\#deb732\] {
  fill: #deb732;
}

.fill-\[\#eb0b55\] {
  fill: #eb0b55;
}

.fill-\[\#f23248\] {
  fill: #f23248;
}

.fill-\[\#ffdd1f\] {
  fill: #ffdd1f;
}

.fill-\[rgb\(121\2c 171\2c 150\)\] {
  fill: rgb(121,171,150);
}

.fill-\[rgb\(199\2c 209\2c 223\)\] {
  fill: rgb(199,209,223);
}

.fill-\[rgb\(209\2c 205\2c 182\)\] {
  fill: rgb(209,205,182);
}

.fill-\[rgb\(222\2c 183\2c 50\)\] {
  fill: rgb(222,183,50);
}

.fill-\[rgb\(223\2c 161\2c 12\)\] {
  fill: rgb(223,161,12);
}

.fill-\[rgba\(184\2c 212\2c 201\2c 1\)\] {
  fill: rgba(184,212,201,1);
}

.fill-\[rgba\(222\2c 183\2c 50\)\] {
  fill: rgba(222,183,50);
}

.fill-color-c1 {
  fill: #9FAFC5;
}

.fill-color-c2 {
  fill: rgb(62, 255, 176);
}

.fill-color-c3 {
  fill: rgb(20, 57, 108);
}

.fill-color-c4 {
  fill: #ADBBCF;
}

.fill-white {
  fill: #fff;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[25px\] {
  padding: 25px;
}

.p-\[35px\] {
  padding: 35px;
}

.p-\[49px\] {
  padding: 49px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}

.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[57px\] {
  padding-left: 57px;
  padding-right: 57px;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.px-\[75px\] {
  padding-left: 75px;
  padding-right: 75px;
}

.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.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-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[37px\] {
  padding-top: 37px;
  padding-bottom: 37px;
}

.py-\[38px\] {
  padding-top: 38px;
  padding-bottom: 38px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[66px\] {
  padding-top: 66px;
  padding-bottom: 66px;
}

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[14px\] {
  padding-bottom: 14px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[38px\] {
  padding-bottom: 38px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[55px\] {
  padding-bottom: 55px;
}

.pb-\[56px\] {
  padding-bottom: 56px;
}

.pb-\[62px\] {
  padding-bottom: 62px;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

.pb-\[8px\] {
  padding-bottom: 8px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pl-\[15px\] {
  padding-left: 15px;
}

.pl-\[18px\] {
  padding-left: 18px;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pl-\[23px\] {
  padding-left: 23px;
}

.pl-\[25px\] {
  padding-left: 25px;
}

.pl-\[27px\] {
  padding-left: 27px;
}

.pl-\[30px\] {
  padding-left: 30px;
}

.pl-\[32px\] {
  padding-left: 32px;
}

.pl-\[35px\] {
  padding-left: 35px;
}

.pl-\[45px\] {
  padding-left: 45px;
}

.pl-\[55px\] {
  padding-left: 55px;
}

.pl-\[5px\] {
  padding-left: 5px;
}

.pl-\[60px\] {
  padding-left: 60px;
}

.pl-\[70px\] {
  padding-left: 70px;
}

.pl-\[8px\] {
  padding-left: 8px;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-\[12px\] {
  padding-right: 12px;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.pr-\[16px\] {
  padding-right: 16px;
}

.pr-\[17px\] {
  padding-right: 17px;
}

.pr-\[18px\] {
  padding-right: 18px;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pr-\[23px\] {
  padding-right: 23px;
}

.pr-\[25px\] {
  padding-right: 25px;
}

.pr-\[30px\] {
  padding-right: 30px;
}

.pr-\[40px\] {
  padding-right: 40px;
}

.pr-\[45px\] {
  padding-right: 45px;
}

.pr-\[50px\] {
  padding-right: 50px;
}

.pr-\[70px\] {
  padding-right: 70px;
}

.pr-\[72px\] {
  padding-right: 72px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[175px\] {
  padding-top: 175px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[37px\] {
  padding-top: 37px;
}

.pt-\[3px\] {
  padding-top: 3px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[42px\] {
  padding-top: 42px;
}

.pt-\[45px\] {
  padding-top: 45px;
}

.pt-\[49px\] {
  padding-top: 49px;
}

.pt-\[53px\] {
  padding-top: 53px;
}

.pt-\[55px\] {
  padding-top: 55px;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.pt-\[2px\] {
  padding-top: 2px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.font-peyda {
  font-family: peyda;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[29px\] {
  font-size: 29px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[33px\] {
  font-size: 33px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[38px\] {
  font-size: 38px;
}

.text-\[39px\] {
  font-size: 39px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[44px\] {
  font-size: 44px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[55px\] {
  font-size: 55px;
}

.text-\[5px\] {
  font-size: 5px;
}

.text-\[86px\] {
  font-size: 86px;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-\[10px\] {
  line-height: 10px;
}

.leading-\[11px\] {
  line-height: 11px;
}

.leading-\[12px\] {
  line-height: 12px;
}

.leading-\[13px\] {
  line-height: 13px;
}

.leading-\[14px\] {
  line-height: 14px;
}

.leading-\[15px\] {
  line-height: 15px;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[19px\] {
  line-height: 19px;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[2\.4\] {
  line-height: 2.4;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[29px\] {
  line-height: 29px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[31px\] {
  line-height: 31px;
}

.leading-\[33px\] {
  line-height: 33px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[39px\] {
  line-height: 39px;
}

.leading-\[45px\] {
  line-height: 45px;
}

.leading-\[46px\] {
  line-height: 46px;
}

.leading-\[48px\] {
  line-height: 48px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.leading-\[52px\] {
  line-height: 52px;
}

.leading-\[56px\] {
  line-height: 56px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.tracking-\[2\.5px\] {
  letter-spacing: 2.5px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.text-\[\#0b995f\] {
  --tw-text-opacity: 1;
  color: rgb(11 153 95 / var(--tw-text-opacity));
}

.text-\[\#0c2d5b\] {
  --tw-text-opacity: 1;
  color: rgb(12 45 91 / var(--tw-text-opacity));
}

.text-\[\#123766\] {
  --tw-text-opacity: 1;
  color: rgb(18 55 102 / var(--tw-text-opacity));
}

.text-\[\#14396c\] {
  --tw-text-opacity: 1;
  color: rgb(20 57 108 / var(--tw-text-opacity));
}

.text-\[\#143a6b\] {
  --tw-text-opacity: 1;
  color: rgb(20 58 107 / var(--tw-text-opacity));
}

.text-\[\#153764\] {
  --tw-text-opacity: 1;
  color: rgb(21 55 100 / var(--tw-text-opacity));
}

.text-\[\#233564\] {
  --tw-text-opacity: 1;
  color: rgb(35 53 100 / var(--tw-text-opacity));
}

.text-\[\#28a745\] {
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity));
}

.text-\[\#34cc8e\] {
  --tw-text-opacity: 1;
  color: rgb(52 204 142 / var(--tw-text-opacity));
}

.text-\[\#3effb0\] {
  --tw-text-opacity: 1;
  color: rgb(62 255 176 / var(--tw-text-opacity));
}

.text-\[\#4c6a6a\] {
  --tw-text-opacity: 1;
  color: rgb(76 106 106 / var(--tw-text-opacity));
}

.text-\[\#505d6e\] {
  --tw-text-opacity: 1;
  color: rgb(80 93 110 / var(--tw-text-opacity));
}

.text-\[\#54647c\] {
  --tw-text-opacity: 1;
  color: rgb(84 100 124 / var(--tw-text-opacity));
}

.text-\[\#5A8F79\] {
  --tw-text-opacity: 1;
  color: rgb(90 143 121 / var(--tw-text-opacity));
}

.text-\[\#5e6d82\] {
  --tw-text-opacity: 1;
  color: rgb(94 109 130 / var(--tw-text-opacity));
}

.text-\[\#5f7d7d\] {
  --tw-text-opacity: 1;
  color: rgb(95 125 125 / var(--tw-text-opacity));
}

.text-\[\#65768d\] {
  --tw-text-opacity: 1;
  color: rgb(101 118 141 / var(--tw-text-opacity));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#798aa2\] {
  --tw-text-opacity: 1;
  color: rgb(121 138 162 / var(--tw-text-opacity));
}

.text-\[\#7d9e9e\] {
  --tw-text-opacity: 1;
  color: rgb(125 158 158 / var(--tw-text-opacity));
}

.text-\[\#8092aa\] {
  --tw-text-opacity: 1;
  color: rgb(128 146 170 / var(--tw-text-opacity));
}

.text-\[\#8191a7\] {
  --tw-text-opacity: 1;
  color: rgb(129 145 167 / var(--tw-text-opacity));
}

.text-\[\#8294ad\] {
  --tw-text-opacity: 1;
  color: rgb(130 148 173 / var(--tw-text-opacity));
}

.text-\[\#8496af\] {
  --tw-text-opacity: 1;
  color: rgb(132 150 175 / var(--tw-text-opacity));
}

.text-\[\#8596ab\] {
  --tw-text-opacity: 1;
  color: rgb(133 150 171 / var(--tw-text-opacity));
}

.text-\[\#85a2a2\] {
  --tw-text-opacity: 1;
  color: rgb(133 162 162 / var(--tw-text-opacity));
}

.text-\[\#8894a7\] {
  --tw-text-opacity: 1;
  color: rgb(136 148 167 / var(--tw-text-opacity));
}

.text-\[\#889ab3\] {
  --tw-text-opacity: 1;
  color: rgb(136 154 179 / var(--tw-text-opacity));
}

.text-\[\#899bb3\] {
  --tw-text-opacity: 1;
  color: rgb(137 155 179 / var(--tw-text-opacity));
}

.text-\[\#8BA0BE\] {
  --tw-text-opacity: 1;
  color: rgb(139 160 190 / var(--tw-text-opacity));
}

.text-\[\#8b9cb3\] {
  --tw-text-opacity: 1;
  color: rgb(139 156 179 / var(--tw-text-opacity));
}

.text-\[\#8d9db3\] {
  --tw-text-opacity: 1;
  color: rgb(141 157 179 / var(--tw-text-opacity));
}

.text-\[\#91A5C2\] {
  --tw-text-opacity: 1;
  color: rgb(145 165 194 / var(--tw-text-opacity));
}

.text-\[\#928E7C\] {
  --tw-text-opacity: 1;
  color: rgb(146 142 124 / var(--tw-text-opacity));
}

.text-\[\#94A6BF\] {
  --tw-text-opacity: 1;
  color: rgb(148 166 191 / var(--tw-text-opacity));
}

.text-\[\#97aac4\] {
  --tw-text-opacity: 1;
  color: rgb(151 170 196 / var(--tw-text-opacity));
}

.text-\[\#9dbcb0\] {
  --tw-text-opacity: 1;
  color: rgb(157 188 176 / var(--tw-text-opacity));
}

.text-\[\#9dcab7\] {
  --tw-text-opacity: 1;
  color: rgb(157 202 183 / var(--tw-text-opacity));
}

.text-\[\#9fafc5\] {
  --tw-text-opacity: 1;
  color: rgb(159 175 197 / var(--tw-text-opacity));
}

.text-\[\#C1CCDA\] {
  --tw-text-opacity: 1;
  color: rgb(193 204 218 / var(--tw-text-opacity));
}

.text-\[\#C4D0E2\] {
  --tw-text-opacity: 1;
  color: rgb(196 208 226 / var(--tw-text-opacity));
}

.text-\[\#CCD6E3\] {
  --tw-text-opacity: 1;
  color: rgb(204 214 227 / var(--tw-text-opacity));
}

.text-\[\#\] {
  color: #;
}

.text-\[\#a7c1c1\] {
  --tw-text-opacity: 1;
  color: rgb(167 193 193 / var(--tw-text-opacity));
}

.text-\[\#bdcadc\] {
  --tw-text-opacity: 1;
  color: rgb(189 202 220 / var(--tw-text-opacity));
}

.text-\[\#cbd3de\] {
  --tw-text-opacity: 1;
  color: rgb(203 211 222 / var(--tw-text-opacity));
}

.text-\[\#cfd4e3\] {
  --tw-text-opacity: 1;
  color: rgb(207 212 227 / var(--tw-text-opacity));
}

.text-\[\#ec4d81\] {
  --tw-text-opacity: 1;
  color: rgb(236 77 129 / var(--tw-text-opacity));
}

.text-\[\#f23248\] {
  --tw-text-opacity: 1;
  color: rgb(242 50 72 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-color-c1 {
  --tw-text-opacity: 1;
  color: rgb(159 175 197 / var(--tw-text-opacity));
}

.text-color-c2 {
  --tw-text-opacity: 1;
  color: rgb(62 255 176 / var(--tw-text-opacity));
}

.text-color-c3 {
  --tw-text-opacity: 1;
  color: rgb(20 57 108 / var(--tw-text-opacity));
}

.text-color-c4 {
  --tw-text-opacity: 1;
  color: rgb(173 187 207 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\] {
  color: ;
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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_30px_14px_-10px_rgba\(60\2c 73\2c 84\2c 0\.05\)\] {
  --tw-shadow: 0 30px 14px -10px rgba(60,73,84,0.05);
  --tw-shadow-colored: 0 30px 14px -10px 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_3px_2px_-1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 3px 2px -1px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 3px 2px -1px 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-\[0px_0px_1px_1px_\#e9ebed\] {
  --tw-shadow: 0px 0px 1px 1px #e9ebed;
  --tw-shadow-colored: 0px 0px 1px 1px 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-\[0px_15px_6px_-10px_rgba\(87\2c 126\2c 177\2c 0\.3\)\] {
  --tw-shadow: 0px 15px 6px -10px rgba(87,126,177,0.3);
  --tw-shadow-colored: 0px 15px 6px -10px 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-\[0px_1px_0px_rgba\(0\2c 0\2c 0\2c 0\.14\)\] {
  --tw-shadow: 0px 1px 0px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0px 1px 0px 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-\[0px_1px_1px_\#e9ebed\] {
  --tw-shadow: 0px 1px 1px #e9ebed;
  --tw-shadow-colored: 0px 1px 1px 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-\[0px_2px_0px_\#000000\] {
  --tw-shadow: 0px 2px 0px #000000;
  --tw-shadow-colored: 0px 2px 0px 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-\[0px_2px_0px_\#066c95\] {
  --tw-shadow: 0px 2px 0px #066c95;
  --tw-shadow-colored: 0px 2px 0px 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-\[0px_2px_0px_\#073c58\] {
  --tw-shadow: 0px 2px 0px #073c58;
  --tw-shadow-colored: 0px 2px 0px 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-\[0px_2px_0px_\#0f8936\] {
  --tw-shadow: 0px 2px 0px #0f8936;
  --tw-shadow-colored: 0px 2px 0px 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-\[0px_2px_0px_\#122346\] {
  --tw-shadow: 0px 2px 0px #122346;
  --tw-shadow-colored: 0px 2px 0px 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-\[0px_2px_0px_0px_\#DDE4ED80\] {
  --tw-shadow: 0px 2px 0px 0px #DDE4ED80;
  --tw-shadow-colored: 0px 2px 0px 0px 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-\[0px_2px_0px_rgba\(159\2c 175\2c 197\2c 0\.39\)\] {
  --tw-shadow: 0px 2px 0px rgba(159,175,197,0.39);
  --tw-shadow-colored: 0px 2px 0px 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-\[0px_2px_1px_rgba\(159\2c 175\2c 197\2c 0\.25\)\] {
  --tw-shadow: 0px 2px 1px rgba(159,175,197,0.25);
  --tw-shadow-colored: 0px 2px 1px 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-\[0px_2px_1px_rgba\(198\2c 221\2c 212\2c 0\.35\)\] {
  --tw-shadow: 0px 2px 1px rgba(198,221,212,0.35);
  --tw-shadow-colored: 0px 2px 1px 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-\[0px_3px_0px_\#2ec587\] {
  --tw-shadow: 0px 3px 0px #2ec587;
  --tw-shadow-colored: 0px 3px 0px 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-\[0px_3px_0px_\#d5dee9\] {
  --tw-shadow: 0px 3px 0px #d5dee9;
  --tw-shadow-colored: 0px 3px 0px 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-\[0px_3px_0px_\#daeee6\] {
  --tw-shadow: 0px 3px 0px #daeee6;
  --tw-shadow-colored: 0px 3px 0px 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-\[0px_3px_0px_\#e8ebf1\] {
  --tw-shadow: 0px 3px 0px #e8ebf1;
  --tw-shadow-colored: 0px 3px 0px 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-\[0px_3px_1px_rgba\(192\2c 219\2c 208\2c 0\.25\)\] {
  --tw-shadow: 0px 3px 1px rgba(192,219,208,0.25);
  --tw-shadow-colored: 0px 3px 1px 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-\[0px_6px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0px 6px 4px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 6px 4px 0px 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 {
  outline-style: solid;
}

.blur-\[2px\] {
  --tw-blur: blur(2px);
  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);
}

.blur-\[3px\] {
  --tw-blur: blur(3px);
  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);
}

.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 {
  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;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

/** style
*/

.site-top .update-wrap .swiper-wrapper {
  flex-direction: column;
}

img {
  display: inline-block;
}

.site-hero .right-box .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.site-hero .right-box .swiper {
  border-radius: 24px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after ,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 10px;
  height: 10px;
  margin-top: -13px;
}

.site-hero .swiper-button-next svg {
  margin-left: -10px;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(0);
}

.swiper-button-next.swiper-button-disabled svg ,
.swiper-button-prev.swiper-button-disabled svg {
  fill: rgba(198, 208, 220, 1);
}

.swiper-pagination-bullet {
  flex: 1;
  height: 5px;
  border-radius: 3px;
  background: rgba(238, 244, 252, 1);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgba(66, 244, 171, 1)
}

.swiper-pagination-bullet-active + .swiper-pagination-bullet {
  background: rgb(238, 244, 252);
  background: linear-gradient(10deg, rgba(238, 244, 252, 1) 0%, rgba(66, 244, 171, 1) 100%);
}

.swiper-button-lock {
  display: block;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: 365px;
}

.site-hero .right-box .swiper-pagination .swiper-pagination-bullet {
  position: relative;
}

.site-hero .right-box .swiper-pagination .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: rgba(66, 244, 171, 1);
}

.site-hero .right-box .swiper-pagination .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 0%;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(270deg, rgba(66, 244, 171, 1) 0%, rgba(238, 244, 252, 1) 100%);
}

.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
}

.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active i,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet i,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet i,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet i,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet +.swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet i,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet +.swiper-pagination-bullet +.swiper-pagination-bullet + .swiper-pagination-bullet +.swiper-pagination-bullet i,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet i,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet i,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet i ,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet i,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet i ,
.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet + .swiper-pagination-bullet i {
  background-color: rgba(238, 244, 252, 1);
}

.site-hero .right-box .swiper-pagination .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 4s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

@keyframes countingBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.site-hero #suggestions_hero .swiper-slide.swiper-slide-active + .swiper-slide {
  bottom: -25px;
  opacity: 0.12;
}

.site-hero #suggestions_hero .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
  bottom: -46px;
  opacity: 0.12;
}

.publishers-wrap .itm {
  background-color: #fff;
  transition: all 300ms ease-in-out;
  padding-right: 22px;
}

.publishers-wrap .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  background: rgba(115, 141, 176, 0.1);
  border-radius: 0 0 12px 12px;
  left: 0;
  bottom: -4px;
  z-index: -1;
  transition: all 300ms ease-in-out;
}

.publishers-wrap .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100.6%;
  height: 30px;
  background: rgba(115, 141, 176, 0.1);
  border-radius: 12px 12px 0 0;
  left: 50%;
  transform: translateX(-50%);
  top: -1px;
  z-index: -1;
  transition: all 300ms ease-in-out;
  filter: blur(2px);
}

.publishers-wrap .swiper-slide .itm .icn {
  transform: translateX(-30px);
}

.publishers-wrap .swiper-slide .itm img {
  transition: all 300ms ease-in-out;
}

.post {
  transition: all 300ms ease-in-out;
}

.post .discount,
.post-ar .discount {
  position: absolute;
  top: 21px;
  left: 10px;
  display: none;
  width: 34px;
  height: 22px;
  border-radius: 6px;
}

.post::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  opacity: 0.3;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(173, 187, 205, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.post .thumbnail img {
  height: 256px;
  border-radius: 8px;
}

.post .thumbnail::before {
  content: '';
  position: absolute;
  width: 84%;
  height: 204px;
  background: rgb(173, 187, 205);
  opacity: 0.31;
  border-radius: 8px;
  z-index: -1;
  bottom: -4px;
  left: 5px;
  transform: rotate(-4deg);
  transition: all 300ms ease-in-out;
}

.post .thumbnail::after {
  content: '';
  position: absolute;
  width: 76%;
  height: 183px;
  background: rgb(173, 187, 205);
  opacity: 0.22;
  border-radius: 8px;
  z-index: -2;
  bottom: -8px;
  left: 20px;
  transform: rotate(-7deg);
  transition: all 300ms ease-in-out;
}

.post .footer-box .left-b::before,
.post-cltn .footer-box .left-b::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 1px;
  background: rgb(173, 187, 205);
  background: linear-gradient(90deg, rgba(173, 187, 205, 1) 0%, rgba(255, 255, 255, 1) 100%);
  opacity: 0.4;
  transition: all 300ms ease-in-out;
}

.post-cltn .number-products .num {
  margin-bottom: -3px;
}

.lazy-loader {
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.swiper-lazy-loader .post {
  visibility: hidden;
  opacity: 0;
}

.swiper-lazy-loader .swiper-slide-active .lazy-loader,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide .lazy-loader,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide .lazy-loader,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .lazy-loader,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .lazy-loader,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .lazy-loader {
  visibility: hidden;
  opacity: 0;
}

.swiper-lazy-loader .swiper-slide-active .post,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide .post,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide .post,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .post,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .post,
.swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .post {
  visibility: visible;
  opacity: 1;
}

.swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide ~ .swiper-slide .lazy-loader {
  opacity: 30%;
  visibility: visible;
}

.products-specifications .post {
  visibility: hidden;
  opacity: 0;
}

.products-specifications .swiper-slide-active .post,
.products-specifications .swiper-slide-active + .swiper-slide .post,
.products-specifications .swiper-slide-active + .swiper-slide + .swiper-slide .post,
.products-specifications .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .post,
.products-specifications .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .post {
  visibility: visible;
  opacity: 1;
}

.products-specifications .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide ~ .swiper-slide .lazy-loader {
  opacity: 30%;
  visibility: visible;
}

#menu_lev {
  visibility: hidden;
  opacity: 0;
  min-width: 311px;
}

#menu_lev.opened {
  position: absolute;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  top: 47px;
}

.lms_scroll_track {
  background: rgb(209, 226, 219);
  opacity: 1;
  left: 0 ;
  right: auto;
  width: 6px !important;
  z-index: 15;
}

.lms_scroller {
  background: rgba(20, 58, 107, 1);
  opacity: 1;
}

.lms_scrollable {
  padding-right: 0;
}

.dropdown.active .icn svg {
  fill: #14396C;
}

.dropdown.active .title {
  color: #14396C;
}

.dropdown.active .icn2 {
  color: #14396C;
}

.dropdown.active .menu-levels .title .icn svg {
  color: #14396C;
  transform: rotate(180deg);
}

input[type="checkbox"]:checked + .checkbox {
  background: #14396C;
}

input[type="checkbox"]:checked + .checkbox svg {
  opacity: 1;
}

.pushNav {
  margin: 0;
  list-style-type: none;
  padding: 40px;
  background: #14396C;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  overflow: hidden;
  transition: ease-in-out 0.5s;
}

.pushNav, .pushNav a {
  font-size: 15px;
  font-weight: 100;
  color: #fff;
  text-decoration: none;
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%;
}

.js-topPushNav.isOpen, .pushNav_level.isOpen {
  right: 0;
}

.closeLevel, .openLevel {
  cursor: pointer;
}

.openLevel, .closeLevel, .pushNav a {
  font-size: 15px;
  font-weight: 700;
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.4s ease-in-out;
}

.closeLevel {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

.burger i {
  font-size: 3em;
}

.screen {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}

.cats-menu .head {
  border-bottom:2px solid rgb(26, 66, 122);
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.cats-menu .head .right-b {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.cats-menu .head .right-b svg {
  margin-left: 22px;
}

.site-header .left-box .cats-menu.active .icn {
  background: #0c2d5b;
}

.site-header .left-box .cats-menu.active .icn::before {
  content: none;
}

.site-header .left-box .cats-menu.active .icn svg {
  fill: #3effb0;
}

.site-nav .megamenu .sub-menu {
  position: absolute;
  top: 150%;
  right: -5px;
  background: rgb(26, 66, 122);
  min-width: 220px;
  border-radius: 12px 0 0 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  padding: 15px 0;
  z-index: -1;
}

.site-nav .megamenu .sub-menu li {
  transition: all 300ms ease-in-out;
}

.site-nav .megamenu .sub-menu .menu-item-has-children .sub-menu {
  top: 100%;
  right: 100%;
  background: #14396C;
}

.search-bar {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  overflow: hidden;
  max-width: 0;
  width: 0;
  transition: 0.5s ease all;
  height: 45px;
  border-bottom: 2px solid #14396C;
}

form.search {
  display: inline-flex;
  width: 100%;
}

.search-bar.open {
  max-width: 100%;
  width: 100%;
  z-index: 2000;
  opacity: 1;
  visibility: visible;
}

.search-bar input.search {
  margin-left: 15px;
  border: none;
  background: none;
  flex: 1;
  color: #14396C;
}

.search-bar input.search::-moz-placeholder {
  color: #14396C;
  opacity: 1;
}

.search-bar input.search::placeholder {
  color: #14396C;
  opacity: 1;
}

.search-bar input.search:focus {
  outline: none;
}

.search-bar .btn {
  display: inline-block;
  background: none;
  border-radius: 0.25em;
}

.search-bar .btn:focus {
  outline: none;
}

.search-bar span.search-icon:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0.25em;
  width: 42%;
  background: #ccf;
  top: 50%;
  transform-origin: 100% 50%;
  transform: rotateZ(-45deg);
}

.results-found .post-r:before {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
  background: rgba(224, 236, 231, 1);
}

.results-found .post-r .thumbnaill {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 25px;
}

.results-found .post-r .thumbnaill img {
  width: 66px;
  height: 88px;
}

.result-wrap {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.result-wrap.open {
  opacity: 1;
  visibility: visible;
  top: 170%;
}

.results-found .swiper-button-next {
  right: auto;
  left: 12px;
}

.shopping-cart-result .itm .thumbnaill img {
  width: 42px;
  height: 57px;
  border-radius: 8px;
}

.shopping-cart-result .itm:last-child {
  border: none;
}

.shopping-cart-result {
  opacity: 0;
  visibility: hidden;
}

.shopping-cart-result.opened {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.products-wrapper {
  overflow: hidden;
}

.products-wrapper .swiper {
  overflow: visible;
}

.tabs li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  bottom: -5px;
  left: 0;
  z-index: 1;
  background-image: url('../img/tab-hover.svg');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
}

.tabs li:last-child {
  margin-left: 0;
}

.tabs li.active {
  color: #14396C;
}

.tabs li.active::before {
  opacity: 1;
  visibility: visible;
}

.tab-wrap .separator {
  background: rgb(173, 187, 205);
  background: linear-gradient(90deg, rgba(173, 187, 205, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.tab-wrap .separator::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background-color: #D1DAE7;
}

.tab-wrap .separator.sep-l {
  transform: rotate(180deg);
}

.banner img {
  width: 100%;
  border-radius: 12px;
}

.banner2 img {
  width: 100%;
  border-radius: 12px;
}

.category-wrapper .thumbnail img {
  width: 215px;
  height: 106px;
  border-radius: 8px;
}

.category-wrapper .title-wrap a::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
  background-image: url('../img/bg-link.svg');
  background-size: 100% 10px;
  background-repeat: no-repeat;
  transition: all 300ms ease-in-out;
}

.category-wrapper .itm::before {
  content: '';
  position: absolute;
  left: -22px;
  bottom: 0;
  width: 1px;
  height: 100%;
  opacity: 0.3;
  background: rgb(173, 187, 205);
  background: linear-gradient(to top, rgba(173, 187, 205, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.category-wrapper .itm:last-child:before {
  content: none;
}

.category-wrapper .itm .top-box .shape-box {
  background-image: url('../img/bg-img-cat.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.category-wrapper .itm .top-box .shape-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 40px;
  z-index: -1;
  opacity: 0.5;
  background-image: url('../img/bg-img-cat.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.category-wrapper .itm .top-box .shape-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.imge-collection img {
  width: 119px;
  height: 158px;
}

.post-cltn {
  box-shadow: 0 3px 3px -1px #5a8f7930;
}

.head-section .right-box .icn img {
  height: 34px;
  width: 33px;
}

.head-section .right-box .icn2 img {
  height: 32px;
  width: 32px;
}

.packages-collection-wrapper .container-wrap {
  background: rgba(244, 249, 247, 1);
  padding: 35px 44px;
  border-radius: 24px;
}

.packages-collection-wrapper .post-cltn .imge-collection {
  padding-bottom: 40px;
}

.packages-collection-wrapper .post-cltn .imge-collection .swiper-slide {
  width: 119px !important;
  height: 158px;
  position: relative;
}

.packages-collection-wrapper .post-cltn .imge-collection .swiper-slide::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 4px;
  border-radius: 100%;
  background-color: #F4F9F7;
  filter: blur(1px);
}

.post-cltn .number-products .icn::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 19px;
  background: rgba(62, 255, 176, 1);
  border-radius: 10px;
  z-index: -1;
}

.packages-collection-wrapper .post-cltn .img-slider .swpr-btn-nxt {
  position: absolute;
  width: 42px;
  height: 127px;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.packages-collection-wrapper .post-cltn .img-slider .swiper-button-next {
  width: 42px;
  height: 127px;
  background: #fff;
  clip-path: url('#pagi_left');
  z-index: 10;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  margin: 0;
  opacity: 0.8;
}

.packages-collection-wrapper .post-cltn .img-slider .swiper-button-next svg {
  margin-top: 0;
  margin-right: -6px;
}

.packages-collection-wrapper .post-cltn .img-slider .swpr-btn-nxt .shadow {
  position: absolute;
  width: 42px;
  height: 127px;
  background-image: url('../img/pgi-shadow.png');
  z-index: -10;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
  filter: blur(5px);
}

.packages-collection-wrapper .post-cltn .img-slider .swpr-btn-prv {
  position: absolute;
  width: 42px;
  height: 127px;
  z-index: 10;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.packages-collection-wrapper .post-cltn .img-slider .swiper-button-prev {
  width: 42px;
  height: 127px;
  background: #fff;
  clip-path: url('#pagi_right');
  z-index: 10;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  margin: 0;
  opacity: 0.8;
}

.packages-collection-wrapper .post-cltn .img-slider .swiper-button-prev svg {
  transform: rotate(180deg);
  margin-top: 0;
  margin-right: -12px;
}

.packages-collection-wrapper .post-cltn .img-slider .swpr-btn-prv .shadow {
  position: absolute;
  width: 42px;
  height: 127px;
  background-image: url('../img/pgi-shadow-r.png');
  z-index: -10;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  filter: blur(5px);
}

.article .time-wrap {
  z-index: 2;
}

.article .thumbnail > img {
  width: 100%;
  height: 200px;
  /* clip-path: url('#art_clip_path'); */
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article .thumbnail .author-avatar img {
  width: 32px;
  height: 38px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article .thumbnail .author-avatar:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 11px;
  background-color: #ffffff;
  z-index: -1;
}

.article .thumbnail .author-avatar:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.400;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background-color: #ffffff;
  z-index: -1;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
}

.site-footer {
  background: #0C2D5B;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  width: 280px;
  height: 80px;
  background: #fff;
  clip-path: url("#footer_bg");
  z-index: 1;
  transform: translateX(-50%);
}

.footer-sliders .update-wrap .go-to-top svg {
  fill: rgb(55, 244, 167);
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.footer-sliders .update-wrap .swiper-button-next,
.footer-sliders .update-wrap .swiper-button-prev {
  margin-top: 0;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}

.footer-sliders .update-wrap  .swiper {
  margin-right: 0;
}

.footer-sliders .bestselling .swiper {
  margin-left: 0;
}

.site-footer .confidence-wrap ul li:nth-child(10),
.site-footer .confidence-wrap ul li:nth-child(11),
.site-footer .confidence-wrap ul li:nth-child(12),
.site-footer .confidence-wrap ul li:nth-child(13),
.site-footer .confidence-wrap ul li:nth-child(14),
.site-footer .confidence-wrap ul li:nth-child(15),
.site-footer .confidence-wrap ul li:nth-child(16),
.site-footer .confidence-wrap ul li:nth-child(17),
.site-footer .confidence-wrap ul li:nth-child(18) {
  text-align: left;
}

.site-footer .confidence-wrap .head::after,
.site-footer .contact-us .head::after{
  content: '';
  display: inline-block;
  width: 74px;
  height: 2px;
  background: rgba(30, 69, 123, 1)
}

.site-footer .boxes-wrapper ul li a {
  position: relative;
  transition: all 300ms ease-in-out;
}

.site-footer .boxes-wrapper ul li a::before {
  content: '';
  position: absolute;
  top: 0%;
  right: -12px;
  transform: translateY(75%);
  width: 4px;
  height: 0;
  background-color: rgba(62, 255, 176, 1);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.site-footer .about-us .head .icon {
  fill: #fff !important;
}

.footer-foot .ivahid:before {
  content: '';
  position: absolute;
  bottom: -3px;
  right: -3px;
  z-index: -1;
  background: rgba(25, 64, 118, 1);
  width: 39px;
  height: 39px;
}

.breadcrumbs a::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background: rgba(219, 237, 230, 1);
  margin-right: 10px;
}

.breadcrumbs::after {
  content: '';
  display: inline-block;
  flex: 1;
  background: rgba(244, 249, 247, 1);
  height: 2px;
  margin-right: 25px;
}

.breadcrumbs.offer-page::after {
  display: none;
}

.woocommerce-breadcrumb{
  color: #ADBBCF !important;
  font-size: 12px !important;
}

.woocommerce-breadcrumb a{
  font-size: 12px;
  color : rgb(20, 57, 108) !important;
  margin-left: 10px;
}

.woocommerce .woocommerce-breadcrumb{
  margin: 0 !important;
  padding: 0 !important;
}

/* 
.nice-select {
  position: static;
  border: none;
}
.nice-select .list {
  width: 100%;
}
.nice-select .list .option {
  font-weight: bold;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  color: #14396C;
  background-color: rgba(62,255,176,1);
}
.nice-select .current {
  font-weight: bold;
  font-size: 13px;
}
.nice-select:after {
  border-bottom: 2px solid #14396C;
  border-right: 2px solid #14396C;
  margin-top: -5px;
  height: 7px;
  width: 7px;
  right: 17px;
} */

.switch-button .btn.switch {
  background-color: #3effb0;
  border: 1px solid #3effb0;
}

.switch-button .btn.switch span {
  transform: translateX(16px);
  background: #fff;
}

.blog-hero .itm img {
  width: 158px;
  height: 185px;
}

.blog-hero .itm .ttl {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  min-height: 82px;
  display: flex;
  align-items: center;
}

.blog-hero .itm .thumbnail .shadow-img {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 100%;
  z-index: -1;
}

.blog-hero .itm .thumbnail .shadow-img::before {
  content: '';
  position: absolute;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 100%;
  z-index: -1;
}

.blog-hero .itm .thumbnail .shadow-img::after {
  content: '';
  position: absolute;
  width: 254px;
  height: 254px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 100%;
  z-index: -1;
}

.accordion.opened .accordion-head .head .icn svg {
  transform: rotate(-180deg);
}

.accordion.opened .accordion-head .head .txt {
  opacity: 0;
  transform: translateX(10px);
}

.box-aside .accordion-head .search input::-moz-placeholder {
  opacity: 1;
  color: #14396C;
}

.box-aside .accordion-head .search input::placeholder {
  opacity: 1;
  color: #14396C;
}

.accordion.opened .accordion-head .search {
  border-bottom: 1px solid rgb(226, 244, 237);
}

.load-container {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/* ---- button-group ---- */

.button-group:after {
  content: "";
  clear: both;
  display: block;
}

.button-group .button {
  border-radius: 0;
  float: left;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}

.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
}

/* ---- isotope ---- */

/* clear fix */

.isotope {
  position: relative;
}

.isotope:after {
  clear: both;
  content: "";
  display: block;
}

.isotope img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.isotope .btn {
  background-color: white;
  border: 1px solid #cccccc;
  color: #696969;
  padding: 0.5rem;
  text-transform: lowercase;
}

.isotope--block {
  display: block;
  width: 100%;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.cards__item {
  display: flex;
  left: 0 !important;
  width: 100%;
}

.card {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
}

.post-ar .thumbnail img:nth-child(2) {
  position: absolute;
  z-index: -1;
  opacity: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  filter: blur(10px);
  transition: all 300ms ease-in-out;
}

.item-offer .post-ar::before{
  left: -36px;
}

.post-ar::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(234, 243, 240, 1);
}

.post-ar:nth-child(5n)::before {
  content: none;
}

.publishers-archive .swpr-btn-nxt {
  position: absolute;
  width: 56px;
  height: 100%;
  z-index: 49;
  top: 50%;
  left: -9px;
  transform: translateY(-50%);
}

.publishers-archive .swiper-button-next {
  width: 67px;
  height: 111%;
  background: #fff;
  clip-path: url('#pagi_left');
  z-index: 50;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}

.publishers-archive .swiper-button-next svg {
  margin-top: 0;
  margin-right: -10px;
}

.publishers-archive::after {
  content: '';
  position: absolute;
  width: 130px;
  height: 100%;
  background: linear-gradient(to right, #e9f3ef 10%, rgba(255, 255, 255, 0) 100%);
  z-index: 40;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  filter: blur(5px);
}

.publishers-archive .itm img {
  transition: all 200ms ease-in-out;
}

.publishers-archive .itm input[type="checkbox"]:checked + .icn {
  opacity: 1;
  visibility: visible;
}

.publishers-archive .itm input[type="checkbox"]:checked + .icn + img {
  transform: translateX(-25px);
}

.hero-offer .hero-wrap .title {
  text-shadow: 0px 4px rgba(255, 255, 255, 0.2);
}

.countdownHolder {
  direction: ltr;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -3px;
  font-family: 'peyda';
}

.position {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 46px;
  height: 48px;
  border-radius: 16px;
  background-color: rgba(159, 175, 197, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 9px;
  box-shadow: 0px 4px 2.5px rgba(0, 0, 0, 0.08);
}

.digit {
  position: absolute;
  top: 0;
  left: -2px;
  width: 46px;
  height: 48px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.digit.static {
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
}

.countDiv {
  display: inline-block;
  width: 16px;
  height: 48px;
  position: relative;
  margin-left: 9px;
}

.countDiv:before,
.countDiv:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.200;
  background-color: #ffffff;
}

.countDiv:before {
  margin-top: -2px;
}

.countDiv:after {
  margin-top: 7px;
}

.contents-offer .head-wrap .title {
  text-shadow: 0px 1px #0c2d5b;
}

#countdown2 .position {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  filter: drop-shadow(0px 5px 2.5px rgba(159, 175, 197, 0.24));
  background-color: #ffffff;
  border: 2px solid #ffffff;
  margin-left: 0;
  margin-right: 9px;
}

#countdown2 .digit {
  position: absolute;
  top: 0;
  left: -2px;
  width: 46px;
  height: 46px;
  font-size: 24px;
  color: #0c2d5b;
  font-weight: bold;
  line-height: 46px;
}

#countdown2 .countHours .digit {
  color: #d50e54;
}

#countdown2 .countDays {
  display: none;
}

#countdown2 .digit.static {
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
}

#countdown2 .countDiv {
  display: inline-block;
  width: 16px;
  height: 48px;
  position: relative;
  margin-right: 9px;
  margin-left: 0;
}

#countdown2 .countDiv:before,
#countdown2 .countDiv:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #0c2d5b;
  opacity: 1;
}

#countdown2 .countDiv:before {
  margin-top: -2px;
}

#countdown2.countDiv:after {
  margin-top: 7px;
}

.contents-offer .head-wrap .title {
  text-shadow: 0px 1px #0c2d5b;
}

#countdown2 .countDiv0 {
  display: none;
}

#countdown2 .countSeconds .position:nth-child(2) {
  margin-right: 0;
}

.contents-offer .items-wrap .post-ar:nth-child(6n)::before {
  content: none;
}

.contents-offer .items-wrap .post-ar:nth-child(5n)::before {
  content: '';
}

.top-single .post-img img {
  border-radius: 20px;
  width: 770px;
  height: 488px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-single .post-img .author {
  display: none;
}

.top-single .post-img .author::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 11px;
  background-color: #fff;
  z-index: -1;
}

.top-single .author-img::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 11px;
  background-color: #ebeee1;
  z-index: -1;
}

.top-single .author-img img {
  height: 41px !important;
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-contents-wrapper .time::before {
  content: '';
  position: absolute;
  top: 0;
  right: 6px;
  height: 8px;
  width: 3px;
  background: #0c2d5b;
  border-radius: 2px;
  transform: rotate(20deg);
}

.post-content .wp-block-table {
  overflow: scroll;
}

.post-content table {
  position: relative;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #e7f1ed;
  background-color: #ffffff;
  border-radius: 15px;
  font-family: 'yekanbakh';
  margin-bottom: 0 !important;
  overflow: hidden;
}

.post-content table::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, #0c2d5b, #fff);
  opacity: 0.05;
  border-radius: 15px 15px 0 0;
}

.post-content table thead tr th {
  border-bottom: 1px solid #e7f1ed;
  color: #0c2d5b;
  font-size: 15px;
  padding: 18px 0;
}

.post-content table thead tr th:first-child {
  padding-right: 30px;
}

.post-content table thead tr th:last-child {
  padding-left: 30px;
}

.post-content table tbody tr td {
  border-bottom: 1px solid #e7f1ed;
  color: #0c2d5b;
  padding: 13px 0;
}

.post-content table tbody tr:last-child td {
  border: none;
}

.post-content table tbody tr td:first-child {
  padding-right: 30px;
}

.post-content table tbody tr td:last-child {
  padding-left: 30px;
}

.post-content table tbody tr td:last-child span:nth-child(1) {
  display: inline-block;
  margin-left: 15px;
}

.podcasts-wrap {
  position: relative;
}

.podcasts-wrap .details .title-wrap span {
  line-height: 22px;
}

.podcasts-wrap .ttl {
  font-size: 19px;
  line-height: 22px;
}

.podcasts-wrap .thumbnail {
  margin-left: 27px;
  margin-bottom: 0;
}

.podcasts-wrap .thumbnail img {
  width: 69px;
  height: 69px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

.podcasts-wrap .thumbnail .shadow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 80%;
  filter: blur(5px);
  z-index: -1;
  opacity: 0.9;
}

.audio-player__control {
  width: 69px;
  height: 68px;
  border-radius: 15px;
  background-color: #dee5ee;
  transition: all 300ms ease-in-out;
}

.audio-player.is-playing .audio-player__control {
  background-color: #eb0b55;
}

.audio-player .audio-player__control .icn-paused {
  display: none;
  transform: translate(-1px, 4px);
}

.audio-player.is-playing .audio-player__control .icn-play {
  display: none;
}

.audio-player.is-playing .audio-player__control .icn-paused {
  display: inline-block;
}

.audio-player .seek {
  position: relative;
  height: 5px;
  border-radius: 2px;
  background-color: #e4eaf3;
}

.audio-player .seek span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eb0b55;
  border-radius: 2px;
  z-index: 2;
  height: 5px;
  max-width: 752.5px;
}

.podcasts-wrap .podcast-quot p {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 7px;
}

.podcasts-wrap .podcast-quot::before {
  content: '';
  display: inline-block;
  flex: 1;
  height: 1px;
  background-color: #e3e7f0;
  margin-left: 10px;
}

.podcasts-archive .audio-player__control {
  background-color: rgba(0,0,0,0.4);
  width: 75px;
  height: 75px;
}

.podcasts-archive .details .thumbnail img {
  width: 75px;
  height: 75px;
}

.podcasts-archive.podcasts-wrap .ttl {
  font-size: 16px;
}

.podcasts-archive:before {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: -1;
  border-radius: 15px;
  background: rgb(226, 244, 237);
}

.podcasts-archive .podcast .thumbnail {
  width: -moz-max-content;
  width: max-content;
}

.podcasts-archive.new:before {
  background: linear-gradient(10deg, rgba(226, 244, 237, 1) 66%, rgba(62, 255, 176, 1) 96%);
}

.suggestions-wrap .right-box .thumbnail {
  margin-bottom: 0;
}

.suggestions-wrap .right-box img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}

.suggestions-wrap .box-body p {
  color: #8696ad;
  line-height: 31px;
  text-transform: uppercase;
}

.suggestions-wrap2 .box-body p {
  color: #14396C;
}

.suggestions-wrap2 .head .ttl::after {
  content: '';
  position: absolute;
  bottom: 11px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #14396C;
}

.suggestions-wrap2 .head a .txt::after {
  content: '';
  position: absolute;
  bottom: 11px;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #14396C;
  opacity: 0.5;
}

.suggestions-wrap3 .left-box img {
  width: 123px;
  height: 54px;
}

.suggestions-wrap3 .logo-icon {
  clip-path: url("#suggestions_bg");
}

.suggestions-wrap3 .logo-icon img {
  width: 52px;
  height: 52px;
  margin-top: -8px;
}

.download-boxes .itm:last-child {
  margin-bottom: 0;
}

.survey-wrap .ttl2 {
  text-shadow: 0 1px #0c2d5b;
}

.banner-post img {
  -o-object-fit: cover;
     object-fit: cover;
}

.suggestions-posts .swiper {
  margin: 0 -40px;
  overflow: visible;
}

.suggestions-posts .swiper-slide::after {
  content: '';
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  height: 353px;
  width: 1px;
  background-image: linear-gradient(0deg, #ffffff 0%, #e5f1eb 50%, #ffffff 100%);
}

.suggestions-posts-single .swiper-slide::after {
  left: 0;
}

.suggestions-posts .swiper-slide .article {
  filter: blur(3px);
}

.suggestions-posts .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 1;
  transition: all 200ms ease-in-out;
}

.suggestions-posts .swiper-slide-active .article,
.suggestions-posts .swiper-slide-active + .swiper-slide .article {
  filter: blur(0);
}

.suggestions-posts .swiper-slide-active::before,
.suggestions-posts .swiper-slide-active + .swiper-slide::before {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.suggestions-posts .swiper-slide-active + .swiper-slide + .swiper-slide::before {
  left: -3px;
}

body.single-blog {
  overflow-x: hidden;
}


.singel-product-cm .comment-type {
  margin-right: 25px;
}

.singel-product-cm .comment-type .icn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 16px;
  width: 16px;
  height: 16px;
  clip-path: url("#comment_type_bg");
  background: #3effb0;
}

.singel-product-cm > .comment > .content-wrap > .content {
  border: none;
  position: relative;
  background: #fff;
}

.singel-product-cm > .comment > .content-wrap > .content::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #e7eef8;
  border-radius: 20px;
  z-index: -1;
}

.singel-product-cm > .comment.buyers-comment > .content-wrap > .content::before {
  background: rgb(231, 238, 248);
  background: linear-gradient(20deg, rgba(231, 238, 248, 1) 68%, rgba(62, 255, 176, 1) 96%);
}

.comment-pagination {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
}

.comment-pagination .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #dee6f1;
  line-height: 48px;
  text-align: center;
  font-size: 17px;
  color: #143a6b;
  font-weight: bold;
  margin-left: 15px;
  transition: all 300ms ease-in-out;
}

.comment-pagination .current {
  background-color: #f6f8fc;
  border: 1px solid #e5e9f3;
}

.comment-pagination .page-numbers:last-child {
  margin-left: 0;
}

.send-commet-wrap .right-box .head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.send-commet-wrap .right-box .head .icn {
  display: inline-block;
  margin-left: 20px;
}

.send-commet-wrap .right-box .head .icn svg {
  width: 22px;
  height: 22px;
  fill: #3effb0;
}

.send-commet-wrap .right-box .head .ttl {
  font-size: 13px;
  line-height: 16px;
  color: #143a6b;
  font-weight: bold;
}

.send-commet-wrap {
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #e9eef4;
}

.send-commet-wrap .right-box {
  padding: 40px 35px;
}

.send-commet-wrap .input-wrap {
  margin-bottom: 35px;
}

.send-commet-wrap input:not([type=submit]) {
  display: block;
  height: 46px;
  border-radius: 10px;
  background-color: #f6f8fc;
  border: 1px solid #f6f8fc;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
  transition: all 300ms ease-in-out;
}

.send-commet-wrap .input-wrap input:not([type=submit]):last-child {
  margin-bottom: 0;
}

.send-commet-wrap input:not([type=submit]):focus {
  background-color: #fff;
}

.send-commet-wrap input:not([type=submit])::-moz-placeholder {
  font-size: 13px;
  line-height: 38px;
  color: #9fafc5;
  font-weight: bold;
}

.send-commet-wrap input:not([type=submit])::placeholder {
  font-size: 13px;
  line-height: 38px;
  color: #9fafc5;
  font-weight: bold;
}

.send-commet-wrap .send-btn {
  width: 120px;
  height: 46px;
  border-radius: 10px;
  filter: drop-shadow(0px 5px 2.5px rgba(62, 255, 176, 0.25));
  background-color: #3effb0;
  font-size: 14px;
  color: #143a6b;
  font-weight: bold;
  transition: all 300ms ease-in-out;
  border: 1px solid #3effb0;
  margin-top: 24px;
}

.send-commet-wrap .left-box {
  width: 100%;
  height: 100%;
}

.send-commet-wrap textarea {
  width: 100%;
  height: 100%;
  background-color: #f6f8fc;
  border-radius: 20px 0 0 20px;
  font-size: 13px;
  line-height: 38px;
  color: #b0bac8;
  font-weight: bold;
  padding: 26px 35px;
}

.send-commet-wrap textarea::-moz-placeholder {
  font-size: 13px;
  line-height: 38px;
  color: #b0bac8;
  font-weight: bold;
  opacity: 1;
}

.send-commet-wrap textarea::placeholder {
  font-size: 13px;
  line-height: 38px;
  color: #b0bac8;
  font-weight: bold;
  opacity: 1;
}

.shadow-bx {
  filter: blur(8px);
  z-index: -1;
}

.shadow-bx img {
  width: 100%;
  height: 100%;
}

.sidebar-single-pro .img-wrap .thumbnail::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  height: 272px;
  width: 265px;
  border-radius: 15px;
  background-color: #9fafc5;
  opacity: 0.2;
  z-index: -1;
}

.sidebar-single-pro .img-wrap .thumbnail::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  height: 312px;
  width: 265px;
  border-radius: 15px;
  background-color: #9fafc5;
  opacity: 0.2;
  z-index: -2;
}

.product-price .del::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  background-color: #deb732;
  transform: translateY(-50%);
}

.pdf-btn {
  width: 221px;
  height: 31px;
  background-color: #ffffff;
  clip-path: url('#pdf_btn_bg');
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdf-btn .txt-res {
  display: none;
}

.single-pro-contents .head-contents .pro-rate::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: 30px;
  height: 63px;
  background-color: #ffffff;
  box-shadow: -11px 0px 11px -10px #b5c3d5;
  opacity: 0.5;
  transform: rotate(27deg) translateY(-50%);
  z-index: -1;
}

.single-product  .breadcrumbs::after {
  content: none;
}

.information-box .list li:last-child {
  border-bottom: none;
}

.information-box .list li p:last-child span:first-child {
  position: relative;
}

.information-box .list li p:last-child span:first-child::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c4ceda;
  z-index: -1;
}

.information-box .list li:last-child p:last-child span:first-child::before {
  content: none;
}

.information-box .list .see-more {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.information-box .samples-wrap .thumbnail img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.why-us-wrap li {
  position: relative;
}

.why-us-wrap li:last-child::after {
  content: none;
}

.title-boxes .title-wrap li::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #ddece6;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.title-boxes .title-wrap li.active::before {
  width: 100%;
  background-color: #3effb0;
  opacity: 1;
}

.title-boxes .title-wrap li.active {
  color: #14396C;
}

.suggestions-wrapper .suggestion-right::after {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom,#e9eef4 , #fff);
  border-radius: 20px;
  z-index: -3;
}

.suggestions-wrapper .suggestion-right::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: -5px;
  width: 100%;
  height: 67%;
  background: rgba(244, 246, 249, 1);
  border-radius: 20px;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.5;
}

.suggestions-wrapper .suggestion-right {
  border-right: 1px solid #e9eef4;
  border-top: 1px solid #e9eef4;
}

.suggestions-wrapper .suggestions-wrap .thumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  margin-bottom: 0;
}

.suggestions-wrapper .suggestions-wrap .ttl {
  margin-bottom: 0;
  line-height: 33px;
}

.suggestions-wrapper .suggestion-left .box-body p {
  color: #0c2d5b;
}

.videos-wrapper.playing .cover {
  opacity: 0;
  visibility: hidden;
}

.videos-wrapper .play-mov svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.videos-wrapper .progress-bar::before {
  background: #d71a3c;
}

.videos-wrapper .progress-area .progress-bar {
  background: #d71a3c;
}

.videos-wrapper .options input {
  accent-color: #fff;
}

.videos-wrapper {
  position: relative;
  min-height: 602px;
  overflow: hidden;
  border-radius: 21px;
  width: 100%;
  margin: 0 auto 70px;
}

.videos-wrapper .video-control {
  position: absolute;
  bottom: 31px;
  left: 0;
  width: 100%;
}

.video-timeline {
  height: 7px;
  width: 100%;
  cursor: pointer;
  padding: 0 33px;
  margin-bottom: 15px;
}

.video-timeline .progress-area {
  height: 6px;
  position: relative;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.08);
  direction: ltr;
}

.progress-area span {
  position: absolute;
  top: -25px;
  font-size: 13px;
  color: #fff;
  pointer-events: none;
  right: auto;
}

.progress-area .progress-bar {
  width: 0%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  background-color: #d71a3c;
}

.progress-bar::before {
  content: "";
  right: 0;
  top: 50%;
  height: 13px;
  width: 13px;
  position: absolute;
  border-radius: 50%;
  background: #d71a3c;
  transform: translateY(-50%);
}

.progress-bar::before,
.progress-area span {
  display: none;
}

.video-controls {
  padding: 0 33px;
  display: flex;
  align-items: center;
  direction: ltr;
  justify-content: space-between;
  margin-bottom: 0 !important;
}

.video-controls .options {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.video-controls .options::before {
  content: none;
}

.video-controls .options::after {
  content: none;
}

.video-controls .options svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.video-controls .options:first-child {
  justify-content: flex-start;
}

.video-controls .options:last-child {
  justify-content: flex-end;
}

.options button {
  height: 35px;
  width: 35px;
  font-size: 19px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s ease;
  line-height: 35px;
  margin-right: 5px;
  text-align: center;
}

.options button :where(i, span) {
  height: 100%;
  width: 100%;
  line-height: 40px;
}

.options button:active :where(i, span) {
  transform: scale(0.9);
}

.options button span {
  font-size: 23px;
}

.options input {
  height: 4px;
  margin-left: 3px;
  max-width: 75px;
  accent-color: #d71a3c;
}

.video-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  direction: ltr;
  color: rgba(255, 255, 255, 0.31);
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  padding: 0 33px;
}

.video-timer p {
  margin-bottom: 0 !important;
}

.playback-content {
  display: flex;
  position: relative;
}

.playback-content .speed-options {
  position: absolute;
  list-style: none;
  left: -40px;
  bottom: 40px;
  width: 95px;
  overflow: hidden;
  opacity: 0;
  border-radius: 4px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.13s ease;
}

.playback-content .speed-options.show {
  opacity: 1;
  pointer-events: auto;
}

.speed-options li {
  cursor: pointer;
  color: #000;
  font-size: 14px;
  margin: 2px 0;
  padding: 5px 0 5px 15px;
  transition: all 0.1s ease;
}

.speed-options li:before {
  content: none;
}

.speed-options li:where(:first-child, :last-child) {
  margin: 0px;
}

.speed-options li.active {
  color: #fff;
  background: #3e97fd;
}

.videos-wrapper video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.videos-wrapper .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 21px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

.videos-wrapper .cover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #071e3b;
  opacity: 0.502;
}

.videos-wrapper .play-mov {
  width: 123px;
  height: 123px;
  border-radius: 62px;
  background-color: #eb0b55;
  text-align: center;
  line-height: 123px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 555;
}

.videos-wrapper .play-mov::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.102;
  width: 165px;
  height: 165px;
  border-radius: 82px;
  background-color: #220405;
}

.videos-wrapper .play-mov::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0.051;
  width: 209px;
  height: 209px;
  border-radius: 105px;
  background-color: #220405;
}

.scrlme3.lms_scrollable {
  padding-left: 32px;
}

.comments-product .comment>.children .comment {
  padding-right: 33px;
}

.products-specifications .swiper-slide .post::after {
  left: -25px;
}

.products-specifications .swiper {
  overflow: visible;
}

.site-features-about .itm .head {
  margin-bottom: 20px;
}

.site-features-about .itm .head .ttl {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 0;
}

.site-features-about .itm .head .icn {
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.site-features-about .itm.gold .head .icn {
  width: 26px;
  height: 26px;
}

.site-features-about .itm .head .icn svg {
  fill: #0c2d5b;
  width: 20px;
  height: 20px;
}

.site-features-about .itm .head .icn img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-features-about .itm p {
  font-size: 12px;
  line-height: 28px;
  color: #7c8a9d;
}

.site-features-about .itm.gold .child-wrap {
  border: none;
  position: relative;
}

.site-features-about .itm.gold .child-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(28deg, #fff 46%, #7588a1 100%);
  border-radius: 16px;
  opacity: 0.05;
  z-index: -1;
}

.site-features-about .itm.gold::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: -5px;
  width: 100%;
  height: 80%;
  background: rgba(244, 246, 249, 1);
  border-radius: 20px;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.5;
}

.site-features-about .itm.gold .ttl {
  color: #b68511;
}

.site-features-about .itm.gold p {
  color: #b2a78e;
}

.site-features-about .itm.golds .icn svg  {
  fill: #b68511;
}

.careers-tab .accordion {
  margin-bottom: 15px;
}

.careers-tab .accordion .accordion-head {
  cursor: pointer;
}

.careers-tab .accordion.opened .accordion-head .icn svg {
  transform: rotate(-180deg);
}

.careers-tab .accordion .accordion-head .ttl::after {
  content: '';
  display: inline-block;
  flex: 1;
  margin-right: 30px;
  height: 1px;
  background-color: #e4efeb;
}

.careers-tab .accordion .accordion-body {
  display: none;
  padding-top: 30px;
}

/* .careers-tab .accordion:first-child .accordion-body {
  display: block;
} */

.careers-tab .accordion p {
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
  color: #667a96;
  margin-bottom: 20px;
}

.careers-tab .accordion ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 20px;
}

.careers-tab .accordion ul li {
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase;
  color: #667a96;
}

.careers-tab .accordion ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE0IDEwIiB3aWR0aD0iMTQiIGhlaWdodD0iMTAiPjxzdHlsZT4uYXtmaWxsOiMyN2VkOWN9PC9zdHlsZT48cGF0aCBjbGFzcz0iYSIgZD0ibTEyLjkgMC43YzAuNiAwLjYgMC42IDEuNSAwIDIuMmwtNi4yIDYuMWMtMC42IDAuNy0xLjYgMC43LTIuMiAwbC0zLjEtM2MtMC42LTAuNy0wLjYtMS42IDAtMi4yIDAuNy0wLjYgMS42LTAuNiAyLjIgMGwyIDIgNS4xLTUuMWMwLjYtMC42IDEuNS0wLjYgMi4yIDB6Ii8+PC9zdmc+');
  background-repeat: no-repeat;
  background-position: center;
}

.cart-items .itm:last-child {
  border: none;
  padding-bottom: 0;
}

.cart-items .itm .thumbnail img {
  min-width: 45px;
  min-height: 61px;
  max-width: 45px;
  max-height: 61px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-items .itm .bottom-box img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-items .itm .bottom-box span::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #e8ecf2;
  margin-right: 15px;
}

.cart-items .itm .bottom-box span:last-child::after {
  content: none;
}

.cart-items .left-box .product-count button {
  transition: all 300ms ease-in-out;
}

.address-items .itm .bottom-box span::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #e8ecf2;
  margin-right: 15px;
}

.address-items .itm .bottom-box span:last-child::after {
  content: none;
}

.address-items .itm.active .select {
  background: #3effb0;
}

.address-items .itm.active .select svg {
  fill: #14396C;
}

.payment-method .items-wrap .itm input[type="radio"]:checked + .select {
  box-shadow: inset 0px 5px 2.5px rgba(235, 245, 241, 0.45);
  background-color: #f4f9f7;
  border: 1px solid #e2f4ed;
}

.payment-method .items-wrap .itm input[type="radio"]:checked + .select svg {
  fill: #14396C;
}

.cart-main .sidebar .points-wrap::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: -5px;
  width: 100%;
  height: 67%;
  background: rgba(244, 246, 249, 1);
  border-radius: 20px;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.5;
}

.cart-main .sidebar .points-wrap::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 2px);
  height: 68%;
  background: linear-gradient(to bottom, #e9eef4, #fff);
  border-radius: 15px 15px 0 0;
  z-index: -3;
}

.send-commet-wrap-responsive {
  display: none;
}

.careers-tab .tabs-c li::before{
  content: none;
}

.careers-tab .tabs-c li.active {
  background: rgb(244 248 247);
  border-color: rgb(244 248 247);
}

.careers-tab .tabs-c li.active .foot .see-more {
  color: rgb(186 212 203);
}

.careers-tab .tabs-c li.active .foot .see-more svg {
  fill: rgb(186 212 203);
}

.filter-wrapper .container {
  padding-right: 70px;
  padding-left: 60px;
}

.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 7px;
  background: #dde5ff;
  outline: none;
  border-radius: 3px;
  box-shadow: inset 0px 2px 1.5px rgba(24, 84, 60, 0.11);
  background-color: #e1ede8;
  padding: 0 15px 0 25px;
}

input[type="range"],
input[type="range"]::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 522px;
  height: 7px;
  background: #dde5ff;
  outline: none;
  border-radius: 3px;
  box-shadow: inset 0px 2px 1.5px rgba(24, 84, 60, 0.11);
  background-color: #e1ede8;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 30px;
  background: url('../img/Shape8987.png');
  cursor: pointer;
  outline: none;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}

input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 30px;
  background: url('../img/Shape8987.png');
  cursor: pointer;
  outline: none;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}

input[type="range"]:focus {
  outline: none;
}

.filter-wrapper .slider-w {
  position: relative;
  z-index: 2;
}

.ticks {
  display: flex;
  padding: 0px 13px 0 4px;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  color: #a7bfb5;
  font-weight: bold;
  font-family: "Peyda";
  position: relative;
  z-index: 1;
}

.ticks > div {
  position: relative;
  white-space: nowrap;
  padding-top: 10px;
  z-index: -1;
}

.ticks > div:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 1px;
  height: 7px;
  background-color: #cee0d8;
  transform: translateX(-50%)
}

.ticks > div:nth-child(1) {
  margin-left: 23px;
}

.ticks > div:nth-child(2) {
  margin-left: 25px;
}

.ticks > div:nth-child(3) {
  margin-left: 22px;
}

.ticks > div:nth-child(4) {
  margin-left: 17px;
}

.ticks > div:nth-child(5) {
  margin-left: 16px;
}

.ticks > div:nth-child(6) {
  margin-left: 20px;
}

.ticks > div:nth-child(7) {
  margin-left: 38px;
}

.ticks > div:nth-child(8) {
  margin-left: 22px;
}

.ticks > div:nth-child(9) {
  margin-left: 31px;
}

.header-cart .levels-wrap .itm:nth-child(1) .icn svg {
  fill: none;
  stroke: #9fafc5;
  stroke-width: 2px;
}

.header-cart .levels-wrap .itm .icn {
  position: relative;
  z-index: 1;
}

.header-cart .levels-wrap .itm .icn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19px;
  height: 14px;
  border-radius: 5px;
  background-color: #3effb0;
  z-index: -1;
  opacity: 0;
}

.header-cart .levels-wrap .itm:nth-child(3) .icn::before {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.header-cart .levels-wrap .itm:nth-child(5) .icn::before {
  height: 20px;
}

.header-cart .levels-wrap .itm.active .icn::before {
  opacity: 1;
}

.header-cart .levels-wrap .itm.active .icn svg {
  fill: #143a6b;
}

.header-cart .levels-wrap .itm.active span {
  color: #143a6b;
}

.header-cart .levels-wrap .itm:nth-child(1).active .icn svg {
  fill: none;
  stroke: #143a6b;
}

.contact-us-main .address-wrap::before {
  content: '';
  position: absolute;
  bottom: -14px;
  right: -5px;
  width: 100%;
  height: 67%;
  background: rgba(244, 246, 249, 1);
  border-radius: 20px;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.5;
}

.contact-us-main .address-wrap .itms-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, #0c2d5b, #fff);
  opacity: 0.02;
  border-radius: 26px 26px 0 0;
}

.contact-us-main .form-wrap::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: -5px;
  width: 100%;
  height: 67%;
  background: rgba(244, 246, 249, 1);
  border-radius: 20px;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.5;
}

.contact-us-main .form-wrap .itms-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, #0c2d5b, #fff);
  opacity: 0.02;
  border-radius: 26px 26px 0 0;
  z-index: 1;
}

.main-faq  .item-cat-faq::before {
  content: none;
}

.main-faq .item-cat-faq.active {
  background-color: #f4f9f7;
}

.main-faq .item-cat-faq.active .arrow-icn svg {
  fill: #0c2d5b;
}

.question-box .itms-wrap {
  clip-path: url("#question_bg");
  background: #fff;
  z-index: 1;
}

.question-box::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  clip-path: url("#question_bg");
  background: #e2f4ed;
  z-index: -1;
}

.main-faq .accordion-head .icon::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translate(7px,-50%);
  background-color: #0c2d5b;
  border-radius: 15px;
  transition: all 300ms ease-in-out;
}

.main-faq .accordion-head .icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #0c2d5b;
  border-radius: 15px;
  transition: all 300ms ease-in-out;
}

.main-faq .accordion-body {
  display: none;
}

.main-faq .accordion.opened {
  border: 1px solid #e2f4ed;
}

.main-faq .accordion.opened .accordion-head {
  background: #fff;
}

.main-faq .accordion.opened .accordion-head .icon::before {
  transform: translate(7px, -50%) rotate(-90deg);
  background-color: #c9d1e0;
}

.main-faq .accordion.opened .accordion-head .icon::after {
  background-color: #c9d1e0;
}

.main-faq .accordion.opened .accordion-head .ttl {
  color: #95a1b9;
}

.main-faq .accordion:not(.opened) .accordion-head:hover {
  background-color: #f2f4f8
}

.main-faq .accordion:not(.opened) .accordion-head:hover .icon::before {
  background-color: #18cb82;
}

.main-faq .accordion:not(.opened) .accordion-head:hover .icon::after {
  background-color: #18cb82;
}

.panel-header .wallet-balance::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #e8ecf3;
  margin-right: 25px;
}

.panel-header .score::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #e8ecf3;
  margin-right: 25px;
}

.panel-header .cats-menu::before {
  content: '';
  position: absolute;
  bottom: -35px;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #3effb0;
  transition: all 300ms ease-in-out;
}

.panel-header .shopping-cart .icn::before {
  content: '';
  position: absolute;
  bottom: -35px;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #3effb0;
  transition: all 300ms ease-in-out;
}

.panel-header .coming-back::before {
  content: '';
  position: absolute;
  bottom: -35px;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #3effb0;
  transition: all 300ms ease-in-out;
}

.panel-section-title li {
  z-index: 1;
  position: relative;
}

.panel-section-title li::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  height: calc(100% + 1px);
  width: 0;
  background-color: #f5f7fa;
  z-index: -1;
  transition: all 300ms ease-in-out;
}

.panel-section-title li.is-active::before {
  width: 100%;
}

.panel-section-title li.is-active .itm-inner {
  border-color: #fff;
}

.panel-section-title li.is-active .itm-inner .ttl {
  color: #0ccd7e;
}

.panel-section-title li.is-active .itm-inner .icn svg {
  fill: #0ccd7e;
}

.section table th {
  color: #9fafc5;
  line-height: 28px;
  border-bottom: 1px solid #e8ecf3;
  padding-bottom: 5px;
  font-size: 13px;
}

.section table td {
  padding: 18px 0;
  border-bottom: 1px solid #e8ecf3;
  color: #2a3c55;
  font-size: 13px;
}

.section table td:last-child {
  text-align: end;
}

.section table th:last-child {
  text-align: end;
}

.my-recent-orders table td:nth-child(1) {
  font-size: 14px;
}

.section table td .number {
  font-size: 20px;
}

.section table td .sym {
  font-size: 11px;
  color: #143a6b;
}

.section table td .icn svg {
  width: 16px;
  height: 16px;
  fill: #143a6b;
}

.section table td .img {
  margin-left: 10px;
}

.section table td img {
  width: 19px;
  height: 19px;
}

.section table tr.closed td {
  color: #9fafc5;
}

.section table tr.closed td span {
  color: #9fafc5;
}

.section table tr.closed td a {
  color: #143a6b;
}

.my-recent-orders table td:nth-child(3) {
  font-size: 14px;
}

.my-recent-orders table td:nth-child(4) .number {
  font-size: 20px;
  margin-left: 7px;
}

.my-recent-orders table td:nth-child(4) span:nth-child(2) {
  font-size: 11px;
}

.my-recent-orders table td:nth-child(5) span:nth-child(1) {
  font-size: 14px;
}

.my-recent-orders table td:nth-child(5) span:nth-child(2) svg {
  width: 8px;
  height: 8px;
  fill: #143a6b;
}

.my-recent-orders table tr:last-child td {
  border: none;
  padding-bottom: 0;
}

.my-recent-orders .left-box .itm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, #0c2d5b, #fff);
  opacity: 0.03;
  border-radius: 15px 15px 0 0;
}

.my-recent-orders .left-box .itm-wrap::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -5px;
  width: 72%;
  height: 67%;
  background: rgba(244, 246, 249, 1);
  border-radius: 20px;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.5;
}

.favourites-wrapper .itm .thumbnail img {
  width: 83px;
  height: 103px;
  border-radius: 11px;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.favourites-wrapper .swiper-slide-active .itm::after,
.favourites-wrapper .swiper-slide-active + .swiper-slide .itm::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 103px;
  background-color: #e8ecf3;
}

.favourites-wrapper .swiper-button-next::after,
.favourites-wrapper .swiper-rtl .swiper-button-prev::after,
.favourites-wrapper .swiper-button-prev::after,
.favourites-wrapper .swiper-rtl .swiper-button-next::after {
  content: none;
}

.favourites-wrapper .swiper {
  width: auto;
  flex: 1;
  max-width: 1046px;
}

.increase-balance .right-box .sec-body {
  background-image: url('../img/card.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.increase-balance::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1px;
  max-height: 586px;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0%, #ebeff5 50%, #ffffff 100%);
}

.increase-balance .boxes-inner > .right-box .sec-body::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  height: 9px;
  width: 90%;
  background: #9fafc5;
  opacity: 0.2;
  filter: blur(7px);
}

.section .tabs li::before {
  background: none;
  width: 0;
  bottom: -15px;
  height: 5px;
  border-radius: 2px;
  left: auto;
  right: 0;
  transition: all 300ms ease-in-out;
}

.section .tabs li.active::before {
  background-color: #3effb0;
  width: 100%;
  box-shadow: 0 -2px 4px -1px #3effb0;
}

.score-wrap .sec-head .total-points::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #e8ecf3;
}

.score-wrap th:last-child {
  text-align: left;
}

.score-wrap td:last-child {
  text-align: left;
}

.score-wrap table tr a {
  color: #143a6b;
  position: relative;
  display: inline-block;
}

.score-wrap table tr td:last-child a::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 2px;
  right: 0;
  background: #143a6b;
  opacity: 50%;
  transition: all 300ms ease-in-out;
}

.score-wrap table tr th:first-child{
  padding-right: 40px;
}

.score-wrap table tr th:last-child{
  padding-left: 40px;
}

.score-wrap table tr td:first-child{
  padding-right: 40px;
}

.score-wrap table tr td:last-child{
  padding-left: 40px;
}

.orders-wrap .itm .head ul li img {
  width: 17px;
  height: 17px;
}

.orders-wrap .itm .itm-body img {
  width: 60px;
  height: 83px;
  border-radius: 8px;
}

.orders-wrap .itm .itm-body .thumbnail {
  box-shadow: 0 8px 7px -4px rgba(20, 57, 108, 0.2);
  border-radius: 8px;
}

.orders-wrap .itm:last-child {
  margin-bottom: 0;
}

.orders-wrap .itm .itm-body ul {
  flex-wrap: wrap;
}

.orders-wrap .sec-head .search input {
  width: 78px;
  color: #0c2d5b;
}

.orders-wrap .sec-head .search input::-moz-placeholder {
  color: #0c2d5b;
}

.orders-wrap .sec-head .search input::placeholder {
  color: #0c2d5b;
}

.reviews-wrap .itm .thumbnail img {
  width: 40px;
  height: 55px;
  border-radius: 8px;
}

.favorites-section .itm .title-wrap .logo-icn img {
  width: 30px;
  height: 30px;
}

.favorites-section .itm .thumbnail img {
  width: 65px;
  height: 85px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.favorites-section .itm .number-products .icn::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 19px;
  background: rgba(62, 255, 176, 1);
  border-radius: 10px;
  z-index: -1;
}

.favorites-section .itm .img-wrap .thumbnail:nth-child(1) {
  z-index: 3;
}

.favorites-section .itm .img-wrap .thumbnail:nth-child(2) {
  z-index: 2;
  transform: translatex(-40px) scale(0.85);
}

.favorites-section .itm .img-wrap .thumbnail:nth-child(3) {
  z-index: 1;
  transform: translateX(-90px) scale(0.75);
}

.favorites-section .itm-blog .img-wrap img {
  width: 122px;
  height: 77px;
  border-radius: 8px;
}

.favorites-section .itm-packeg .img-wrap {
  overflow: hidden;
  display: flex;
  justify-content: end;
  width: 120px;
}

.favorites-section .itm-packeg .img-wrap .itms {
  width: 190px;
}

.address-section .itm:last-child {
  margin-bottom: 0;
}

.address-section .itm-adrs.active .itm {
  background-color: #f8f9fb;
  border: 1px solid #f8f9fb;
  box-shadow: none;
}

.add-address-wrap .map img {
  width: 100%;
  height: 100%;
  border-radius: 12px 0 0 12px;
}

/* .section .nice-select {
  float: none;
  clear: none;
  height: 100%;
  line-height: 63px;
  text-align: right !important;
  border-radius: 12px;
  border: 1px solid #ebeff5;
}
.section .nice-select::after {
  right: auto;
  left: 25px;
}
.section .nice-select.open {
  border-radius: 12px 12px 0 0;
  box-shadow: none;
  border-bottom: none;
}
.section .nice-select .list {
  border-radius: 0 0 12px 12px;
  filter: drop-shadow(0px 3px 0px #e8ebf1);
  background-color: #ffffff;
  border: 1px solid #ebeff5;
  border-top: none;
  border-top: none;
  margin-top: 0;
  box-shadow: none;
}
.section .nice-select .option:hover,
.section .nice-select .option.focus,
.section .nice-select .option.selected.focus {
  background-color: #f1f3f8;
}
.section .nice-select .list li {
  height: 30px;
  border-top: 1px solid #e8ebf1;
  font-size: 13px;
  text-align: right;
} */

.tickets-wrapper .tiket .avatar {
  width: 35px;
  height: 35px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #cdd6e2;
}

.tickets-wrapper .answer-tiket .avatar {
  width: 35px;
  height: 35px;
  border-radius: 12px;
  background-color: #ddf2e9;
  text-align: center;
  line-height: 35px;
}

.tickets-wrapper .answer-tiket .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tickets-wrapper .answer-tiket {
  direction: ltr;
  margin-right: auto;
  color: #257152;
}

.tickets-wrapper .answer-tiket p {
  color: #41745f;
}

.tickets-wrapper .answer-tiket .date {
  color: #7ab39c;
}

.last-visits .itm .thumbnail img {
  width: 65px;
  height: 85px;
  border-radius: 8px;
}

.input-password .icn .feather-eye {
  display: none;
}

.sidebar-single-pakage .books-list .itm:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.sidebar-single-pakage .price-total ul li:last-child {
  border-bottom: none;
}

#package_itm_slider .thumbnail::after{
  content: none;
}

#package_itm_slider .thumbnail::before{
  content: none;
}

#package_itm_slider .swiper-slide .thumbnail{
  opacity: 0;
  visibility: hidden;
  transition: 200ms;
}

#package_itm_slider .swiper-slide.swiper-slide-active .thumbnail{
  opacity: 1;
  visibility: visible;
}

#package_itm_slider .swiper-slide.swiper-slide-active ~ .swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #9fafc5;
  opacity: 0.2;
}

#package_itm_slider .swiper-slide.swiper-slide-active:before {
  content: none;
}

#package_itm_slider .swiper-button-next {
  left: 15px;
}

#package_itm_slider .swiper-button-next svg {
  margin-bottom: 0 !important;
  width: 15px;
  height: 15px;
  margin-top: 0;
}

#package_itm_slider .swiper-button-prev {
  left: 15px;
}

#package_itm_slider .swiper-button-prev svg {
  margin-bottom: 0 !important;
  width: 15px;
  height: 15px;
  margin-top: 0;
}

.books-name-tab .tabs li.active {
  background-color: #3effb0;
}

.books-name-tab .tabs li::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../img/books-name-tab.png');
  width: 69px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: -5;
}

.books-name-tab .tabs li:hover::before {
  content: none;
}

.books-name-tab .tabs li.active:hover::before {
  content: '';
}

.books-name-tab .tabs li.active::before {
  opacity: 1;
  visibility: visible;
  bottom: -7px;
  z-index: 1;
}

.books-name-tab::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 48%;
  transform: translateY(-50%);
  width: 30px;
  height: 86px;
  background-color: #ffffff;
  box-shadow: 11px 0px 12px -10px #b5c3d5;
  opacity: 1;
  z-index: 1;
}

.head-contents .number-products::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translate(-50%,-50%);
  height: 25px;
  width: 1px;
  background: #e3e8f0;
}

.head-contents .number-products .icn::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 32px;
  border-radius: 16px;
  background-color: #3effb0;
}

.head-contents .number-products .icn::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../img/books-name-tab.png');
  width: 68px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 300ms ease-in-out;
  z-index: -5;
  background-position: center;
}

.tingle-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5000;
  width: 80vw;
  padding: 0 15px;
  margin: auto;
}

.tingle-modal iframe {
  width: 80vw;
  height: 80vh;
}

body.tingle-enabled{
  overflow: hidden;
}

body.tingle-enabled::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4000;
  background-color: #071d39;
  opacity: 0.902;
}

.tingle-modal__close {
  margin-bottom: 20px;
}

.tingle-modal__closeIcon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #3effb0;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__closeIcon svg {
  width: 11px;
  height: 11px;
  fill: #123766;
}

.single-blog .tingle-modal__close {
  position: absolute;
  left: 30px;
  top: 32px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  margin: 0;
}

.single-blog .tingle-modal__closeIcon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  box-shadow: 0px 2px 0px rgba(159, 175, 197, 0.39);
  background-color: #ffffff;
  border: 1px solid #d4dde6;
}

.single-blog .tingle-modal__closeIcon svg {
  width: 8px;
  height: 9px;
  fill: #8b9caa;
}

.main-rules .title-boxes li .icn {
  display: none;
}

.main-rules .title-boxes li.actived .icn {
  display: inline-block;
}

.main-rules .title-boxes li.actived .txt {
  color: #0C2D5B;
  transform: translateX(-20px);
}

/*
* login-page
*/

.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.box-login {
  width: 418px;
  border-radius: 22px;
  background-color: #ffffff;
  position: relative;
}

.box-login::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 103%;
  height: 103%;
  background: rgba(244, 246, 249, 1);
  border-radius: 22px;
  z-index: -1;
  filter: blur(8px);
  opacity: 0.5;
}

.box-login .inner-elemans {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 50px 35px 40px;
}

.box-login .inner-elemans .box-element{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}

.box-login .inner-elemans::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(to bottom, #0c2d5b, #fff);
  opacity: 0.03;
  border-radius: 15px 15px 0 0;
  z-index: -1;
}

.box-login .inner-elemans .head {
  display: flex;
  align-items: center;
}

.box-login input::-moz-placeholder {
  font-size: 13px;
  color: #b5c3d6;
}

.box-login input::placeholder {
  font-size: 13px;
  color: #b5c3d6;
}

.box-login .inner-elemans .inputs-wrap input:focus {
  border: 1px solid #23db90;
  color: #0e915b;
}

.box-login .inner-elemans #timer span {
  line-height: 20px;
  display: inline-block;
}

.password-login .icn .feather-eye {
  display: none;
}

body.report {
  background: #0c2d5b;
}

.report-wrap {
  margin:35px 0px;
}

.box-report .center-box .img-wrap::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 45%;
  transform: translateX(-50%);
  z-index: 1;
  width: 65px;
  height: 6px;
  background-color: #0d2546;
  border-radius: 100%;
}

.box-report input,
.box-report textarea {
  background: none;
}

.box-report input::-moz-placeholder {
  opacity: 0.400;
  font-size: 13px;
  color: #ffffff;
}

.box-report input::placeholder {
  opacity: 0.400;
  font-size: 13px;
  color: #ffffff;
}

.box-report input[type="radio"]:checked + .itms {
  box-shadow: inset 3.597px 3.473px 2.5px rgba(12, 45, 91, 0.35);
  background-color: #3effb0;
}
.box-report input[type="radio"]:checked + .itms img {
    filter: invert(1) brightness(0);
}
.box-report input[type="radio"]:checked + .itms .txt {
  color: #0c2d5b;
}

.box-report input[type="radio"]:checked + .itms .icn svg {
  fill: #0c2d5b;
}

.contact-us-main .map-wrap {
  border-radius: 26px;
  overflow: hidden;
}

.contact-us-main .address-wrap ul li {
  gap: 15px;
}

.podcasts-archive .podcast .left-box {
  position: relative;
}

.podcasts-archive .podcast {
  height: 100%;
}

.title-single-blog ul li.actived .icn {
  background-color: #3effb0;
  border: 2px solid #143a6b;
}

.suggestions-posts-single .swiper-pagenation {
  width: -moz-max-content;
  width: max-content;
}

.suggestions-posts-single .swiper-pagenation .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #e0ece7;
  transition: all 200ms ease-in-out;
  margin: 0 2px;
}

.suggestions-posts-single .swiper-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 21px;
  background-color: #35eca1;
}

.suggestions-posts-single .swiper-pagination-bullet-active + .swiper-pagination-bullet {
  background: #e0ece7;
}

.share-post-box ul li {
  transition: all 300ms ease-in-out;
  margin-left: 20px;
}

.share-post-box ul li:last-child {
  margin-left: 0;
}

.share-post-box ul li .txt {
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
  transform: translateX(20px) scale(0);
  position: relative;
  z-index: -1;
}

.copy-link .btn-copy.copied input {
  color: #143a6b;
}

@media (min-width: 1024px) {
  .share-post-box ul li:hover {
    width: 76px;
  }

  .share-post-box ul li:hover .icn svg  {
    fill: #143a6b;
  }

  .share-post-box ul li:hover .txt {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scale(1);
    color: #143a6b;
  }

  .publishers-wrap .swiper-slide:hover .itm {
    background: rgba(115, 141, 176, 0.1);
  }

  .site-nav .megamenu .sub-menu > li:hover {
    background: #14396C;
  }

  .site-nav .megamenu .sub-menu .menu-item-has-children .sub-menu > li:hover {
    background: rgb(26, 66, 122);
  }

  .site-nav .megamenu:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 120%;
    z-index: 55;
  }

  .site-nav .megamenu > .sub-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
  }

  .post:hover .thumbnail::before {
    transform: rotate(0);
    bottom: 0;
    opacity: 0;
  }

  .post:hover .thumbnail::after {
    transform: rotate(0);
    bottom: 0;
    opacity: 0;
  }

  .post:hover .footer-box .right-b .add-c {
    background: #14396C;
    filter: drop-shadow(0px 0px 0px #37efa4);
  }

  .post:hover .footer-box .right-b .add-c svg {
    margin-right: 0;
    fill: rgb(62 255 176);
  }

  .publishers-wrap .swiper-slide:hover::before {
    opacity: 0;
    bottom: 0;
  }

  .publishers-wrap .swiper-slide:hover::after {
    opacity: 0;
    top: 0;
  }

  .publishers-wrap .swiper-slide:hover .itm .icn {
    opacity: 1;
    transform: translateX(0);
  }

  .publishers-wrap .swiper-slide:hover .itm img {
    transform: translateX(25px);
  }

  .site-nav > ul > li:hover > a span:nth-child(1) {
    color: #14396C;
  }

  .site-nav > ul > li:hover::before {
    background: rgba(62, 255, 176, 1);
    z-index: 2000;
  }

  .tabs li:hover {
    color: #14396C;
  }

  .tabs li:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .result-wrap .see-more:hover .icn svg {
    transform: translateX(-5px);
  }

  .category-wrapper .itm:hover .title-wrap a::before {
    background: #14396C;
    height: 1px;
    width: 100%;
    bottom: 1px;
    opacity: 0.2;
  }

  .category-wrapper .itm:hover > p {
    color: #2C394B;
  }

  .head-section .left-box a:hover .icn {
    transform: translateX(-4px);
  }

  .site-footer .boxes-wrapper ul li a:hover {
    color: #fff;
  }

  .site-footer .boxes-wrapper ul li a:hover::before {
    height: 20px;
    opacity: 1;
    visibility: visible;
  }

  .site-footer .social-networks a:hover {
    color: #fff;
  }

  .box-aside .filters-wrap .delete:hover,
  .box-aside .filters-wrap .all-delete:hover {
    background-color: #14396C;
    border: #14396C;
    color: #fff;
  }

  .post-ar:hover .thumbnail img:nth-child(2) {
    opacity: 60%;
    bottom: -5px;
  }

  .pagination-wrap .page-numbers:hover:before {
    opacity: 1;
    width: 100%;
  }

  .pagination-wrap .page-numbers:hover {
    color: #14396C;
  }

  .post-contents-wrapper .sidebar-right .share-wrap li:hover .txt {
    transform: translateX(0);
    opacity: 100%;
  }

  .post-contents-wrapper .sidebar-right .share-wrap li:hover .icn svg {
    fill: #0c2d5b;
  }

  .post-contents-wrapper .sidebar-right .up-down li:hover .icn svg {
    fill: #0c2d5b;
  }

  .post-contents-wrapper .sidebar-right .zoom-zoomout li:hover .icn svg {
    fill: #0c2d5b;
  }

  .download-boxes .itm:hover .icn svg {
    fill: #0c2d5b;
  }

  .download-boxes .itm:hover .ttl {
    color: #0c2d5b;
  }

  .download-boxes .itm:hover {
    background-color: #f7f8fa;
    box-shadow: 0 0 0 rgba(159, 175, 197, 0.25);
    border: #f7f8fa;
  }

  .download-boxes .itm:hover .size span:last-child {
    color: #0c2d5b;
  }

  .survey-wrap .btn-wrap .btn:hover {
    background-color: #3effb0;
  }

  .comment-pagination .page-numbers:hover {
    background-color: #f6f8fc;
    border: 1px solid #e5e9f3;
  }

  .send-commet-wrap .send-btn:hover {
    filter: none;
    background-color: #fff;
  }

  .single-pro-contents .head-contents .left-box .itm:hover .tooltip {
    bottom: 100%;
    opacity: 1;
  }

  .single-pro-contents .head-contents .left-box .itm:hover .icn svg {
    fill: #14396c;
  }

  .information-box .samples-wrap .itm a:hover span {
    color: #0c2d5b;
  }

  .information-box .samples-wrap .itm a:hover svg {
    fill: #0ac679;
  }

  .title-boxes .title-wrap li:hover {
    color: #14396C;
  }

  .title-boxes .title-wrap li:hover::before {
    width: 100%;
    opacity: 1;
  }

  .video-timeline:hover .progress-bar::before,
  .video-timeline:hover .progress-area span {
    display: block;
  }

  .options button:hover :where(i, span) {
    color: #fff;
  }

  .speed-options li:hover {
    background: #dfdfdf;
  }

  .cart-items .left-box .product-count .button-count:hover {
    background-color: #ebf7f2;
  }

  .address-items .itm .edit-btn:hover {
    background-color: #eef9f5;
  }

  .header-cart .coming-back:hover svg {
    transform: translateX(-5px);
  }

  .panel-header .cats-menu:hover::before,
  .panel-header .shopping-cart .icn:hover::before,
  .panel-header .coming-back:hover::before {
    width: 26px;
  }

  .panel-section-title li:not(.actived):hover::before {
    width: 100%;
  }

  .panel-section-title li:not(.actived):hover .itm-inner {
    border-color: #fff;
  }

  .panel-section-title li:not(.actived):hover .itm-inner .ttl {
    color: #0ccd7e;
  }

  .panel-section-title li:not(.actived):hover .itm-inner .icn svg {
    fill: #0ccd7e;
  }

  .favourites-wrapper .swiper-button-next:hover {
    background-color: #14396c;
  }

  .favourites-wrapper .swiper-button-next:hover svg {
    fill: #fff;
  }

  .main-rules .title-boxes li .txt:hover {
    color: #0C2D5B;
  }

  .cat-des .number-books a:hover .icn svg:nth-child(2){
    left: 0;
    bottom: 0;
  }

  .cat-des .books-collection a:hover .icn svg:nth-child(2){
    left: 0;
    bottom: 0;
  }

  .cat-des .number-books a:hover {
    color: #9fafc5;
  }

  .cat-des .books-collection a:hover {
    color: #9fafc5;
  }

  .filter-wrapper .left-box a:hover {
    background: #fff;
  }

  .increase-balance .increase .btn:hover {
    background-color: #4ae8a7;
  }

  .increase-balance .decreasing .btn:hover {
    background-color: #e8ebf1;
  }

  .score-wrap table tbody tr:hover {
    background-color: #f2f5f8;
  }

  .score-wrap table tr td:last-child a:hover::after {
    width: 100%;
  }

  .section .tabs li:hover::before  {
    width: 100%;
    background-color: #e9ecf2;
  }

  .section .tabs li.active:hover::before  {
    width: 100%;
    background-color: #3effb0;
    box-shadow: 0 -2px 4px -1px #3effb0;
  }
}

@media (max-width: 1535px) {
  .swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .lazy-loader {
    opacity: 30%;
    visibility: visible;
  }

  .swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .post {
    opacity: 0;
    visibility: hidden;
  }

  .post::after {
    left: -26px;
  }

  .post {
    padding-left: 0;
    padding-right: 0;
  }

  .category-wrapper .itm .shape-box {
    bottom: -10px;
  }

  .sidebar-single-pro .img-wrap .thumbnail::before {
    height: 260px;
    width: 80%;
  }

  .sidebar-single-pro .img-wrap .thumbnail::after {
    height: 288px;
    width: 80%;
  }

  .information-box .description {
    overflow: hidden;
    max-height: 255px;
  }

  .information-box .left-box .why-us-wrap .nemad-wrap img {
    max-width: 35px;
  }

  .title-boxes .title-wrap li::before {
    bottom: 0;
  }

  .videos-wrapper {
    min-height: 487px;
  }

  .videos-wrapper .play-mov {
    width: 100px;
    height: 100px;
    line-height: 102px;
  }

  .videos-wrapper .play-mov::before {
    width: 125px;
    height: 125px;
  }

  .videos-wrapper .play-mov::after {
    width: 160px;
    height: 160px;
  }

  .videos-wrapper .play-mov svg {
    width: 25px;
    height: 25px;
  }

  .suggestions-wrap3 .ttl {
    font-size: 20px;
  }

  .suggestions-wrap3 p {
    font-size: 12px;
  }

  .products-specifications .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .post {
    opacity: 0;
    visibility: hidden;
  }

  .products-specifications .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .lazy-loader {
    opacity: 30%;
    visibility: visible;
  }

  .post-ar::before {
    left: -17px;
  }

  .blog-hero .items-wrap .itm {
    padding: 49px 30px 60px;
    height: 410px;
  }

  .blog-hero .items-wrap .itm .ttl {
    font-size: 19px;
  }

  .favourites-wrapper .swiper {
    max-width: 775px;
  }

  .panel-main .section {
    padding: 50px 20px;
  }

  .orders-wrap .itm .head .status {
    padding-left: 10px;
    margin-left: 10px;
  }

  .orders-wrap .itm .head .status .icn {
    margin-left: 10px;
  }

  .orders-wrap .itm .head .status .txt {
    font-size: 12px;
  }

  .orders-wrap .itm .head ul {
    flex: 1;
  }

  .orders-wrap .itm .head ul li {
    margin-left: 10px;
    padding-left: 10px;
  }

  .orders-wrap .itm .head ul li .txt2 {
    font-size: 13px;
  }

  .orders-wrap .itm .head ul li .txt {
    margin-left: 10px;
    font-size: 11px;
  }

  .orders-wrap .itm .head ul li .icn svg {
    width: 16px;
    height: 16px;
  }

  .section table td .number {
    font-size: 16px;
  }

  .favorites-section .itm {
    padding: 20px 15px;
  }

  .favorites-section .itm .price-wrap .price {
    font-size: 22px;
  }

  .favorites-section .itm .price-wrap .sym {
    font-size: 11px;
  }

  .favorites-section .itm .ttl {
    font-size: 14px;
  }

  .favorites-section .itm.itm-packeg .ttl {
    font-size: 12px;
  }

  .favorites-section .itm .add-all-cart .txt {
    font-size: 12px;
  }

  .favorites-section .itm .add-all-cart .add-c {
    margin-left: 10px;
  }

  .favorites-section .itm .remove-all .add-c {
    margin-left: 10px;
  }

  .favorites-section .itm .remove-all .txt {
    font-size: 12px;
  }

  .section.add-address-wrap {
    padding: 0 20px 0 0;
  }

  .mr-\[420px\] {
    margin-right: 283px;
  }

  .last-visits .itm .price-wrap .price {
    font-size: 22px;
  }

  .last-visits .itm .price-wrap .sym {
    font-size: 11px;
  }

  .podcasts-archive.podcasts-wrap .ttl {
    font-size: 15px;
  }

  .head-contents .number-products::after {
    left: -30px;
  }
}

@media (max-width: 1279px) {
  .swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .lazy-loader {
    opacity: 30%;
    visibility: visible;
  }

  .swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .post {
    opacity: 0;
    visibility: hidden;
  }

  .head-section .tab-wrap {
    overflow-y: hidden;
    height: 30px;
  }

  .head-section .tab-wrap .tabs {
    overflow-x: scroll;
    height: 40px;
  }

  .head-section .tab-wrap .separator {
    width: 30px;
  }

  .sidebar-single-pro .img-wrap .thumbnail::before {
    height: 85%;
  }

  .sidebar-single-pro .img-wrap .thumbnail::after {
    height: 95%;
    width: 80%;
  }

  .suggestions-posts .swiper-slide::after {
    left: 0;
  }

  .post-ar:nth-child(5n)::before {
    content: '';
  }

  .post-ar:nth-child(4n)::before {
    content: none;
  }

  .careers-tab .tabs-c li .ttl {
    font-size: 20px;
  }

  .main-offer .post-ar::before {
    left: -34px;
  }

  .main-offer .post-ar:nth-child(6n)::before {
    content: '' !important;
  }

  .payment-method .items-wrap .itm input[type="radio"]:checked + .select .icn {
    background-color: rgba(244, 249, 247, 0.5);
    opacity: 1;
  }

  .cart-main .sidebar .points-wrap img {
    width: 45px;
  }

  .site-features-about .itm .head {
    margin-bottom: 10px;
  }

  .site-features-about .itm .head .ttl {
    font-size: 14px;
  }

  .filter-wrapper .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .panel-main .section {
    padding: 30px 20px;
  }

  .favourites-wrapper .swiper {
    max-width: 610px;
  }

  .increase-balance::before {
    content: none;
  }

  .increase-balance .boxes-inner > .right-box .sec-body::after {
    bottom: -28px;
  }

  .score-wrap table tbody tr td:first-child,
  .financial-records table tbody tr td:first-child {
    max-width: 280px;
  }

  .section .sec-head .title {
    margin-left: 15px;
  }

  .section .sec-head .right-bx .icn {
    margin-left: 10px;
  }

  .section .sec-head {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .orders-wrap .itm .head ul li .txt2,
  .orders-wrap .itm .head ul li .txt,
  .orders-wrap .itm .head .status .txt {
    white-space: nowrap;
  }

  .orders-wrap .itm .head {
    overflow: hidden;
  }

  .reviews-wrap .itm {
    padding: 20px 15px;
  }

  .reviews-wrap .itm .thumbnail {
    margin-left: 10px;
  }

  .reviews-wrap .itm .title-wrap span {
    font-size: 12px;
  }

  .favorites-section .itm .foot .add-all-cart {
    order: 2;
  }

  .favorites-section .itm .foot .remove-all {
    order: 3;
  }

  .favorites-section .itm .foot .price-wrap {
    order: 1;
    flex: 0 0 100%;
    justify-content: end;
  }

  .favorites-section .itm .foot {
    flex-wrap: wrap;
  }

  .favorites-section .itm .itm-body {
    margin-bottom: 0;
  }

  .favorites-section .itm.itm-blog .itm-body {
    margin-bottom: 20px;
  }

  .favorites-section .itm.itm-packeg .ttl {
    line-height: 28px;
  }

  .favorites-section .itm.itm-blog .ttl {
    font-size: 12px;
  }

  .favorites-section .itm.itm-blog .title-wrap p {
    font-size: 12px;
  }

  .favorites-section .itm.itm-blog .title-wrap {
    margin-left: 10px;
  }

  .favorites-section .itm.itm-blog .img-wrap img {
    width: 106px;
    height: 72px;
    border-radius: 8px;
  }

  .address-section .itm {
    flex-wrap: wrap;
    padding: 25px 20px;
  }

  .address-section .itm .right-box {
    flex: 0 0 100%;
  }

  .address-section .itm .right-box .specifications {
    margin-bottom: 20px;
  }

  .address-section .itm .left-box {
    flex: 0 0 100%;
  }

  .address-section .itm .map img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }

  .add-address-wrap {
    flex-wrap: wrap;
  }

  .add-address-wrap .right-box {
    flex: 0 0 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .add-address-wrap .map {
    flex: 0 0 100%;
    max-width: unset;
    height: 300px;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
  }

  .add-address-wrap .map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }

  .ticket-wrap .body-head ul {
    margin-left: 15px;
  }

  .ticket-wrap .body-head ul li span {
    white-space: nowrap;
  }

  .mr-\[420px\] {
    margin-right: 202px;
  }

  .main-faq .contents-wrap .accordion-head {
    min-height: 60px;
  }

  .main-faq .contents-wrap .accordion-head .icon {
    width: 16px;
    height: 16px;
    margin-left: 15px;
  }

  .main-faq .accordion-head .icon::before {
    height: 14px;
    width: 2px;
  }

  .main-faq .accordion-head .icon::after {
    height: 2px;
    width: 14px;
  }

  .main-faq .contents-wrap .accordion-head .ttl {
    font-size: 14px;
  }

  .podcasts-archive .podcast {
    padding: 20px 15px;
  }

  .podcasts-archive .podcast .podcast-foot > span {
    margin-left: 10px;
  }

  .podcasts-archive .podcast .podcast-foot h2 {
    max-width: 220px;
  }

  .podcasts-archive .podcast .thumbnail {
    margin-left: 10px;
  }

  .podcasts-archive .audio-player__control {
    width: 65px;
    height: 65px;
  }

  .podcasts-archive .details {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .podcasts-archive .details .thumbnail img {
    width: 65px;
    height: 65px;
  }

  .podcasts-archive.podcasts-wrap .ttl {
    font-size: 14px;
  }

  .sidebar-single-pakage .bttm-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

  .sidebar-single-pakage .bttm-box .books-list {
    flex: 0 0 50%;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .sidebar-single-pakage .bttm-box .price-total {
    margin-right: auto;
    margin-bottom: 0;
    flex: 30%;
  }

  .sidebar-single-pakage .bttm-box .add-to-cart {
    margin-right: auto;
    font-size: 14px;
    height: 55px;
    width: 150px;
    margin-top: -70px;
  }

  .sidebar-single-pakage .bttm-box .add-to-cart svg {
    width: 14px;
    border-radius: 12px;
  }

  .pdf-btn {
    width: 200px;
  }

  .sidebar-left {
    display: none;
  }
}

@media (max-width: 1023px) {
  .swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .lazy-loader {
    opacity: 30%;
    visibility: visible;
  }

  .swiper-lazy-loader .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .post {
    opacity: 0;
    visibility: hidden;
  }

  .post::after {
    left: -20px;
  }

  .head-section .tab-wrap {
    max-width: 280px;
  }

  .single-pro-contents .head-contents .pro-rate::before {
    height: 55px;
  }

  .title-boxes .title-wrap li::before {
    bottom: 0;
  }

  .suggestions-wrap .box-body p {
    font-size: 12px;
  }

  .suggestions-wrap .ttl {
    font-size: 18px;
  }

  .suggestions-wrap .head-box .right-box a {
    font-size: 12px;
  }

  .suggestions-wrap .head-box .right-box a .icn {
    margin-left: 8px;
  }

  .suggestions-wrapper .suggestions-wrap .thumbnail {
    margin-bottom: 15px;
  }

  .suggestions-wrapper .suggestions-wrap .thumbnail img {
    width: 85px;
    height: 85px;
    border-radius: 12px;
  }

  .videos-wrapper {
    min-height: 357px;
    margin: 0 auto 40px;
  }

  .videos-wrapper .video-control {
    bottom: 10px;
  }

  .videos-wrapper .play-mov {
    width: 80px;
    height: 80px;
    line-height: 83px;
  }

  .videos-wrapper .play-mov svg {
    width: 20px;
    height: 20px;
  }

  .videos-wrapper .play-mov::before {
    width: 100px;
    height: 100px;
  }

  .videos-wrapper .play-mov::after {
    width: 130px;
    height: 130px;
  }

  .suggestions-wrap3 .ttl {
    font-size: 18px;
  }

  .specifications-wrapper .suggestions-wrap .thumbnail {
    margin-bottom: 0;
  }

  .products-specifications .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .post {
    opacity: 0;
    visibility: hidden;
  }

  .products-specifications .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .lazy-loader {
    opacity: 30%;
    visibility: visible;
  }

  .send-commet-wrap .right-box {
    padding: 25px 20px;
  }

  .send-commet-wrap textarea {
    padding: 12px 20px;
  }

  .comment-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 8px;
  }

  .breadcrumbs a {
    white-space: nowrap;
  }

  .information-box .list li:last-child {
    border-bottom-width: 1px;
  }

  .single-main .sidebar-right .share-wrap li .txt {
    display: none;
  }

  .single-main .sidebar-right .share-wrap li .icn {
    margin-right: 0;
  }

  .post-contents-wrapper .time::before {
    content: none;
  }

  .archive-main .selector-toggle2 {
    height: calc(100vh - 140px);
    max-width: 290px;
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    position: fixed;
    bottom: 60px;
    right: 15px;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 300ms ease-in-out;
    padding: 15px;
    box-shadow: 0px -2px 5px 3px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    transform: translate3d(0, 0, 0);
    border-radius: 12px 12px 0 0;
  }

  .selector-toggle2:not(.open) {
    transform: translateX(320px);
    opacity: 0;
  }

  .publishers-archive .itm {
    height: 80px;
  }

  .publishers-archive .itm img {
    width: 50px;
  }

  .publishers-archive {
    padding: 15px;
    padding-left: 0;
    border-radius: 12px;
  }

  .publishers-archive .swpr-btn-nxt {
    height: 121%;
    left: -16px;
  }

  .pagination-wrapper .pagination-wrap .page-numbers {
    max-height: 24px;
  }

  .blog-hero .items-wrap .itm {
    padding: 35px 30px 30px;
    height: 350px;
  }

  .blog-hero .itm img {
    width: 140px;
    height: 150px;
  }

  .careers-tab .tabs-c > li {
    padding: 15px;
    border-radius: 12px;
  }

  .careers-tab .tabs-c li .title-wrap {
    margin-bottom: 8px;
  }

  .careers-tab .tabs-c li .ttl {
    font-size: 13px;
  }

  .careers-tab .tabs-c li .foot ul li {
    margin-left: 10px;
  }

  .position {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin-left: 5px;
  }

  .digit {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }

  .countDiv {
    height: 38px;
  }

  #countdown2 .position {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin-left: 5px;
  }

  #countdown2 .digit {
    width: 35px;
    height: 35px;
    font-size: 22px;
    left: -3px;
    line-height: 39px;
  }

  #countdown2 .countDiv {
    height: 38px;
    margin-right: 2px;
  }

  .countdownHolder {
    width: -moz-max-content;
    width: max-content;
  }

  .contents-offer .breadcrumbs::after {
    content: none;
  }

  .contents-offer .breadcrumbs {
    flex-wrap: wrap;
  }

  .main-offer .post-ar:nth-child(3n)::before {
    content: none !important;
  }

  .main-offer .post-ar:nth-child(4n)::before {
    content: '' !important;
  }

  .main-offer .post-ar::before {
    left: -29px;
  }

  .cart-main .sidebar .points-wrap img {
    width: 70px;
  }

  .site-footer {
    clip-path: none;
  }

  .footer-sliders .bestselling .swiper {
    margin-right: 0;
    margin-left: auto;
  }

  .site-footer .confidence-wrap .head::after {
    width: auto;
    flex: 1;
    margin-right: 5px;
  }

  .filter-wrapper .img-wrap img {
    width: 45px;
  }

  .panel-header .wallet-balance::after {
    margin-right: 10px;
  }

  .panel-main .section {
    border-radius: 12px;
  }

  .my-recent-orders .boxes-inner .left-box .sec-body .itm img {
    width: 75px;
    height: 75px;
  }

  .favourites-wrapper .swiper {
    max-width: 580px;
  }

  .score-wrap table tbody tr td:first-child,
  .financial-records table tbody tr td:first-child {
    max-width: 220px;
  }

  .favorites-section .itm .foot .price-wrap {
    flex: unset;
    order: 3;
    margin-right: auto;
  }

  .favorites-section .itm .foot .remove-all {
    order: 2;
  }

  .favorites-section .itm .foot .add-all-cart {
    order: 1;
  }

  .favorites-section .itm .foot {
    margin-top: 15px;
  }

  .mr-\[420px\] {
    margin-right: 186px;
  }

  .main-faq .contents-wrap .accordion-head {
    padding: 0 15px;
  }

  .sidebar-faq .search-faq {
    min-height: 55px;
    border-radius: 12px;
  }

  .sidebar-faq .search-faq label {
    height: 55px;
  }

  .sidebar-faq .tabs li {
    border-radius: 12px;
  }

  .score-wrap table tr td:first-child {
    padding-right: 0;
  }

  .score-wrap table tr td:last-child {
    padding-left: 0;
  }

  .score-wrap .sec-head {
    padding-right: 0;
    padding-left: 0;
  }

  .sidebar-single-pakage .bttm-box {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  #package_itm_slider .swiper-button-next {
    left: 10px;
    width: 30px;
    height: 45px;
    border-radius: 8px;
  }

  #package_itm_slider .swiper-button-next svg {
    width: 10px;
    height: 10px;
  }

  #package_itm_slider .swiper-button-prev {
    right: 10px;
    width: 30px;
    height: 45px;
    border-radius: 8px;
  }

  #package_itm_slider .swiper-button-prev svg {
    width: 10px;
    height: 10px;
  }

  .sidebar-single-pakage .bttm-box .add-to-cart {
    border-radius: 12px;
  }

  .pdf-btn {
    width: 175px;
    bottom: -1px;
  }

  .head-contents .number-products .icn::before {
    width: 62px;
    height: 19px;
    bottom: 0;
  }

  .head-contents .number-products .icn::after {
    width: 45px;
    bottom: -6px;
  }

  .head-contents .number-products::after {
    left: -17px;
  }

  .suggestions-wrap3-sinp .logo-icon img {
    width: 25px;
    height: 25px;
  }

  .share-post-box ul li .txt {
    display: none;
  }

  .share-post-box ul li {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: 250px;
  }

  .head-section .container {
    flex-wrap: wrap;
  }

  .head-section .tab-wrap {
    order: 3;
    flex: 0 0 100%;
    max-width: unset;
    margin-top: 10px;
  }

  .packages-collection-wrapper .container-wrap {
    padding: 25px 20px;
  }

  .head-contents {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-wrap .tabs-wrap {
    overflow: hidden;
    height: 20px;
    display: flex;
    align-items: center;
  }

  .content-wrap .tabs-wrap .tabs {
    overflow: scroll;
    height: 40px;
  }

  .content-wrap .tabs-wrap .tabs li {
    white-space: nowrap;
  }

  .content-wrap .title-wrap li {
    white-space: nowrap;
  }

  .content-wrap .title-wrap {
    padding-left: 10px;
    margin-left: 10px;
  }

  .videos-wrapper {
    min-height: 270px;
  }

  .videos-wrapper .play-mov {
    width: 50px;
    height: 50px;
    line-height: 52px;
  }

  .videos-wrapper .play-mov svg {
    width: 15px;
    height: 15px;
  }

  .videos-wrapper .play-mov::before {
    width: 70px;
    height: 70px;
  }

  .videos-wrapper .play-mov::after {
    width: 90px;
    height: 90px;
  }

  .suggestions-wrap3 .center-box {
    display: none;
  }

  .specifications-wrapper {
    flex-wrap: wrap;
  }

  .specifications-wrapper > .right-box {
    flex: 0 0 100%;
  }

  .specifications-wrapper > .left-box {
    flex: 0 0 100%;
  }

  .comments .avatar {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    right: -55px;
  }

  .comments {
    padding-right: 50px;
  }

  .comments-product .comment>.children .comment {
    padding-right: 0;
  }

  .top-single .post-img img {
    height: 320px;
  }

  .top-single .bottom-box ul li:last-child {
    display: none;
  }

  .top-single .bottom-box ul li:nth-last-child(2) {
    margin-left: 0;
  }

  .post-content table {
    width: -moz-max-content;
    width: max-content;
  }

  .post-content table thead tr th {
    padding: 10px 15px;
    font-size: 13px;
  }

  .post-content table tbody tr td {
    padding: 10px 15px;
    font-size: 12px;
  }

  .archive-main .tab-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .archive-main .tab-wrap .tabs {
    max-width: 250px;
  }

  .post-ar:nth-child(4n)::before {
    content: '';
  }

  .post-ar:nth-child(3n)::before {
    content: none;
  }

  .post-ar .ttl {
    font-size: 13px;
  }

  .archive-main .tab-wrap {
    flex: 1;
  }

  .archive-main .tab-wrap .tabs {
    max-width: 100%;
  }

  .publishers-archive .itm {
    height: 60px;
  }

  .latest-posts-wrap .articles-wrap .article .bottom-box p {
    display: none;
  }

  .latest-posts-wrap .articles-wrap .article .bottom-box .ttl {
    max-width: unset;
    font-size: 14px;
    margin-left: 0;
  }

  .blog-hero .items-wrap .itm {
    padding: 35px 20px 30px;
    height: 330px;
  }

  .blog-hero .items-wrap .itm .ttl {
    font-size: 16px;
  }

  .careers-tab .tabs-c li .title-wrap .icn {
    display: none;
  }

  .careers-tab .tabs-c li .foot ul li {
    font-size: 10px;
  }

  .careers-tab .tabs-c li .title-wrap {
    margin-bottom: 0px;
  }

  .contents-offer .head-wrap .left-box {
    display: none;
  }

  .main-offer .post-ar::before {
    left: -13px;
  }

  .site-footer::before {
    height: 70px;
  }

  .site-footer {
    padding-top: 50px;
  }

  .ticks {
    padding: 0px 14px 0 4px;
  }

  .ticks > div:nth-child(1) {
    margin-left: 21px;
  }

  .ticks > div:nth-child(2) {
    margin-left: 20px;
  }

  .ticks > div:nth-child(4) {
    margin-left: 7px;
  }

  .ticks > div:nth-child(5) {
    margin-left: 13px;
  }

  .ticks > div:nth-child(6) {
    margin-left: 14px;
  }

  .ticks > div:nth-child(7) {
    margin-left: 28px;
  }

  .ticks > div:nth-child(8) {
    margin-left: 15px;
  }

  .ticks > div:nth-child(9) {
    margin-left: 23px;
  }

  .header-cart .levels-wrap .itm .icn::before {
    bottom: 1px;
    width: 18px;
    height: 14px;
  }

  .header-cart .levels-wrap .itm:nth-child(3) .icn::before {
    width: 18px;
    height: 18px;
  }

  .header-cart .levels-wrap .itm:nth-child(5) .icn::before {
    height: 18px;
  }

  .panel-header .wallet-balance {
    order: 3;
  }

  .panel-header .score {
    order: 4;
    margin-right: auto;
  }

  .panel-header .left-box {
    order: 2;
  }

  .panel-header .user-wrap {
    flex: unset;
  }

  .panel-header .score::after {
    content: none;
  }

  .favourites-wrapper .itm .thumbnail {
    margin-left: 10px;
  }

  .favourites-wrapper .itm .thumbnail img {
    width: 60px;
    height: 80px;
    border-radius: 8px;
  }

  .favourites-wrapper .itm .foot .add-c {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }

  .favourites-wrapper .itm .foot .add-c svg {
    width: 12px;
    height: 12px;
  }

  .favourites-wrapper .itm .foot .price {
    font-size: 18px;
  }

  .favourites-wrapper .swiper-slide-active .itm::after,
  .favourites-wrapper .swiper-slide-active+.swiper-slide .itm::after {
    height: 100%;
  }

  .favourites-wrapper .swiper {
    max-width: unset;
  }

  .increase-balance .left-box .input-wrap {
    padding: 0 15px;
    min-height: 50px;
    border-radius: 12px;
  }

  .increase-balance .left-box .input-wrap .sym {
    padding-right: 10px;
  }

  .increase-balance .left-box .input-wrap input {
    padding-left: 10px;
    font-size: 18px;
  }

  .increase-balance .left-box .btn {
    height: 50px;
    border-radius: 12px;
    font-size: 13px;
    width: 120px;
  }

  .increase-balance .secc-head .left-bx p {
    font-size: 10px;
  }

  .score-wrap table tbody tr td,
  .support-tickets table tbody tr td,
  .financial-records table tbody tr td {
    padding-left: 10px;
  }

  .score-wrap .pagination-wrap,
  .support-tickets .pagination-wrap,
  .financial-records .pagination-wrap {
    min-height: 60px;
  }

  .score-wrap .table-wrap,
  .support-tickets .table-wrap,
  .financial-records .table-wrap {
    overflow-x: scroll;
    margin-bottom: 15px;
  }

  .score-wrap .sec-body,
  .support-tickets.sec-body,
  .financial-records .sec-body {
    overflow: hidden;
    height: -moz-max-content;
    height: max-content;
  }

  .score-wrap table tbody tr td:first-child,
  .financial-records table tbody tr td:first-child {
    max-width: 288px;
  }

  .reviews-wrap .itm .head {
    flex-wrap: wrap;
  }

  .reviews-wrap .itm .head .left-box {
    order: 1;
    margin-bottom: 15px;
  }

  .reviews-wrap .itm .head .right-box {
    order: 2;
  }

  .favorites-section .sec-head .left-bx .add-all-cart {
    display: none;
  }

  .section .sec-head .tabs li {
    font-size: 11px;
  }

  .ticket-wrap .body-head ul li span {
    font-size: 12px;
  }

  .mr-\[420px\] {
    margin-right: 0;
  }

  .favourites-wrapper .swiper-button-next svg {
    margin-top: 0;
  }

  .selector-toggle {
    height: calc(100vh - 140px);
    max-width: 290px;
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    position: fixed;
    bottom: 85px;
    right: 15px;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 300ms ease-in-out;
    padding: 15px;
    box-shadow: 0px -2px 5px 3px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    transform: translate3d(0, 0, 0);
    border-radius: 12px;
  }

  .selector-toggle:not(.open) {
    transform: translateX(320px);
    opacity: 0;
  }

  .sidebar-faq .search-box {
    display: none;
  }

  .sidebar-single-pakage {
    display: block !important;
  }

  .sidebar-single-pakage .img-wrap {
    margin-bottom: 25px;
  }

  #package_itm_slider .swiper-button-next,
  #package_itm_slider .swiper-button-prev {
    display: none;
  }

  #package_itm_slider .swiper-slide .thumbnail {
    opacity: 1;
    visibility: visible;
  }

  #package_itm_slider .swiper-slide.swiper-slide-active ~ .swiper-slide::before {
    content: none;
  }

  .podcasts-wrap .ttl {
    font-size: 16px;
  }

  .podcasts-wrap .thumbnail {
    margin-left: 10px;
  }

  .podcasts-wrap .thumbnail img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }

  .publishers-archive .itm .icn {
    width: 30px;
    height: 40px;
    border-radius: 4px;
  }

  .send-commet-wrap{
    overflow: hidden;
  }

  .send-commet-wrap .left-box{
    order: 1;
    padding: 15px 12px 0;
  }

  .send-commet-wrap textarea{
    border-radius: 10px;
  }

  .send-commet-wrap .right-box .head{
    display: none;
  }

  .send-commet-wrap .right-box{
    padding: 15px 12px 25px;
  }

  .send-commet-wrap .send-btn{
    margin-top: 10px;
  }

  .commentlist>li:last-child {
    margin-bottom: 15px;
  }

  .comments .com-body{
    margin-bottom: 20px;
  }

  .logged-in .send-commet-wrap .left-box {
    padding: unset;
  }

  .logged-in .send-commet-wrap{
    overflow: unset;
  }

  .box-login .inner-elemans::before{
    display: none;
  }

  .box-login::before {
    display: none;
  }
}

@media (max-width: 639px) {
  #menu_lev {
    min-width: 290px;
    max-width: 290px;
  }

  ul.pushNav {
    padding: 30px 15px;
  }

  .cats-menu .head .right-b {
    font-size: 13px;
  }

  .cats-menu .head {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: 145px;
  }

  .site-hero .swiper-pagination-bullet {
    width: 20px;
    flex: unset;
  }

  .site-hero .right-box .swiper-slide {
    border-radius: 16px;
  }

  .site-hero .right-box .swiper-slide img {
    border-radius: 16px;
  }

  .site-hero .left-box .itm .bottom-box img {
    max-width: 100px;
  }

  .site-hero .left-box .itm .thumbnail img {
    max-width: 90px;
  }

  .publishers-wrap .swiper-slide {
    width: 136px;
  }

  .publishers-wrap .itm img {
    width: 50px;
  }

  .product-wrap .swiper-slide {
    width: 150px;
  }

  .post .thumbnail {
    margin-bottom: 20px;
  }

  .post .thumbnail img {
    height: 195px;
  }

  .post .thumbnail::before {
    height: 130px;
  }

  .post .thumbnail::after {
    height: 130px;
  }

  .post .ttl {
    font-size: 12px;
    padding-left: 0;
  }

  .post .add-c {
    width: 34px;
    height: 27px;
    border-radius: 8px;
  }

  .post .add-c svg {
    width: 10px;
    height: 10px;
  }

  .post .price {
    font-size: 14px;
  }

  .post .sym {
    font-size: 10px;
  }

  .head-section .title {
    font-size: 14px;
  }

  .head-section .right-box .icn {
    margin-left: 10px;
    width: 28px;
    height: 28px;
  }

  .head-section {
    margin-bottom: 20px;
  }

  .head-section .left-box a span:nth-child(1) {
    font-size: 12px;
    margin-left: 9px;
  }

  .head-section .left-box a .icn svg:nth-child(1) {
    width: 13px;
    height: 13px;
  }

  .head-section .left-box a .icn svg:nth-child(2) {
    width: 4px;
    height: 4px;
  }

  .head-section .tab-wrap .separator {
    display: none;
  }

  .head-section .right-box > span:last-child {
    font-size: 13px;
  }

  .product-wrap .itm.swiper-slide {
    width: 190px;
  }

  .post-cltn {
    padding: 20px 15px;
  }

  .post-cltn .img-slider {
    margin-bottom: 25px;
    height: 130px;
  }

  .post-cltn .ttl {
    font-size: 12px;
    padding: 0;
    margin-bottom: 15px;
  }

  .post-cltn .number-products {
    margin-bottom: 7px;
  }

  .post-cltn .number-products .num {
    font-size: 30px;
    line-height: 14px;
  }

  .post-cltn .number-products .icn svg {
    width: 25px;
  }

  .post-cltn .number-products .icn::before {
    width: 35px;
    height: 11px;
    bottom: 3px;
    border-radius: 6px;
  }

  .post-cltn .add-c {
    width: 34px;
    height: 27px;
    border-radius: 8px;
  }

  .post-cltn .add-c svg {
    width: 10px;
    height: 10px;
  }

  .post-cltn .price {
    font-size: 14px;
  }

  .post-cltn .sym {
    font-size: 10px;
  }

  .imge-collection img {
    width: 95px;
    height: 131px;
  }

  .packages-collection-wrapper .post-cltn .imge-collection .swiper-slide {
    width: 95px !important;
    height: 131px;
  }

  .packages-collection-wrapper .post-cltn .imge-collection {
    padding-bottom: 20px;
  }

  .packages-collection-wrapper {
    overflow-x: hidden;
  }

  .packages-collection-wrapper .product-wrap > .swiper {
    overflow: visible;
  }

  .packages-collection-wrapper .head-section .left-box a span:nth-child(1) {
    font-size: 11px;
    margin-left: 6px;
  }

  .packages-collection-wrapper .head-section .right-box .icn {
    margin-left: 3px;
  }

  .packages-collection-wrapper .head-section .title {
    font-size: 13px;
  }

  .blog-wrapper .head-section .title span:first-child {
    display: none;
  }

  .blog-wrapper .head-section .title span:last-child {
    display: inline-block;
    visibility: visible;
    width: -moz-max-content !important;
    width: max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .article .thumbnail img {
    height: 150px;
  }

  .articles-wrap .swiper-slide {
    width: 265px;
  }

  .article .top-box {
    margin-bottom: 15px;
  }

  .article .ttl {
    margin-left: 0;
    max-width: unset;
    font-size: 13px;
    text-align: justify;
  }

  .article .bottom-box p {
    display: none;
  }

  .article .time-wrap {
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 8px;
    height: 22px;
  }

  .article .time-wrap span:first-child {
    line-height: 12px;
    margin-left: 3px;
  }

  .article .time-wrap span:last-child {
    line-height: 12px;
    margin-top: -2px;
  }

  .article .time-wrap span:last-child svg {
    width: 12px;
    height: 12px;
    margin-top: -1px;
  }

  /* .site-top:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #0c2d5b;
  } */

  .sidebar-single-pro .img-wrap .thumbnail .shadow-bx {
    left: 4px;
  }

  .sidebar-single-pro .bttm-box {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: 100%;
    max-width: unset;
    flex-grow: 1;
  }

  .sidebar-single-pro .bttm-box .price-wrap {
    flex-direction: column;
    width: 100%;
    align-items: end;
    gap: 10px;
  }

  .sidebar.sidebar-single-pro .sidebar-inner{
    gap: 15px;
    justify-content: center;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-count {
    order: 2;
    border-radius: 8px;
    width: 100%;
    height: 40px;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-price {
    order: 1;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-price .price span:first-child {
    font-size: 19px;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-price .price span:last-child {
    font-size: 11px;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-price .discount-wrap .del {
    font-size: 16px;
    line-height: 16px;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-price .discount-wrap span:first-child {
    border-radius: 8px;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-price .discount-wrap span:first-child span:first-child {
    font-size: 13px;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-price .discount-wrap span:first-child svg {
    width: 8px;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-count input {
    width: auto;
    max-width: 100px;
    height: 40px;
    margin-top: 0;
  }

  .sidebar-single-pro .bttm-box .price-wrap .product-count .button-count {
    width: 25px;
    height: 25px;
    line-height: 28px;
  }

  .sidebar-single-pro .bttm-box .add-to-cart {
    width: 100%;
    max-width: 100%;
    height: 50px;
    border-radius: 8px;
  }

  .single-prodact-main .breadcrumbs {
    flex-wrap: wrap;
  }

  .single-prodact-main .breadcrumbs a {
    font-size: 11px;
  }

  .single-prodact-main .breadcrumbs a:nth-last-child(2)::after {
    content: none;
  }

  .single-prodact-main .breadcrumbs span {
    flex: 100%;
  }

  .head-contents .right-box {
    order: 2;
  }

  .head-contents .left-box {
    order: 1;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 15px;
  }

  .head-contents .right-box .title-wrap .title {
    font-size: 15px;
    line-height: 28px;
    order: 1;
    padding-left: 0;
    text-shadow: unset;
    margin-bottom: 15px;
  }

  .head-contents .right-box .title-wrap .pro-rate {
    margin-left: 0;
    order: 2;
    flex-direction: row-reverse;
    padding: 0;
    display: none;
  }

  .single-pro-contents .head-contents .pro-rate::before {
    right: -2px;
    top: 32%;
    width: 13px;
    height: 40px;
    box-shadow: 4px 0px 6px -4px #b5c3d5;
    transform: rotate(27deg) translateY(-50%);
  }

  .why-us-wrap ul {
    justify-content: space-between;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 15px;
    gap: 10px 33px;
  }

  .why-us-wrap ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: unset;
    padding: unset
  }

  .content-wrap .title-boxes .title-wrap li {
    background: #F7FAFB;
    border-radius: 3px;
    padding: 0;
  }

  .content-wrap .title-boxes .title-wrap li a{
    padding: 4px 3px;
    text-align: center;
    justify-content: center;
    color: #95ADB1;
    font-size: 12px;
  }

  .title-boxes .title-wrap li.active a {
    color: #3effb0;
  }

  .title-boxes .title-wrap li.active::before {
    display: none;
  }

  .content-wrap .title-boxes .title-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 4px;
    padding: 10px 0;
  }

  .comments .comment .content {
    padding: 20px 15px
  }

  .comments .avatar {
    right: 0;
    top: -31px;
  }

  .comments {
    padding-right: 0;
  }

  .comment>.children .comment {
    margin-top: 45px;
  }

  .comments .comment {
    margin-bottom: 45px;
  }

  .products-specifications .swiper-slide .post::after {
    left: -12px;
  }

  .suggestions-wrapper .suggestions-wrap .thumbnail img {
    width: 70px;
    height: 70px;
  }

  .videos-wrapper {
    min-height: 153px;
  }

  .video-timer {
    padding: 0 15px;
  }

  .video-timeline {
    padding: 0 15px;
    height: 3px;
    margin-bottom: 5px;
  }

  .video-timeline .progress-area {
    height: 3px;
  }

  .video-controls {
    padding: 0 15px;
  }

  .video-controls .options svg {
    width: 13px;
    height: 13px;
  }

  .options button {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .videos-wrapper .video-control {
    bottom: 5px;
  }

  .videos-wrapper {
    border-radius: 12px;
  }

  .videos-wrapper .cover {
    border-radius: 12px;
  }

  .videos-wrapper .cover::before {
    border-radius: 12px;
  }

  .sidebar-single-pro .img-wrap .thumbnail::after {
    right: -6px;
  }

  .sidebar-single-pro .img-wrap .thumbnail::before {
    right: -10px;
  }

  .information-box .description {
    margin-bottom: 15px;
  }

  .information-box .samples-wrap .itm {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-single .post-img img {
    height: 210px;
  }

  .top-single .post-img .author {
    display: flex;
    position: absolute;
    bottom: 10px;
    right: 15px;
  }

  .top-single .bottom-box .author {
    display: none;
  }

  .single-main .suggestions-wrap .thumbnail {
    margin-bottom: 15px;
    width: -moz-max-content;
    width: max-content;
  }

  .single-main .suggestions-wrap .thumbnail img {
    width: 85px;
    height: 85px;
  }

  .single-main .suggestions-wrap2 .head .ttl::after {
    bottom: 2px;
  }

  .single-main .suggestions-wrap3 .left-box img {
    width: 80px;
    height: 35px;
  }

  .single-main .suggestions-wrap3 .ttl {
    font-size: 16px;
  }

  .suggestions-posts .swiper-slide {
    width: 180px;
  }

  .suggestions-posts .swiper {
    margin: 0;
  }

  .suggestions-posts .swiper-slide::after {
    left: -9px;
    height: 90%;
  }

  .post-ar .thumbnail {
    margin-bottom: 15px;
  }

  .post-ar .thumbnail img {
    width: 100%;
  }

  .post-ar:nth-child(3n)::before {
    content: '';
  }

  .post-ar:nth-child(2n)::before {
    content: none;
  }

  .post-ar::before {
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
  }

  .post-ar .ttl {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .post-ar .add-c {
    width: 35px;
    height: 35px;
    border-radius: 8px;
  }

  .post-ar .add-c svg {
    width: 11px;
    height: 11px;
  }

  .publishers-archive .swpr-btn-nxt {
    height: 141%;
    left: -15px;
  }

  .publishers-archive .swiper-slide {
    width: 120px;
  }

  .publishers-archive .itm img {
    width: 40px;
  }

  .blog-hero .swiper-slide {
    width: 220px;
  }

  .blog-hero .swiper {
    overflow-x: visible;
  }

  .blog-hero {
    overflow: hidden;
  }

  .blog-hero .itm img {
    width: 110px;
    height: 120px;
  }

  .blog-hero .items-wrap .itm {
    height: 295px;
  }

  .blog-hero .itm .thumbnail .shadow-img {
    width: 150px;
    height: 150px;
  }

  .blog-hero .itm .thumbnail .shadow-img::before {
    width: 175px;
    height: 175px;
  }

  .blog-hero .itm .thumbnail .shadow-img::after {
    width: 200px;
    height: 200px;
  }

  .latest-posts-wrap .articles-wrap .article .thumbnail > img {
    height: 150px;
  }

  .post-quote .footer-box span:first-child {
    display: none;
  }

  .blog-hero .items-wrap .itm {
    height: 275px;
    padding-top: 15px;
  }

  .careers-tab .accordion .accordion-head .ttl {
    font-size: 12px;
  }

  .careers-tab .accordion .accordion-head .ttl::after {
    margin-right: 10px;
  }

  .careers-tab .accordion ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-offer .post-ar:nth-child(3n)::before {
    content: '' !important;
  }

  .main-offer .post-ar:nth-child(2n)::before {
    content: none !important;
  }

  .digit {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }

  .position {
    width: 25px;
    height: 25px;
    border-radius: 6px;
    margin-left: 3px;
  }

  .countDiv {
    display: inline-block;
    width: 10px;
    height: 26px;
    margin-left: 4px;
  }

  .countDiv:before, .countDiv:after {
    width: 4px;
    height: 4px;
  }

  .cart-main .payment-method .inventory img {
    width: 70px;
  }

  .head-section .right-box .icn img {
    width: 28px;
    height: 28px;
  }

  .head-section .right-box .icn::before {
    height: 22px;
    width: 22px;
  }

  .article .thumbnail .author-avatar {
    left: 9px;
  }

  .ticks {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }

  .ticks > div {
    position: absolute;
  }

  .ticks > div:nth-child(1) {
    bottom: 127%;
  }

  .ticks > div:nth-child(2) {
    right: 34px;
    top: 112%;
  }

  .ticks > div:nth-child(3) {
    bottom: 127%;
    right: 53px;
  }

  .ticks > div:nth-child(4) {
    right: 70px;
    top: 112%;
  }

  .ticks > div:nth-child(5) {
    bottom: 127%;
    right: 84px;
  }

  .ticks > div:nth-child(6) {
    right: 106px;
    top: 112%;
  }

  .ticks > div:nth-child(7) {
    bottom: 127%;
    right: 125px;
  }

  .ticks > div:nth-child(8) {
    right: 145px;
    top: 112%;
  }

  .ticks > div:nth-child(9) {
    right: 183px;
    bottom: 127%;
  }

  .ticks > div:nth-child(10) {
    right: 228px;
    top: 112%;
  }

  .ticks > div:nth-child(1):before,
  .ticks > div:nth-child(3):before,
  .ticks > div:nth-child(5):before,
  .ticks > div:nth-child(7):before,
  .ticks > div:nth-child(9):before {
    top: 47px;
  }

  .site-hero .right-box .swiper {
    border-radius: 12px;
  }

  .site-hero .right-box .swiper-slide {
    border-radius: 12px;
    height: 180px;
  }

  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: 180px;
  }

  .site-hero .right-box .swiper-slide img {
    border-radius: 12px;
  }

  .category-wrapper .itm {
    width: 213px;
  }

  .careers-main .head-page .img-wrap img {
    width: 60px;
  }

  .panel-header .user-wrap .avatar {
    margin-left: 10px;
  }

  .panel-header .wallet-balance::after {
    content: none;
  }

  .panel-header .score {
    margin-right: 0;
  }

  .section .sec-head .title {
    font-size: 13px;
    margin-left: 15px;
  }

  .section .sec-head .right-bx .icn {
    margin-left: 10px;
  }

  .section .sec-head .right-bx .icn svg {
    width: 15px;
    height: 15px;
  }

  .section .sec-head .left-bx a .txt {
    font-size: 11px;
    margin-left: 8px;
    margin-bottom: -3px;
  }

  .favourites-wrapper .swiper-slide-active .itm::after,
  .favourites-wrapper .swiper-slide-active+.swiper-slide .itm::after {
    content: none;
  }

  .favourites-wrapper .swiper-slide .itm {
    padding-left: 0;
  }

  .panel-main .section {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .section .sec-head {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .increase-balance .right-box .sec-body {
    width: auto;
    min-height: unset;
    padding: 25px 15px 15px;
    border-radius: 12px;
  }

  .increase-balance .right-box .sec-body .top-box {
    margin-bottom: 30px;
  }

  .increase-balance .right-box .sec-body .top-box img {
    width: 35px;
  }

  .increase-balance .right-box .sec-body .bottom-box .number-card span {
    font-size: 16px;
    margin-right: 10px;
    letter-spacing: 3px;
  }

  .increase-balance .boxes-inner > .right-box .sec-body::after {
    content: none;
  }

  .score-wrap .sec-head .left-bx .total-points img {
    width: 20px;
    height: 20px;
  }

  .orders-wrap .sec-head .left-bx {
    display: none;
  }

  .orders-wrap .sec-head .right-bx,
  .support-tickets .sec-head .right-bx,
  .favorites-section .sec-head .right-bx,
  .reviews-wrap .sec-head .right-bx {
    flex-wrap: wrap;
  }

  .orders-wrap .sec-head .right-bx .icn,
  .support-tickets .sec-head .right-bx .icn,
  .favorites-section .sec-head .right-bx .icn,
  .reviews-wrap .sec-head .right-bx .icn {
    margin-left: 0;
  }

  .orders-wrap .sec-head .right-bx .title,
  .support-tickets .sec-head .right-bx .title,
  .favorites-section .sec-head .right-bx .title,
  .reviews-wrap .sec-head .right-bx .title {
    margin-left: 0;
  }

  .orders-wrap .itm {
    padding: 20px 20px 15px;
  }

  .orders-wrap .itm .head {
    margin-bottom: 0;
  }

  .orders-wrap .itm .itm-body {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 110px;
  }

  .orders-wrap .itm .itm-body ul {
    flex-wrap: nowrap;
    overflow: scroll;
    height: 122px;
  }

  .reviews-wrap .itm .title-wrap span {
    margin-bottom: 5px;
  }

  .reviews-wrap .itm .title-wrap {
    flex: 1;
  }

  .reviews-wrap .itm .itm-body p {
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
  }

  .reviews-wrap .itm .head {
    margin-bottom: 15px;
  }

  .reviews-wrap .itm .head .left-box .status {
    margin-left: 10px;
  }

  .reviews-wrap .itm .head .left-box .status::after {
    margin-right: 10px;
  }

  .reviews-wrap .itm .head .left-box .status .txt {
    font-size: 12px;
  }

  .reviews-wrap .itm .head .left-box .status .icn {
    width: 20px;
    height: 20px;
    border-radius: 6px;
  }

  .reviews-wrap .itm .head .left-box .score .txt {
    font-size: 12px;
    margin-left: 10px;
  }

  .reviews-wrap .itm .head .left-box .score .icn {
    width: 16px;
    height: 16px;
  }

  .favorites-section .sec-head .left-bx .remove-all .txt {
    font-size: 11px;
    margin-left: 8px;
    white-space: nowrap;
  }

  .favorites-section .sec-head .left-bx .remove-all .add-c {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 22px;
    border-radius: 8px;
  }

  .favorites-section .sec-head {
    align-items: flex-start;
  }

  .favorites-section .itm .itm-body .logo-icn {
    display: none;
  }

  .favorites-section .itm .itm-body .title-wrap {
    flex: 1;
    margin-left: 10px;
  }

  .favorites-section .itm .thumbnail img {
    width: 57px;
    height: 75px;
  }

  .favorites-section .itm .foot .price-wrap {
    order: 1;
    flex: 0 0 100%;
  }

  .favorites-section .itm .foot .add-all-cart {
    order: 2;
    margin-left: 8px;
  }

  .favorites-section .itm .foot .add-all-cart::after {
    content: none;
  }

  .favorites-section .itm .foot .add-all-cart .add-c {
    width: 25px;
    height: 25px;
  }

  .favorites-section .itm .foot .add-all-cart .add-c svg {
    margin-right: 0;
  }

  .favorites-section .itm .foot .remove-all {
    order: 3;
  }

  .favorites-section .itm .foot .remove-all .add-c {
    width: 25px;
    height: 25px;
  }

  .favorites-section .itm.itm-packeg .foot {
    margin-top: 0;
  }

  .favorites-section .itm .img-wrap .thumbnail:nth-child(3) {
    transform: translateX(-84px) scale(0.75);
  }

  .favorites-section .itm-packeg .img-wrap {
    width: 80px;
  }

  .address-section .sec-head .left-bx .txt {
    font-size: 12px;
    margin-left: 10px;
  }

  .address-section .itm {
    padding: 10px 20px 20px;
  }

  .address-section .itm .foot {
    flex-wrap: wrap;
  }

  .address-section .itm .foot .default-adrs {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }

  .address-section .itm .foot .default-adrs::after {
    content: none;
  }

  .add-address-wrap .h-\[63px\],
  .send-ticket .h-\[63px\],
  .user-account-settings .h-\[63px\],
  .ticket-wrap .h-\[63px\] , 
  .select2{
    height: 50px;
  }

  .add-address-wrap .rounded-\[12px\],
  .send-ticket .rounded-\[12px\],
  .user-account-settings .rounded-\[12px\],
  .ticket-wrap .rounded-\[12px\] {
    border-radius: 8px;
  }

  .add-address-wrap .btn,
  .user-account-settings .btn,
  .send-ticket .btn {
    height: 55px;
    width: 120px;
    font-size: 14px;
    border-radius: 8px;
  }

  .section .nice-select {
    border-radius: 8px;
    line-height: 50px;
  }

  .support-tickets .sec-head {
    align-items: flex-start;
  }

  .support-tickets .sec-head .left-bx  .send-ticket .txt {
    font-size: 12px;
    margin-left: 8px;
    white-space: nowrap;
    display: none;
  }

  .support-tickets .min-h-\[63px\],
  .send-ticket .min-h-\[63px\] {
    min-height: 50px;
  }

  .last-visits .itm {
    padding: 20px 15px;
  }

  .last-visits .itm .thumbnail {
    margin-left: 10px;
  }

  .user-account-settings .btn {
    margin-left: 15px;
    height: 50px;
    width: 100px;
  }

  .address-section .itm .specifications {
    flex-wrap: wrap;
    gap: 10px;
  }

  .address-section .itm .specifications p {
    margin-left: 0;
  }

  .address-section .itm .specifications p span {
    font-size: 11px;
  }

  .address-section .itm .address-txt {
    font-size: 14px;
    line-height: 24px;
  }

  .my-recent-orders .boxes-inner .left-box .sec-body .itm img {
    width: 50px;
    height: 50px;
  }

  .my-recent-orders .boxes-inner .left-box .sec-body .itm {
    min-height: 150px;
  }

  .my-recent-orders .boxes-inner .right-box {
    overflow: hidden;
  }

  .section table th {
    padding-left: 15px;
  }

  .main-faq .contents-wrap .accordion-head {
    border-radius: 12px;
  }

  .main-faq .contents-wrap .accordion {
    border-radius: 12px;
  }

  .main-faq .contents-wrap .accordion-head .ttl {
    font-size: 12px;
    flex: 1;
  }

  .main-faq .contents-wrap .accordion-body p {
    font-size: 12px;
    text-align: justify;
  }

  .main-faq .contents-wrap .accordion-body {
    padding: 5px 15px 20px;
  }

  .main-faq .contents-wrap .accordion-body .foot {
    margin-top: 15px;
  }

  .main-faq .contents-wrap .accordion-body .foot .like {
    margin-left: 10px;
  }

  .main-faq .contents-wrap .accordion-body .foot .icon {
    margin-left: 10px;
  }

  .box-login .inner-elemans {
    padding: 0;
  }

  .box-login {
    border-radius: 12px;
  }

  .box-login button {
    height: 55px;
  }

  .post .discount,
  .post-ar .discount {
    display: block;
  }

  .podcasts-archive .podcast .podcast-foot {
    flex-wrap: wrap;
  }

  .podcasts-archive .podcast .podcast-foot > span {
    flex: 0 0 100%;
  }

  .podcasts-archive .podcast .podcast-foot h2 {
    max-width: 100%;
  }

  .podcasts-archive .podcast .audio-player{
    margin-bottom: 15px;
  }

  .search-box-podcast {
    max-width: 160px;
    height: 45px;
    border-radius: 12px;
  }

  .search-box-podcast input {
    width: 120px;
  }

  .podcat-wrap .title-page .title {
    font-size: 22px;
  }

  .podcat-wrap .title-page  {
    margin-bottom: 20px;
  }

  #package_itm_slider .swiper-slide {
    width: 115px;
  }

  .sidebar-single-pakage .bttm-box {
    max-width: 100%;
  }

  .sidebar-single-pakage .bttm-box .price-total {
    flex: 0 0 100%;
    margin-right: 0;
    width: 100%;
  }

  .sidebar-single-pakage .bttm-box .price-total li span {
    white-space: nowrap;
  }

  .sidebar-single-pakage .bttm-box .books-list {
    flex: 0 0 100%;
    width: 100%;
    display: none;
  }

  .sidebar-single-pakage .bttm-box .price-wrap {
    flex-direction: row;
    margin-bottom: 0;
    width: -moz-max-content;
    width: max-content;
    gap: 0;
  }

  .pdf-btn .txt-res {
    display: inline-block;
  }

  .pdf-btn .txt {
    display: none;
  }

  .sidebar-single-pakage .bttm-box .add-to-cart {
    margin-top: 0;
  }

  .head-contents .number-products::after {
    content: none
  }

  .box-report .center-box .img-wrap {
    width: 50px;
    height: 60px;
  }

  .box-report .center-box .img-wrap::before {
    width: 47px;
    bottom: 4px;
  }

  .section .tabs li.active::before {
    box-shadow: unset;
    background: unset;
  }

  .section .tabs li.active{
    background-color: #3effb0;
  }
}

@media (max-width: 400px) {
  .last-visits .itm {
    flex-wrap: wrap;
  }

  .last-visits .itm .thumbnail {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .last-visits .itm .itm-body {
    flex: 0 0 100%;
  }

  .last-visits .itm .foot {
    flex-wrap: wrap;
  }

  .last-visits .itm .add-all-cart {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .last-visits .itm .add-all-cart .add-c {
    margin-left: 10px;
  }

  .last-visits .itm .add-all-cart .txt {
    font-size: 12px;
  }

  .favorites-section .itm.itm-blog .itm-body {
    flex-wrap: wrap;
  }

  .favorites-section .itm.itm-body .title-wrap {
    flex: 0 0 100%;
    order: 2;
  }

  .favorites-section .itm.itm-body .title-wrap p {
    display: none;
  }

  .favorites-section .itm.itm-blog .itm-body .img-wrap {
    margin-bottom: 10px;
  }

  .contact-us-head .left-box img {
    width: 60px;
    height: 70px
  }

  .contact-us-main .map-wrap {
    border-radius: 15px;
  }
}

.floating-box {
  width: 100%;
  position: fixed;
  bottom: 10px;
  right: 0;
  left: 0;
  height: -moz-max-content;
  height: max-content;
  z-index: 20000;
  padding: 0 10px;
  display: none;
}

.floating-box .container {
  padding: 0;
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(0px 2px 0px #dce7e7);
  background: #fff;
  transition: all 0.3s;
}

.floating-box .account-box .button-ac span {
  display: block;
}

.floating-box .account-box .button-ac {
  width: auto;
  box-shadow: none;
  padding: 0;
  color: #535a60;
  display: flex;
}

.floating-box .center-box .user-wrap img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.menue-toggle {
  height: calc(100vh - 140px);
  max-width: 290px;
  width: 100%;
  overflow: auto;
  position: fixed;
  bottom: 60px;
  right: 15px;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 300ms ease-in-out;
  padding: 15px;
  box-shadow: 0px -2px 5px 3px rgba(0, 0, 0, 0.05);
  z-index: 1000;
  transform: translate3d(0, 0, 0);
  display: -ms-flexbox;
  display: box;
  display: flex;
  flex-direction: column;
  border-radius: 12px 12px 0 0;
}

.menue-toggle>ul {
  list-style: disc;
  padding-right: 15px;
}

.menue-toggle ul li {
  position: relative;
  color: #959a9e;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f1f2f4;
}

.menue-toggle ul .archive {
  box-shadow: none !important;
}

.menue-toggle .closebtn {
  position: absolute;
  left: 15px;
  cursor: pointer;
  top: 10px;
  font-size: 28px;
  color: #0634d2;
  font-weight: 700;
  z-index: 3500;
}

.menue-toggle:not(.open) {
  transform: translateX(320px);
  opacity: 0;
}

.menue-toggle .close-log-in {
  flex-wrap: nowrap;
  align-items: center;
}

.menue-toggle .close-log-in .close {
  margin-left: -20px;
}

.menue-toggle .close-log-in .log-in {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.menue-toggle .close-log-in .log-in a {
  font-size: 16px;
}

.menue-toggle .off-canvas-menu-top {
  position: relative;
  display: -ms-flexbox;
  display: box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: table;
  margin: 0 auto 25px;
}

.menue-toggle .off-canvas-menu-top .closebtn {
  margin-right: auto;
  font-size: 22px;
  text-align: left;
  order: 1;
}

.menue-toggle .off-canvas-menu-top .logo-responsive {
  display: table;
  margin-bottom: 30px;
}

.menue-toggle .off-canvas-menu-top form button svg {
  width: 20px;
  height: 20px;
  fill: #000;
}

.menue-toggle .offcanvas-menu-toggleable {
  font-size: 16px;
  list-style: none;
}

.menue-toggle .offcanvas-menu-toggleable>li a {
  padding: 14px 0;
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  color: #626570;
  font-size: 15px;
  font-weight: 500;
}

.menue-toggle .offcanvas-menu-toggleable>li a:hover,
.menue-toggle .offcanvas-menu-toggleable>li a:active {
  color: #cea640;
}

.menue-toggle .offcanvas-menu-toggleable>li>ul {
  display: none;
  list-style: none;
  margin: 0;
  line-height: 41px;
  padding: 22px 0px;
  padding-right: 30px;
}

.menue-toggle .offcanvas-menu-toggleable>li>ul>li {
  padding: 0;
  margin: 0;
  position: relative;
}

.menue-toggle .offcanvas-menu-toggleable>li>ul a {
  font-size: 14px;
  color: #626570;
  font-weight: 400;
  border-bottom: none;
  padding: 0;
}

.menue-toggle .offcanvas-menu-toggleable>li.menu-item-has-children>a:before {
  content: '+';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  transform: rotate(45deg) translate(0, 0, 0);
  transform-origin: 50% 50%;
  left: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #7e818d;
  border-radius: 100%;
  line-height: 18px;
  text-align: center;
  font-weight: 300;
  display: inline-block;
  transition: all 200ms ease-in-out;
}

.menue-toggle .offcanvas-menu-toggleable>li.menu-item-has-children.open>a:before {
  transform: rotate(45deg);
}

.menue-toggle form {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.menue-toggle form input {
  width: 100%;
  height: 39px;
  padding-right: 10px;
  border-radius: 5px;
  border: 1px solid #d1d9e4;
  background-color: #fff;
  color: #848794;
  font-size: 13px;
  font-weight: 500;
}

.menue-toggle form button {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  line-height: 37px;
  border: 0;
  border-radius: 5px 0 0 5px;
  background-color: #f8ac22;
}

.menue-toggle form button svg {
  margin: auto;
  fill: #fff;
}

.offCanvas {
  overflow: hidden;
}

.responsive-menu .container {
  display: -ms-flexbox;
  display: box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.catgory-menue-toggle ul li {
  flex-wrap: wrap;
  transition: all 300ms ease;
  justify-content: space-between;
}

.catgory-menue-toggle ul li svg {
  width: 9px;
  height: 9px;
  fill: #989ca0;
}

.catgory-menue-toggle ul > li > ul  {
  flex: 0 0 100%;
  display: none;
  padding-right: 15px ;
}

.catgory-menue-toggle ul > li > ul > li:last-child {
  border: none;
}

.catgory-menue-toggle ul>li.open > ul {
  display: block;
}

.menue-toggle .off-canvas-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}

.menue-toggle .off-canvas-menu-top .closebtn {
  position: static;
  order: unset;
  margin-right: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border-radius: 10px;
  border: 2px solid #14396c;
  text-align: center;
  color: #14396c;
}

.menue-toggle .off-canvas-menu-top .logo-responsive {
  margin-bottom: 0;
}

.menue-toggle ul li {
  border: none;
  display: block;
  cursor: pointer;
  padding: 10px 0;
}

.menue-toggle .cat-wrap ul > li > .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menue-toggle .cat-wrap ul > li {
  color: #14396c;
  font-size: 13px;
}

.menue-toggle .cat-wrap > ul > li {
  border-bottom: 1px solid #d1d9e767;
}

.menue-toggle .cat-wrap ul > li a {
  color: #14396c5d;
  transition: all 300ms ease-in-out;
}

.menue-toggle .cat-wrap ul > li .head .icn svg {
  fill: #14396c;
}

.menue-toggle .cat-wrap ul > li:hover > .head {
  color: #3efdaf;
}

.menue-toggle .cat-wrap ul li.open > .head .icn svg {
  transform: rotate(-90deg);
  fill: #3efdaf;
}

.menue-toggle .cat-wrap ul > li a:hover {
  color: #0735d3;
}

.menue-toggle .cat-wrap ul > li > ul {
  display: none;
  background-color: #f6f6f6;
  margin: 20px -35px 20px;
  padding: 20px 55px 20px 35px;
  position: relative;
}

.menue-toggle .cat-wrap ul > li > ul::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  background-color: #dbdddf;
  width: 2px;
  height: 89%;
  transform: translateY(-50%);
}

.menue-toggle .offcanvas-menu-toggleable.open > li > ul {
  display: block;
}

.menue-toggle .cat-wrap ul > li > ul > li > ul {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 1023px) {
  .floating-box {
    display: block;
  }
}

.placeholder\:text-right::-moz-placeholder {
  text-align: right;
}

.placeholder\:text-right::placeholder {
  text-align: right;
}

.placeholder\:text-\[13px\]::-moz-placeholder {
  font-size: 13px;
}

.placeholder\:text-\[13px\]::placeholder {
  font-size: 13px;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-bottom-\[15px\]::before {
  content: var(--tw-content);
  bottom: -15px;
}

.before\:-left-\[2px\]::before {
  content: var(--tw-content);
  left: -2px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:top-\[3px\]::before {
  content: var(--tw-content);
  top: 3px;
}

.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}

.before\:h-\[12px\]::before {
  content: var(--tw-content);
  height: 12px;
}

.before\:h-\[3px\]::before {
  content: var(--tw-content);
  height: 3px;
}

.before\:h-\[46px\]::before {
  content: var(--tw-content);
  height: 46px;
}

.before\:w-\[34px\]::before {
  content: var(--tw-content);
  width: 34px;
}

.before\:w-\[46px\]::before {
  content: var(--tw-content);
  width: 46px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:-translate-x-\[47\%\]::before {
  content: var(--tw-content);
  --tw-translate-x: -47%;
  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));
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}

.before\:rounded-\[15px\]::before {
  content: var(--tw-content);
  border-radius: 15px;
}

.before\:rounded-\[20px\]::before {
  content: var(--tw-content);
  border-radius: 20px;
}

.before\:rounded-\[3px\]::before {
  content: var(--tw-content);
  border-radius: 3px;
}

.before\:bg-\[rgb\(243\2c 245\2c 247\)\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 247 / var(--tw-bg-opacity));
}

.before\:bg-color-c2::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(62 255 176 / var(--tw-bg-opacity));
}

.before\:opacity-70::before {
  content: var(--tw-content);
  opacity: 0.7;
}

.before\:blur-\[6px\]::before {
  content: var(--tw-content);
  --tw-blur: blur(6px);
  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);
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:mr-\[15px\]::after {
  content: var(--tw-content);
  margin-right: 15px;
}

.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:h-\[17px\]::after {
  content: var(--tw-content);
  height: 17px;
}

.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}

.after\:bg-\[\#d9e0ea\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(217 224 234 / var(--tw-bg-opacity));
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:rounded-\[12px\]:hover {
  border-radius: 12px;
}

.hover\:bg-\[\#29cd8d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 205 141 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media not all and (min-width: 1536px) {
  .max-2xl\:left-\[25px\] {
    left: 25px;
  }

  .max-2xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-2xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .max-2xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-2xl\:-mr-\[10px\] {
    margin-right: -10px;
  }

  .max-2xl\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .max-2xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .max-2xl\:ml-\[10px\] {
    margin-left: 10px;
  }

  .max-2xl\:ml-\[15px\] {
    margin-left: 15px;
  }

  .max-2xl\:ml-\[5px\] {
    margin-left: 5px;
  }

  .max-2xl\:mr-0 {
    margin-right: 0px;
  }

  .max-2xl\:mr-auto {
    margin-right: auto;
  }

  .max-2xl\:h-\[15px\] {
    height: 15px;
  }

  .max-2xl\:h-\[20px\] {
    height: 20px;
  }

  .max-2xl\:h-\[40px\] {
    height: 40px;
  }

  .max-2xl\:h-\[45px\] {
    height: 45px;
  }

  .max-2xl\:h-\[65px\] {
    height: 65px;
  }

  .max-2xl\:h-\[70px\] {
    height: 70px;
  }

  .max-2xl\:w-\[15px\] {
    width: 15px;
  }

  .max-2xl\:w-\[19px\] {
    width: 19px;
  }

  .max-2xl\:w-\[20px\] {
    width: 20px;
  }

  .max-2xl\:w-\[30px\] {
    width: 30px;
  }

  .max-2xl\:w-\[35px\] {
    width: 35px;
  }

  .max-2xl\:w-\[40px\] {
    width: 40px;
  }

  .max-2xl\:w-\[857px\] {
    width: 857px;
  }

  .max-2xl\:w-\[90px\] {
    width: 90px;
  }

  .max-2xl\:w-\[95px\] {
    width: 95px;
  }

  .max-2xl\:w-full {
    width: 100%;
  }

  .max-2xl\:max-w-\[110px\] {
    max-width: 110px;
  }

  .max-2xl\:max-w-\[200px\] {
    max-width: 200px;
  }

  .max-2xl\:max-w-\[235px\] {
    max-width: 235px;
  }

  .max-2xl\:max-w-\[284px\] {
    max-width: 284px;
  }

  .max-2xl\:max-w-\[350px\] {
    max-width: 350px;
  }

  .max-2xl\:max-w-\[390px\] {
    max-width: 390px;
  }

  .max-2xl\:max-w-\[900px\] {
    max-width: 900px;
  }

  .max-2xl\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .max-2xl\:justify-between {
    justify-content: space-between;
  }

  .max-2xl\:gap-\[10px\] {
    gap: 10px;
  }

  .max-2xl\:gap-\[15px\] {
    gap: 15px;
  }

  .max-2xl\:gap-\[18px\] {
    gap: 18px;
  }

  .max-2xl\:gap-\[20px\] {
    gap: 20px;
  }

  .max-2xl\:gap-\[30px\] {
    gap: 30px;
  }

  .max-2xl\:gap-\[35px\] {
    gap: 35px;
  }

  .max-2xl\:rounded-\[12px\] {
    border-radius: 12px;
  }

  .max-2xl\:border-b-\[3px\] {
    border-bottom-width: 3px;
  }

  .max-2xl\:p-\[40px\] {
    padding: 40px;
  }

  .max-2xl\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-2xl\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-2xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .max-2xl\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .max-2xl\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .max-2xl\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .max-2xl\:pl-\[25px\] {
    padding-left: 25px;
  }

  .max-2xl\:pr-0 {
    padding-right: 0px;
  }

  .max-2xl\:pr-\[18px\] {
    padding-right: 18px;
  }

  .max-2xl\:text-\[13px\] {
    font-size: 13px;
  }

  .max-2xl\:text-\[16px\] {
    font-size: 16px;
  }

  .max-2xl\:text-\[19px\] {
    font-size: 19px;
  }

  .max-2xl\:text-\[22px\] {
    font-size: 22px;
  }

  .max-2xl\:text-\[25px\] {
    font-size: 25px;
  }

  .max-2xl\:text-\[26px\] {
    font-size: 26px;
  }

  .max-2xl\:text-\[35px\] {
    font-size: 35px;
  }

  .max-2xl\:text-\[38px\] {
    font-size: 38px;
  }

  .max-2xl\:text-\[65px\] {
    font-size: 65px;
  }

  .max-2xl\:text-\[9px\] {
    font-size: 9px;
  }

  .max-2xl\:leading-\[24px\] {
    line-height: 24px;
  }

  .max-2xl\:leading-\[40px\] {
    line-height: 40px;
  }

  .max-2xl\:before\:h-\[40px\]::before {
    content: var(--tw-content);
    height: 40px;
  }

  .max-2xl\:before\:w-\[40px\]::before {
    content: var(--tw-content);
    width: 40px;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:static {
    position: static;
  }

  .max-xl\:absolute {
    position: absolute;
  }

  .max-xl\:left-0 {
    left: 0px;
  }

  .max-xl\:top-0 {
    top: 0px;
  }

  .max-xl\:top-\[66px\] {
    top: 66px;
  }

  .max-xl\:z-10 {
    z-index: 10;
  }

  .max-xl\:order-1 {
    order: 1;
  }

  .max-xl\:order-2 {
    order: 2;
  }

  .max-xl\:order-3 {
    order: 3;
  }

  .max-xl\:order-4 {
    order: 4;
  }

  .max-xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .max-xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .max-xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .max-xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .max-xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .max-xl\:mb-0 {
    margin-bottom: 0px;
  }

  .max-xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .max-xl\:ml-\[10px\] {
    margin-left: 10px;
  }

  .max-xl\:ml-\[15px\] {
    margin-left: 15px;
  }

  .max-xl\:ml-\[20px\] {
    margin-left: 20px;
  }

  .max-xl\:ml-\[6px\] {
    margin-left: 6px;
  }

  .max-xl\:mt-\[30px\] {
    margin-top: 30px;
  }

  .max-xl\:block {
    display: block;
  }

  .max-xl\:flex {
    display: flex;
  }

  .max-xl\:grid {
    display: grid;
  }

  .max-xl\:h-\[14px\] {
    height: 14px;
  }

  .max-xl\:h-\[50px\] {
    height: 50px;
  }

  .max-xl\:h-\[55px\] {
    height: 55px;
  }

  .max-xl\:h-full {
    height: 100%;
  }

  .max-xl\:min-h-\[120px\] {
    min-height: 120px;
  }

  .max-xl\:w-\[105px\] {
    width: 105px;
  }

  .max-xl\:w-\[130px\] {
    width: 130px;
  }

  .max-xl\:w-\[14px\] {
    width: 14px;
  }

  .max-xl\:w-\[639px\] {
    width: 639px;
  }

  .max-xl\:w-full {
    width: 100%;
  }

  .max-xl\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .max-xl\:max-w-\[220px\] {
    max-width: 220px;
  }

  .max-xl\:max-w-\[40\%\] {
    max-width: 40%;
  }

  .max-xl\:max-w-\[700px\] {
    max-width: 700px;
  }

  .max-xl\:max-w-full {
    max-width: 100%;
  }

  .max-xl\:flex-100 {
    flex: 0 0 100%;
  }

  .max-xl\:flex-\[0_0_45\%\] {
    flex: 0 0 45%;
  }

  .max-xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .max-xl\:flex-col {
    flex-direction: column;
  }

  .max-xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-xl\:items-center {
    align-items: center;
  }

  .max-xl\:justify-center {
    justify-content: center;
  }

  .max-xl\:gap-\[15px\] {
    gap: 15px;
  }

  .max-xl\:gap-\[20px\] {
    gap: 20px;
  }

  .max-xl\:gap-\[25px\] {
    gap: 25px;
  }

  .max-xl\:gap-\[30px\] {
    gap: 30px;
  }

  .max-xl\:gap-\[64px\] {
    gap: 64px;
  }

  .max-xl\:rounded-\[12px\] {
    border-radius: 12px;
  }

  .max-xl\:rounded-\[8px\] {
    border-radius: 8px;
  }

  .max-xl\:border-t-\[4px\] {
    border-top-width: 4px;
  }

  .max-xl\:border-\[\#f5f8fb\] {
    --tw-border-opacity: 1;
    border-color: rgb(245 248 251 / var(--tw-border-opacity));
  }

  .max-xl\:bg-color-c2 {
    --tw-bg-opacity: 1;
    background-color: rgb(62 255 176 / var(--tw-bg-opacity));
  }

  .max-xl\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-xl\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .max-xl\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .max-xl\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .max-xl\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .max-xl\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .max-xl\:pt-\[15px\] {
    padding-top: 15px;
  }

  .max-xl\:text-\[11px\] {
    font-size: 11px;
  }

  .max-xl\:text-\[13px\] {
    font-size: 13px;
  }

  .max-xl\:text-\[14px\] {
    font-size: 14px;
  }

  .max-xl\:text-\[18px\] {
    font-size: 18px;
  }

  .max-xl\:text-\[20px\] {
    font-size: 20px;
  }

  .max-xl\:text-\[25px\] {
    font-size: 25px;
  }

  .max-xl\:text-\[26px\] {
    font-size: 26px;
  }

  .max-xl\:text-\[28px\] {
    font-size: 28px;
  }

  .max-xl\:text-\[30px\] {
    font-size: 30px;
  }

  .max-xl\:text-\[32px\] {
    font-size: 32px;
  }

  .max-xl\:text-\[40px\] {
    font-size: 40px;
  }

  .max-xl\:font-bold {
    font-weight: 700;
  }

  .max-xl\:leading-\[50px\] {
    line-height: 50px;
  }

  .max-xl\:opacity-0 {
    opacity: 0;
  }

  .max-xl\:opacity-30 {
    opacity: 0.3;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:static {
    position: static;
  }

  .max-lg\:sticky {
    position: sticky;
  }

  .max-lg\:left-1\/2 {
    left: 50%;
  }

  .max-lg\:top-20 {
    top: 5rem;
  }

  .max-lg\:order-1 {
    order: 1;
  }

  .max-lg\:order-2 {
    order: 2;
  }

  .max-lg\:order-3 {
    order: 3;
  }

  .max-lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .max-lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .max-lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .max-lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .max-lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .max-lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .max-lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .max-lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-lg\:mb-0 {
    margin-bottom: 0px;
  }

  .max-lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-lg\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .max-lg\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .max-lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .max-lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .max-lg\:ml-\[10px\] {
    margin-left: 10px;
  }

  .max-lg\:ml-\[15px\] {
    margin-left: 15px;
  }

  .max-lg\:ml-\[18px\] {
    margin-left: 18px;
  }

  .max-lg\:ml-\[35px\] {
    margin-left: 35px;
  }

  .max-lg\:ml-auto {
    margin-left: auto;
  }

  .max-lg\:mr-0 {
    margin-right: 0px;
  }

  .max-lg\:mr-\[5px\] {
    margin-right: 5px;
  }

  .max-lg\:mr-auto {
    margin-right: auto;
  }

  .max-lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .max-lg\:block {
    display: block;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:grid {
    display: grid;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-\[40px\] {
    height: 40px;
  }

  .max-lg\:h-\[50px\] {
    height: 50px;
  }

  .max-lg\:h-auto {
    height: auto;
  }

  .max-lg\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .max-lg\:w-\[20px\] {
    width: 20px;
  }

  .max-lg\:w-\[73px\] {
    width: 73px;
  }

  .max-lg\:w-auto {
    width: auto;
  }

  .max-lg\:w-full {
    width: 100%;
  }

  .max-lg\:max-w-\[200px\] {
    max-width: 200px;
  }

  .max-lg\:max-w-\[350px\] {
    max-width: 350px;
  }

  .max-lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .max-lg\:max-w-full {
    max-width: 100%;
  }

  .max-lg\:flex-100 {
    flex: 0 0 100%;
  }

  .max-lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .max-lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .max-lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .max-lg\:flex-row {
    flex-direction: row;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:justify-between {
    justify-content: space-between;
  }

  .max-lg\:gap-0 {
    gap: 0px;
  }

  .max-lg\:gap-\[10px\] {
    gap: 10px;
  }

  .max-lg\:gap-\[15px\] {
    gap: 15px;
  }

  .max-lg\:gap-\[20px\] {
    gap: 20px;
  }

  .max-lg\:gap-\[30px\] {
    gap: 30px;
  }

  .max-lg\:gap-\[53px\] {
    gap: 53px;
  }

  .max-lg\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .max-lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .max-lg\:rounded-\[12px\] {
    border-radius: 12px;
  }

  .max-lg\:rounded-\[8px\] {
    border-radius: 8px;
  }

  .max-lg\:border-b-\[2px\] {
    border-bottom-width: 2px;
  }

  .max-lg\:border-none {
    border-style: none;
  }

  .max-lg\:border-\[\#f4f9f7\] {
    --tw-border-opacity: 1;
    border-color: rgb(244 249 247 / var(--tw-border-opacity));
  }

  .max-lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .max-lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .max-lg\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .max-lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .max-lg\:px-\[90px\] {
    padding-left: 90px;
    padding-right: 90px;
  }

  .max-lg\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .max-lg\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .max-lg\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .max-lg\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .max-lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-lg\:pl-\[15px\] {
    padding-left: 15px;
  }

  .max-lg\:pr-\[10px\] {
    padding-right: 10px;
  }

  .max-lg\:pt-\[30px\] {
    padding-top: 30px;
  }

  .max-lg\:pt-\[90px\] {
    padding-top: 90px;
  }

  .max-lg\:text-\[12px\] {
    font-size: 12px;
  }

  .max-lg\:text-\[13px\] {
    font-size: 13px;
  }

  .max-lg\:text-\[18px\] {
    font-size: 18px;
  }

  .max-lg\:text-\[20px\] {
    font-size: 20px;
  }

  .max-lg\:text-\[22px\] {
    font-size: 22px;
  }

  .max-lg\:text-\[23px\] {
    font-size: 23px;
  }

  .max-lg\:text-\[24px\] {
    font-size: 24px;
  }

  .max-lg\:text-\[28px\] {
    font-size: 28px;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .max-md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .max-md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .max-md\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .max-md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .max-md\:ml-\[15px\] {
    margin-left: 15px;
  }

  .max-md\:mr-0 {
    margin-right: 0px;
  }

  .max-md\:mr-auto {
    margin-right: auto;
  }

  .max-md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .max-md\:block {
    display: block;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-\[100px\] {
    height: 100px;
  }

  .max-md\:h-\[14px\] {
    height: 14px;
  }

  .max-md\:h-\[18px\] {
    height: 18px;
  }

  .max-md\:h-\[250px\] {
    height: 250px;
  }

  .max-md\:h-\[300px\] {
    height: 300px;
  }

  .max-md\:h-\[35px\] {
    height: 35px;
  }

  .max-md\:h-\[45px\] {
    height: 45px;
  }

  .max-md\:min-h-\[45px\] {
    min-height: 45px;
  }

  .max-md\:min-h-\[90px\] {
    min-height: 90px;
  }

  .max-md\:w-\[100px\] {
    width: 100px;
  }

  .max-md\:w-\[14px\] {
    width: 14px;
  }

  .max-md\:w-\[18px\] {
    width: 18px;
  }

  .max-md\:w-\[35px\] {
    width: 35px;
  }

  .max-md\:w-\[475px\] {
    width: 475px;
  }

  .max-md\:min-w-\[45px\] {
    min-width: 45px;
  }

  .max-md\:max-w-\[540px\] {
    max-width: 540px;
  }

  .max-md\:max-w-full {
    max-width: 100%;
  }

  .max-md\:flex-100 {
    flex: 0 0 100%;
  }

  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-md\:justify-between {
    justify-content: space-between;
  }

  .max-md\:gap-\[24px\] {
    gap: 24px;
  }

  .max-md\:gap-\[30px\] {
    gap: 30px;
  }

  .max-md\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .max-md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .max-md\:text-\[12px\] {
    font-size: 12px;
  }

  .max-md\:text-\[13px\] {
    font-size: 13px;
  }

  .max-md\:text-\[16px\] {
    font-size: 16px;
  }

  .max-md\:text-\[18px\] {
    font-size: 18px;
  }

  .max-md\:text-\[22px\] {
    font-size: 22px;
  }

  .max-md\:text-\[24px\] {
    font-size: 24px;
  }

  .max-md\:text-\[26px\] {
    font-size: 26px;
  }

  .max-md\:text-\[30px\] {
    font-size: 30px;
  }

  .max-md\:text-\[32px\] {
    font-size: 32px;
  }

  .max-md\:leading-\[21px\] {
    line-height: 21px;
  }

  .max-md\:leading-\[45px\] {
    line-height: 45px;
  }

  .max-md\:leading-\[49px\] {
    line-height: 49px;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:absolute {
    position: absolute;
  }

  .max-sm\:bottom-\[6px\] {
    bottom: 6px;
  }

  .max-sm\:left-4 {
    left: 1rem;
  }

  .max-sm\:order-1 {
    order: 1;
  }

  .max-sm\:order-2 {
    order: 2;
  }

  .max-sm\:order-3 {
    order: 3;
  }

  .max-sm\:order-4 {
    order: 4;
  }

  .max-sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .max-sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .max-sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .max-sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .max-sm\:mb-0 {
    margin-bottom: 0px;
  }

  .max-sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .max-sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .max-sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .max-sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .max-sm\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .max-sm\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .max-sm\:mb-\[14px\] {
    margin-bottom: 14px;
  }

  .max-sm\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .max-sm\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .max-sm\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .max-sm\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .max-sm\:mb-\[3px\] {
    margin-bottom: 3px;
  }

  .max-sm\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .max-sm\:mb-\[45px\] {
    margin-bottom: 45px;
  }

  .max-sm\:mb-\[5px\] {
    margin-bottom: 5px;
  }

  .max-sm\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .max-sm\:ml-0 {
    margin-left: 0px;
  }

  .max-sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .max-sm\:ml-\[10px\] {
    margin-left: 10px;
  }

  .max-sm\:ml-\[15px\] {
    margin-left: 15px;
  }

  .max-sm\:mt-\[15px\] {
    margin-top: 15px;
  }

  .max-sm\:mt-\[30px\] {
    margin-top: 30px;
  }

  .max-sm\:mt-\[35px\] {
    margin-top: 35px;
  }

  .max-sm\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .max-sm\:block {
    display: block;
  }

  .max-sm\:flex {
    display: flex;
  }

  .max-sm\:inline-flex {
    display: inline-flex;
  }

  .max-sm\:grid {
    display: grid;
  }

  .max-sm\:hidden {
    display: none;
  }

  .max-sm\:h-14 {
    height: 3.5rem;
  }

  .max-sm\:h-\[13px\] {
    height: 13px;
  }

  .max-sm\:h-\[14px\] {
    height: 14px;
  }

  .max-sm\:h-\[15px\] {
    height: 15px;
  }

  .max-sm\:h-\[16px\] {
    height: 16px;
  }

  .max-sm\:h-\[180px\] {
    height: 180px;
  }

  .max-sm\:h-\[270px\] {
    height: 270px;
  }

  .max-sm\:h-\[35px\] {
    height: 35px;
  }

  .max-sm\:h-\[41px\] {
    height: 41px;
  }

  .max-sm\:h-\[50px\] {
    height: 50px;
  }

  .max-sm\:h-\[62px\] {
    height: 62px;
  }

  .max-sm\:h-auto {
    height: auto;
  }

  .max-sm\:h-full {
    height: 100%;
  }

  .max-sm\:h-\[150px\] {
    height: 150px;
  }

  .max-sm\:h-\[250px\] {
    height: 250px;
  }

  .max-sm\:min-h-\[70px\] {
    min-height: 70px;
  }

  .max-sm\:min-h-\[80px\] {
    min-height: 80px;
  }

  .max-sm\:w-\[13px\] {
    width: 13px;
  }

  .max-sm\:w-\[14px\] {
    width: 14px;
  }

  .max-sm\:w-\[15px\] {
    width: 15px;
  }

  .max-sm\:w-\[16px\] {
    width: 16px;
  }

  .max-sm\:w-\[180px\] {
    width: 180px;
  }

  .max-sm\:w-\[280px\] {
    width: 280px;
  }

  .max-sm\:w-\[35px\] {
    width: 35px;
  }

  .max-sm\:w-\[75px\] {
    width: 75px;
  }

  .max-sm\:w-\[90px\] {
    width: 90px;
  }

  .max-sm\:w-full {
    width: 100%;
  }

  .max-sm\:min-w-\[290px\] {
    min-width: 290px;
  }

  .max-sm\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .max-sm\:max-w-\[120px\] {
    max-width: 120px;
  }

  .max-sm\:max-w-full {
    max-width: 100%;
  }

  .max-sm\:flex-1 {
    flex: 1 1 0%;
  }

  .max-sm\:flex-100 {
    flex: 0 0 100%;
  }

  .max-sm\:flex-50 {
    flex: 0 0 50%;
  }

  .max-sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .max-sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .max-sm\:flex-row {
    flex-direction: row;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-sm\:items-start {
    align-items: flex-start;
  }

  .max-sm\:items-center {
    align-items: center;
  }

  .max-sm\:justify-center {
    justify-content: center;
  }

  .max-sm\:justify-between {
    justify-content: space-between;
  }

  .max-sm\:gap-0 {
    gap: 0px;
  }

  .max-sm\:gap-1 {
    gap: 0.25rem;
  }

  .max-sm\:gap-2 {
    gap: 0.5rem;
  }

  .max-sm\:gap-3 {
    gap: 0.75rem;
  }

  .max-sm\:gap-4 {
    gap: 1rem;
  }

  .max-sm\:gap-6 {
    gap: 1.5rem;
  }

  .max-sm\:gap-\[10px\] {
    gap: 10px;
  }

  .max-sm\:gap-\[15px\] {
    gap: 15px;
  }

  .max-sm\:gap-\[20px\] {
    gap: 20px;
  }

  .max-sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .max-sm\:overflow-hidden {
    overflow: hidden;
  }

  .max-sm\:rounded-\[12px\] {
    border-radius: 12px;
  }

  .max-sm\:rounded-\[15px\] {
    border-radius: 15px;
  }

  .max-sm\:rounded-\[18px\] {
    border-radius: 18px;
  }

  .max-sm\:rounded-\[3px\] {
    border-radius: 3px;
  }

  .max-sm\:rounded-none {
    border-radius: 0px;
  }

  .max-sm\:border-t-2 {
    border-top-width: 2px;
  }

  .max-sm\:border-none {
    border-style: none;
  }

  .max-sm\:bg-\[\#F7FAFB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 250 251 / var(--tw-bg-opacity));
  }

  .max-sm\:p-2 {
    padding: 0.5rem;
  }

  .max-sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-sm\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .max-sm\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-sm\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-sm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .max-sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .max-sm\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .max-sm\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .max-sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .max-sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .max-sm\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .max-sm\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .max-sm\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .max-sm\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .max-sm\:pl-0 {
    padding-left: 0px;
  }

  .max-sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .max-sm\:pl-\[10px\] {
    padding-left: 10px;
  }

  .max-sm\:pl-\[15px\] {
    padding-left: 15px;
  }

  .max-sm\:pr-0 {
    padding-right: 0px;
  }

  .max-sm\:pr-\[15px\] {
    padding-right: 15px;
  }

  .max-sm\:pr-\[20px\] {
    padding-right: 20px;
  }

  .max-sm\:pr-\[25px\] {
    padding-right: 25px;
  }

  .max-sm\:pt-4 {
    padding-top: 1rem;
  }

  .max-sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .max-sm\:pt-\[15px\] {
    padding-top: 15px;
  }

  .max-sm\:pt-\[20px\] {
    padding-top: 20px;
  }

  .max-sm\:pt-\[25px\] {
    padding-top: 25px;
  }

  .max-sm\:text-center {
    text-align: center;
  }

  .max-sm\:text-\[10px\] {
    font-size: 10px;
  }

  .max-sm\:text-\[11px\] {
    font-size: 11px;
  }

  .max-sm\:text-\[12px\] {
    font-size: 12px;
  }

  .max-sm\:text-\[13px\] {
    font-size: 13px;
  }

  .max-sm\:text-\[14px\] {
    font-size: 14px;
  }

  .max-sm\:text-\[15px\] {
    font-size: 15px;
  }

  .max-sm\:text-\[16px\] {
    font-size: 16px;
  }

  .max-sm\:text-\[17px\] {
    font-size: 17px;
  }

  .max-sm\:text-\[18px\] {
    font-size: 18px;
  }

  .max-sm\:text-\[20px\] {
    font-size: 20px;
  }

  .max-sm\:text-\[22px\] {
    font-size: 22px;
  }

  .max-sm\:text-\[26px\] {
    font-size: 26px;
  }

  .max-sm\:text-\[30px\] {
    font-size: 30px;
  }

  .max-sm\:text-\[8px\] {
    font-size: 8px;
  }

  .max-sm\:leading-\[1\.6\] {
    line-height: 1.6;
  }

  .max-sm\:leading-\[24px\] {
    line-height: 24px;
  }

  .max-sm\:leading-\[35px\] {
    line-height: 35px;
  }

  .max-sm\:before\:h-\[35px\]::before {
    content: var(--tw-content);
    height: 35px;
  }

  .max-sm\:before\:w-\[35px\]::before {
    content: var(--tw-content);
    width: 35px;
  }
}

/* Header Customization */
header .left.user a .child,header a.mini-cart-count,header nav .menu-container .mega-menu span,header span.alert,.menu.header-sidenav .img {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
}
header a.mini-cart-count {
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px){
    header .mobile-notification .child,header .mobile-call .child {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    header .mobile-notification .child img,header .mobile-call .child img {
        margin-top: 0px !important;
    }
}
/* Report Customization */
.itms span.inline-block img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
    opacity: 0 !important;
}
.report-wrap input {
    border: unset !important;
    padding: 2px 10px !important;
    width: 100% !important;
}
.report-wrap label.block {
    overflow: hidden;
}

/* Form Notifications */

.error-messages {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.error {
    margin: 0;
    font-size: 14px;
}


.success-message {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.success {
    margin: 0;
    font-size: 14px;
}

div#toast-container *{
    direction:ltr;
}
#toast-container .success{
    background-color:#3effb0 !important;
}
@media screen and (min-width: 768px){
    div#toast-container {
        position: fixed;
        right: 8%;
        top: 24.5%;
        bottom: unset !important;
        transform: unset;
    }
}


/* My-account Bookmark */
.page-id-7 .woocommerce-MyAccount-content .row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
.page-id-7 .items-wrap button.add-c,form .add-c {
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
}
.page-id-7 .woocommerce-MyAccount-content .row .items-wrap {
    flex: 1 0 40%;
}
.page-id-7 .items-wrap img{
    border-radius:12px;
    margin-bottom:15px;
}
.page-id-7 .items-wrap .foot.flex div {
    display: flex;
}
.page-id-7 .items-wrap .foot.flex .price-wrap {
    text-align: left;
    justify-content: left;
    flex: 0 0 20%;
}
.page-id-7 .items-wrap .foot.flex.items-center {
    margin-top: 20px;
}
@media screen and (min-width:768px){
    .page-id-7 .items-wrap .foot.flex div {
        flex: 1;
    }
}
@media screen and (max-width:768px){
    .page-id-7 .woocommerce-MyAccount-content .row {
        flex-direction:column;   
    }
    .page-id-7 .woocommerce-MyAccount-content .row{
        padding-top:20px;
    }
    .page-id-7 .item-parent {
        margin: 0px !important;
        padding: 0px !important;
    }
    .page-id-7 .itm-body.flex.items-center {
        padding: 20px;
    }
    .page-id-7 .items-wrap .foot.flex.items-center {
        display: flex;
        flex-direction: column-reverse;
    }
    .page-id-7 .items-wrap .foot.flex.items-center div {
        flex: 0 0 50% ;
        display: flex;
        width: 100%;
        padding: 10px 10px 10px 0px;
    }
    .page-id-7 .items-wrap .price-wrap.flex.items-center.relative.mr-auto {
        justify-content: left;
        padding: 0px 20px;
    }
    .page-id-7 a.add-all-cart.flex {
        flex: 1 0 50%;
    }
    .page-id-7 .price-wrap.flex.items-center.relative.mr-auto {
        justify-content: center !important;
    }
    .page-id-7 span.productPercentage {
        margin: 0px auto !important;
    }
}
.page-id-7 .items-wrap a.thumbnail span,.items-wrap .productPercentage {
    font-family: Yekanbakh;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    background: #ff253f;
    color: #ffffff;
    font-weight: bold;
    float: left;
    width: 35px;
    height: 30px;
    border-radius: 20px;
    line-height: 29px;
    text-align: center;
    margin-right:5px;
}
.page-id-7 a.flex.thumbnail.w-max.relative {
    position: relative;
}

.page-id-7 span.productPercentage {
    position: unset !important;
}
.page-id-7 .price-wrap.flex.items-center.relative.mr-auto {
    flex-direction: row-reverse;
    column-gap: 0px;
}
.page-id-7 .price-wrap ins {
    font-weight: 800;
    text-decoration: unset;
    font-size: 18px;
    margin-left: auto;
}
.page-id-7 .items-wrap form.cart {
    flex: 1;
    display: flex;
    align-items: center;
}
.page-id-7 form span.add-c {
    display: inline-flex !important;
}
.page-id-7 .remove-all span {
    font-weight: bolder !important;
    font-size: 14px;
}
.page-id-7 button:focus {
    background-color: unset !important;
}

/* Faq */
.page-template-page-faq aside ul li:after {
    content: '';
    background: url("/wp-content/themes/theme-paytakhteketab/assets/img/arrow-down-blue.svg") no-repeat center;
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto 0px auto 10px;
    filter: grayscale(1);
    transform: rotate(90deg);
    background-size: 40%;
}
.page-template-page-faq aside ul li{
    position:relative;
}
.page-template-page-faq .accordion h2 {
    color: #0c2d5b;
    font-weight: 900;
    flex:1;
    line-height:1.6em;
}
.page-template-page-faq .accordion.opened h2 {
    color: #95a1b9;
}
.page-template-page-faq .accordion-body div{
    font-size: 16px;
}
.page-template-page-faq aside.sidebar-faq {
    background:unset;
}
aside a.item-cat-faq {
    background: white;
}
@media screen and (max-width: 768px){
    .page-template-page-faq .contents-wrap.flex-1 {
        padding: 0px 20px;
    }
    .page-template-page-faq aside.sidebar-faq {
        position: unset;
        padding: 0px;
        box-shadow: unset;
        width: 100%;
        max-width: 100%;
        height: max-content;
        max-height: max-content;
        transform: unset;
        opacity: 1;
    }
    .page-template-page-faq main .container.flex.items-start {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}