@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

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

::-webkit-scrollbar{
  height: 0.75rem;
  width: 0.75rem;
}

::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}

:where([data-theme-mode=dark], [data-theme-mode=dark] *)::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 36 / var(--tw-bg-opacity));
}

::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(252 252 253 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(185 187 198 / var(--tw-bg-opacity));
}

:where([data-theme-mode=dark], [data-theme-mode=dark] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(33 34 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(102 104 114 / var(--tw-bg-opacity));
}

::-webkit-scrollbar-corner{
  background-color: transparent;
}

*,
  *::before,
  *::after{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

html{
  scroll-behavior: smooth;
  font-family: Plus Jakarta Sans, sans-serif;
  color-scheme: light;
}

[data-theme-mode="dark"] {
  color-scheme: dark;
}

body{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(98 99 108 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  body{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

body:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(180 182 191 / var(--tw-text-opacity));
}

[tabindex]{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

img{
  max-width: 100%;
}

a{
  text-wrap: balance;
  overflow-wrap: break-word;
  --tw-text-opacity: 1;
  color: rgb(218 0 61 / var(--tw-text-opacity));
  text-decoration-line: none;
}

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

a:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(255 146 154 / var(--tw-text-opacity));
}

a:hover:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(232 0 67 / var(--tw-text-opacity));
}

a,
  button{
  cursor: pointer;
}

button,
  input,
  select,
  textarea{
  border-width: 0px;
  background-color: inherit;
  color: inherit;
  outline: 2px solid transparent;
  outline-offset: 2px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul,
  ol{
  list-style-type: none;
}

strong{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 31 36 / var(--tw-text-opacity));
}

strong:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(238 238 240 / var(--tw-text-opacity));
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  margin: 0px;
  text-wrap: pretty;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 31 36 / var(--tw-text-opacity));
}

h1:where([data-theme-mode=dark], [data-theme-mode=dark] *),
  h2:where([data-theme-mode=dark], [data-theme-mode=dark] *),
  h3:where([data-theme-mode=dark], [data-theme-mode=dark] *),
  h4:where([data-theme-mode=dark], [data-theme-mode=dark] *),
  h5:where([data-theme-mode=dark], [data-theme-mode=dark] *),
  h6:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(238 238 240 / var(--tw-text-opacity));
}

h1{
  font-size: 3rem;
  line-height: 1.25;
}

h2{
  font-size: 2.25rem;
  line-height: 1.25;
}

h3{
  font-size: 1.875rem;
  line-height: 1.25;
}

h4{
  font-size: 1.5rem;
  line-height: 1.25;
}

h5{
  font-size: 1.25rem;
  line-height: 1.25;
}

h6{
  font-size: 0.875rem;
  line-height: 1.25;
}

p{
  margin: 0px;
  font-size: 1em;
  line-height: 1.5;
}

p + p{
  margin-top: 1.25rem;
}

*, ::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:  ;
}

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

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

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

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

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

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

.disabled,
  :disabled{
  pointer-events: none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  opacity: 0.6 !important;
}

.section-area{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-area:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 36 / var(--tw-bg-opacity));
}

.section-area:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}

.section-area:nth-child(odd):where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 43 / var(--tw-bg-opacity));
}

.common-carousel .swiper-button-prev,
  .common-carousel .swiper-button-next{
  position: static !important;
  margin: 0px;
  height: 3rem;
  width: 3rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(30 31 36 / var(--tw-text-opacity));
  --tw-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 0px 1px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.common-carousel .swiper-button-prev::after,
  .common-carousel .swiper-button-next::after{
  content: var(--tw-content);
  display: none;
}

.common-carousel .swiper-button-prev:hover,
  .common-carousel .swiper-button-next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 0 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.common-carousel .swiper-button-prev:focus,
  .common-carousel .swiper-button-next:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(248 0 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.common-carousel .swiper-button-prev:where([data-theme-mode=dark], [data-theme-mode=dark] *),
  .common-carousel .swiper-button-next:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(238 238 240 / var(--tw-text-opacity));
}

.inzm-pointer-events-none{
  pointer-events: none;
}

.inzm-pointer-events-auto{
  pointer-events: auto;
}

.inzm-visible{
  visibility: visible;
}

.inzm-invisible{
  visibility: hidden;
}

.inzm-fixed{
  position: fixed;
}

.inzm-absolute{
  position: absolute;
}

.inzm-relative{
  position: relative;
}

.inzm-bottom-0{
  bottom: 0px;
}

.inzm-bottom-5{
  bottom: 1.25rem;
}

.inzm-left-0{
  left: 0px;
}

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

.inzm-right-0{
  right: 0px;
}

.inzm-right-4{
  right: 1rem;
}

.inzm-right-5{
  right: 1.25rem;
}

.inzm-top-0{
  top: 0px;
}

.inzm-top-1\.5{
  top: 0.375rem;
}

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

.inzm-top-3{
  top: 0.75rem;
}

.inzm-top-\[54px\]{
  top: 54px;
}

.inzm-top-\[74px\]{
  top: 74px;
}

.inzm-top-\[86px\]{
  top: 86px;
}

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

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

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

.inzm-z-\[1030\]{
  z-index: 1030;
}

.inzm-z-\[2000\]{
  z-index: 2000;
}

.-inzm-m-3{
  margin: -0.75rem;
}

.-inzm-m-4{
  margin: -1rem;
}

.-inzm-m-5{
  margin: -1.25rem;
}

.-inzm-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inzm-mb-\[3\.750rem\]{
  margin-bottom: 3.750rem;
}

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

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

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

.inzm-mt-11{
  margin-top: 2.75rem;
}

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

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

.inzm-mt-\[60px\]{
  margin-top: 60px;
}

.inzm-block{
  display: block;
}

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

.inzm-flex{
  display: flex;
}

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

.inzm-grid{
  display: grid;
}

.inzm-hidden{
  display: none;
}

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

.inzm-aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

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

.inzm-aspect-video{
  aspect-ratio: 16 / 9;
}

.inzm-h-10{
  height: 2.5rem;
}

.inzm-h-12{
  height: 3rem;
}

.inzm-h-15{
  height: 5rem;
}

.inzm-h-20{
  height: 8rem;
}

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

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

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

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

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

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

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

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

.inzm-h-full{
  height: 100%;
}

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

.inzm-w-10{
  width: 2.5rem;
}

.inzm-w-12{
  width: 3rem;
}

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

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

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

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

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

.inzm-w-auto{
  width: auto;
}

.inzm-w-full{
  width: 100%;
}

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

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

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

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

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

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

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

.inzm-max-w-full{
  max-width: 100%;
}

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

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

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

.-inzm-translate-y-2{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-inzm-rotate-45{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.inzm-rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.inzm-scale-\[0\.15\]{
  --tw-scale-x: 0.15;
  --tw-scale-y: 0.15;
  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));
}

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

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

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

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

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

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

.inzm-gap-1{
  gap: 0.25rem;
}

.inzm-gap-14{
  gap: 3.5rem;
}

.inzm-gap-2{
  gap: 0.5rem;
}

.inzm-gap-3{
  gap: 0.75rem;
}

.inzm-gap-3\.5{
  gap: 0.875rem;
}

.inzm-gap-4{
  gap: 1rem;
}

.inzm-gap-5{
  gap: 1.25rem;
}

.inzm-gap-6{
  gap: 1.5rem;
}

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

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

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

.inzm-overflow-hidden{
  overflow: hidden;
}

.inzm-text-balance{
  text-wrap: balance;
}

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

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

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

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

.inzm-rounded-e-none{
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}

.inzm-rounded-s-none{
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

.inzm-rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.inzm-rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

.inzm-border{
  border-width: 1px;
}

.inzm-border-0{
  border-width: 0px;
}

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

.inzm-border-solid{
  border-style: solid;
}

.inzm-border-body-light-a6{
  border-color: #00073527;
}

.\!inzm-bg-primary{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 0 79 / var(--tw-bg-opacity)) !important;
}

.inzm-bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.inzm-bg-body-light-1{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}

.inzm-bg-body-light-1\/75{
  background-color: rgb(252 252 253 / 0.75);
}

.inzm-bg-body-light-3{
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 243 / var(--tw-bg-opacity));
}

.inzm-bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(248 0 79 / var(--tw-bg-opacity));
}

.inzm-bg-primary-light-3{
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 233 / var(--tw-bg-opacity));
}

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

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

.inzm-bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}

.inzm-bg-hero{
  background-image: linear-gradient(315deg, rgba(247, 0, 121, 0.85) 0%, rgba(247, 0, 36, 0.85) 100%), url(../img/hero.jpg);
}

.inzm-bg-cover{
  background-size: cover;
}

.inzm-bg-center{
  background-position: center;
}

.inzm-bg-no-repeat{
  background-repeat: no-repeat;
}

.inzm-fill-black{
  fill: #000;
}

.inzm-fill-current{
  fill: currentColor;
}

.inzm-fill-white{
  fill: #fff;
}

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

.inzm-p-3{
  padding: 0.75rem;
}

.inzm-p-4{
  padding: 1rem;
}

.inzm-p-5{
  padding: 1.25rem;
}

.inzm-p-7{
  padding: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inzm-pl-4{
  padding-left: 1rem;
}

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

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

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

.inzm-pt-\[105px\]{
  padding-top: 105px;
}
.inzm-pt-\[160px\]{
  padding-top: 160px;
}

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

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

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

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

.inzm-text-\[1\.25rem\]{
  font-size: 1.25rem;
}

.inzm-text-\[1\.25rem\]\/tight{
  font-size: 1.25rem;
  line-height: 1.25;
}

.inzm-text-\[1\.375rem\]{
  font-size: 1.375rem;
}

.inzm-text-\[1\.5rem\]{
  font-size: 1.5rem;
}

.inzm-text-\[1\.75rem\]{
  font-size: 1.75rem;
}

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

.inzm-text-\[22px\]\/none{
  font-size: 22px;
  line-height: 1;
}

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

.inzm-text-\[37px\]\/none{
  font-size: 37px;
  line-height: 1;
}

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

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

.inzm-text-lg\/none{
  font-size: 1.125rem;
  line-height: 1;
}

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

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

.inzm-text-xl\/none{
  font-size: 1.25rem;
  line-height: 1;
}

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

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

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

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

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

.inzm-capitalize{
  text-transform: capitalize;
}

.inzm-leading-none{
  line-height: 1;
}

.inzm-leading-normal{
  line-height: 1.5;
}

.inzm-leading-snug{
  line-height: 1.375;
}

.inzm-leading-tight{
  line-height: 1.25;
}

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

.\!inzm-text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}

.inzm-text-body-light-10{
  --tw-text-opacity: 1;
  color: rgb(128 130 141 / var(--tw-text-opacity));
}

.inzm-text-body-light-11{
  --tw-text-opacity: 1;
  color: rgb(98 99 108 / var(--tw-text-opacity));
}

.inzm-text-body-light-12{
  --tw-text-opacity: 1;
  color: rgb(30 31 36 / var(--tw-text-opacity));
}

.inzm-text-inherit{
  color: inherit;
}

.inzm-text-primary{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

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

.inzm-text-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.inzm-line-through{
  text-decoration-line: line-through;
}

.inzm-opacity-0{
  opacity: 0;
}

.inzm-opacity-100{
  opacity: 1;
}

.inzm-opacity-\[0\.075\]{
  opacity: 0.075;
}

.inzm-shadow-2{
  --tw-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 0px 1px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.inzm-shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.inzm-ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 0 79 / var(--tw-ring-opacity));
}

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

.lds-ellipsis,
.lds-ellipsis div{
  box-sizing: border-box !important;
}

.lds-ellipsis{
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

.lds-ellipsis div{
  position: absolute;
  top: 33.33333px;
  height: 13.33333px;
  width: 13.33333px;
  border-radius: 9999px;
  background-color: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1){
  left: 0.5rem;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2){
  left: 0.5rem;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3){
  left: 2rem;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4){
  left: 3.5rem;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.navbar.isSticky{
  height: 74px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 139 139 / var(--tw-bg-opacity));
  --tw-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 0px 1px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.navbar.isSticky:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 36 / var(--tw-bg-opacity));
}

.navbar.isSticky .navbar-brand #NavbarBrand{
  fill: #000;
}

.navbar.isSticky .navbar-brand #NavbarBrand:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  fill: #fff;
}

.navbar.isSticky .navbar-brand #NavbarBrandIcon{
  fill: #f8004f;
}

.navbar.isSticky .navbar-toggler{
  --tw-text-opacity: 1;
  color: rgb(30 31 36 / var(--tw-text-opacity));
}

.navbar.isSticky .navbar-toggler:hover{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

.navbar.isSticky .navbar-toggler:focus{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

.navbar.isSticky .navbar-toggler:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(238 238 240 / var(--tw-text-opacity));
}

.navbar.menuShow .navbar-collapse{
  pointer-events: auto;
  visibility: visible;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.menu-scroll.isActive{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

@media (min-width: 1280px){
  .menu-scroll.isActive{
    color: rgb(255 255 255 / 0.75);
  }
}

.navbar.isSticky .menu-scroll{
  --tw-text-opacity: 1;
  color: rgb(30 31 36 / var(--tw-text-opacity));
}

.navbar.isSticky .menu-scroll:focus-within{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

.navbar.isSticky .menu-scroll:hover{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

.navbar.isSticky .menu-scroll:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(238 238 240 / var(--tw-text-opacity));
}

.navbar.isSticky .menu-scroll.isActive{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

.navbar.isSticky .navbar-button{
  --tw-bg-opacity: 1;
  background-color: rgb(248 0 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navbar.isSticky .navbar-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 67 / var(--tw-bg-opacity));
}

.navbar.isSticky .navbar-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 67 / var(--tw-bg-opacity));
}

.navbar.isSticky .navbar-button:hover:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(232 0 67 / var(--tw-bg-opacity));
}

.navbar.isSticky .navbar-button:focus:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(232 0 67 / var(--tw-bg-opacity));
}

.navbar.isSticky [data-web-trigger="theme-mode"]{
  --tw-text-opacity: 1;
  color: rgb(30 31 36 / var(--tw-text-opacity));
}

.navbar.isSticky [data-web-trigger="theme-mode"]:hover{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

.navbar.isSticky [data-web-trigger="theme-mode"]:focus{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

.navbar.isSticky [data-web-trigger="theme-mode"]:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(238 238 240 / var(--tw-text-opacity));
}

.navbar.isSubmain{
  height: 74px;
  --tw-bg-opacity: 1;
  background-color: rgb(248, 36, 92);
  --tw-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 0px 1px var(--tw-shadow-color), 0px 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.navbar.isSubmain:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 36 / var(--tw-bg-opacity));
}

.navbar.isSubmain .navbar-brand #NavbarBrand{
  fill: #000;
}

.navbar.isSubmain .navbar-brand #NavbarBrand:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  fill: #fff;
}

.navbar.isSubmain .navbar-toggler:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(238 238 240 / var(--tw-text-opacity));
}

.portfolio-filter > button[data-filter].isActive{
  --tw-bg-opacity: 1;
  background-color: rgb(248 0 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.portfolio.isShow{
  display: block;
}

.portfolio.isHide{
  display: none;
}

.common-carousel .swiper-button-prev.swiper-button-disabled,
.common-carousel .swiper-button-next.swiper-button-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}

.common-carousel .swiper-button-prev.swiper-button-disabled:where([data-theme-mode=dark], [data-theme-mode=dark] *),
.common-carousel .swiper-button-next.swiper-button-disabled:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 43 / var(--tw-bg-opacity));
}

[data-web-trigger="scroll-top"].isShow{
  visibility: visible;
  opacity: 1;
}

.hover\:-inzm-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:inzm-rotate-\[22\.5deg\]:hover{
  --tw-rotate: 22.5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:inzm-bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:inzm-bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 0 79 / var(--tw-bg-opacity));
}

.hover\:inzm-bg-primary-light-10:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 67 / var(--tw-bg-opacity));
}

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

.hover\:inzm-text-body-light-12:hover{
  --tw-text-opacity: 1;
  color: rgb(30 31 36 / var(--tw-text-opacity));
}

.hover\:inzm-text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

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

.hover\:inzm-text-white\/75:hover{
  color: rgb(255 255 255 / 0.75);
}

.hover\:inzm-shadow-4:hover{
  --tw-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color), 0px 8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:inzm-grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:inzm-rotate-\[22\.5deg\]:focus{
  --tw-rotate: 22.5deg;
  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));
}

.focus\:inzm-border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(248 0 79 / var(--tw-border-opacity));
}

.focus\:inzm-bg-blue-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.focus\:inzm-bg-primary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(248 0 79 / var(--tw-bg-opacity));
}

.focus\:inzm-bg-primary-light-10:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 67 / var(--tw-bg-opacity));
}

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

.focus\:inzm-text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(248 0 79 / var(--tw-text-opacity));
}

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

.focus\:inzm-text-white\/75:focus{
  color: rgb(255 255 255 / 0.75);
}

.focus\:inzm-shadow-4:focus{
  --tw-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.16);
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color), 0px 8px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:inzm-ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.inzm-group:hover .group-hover\:inzm-visible{
  visibility: visible;
}

.inzm-group:hover .group-hover\:inzm-rotate-\[2deg\]{
  --tw-rotate: 2deg;
  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));
}

.inzm-group:hover .group-hover\:inzm-scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.inzm-group:hover .group-hover\:inzm-scale-\[1\.05\]{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.inzm-group:hover .group-hover\:inzm-bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(248 0 79 / var(--tw-bg-opacity));
}

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

.inzm-group:hover .group-hover\:inzm-opacity-100{
  opacity: 1;
}

@media (min-width: 300px){

  .inzm-top-\[54px\]{
    top: 120px;
  }
}

@media (min-width: 346px){

  .sm\:inzm-max-h-\[100px\]{
    height: 200px;
  }

  .inzm-top-\[54px\]{
    top: 120px;
  }
}

@media (min-width: 640px){
  .sm\:inzm-mr-6{
    margin-right: 1.5rem;
  }

  .sm\:inzm-inline-block{
    display: inline-block;
  }

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

  .sm\:inzm-max-h-\[100px\]{
    height: 100px;
  }

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

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

  .sm\:inzm-w-1\/5{
    width: 75%;
  }
  
  .sm\:inzm-max-w-\[60px\]{
    max-width: 60px;
  }

  .sm\:inzm-p-12{
    padding: 3rem;
  }

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

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

  .sm\:inzm-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:inzm-text-\[32px\]{
    font-size: 32px;
  }

  .sm\:inzm-leading-snug{
    line-height: 1.375;
  }
}

@media (min-width: 768px){
  .md\:inzm-w-1\/2{
    width: 50%;
  }

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

  .md\:inzm-w-1\/5{
    width: 75%;
  }

  .md\:inzm-justify-start{
    justify-content: flex-start;
  }

  .md\:inzm-justify-end{
    justify-content: flex-end;
  }

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

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

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

@media (min-width: 1024px){
  .lg\:inzm-h-\[80px\]{
    height: 80px;
  }

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

  .lg\:\!inzm-max-h-\[768px\]{
    max-height: 768px !important;
  }

  .lg\:\!inzm-max-h-\[500px\]{
    max-height: 500px !important;
  }

  .lg\:inzm-min-h-\[auto\]{
    min-height: auto;
  }

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

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

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

  .lg\:inzm-w-1\/5{
    width: 75%;
  }

  .lg\:inzm-w-\[13\.333333\%\]{
    width: 13.333333%;
  }

  .lg\:inzm-w-\[30\.0000005\%\]{
    width: 30.0000005%;
  }

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

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

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

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

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

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

  .lg\:inzm-text-\[1\.875rem\]{
    font-size: 1.875rem;
  }

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

  .lg\:inzm-leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 1280px){
  .xl\:inzm-pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:inzm-visible{
    visibility: visible;
  }

  .xl\:inzm-static{
    position: static;
  }

  .xl\:inzm-block{
    display: block;
  }

  .xl\:inzm-flex{
    display: flex;
  }

  .xl\:inzm-hidden{
    display: none;
  }

  .xl\:inzm-w-auto{
    width: auto;
  }

  .xl\:inzm-max-w-full{
    max-width: 100%;
  }

  .xl\:inzm-translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:inzm-bg-inherit{
    background-color: inherit;
  }

  .xl\:inzm-p-14{
    padding: 3.5rem;
  }

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

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

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

  .xl\:inzm-leading-tight{
    line-height: 1.25;
  }

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

  .xl\:inzm-opacity-100{
    opacity: 1;
  }

  .xl\:inzm-shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:inzm-text-white\/75:hover{
    color: rgb(255 255 255 / 0.75);
  }

  .xl\:focus\:inzm-text-white\/75:focus{
    color: rgb(255 255 255 / 0.75);
  }
}

.dark\:inzm-border-body-dark-6:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-border-opacity: 1;
  border-color: rgb(67 68 74 / var(--tw-border-opacity));
}

.dark\:inzm-border-body-dark-a6:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  border-color: #d6dbfc2f;
}

.dark\:inzm-bg-body-dark-1:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(33 34 36 / var(--tw-bg-opacity));
}

.dark\:inzm-bg-body-dark-2:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 43 / var(--tw-bg-opacity));
}

.dark\:inzm-bg-body-dark-3:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(48 49 52 / var(--tw-bg-opacity));
}

.dark\:inzm-bg-primary-dark-3:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(79 27 33 / var(--tw-bg-opacity));
}

.dark\:inzm-fill-white:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  fill: #fff;
}

.dark\:inzm-text-body-dark-10:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(125 127 138 / var(--tw-text-opacity));
}

.dark\:inzm-text-body-dark-11:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(180 182 191 / var(--tw-text-opacity));
}

.dark\:inzm-text-body-dark-12:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(238 238 240 / var(--tw-text-opacity));
}

.dark\:inzm-invert:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --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);
}

.dark\:hover\:inzm-bg-primary-dark-10:hover:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(232 0 67 / var(--tw-bg-opacity));
}

.dark\:hover\:inzm-text-body-dark-12:hover:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-text-opacity: 1;
  color: rgb(238 238 240 / var(--tw-text-opacity));
}

.dark\:hover\:inzm-invert-0:hover:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-invert: invert(0);
  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);
}

.dark\:focus\:inzm-bg-primary-dark-10:focus:where([data-theme-mode=dark], [data-theme-mode=dark] *){
  --tw-bg-opacity: 1;
  background-color: rgb(232 0 67 / var(--tw-bg-opacity));
}

@media (min-width: 1280px){
  .dark\:xl\:inzm-bg-inherit:where([data-theme-mode=dark], [data-theme-mode=dark] *){
    background-color: inherit;
  }
}
