*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
  --tw-perspective: none;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
  --tw-perspective: none;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
}

/*
! tailwindcss v3.4.13 | 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;
}

@font-face {
  font-family: "Byekan";

  src: url(../fonts/BYekan.eot);

  src: url(../fonts/BYekan.otf);

  src: url(../fonts/BYekan.ttf);

  src: url(../fonts/BYekan.woff);

  src: url(../fonts/BYekan.woff2);
}

@font-face {
  font-family: "ByekanP";

  src: url(../fonts/BYekanPlus.ttf);
}

@font-face {
  font-family: "ByekanPBold";

  src: url(../fonts/BYekanPlusBold.ttf);
}

@font-face {
  font-family: "estedad-black";

  src: url(../fonts/Estedad-Black.ttf);

  src: url(../fonts/Estedad-Black.woff2);
}

@font-face {
  font-family: "estedad-extraBold";

  src: url(../fonts/Estedad-ExtraBold.ttf);

  src: url(../fonts/Estedad-ExtraBold.woff2);
}

@font-face {
  font-family: "estedad-bold";

  src: url(../fonts/Estedad-Bold.ttf);

  src: url(../fonts/Estedad-Bold.woff2);
}

@font-face {
  font-family: "estedad-semiBold";

  src: url(../fonts/Estedad-SemiBold.ttf);

  src: url(../fonts/Estedad-SemiBold.woff2);
}

@font-face {
  font-family: "estedad-medium";

  src: url(../fonts/Estedad-Medium.ttf);

  src: url(../fonts/Estedad-Medium.woff2);
}

@font-face {
  font-family: "estedad-regular";

  src: url(../fonts/Estedad-Regular.ttf);

  src: url(../fonts/Estedad-Regular.woff2);
}

@font-face {
  font-family: "estedad-light";

  src: url(../fonts/Estedad-Light.ttf);

  src: url(../fonts/Estedad-Light.woff2);
}

@font-face {
  font-family: "estedad-extraLight";

  src: url(../fonts/Estedad-ExtraLight.ttf);

  src: url(../fonts/Estedad-ExtraLight.woff2);
}

@font-face {
  font-family: "estedad-thin";

  src: url(../fonts/Estedad-Thin.ttf);

  src: url(../fonts/Estedad-Thin.woff2);
}

.container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

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

.heading-first-xl {
  font-family: ByekanPBold;
  font-size: 3rem;
  line-height: 1;
}

.heading-first-lg {
  font-family: ByekanPBold;
  font-size: 2.5rem;
}

.heading-second-xl {
  font-family: estedad-bold;
  font-size: 2rem;
}
.sub-text-heading-second{
  font-family: estedad-bold;
  font-size: 24px;
  line-height: 32px;
}

.heading-second-lg {
  font-family: ByekanPBold;
  font-size: 40px;
  line-height: 2rem;
}

.heading-third {
  font-family: ByekanPBold;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-first {
  font-family: ByekanPBold;
  font-size: 32px;
  line-height: 45.39px;
}

.text-Free-consultation{
  font-family: ByekanPBold;
  font-size: 24px;
}
.text-second {
  font-family: ByekanP;
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-consulting{
  font-family: ByekanPBold;
  font-size: 16px;
  line-height: 32px;
}

.text-third {
  font-family: ByekanP;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-forth {
  font-family: ByekanP;
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-nowrap {
    text-wrap: nowrap
}

.btn-first-type {
  font-family: ByekanP;
  font-size: 0.75rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  background-color: rgba(36, 167, 150, 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .btn-first-type {
    font-family: ByekanP;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .btn-first-type {
    font-weight: 600;
  }
}

.category-questions-tab-btn {
  position: relative;
  min-width: 4.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #002E38 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 46 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(36, 167, 150, 1) var(--tw-gradient-to-position);
  font-family: estedad-regular;
  font-size: 0.625rem;
}

.category-questions-tab-btn::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}

@media (min-width: 576px) {
  .category-questions-tab-btn {
    min-width: 6rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 992px) {
  .category-questions-tab-btn {
    min-width: 8.75rem;
    border-radius: 0.75rem;
    border-width: 2px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.category-questions-tab-btn p {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 992px) {
  .category-questions-tab-btn p {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.category-questions-tab-btn p span {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #002E38 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 46 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(36, 167, 150, 1) var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.category-questions-tab-btn.active p {
  background-color: transparent;
}

.category-questions-tab-btn.active p span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.question-item-answer.hide-answer {
  height: 0px;
  overflow: hidden;
}

.related-questions-item-description.hide-answer {
  height: 0px;
  overflow: hidden;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.-bottom-35 {
  bottom: -8.75rem;
}

.-left-12 {
  left: -3rem;
}

.-left-16 {
  left: -4rem;
}

.-left-18 {
  left: -4.5rem;
}

.-left-22 {
  left: -5.5rem;
}

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

.-left-30 {
  left: -7.5rem;
}

.-left-35 {
  left: -8.75rem;
}

.-right-12 {
  right: -3rem;
}

.-right-14 {
  right: -3.5rem;
}

.-right-20 {
  right: -5rem;
}

.-right-22 {
  right: -5.5rem;
}

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

.-right-28 {
  right: -7rem;
}

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

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

.-top-5 {
  top: -1.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.left-5 {
  left: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

.row-span-1 {
  grid-row: span 1 / span 1;
}

.m-5 {
  margin: 1.25rem;
}

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-2\/1 {
  aspect-ratio: 2/1;
}

.aspect-3\/2 {
  aspect-ratio:  3 / 2;
}

.aspect-5\/3 {
  aspect-ratio:  5 / 3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-4\.5 {
  width: 1.125rem;
  height: 1.125rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-0 {
  height: 0px;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-22 {
  height: 5.5rem;
}

.h-28 {
  height: 7rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-35 {
  height: 8.75rem;
}

.h-4 {
  height: 1rem;
}

.h-4\.5 {
  height: 1.125rem;
}

.h-40 {
  height: 10rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-8\.5 {
  height: 2.125rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-68 {
  max-height: 17rem;
}

.max-h-96 {
  max-height: 24rem;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\/12 {
  width: 8.333333%;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-128 {
  width: 32rem;
}

.w-16 {
  width: 4rem;
}

.w-18 {
  width: 4.5rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-22 {
  width: 5.5rem;
}

.w-28 {
  width: 7rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3\/4 {
  width: 75%;
}

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

.w-30 {
  width: 7.5rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\.5 {
  width: 1.125rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-68 {
  width: 17rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\.5 {
  width: 2.125rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-56 {
  min-width: 14rem;
}

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

.max-w-135 {
  max-width: 33.75rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-96 {
  max-width: 24rem;
}

.max-w-screen-lg {
  max-width: 992px;
}

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

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

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

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

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

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

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

.gap-y-3 {
  row-gap: 0.75rem;
}

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

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

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

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

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

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}

.divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(36, 167, 150, 0.1);
}

.divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(36, 167, 150, 0.2);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.rounded-2\.5 {
  border-radius: 0.625rem;
}

.rounded-2\.5xl {
  border-radius: 1.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-l {
  border-left-width: 1px;
}

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

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

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

.border-dashed {
  border-style: dashed;
}

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

.border-main-green {
  --tw-border-opacity: 1;
  border-color: rgb(36, 167, 150);
}

.border-darkteal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(0 46 56 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-teal-200 {
  border-color: rgba(36, 167, 150, 0.1);
}

.border-teal-300 {
  border-color: rgba(36, 167, 150, 0.2);
}

.border-teal-400 {
  border-color: rgba(36, 167, 150, 0.4);
}

.border-teal-700 {
  border-color: rgba(36, 167, 150, 1);
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}

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

.bg-crimson {
  background-color: rgba(215, 0, 41, 1);
}

.bg-darkteal-100 {
  background-color: #002E380D;
}

.bg-darkteal-200 {
  background-color: #002E381A;
}

.bg-darkteal-300 {
  background-color: #002E3833;
}

.bg-darkteal-400 {
  background-color: #002E3866;
}

.bg-darkteal-500 {
  background-color: #002E3899;
}

.bg-darkteal-600 {
  background-color: #002E38CC;
}

.bg-darkteal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 56 / var(--tw-bg-opacity));
}

.bg-teal-100 {
  background-color: rgba(36, 167, 150, 0.05);
}

.bg-teal-100\/10 {
  background-color: rgba(36, 167, 150, 0.1);
}

.bg-teal-100\/5 {
  background-color: rgba(36, 167, 150, 0.05);
}

.bg-teal-200 {
  background-color: rgba(36, 167, 150, 0.1);
}

.bg-teal-300 {
  background-color: rgba(36, 167, 150, 0.2);
}

.bg-teal-400 {
  background-color: rgba(36, 167, 150, 0.4);
}

.bg-teal-500 {
  background-color: rgba(36, 167, 150, 0.6);
}

.bg-teal-600 {
  background-color: rgba(36, 167, 150, 0.8);
}

.bg-teal-700 {
  background-color: rgba(36, 167, 150, 1);
}

.bg-teal-700\/10 {
  background-color: rgba(36, 167, 150, 0.1);
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.from-darkteal-700 {
  --tw-gradient-from: #002E38 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 46 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300 {
  --tw-gradient-from: rgba(36, 167, 150, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(36, 167, 150, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50\/60 {
  --tw-gradient-from: rgb(240 253 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700 {
  --tw-gradient-from: rgba(36, 167, 150, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(36, 167, 150, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-30\% {
  --tw-gradient-from-position: 30%;
}

.from-70\% {
  --tw-gradient-from-position: 70%;
}

.via-40\% {
  --tw-gradient-via-position: 40%;
}

.to-darkteal-300 {
  --tw-gradient-to: #002E3833 var(--tw-gradient-to-position);
}

.to-darkteal-700 {
  --tw-gradient-to: #002E38 var(--tw-gradient-to-position);
}

.to-teal-50\/60 {
  --tw-gradient-to: rgb(240 253 250 / 0.6) var(--tw-gradient-to-position);
}

.to-teal-50\/70 {
  --tw-gradient-to: rgb(240 253 250 / 0.7) var(--tw-gradient-to-position);
}

.to-teal-700 {
  --tw-gradient-to: rgba(36, 167, 150, 1) var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-30\% {
  --tw-gradient-to-position: 30%;
}

.to-70\% {
  --tw-gradient-to-position: 70%;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.fill-crimson {
  fill: rgba(215, 0, 41, 1);
}

.fill-white {
  fill: #fff;
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-zinc-500 {
  fill: #71717a;
}

.stroke-darkteal-700 {
  stroke: #002E38;
}

.stroke-gray-500 {
  stroke: #6b7280;
}
.stroke-gray-800 {
  stroke: #141516;
}

.stroke-teal-400 {
  stroke: rgba(36, 167, 150, 0.4);
}

.stroke-teal-500 {
  stroke: rgba(36, 167, 150, 0.6);
}

.stroke-teal-700 {
  stroke: rgba(36, 167, 150, 1);
}

.stroke-white {
  stroke: #fff;
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-zinc-500 {
  stroke: #71717a;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-px {
  padding: 1px;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4\.5 {
  padding-right: 1.125rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

.pt-22 {
  padding-top: 5.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

.pt-9 {
  padding-top: 2.25rem;
}

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

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

.font-first-custom {
  font-family: Byekan;
}

.font-second-custom-bold {
  font-family: ByekanPBold;
}

.font-second-custom-regular {
  font-family: ByekanP;
}

.font-third-custom-black {
  font-family: estedad-black;
}

.font-third-custom-bold {
  font-family: ByekanPBold;
}

.font-third-custom-exbold {
  font-family: estedad-extraBold;
}

.font-third-custom-exlight {
  font-family: estedad-extraLight;
}

.font-third-custom-light {
  font-family: estedad-light;
}

.font-third-custom-medium {
  font-family: estedad-medium;
}

.font-third-custom-regular {
  font-family: estedad-regular;
}

.font-third-custom-semibold {
  font-family: estedad-semiBold;
}

.font-third-custom-thin {
  font-family: estedad-thin;
}

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

.text-2xs {
  font-size: 0.625rem;
}

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

.text-3xs {
  font-size: 0.5rem;
}

.text-4xs {
  font-size: 0.375rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.leading-4\.5 {
  line-height: 1.125rem;
}

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

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

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

.text-darkteal-600 {
  color: #002E38CC;
}

.text-darkteal-700 {
  --tw-text-opacity: 1;
  color: rgb(0 46 56 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}

.text-teal-700 {
  color: rgba(36, 167, 150, 1);
}

.text-transparent {
  color: transparent;
}

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

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.text-error{
    color: #D70029;
}
.text-success{
    color: #27A896;
}
.border-error{
    border-color: #D70029;
}
.shadow-lg {
  --tw-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 8px 35px 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-md {
  --tw-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 4px 10px 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-sm {
  --tw-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 1px 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

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

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

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

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

.-translate-y-\[2\.45rem\] {
  --tw-translate-y: -2.45rem;
  translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
}

.-rotate-20 {
  --tw-rotate-z: -20deg;
  rotate: var(--tw-rotate-z);
}

.-rotate-90 {
  --tw-rotate-z: -90deg;
  rotate: var(--tw-rotate-z);
}

.-rotate-z-40 {
  --tw-rotate-z: -40deg;
  rotate: var(--tw-rotate-z);
}

.-rotate-z-6 {
  --tw-rotate-z: -6deg;
  rotate: var(--tw-rotate-z);
}

.rotate-12 {
  --tw-rotate-z: 12deg;
  rotate: var(--tw-rotate-z);
}

.rotate-160 {
  --tw-rotate-z: 160deg;
  rotate: var(--tw-rotate-z);
}

.rotate-180 {
  --tw-rotate-z: 180deg;
  rotate: var(--tw-rotate-z);
}

.rotate-30 {
  --tw-rotate-z: 30deg;
  rotate: var(--tw-rotate-z);
}

.rotate-7 {
  --tw-rotate-z: 7deg;
  rotate: var(--tw-rotate-z);
}

.rotate-90 {
  --tw-rotate-z: 90deg;
  rotate: var(--tw-rotate-z);
}

.rotate-y-180 {
  --tw-rotate-y: 180deg;
  --webkit-transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
  transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
}

.rotate-y-30 {
  --tw-rotate-y: 30deg;
  --webkit-transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
  transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
}

.rotate-z-30 {
  --tw-rotate-z: 30deg;
  rotate: var(--tw-rotate-z);
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

.scale-30 {
  --tw-scale-x: 0.3;
  --tw-scale-y: 0.3;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

.scale-35 {
  --tw-scale-x: 0.35;
  --tw-scale-y: 0.35;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

.scale-40 {
  --tw-scale-x: 0.4;
  --tw-scale-y: 0.4;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

.scale-50 {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

.scale-95 {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

.backface-hidden {
  backface-visibility: hidden;
}

.transform {
  --webkit-transform: skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
  transform: skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
}

.forth-type-slider-item.swiper-slide.w-fit.swiper-slide-active {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

.pagination-btn.active article {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 56 / var(--tw-bg-opacity));
}

.pagination-btn.active article span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fifth-type-slider .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.sixth-type-slider .blog-slider-item.swiper-slide.w-fit {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.sixth-type-slider .blog-slider-item.swiper-slide.w-fit.swiper-slide-active {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
}

.related-questions-tab-btn.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-info-slider .product-info-slider-content .custom-next {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 30;
  background-color: rgba(36, 167, 150, 0.4);
}

.product-info-slider .product-info-slider-content .custom-prev {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 30;
  background-color: rgba(36, 167, 150, 0.4);
}

.product-info-slider .product-info-slider-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}

.write-comment-container.hide {
  left: 100%;
}

@media (min-width: 576px) {
  .sm\:container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 430px) {
    .sm\:container {
      max-width: 430px;
    }
  }

  @media (min-width: 576px) {
    .sm\:container {
      max-width: 576px;
    }
  }

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

  @media (min-width: 992px) {
    .sm\:container {
      max-width: 992px;
    }
  }

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

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

  .sm\:text-second {
    font-family: ByekanP;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-third {
    font-family: ByekanP;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 430px) {
    .md\:container {
      max-width: 430px;
    }
  }

  @media (min-width: 576px) {
    .md\:container {
      max-width: 576px;
    }
  }

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

  @media (min-width: 992px) {
    .md\:container {
      max-width: 992px;
    }
  }

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

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

  .md\:text-second {
    font-family: ByekanP;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 992px) {
  .lg\:text-first {
    font-family: ByekanP;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .xl\:container {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  @media (min-width: 430px) {
    .xl\:container {
      max-width: 430px;
    }
  }

  @media (min-width: 576px) {
    .xl\:container {
      max-width: 576px;
    }
  }

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

  @media (min-width: 992px) {
    .xl\:container {
      max-width: 992px;
    }
  }

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

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

  .xl\:heading-first-lg {
    font-family: ByekanPBold;
    font-size: 2.5rem;
  }

  .xl\:text-third {
    font-family: ByekanP;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-left-0\.5::after {
  content: var(--tw-content);
  left: -0.125rem;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-2\.5::after {
  content: var(--tw-content);
  top: 0.625rem;
}

.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:rounded-xl::after {
  content: var(--tw-content);
  border-radius: 0.75rem;
}

.after\:bg-black\/50::after {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}
.after\:bg-black\/25::after {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.25);
}

.after\:bg-darkteal-700::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 56 / var(--tw-bg-opacity));
}

.after\:bg-teal-700::after {
  content: var(--tw-content);
  background-color: rgba(36, 167, 150, 1);
}

.hover\:border-darkteal-600:hover {
  border-color: #002E38CC;
}

.hover\:bg-darkteal-600:hover {
  background-color: #137669;
}

.hover\:bg-darkteal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 56 / var(--tw-bg-opacity));
}

.hover\:bg-teal-300:hover {
  background-color: rgba(36, 167, 150, 0.2);
}

.hover\:text-darkteal-500:hover {
  color: #002E3899;
}

.hover\:text-darkteal-600:hover {
  color: #002E38CC;
}

.hover\:text-teal-700:hover {
  color: rgba(36, 167, 150, 1);
}

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

.group:hover .group-hover\:bg-darkteal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 46 56 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-teal-500 {
  fill: rgba(36, 167, 150, 0.6);
}

.fill-teal-500 {
  fill: rgba(36, 167, 150, 0.6);
}

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

@media (min-width: 430px) {
  .xs\:block {
    display: block;
  }

  .xs\:h-14 {
    height: 3.5rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:w-28 {
    width: 7rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

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

@media (min-width: 576px) {
  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:-right-16 {
    right: -4rem;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

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

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .sm\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .sm\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .sm\:size-7 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .sm\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-60 {
    height: 15rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-62 {
    height: 15.5rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-112 {
    width: 28rem;
  }

  .sm\:w-144 {
    width: 36rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

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

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

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

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

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

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

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

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

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

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

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

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

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

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

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-4\.5 {
    padding: 1.125rem;
  }

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

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

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

  .sm\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

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

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

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

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

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

  .sm\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

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

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

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

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

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

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-4\.5 {
    padding-right: 1.125rem;
  }

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

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .sm\:text-2xs {
    font-size: 0.625rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:-left-24 {
    left: -6rem;
  }

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

  .md\:-top-22 {
    top: -5.5rem;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .md\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:aspect-5\/3 {
    aspect-ratio:  5 / 3;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-81 {
    height: 20.25rem;
  }

  .md\:h-85 {
    height: 21rem;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-128 {
    width: 32rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem;
  }

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

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
  }

  .md\:scale-120 {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }
}

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-left-22 {
    left: -5.5rem;
  }

  .lg\:-left-32 {
    left: -8rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:-right-22 {
    right: -5.5rem;
  }

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:-right-30 {
    right: -7.5rem;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

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

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:-top-40 {
    top: -10rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

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

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

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

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

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

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

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:-order-1 {
    order: -1;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

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

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

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

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

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

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

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .lg\:mt-22 {
    margin-top: 5.5rem;
  }

  .lg\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-2\/1 {
    aspect-ratio: 2/1;
  }

  .lg\:aspect-5\/4 {
    aspect-ratio:  5 / 4;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:size-11 {
    width: 2.75rem;
    height: 2.75rem;
  }

  .lg\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .lg\:size-8 {
    width: 2rem;
    height: 2rem;
  }

  .lg\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-112 {
    height: 28rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-124 {
    height: 31rem;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-35 {
    height: 8.75rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-68 {
    height: 17rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-85 {
    height: 21rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-112 {
    width: 28rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-160 {
    width: 40rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-218 {
    width: 54.5rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-41 {
    width: 10.3rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-10 {
    min-width: 2.5rem;
  }

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

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

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

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

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

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

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

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

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

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

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

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

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

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

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:rounded-2\.5 {
    border-radius: 0.625rem;
  }

  .lg\:rounded-2\.5xl {
    border-radius: 1.25rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

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

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

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-l-\[20px\] {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .lg\:rounded-br-\[20px\] {
    border-bottom-right-radius: 20px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

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

  .lg\:border-6 {
    border-width: 6px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

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

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

  .lg\:from-70\% {
    --tw-gradient-from-position: 70%;
  }

  .lg\:to-70\% {
    --tw-gradient-to-position: 70%;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

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

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem;
  }

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

  .lg\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

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

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

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

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

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

  .lg\:font-third-custom-bold {
    font-family: estedad-bold;
  }

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

  .lg\:text-2xs {
    font-size: 0.625rem;
  }

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

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

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

  .lg\:text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity));
  }

  .lg\:text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity));
  }

  .lg\:shadow-sm {
    --tw-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 1px 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);
  }

  .lg\:shadow-transparent {
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 4rem;
    translate: var(--tw-translate-x) var(--tw-translate-y) var(--tw-translate-z);
  }

  .lg\:-rotate-z-120 {
    --tw-rotate-z: -120deg;
    rotate: var(--tw-rotate-z);
  }

  .lg\:rotate-y-180 {
    --tw-rotate-y: 180deg;
    --webkit-transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
    transform: rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y));
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }

  .lg\:scale-120 {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }

  .lg\:scale-130 {
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }

  .lg\:scale-140 {
    --tw-scale-x: 1.4;
    --tw-scale-y: 1.4;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }

  .lg\:scale-70 {
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }

  .lg\:w-fit.forth-type-slider-item.swiper-slide.swiper-slide-active {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }

  .sixth-type-slider .lg\:w-fit.blog-slider-item.swiper-slide {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }

  .sixth-type-slider .lg\:w-fit.blog-slider-item.swiper-slide.swiper-slide-active {
    --tw-scale-x: 1.15;
    --tw-scale-y: 1.15;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }
}

@media (min-width: 1200px) {
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .xl\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-90 {
    height: 22.5rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

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

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-78 {
    width: 19.5rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:rounded-2xl {
    border-radius: 1rem;
  }

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

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

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

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

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

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

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

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

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:scale-120 {
    --tw-scale-x: 1.2;
    --tw-scale-y: 1.2;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }

  .xl\:scale-90 {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    scale: var(--tw-scale-x) var(--tw-scale-y) var(--tw-scale-z);
  }
}

@media (min-width: 1400px) {
  .\32xl\:right-28 {
    right: 7rem;
  }

  .\32xl\:h-85 {
    height: 21rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .\32xl\:text-\[40px\] {
    font-size: 40px;
  }
}

.form-consulting{
  margin-top: 172px;
}

.swiper-button {
  background-color: #a6ccc1;
  height: 40px;
  width: 25px;
  border-radius: 30px;
}

@media (min-width: 1024px) {
  .no-scroll-lg {
    overflow: hidden !important;
  }
}

.btn-show-all{
  margin-top: 27px;
}
.home-poster{
  margin-top: 44px;
}


.question-icon-product{
  width: 78px;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: space-between;
  }


.second-type-slider-item {
    flex: 1 1 calc(48%);
    max-width: calc(48%);
    box-sizing: border-box;
}
.second-type-slider-item-img {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}

@media (max-width: 768px) {
    .second-type-slider-item {
      flex: 1 1 100%;
      max-width: 100%;
    }
    .second-type-slider-item-img {
      width: 45px;
      height: 45px;
}
}

.swiper-hidden {
    opacity: 0;  /* Hide the slider */
    visibility: hidden;
    transition: opacity 0.3s ease;  /* Smooth fade-in */
}
